Remove some cpp that is internal to configure.in.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
6259c2ec
GM
12010-06-30 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (CANNOT_DUMP): Update for configure name change.
4
5 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
6 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
7 * s/darwin.h (SYSTEM_MALLOC):
8 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
9
5d1d3d04
J
102010-06-29 Jan Djärv <jan.h.d@swipnet.se>
11
12 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
13 (ns_get_screen): Don't assign integer to f.
14 (Fx_display_color_cells): Declarations before statements.
15
e547b051
J
162010-06-28 Jan Djärv <jan.h.d@swipnet.se>
17
5fc8e5bc
J
18 * xfns.c (x_default_font_parameter): Remove got_from_system
19 (Bug#6526).
20
e547b051
J
21 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
22 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
23 defines based on what configure finds.
24
25 * xterm.c (XTflash): Use gtk_widget_get_window.
26 (xg_scroll_callback): Use gtk_adjustment_get_upper and
27 gtk_adjustment_get_page_size.
28 (handle_one_xevent): Use gtk_widget_get_mapped.
29 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
30 messages.
31
32 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
33
34 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
35 HAVE_GTK_FILE_SELECTION_NEW.
36
37 * gtkutil.c (xg_display_open, xg_display_close): Remove
38 HAVE_GTK_MULTIDISPLAY, it is always defined.
39 (xg_display_open): Return type is void.
40 (gtk_widget_set_has_window)
41 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
42 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
43 (gtk_adjustment_set_page_increment)
44 (gtk_adjustment_get_step_increment): #define these if not found
45 by configure.
46 (remove_submenu): New define based on Gtk+ version.
47 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
48 gtk_widget_get_window.
49 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
50 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
51 (create_dialog): Use gtk_dialog_get_action_area and
52 gtk_dialog_get_content_area.
53 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
54 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
55 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
56 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
57 g_object_ref and g_object_unref.
58 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
59 gtk_widget_get_sensitive.
60 (xg_update_submenu): Use remove_submenu.
61 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
62 properties instead to get old x and y position.
63 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
64 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
65 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
66 (xg_get_tool_bar_widgets): New function.
67 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
68 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
69 (toolbar_set_orientation): New #define based on if configure
70 finds gtk_orientable_set_orientation.
71 (xg_create_tool_bar): Call toolbar_set_orientation.
72 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
73 instead of gtk_box_pack_start_defaults.
74
b9229673
CY
752010-06-28 Chong Yidong <cyd@stupidchicken.com>
76
77 * cmds.c (Fdelete_backward_char): Move into Lisp.
78
bbc803b0
DN
792010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
80
81 * s/freebsd.h (BSD4_2): Remove redundant definition.
82 bsd-common.h defines it already.
83
6431f2e6
CY
842010-06-27 Chong Yidong <cyd@stupidchicken.com>
85
86 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
87 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
88 tool-bar-mode, which are now set using these X resources at
89 startup, to determine the defaults (Bug#2249).
90
91 * w32fns.c (Fx_create_frame):
92 * nsfns.m (Fx_create_frame): Likewise.
93
94 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
95
8c079ebb
JB
962010-06-24 Juanma Barranquero <lekktu@gmail.com>
97
98 * gtkutil.c (xg_update_scrollbar_pos):
99 Avoid C99 mid-block variable declaration.
100
e9b7ab96
JD
1012010-06-22 Jan Djärv <jan.h.d@swipnet.se>
102
bc869eca
JD
103 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
104
105 * gtkutil.h (xg_show_scroll_bar): : Remove.
106
107 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
108 if height is less than scroll bar min size.
109 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
110
e9b7ab96
JD
111 * xfns.c (x_default_font_parameter): Try to open font from system
112 before using it (bug#6478). Rename got_from_gconf to got_from_system.
113
32a679fd
JD
1142010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
115
116 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
117
70c4cfbb
EZ
1182010-06-20 Eli Zaretskii <eliz@gnu.org>
119
120 * xdisp.c (try_scrolling): When scroll-conservatively is set to
121 most-positive-fixnum, be extra accurate when scrolling window
122 start, to avoid missing the cursor line.
123
ad5a12b5
EZ
1242010-06-19 Eli Zaretskii <eliz@gnu.org>
125
126 * xdisp.c (try_scrolling): Compute the limit for searching point
127 in forward scroll from scroll_max, instead of an arbitrary limit
128 of 10 screen lines. See
129 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
130 and
131 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
132 for details.
133
2a64315a 1342010-06-16 Glenn Morris <rgm@gnu.org>
6fda6a0c
GM
135
136 * editfns.c (Fbyte_to_string): Pacify compiler.
137
288cf4e9
SM
1382010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * lread.c (read1): Phase out old-style backquotes a bit more.
141
6e6e5760
EZ
1422010-06-12 Eli Zaretskii <eliz@gnu.org>
143
cbc4fd20
EZ
144 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
145 bidimirror.h.
146
147 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
148
317fbf33
EZ
149 * bidi.c (bidi_initialize): Remove explicit initialization of
150 bidi_type_table; include biditype.h instead. Don't support
288cf4e9 151 entries whose second codepoint is zero. Initialize bidi_mirror_table.
cbc4fd20 152 (bidi_mirror_char): Use bidi_mirror_table.
317fbf33
EZ
153
154 * biditype.h: New file.
155
cbc4fd20
EZ
156 * bidimirror.h: New file.
157
6e6e5760
EZ
158 * window.c (syms_of_window): Doc fix (bug#6409).
159
4176cba2
RF
1602010-06-12 Romain Francoise <romain@orebokech.com>
161
162 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
163 ediff-hook.
164
cb4bfcb5
GM
1652010-06-10 Glenn Morris <rgm@gnu.org>
166
64c60c2f
GM
167 * editfns.c (Fbyte_to_string): Pacify compiler.
168
cb4bfcb5
GM
169 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
170
e454a4a3
SM
1712010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
174 Check `object's type before accessing its guts.
175
c1b1acc2
DN
1762010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
177
178 * s/usg5-4.h: Fix previous change.
179 Suggested by Lawrence Mitchell <wence@gmx.li>
180
657d4c0b
AS
1812010-06-08 Andreas Schwab <schwab@linux-m68k.org>
182
183 * minibuf.c (Fall_completions): Add more checks.
184
9b27fd9f
JB
1852010-06-08 Juanma Barranquero <lekktu@gmail.com>
186
187 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
188
a99ebb40
DN
1892010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
190
d7c5d87d
DN
191 * lread.c (X_OK): Remove, unused.
192
0263a941
DN
193 * dispnew.c: Remove obsolete comment.
194
a99ebb40
DN
195 Remove INCLUDED_FCNTL.
196 * xterm.c (INCLUDED_FCNTL):
197 * callproc.c (INCLUDED_FCNTL):
198 * alloc.c (INCLUDED_FCNTL):
199 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
200 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
201
13b5221f
MR
2022010-06-07 Martin Rudalics <rudalics@gmx.at>
203
204 * window.c (Fselect_window): Move `record_buffer' up to the
205 beginning of this function, so the buffer gets recorded
206 even if the selected window does not change.
207 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
208
5220357f
JB
2092010-06-07 Juanma Barranquero <lekktu@gmail.com>
210
211 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
212 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
213
3085237c
DN
2142010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
215
216 Remove BSTRING related code, all platforms define it.
217 * s/usg5-4.h (BSTRING): Remove definition.
218 * s/template.h (BSTRING):
219 * s/msdos.h (BSTRING):
220 * s/ms-w32.h (BSTRING):
221 * s/hpux10-20.h (BSTRING):
222 * s/gnu-linux.h (BSTRING):
223 * s/darwin.h (BSTRING):
224 * s/cygwin.h (BSTRING):
225 * s/bsd-common.h (BSTRING):
226 * s/aix4-2.h (BSTRING): Likewise.
227 * sysdep.c: Remove code depending on BSTRING not being defined.
228
409f2919
JB
2292010-06-05 Juanma Barranquero <lekktu@gmail.com>
230
231 Remove obsolete macro BASE_LEADING_CODE_P.
232 * character.h (BASE_LEADING_CODE_P): Remove.
233 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
234 * buffer.c (Fset_buffer_multibyte):
235 * indent.c (scan_for_column, compute_motion):
236 * insdel.c (count_combining_before, count_combining_after):
237 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
238
087fc47a
JB
2392010-06-04 Juanma Barranquero <lekktu@gmail.com>
240
241 Turn `directory-sep-char' into a noop.
242
243 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
244 (DIRECTORY_SEP): Define unconditionally.
245
246 * s/ms-w32.h (DIRECTORY_SEP): Remove.
247
248 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
249 call dostounix_filename directly.
250
251 * fileio.c (CORRECT_DIR_SEPS): Remove.
252 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
253 (Fsubstitute_in_file_name): Use dostounix_filename instead.
254 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
255 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
256
257 * w32proc.c (CORRECT_DIR_SEPS): Remove.
258 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
259
0eb7675e
AS
2602010-06-03 Andreas Schwab <schwab@linux-m68k.org>
261
262 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
f07b083d 263 address. (Bug#6346)
0eb7675e 264
78edd3b7
JB
2652010-06-03 Juanma Barranquero <lekktu@gmail.com>
266
267 * ccl.c (Fccl_program_p): Fix typo in docstring.
268
eb697db5
DN
2692010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
270
271 Move UNEXEC definition to autoconf.
272 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
273 * s/sol2-10.h (UNEXEC):
274 * s/irix6-5.h (UNEXEC):
275 * s/hpux10-20.h (UNEXEC):
276 * s/gnu-linux.h (UNEXEC):
277 * s/darwin.h (UNEXEC):
278 * s/cygwin.h (UNEXEC):
279 * s/bsd-common.h (UNEXEC):
280 * s/aix4-2.h (UNEXEC):
281 * m/alpha.h (UNEXEC): Likewise.
282 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
283
aa3830c4
JB
2842010-06-03 Juanma Barranquero <lekktu@gmail.com>
285
286 Remove obsolete pre-unicode2 macros.
287 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
288 * composite.c (composition_reseat_it):
289 * data.c (Faset):
290 * fns.c (Ffillarray):
291 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
292 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
293
d234d13e
JL
2942010-06-03 Juri Linkov <juri@jurta.org>
295
296 * buffer.c (Fother_buffer): Add CHECK_FRAME.
297 (Fswitch_to_buffer): Remove unused variable `err'.
298
0d4bcf4d
GM
2992010-06-03 Glenn Morris <rgm@gnu.org>
300
e23dc1e2
GM
301 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
302
05b09564
GM
303 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
304 now that AH_BOTTOM does it.
305
824e2978
GM
306 * m/hp800.h (HAVE_ALLOCA):
307 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
308
0d4bcf4d
GM
309 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
310 Remove NOT_C_CODE tests, it is always true now.
311
c55d2abf
DN
3122010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
313
08a494a3
DN
314 Fix config.h includes.
315 * xsettings.c:
316 * xgselect.c:
317 * nsterm.m:
318 * nsselect.m:
319 * nsimage.m:
320 * nsfont.m:
321 * nsfns.m:
322 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
323 other files do.
324
75934b1d
DN
325 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
326
9f32a766
DN
327 * s/sol2-6.h: Remove obsolete comments.
328
c55d2abf
DN
329 Remove unnecessary alloca.h includes.
330 * keymap.c: Do not include alloca.h, config.h does that.
331 * sysdep.c: Likewise. Do not define fwrite, not used.
332
06ac62b4
SM
3332010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
334
335 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
336 the HAVE_TERMIO where it belongs (bug#6149).
337
1ab8293c
SM
3382010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
341 of bug#6305).
342
6dcfd253
EZ
3432010-05-30 Eli Zaretskii <eliz@gnu.org>
344
345 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
346 state is always cached (bug#6306).
347
6d26bbb2
EZ
3482010-05-29 Eli Zaretskii <eliz@gnu.org>
349
06fa4a23
EZ
350 Fix cursor motion in bidi-reordered continued lines.
351 * xdisp.c (try_cursor_movement): Backup to non-continuation line
352 only after finding point's row. Fix the logic. Rewrite the loop
6d26bbb2
EZ
353 over continuation lines in bidi-reordered buffers. Return
354 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
355 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
356
f5783df3
MA
3572010-05-28 Michael Albinus <michael.albinus@gmx.de>
358
359 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
360
7d56b2dd
KH
3612010-05-28 Kenichi Handa <handa@m17n.org>
362
363 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
364 Don't sheck SPEC if it is nil.
365 (font_list_entities): Call font_delete_unmatched if
b925d231 366 Vface_ignored_fonts is non-nil. (Bug#6287)
7d56b2dd 367
e58d4ff7
GM
3682010-05-28 Glenn Morris <rgm@gnu.org>
369
370 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
371
f1a5d776
CY
3722010-05-27 Chong Yidong <cyd@stupidchicken.com>
373
374 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
375 whether to trash.
376 (internal_delete_file, Frename_file): Callers changed.
377 (delete_by_moving_to_trash): Doc fix.
378 (Fdelete_directory_internal): Don't move to trash.
379
380 * callproc.c (delete_temp_file):
381 * buffer.c (Fkill_buffer): Callers changed.
382
383 * lisp.h: Update prototype.
384
f44a59e6
CY
3852010-05-27 Chong Yidong <cyd@stupidchicken.com>
386
387 * xdisp.c (redisplay_window): After redisplay, check if point is
388 still valid before setting it (Bug#6177).
389
81ac4f35
GM
3902010-05-27 Glenn Morris <rgm@gnu.org>
391
392 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
393 Convert comments to Makefile format.
394
395 * Makefile.in (bootstrap-clean): No more Makefile.c.
396
ccd89fb3
GM
3972010-05-26 Glenn Morris <rgm@gnu.org>
398
90278cb6
GM
399 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
400 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
401
ccd89fb3
GM
402 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
403 Remove.
404 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
405
b7050583
KH
4062010-05-26 Kenichi Handa <handa@m17n.org>
407
408 * composite.c (composition_compute_stop_pos): Fix condition for
409 backward scanning.
410
e5458003
GM
4112010-05-25 Glenn Morris <rgm@gnu.org>
412
c345fe90
GM
413 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
414 Move before TEMACS_LDFLAGS.
415 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
416 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
417
2e0689ab
GM
418 * Makefile.in (NOT_C_CODE): No longer define.
419 (config.h): No longer include.
420
8009a5e8
GM
421 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
422 variables it may reference.
423
e5458003
GM
424 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
425 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
426
10f72a37
KH
4272010-05-25 Kenichi Handa <handa@m17n.org>
428
429 * dispextern.h (struct composition_it): New members rule_idx and
430 charpos.
431
432 * xdisp.c (set_iterator_to_next): While scanning backward, assume
433 that the character positions of IT point the last character of the
434 current grapheme cluster.
435 (next_element_from_composition): Don't change character positions
436 of IT.
437 (append_composite_glyph): Set glyph->charpos to
438 it->cmp_it.charpos.
439
440 * composite.c (autocmp_chars): Change the first argument to RULE,
441 and try composition with RULE only.
442 (composition_compute_stop_pos): Record the index number of the
443 composition rule in CMP_IT->rule_idx.
444 (composition_reseat_it): Call autocmp_chars repeatedly until the
445 correct rule of the composition is found.
446 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
447 is at the last character of the current grapheme cluster when
448 CMP_IT->reversed_p is nonzero.
449
171eda53 4502010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
f5b416d2 451
171eda53
SM
452 * editfns.c (Fbyte_to_string): New function.
453
66a9f7f4
SM
4542010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
455
456 * process.c (Fmake_network_process): Set :host to nil if it's not used.
457 Suggested by Masatake YAMATO <yamato@redhat.com>.
458
d8c315d1
EZ
4592010-05-23 Eli Zaretskii <eliz@gnu.org>
460
171eda53 461 * dispextern.h (init_iterator): Sync prototype with changed definition.
d8c315d1 462
f5b416d2 4632010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
464
465 * s/netbsd.h: If terminfo is found, use it in preference to
466 termcap. (Bug#6190) [Backport from trunk]
467
0416466c
EZ
4682010-05-19 Eli Zaretskii <eliz@gnu.org>
469
11117830 470 Redesign and reimplement bidi-aware edge positions of glyph rows.
d36fe237
EZ
471
472 * dispextern.h (struct glyph_row): New members minpos and maxpos.
473 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
474 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
475 and maxpos members instead of start.pos and end.pos, respectively.
476
477 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
478 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
479 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
66a9f7f4
SM
480 (try_window_reusing_current_matrix, try_window_id):
481 Use ROW->minpos rather than ROW->start.pos.
d36fe237
EZ
482 (init_from_display_pos, init_iterator): Use EMACS_INT for
483 character and byte positions.
66a9f7f4 484 (find_row_edges): Rename from find_row_end. Accept additional
d36fe237
EZ
485 arguments for minimum and maximum buffer positions seen by
486 display_line for this row. Don't use iterator to find the
487 position following the maximum one; instead, increment the
11117830
EZ
488 position found by display_line directly. Fix logic; eol_pos
489 should be tested before the rest. Handle the case of characters
490 delivered from display vector (bug#6036). Fix tests related to
491 it->method. Handle the truncated_on_right_p rows.
492 (RECORD_MAX_MIN_POS): New macro.
493 (display_line): Use it to record the minimum and maximum buffer
494 positions for glyphs in the row being assembled. Record the
495 position of the newline that terminates the line. If word wrap is
496 in effect, restore minimum and maximum positions seen up to the
497 wrap point, when iterator returns to it.
498 (try_window_reusing_current_matrix): Give up if in bidi-reordered
499 row and cursor not already at point. Restore original pre-bidi
500 code for unidirectional buffers.
d36fe237
EZ
501
502 * dispnew.c (increment_row_positions, check_matrix_invariants):
503 Increment and check row->start.pos and row->end.pos, in addition
504 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
505
11117830
EZ
506 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
507 Display truncated_on_left_p and truncated_on_right_p flags.
508 Formatting fixes.
509 (pmtxrows): Display the ordinal number of each row. Don't display
510 rows beyond the last one.
511
512 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
513 it is not copied by bidi_copy_it.
514
6e83d800
EZ
5152010-05-22 Eli Zaretskii <eliz@gnu.org>
516
517 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
518 (Bug#6237)
519
110683ad
CY
5202010-05-22 Chong Yidong <cyd@stupidchicken.com>
521
522 * image.c (Fimage_flush): Rename from image-refresh.
523
98fe5161
CY
5242010-05-21 Chong Yidong <cyd@stupidchicken.com>
525
526 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
527 just one window.
528
529 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
530 (clear_image_cache): If the number of cached images is unusually
531 large, decrease the cache eviction delay (Bug#6230).
532
e8752c66
GM
5332010-05-21 Glenn Morris <rgm@gnu.org>
534
66dbf213
GM
535 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
536 Move these rules to ns.mk.
537 * ns.mk: New file.
538
04384b2d
GM
539 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
540
e8752c66
GM
541 * Makefile.in (CANNOT_DUMP): New, set by configure.
542 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
543
2e2bbddb
JL
5442010-05-20 Juri Linkov <juri@jurta.org>
545
546 * fileio.c (Fdelete_file): Change interative spec to use
547 `read-file-name' like in `find-file-read-args' where the default
548 value is `default-directory' instead of `buffer-file-name'.
549 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
550
31c4aaf6
KR
5512010-05-20 Kevin Ryde <user42@zip.com.au>
552
553 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
554 (Voverriding_terminal_local_map, Vsystem_key_alist)
555 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
556
9d5cf9b6
GM
5572010-05-20 Glenn Morris <rgm@gnu.org>
558
559 * Makefile.in (DEPDIR): New constant.
560 (DEPFLAGS): Set with configure, not cpp.
561 (MKDEPDIR): New, set by configure.
562 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
563 (clean): Use $DEPDIR.
564 (deps_frag): Include from configure.
565 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
566 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
567
ead6f8f5
EZ
568 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
569 reallocation of the cache. (Bug#6210)
570
7f34aec3
GM
5712010-05-19 Glenn Morris <rgm@gnu.org>
572
d494e8f2
GM
573 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
574
c1d0dcfd
GM
575 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
576 (GNULIB_VAR): Remove.
577 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
578
579 * m/ibms390x.h (LINKER):
580 * m/macppc.h (LINKER) [GNU_LINUX]:
581 * s/aix4-2.h (ORDINARY_LINK):
582 * s/cygwin.h (LINKER):
583 * s/darwin.h (ORDINARY_LINK):
584 * s/gnu.h (ORDINARY_LINK):
585 * s/netbsd.h (LINKER):
586 * s/usg5-4.h (ORDINARY_LINK):
587 Move to configure.
588
7f34aec3
GM
589 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
590
754790b6
CY
5912010-05-18 Chong Yidong <cyd@stupidchicken.com>
592
593 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
594 prevent stack overflow if number of arguments is too large
595 (Bug#6214).
596
161e44d1
JB
5972010-05-18 Juanma Barranquero <lekktu@gmail.com>
598
599 * charset.c (load_charset_map_from_file): Don't call close after fclose.
600
be4ff9da
GM
6012010-05-18 Glenn Morris <rgm@gnu.org>
602
9539dc5d
GM
603 * s/gnu-linux.h: Combine two conditionals.
604
605 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
6665f4c5
GM
606 $(POST_ALLOC_OBJ).
607
40dc6bf4
GM
608 * Makefile.in (RALLOC_OBJ): New, set by configure.
609 (rallocobj): Replace with the previous variable.
610 (otherobj): Use $RALLOC_OBJ.
611
612 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
613 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
614
be4ff9da
GM
615 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
616 (gmallocobj, vmlimitobj): Replace with previous two variables.
617 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
618
16455a85
GM
6192010-05-17 Glenn Morris <rgm@gnu.org>
620
621 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
622 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
623
5fdb7468
GM
6242010-05-16 Glenn Morris <rgm@gnu.org>
625
7ca1f3f9
GM
626 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
627
7541dad5
GM
628 * Makefile.in (clean): Get rid of HAVE_NS conditional.
629
da53fab9
GM
630 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
631 trailing "/".
632
b02a6645
GM
633 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
634 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
635
8877ca0f
GM
636 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
637 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
638 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
639 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
640 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
641
5fdb7468
GM
642 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
643 Remove ${STARTFLAGS}, nothing ever sets it.
644
95adb4b1
DN
6452010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
646
647 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
648
676b6304
GM
6492010-05-16 Glenn Morris <rgm@gnu.org>
650
9beab9ce
GM
651 * Makefile.in (LIBX_BASE): Always define.
652
8a95f0e7
GM
653 * Makefile.in (LIBX_OTHER): Move out of cpp section.
654
676b6304
GM
655 * Makefile.in (LIBXT): Always define.
656
6e546d18
GM
6572010-05-15 Glenn Morris <rgm@gnu.org>
658
4235ca47 659 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
02d4ac0e 660
6e546d18
GM
661 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
662 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
663
8c5ff6dd
KR
6642010-05-15 Ken Raeburn <raeburn@raeburn.org>
665
560bb7ae 666 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
52766425
KR
667 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
668
8b4eb796
KR
669 * emacs.c (main): Initialize initial-environment and
670 process-environment before generating from env, not after.
671
8c5ff6dd
KR
672 Handle --version reasonably in CANNOT_DUMP configuration.
673 * emacs.c (emacs_version, emacs_copyright): New string variables.
674 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
675 (syms_of_emacs): Defvar them, and initialize them from the C
676 string variables.
677 (main): If initialization hasn't been done, print initial version
678 info from the C strings, instead of starting an interactive session.
679
dbd3f723
EZ
6802010-05-15 Eli Zaretskii <eliz@gnu.org>
681
d20e1419
EZ
682 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
683 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
2e9abc3d
EZ
684 (bidi_paragraph_init): Remove redundant assertion that we are at
685 the beginning of a line after call to bidi_find_paragraph_start.
d20e1419
EZ
686
687 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
688 (syms_of_xdisp): Defsubr it.
689
d36fe237
EZ
690 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
691
dbd3f723
EZ
692 * Makefile.in: Fix MSDOS-related comments.
693
02be533b
GM
6942010-05-15 Glenn Morris <rgm@gnu.org>
695
1a82cca9
GM
696 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
697 (really-lwlib, really-oldXMenu): Always define.
698 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
699
3df7b338
GM
700 * Makefile.in: Simplify cpp conditional.
701
2b5f541b
GM
702 * Makefile.in (${ns_appdir}): Simplify using umask.
703
02be533b
GM
704 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
705
4e2db1fe
SM
7062010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
707
708 * eval.c (specbind): Remove left-over duplicate test.
709 Disallow let-binding frame-local vars. Add comment.
710
4b292a22
EZ
7112010-05-14 Eli Zaretskii <eliz@gnu.org>
712
2fe72643 713 Make the cache of bidi iterator states dynamically allocated.
1edbd309 714 * bidi.c (bidi_cache_shrink): New function.
2fe72643
EZ
715 (bidi_init_it): Call it.
716 (bidi_cache_iterator_state): Enlarge the cache if needed.
717
4e2db1fe 718 * bidi.c (bidi_move_to_visually_next): Rename from
4b292a22
EZ
719 bidi_get_next_char_visually. All callers changed.
720
82ebc97b
KH
7212010-05-14 Kenichi Handa <handa@m17n.org>
722
723 * dispextern.h (struct composition_it): New member reversed_p.
724
725 * composite.c (composition_compute_stop_pos): Search backward if
726 ENDPOS < CHARPOS.
727 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
728 Set CMP_IT->reversed_p.
b4b6e17e 729 (composition_update_it): Pay attention to CMP_IT->reversed_p.
82ebc97b 730
4e2db1fe
SM
731 * xdisp.c (set_iterator_to_next):
732 Call composition_compute_stop_pos with negative ENDPOS if we are
82ebc97b
KH
733 scanning backward. Call composition_compute_stop_pos if scan
734 direction is changed.
735 (next_element_from_buffer): Call composition_compute_stop_pos with
736 negative ENDPOS if we are scanning backward.
737 (next_element_from_composition): Pay attention to
738 IT->cmp_it.reversed_p.
739
0e5d7800
KH
7402010-05-14 Kenichi Handa <handa@m17n.org>
741
560bb7ae 742 * font.c (font_range): Return the range for the font found at first.
0e5d7800 743
cb027b32
GM
7442010-05-14 Glenn Morris <rgm@gnu.org>
745
177b0288
GM
746 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
747
fbc00890
GM
748 * Makefile.in (mktime, X11, register): Move undefs to configure.
749
f14d1dfd
GM
750 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
751 (MSDOS_X_OBJ): New variable.
752 (MSDOS_SUPPORT_REAL): New constant.
753 (MSDOS_SUPPORT): Set as a variable, not with cpp.
754 (obj): Use MSDOS_X_OBJ.
755 (lisp): Use MSDOS_SUPPORT as a variable.
756
11842bd8
GM
757 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
758 (GPM_MOUSE_SUPPORT): Now it's a constant.
759 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
760 not cpp.
761
489d31a4 762 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
845612ac 763 (ns_appresdir): Remove, unused.
e20f1f07 764
489d31a4
GM
765 * Makefile.in (SHELL): Move outside cpp section.
766
cb027b32
GM
767 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
768
5a903aa9
GM
7692010-05-13 Glenn Morris <rgm@gnu.org>
770
3369c79f
GM
771 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
772 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
773
d5e982a6
GM
774 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
775 HAVE_WINDOW_SYSTEM must be too.
776
6192e163
GM
777 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
778 (lisp): Remove WINNT_SUPPORT.
779
472c5d6b
GM
780 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
781 Let configure set these variables (to empty) in this case as well.
782
0116466b
GM
783 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
784 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
785
5a903aa9
GM
786 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
787 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
788 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
789 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
790 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
c0a2b70a 791 the values output by configure.
5a903aa9
GM
792 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
793
1a0d7c06
GM
7942010-05-12 Glenn Morris <rgm@gnu.org>
795
b5457f14
GM
796 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
797 (LINKER_WAS_SPECIFIED): Remove.
798
1a0d7c06
GM
799 * Makefile.in (LIB_GCC): Set using configure, not cpp.
800 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
801 * m/arm.h (LIB_GCC) [GNU_LINUX]:
802 * s/cygwin.h (LIB_GCC):
803 * s/freebsd.h (LIB_GCC):
804 * s/gnu-linux.h (LIB_GCC):
805 * s/msdos.h (LIB_GCC):
806 * s/netbsd.h (LIB_GCC):
807 Move to configure.
808
3ffd4615 8092010-05-11 Karel Klic <kklic@redhat.com>
c90ca7b7
KH
810
811 * ftfont.c: Fix incorrect parentheses of #if condition for
812 definining M17N_FLT_USE_NEW_FEATURE.
813
acddf8ae
GM
8142010-05-11 Glenn Morris <rgm@gnu.org>
815
816 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
817 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
818
ae5e04fa
EZ
8192010-05-10 Eli Zaretskii <eliz@gnu.org>
820
821 * xdisp.c (init_iterator): Don't turn on bidi reordering in
822 unibyte buffers. See
823 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
824
7490175b
GM
8252010-05-10 Glenn Morris <rgm@gnu.org>
826
97efb629
GM
827 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
828 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
829 (LIBES): Use LIBS_SYSTEM as a variable.
830 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
831 * s/aix4-2.h (LIBS_SYSTEM):
832 * s/freebsd.h (LIBS_SYSTEM):
833 * s/hpux10-20.h (LIBS_SYSTEM):
834 * s/sol2-6.h (LIBS_SYSTEM):
835 * s/unixware.h (LIBS_SYSTEM):
836 Move to configure.
837
7490175b
GM
838 * s/aix4-2.h (MAIL_USE_LOCKF):
839 * s/bsd-common.h (MAIL_USE_FLOCK):
840 * s/darwin.h (MAIL_USE_FLOCK):
841 * s/gnu-linux.h (MAIL_USE_FLOCK):
842 * s/irix6-5.h (MAIL_USE_FLOCK):
843 * s/template.h (MAIL_USE_FLOCK):
844 Move to configure.
845
0235128c 8462010-05-08 Chong Yidong <cyd@stupidchicken.com>
61a808e8
CY
847
848 * Version 23.2 released.
849
0235128c 8502010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5dcde606
AS
851
852 * composite.c (autocmp_chars): Save point as marker before calling
853 auto-composition-function (Bug#5984).
854
855 * lisp.h (restore_point_unwind): Add prototype.
856
857 * fileio.c (restore_point_unwind): Remove static attribute.
858
0235128c 8592010-05-08 Kenichi Handa <handa@m17n.org>
c4170e32
KH
860
861 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
862 new feature of libotf and m17n-flt.
0235128c
SM
863 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
864 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
865 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
866 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
867 that OUT is NULL. Use OTF_drive_gsub_with_log and
868 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
869 OTF_drive_gpos.
870 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
0235128c
SM
871 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
872 Setup mflt_enable_new_feature and mflt_try_otf.
873
4721152c
J
8742010-05-08 Jan Djärv <jan.h.d@swipnet.se>
875
876 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
877
878 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
879 box and toolbar (Bug #6139).
880 (xg_create_tool_bar): Remove comment (Bug #6139).
881 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
882 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
883
ee0a16cf
JB
8842010-05-08 Juanma Barranquero <lekktu@gmail.com>
885
886 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
887 Update dependencies.
888
96d79611
EZ
8892010-05-08 Eli Zaretskii <eliz@gnu.org>
890
891 * fringe.c (update_window_fringes): Set up truncation bitmaps for
892 R2L lines.
893
40c17879
GM
8942010-05-08 Glenn Morris <rgm@gnu.org>
895
7b42b29f
GM
896 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
897
40c17879
GM
898 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
899 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
900 (termcapobj): Replace with TERMCAP_OBJ.
901 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
902 (LIBES): Use LIBS_TERMCAP as a variable.
903
904 * s/freebsd.h (osreldate.h): No longer include, since this file
905 does not use __FreeBSD_version any more.
906
907 * s/aix4-2.h (TERMINFO):
908 * s/cygwin.h (TERMINFO):
909 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
910 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
911 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
912 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
913 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
914 * s/irix6-5.h (TERMINFO):
915 * s/netbsd.h (LIBS_TERMCAP):
916 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
917 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
918 * s/usg5-4.h (TERMINFO):
919 Move to configure.
920
94b612ad
SM
9212010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
922
923 * eval.c (unbind_to): Don't unbind a local binding into the global
924 binding when the local binding disappeared. Inversely, don't unbind
925 a global binding into a newly created local binding.
926 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
927 can specify the frame to use, when applicable. Adjust callers.
928
15e12598
VB
9292010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
930 Stefan Monnier <monnier@iro.umontreal.ca>
931
932 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
933
f724825e
EZ
9342010-05-07 Eli Zaretskii <eliz@gnu.org>
935
5cba3209
EZ
936 * w32fns.c: Include w32.h.
937 (Fw32_shell_execute): Decode the error message before passing it
938 to `error'. (Bug#6126)
939
d16bdfc3
EZ
940 * msdos.c (dos_set_window_size):
941 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
942 instead of `XSYMBOL (foo)->value'.
943
59d93e87
EZ
9442010-05-07 Eli Zaretskii <eliz@gnu.org>
945
9fdec8bc
EZ
946 Fix the MS-DOS build, broken by autoconfiscation.
947
948 * Makefile.in: Don't use Make-style comments past the "start of
949 cpp stuff" line.
950 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
951
952 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
953 edited directly by msdos/sed1v2.inp).
f724825e 954
2f86b22b
GM
9552010-05-07 Glenn Morris <rgm@gnu.org>
956
957 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
958 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
959 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
960 move out of cpp section.
961 * s/freebsd.h (LD_SWITCH_SYSTEM):
962 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
963 * s/netbsd.h (LD_SWITCH_SYSTEM):
964 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
965
49ebbd65
DN
9662010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
967
968 Define LIB_STANDARD and START_FILES using autoconf.
969 * s/usg5-4.h (LIB_STANDARD):
970 * s/netbsd.h (START_FILES):
971 * s/irix6-5.h (LIB_STANDARD):
972 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
973 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
974 * s/freebsd.h (START_FILES):
975 * s/darwin.h (START_FILES):
976 * s/cygwin.h (START_FILES):
977 * s/aix4-2.h (LIB_STANDARD):
978 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
979 * Makefile.in (STARTFILES): Rename to START_FILES, define using
980 autoconf, not cpp.
981
d43c06d6
DN
9822010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
983
28823648
DN
984 Remove NEED_BSDTTY and NEED_UNISTD_H.
985 * s/hpux10-20.h (NEED_BSDTTY): Remove.
986 * s/aix4-2.h (NEED_UNISTD_H): Remove.
987 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
988 <sys/ptyio.h> and <unistd.h>.
989
aca00430
DN
990 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
991
d43c06d6
DN
992 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
993 * s/gnu.h (START_FILES): Remove empty definition.
994
3e56b11d
JD
9952010-05-06 Jan Djärv <jan.h.d@swipnet.se>
996
997 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
998
e3cf0cde
GM
9992010-05-06 Glenn Morris <rgm@gnu.org>
1000
1001 * Makefile.in (CPP, LN_S): Remove unused variables.
1002
774b9a60
SM
10032010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1004
1005 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
1006
4ab92842
LM
10072010-05-05 Lawrence Mitchell <wence@gmx.li>
1008
1009 * m/sparc.h: Fix typo in earlier change.
1010
178f2507
SM
10112010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 Misc tweaks.
1014 * eval.c (Fdefvaralias): Remove unintended nested if.
1015 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
1016
80f00217 10172010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
991be6d4
JD
1018
1019 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
1020
ef03a4e6
DN
10212010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1022
58eb6cf0
DN
1023 Remove BSD_PGRPS.
1024 * s/bsd-common.h (BSD_PGRPS): Remove undef.
1025 * s/gnu-linux.h (BSD_PGRPS): Remove.
1026 * term.c (dissociate_if_controlling_tty):
1027 * sysdep.c (narrow_foreground_group, widen_foreground_group)
1028 (init_sys_modes, reset_sys_modes):
1029 * emacs.c (main):
1030 * callproc.c (Fcall_process, child_setup): Remove code depending
1031 on BSD_PGRPS.
1032
ef03a4e6
DN
1033 Remove POSIX_SIGNALS.
1034 * s/usg5-4.h (POSIX_SIGNALS):
1035 * s/netbsd.h (POSIX_SIGNALS):
1036 * s/msdos.h (POSIX_SIGNALS):
1037 * s/ms-w32.h (POSIX_SIGNALS):
1038 * s/hpux11.h (POSIX_SIGNALS):
1039 * s/gnu.h (POSIX_SIGNALS):
1040 * s/gnu-linux.h (POSIX_SIGNALS):
1041 * s/freebsd.h (POSIX_SIGNALS):
1042 * s/darwin.h (POSIX_SIGNALS):
1043 * s/cygwin.h (POSIX_SIGNALS):
1044 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
1045 * s/unixware.h:
1046 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
1047 * process.c (create_process):
1048 * syssignal.h:
1049 * sysdep.c (wait_for_termination, init_signals):
1050 * process.c (create_process):
1051 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
1052 remove all code that assumes the contrary.
1053
49628785
GM
10542010-05-04 Glenn Morris <rgm@gnu.org>
1055
27a2cdfc
GM
1056 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
1057 variable.
1058 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
1059 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
1060 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
1061 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
1062 LD_SWITCH_SYSTEM_tmp.
1063 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
1064 New variables, set by configure.
1065
eb21eab5
GM
1066 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
1067 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
1068 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
1069 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
1070 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
1071
49628785
GM
1072 * s/aix4-2.h (C_SWITCH_SYSTEM):
1073 * m/alpha.h (C_SWITCH_MACHINE):
1074 Move to configure.in.
1075 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
1076 New variables, set by configure.
1077 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
1078 $c_switch_machine and $c_switch_system.
1079
7dff330b
DN
10802010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1081
1082 * s/hpux10-20.h (LIB_STANDARD): New definition.
1083 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
1084 on it, not used anymore.
1085
53967e09
CY
10862010-05-03 Chong Yidong <cyd@stupidchicken.com>
1087
1088 * eval.c (internal_condition_case_n): Rename from
1089 internal_condition_case_2.
1090 (internal_condition_case_2): New function.
1091
1092 * xdisp.c (safe_call): Use internal_condition_case_n.
1093
1094 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
1095 (internal_delete_file, Frename_file): Callers changed.
1096
1097 * buffer.c (Fkill_buffer):
1098 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
1099
1100 * lisp.h: Update prototypes.
1101
3dee6fdb
GM
11022010-05-03 Glenn Morris <rgm@gnu.org>
1103
1104 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
1105 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
1106 (LIBXT): Set with configure, not cpp.
1107 (LIBX): Remove.
1108 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
1109
a101e0fb
DN
11102010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
1111
1112 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
1113 The FreeBSD is not needed, the default works, Solaris version is
1114 not needed, and the remaining case is not supported by configure.
1115
f63d0028
JD
11162010-05-02 Jan Djärv <jan.h.d@swipnet.se>
1117
1118 * xsmfns.c (CHDIR_OPT): New define.
1119 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
1120 restarting emacs.
1121
1122 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
1123 shut_down_emacs.
1124
1125 * emacs.c (USAGE1): Mention --chdir.
1126 (main): Handle --chdir.
1127 (standard_args): Add --chdir.
1128 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
1129 #5552).
1130
e4814a9f
DN
11312010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1132
cd03c74a
DN
1133 Remove LD_SWITCH_MACHINE.
1134 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
1135 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
1136
c3a398a1
DN
1137 Clean up IRIX code.
1138 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
1139 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
1140
87e7285c
DN
1141 Clean up AIX code.
1142 * m/ibmrs6000.inp: Remove file, unused.
1143 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
1144 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
1145 definition ...
1146 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
1147
80f00217
JB
1148 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
1149 unused.
e4814a9f 1150
59ca28de
EZ
11512010-05-01 Eli Zaretskii <eliz@gnu.org>
1152
197daef4
EZ
1153 Emulate POSIX_SIGNALS on MS-Windows.
1154
1155 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
1156 (SIG_SETMASK, SIG_UNBLOCK): Define.
d6dae14b
EZ
1157
1158 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
1159 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
1160 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
1161
80f00217
JB
1162 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
1163 New stubs.
197daef4 1164
af7c7572
EZ
1165 Miscellaneous fixes of bidi display.
1166
59ca28de
EZ
1167 * xdisp.c (find_row_end): New function, refactored from display_line.
1168 (display_line): Use it.
017ea819
EZ
1169 (extend_face_to_end_of_line): In almost-filled rows, extend only
1170 if the row is R2L and not continued.
166e930d 1171 (display_line): Fix prepending of truncation glyphs to R2L rows.
af7c7572 1172 Preserve overlay and string info in row->end.
166e930d
EZ
1173 (insert_left_trunc_glyphs): Support addition of left truncation
1174 glyphs to R2L rows.
b47e0dcf 1175 (set_cursor_from_row): Don't place cursor on the vertical border
af7c7572
EZ
1176 glyph between adjacent windows. Fix a crash when a display string
1177 is continued to the next line. Don't return zero if cursor was
1178 found by `cursor' property of a display string.
b47e0dcf
EZ
1179 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
1180 test for that explicitly.
59ca28de 1181
7acac9f4
GM
11822010-05-01 Glenn Morris <rgm@gnu.org>
1183
1184 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
1185 for clarity.
1186 (OTHER_OBJ): Remove.
1187 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
1188 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
1189
45841e65
KK
11902010-05-01 Karel Klíč <kklic@redhat.com>
1191
1192 * fileio.c (Ffile_selinux_context): Context functions may return null.
1193
afc61943
DN
11942010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1195
80f00217 1196 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
afc61943 1197
5a1bb006
GM
11982010-04-30 Glenn Morris <rgm@gnu.org>
1199
1200 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
1201 (OTHER_OBJ): Define as a separate variable, for clarity.
1202
210af043
J
12032010-04-30 Jan Djärv <jan.h.d@swipnet.se>
1204
1205 * xsettings.c: include limits.h and update file comment.
1206
0a7df391
GM
12072010-04-30 Glenn Morris <rgm@gnu.org>
1208
d5096f16
GM
1209 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
1210 Set with configure, not cpp.
1211 (LIBW): Remove, replace with $TOOLKIT_LIBW.
1212
7eb1ac33
GM
1213 * Makefile.in (mallocobj): Remove.
1214 (otherobj): Simplify using @OTHER_OBJ@.
1215
517d086b
GM
1216 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
1217 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
1218 Don't bother making nsgui.h dependency platform-specific.
1219
0a7df391
GM
1220 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
1221
d6d23852
SM
12222010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1223
d2630aef
SM
1224 * process.c (read_process_output, exec_sentinel): Don't burp if the
1225 sentinel/filter kills the current buffer (bug#6060).
1226
f9dddf52 1227 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
d6d23852
SM
1228 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
1229 Remove unused var `args'.
1230 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
1231 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
1232 * doc.c (store_function_docstring): Use XSETCAR.
1233
f1e3642a
GM
12342010-04-28 Glenn Morris <rgm@gnu.org>
1235
faf535f8
GM
1236 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
1237 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
1238
c40f9449
GM
1239 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
1240
658f86ca
GM
1241 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
1242 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
1243
bc0b5f61
GM
1244 * Makefile.in (FONT_OBJ): New, set by configure.
1245 (FONT_DRIVERS): Use $FONT_OBJ.
1246
294c50a0
GM
1247 * Makefile.in (LIBXMU): Set with configure, not cpp.
1248 * s/aix4-2.h (LIBXMU):
1249 * s/hpux10-20.h (LIBXMU):
1250 Remove definition, now set in configure.
1251
e6ec4e99
GM
1252 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
1253
f1e3642a
GM
1254 * m/amdx86-64.h [i386]: Move this test to configure.in.
1255
c6ea2936
GM
12562010-04-27 Glenn Morris <rgm@gnu.org>
1257
8fdac2c3
GM
1258 * Makefile.in (LIBXTR6): Set with configure, not cpp.
1259 * s/unixware.h (NEED_LIBW): Remove definition.
1260
986fb647
GM
1261 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
1262 (TOOLKIT_LIBW): New, set by configure.
1263 (@X_TOOLKIT_TYPE@): No longer define it.
1264
c6ea2936
GM
1265 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
1266 (MOTIF_LIBW): Set with configure, not cpp.
1267 * s/aix4-2.h (LIB_MOTIF):
1268 * s/gnu-linux.h (LIB_MOTIF):
1269 * s/unixware.h (LIB_MOTIF): Move to configure.in.
1270
aaa36002
DN
12712010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
1272
1273 Reduce CPP usage.
1274 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
1275 (obj): Use autoconf for unexec instead of cpp.
ed6281b0
DN
1276 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
1277 definitions and undefs. Inline definitions in the only user.
1278 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
aaa36002 1279
b678dd8b
GM
12802010-04-27 Glenn Morris <rgm@gnu.org>
1281
76cda504
GM
1282 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
1283 since the defaults (set by the system file) are fine in most cases.
1284 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
1285 * m/ibms390x.h (START_FILES, LIB_STANDARD):
1286 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
1287 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
1288 Remove definitions, since they are set correctly in s/gnu-linux.h.
1289 * s/freebsd.h (START_FILES, LIB_STANDARD):
1290 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
1291 * s/hpux10-20.h (START_FILES):
1292 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
1293 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
1294
b678dd8b
GM
1295 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
1296 (MOTIF_LIBW): Use $LIBXP.
1297 (otherobj): Use $WIDGET_OBJ.
1298
9452ded1
DN
12992010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
1300
7e10844c
DN
1301 * Makefile.in (LIBS_MACHINE): Remove, unused.
1302
9452ded1
DN
1303 Use autoconf instead of cpp for LIB_MATH.
1304 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
1305 * s/cygwin.h (LIB_MATH): Likewise.
1306 * Makefile.in (LIB_MATH): Do not define with cpp.
1307 (LIBES): Use autoconf for LIB_MATH.
1308
fcebfc6a
KH
13092010-04-26 Kenichi Handa <handa@m17n.org>
1310
1311 * composite.c (Ffind_composition_internal): Fix the return value
1312 for an automatic composition.
1313
39e2ad1b
DN
13142010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
1315
1316 Remove all NO_ARG_ARRAY uses.
1317 * fns.c (concat2, concat3, nconc2):
1318 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
1319 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
1320 * m/xtensa.h (NO_ARG_ARRAY):
1321 * m/template.h (NO_ARG_ARRAY):
1322 * m/sparc.h (NO_ARG_ARRAY):
1323 * m/sh3.h (NO_ARG_ARRAY):
1324 * m/mips.h (NO_ARG_ARRAY):
1325 * m/macppc.h (NO_ARG_ARRAY):
1326 * m/iris4d.h (NO_ARG_ARRAY):
1327 * m/intel386.h (NO_ARG_ARRAY):
1328 * m/ibms390x.h (NO_ARG_ARRAY):
1329 * m/ibms390.h (NO_ARG_ARRAY):
1330 * m/ibmrs6000.h (NO_ARG_ARRAY):
1331 * m/ia64.h (NO_ARG_ARRAY):
1332 * m/hp800.h (NO_ARG_ARRAY):
1333 * m/arm.h (NO_ARG_ARRAY):
1334 * m/amdx86-64.h (NO_ARG_ARRAY):
1335 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
1336
adf4f59c
EZ
13372010-04-25 Eli Zaretskii <eliz@gnu.org>
1338
6bdf5d65
EZ
1339 * xdisp.c (display_line): Don't assume 2nd call to
1340 get_next_display_element cannot return zero. (Bug#6030)
f538fcec
EZ
1341 (iterate_out_of_display_property): New function, body from pop_it.
1342 (pop_it): Use it.
adf4f59c 1343
dfbbda83
GM
13442010-04-24 Glenn Morris <rgm@gnu.org>
1345
1346 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
1347 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
1348 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
1349 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
1350
2d4018aa
EZ
13512010-04-24 Eli Zaretskii <eliz@gnu.org>
1352
a49884a6
EZ
1353 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
1354 use `get_next_display_element' and `set_iterator_to_next' to
1355 advance to the next character, when looking for the character that
1356 begins the next row.
1357
76db6fcc 1358 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2d4018aa
EZ
1359 definition of "struct Lisp_Symbol".
1360
70eab5c1
GM
13612010-04-24 Glenn Morris <rgm@gnu.org>
1362
1363 * Makefile.in (CRT_DIR): New variable, set by configure.
1364 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
1365 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
1366
1ad4cc3d
DN
13672010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1368
e769f484
DN
1369 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
1370
4196ff33
DN
1371 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
1372
879b0ee4
DN
1373 Remove redundant flags.
1374 * s/freebsd.h (C_SWITCH_SYSTEM):
1375 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
1376 * s/netbsd.h (C_SWITCH_SYSTEM):
1377 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
1378 of these.
1379
03cbbcb8
DN
1380 Simplify m/intel386.h.
1381 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
1382 user: ecrt0.c.
1383 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
1384 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
1385 the only user: s/unixware.h.
1386 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
1387 from m/intel386.h.
1388 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
1389 moved here from m/intel386.h.
1390
1ad4cc3d
DN
1391 * m/mips.h: Remove #if 0 code.
1392
8785b888
EZ
13932010-04-23 Eli Zaretskii <eliz@gnu.org>
1394
728588cc
EZ
1395 Fix display of composed characters from L2R scripts in bidi buffers.
1396 * xdisp.c (set_iterator_to_next, next_element_from_composition):
1397 After advancing IT past the composition, resync the bidi iterator
1398 with IT's position. (Bug#5977)
1399
a63f80b4
DN
14002010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1401
1402 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
1403 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
1404
ff5dec5c
SM
14052010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1406
1407 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
1408
8785b888
EZ
14092010-04-23 Eli Zaretskii <eliz@gnu.org>
1410
58ccf243 1411 Support `display' text properties and overlay strings in bidi buffers.
8785b888
EZ
1412 * xdisp.c (pop_it): When the stack is popped after displaying
1413 from a string, bidi-iterate to exit from the text portion covered
1414 by the `display' property or overlay. (Bug#5988, bug#5920)
1415
feeb1604
DN
14162010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1417
8e324eb6
DN
1418 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
1419 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
1420
809fcaba
DN
1421 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
1422 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
1423
ed710380
DN
1424 Simplify STARTFILES definition.
1425 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
1426 relying on Makefile.in to define it.
1427 * s/cygwin.h (START_FILES): Likewise.
1428 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
1429
feeb1604
DN
1430 Clean up Solaris code.
1431 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
1432 (LIB_MOTIF): Remove, configure takes care of this.
1433 (NOT_USING_MOTIF): Remove, unused.
1434 * xrdb.c: Remove #if 0-ed #include.
1435 (SYSV): Remove conditional for old SysV.
1436 * sysdep.c (closedir): Remove conditional code for Solaris,
1437 Solaris has closedir.
1438
a0d0b563
JD
14392010-04-22 Jan Djärv <jan.h.d@swipnet.se>
1440
1441 * xsettings.c (read_and_apply_settings): Check if current_font is
1442 NULL before strcmp (Bug#6001).
1443
56bae7c7
DN
14442010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
1445
1446 Clean up HP-UX files.
1447 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
1448 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
1449 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
1450 * s/hpux10-20.h: ... to the only user, here.
1451
372b7a95
EZ
14522010-04-21 Eli Zaretskii <eliz@gnu.org>
1453
1454 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
1455 use buffer-local values of paragraph-start and paragraph-separate.
1456 <paragraph_start_re, paragraph_separate_re>: Rename from
1457 fallback_paragraph_start_re and fallback_paragraph_separate_re.
1458 (Bug#5992)
1459
f904c0f9
JD
14602010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1461
1462 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
1463 current_tool_bar_style are new.
1464 (store_config_changed_event): Rename from store_font_changed_event.
1465 (XSETTINGS_TOOL_BAR_STYLE): New define.
1466 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
1467 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
1468 HAVE_XFT.
1469 (something_changedCB): store_font_changed_event is now
1470 store_config_changed_event
1471 (parse_settings): Rename from parse_xft_settings. Read
1472 non-xft xsettings outside #ifdef HAVE_XFT.
1473 (read_settings): Renamed from read_xft_settings.
1474 (apply_xft_settings): Take current settings as parameter. Do not
1475 call read_(xft)_settings.
1476 (read_and_apply_settings): New function.
1477 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
1478 read_and_apply_settings if there are settings to be read.
1479 (init_xsettings): Renamed from init_xfd_settings.
1480 Call read_and_apply_settings unconditionally.
1481 (xsettings_initialize): Call init_xsettings.
1482 (Ftool_bar_get_system_style): New function.
1483 (syms_of_xsettings): Define Qmonospace_font_name and
1484 Qtool_bar_style. Initialize current_tool_bar_style to nil.
f9dddf52 1485 defsubr Stool_bar_get_system_style. Fprovide on
f904c0f9 1486 dynamic-setting.
31a01b90 1487 Move misplaced HAVE_GCONF
f904c0f9
JD
1488
1489 * xsettings.h (Ftool_bar_get_system_style): Declare.
1490
1491 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
1492 Qtext, Qboth, Qboth_horiz are new.
1493 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
1494 Vtool_bar_style, tool_bar_max_label_size.
1495
1496 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
1497
1498 * keyboard.c: QClabel is new.
1499 (parse_tool_bar_item): Take out QClabel from tool bar items.
1500 Try to construct a label if ther is no QClabel.
1501 (syms_of_keyboard): Intern :label as QClabel.
1502
1503 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
1504 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
1505 New.
1506
1507 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
1508 dynamic-setting.el.
1509
1510 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
1511 (xg_make_tool_item, xg_show_toolbar_item): New function.
1512 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
1513 Call xg_make_tool_item to make a tool bar item.
1514 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
1515
1516 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
1517 into account for toolbars.
1518
c632dfda
JD
15192010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1520
1521 * data.c (make_blv): Declarations before code (Bug#5993).
1522
10efe302
GM
15232010-04-21 Glenn Morris <rgm@gnu.org>
1524
1525 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
1526 Define using autoconf, not cpp.
1527 (LIBXSM): New variable, set by autoconf.
1528 (LIBXT): Use $LIBXSM.
1529
4285ac5a
DN
15302010-04-21 Dan Nicolaescu <local_user@dannlt>
1531
3ec759e7
DN
1532 Remove NOMULTIPLEJOBS, unused.
1533 * s/template.h (NOMULTIPLEJOBS):
1534 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
1535
4285ac5a
DN
1536 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
1537 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
1538 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
1539 detects -znocombreloc and passes it to the linker
1540 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
1541
2807228d
GM
15422010-04-21 Glenn Morris <rgm@gnu.org>
1543
1544 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
1545
574c05e2
KK
15462010-04-21 Karel Klíč <kklic@redhat.com>
1547
1548 * Makefile.in (LIBSELINUX_LIBS): New.
1549 (LIBES): Add $LIBSELINUX_LIBS.
1550 * eval.c, lisp.h (call7): New function.
1551 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
1552 (Ffile_selinux_context, Fset_file_selinux_context):
1553 New functions.
1554 (Fcopy_file): New parameter preserve-selinux-context.
1555 (Frename_file): Preserve selinux context when renaming by copy-file.
1556
91eac4bb 15572010-04-21 Juanma Barranquero <lekktu@gmail.com>
4e2af782 1558 Eli Zaretskii <eliz@gnu.org>
91eac4bb 1559
50426a04
JB
1560 Don't depend on cm.c or termcap.c on Windows, use stubs.
1561 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
1562 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
1563 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
1564 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
1565 (sys_tputs, sys_tgetstr): New stubs.
1566 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
1567 (tputs, tgetstr): New; define to sys_*.
91eac4bb 1568
938efb77
JB
15692010-04-20 Juanma Barranquero <lekktu@gmail.com>
1570
1571 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
1572
b4bf28b7
SM
15732010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1574
8b1e1112
SM
1575 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
1576 Just signal a warning rather than an error when inside a let.
1577 (Fmake_variable_frame_local): Add the same test.
1578
933ac235
SM
1579 * font.c (syms_of_font): Make the style table vars read-only.
1580
b4bf28b7
SM
1581 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
1582 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
1583
1584 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
1585
93d68d0c
EZ
15862010-04-20 Eli Zaretskii <eliz@gnu.org>
1587
1588 Fix R2L paragraph display on TTY.
1589
1590 * xdisp.c (unproduce_glyphs): New function.
1591 (display_line): Use it when produced glyphs are discarded from R2L
1592 glyph rows.
1593 (append_composite_glyph): In R2L rows, prepend the glyph rather
1594 than appending it.
1595
1596 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
1597 rather than append it. Set up the resolved_level and bidi_type
1598 attributes of the appended glyph.
283ccc18
EZ
1599 (produce_special_glyphs): Mirror the backslash continuation
1600 character in R2L lines.
93d68d0c 1601
283ccc18 1602 Implement display of R2L paragraphs in GUI sessions.
26cdf528 1603
283ccc18
EZ
1604 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
1605 append_stretch_glyph.
1606 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
1607 off-by-one error in computing x at end of text in the row.
1608 (append_stretch_glyph): In reversed row, prepend the glyph rather
1609 than append it. Set resolved_level and bidi_type of the glyph.
1610 (extend_face_to_end_of_line): If the row is reversed, prepend a
1611 stretch glyph whose width is such that the rightmost glyph will be
1612 drawn at the right margin of the window. Fix off-by-one error on
1613 TTY frames in testing whether a line needs face extension. Fix
1614 face extension at ZV. If this is the last glyph row, use
1615 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
1616 region face.
1617 (set_cursor_from_row, display_line): Use
26cdf528
EZ
1618 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
1619 row->continuation_lines_width.
283ccc18
EZ
1620 (next_element_from_buffer): Don't call bidi_paragraph_init if we
1621 are at ZV. Fixes a crash when reseated to ZV by
1622 try_window_reusing_current_matrix.
45903529
EZ
1623 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
1624 which happens with R2L glyph rows. Fixes a crash when inserting a
1625 character at end of an R2L line.
283ccc18
EZ
1626 (set_cursor_from_row): Don't be fooled by truncated rows: don't
1627 treat them as having zero-width characters. Improve comments.
1628 Don't reverse pos_before and pos_after for reversed glyph rows.
1629 Set cursor.x to negative value when the cursor might be on the
1630 left fringe.
1631 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
1632 left fringe, not the right one.
f951a506
EZ
1633 (notice_overwritten_cursor, draw_phys_cursor_glyph)
1634 (erase_phys_cursor): For reversed cursor_row, support cursor on
1635 the left fringe.
1636
283ccc18
EZ
1637 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
1638 of continuation indicators on the fringes.
1639 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
1640 left fringe.
1641
f951a506
EZ
1642 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
1643 draw cursor on the left fringe.
1644
1645 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
1646 cursor on the left fringe.
1647
f951a506
EZ
1648 * dispnew.c (update_text_area): Handle reversed desired rows when
1649 the cursor is on the left fringe.
1650 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
1651 below, not by 0, for when the cursor is on the left fringe.
1652
3bb49aaf
JD
16532010-04-20 Jan Djärv <jan.h.d@swipnet.se>
1654
1655 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
1656 widget is a scrollbar.
1657
c0be27fd
KH
16582010-04-20 Kenichi Handa <handa@m17n.org>
1659
1660 * charset.c (char_charset): Consider Vcharset_non_preferred_head
1661 only when the arg CHARSET_LIST is nil.
1662
ce5b453a
SM
16632010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1664
1665 Make variable forwarding explicit rather the using special values.
1666 Basically, this makes the structure of buffer-local values and object
1667 forwarding explicit in the type of Lisp_Symbols rather than use
1668 special Lisp_Objects for that. This tends to lead to slightly more
1669 verbose code, but is more C-like, simpler, and makes it easier to make
1670 sure we handled all cases, among other things by letting the compiler
1671 help us check it.
1672 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
1673 Removing forwarding objects.
1674 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
1675 (struct Lisp_Symbol): Make the various forms of variable-forwarding
1676 explicit rather than hiding them inside Lisp_Object "values".
1677 (XFWDTYPE): New macro.
1678 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
1679 (XBUFFER_LOCAL_VALUE): Remove.
1680 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
1681 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
1682 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
1683 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
1684 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
1685 Remove the Lisp_Misc_* header.
1686 (struct Lisp_Buffer_Local_Value): Redefine.
1687 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
1688 (struct Lisp_Misc_Any): Add filler to get the right size.
1689 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
1690 Lisp_Intfwd.
1691 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
1692 (DEFVAR_KBOARD): Allocate a forwarding object.
1693 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
1694 (let_shadows_global_binding_p): New function.
1695 (union Lisp_Val_Fwd): New type.
1696 (make_blv): New function.
1697 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
1698 (store_symval_forwarding, swap_in_global_binding, Fboundp)
1699 (swap_in_symval_forwarding, find_symbol_value, Fset)
1700 (let_shadows_buffer_binding_p, set_internal, default_value)
1701 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
1702 (Fkill_local_variable, Fmake_variable_frame_local)
1703 (Flocal_variable_p, Flocal_variable_if_set_p)
1704 (Fvariable_binding_locus):
1705 * xdisp.c (select_frame_for_redisplay):
1706 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
1707 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
1708 * frame.c (store_frame_param):
1709 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
1710 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
1711 value structure.
1712 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
1713 (clone_per_buffer_values): Only adjust markers into the current buffer.
1714 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
1715 (Fbuffer_local_value, set_buffer_internal_1)
1716 (swap_out_buffer_local_variables):
1717 Adapt to the new symbol value structure.
1718 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
1719 (defvar_per_buffer): Take a new arg for the fwd object.
1720 (buffer_lisp_local_variables): Return a proper alist (different fix
1721 for bug#4138).
1722 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
1723 (Fgarbage_collect): Don't handle buffer_defaults specially.
1724 (mark_object): Handle new symbol value structure rather than the old
1725 special Lisp_Misc_* objects.
1726 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
1727 * term.c (set_tty_color_mode):
1728 * bidi.c (bidi_initialize): Don't access the ->value field directly.
1729 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
1730 a buffer_local_flags.
1731 * print.c (print_object): Get rid of impossible forwarding objects.
1732
fd3998ff
EZ
17332010-04-19 Eli Zaretskii <eliz@gnu.org>
1734
1735 * bidi.c (bidi_get_type, bidi_get_category)
1736 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
ce5b453a
SM
1737 (bidi_type_of_next_char, bidi_level_of_next_char):
1738 Declare static. Use `INLINE' rather than `inline'.
fd3998ff 1739
e42cd1a7
JB
17402010-04-19 Juanma Barranquero <lekktu@gmail.com>
1741
1742 * dired.c (Ffile_attributes): Fix typo in docstring.
1743
6e104790 17442010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
79353a53
AR
1745
1746 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
1747 NSInteger (Bug#5811).
1748
6e104790 17492010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
658b9b93
YM
1750
1751 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
1752 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
1753
6e104790 17542010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16009a0e
YM
1755
1756 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
1757
6e104790
SM
17582010-04-19 Chong Yidong <cyd@stupidchicken.com>
1759
1760 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
1761 terminal frames (Bug#5837).
1762
37dcfea0
EZ
17632010-04-19 Eli Zaretskii <eliz@gnu.org>
1764
d1da276f
EZ
1765 * .gdbinit (xsubchartable): New command.
1766
37dcfea0
EZ
17672010-04-19 Eli Zaretskii <eliz@gnu.org>
1768
1769 * xdisp.c (display_line): Don't write beyond the last glyph row in
9166b0f3 1770 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
37dcfea0
EZ
1771 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
1772 and
1773 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
1774
e9515805
SM
17752010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1776
1777 * alloc.c (Fpurecopy): Hash-cons if requested.
1778 (syms_of_alloc): Update purify-flag docstring.
1779
22aa44a8
JD
17802010-04-18 Jan Djärv <jan.h.d@swipnet.se>
1781
1782 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
1783 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
1784
ebb5722e
EZ
17852010-04-17 Eli Zaretskii <eliz@gnu.org>
1786
1787 Fix a crash when an NSM character is inserted at BEGV.
1788
1789 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
1790 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
1791 NEUTRAL_B or UNKNOWN_BT.
1792
0f4442ef
EZ
17932010-04-16 Eli Zaretskii <eliz@gnu.org>
1794
1795 * xdisp.c (set_cursor_from_row): Don't consider possibility of
1796 other rows with cursor unless they are different from this row and
1797 this row is part of a continued line. (Bug#5943)
1798
7d4e45f8
DN
17992010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1800
1801 * s/freebsd.h: Restore osreldate.h include.
1802 Suggested by Naohiro Aota.
1803
5ba5ec85
J
18042010-04-16 Jan Djärv <jan.h.d@swipnet.se>
1805
1806 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
1807
20af301d
CY
18082010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
1809
1810 * s/cygwin.h: Avoid linking against static libgcc.
1811
a4b000fb
JL
18122010-04-15 Juri Linkov <juri@jurta.org>
1813
1814 * window.c: Add Qscroll_command.
1815 Remove Vscroll_preserve_screen_position_commands.
1816 (window_scroll_pixel_based, window_scroll_line_based): Check the
1817 `scroll-command' property on the last command instead of searching
1818 the last command in Vscroll_preserve_screen_position_commands.
1819 (syms_of_window): Initialize and staticpro `Qscroll_command'.
1820 Put Qscroll_command property on Qscroll_up and Qscroll_down.
1821 (scroll-preserve-screen-position): Doc fix.
1822 (Vscroll_preserve_screen_position_commands): Remove variable.
1823
bc319ba4
DN
18242010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
1825
6bb24457
DN
1826 * xdisp.c (message): Do not use NO_ARG_ARRAY.
1827
19d4c244
DN
18282010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
1829
1830 Reduce cpp use in Makefile.in.
1831 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
1832 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
1833 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
1834 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
1835 (CRT0_COMPILE): Remove, inline it in the only user.
1836
32129746
JL
18372010-04-14 Juri Linkov <juri@jurta.org>
1838
1839 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
1840 `scroll-up-command' and `M-v' from `scroll-down' to
1841 `scroll-down-command'.
1842
9013a7f8
JL
18432010-04-14 Juri Linkov <juri@jurta.org>
1844
1845 * window.c (Vscroll_preserve_screen_position_commands): New variable
1846 with the default value as the list of Qscroll_down and Qscroll_up.
1847 (window_scroll_pixel_based, window_scroll_line_based): Search the
1848 last command in the list Vscroll_preserve_screen_position_commands
1849 instead of comparing with Qscroll_up and Qscroll_down.
1850
4bef8d26
JD
18512010-04-13 Jan Djärv <jan.h.d@swipnet.se>
1852
92848133
JD
1853 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
1854 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
1855 does that.
1856
4bef8d26
JD
1857 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
1858 to zero.
1859
58b963f7
SM
18602010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1861
84164a0d
SM
1862 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
1863
2b0a91e7
SM
1864 Try to solve the problem of spurious EOF chars in long lines of text
1865 sent to interactive subprocesses.
1866 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
1867 (system_process_attributes): Remove unused var `ttotal'.
1868 * process.c (send_process): Don't bother breaking long line with EOF
1869 chars when talking to ttys any more.
1870 (wait_reading_process_output): Output a warning when called in such
1871 a way that it could block without being interruptible.
1872
58b963f7
SM
1873 Try to detect file modification within the same second.
1874 * buffer.h (struct buffer): New field modtime_size.
1875 * buffer.c (reset_buffer): Initialize it.
1876 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
1877 (Fverify_visited_file_modtime): Check it.
1878 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
1879 (Fset_visited_file_modtime): Set (or clear) it.
1880
01f5787b
SM
18812010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * process.c (status_notify): Remove unused var `ro'.
1884
83725342
JD
18852010-04-12 Jan Djärv <jan.h.d@swipnet.se>
1886
1887 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
1888 more than one visual (Bug#5938).
1889
b9465836
DN
18902010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
1891
50426a04
JB
1892 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
1893 Undefine.
b9465836 1894
8d9c8ece
DN
18952010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
1896
b1f52161
DN
1897 Remove C_SWITCH_SYSTEM_TEMACS.
1898 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
1899 (malloc, realloc, free): Use emacs, not temacs for conditional
1900 definition.
1901
1902 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
1903 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
1904
8d9c8ece
DN
1905 Use autoconf, not cpp for some variables.
1906 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
1907 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
1908 (ALL_CFLAGS): Use them as make variables.
1909 (really-lwlib, really-oldXMenu): Do not pass them.
1910
1ecb2d3f
JD
19112010-04-11 Jan Djärv <jan.h.d@swipnet.se>
1912
1913 * xmenu.c (apply_systemfont_to_dialog): New.
1914 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
1915
3a4fa2f2
SM
19162010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1917
97e53006
SM
1918 * process.c (exec_sentinel): Preserve current-buffer.
1919
3a4fa2f2
SM
1920 * process.c (read_process_output): Move the save-current-buffer to
1921 apply to both the filter and the non-filter branches.
1922
88df7221
DN
19232010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
1924
1925 * s/msdos.h (UNEXEC): New definition.
1926
5634ff85
YM
19272010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1928
6eff5c3d
YM
1929 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
1930 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
1931
1932 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
1933 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
1934 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
1935 TRY_WINDOW_CHECK_MARGINS.
1936
1937 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5b253e9c
YM
1938 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
1939 width only when it is for padding.
5634ff85 1940
b13aef54
J
19412010-04-09 Jan Djärv <jan.h.d@swipnet.se>
1942
1943 * xfns.c (Fx_show_tip): Call try_window in a loop until
1944 fonts_changed_p is zero (Bug#2423).
1945
21d28484
EZ
19462010-04-08 Eli Zaretskii <eliz@gnu.org>
1947
1948 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
1949 the end of TEXT_AREA. (Bug#5856)
1950
0269ef77
JD
19512010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1952
1953 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
1954 HAVE_GCONF.
1955
5930fe97
EZ
19562010-04-08 Eli Zaretskii <eliz@gnu.org>
1957
1958 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
1959 prev.orig_type, for resolving type of NSM. (Bug#5858)
1960
99852628
JD
19612010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1962
1963 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
1964 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
1965 in current_font.
1966 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
50426a04
JB
1967 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
1968 New functions.
1969 (syms_of_xsettings): Initialize current_font.
1970 defsubr Sfont_get_system_normal_font.
99852628
JD
1971
1972 * xsettings.h (Ffont_get_system_normal_font,
1973 xsettings_get_system_normal_font): Declare.
1974
1975 * xfns.c (extern xlwmenu_default_font): Remove.
1976 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
1977 to xlwmenu.c.
1978
1979 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
1980 menu items in UTF-8.
1981
1982 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
1983 (apply_systemfont_to_menu): New function.
1984 (set_frame_menubar, create_and_show_popup_menu): Call
1985 apply_systemfont_to_menu.
1986
7fc874c4
J
19872010-04-07 Jan Djärv <jan.h.d@swipnet.se>
1988
1989 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
1990 FRAME_LINE_TO_PIXEL_Y.
1991
1992 * xterm.c (x_set_window_size_1): Don't add border_width/height to
1993 pixelwidth/height.
1994
863bf481
DN
19952010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
1996
5e5a3b92
DN
1997 Simplify code for HP machines.
1998 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
1999 for GNU_LINUX, not needed.
2000 (UNEXEC, NEED_BSDTTY): Move definitions...
2001 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
2002
863bf481
DN
2003 * m/iris4d.h (UNEXEC): Move definition ...
2004 * s/irix6-5.h (UNEXEC): ... here.
2005
3e6bec3b
JD
20062010-04-04 Jan Djärv <jan.h.d@swipnet.se>
2007
2008 * xfns.c (set_machine_and_pid_properties): New function.
2009 (Fx_create_frame): Call set_machine_and_pid_properties.
2010
2912322b
SM
20112010-04-03 Eli Zaretskii <eliz@gnu.org>
2012
1502b819
EZ
2013 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
2014 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
2015 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
2016
2912322b
SM
2017 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
2018 in this function. (Bug#5703)
2019
20202010-04-03 Chong Yidong <cyd@stupidchicken.com>
2021
2022 * nsterm.h: Fix last change.
2023
c435b432
DN
20242010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
2025
a568f507
DN
2026 * m/intel386.h (NO_REMAP): Move definition ...
2027 * s/msdos.h (NO_REMAP): ... here.
2028
4cd9f6c2
DN
2029 * m/vax.h (CRT0_DUMMIES): Remove, unused.
2030
c435b432
DN
2031 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
2032 used on those platforms.
2033
42a2c622
DN
20342010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2035
2036 Remove extern errno declarations.
2037 * xterm.c:
2038 * xrdb.c:
2039 * w32term.c:
2040 * unexec.c:
2041 * unexaix.c:
2042 * sysdep.c:
2043 * process.c:
2044 * lread.c:
2045 * keyboard.c:
2046 * floatfns.c:
2047 * filelock.c:
2048 * fileio.c:
2049 * emacs.c (main):
2050 * ecrt0.c:
2051 * dispnew.c:
2052 * callproc.c:
2053 * buffer.c: Remove errno extern declarations.
2054 * s/netbsd.h (NEED_ERRNO): Remove.
2055
8224f93d
DN
20562010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2057
2058 Remove all uses of LIBX11_SYSTEM.
2059 * Makefile.in (LIBX11_SYSTEM): Remove.
2060 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
2061 instead.
2062
814062c7
EZ
20632010-04-01 Eli Zaretskii <eliz@gnu.org>
2064
ed68db4d
EZ
2065 Remove support for DJGPP v1.x (bug#5813).
2066
2067 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8224f93d
DN
2068 * s/msdos.h:
2069 * unexec.c (make_hdr, copy_text_and_data):
2070 * sysdep.c (wait_for_termination, sys_subshell):
ed68db4d 2071 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
52f4d8d5
EZ
2072 (IT_set_terminal_modes, __write, _rename, gethostname)
2073 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
2074 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
2075 the value of __DJGPP__.
ed68db4d
EZ
2076 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
2077 compatibility code.
8224f93d
DN
2078 * lread.c:
2079 * gmalloc.c (memalign):
2080 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
2081 * emacs.c (main):
2082 * dosfns.c (init_dosfns):
ed68db4d
EZ
2083 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
2084
52f4d8d5
EZ
20852010-04-01 Eli Zaretskii <eliz@gnu.org>
2086
814062c7
EZ
2087 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
2088 string with `cursor' property comes from an `after-string'
2089 overlay. (Bug#5816)
2090
0dc2e11d
GM
20912010-04-01 Glenn Morris <rgm@gnu.org>
2092
2093 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
2094 Define as Makefile variables.
2095 (LIBX): Use above variables rather than directly using autoconf.
2096
1d29df59
DN
20972010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
2098
2099 Clean up BSD_SYSTEM use.
2100 * xterm.c:
2101 * process.c:
2102 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
2103 for including <sys/ioctl.h>.
2104 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
2105 code is only used for MSDOS.
2106
1546c559
JL
21072010-03-31 Juri Linkov <juri@jurta.org>
2108
2109 * image.c: Add `Qextension_data'.
2110 (syms_of_image): Initialize and staticpro `Qextension_data'.
2111 (Fimage_metadata): Rename from `Fimage_extension_data'.
2112 (gif_load): Put GIF extension data to the property
2113 `Qextension_data'.
2114
6521c534
CY
21152010-03-31 Chong Yidong <cyd@stupidchicken.com>
2116
2117 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
2118 * nsterm.h: Fix prototype.
2119
52c30783
EZ
21202010-03-31 Eli Zaretskii <eliz@gnu.org>
2121
2122 * xdisp.c (highlight_trailing_whitespace): Support highlight of
2123 trailing whitespace in right-to-left rows.
2124
855a0da7
SM
21252010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2126
2127 Get rid of the direct_output optimizations.
2128 * keyboard.c (nonundocount): Remove extern declaration.
2129 (command_loop_1): Remove brittle optimisation for cheap and
2130 common operations.
2131 * xdisp.c (redisplay_internal): Don't bother checking
2132 redisplay_performed_directly_p any more.
2133 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
2134 any more.
2135 * dispnew.c (redisplay_performed_directly_p)
2136 (direct_output_for_insert, direct_output_forward_char):
2137 * dispextern.h (redisplay_performed_directly_p)
2138 (direct_output_for_insert, direct_output_forward_char): Remove.
2139 * cmds.c (nonundocount): Make it static.
2140
85738751 21412010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
a6d676d9
CY
2142
2143 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
2144
85738751 21452010-03-31 Jan Djärv <jan.h.d@swipnet.se>
67fee863
JD
2146
2147 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
2148 invisible (Bug#5766).
2149
85738751 21502010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
9ae6e189 2151
855a0da7
SM
2152 * xdisp.c (x_consider_frame_title, update_window_cursor):
2153 Remove HAVE_NS conditionals.
194d44e7 2154 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
2155
2156 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
2157 filename for the title.
2158 (ns_set_doc_edited): Do nothing if the selected window is a
2159 minibuffer window.
2160
2161 * nsterm.h: Add prototypes for ns_set_name_as_filename and
2162 ns_set_doc_edited.
2163
2164 * nsterm.m: Remove unneeded prototype.
2165
85738751 21662010-03-31 Glenn Morris <rgm@gnu.org>
25c72475
GM
2167
2168 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
2169 in the DOC file. (Bug#5336)
2170
85738751 21712010-03-31 Chong Yidong <cyd@stupidchicken.com>
f79a01db
CY
2172
2173 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
2174
75d1428c
SM
21752010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2176
2177 * window.c (keys_of_window): Remove redundant/overridden bindings.
2178
82043cfb
EZ
21792010-03-30 Eli Zaretskii <eliz@gnu.org>
2180
2181 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
2182 Restore original behavior when the iterator is not bidi_p.
2183
b5dd0ae7
DN
21842010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2185
2186 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
2187
bd924a5d
EZ
21882010-03-30 Eli Zaretskii <eliz@gnu.org>
2189
2190 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
2191 are outside the range of cached character positions.
2192
3580374b
JB
21932010-03-30 Juanma Barranquero <lekktu@gmail.com>
2194
2195 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
2196
a7b02820
EZ
21972010-03-30 Eli Zaretskii <eliz@gnu.org>
2198
2199 Initial support for bidirectional editing.
2200
2201 * Makefile.in (obj): Include bidi.o.
2202 (bidi.o): New target.
2203
2204 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
2205 ($(BLD)/bidi.$(O)): New target.
2206
2207 * bidi.c: New file.
2208
2209 * buffer.h (struct buffer): New members bidi_display_reordering
2210 and bidi_paragraph_direction.
2211
2212 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
2213 and bidi_paragraph_direction.
2214 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
2215 and bidi-paragraph-direction.
2216 (Fbuffer_swap_text): Swap the values of
2217 bidi_display_reordering and bidi_paragraph_direction.
2218
2219 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
2220 (bidi_type_t, bidi_dir_t): New types.
2221 (bidi_saved_info, bidi_stack, bidi_it): New structures.
2222 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
2223 prev_stop, base_level_stop, and eol_pos.
2224 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
2225 (IT_STACK_SIZE): Enlarge to 5.
2226 (struct glyph_row): New member reversed_p.
2227 <string_buffer_position>: Update prototype.
2228 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
2229 glyph_row if bidi_it.paragraph_dir == R2L.
2230 (struct glyph): New members resolved_level and bidi_type.
2231
2232 * dispnew.c (direct_output_forward_char): Give up if we need bidi
2233 processing or buffer's direction is right-to-left.
2234 (prepare_desired_row): Preserve the reversed_p flag.
2235 (row_equal_p): Compare the reversed_p attributes as well.
2236
2237 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
2238 bidi_init_it and set it->paragraph_embedding from the current
2239 buffer's value of bidi_paragraph_direction.
2240 (reseat_1): Initialize bidi_it.first_elt.
2241 (set_iterator_to_next, next_element_from_buffer): Use the value of
2242 paragraph_embedding to determine the paragraph direction.
2243 (set_iterator_to_next): Under bidi reordering, call
2244 bidi_get_next_char_visually. Call bidi_paragraph_init if the
2245 new_paragraph flag is set in the bidi iterator.
2246 (next_element_from_buffer): If bidi_it.first_elt is set,
2247 initialize paragraph direction and find the first character to
2248 display in the visual order. If reseated to a middle of a line,
2249 prime the bidi iterator starting at the line's beginning. Handle
2250 the situation where we overstepped stop_charpos due to
2251 non-linearity of the bidi iteration. Likewise for when we back up
2252 beyond the previous stop_charpos. When moving across stop_charpos,
2253 record it in prev_stop.
2254 (display_line): Set row->end and it->start for the next row to the
2255 next character in logical order. Always extend reversed_p rows to
2256 the end of line, even if they end at ZV. Copy the reversed_p flag
2257 to the next glyph row. Keep calling set_cursor_from_row for
2258 bidi-reordered rows even if we already have a possible candidate
2259 for cursor position. Set row_end after all the row's glyphs have
2260 been produced, by looping over the glyphs. Record the position
2261 after EOL in it->eol_pos, and use it to set end_pos of the last
2262 row produced for a continued line.
2263 <Qright_to_left, Qleft_to_right>: New variables.
2264 (syms_of_xdisp): Initialize and staticpro them.
2265 (string_buffer_position_lim): New function.
2266 (string_buffer_position): Most of code moved to
2267 string_buffer_position_lim. Last argument and return value are
2268 now EMACS_INT; all callers changed.
2269 (set_cursor_from_row): Rewritten to support bidirectional text and
2270 reversed glyph rows.
2271 (text_outside_line_unchanged_p, try_window_id): Disable
2272 optimizations if we are reordering bidirectional text and the
2273 paragraph direction can be affected by the change.
2274 (append_glyph, append_composite_glyph)
2275 (produce_image_glyph, append_stretch_glyph): Set the
2276 resolved_level and bidi_type members of each glyph.
2277 (append_glyph): If the glyph row is reversed, prepend the glyph
2278 rather than appending it.
2279 (handle_stop_backwards): New function.
2280 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
2281 (reseat): call handle_stop_backwards to recompute prev_stop and
2282 base_level_stop for the new position.
2283 (handle_invisible_prop): Under bidi iteration, skip invisible text
2284 using bidi_get_next_char_visually. If we are `reseat'ed, init the
2285 paragraph direction. Update IT->prev_stop after skipping
2286 invisible text.
2287 (move_it_in_display_line_to): New variables prev_method
2288 and prev_pos. Compare for strict equality in
2289 BUFFER_POS_REACHED_P.
2290 (try_cursor_movement): Examine all the candidate rows that occlude
2291 point, to return the best match. If rows are bidi-reordered
2292 and point moved backwards, back up to the row that is not a
2293 continuation line, and start looking for a suitable row from
2294 there.
2295
2296 * term.c (append_glyph): Reverse glyphs by pre-pending them,
2297 rather than appending, if the glyph_row's reversed_p flag is set.
2298 Set the resolved_level and bidi_type members of each glyph.
2299
2300 * .gdbinit (pbiditype): New command.
2301 (pgx): Use it to display bidi level and type of the glyph.
2302 (pitx): Display some bidi information about the iterator.
2303 (prowlims, pmtxrows): New commands.
2304
32a8894e
DN
23052010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2306
2307 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
2308 * s/usg5-4.h (LIBS_DEBUG):
2309 * s/irix6-5.h (C_DEBUG_SWITCH):
2310 * s/gnu-linux.h (LIBS_DEBUG):
2311 * s/darwin.h (LIBS_DEBUG):
2312 * s/bsd-common.h (LIBS_DEBUG):
2313 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
2314 * m/iris4d.h (LIBS_DEBUG):
2315 * m/hp800.h (LIBS_DEBUG): Remove definitions.
2316
2317 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
2318 (LIBS_DEBUG): Remove definition.
2319
649dbf36
CY
23202010-03-27 Chong Yidong <cyd@stupidchicken.com>
2321
2322 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
2323 Windows.
2324
cad4261f
YM
23252010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2326
2327 * process.c (Fmake_network_process): Don't call turn_on_atimers around
2328 `connect' (Bug#5723).
2329
cd591dbc
HE
23302010-03-25 Helmut Eller <eller.helmut@gmail.com>
2331
2332 * process.c (Fmake_network_process): Call `select' for interrupted
2333 `connect' rather than creating new socket (Bug#5173).
2334
e867cb5d 23352010-03-24 Jan Djärv <jan.h.d@swipnet.se>
93318cbd
JD
2336
2337 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
2338
2339 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
2340
2341 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
2342
e867cb5d 23432010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ad13a3ee
YM
2344
2345 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
2346 XLoadQueryFont.
2347
e867cb5d 23482010-03-24 Kenichi Handa <handa@m17n.org>
fbdc1721
KH
2349
2350 * coding.c (decode_coding_ccl): Fix previous change for the
2351 multibyte case.
fb608df3
KH
2352 (encode_coding_ccl): Don't setup ccl program here. Fix for the
2353 case that the output buffer is fullfilled.
2354 (encode_coding): Setup ccl program here.
fbdc1721 2355
5845f0ed
DN
23562010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2357
814fb708
DN
2358 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
2359
5845f0ed
DN
2360 Simplify LIBS_MACHINE definitions.
2361 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
2362 * m/iris4d.h (LIBS_MACHINE): Likewise.
2363 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
2364 * s/aix4-2.h (LIBS_SYSTEM): ... here.
38e3487c 2365 * s/netbsd.h: Remove commented out code.
5845f0ed 2366
b7064064
DN
23672010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2368
df7734b2
DN
2369 Remove dead code dealing with POSIX_SIGNALS.
2370 * atimer.c (set_alarm): Remove dead code, all USG systems define
2371 POSIX_SIGNALS.
2372 * data.c (arith_error): Likewise.
2373 * keyboard.c (input_available_signal, handle_user_signal)
2374 (interrupt_signal): Likewise.
2375 * process.c (sigchld_handler): Likewise.
2376 (create_process): Remove if 0 code. Remove HPUX conditional when
2377 !defined (POSIX_SIGNALS), it cannot be true.
2378 * syssignal.h: Remove USG5_4 and USG conditionals when
2379 !POSIX_SIGNALS, they cannot be true.
2380
b7064064
DN
2381 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
2382 NO_SOCK_SIGIO, not used anymore.
2383
55da5ee3
DN
23842010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2385
0be96e3a
DN
2386 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
2387 support vax on BSDs.
2388
55da5ee3
DN
2389 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
2390 * s/aix4-2.h (ORDINARY_LINK): ... here.
2391
c0282183
AS
23922010-03-21 Andreas Schwab <schwab@linux-m68k.org>
2393
82c3d67a
AS
2394 * Makefile.in (abs_builddir): Define.
2395 (bootstrap_exe): Use it.
2396 (VPATH): Use $(srcdir) instead of @srcdir@.
c0282183 2397
3613edce
SM
23982010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2399
2400 * Makefile.in (bootstrap_exe): Use an absolute name.
2401
7f110ddc
DN
24022010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2403
22e87574
DN
2404 Remove support for old GNU/Linux using libc version 5.
2405 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
2406 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
2407
05a670e6
DN
2408 Consolidate redundant definitions in s/bsd-common.h.
2409 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2410 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2411 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
2412 doing it in all files that include this one.
2413 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2414 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2415 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2416 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2417 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2418 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2419 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2420 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2421 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2422
2968f561
DN
2423 Consolidate redundant definitions.
2424 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
2425 it's undefined in all files that include this one.
2426 (POSIX_SIGNALS): Define here instead of doing it in all files that
2427 include this one.
2428 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2429 (POSIX_SIGNALS): Do not define.
2430 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2431 (POSIX_SIGNALS): Do not define.
2432 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2433 (POSIX_SIGNALS): Do not define.
2434
15d25dc0
DN
2435 Remove support for old UNIX System V systems.
2436 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
2437 * s/usg-5-4-2.h: Remove.
2438
07e339e4
DN
2439 Remove support for Solaris on PPC and for old versions.
2440 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
2441 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
2442 that cancel each other.
2443 * s/sol2-3.h:
2444 * s/sol2-4.h:
2445 * s/sol2-5.h: Remove.
2446 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
2447 (NO_REMAP): Remove, unused.
2448 (UNEXEC): Move definition ...
2449 * s/aix4-2.h (UNEXEC): ... here.
2450
7f110ddc
DN
2451 * s/openbsd.h: Remove support for non-ELF and for systems that do
2452 not support shared libraries.
2453 * s/netbsd.h:
2454 * s/freebsd.h: Likewise.
2455
605f35cd
DN
24562010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2457
2458 Remove non-working support for lynxos 3.0.
2459 * s/lynxos.h: Remove file.
2460
2461 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
2462 COFF_BSD_SYMBOLS, nothing defines it anymore.
2463
aed71cf4
DN
24642010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2465
2466 Remove obsolete uses of HAVE_SHM.
2467 * emacs.c (standard_args):
2468 (Fdump_emacs):
2469 (syms_of_emacs): Remove code depending on HAVE_SHM.
2470
2471 * alloc.c: Remove HAVE_SHM dependent definition.
2472
2473 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
2474
aded53ff
GM
24752010-03-18 Glenn Morris <rgm@gnu.org>
2476
17284745
GM
2477 * emacs.c (USAGE4): Hard-code bug address.
2478 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
2479 (bug_reporting_address): Remove.
2480 (main): Don't call bug_reporting_address.
2481
aded53ff
GM
2482 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
2483 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
2484
303500aa
CY
24852010-03-15 Chong Yidong <cyd@stupidchicken.com>
2486
2487 * xfns.c (Fx_create_frame):
2488 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
2489 on left.
2490
cef3058f
CY
24912010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
2492
2493 * editfns.c (Fformat): Account for string precision when computing
2494 field width (Bug#5710).
2495
a647d59d
CY
24962010-03-12 Chong Yidong <cyd@stupidchicken.com>
2497
4fa42018
CY
2498 * xfns.c (Fx_create_frame): Set default to Qright.
2499
a647d59d
CY
2500 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
2501 all window systems.
2502
6da23aaa
EZ
25032010-03-12 Eli Zaretskii <eliz@gnu.org>
2504
a96f6398 2505 These changes remove termcap.c from the build on Posix platforms.
83d02def 2506 * Makefile.in (termcapobj): Move termcap.o from here...
6da23aaa
EZ
2507 (MSDOS_OBJ): ...to here.
2508 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
2509 now identical to when LIBS_TERMCAP is defined.
2510
2511 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
2512
2513 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
2514
a96f6398 2515 * config.in: Regenerated. (See top-level ChangeLog.)
6da23aaa 2516
288f9fc0
CY
25172010-03-10 Chong Yidong <cyd@stupidchicken.com>
2518
2519 * Branch for 23.2.
2520
d48cd3f4
SM
25212010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2522
2523 Cleanup setup of gl_state in various parts of the code.
2524 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
2525 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
2526 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
2527 (skip_chars):
2528 * regex.c (regex_compile): Use it.
2529 (re_compile_pattern): Don't set gl_state.current_syntax_table since
2530 it's now set in regex_compile when/if we need it.
2531
618db430
SM
25322010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2533
c0335e02
SM
2534 Make it possible to C-g in a tight bytecode loop again (bug#5680).
2535 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
2536 (QUIT): Use it to consolidate code and remove redundancy.
2537 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
2538
254c06a8
SM
2539 * regex.c (regex_compile): Setup gl_state as well.
2540
618db430
SM
2541 * syntax.c (skip_chars): Setup gl_state (bug#3823).
2542 (in_classes): Use CONSP before XCAR/XCDR.
2543
233f0c9f
CY
25442010-03-03 Chong Yidong <cyd@stupidchicken.com>
2545
2546 * keymap.c (Fwhere_is_internal): Use Fequal to compare
2547 definitions, so that keyboard macros are correctly handled
2548 (Bug#5481).
2549
75f80e63
EZ
25502010-03-02 Eli Zaretskii <eliz@gnu.org>
2551
2552 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
2553 text that could be relocated inside the call to emacs_mule_char.
2554 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
2555 (CODING_DECODE_CHAR): Add a comment describing its purpose.
2556
dcfb9bc4
KH
25572010-03-02 Kenichi Handa <handa@m17n.org>
2558
fc9a17bc
KH
2559 * character.c (parse_str_as_multibyte): Fix handling of the
2560 multibyte form of raw-bytes.
2561 (str_as_multibyte): Likewise.
2562
dcfb9bc4
KH
2563 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
2564 form of raw-bytes.
2565
412c01b6
CY
25662010-02-28 Chong Yidong <cyd@stupidchicken.com>
2567
2568 * charset.c (load_charset_map_from_file)
2569 (load_charset_map_from_vector): Zero out allocated
2570 charset_map_entries before using them.
2571
df7e1ea0
AS
25722010-02-27 Andreas Schwab <schwab@linux-m68k.org>
2573
2574 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
2575
fe69a722
CY
25762010-02-27 Chong Yidong <cyd@stupidchicken.com>
2577
4ed28cf4
CY
2578 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
2579 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 2580
7379cfce
KH
25812010-02-26 Kenichi Handa <handa@m17n.org>
2582
f88cc4d6
KH
2583 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
2584
7379cfce
KH
2585 * xdisp.c (reseat_to_string): Fix previous change.
2586
cf2fdcfb
CY
25872010-02-26 David Reitter <david.reitter@gmail.com>
2588
2589 * nsfont.m (nsfont_draw): ns_antialias_text should be a
2590 Lisp_Object (Bug#4736).
2591
cc6c7c75
KH
25922010-02-25 Kenichi Handa <handa@m17n.org>
2593
2594 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
2595
32e737d7
JD
25962010-02-24 Jan Djärv <jan.h.d@swipnet.se>
2597
2598 * xterm.c (XTflash): Move declarations before statements.
2599
2600 * gtkutil.c (xg_get_gdk_display): Remove (unused).
2601 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
2602 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
2603 (xg_create_tool_bar): Remove unused variables.
2604 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 2605 (xg_create_frame_widgets): Remove variable grav.
32e737d7 2606
676cae9f
CY
26072010-02-21 Chong Yidong <cyd@stupidchicken.com>
2608
2609 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
2610
886cc2b8
SM
26112010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2612
2613 * term.c (fatal): Add a final \n if needed (bug#5596).
2614
ddb2d8e2
CY
26152010-02-18 Chong Yidong <cyd@stupidchicken.com>
2616
2617 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
2618
2a4f8d3d
GM
26192010-02-18 Glenn Morris <rgm@gnu.org>
2620
2621 * callint.c (Finteractive): Doc fix.
2622
ebaf11b6
KH
26232010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2624
886cc2b8
SM
2625 * coding.c (record_conversion_result):
2626 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
2627 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
2628 memory allocation error.
2629
d0396581
KH
26302010-02-17 Kenichi Handa <handa@m17n.org>
2631
886cc2b8
SM
2632 * coding.c (decode_coding_ccl): Don't setup ccl program here.
2633 Fix for the case that the output buffer is fullfilled.
d0396581
KH
2634 (decode_coding): Setup ccl program here. Keep looping when the
2635 decoder stopped because the output buffer is
2636 fullfilled (bug#5534).
2637
2638 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
2639
98599f74
JD
26402010-02-13 Jan Djärv <jan.h.d@swipnet.se>
2641
471e4f04 2642 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 2643 bug #5571.
886cc2b8 2644 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 2645 overdrawn.
98599f74 2646
182659ae
JD
26472010-02-10 Jan Djärv <jan.h.d@swipnet.se>
2648
2649 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
2650 doing_interact here.
2651 (ice_connection_closed): New function.
2652 (x_session_check_input, smc_die_CB, ice_io_error_handler)
2653 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
2654 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
2655 returns I/O error.
2656 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
2657 bug #5512.
2658
9be32c4e 26592010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
2660
2661 * nsfont.m (nsfont_open): The system's value for the font descent
2662 is negative, so round it down to avoid clipping.
2663
a2f3eb19
CY
26642010-02-06 Chong Yidong <cyd@stupidchicken.com>
2665
2666 * charset.c (load_charset_map_from_file)
2667 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 2668 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 2669
3088147c
CY
26702010-02-05 Chong Yidong <cyd@stupidchicken.com>
2671
2672 * charset.c (load_charset_map_from_file): Allocate large
2673 charset_map_entries structure on the heap rather than the stack.
2674 (Bug#5526).
2675
b57d9029
KH
26762010-01-31 Kenichi Handa <handa@m17n.org>
2677
2678 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 2679 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 2680
c67d885b
CY
26812010-01-31 Chong Yidong <cyd@stupidchicken.com>
2682
2683 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
2684 <deactivated@gmail.com> (Bug#3605).
2685
8fab2362
CY
26862010-01-31 David De La Harpe Golden <david@harpegolden.net>
2687
2688 * fileio.c (Frename_file): Correctly rename symlinks to
2689 directories (Bug#5496).
2690
cb2a62f2
CY
26912010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
2692
2693 * nsterm.m (ns_ring_bell): Handle visible bell like X.
2694
944c7a26
AS
26952010-01-30 Andreas Schwab <schwab@linux-m68k.org>
2696
2697 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
2698
c024ac08
CY
26992010-01-29 Chong Yidong <cyd@stupidchicken.com>
2700
2701 * frame.c (DEFAULT_ROWS): Change default to 35.
2702
2703 * xfns.c (x_default_font_parameter): Change default XFT font to
2704 monospace-10 (Bug#3643).
2705
af93af83
EZ
27062010-01-29 Eli Zaretskii <eliz@gnu.org>
2707
2708 * w32inevt.c (key_event): Remove unnecessary comparison of
2709 event->uChar.AsciiChar with 128.
2710
ca0eb708
CY
27112010-01-28 Chong Yidong <cyd@stupidchicken.com>
2712
b242dbfc
CY
2713 * fileio.c (Frename_file): Fix last change (Bug#5487).
2714
ca0eb708
CY
2715 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
2716
2717 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
2718
45d45af5
JD
27192010-01-28 Jan Djärv <jan.h.d@swipnet.se>
2720
2721 * xfns.c (Fx_create_frame): Remove window size matching code from
2722 2010-01-15.
a73f9c9d 2723 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 2724
7e233730
JR
27252010-01-27 Jason Rumney <jasonr@gnu.org>
2726
2727 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 2728 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 2729
86e893e3
KH
27302010-01-27 Kenichi Handa <handa@m17n.org>
2731
2732 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 2733 pattern string (Bug#4209).
86e893e3 2734
8719abec
CY
27352010-01-27 David De La Harpe Golden <david@harpegolden.net>
2736
2737 * fileio.c (Frename_file): Call copy-directory and
2738 delete-directory for directories, in order to handle cross-device
2739 renaming (Bug#3353).
2740
844794c8
JD
27412010-01-25 Jan Djärv <jan.h.d@swipnet.se>
2742
aa3e13b5 2743 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 2744 sizes 24 and 10. Bug #3643.
844794c8 2745
bd4b5750
SM
27462010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2747
8dc1adf6 2748 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
2749 * keymap.c (shadow_lookup): Add `remap' arg.
2750 (describe_map, describe_vector): Update calls to shadow_lookup.
2751 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
2752 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
2753 perform remapping during shadow_lookup check of remapped_sequences.
2754
285d07e2
CY
27552010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
2756
2757 * image.c (png_load): Use png_sig_cmp instead of the obsolete
2758 png_check_sig, which has been removed in libpng 1.4.
2759
c6d09b8d
CY
27602010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2761
2762 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
2763 lacks this header file).
2764
3d782998
YM
27652010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2766
2767 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
2768 as in Emacs 22.
2769
2aff7c53
YM
27702010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2771
2772 * lisp.h (make_pure_string): String pointer arg now points to const.
2773
2774 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
2775 args now point to const.
2776
74327f7a
EZ
27772010-01-22 Eli Zaretskii <eliz@gnu.org>
2778
2779 * lread.c (Fload): Don't treat files without .elc extension as
2780 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
2781 them. (bug#5303)
2782
4d1e6632
KH
27832010-01-20 Kenichi Handa <handa@m17n.org>
2784
2785 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
2786 treat the source as actual byte sequence.
2787
1fdede8f
AM
27882010-01-19 Alan Mackenzie <acm@muc.de>
2789
2790 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 2791 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
2792 `signal_after_change_p' to `coherent_change_p', and make the
2793 invocation of `modify_region' conditional on it.
2794
67477f30
JD
27952010-01-19 Jan Djärv <jan.h.d@swipnet.se>
2796
2797 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
2798 for debug purpose.
2799 (syms_of_xsettings): Declare xft-settings.
2800
244b023e
CY
28012010-01-18 Chong Yidong <cyd@stupidchicken.com>
2802
2803 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
2804
617364fe
CY
28052010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2806
2807 * xterm.c (event_handler_gdk): Block input (Bug#5037).
2808
4fe22cdf
CY
28092010-01-16 Chong Yidong <cyd@stupidchicken.com>
2810
2811 * emacs.c (standard_args): Adjust arg priorities to reflect how
2812 they are processed in startup.el.
2813
e118d2be
AS
28142010-01-16 Andreas Schwab <schwab@linux-m68k.org>
2815
2816 * Makefile.in (lisp, shortlisp): Update.
2817
523ae620
SM
28182010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2819
2820 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
2821 code, link the new kboard into all_kboard before running Lisp code,
2822 and protect the new terminal with GCPRO (Bug#5365).
2823 (x_term_init): Remove unused var `atom'.
2824 (x_delete_display, x_delete_terminal): Remove unused var `i'.
2825
f0d13888
JD
28262010-01-15 Jan Djärv <jan.h.d@swipnet.se>
2827
2828 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
2829 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
2830 to find out usable size of the desktop. Don't make frames larger than
ac146f82 2831 this. Bug #3643.
f0d13888 2832
cc320f07
KH
28332010-01-15 Kenichi Handa <handa@m17n.org>
2834
2835 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
2836
7ffdf101
CY
28372010-01-15 Chong Yidong <cyd@stupidchicken.com>
2838
2839 * nsterm.m (Qnone): Define.
2840
2841 * nsfns.m (Qnone): Move definition to nsterm.m.
2842
d12bd917
KH
28432010-01-14 Kenichi Handa <handa@m17n.org>
2844
2845 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
2846 systems.
2847
d9a7c140
KH
28482010-01-14 Kenichi Handa <handa@m17n.org>
2849
2850 Make auto-composition work on all buffers even if they are
2851 fundamental mode.
2852
2853 * composite.c (Vauto_composition_mode): New variable.
2854 (composition_compute_stop_pos): Check Vauto_composition_mode
2855 instead of Vauto_composition_function.
2856 (composition_adjust_point, Ffind_composition_internal): Likewise.
2857 (syms_of_composite): Declare Lisp variable
2858 "auto-composition-mode" here.
2859
63286bb2
CY
28602010-01-13 Chong Yidong <cyd@stupidchicken.com>
2861
2862 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
2863 during call to vendor-specific-keysyms (Bug#5365).
2864
c2623ee7
YM
28652010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2866
2867 * keyboard.c (input_available_signal) [SYNC_INPUT]:
2868 Call SIGNAL_THREAD_CHECK (Bug#5333).
2869
2870 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
2871 Call SIGNAL_THREAD_CHECK.
2872
0b5397c2
SM
28732010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2874
2875 Try to fix bug#5314. This is probably not the final word, tho.
2876 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
2877 recent-auto-save-p as a side-effect.
2878 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
2879 * buffer.c (Fkill_buffer, reset_buffer):
2880 * editfns.c (Fsubst_char_in_region):
2881 * fileio.c (Finsert_file_contents, Fdo_auto_save)
2882 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
2883
dc954cb2
KH
28842010-01-13 Kenichi Handa <handa@m17n.org>
2885
2886 Display buffer name, etc. in mode line by composing correctly.
2887
2888 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
2889 STRING is not nil.
0b5397c2 2890 (display_mode_element): Adjust for the change of
dc954cb2
KH
2891 decode_mode_spec and display_line.
2892 (decode_mode_spec): Change arg MULTIBYTE to STRING.
2893 (display_string): Handle the case that STRING is non-null and
2894 LISP_STRING is not nil.
2895
0b5397c2
SM
2896 * xterm.c (x_draw_composite_glyph_string_foreground):
2897 Pay attention to s->face->overstrike.
dc954cb2
KH
2898
2899 * composite.c (composition_reseat_it): Don't check PT if STRING is
2900 non nil.
2901
4a00eaca
YM
29022010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2903
2904 * keyboard.c (read_char): Don't apply previous change when current
2905 buffer is unchanged by command execution.
2906
60abb287
JD
29072010-01-12 Jan Djärv <jan.h.d@swipnet.se>
2908
2909 * keyboard.c (read_char): Return after executing from special map.
2910
893db5bc
GM
29112010-01-12 Glenn Morris <rgm@gnu.org>
2912
2913 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
2914 bug-gnu-emacs rather than emacs-pretest-bug.
2915
4d03ece0
CY
29162010-01-11 Chong Yidong <cyd@stupidchicken.com>
2917
2918 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
2919 initializing the Lisp variables that depend on them.
2920
1df47e38
YM
29212010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2922
2923 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
2924 Clear areas that will not be updated after change of menu bar lines.
2925 Clear the menu bar window's current matrix when the window gets empty.
2926
2f1c6384
CY
29272010-01-09 Chong Yidong <cyd@stupidchicken.com>
2928
e398c61c
CY
2929 * intervals.h, textprop.c (extend_property_ranges): Return value
2930 and args changed. Discard properties that begin at or after the
2931 new end (Bug#5306).
2932
2933 * editfns.c (Fformat): Caller changed.
2934
e5a29a10
CY
2935 * nsterm.m (ns_set_default_prefs): Delete function.
2936 (syms_of_nsterm): Initialize ns_command_modifier,
2937 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
2938 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
2939
2f1c6384
CY
2940 * xdisp.c (pos_visible_p): Check for invisible text at the correct
2941 position (Bug#4040).
2942
d427a9fa
EZ
29432010-01-09 Eli Zaretskii <eliz@gnu.org>
2944
2945 * editfns.c (Ffloat_time): Doc fix.
2946
21b9df2f
JD
29472010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2948
2949 * xfns.c (Fx_create_frame): Don't create frame larger than display
2950 by default bug#3643.
2951
4b00d3b1
YM
29522010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2953
2954 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
2955 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
2956 windows above internal border.
2957
2958 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
2959 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
2960 windows above internal border.
2961
2962 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
2963 tool bar windows specially.
2964
2965 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
2966
2967 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
2968 specially.
2969 (XTflash): Take account of menu bar height.
2970
2971 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
2972 specially.
2973
5075d853
JD
29742010-01-08 Jan Djärv <jan.h.d@swipnet.se>
2975
ac146f82 2976 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
2977 also be true before we can return early (bug #5339).
2978
474217c8
CY
29792010-01-06 David Reitter <david.reitter@gmail.com>
2980
2981 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
2982 (Fns_display_usable_bounds): Rewrite, computing bounds properly
2983 (Bug#3233).
2984
c0e6d47d
JD
29852010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2986
d0cf45b7
JD
2987 * font.c (font_open_entity): Enable chache and call cached_font_ok
2988 for the driver if defined.
2989 (QCuser_spec): New symbol.
2990 (font_spec_from_name): Save name as user-spec.
2991 (font_load_for_lface): Keep user-spec instead of name.
2992 (font_open_by_name): Save name as user-spec.
2993 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 2994 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
2995
2996 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
2997 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
2998 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
2999
3000 * font.h (struct font_driver): Add cached_font_ok.
3001
c0e6d47d
JD
3002 * xterm.c (x_clear_frame): Queue draw for scroll bars.
3003
7c583cd8
JD
30042010-01-05 Jan Djärv <jan.h.d@swipnet.se>
3005
3006 * xterm.c (x_new_font): Move code for setting rows/cols before
3007 resizing ...
ac146f82 3008 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
3009
3010 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
3011 (xg_frame_resized, xg_frame_set_char_size):
3012 Call xg_clear_under_internal_border.
7c583cd8 3013 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 3014
03f77f0a
CY
30152010-01-05 Chong Yidong <cyd@stupidchicken.com>
3016
3017 * keyboard.c (read_key_sequence): Catch keyboard switch after
3018 making a new tty frame (Bug#5095).
3019
2a1ef5be
KH
30202010-01-05 Kenichi Handa <handa@m17n.org>
3021
3022 * fontset.c (fontset_find_font): Fix getting the frame pointer.
3023
e3eb1dae
SM
30242010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3025
3026 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
3027 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
3028 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
3029
777013f2
MA
30302010-01-03 Michael Albinus <michael.albinus@gmx.de>
3031
3032 * dbusbind.c (xd_add_watch): Improve debug message.
3033 (xd_remove_watch): Improve debug message. If DATA is the session
3034 bus, unset D-Bus session environment.
3035 (Fdbus_init_bus): Pass the bus as argument to
3036 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 3037
8932b1c2
CY
30382010-01-01 Chong Yidong <cyd@stupidchicken.com>
3039
87231e2c
CY
3040 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
3041
4801c5fa
CY
3042 * lread.c (syms_of_lread): Make it clearer that these are the
3043 names of loaded files (Bug#5068).
3044
8932b1c2
CY
3045 * eval.c (run_hook_with_args): Handle the case where the global
3046 value has the obsolete single-function form (Bug#5026).
3047
11e3c684
CY
30482009-12-27 Chong Yidong <cyd@stupidchicken.com>
3049
3050 * minibuf.c (Fall_completions): Minor optimization.
3051
5b28ce35
EZ
30522009-12-26 Eli Zaretskii <eliz@gnu.org>
3053
5ce6e4f4
JB
3054 * .gdbinit (pgx): Fix display of composite glyphs.
3055 Display cmp.from and cmp.to as well.
3056 (pitx): Fix last change.
5b28ce35 3057
bcffff46
KH
30582009-12-25 Kenichi Handa <handa@m17n.org>
3059
3060 * composite.h (composition_adjust_point): Update prototype.
3061
3062 * composite.c (composition_reseat_it): Don't make a composition
3063 spanning over point.
3064 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
3065 composable characters.
3066 (composition_adjust_point): New arg NEW_PT. Callers changed.
3067
3068 * keyboard.c (command_loop_1): Force redisplay if the last point
3069 was within a composition.
3070 (adjust_point_for_property): Don't adjust point for automatic
3071 composition when called after buffer modification.
3072
3f670e9a
EZ
30732009-12-19 Eli Zaretskii <eliz@gnu.org>
3074
5ce6e4f4
JB
3075 * .gdbinit (pitx): Don't use enum names, use their values.
3076 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
3077 (pgx): Don't use enum names, use their values.
3078 (pitmethod): New helper command.
3079 (pitx): Use it to display iteration method.
3080 (pgrowit): New command.
3081
ad903955
EZ
3082 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
3083
3f670e9a
EZ
3084 Update dependencies in Makefile.in.
3085
3086 * Makefile.in (alloc.o): Depend on termhooks.h.
3087 (atimer.o): Depend on blockinput.h.
3088 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
3089 and frame.h.
3090 (callint.o): Depend on systime.h, coding.h, and composite.h.
3091 (callproc.o): Depend on buffer.h.
3092 (casefiddle.o): Don't depend on charset.h.
3093 (casetab.o): Depend on character.h.
3094 (ccl.o): Depend on composite.h.
3095 (chartab.o): Depend on ccl.h.
3096 (cm.o): Depend on dispextern.h.
3097 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
3098 (coding.o): Don't depend on $(INTERVALS_H).
3099 (composite.o): Don't depend on dispextern.h explicitly (it's in
3100 $(INTERVALS_H)). Depend on ccl.h.
3101 (data.o): Depend on systime.h, coding.h, composite.h,
3102 dispextern.h, font.h, and ccl.h.
3103 (dired.o): Depend on composite.h.
3104 (dispnew.o): Depend on coding.h. Don't depend explicitly on
3105 composite.h (it's in $(INTERVALS_H)).
3106 (doc.o): Depend on systime.h, coding.h, and composite.h.
3107 (editfns.o): Don't depend explicitly on dispextern.h.
3108 (emacs.o): Depend on frame.h and coding.h.
3109 (eval.o): Depend on coding.h, composite.h, and xterm.h.
3110 (fileio.o): Depend on frame.h and commands.h. Don't depend
3111 explicitly on dispextern.h.
3112 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
3113 composite.h.
3114 (fns.o): Don't depend on termhooks.h.
3115 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
3116 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
3117 coding.h, $(INTERVALS_H), window.h, xterm.h.
3118 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
3119 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
3120 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
3121 fontset.h, ccl.h, and ftfont.h.
3122 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3123 (gtkutil.o): Depend on dispextern.h and composite.h.
3124 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
3125 termhooks.h, and ccl.h.
3126 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
3127 (intervals.o): Depend on systime.h and coding.h.
3128 (keyboard.o): Depend on composite.h and coding.h.
3129 (keymap.o): Depend on coding.h and frame.h.
3130 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
3131 (macros.o): Depend on systime.h, coding.h, and composite.h.
3132 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
3133 and atimer.h.
3134 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
3135 dispextern.h explicitly.
0b5397c2
SM
3136 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
3137 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
3138 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
3139 (regex.o): Don't depend on charset.h.
3140 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
3141 (search.o): Don't depend explicitly on composite.h.
3142 (sound.o): Depend on atimer.h and systime.h.
3143 (syntax.o): Don't depend explicitly on composite.h.
3144 (sysdep.o): Depend on coding.h and composite.h.
3145 (term.o): Depend on xterm.h and buffer.h.
3146 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
3147 (textprop.o): Don't depend on dispextern.h explicitly.
3148 (undo.o): Depend on dispextern.h.
3149 (window.o): Depend on coding.h and termhooks.h. Don't depend on
3150 dispextern.h and composite.h explicitly.
3151 (xdisp.o): Depend on ccl.h.
3152 (xfaces.o): Depend on coding.h and ccl.h.
3153 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
3154 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3155 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
3156 ftfont.h.
3157 (xgselect.o): New dependency.
3158 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
3159 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
3160 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
3161 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
3162 (xsmfns.o): Depend on frame.h and dispextern.h.
3163 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
3164 sysselect.h.
3165
7a6f7fea
AS
31662009-12-19 Andreas Schwab <schwab@linux-m68k.org>
3167
3168 * font.c (Fclear_font_cache): Pass correct cache argument to
3169 font_clear_cache.
3170
f4c21026
AS
31712009-12-16 Andreas Schwab <schwab@linux-m68k.org>
3172
3173 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
3174 twice.
3175
f7ab0997
CY
31762009-12-15 Chong Yidong <cyd@stupidchicken.com>
3177
3178 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
3179 calling file-remote-p. Reported by Jim Meyering.
3180
fa8e045a
MA
31812009-12-15 Michael Albinus <michael.albinus@gmx.de>
3182
3183 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 3184 avoid compiler warnings. (Bug #5217)
fa8e045a 3185
a63dba42
KH
31862009-12-14 Kenichi Handa <handa@m17n.org>
3187
3188 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
3189 in 8-bit encoding.
3190
5ce6e4f4 31912009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
3192
3193 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
3194 tooltip windows.
3195
223e5fc6
JD
31962009-12-13 Jan Djärv <jan.h.d@swipnet.se>
3197
36acb2a7
JD
3198 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
3199 Xatom_net_window_type.
3200
3201 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
3202 Xatom_net_window_type.
3203
b8f00677
JD
3204 * xterm.c (my_log_handler): New function.
3205 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 3206 so we can filter out buggy messages. (Bug #5120).
b8f00677 3207
e5f0bc9a
JD
3208 * xterm.c (xg_scroll_callback): Parameter list changed,
3209 use parameter GtkScrollType to determine scroll/line/page.
3210 Only allow dragging if a button < 4 is grabbed (bug #5177).
3211 (xg_end_scroll_callback): New function.
3212 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
3213 xg_create_scroll_bar.
3214
3215 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
3216 (scroll_end_callback): Remove.
3217 (xg_create_scroll_bar): Add parameter end_callback, bind it to
3218 button-release-event. Replace value-changed event with change-value,
3219 bug #5177,
3220 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
3221 bug #5177.
3222
3223 * gtkutil.h (XG_LAST_SB_DATA): Remove.
3224 (xg_create_scroll_bar): Add GCallback end_callback.
3225
223e5fc6
JD
3226 * xftfont.c (QClcdfilter): New variable.
3227 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
3228 (syms_of_xftfont): Initialize QClcdfilter.
3229
3c055b77
JD
32302009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3231
3232 * xsettings.c (struct xsettings): Add member seen.
3233 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 3234 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
3235 (apply_xft_settings): Only update Xft settings with what member seen
3236 indicates as new.
3237
05fe33ff
EZ
32382009-12-12 Eli Zaretskii <eliz@gnu.org>
3239
3240 * dispextern.h (struct text_pos): Use EMACS_INT;
3241 (struct glyph): Use EMACS_INT for charpos.
3242 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
3243 region_beg_charpos, region_end_charpos,
3244 redisplay_end_trigger_charpos, and also for
3245 iterator_stack_entry.end_charpos and
3246 iterator_stack_entry.stop_charpos.
3247
e8d7886a
JD
32482009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3249
5ce6e4f4 3250 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
3251 (xg_create_scroll_bar): Call scroll_end_callback on button release
3252 event (bug #5177).
3253 (xg_event_is_for_scrollbar): != replaced with ==.
3254
d0db2ec8
KH
32552009-12-12 Kenichi Handa <handa@m17n.org>
3256
3257 * ftfont.c (struct ftfont_info): New member matrix.
3258 (ftfont_open): Setup xftfont_info->matrix.
3259 (MFLTFontFT): New member matrix.
3260 (FLOOR, CEIL, ROUND): New macros.
3261 (ftfont_get_metrics): Handle matrix transformation.
3262 (ftfont_shape_by_flt): New arg matrix. Callers changed.
3263
3264 * xftfont.c (struct xftfont_info): New member matrix.
3265 (xftfont_open): Setup xftfont_info->matrix.
3266
32672009-12-10 Kenichi Handa <handa@m17n.org>
3268
3269 * xdisp.c (append_space_for_newline): Consider face-remapping.
3270
2cc7b62f
AS
32712009-12-09 Andreas Schwab <schwab@linux-m68k.org>
3272
b87dd913
AS
3273 * xsettings.c: Include "keyboard.h".
3274
eba5eb94
AS
3275 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
3276
2cc7b62f
AS
3277 Fix implicit function declarations.
3278 * cmds.c: Include "frame.h".
3279 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
3280 * frame.h: Move declaration of delete_frame outside of
3281 HAVE_WINDOW_SYSTEM.
3282
a4ef73c8
CY
32832009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3284
3285 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
3286
3287 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
3288 GTK builds.
3289
944a300c
AS
32902009-12-07 Andreas Schwab <schwab@linux-m68k.org>
3291
3292 * unexelf.c (unexec): Don't search for .data twice.
3293
022eef62
CY
32942009-12-05 Chong Yidong <cyd@stupidchicken.com>
3295
426ac949
CY
3296 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
3297 if push failed.
3298 (handle_line_prefix): Set avoid_cursor_p here. Check return value
3299 of push_display_prop (Bug#5000).
3300
022eef62
CY
3301 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
3302 value of font_list_entities (Bug#5085).
3303
be95bee9
JB
33042009-12-04 Juanma Barranquero <lekktu@gmail.com>
3305
3306 Fix `string-to-number' to deal consistently with integers and floats.
3307 * lread.c (isfloat_string): New argument ignore_trailing to accept all
3308 trailing characters, not just whitespace.
3309 (read1): Pass new arg 0 to keep old behavior.
3310 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
3311 trailing chars, as it is already done for integers. Doc fixes.
3312 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
3313
24c2d7ce
EZ
33142009-12-04 Eli Zaretskii <eliz@gnu.org>
3315
0b5397c2
SM
3316 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
3317 Delete unused enumeration value.
24c2d7ce 3318
7e694795
EZ
33192009-12-03 Eli Zaretskii <eliz@gnu.org>
3320
3321 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
3322
84b31826
SM
33232009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
3324
3325 * process.c (Fmake_network_process): Fix up the tests for
3326 "connectionless socket", so they DTRT for seqpacket sockets as well.
3327
f00c449b
SM
33282009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3329
3330 * process.c (Qseqpacket): New symbol.
3331 (HAVE_SEQPACKET): New macro.
3332 (Fmake_network_process): Accept new :type `seqpacket'.
3333 (init_process): Add `seqpacket' feature when applicable.
3334 (syms_of_process): Initialize Qseqpacket.
3335
8096a0ff
YM
33362009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3337
3338 * font.c (font_load_for_lface, font_open_by_name): Don't store name
3339 if entity is Qnil.
3340
3e0de07f
SM
33412009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * print.c (print_preprocess): Preprocess the key_and_value table of
3344 hashtables, even tho they're "hidden" (bug#5082).
3345
abeafb2a
JD
33462009-11-29 Jan Djärv <jan.h.d@swipnet.se>
3347
3348 * frame.c (frame_make_pointer_invisible)
3349 (frame_make_pointer_visible): Declare f before statements.
3350
4bf47195
EZ
33512009-11-28 Eli Zaretskii <eliz@gnu.org>
3352
3353 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
3354 omitted dependencies on lisp.h.
3355
c525b3f2
JD
33562009-11-27 Jan Djärv <jan.h.d@swipnet.se>
3357
ece2d4ed
JD
3358 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
3359 is NULL.
3360
3361 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
3362
3363 * frame.c (frame_make_pointer_invisible)
3e0de07f 3364 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
3365 frame.
3366
c525b3f2
JD
3367 * search.c (simple_search): Remove warning by making *p const.
3368
2f00e299
DN
33692009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3370
3371 * xdisp.c (power_letter): Remove duplicate const.
3372
084b049b
JD
33732009-11-25 Jan Djärv <jan.h.d@swipnet.se>
3374
a1fadc6f
JD
3375 * term.c (delete_tty): Remove check for last terminal (bug#4970).
3376
5ce6e4f4 3377 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
3378 defaults (bug #5025).
3379
28259cac
SM
33802009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3381
3382 * insdel.c (adjust_markers_for_delete): Move it in the
3383 right direction! (bug#4803)
3384
e8e14166
YM
33852009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3386
3387 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
3388
3389 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
3390
86677b58
GM
33912009-11-24 Glenn Morris <rgm@gnu.org>
3392
3393 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
3394
581e51e8
JD
33952009-11-23 Jan Djärv <jan.h.d@swipnet.se>
3396
cfc86c7a
JD
3397 * Makefile.in: Must create deps for ecrt0.o in its rule.
3398
581e51e8
JD
3399 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
3400 because that is what Gtk+ font dialog understands.
3401
3402 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
3403 of Fcopy_sequence.
3404 (font_open_by_name): Put name given into QCname for font-object returned.
3405
3406 * frame.c (x_set_font): Save original font name as frame parameter
3407 font-parameter.
3408
3409 * xsettings.c (set_default_xft_settings): New function.
3410 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
3411 is found.
3412
8b264ecb
AS
34132009-11-22 Andreas Schwab <schwab@linux-m68k.org>
3414
3415 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
3416 searching backwards through multibyte buffer.
3417
872870b2
JD
34182009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3419
3420 * xterm.c: #include xgselect.h.
3421 (x_initialize): Call xgselect_initialize.
3422
3423 * xsettings.c (something_changedCB): C++ comments => C comments.
3424 (init_gconf): Do not deal with any GLib file descriptors, xg_select
3425 does that now.
3426
3427 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
3428 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
3429 (scroll_bar_button_cb): Remove.
5ce6e4f4 3430 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
3431 event.
3432 (xg_create_scroll_bar): Don't bind button-press-event and
3433 button-release-event.
3434
3435 * process.c: Include xgselect.h if defined (USE_GTK) ||
3436 defined (HAVE_GCONF).
3437 (wait_reading_process_output): Call xg_select for the same condition.
3438
3439 * xgselect.c (xg_select): New function to better integrate with
3440 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
3441
3442 * xgselect.h: New file, declare xg_select, xgselect_initialize.
3443
3444 * Makefile.in (XOBJ): Add xgselect.o.
3445
62a6e103
AS
34462009-11-21 Andreas Schwab <schwab@linux-m68k.org>
3447
0b5397c2
SM
3448 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
3449 Remove ignored second argument. All callers changed.
62a6e103
AS
3450 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
3451 (RE_STRING_CHAR_AND_LENGTH): Likewise.
3452 * xdisp.c (string_char_and_length): Likewise.
3453
b0ca0f33
DN
34542009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3455
3456 * xterm.c (x_new_font):
3457 * print.c (print_object):
3458 * cmds.c (Fself_insert_command): Move declarations before statements.
3459
dd5a6279
CY
34602009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3461
3462 * s/cygwin.h: Remove unneeded linker flags.
3463
4a8e097d
JD
34642009-11-20 Jan Djärv <jan.h.d@swipnet.se>
3465
0d1d0d26
JD
3466 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
3467
3468 * xsettings.h: Declare xsettings_get_system_font.
3469
3470 * xsettings.c (xsettings_get_system_font): New function.
3471 (init_gconf): No use initiating gconf unless we have Xft also.
3472 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
3473 HAVE_GCONF.
3474
4a8e097d
JD
3475 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
3476 add a blank entry so it doesn't collapse into nothing.
3477
8ab1650e
SM
34782009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3479
3480 * lread.c (Funintern): Comment out last change.
3481
82c602f0
RS
34822009-11-19 Richard Stallman <rms@gnu.org>
3483
3484 * lread.c (Funintern): Error if symbol is t or nil.
3485
87e32266
SM
34862009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3487
3488 * insdel.c (make_gap_larger): Don't make as many assumptions about the
3489 representation of Lisp integers.
3490 Reported by MJ Chan <mjchan.inbox@gmail.com>.
3491
1b9ac145
AS
34922009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3493
3494 * lisp.h: Remove declaration of Ffont_get_system_font.
3495 * xfns.c: Move include of "xsettings.h".
3496 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
3497
dfb3c4c6
JD
34982009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3499
87e32266
SM
3500 * xsettings.c (something_changedCB, Ffont_get_system_font):
3501 Check use_system_font.
dfb3c4c6
JD
3502 (syms_of_xsettings): DEFVAR font-use-system-font.
3503
9370c1d8
AS
35042009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3505
25fe851a
AS
3506 * xfns.c (x_default_font_parameter): Remove dead assignment.
3507
9370c1d8
AS
3508 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
3509
637fa988
JD
35102009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3511
87e32266 3512 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 3513 not have FC_LCD_*. #define them if not there.
a6eb20d8 3514
87e32266 3515 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 3516
637fa988
JD
3517 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
3518
3519 * xterm.c (handle_one_xevent): Call xft_settings_event for
3520 ClientMessage, PropertyNotify and DestroyNotify.
3521 (x_term_init): If we have XFT, get DPI from Xft.dpi.
3522 Call xsettings_initialize.
3523
3524 * xftfont.c (xftfont_fix_match): New function.
3525 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
3526 Call xftfont_fix_match after XftFontMatch.
3527
3528 * xfont.c (xfont_driver): Initialize all members.
3529
87e32266
SM
3530 * xfns.c (x_default_font_parameter):
3531 Try font from Ffont_get_system_font.
637fa988
JD
3532 Do not get font from x_default_parameter if we got one from
3533 Ffont_get_system_font.
87e32266 3534 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
3535
3536 * w32font.c (w32font_driver): Initialize all members.
3537
3538 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
3539
3540 * lisp.h: Declare syms_of_xsettings.
3541
87e32266
SM
3542 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
3543 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
3544
3545 * ftfont.c (ftfont_filter_properties): New function.
3546
3547 * frame.c (x_set_font): Remove unused variable lval.
3548
87e32266 3549 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
3550
3551 * font.c (font_put_extra): Don't return if val is nil, it means
3552 boolean option is off.
3553 (font_parse_fcname): Collect all extra properties in extra_props
3554 and call filter_properties for all drivers with extra_props and
3555 font as parameter.
87e32266
SM
3556 (font_open_entity): Do not use cache, it does not pick up new
3557 fontconfig settings like hinting.
637fa988
JD
3558 (font_load_for_lface): If spec had a name in it, store it in entity.
3559
a73f9c9d 3560 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
3561
3562 * config.in: HAVE_GCONF is new.
3563
3564 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
3565 xsettings.o is new.
3566
5a942932
KH
35672009-11-17 Kenichi Handa <handa@m17n.org>
3568
3569 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
3570 back to the default font in case that no suitable font is found.
3571
b7c7a4d1
SM
35722009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3573
3574 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
3575 Suggested by Chad Brown <yandros@mit.edu>.
3576 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
3577
072f1e39
JD
35782009-11-16 Jan Djärv <jan.h.d@swipnet.se>
3579
3580 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
3581
5d1e70a2
AS
35822009-11-14 Andreas Schwab <schwab@linux-m68k.org>
3583
87e32266 3584 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 3585
a53cfbe5
JD
35862009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3587
473a99b7
JD
3588 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
3589 has a parent.
3590
a53cfbe5 3591 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 3592 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
3593
3594 * config.in: Generated (AUTO_DEPEND).
3595
f04bb9b2
MA
35962009-11-13 Michael Albinus <michael.albinus@gmx.de>
3597
b7c7a4d1 3598 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
3599 Vdbus_registered_functions_table, because it contains also
3600 properties. Fix docstring.
b7c7a4d1 3601 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 3602
8f11f7ec
SM
36032009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 * alloc.c (mark_object): Don't reprocess marked strings.
3606 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
3607 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
3608
8a605fe8
KH
36092009-11-13 Kenichi Handa <handa@m17n.org>
3610
8f11f7ec 3611 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
3612 semantics of Vword_combining_categories.
3613 (Vword_combining_categories): Describe the slight change of the
3614 semantics.
3615
241c4680
EZ
36162009-11-13 Eli Zaretskii <eliz@gnu.org>
3617
3618 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
3619
3620 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
3621
5d58e44c
SM
36222009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3623
3624 * xdisp.c (syms_of_xdisp): Fix typo in last change.
3625
5e13f9d3
JB
36262009-11-12 Juanma Barranquero <lekktu@gmail.com>
3627
3628 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
3629
cf54c754
DR
36302009-11-11 David Reitter <david.reitter@gmail.com>
3631
3632 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
3633 variables to fix 2009-11-09 change.
3634
a4ada374
DN
36352009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3636
91433552
DN
3637 * process.c (ifflag_def): Make flag_sym constant.
3638 (Fnetwork_interface_info): Use a constant pointer.
3639 (ifflag_table):
3640 * xfns.c (cursor_bits):
3641 * xdisp.c (power_letter):
3642 * termcap.c (speeds, esctab):
3643 * sysdep.c (baud_convert):
3644 * keyboard.c (lispy_accent_codes, modifier_names):
3645 * image.c (xbm_format, xpm_format, pbm_format, png_format)
3646 (jpeg_format, tiff_format, gif_format, svg_format)
3647 (interlace_start, interlace_increment, gs_format):
3648 * gtkutil.c (separator_names):
3649 * fringe.c (swap_nibble):
3650 * fns.c (base64_value_to_char, base64_char_to_value):
3651 * fileio.c (make_temp_name_tbl):
3652 * coding.c (suffixes): Make constant.
3653
f4265f6c
DN
3654 * frame.c (make_initial_frame):
3655 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
3656 build_string.
3657 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
3658
04420943
DN
3659 * s/freebsd.h:
3660 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
3661
0a5d24ae
DN
3662 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
3663 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
3664
a4ada374
DN
3665 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
3666 * xterm.c (syms_of_xterm):
3667 * xfaces.c (syms_of_xfaces):
3668 * xdisp.c (syms_of_xdisp):
3669 * lread.c (syms_of_lread):
3670 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
3671 build_string.
91433552 3672
a4ada374
DN
3673 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
3674
af98fc7f
SM
36752009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3676
8ab1650e 3677 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 3678
e90292a9
JD
36792009-11-10 Jan Djärv <jan.h.d@swipnet.se>
3680
3681 * keyboard.h: Declare timer_check.
3682
3683 * keyboard.c (timer_check_2): New function that does what the old
3684 timer_check did.
3685 (timer_check): Call timer_check_2 until -1 or a non-zero time is
3686 returned, i.e. don't return -1 with timers pending.
3687
3688 * process.c: Remove extern declaration of timer_check.
3689
3690 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
3691 even if timer_check returned -1.
3692
af98fc7f
SM
3693 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
3694 xg_dialog_data.
e90292a9
JD
3695 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
3696 the event loop.
3697 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
3698 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
3699 Destroy the dialog after xg_dialog_run.
3700
045b83c0
SM
37012009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3702
3703 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
3704
1fb99a3a
JD
37052009-11-10 Jan Djärv <jan.h.d@swipnet.se>
3706
3707 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
3708
04e452cb
JB
37092009-11-09 Juanma Barranquero <lekktu@gmail.com>
3710
3711 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
3712
ef7417fd
SM
37132009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3714
3715 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
3716 w32menu.c, and nsmenu.m.
3717 Simplify the obsolete case where position is nil.
3718 (cleanup_popup_menu): New function, moved from nsmenu.m.
3719 (struct skp): Remove slot `notreal'.
3720 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
3721 adjust callers.
3722 (single_menu_item): Adjust call to parse_menu_item.
3723 (syms_of_menu): Defsubr x-popup-menu.
3724 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
3725 (keymap_panes): Don't export any more.
3726 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
3727 (xmenu_show): Declare.
3728 * keyboard.c (parse_menu_item): Remove arg `notreal'.
3729 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
3730 * keyboard.h (parse_menu_item): Update declaration.
3731 * xmenu.c (Fx_popup_menu): Remove.
3732 (syms_of_xmenu): Don't defsubr x-popup-menu.
3733 * w32menu.c (Fx_popup_menu): Remove.
3734 (syms_of_w32menu): Don't defsubr x-popup-menu.
3735 * nsmenu.m (cleanup_popup_menu): Remove.
3736 (ns_menu_show): Rename from ns_popup_menu and remove all the code
3737 moved to menu.c's Fx_popup_menu.
3738 (Fx_popup_menu): Remove.
3739 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
3740 menu_items (it's done in menu.c already).
3741
424d6179
SM
37422009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3743
3744 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
3745 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
3746
c0df13a6 37472009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
3748
3749 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 3750 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
3751 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
3752 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
3753
2de9f71c
SM
37542009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 Let integers use up 2 tags to give them one extra bit and thus double
3757 their range.
3758 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
3759 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
3760 New macros.
3761 (enum Lisp_Type): Use them. Give explicit values.
3762 (Lisp_Type_Limit): Remove.
3763 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
3764 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
3765 Pay attention to USE_2_TAGS_FOR_INTS.
3766 (INTEGERP): Use LISP_INT_TAG_P.
3767 * fns.c (internal_equal): Simplify the default case.
3768 (sxhash): Use case_Lisp_Int.
3769 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
3770 any more.
3771 (Ftype_of): Use case_Lisp_Int.
3772 (store_symval_forwarding): Take into account the fact that Ints can
3773 now have more than one tag.
3774 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
3775 buffer_slot_type_mismatch):
3776 * xfaces.c (face_attr_equal_p):
3777 * print.c (print_object):
3778 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
3779 Use case_Lisp_Int.
3780
323637a2
EZ
37812009-11-06 Eli Zaretskii <eliz@gnu.org>
3782
7ac65b38
EZ
3783 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
3784
323637a2
EZ
3785 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
3786 warning.
3787
e511451f
JD
37882009-11-06 Jan Djärv <jan.h.d@swipnet.se>
3789
3790 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
3791
3792 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
3793
3794 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
3795 ButtonPressRelease and MotionNotify (bug#4870).
3796
5e2327cf
DN
37972009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
3798
5adc433e
DN
3799 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
3800
d67b4f80
DN
3801 * xterm.c (syms_of_xterm):
3802 * xselect.c (syms_of_xselect):
3803 * xmenu.c (syms_of_xmenu):
3804 * xfns.c (syms_of_xfns):
3805 * xfaces.c (syms_of_xfaces):
3806 * xdisp.c (syms_of_xdisp):
3807 * window.c (syms_of_window):
3808 * w32fns.c (syms_of_w32fns):
3809 * undo.c (syms_of_undo):
3810 * textprop.c (syms_of_textprop):
3811 * terminal.c (syms_of_terminal):
3812 * syntax.c (syms_of_syntax):
3813 * sound.c (syms_of_sound):
3814 * search.c (syms_of_search):
3815 * print.c (syms_of_print):
3816 * minibuf.c (syms_of_minibuf):
3817 * macros.c (syms_of_macros):
3818 * keymap.c (syms_of_keymap, initial_define_key)
3819 (initial_define_lispy_key):
3820 * keyboard.c (syms_of_keyboard):
3821 * insdel.c (syms_of_insdel):
3822 * image.c (syms_of_image):
3823 * fringe.c (syms_of_fringe):
3824 * frame.c (syms_of_frame):
3825 * fontset.c (syms_of_fontset):
3826 * fns.c (syms_of_fns):
3827 * fns.c (syms_of_fns):
3828 * fileio.c (syms_of_fileio):
3829 * fileio.c (syms_of_fileio):
3830 * eval.c (syms_of_eval):
3831 * doc.c (syms_of_doc):
3832 * dispnew.c (syms_of_display):
3833 * dired.c (syms_of_dired):
3834 * dbusbind.c (syms_of_dbusbind):
3835 * data.c (syms_of_data):
3836 * composite.c (syms_of_composite):
3837 * coding.c (syms_of_coding):
3838 * cmds.c (syms_of_cmds):
3839 * charset.c (define_charset_internal, syms_of_character):
3840 * ccl.c (syms_of_ccl):
3841 * category.c (syms_of_category, init_category_once):
3842 * casetab.c (syms_of_casetab):
3843 * casefiddle.c (syms_of_casefiddle):
3844 * callint.c (syms_of_callint):
3845 * bytecode.c (syms_of_bytecode):
3846 * buffer.c (keys_of_buffer, syms_of_buffer):
3847 * alloc.c (syms_of_alloc):
3848 * process.c (syms_of_process, init_process):
3849 * lread.c (syms_of_lread, init_obarray):
3850 * font.c (build_style_table):
3851 * emacs.c (syms_of_emacs, main): Replace calls to intern with
3852 intern_c_string, calls to make_pure_string with
3853 make_pure_c_string. Use pure_cons instead of Fcons.
3854
5e2327cf
DN
3855 * process.c (socket_options): Make it const.
3856 (set_socket_option, init_process): Use a const pointer.
3857
3858 * lread.c (intern_c_string): New function.
3859 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
3860 (defvar_int): Uset it. Make the name const char*.
3861
3862 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
3863 (defvar_int): Update prototypes.
3864 (DEFUN, EXFUN): Support for prototypes is now required.
3865 (intern_c_string): New prototype.
3866 (struct Lisp_Subr): Make symbol_name constant.
3867
3868 * font.c (struct table_entry): Remove unused member. Make NAMES
3869 constant.
3870 (weight_table, slant_table, width_table): Make constant.
3871
3872 * emacs.c (struct standard_args): Make name and longname constant.
3873
3874 * character.h (DEFSYM): Use intern_c_string.
3875
a56eaaef
DN
38762009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3877
3878 * alloc.c (make_pure_c_string): New function.
3879
3880 * eval.c (Fautoload): Purecopy all arguments.
3881
f6a07420
KH
38822009-11-05 Kenichi Handa <handa@m17n.org>
3883
3884 * fileio.c (Finsert_file_contents): Be sure set coding-system of
3885 the buffer in case of replace.
3886
5d28d4b1
DN
38872009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3888
3889 * puresize.h (BASE_PURESIZE): Increase to 1620000.
3890
b349d111
SM
38912009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3892
d528b1ce
SM
3893 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
3894 when applicable (bug#4851).
3895
b349d111
SM
3896 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
3897 (P_): Support for prototypes is now required.
3898
c38eb027
CY
38992009-10-31 Chong Yidong <cyd@stupidchicken.com>
3900
3901 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
3902 (Bug#4827).
3903
0405f8d9
EZ
39042009-10-30 Eli Zaretskii <eliz@gnu.org>
3905
d528b1ce 3906 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 3907
ca0a881a
DN
39082009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3909
3910 * puresize.h (BASE_PURESIZE): Increase to 1470000.
3911
d528b1ce
SM
3912 * lread.c (Fload): Purecopy the file name when building
3913 Vpreloaded_file_list.
ca0a881a 3914
47e0e0e4
JR
39152009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
3916
3917 * w32fns.c (syms_of_w32fns): Change default value of
3918 w32-scroll-lock-modifier to nil. (Bug#2827)
3919
057bce6f
JB
39202009-10-26 Juanma Barranquero <lekktu@gmail.com>
3921
782a943e 3922 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 3923
242bc74c
AS
39242009-10-26 Andreas Schwab <schwab@redhat.com>
3925
3926 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
3927
522d013a
JB
39282009-10-26 Juanma Barranquero <lekktu@gmail.com>
3929
3930 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
3931 For delta < 0, skip check that only makes sense when the mini-window
3932 is going to be enlarged. (Bug#4534)
3933
18060980
CY
39342009-10-25 Chong Yidong <cyd@stupidchicken.com>
3935
3936 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
3937 string in menu maps (Bug#4471).
3938
fec8f0fe
CY
39392009-10-24 Chong Yidong <cyd@stupidchicken.com>
3940
3941 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
3942 FRAME_NS_VIEW on terminal frames (Bug#4765).
3943
10d66ec0
AS
39442009-10-24 Andreas Schwab <schwab@linux-m68k.org>
3945
1cae01f7
AS
3946 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
3947 DBUS_TYPE_UINTnn separately to get proper sign extension.
3948
58a12889
AS
3949 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
3950 can properly handle unsigned types.
d528b1ce 3951 (make_uid, make_gid): Remove.
58a12889 3952
987c9327
AS
3953 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
3954 types again.
3955
522d013a 3956 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
3957 (system_process_attributes): Likewise.
3958
905a9ed3
DN
39592009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
3960
3961 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
3962
3963 * eval.c (Fautoload): Purecopy the filename. Simplify.
3964
3965 * category.c (Fdefine_category): Purecopy docstring.
3966
a599b3e8
AS
39672009-10-23 Andreas Schwab <schwab@linux-m68k.org>
3968
7b792fc9
AS
3969 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
3970
a599b3e8
AS
3971 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
3972
b35ac83e
CY
39732009-10-23 Chong Yidong <cyd@stupidchicken.com>
3974
3975 * window.c (Fwindow_edges, Fwindow_pixel_edges)
3976 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
3977 (Bug#4775).
3978
e8903e00
SM
39792009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3980
3981 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
3982 (init_fileio_once):
3983 * lisp.h (init_fileio_once): Remove.
3984 * emacs.c (main): Don't call init_fileio_once.
3985
8f43cbf3
DN
39862009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3987
3988 * puresize.h (BASE_PURESIZE): Increase to 1430000.
3989
26898943
AS
39902009-10-21 Andreas Schwab <schwab@linux-m68k.org>
3991
3992 * doprnt.c (doprnt): Fix overflow check.
3993
5c646d5a
JD
39942009-10-21 Jan Djärv <jan.h.d@swipnet.se>
3995
3132a7ea
JD
3996 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
3997
5c646d5a
JD
3998 * xterm.h (x_wait_for_event): Declare it.
3999
4000 * xterm.c (pending_event_wait): New variable.
4001 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
4002 see pending_event_wait.eventtype.
4003 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
4004 (x_new_font): Call change_frame_size with new rows/columns before we
4005 try to resize the frame.
5c646d5a 4006 (x_wait_for_event): New function.
d528b1ce
SM
4007 (x_set_window_size_1): Don't change gravity unless change_gravity
4008 is set.
5c646d5a
JD
4009 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
4010 don't change frame size, instead wait for the ConfigureNotify.
4011 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
4012 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
4013 (x_initialize): Initialize pending_event_wait.
4014
4015 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
4016 size.
4017
4018 * widget.c (EmacsFrameSetValues): Add comment.
4019 (EmacsFrameSetCharSize): Just call x_set_window_size.
4020
4021 * gtkutil.c (xg_frame_set_char_size): Flush events and call
4022 x_wait_for_event.
d528b1ce 4023 (flush_and_sync): Remove again.
5c646d5a
JD
4024 (xg_get_font_name): Suggest monospace if no previous font is known.
4025
e9c1637d
SM
40262009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4027
4028 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 4029 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 4030
5a72cccb
YM
40312009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4032
4033 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
4034 processing pending events when event is filtered for input method.
ab04798f 4035 (Bug#3681)
5a72cccb 4036
2629aa37
JB
40372009-10-20 Juanma Barranquero <lekktu@gmail.com>
4038
4039 * fns.c: Add #endif accidentally removed in previous change.
4040
c3417a74
DN
40412009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4042
4043 * fns.c: Remove code for unsupported system: MAC_OS.
4044 * image.c: Likewise. Include setjmp.h.
4045
9685cef2
JD
40462009-10-19 Jan Djärv <jan.h.d@swipnet.se>
4047
4048 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
4049 pixel -1 (bug #4742).
4050
d7306fe6
DN
40512009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4052
019d2c4c
DN
4053 * process.c (create_pty): Remove conditionals for no longer
4054 supported systems: UNIPLUS and RTU.
4055
ee6bacd4
DN
4056 * xterm.c:
4057 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
4058
d7306fe6
DN
4059 * alloc.c: Do not define struct catchtag.
4060 * eval.c: Move struct catchtag definition ...
4061 * lisp.h: ... here.
4062
4063 * image.c: Move png.h #include earlier to avoid warnings.
4064
4065 * xterm.c:
4066 * xsmfns.c:
4067 * xselect.c:
4068 * xrdb.c:
4069 * xmenu.c:
4070 * xftfont.c:
4071 * xfont.c:
4072 * xfns.c:
4073 * xfaces.c:
4074 * xdisp.c:
4075 * window.c:
4076 * widget.c:
4077 * w32xfns.c:
4078 * w32uniscribe.c:
4079 * w32term.c:
4080 * w32select.c:
4081 * w32reg.c:
4082 * w32proc.c:
4083 * w32menu.c:
4084 * w32inevt.c:
4085 * w32heap.c:
4086 * w32font.c:
4087 * w32fns.c:
4088 * w32console.c:
4089 * w32.c:
4090 * w16select.c:
4091 * vm-limit.c:
4092 * unexsol.c:
4093 * unexec.c:
4094 * unexcw.c:
4095 * unexaix.c:
4096 * undo.c:
4097 * tparam.c:
4098 * textprop.c:
4099 * terminfo.c:
4100 * terminal.c:
4101 * termcap.c:
4102 * term.c:
4103 * syntax.c:
4104 * sound.c:
4105 * sheap.c:
4106 * search.c:
4107 * scroll.c:
4108 * region-cache.c:
4109 * regex.c:
4110 * ralloc.c:
4111 * process.c:
4112 * print.c:
b024548b
DN
4113 * nsterm.m:
4114 * nsselect.m:
4115 * nsmenu.m:
4116 * nsimage.m:
4117 * nsfont.m:
4118 * nsfns.m:
d7306fe6
DN
4119 * msdos.c:
4120 * minibuf.c:
4121 * menu.c:
4122 * marker.c:
4123 * macros.c:
4124 * keymap.c:
4125 * keyboard.c:
4126 * intervals.c:
4127 * insdel.c:
4128 * indent.c:
4129 * gtkutil.c:
4130 * ftxfont.c:
4131 * ftfont.c:
4132 * fringe.c:
4133 * frame.c:
4134 * fontset.c:
4135 * font.c:
4136 * fns.c:
4137 * floatfns.c:
4138 * filelock.c:
4139 * fileio.c:
4140 * emacs.c:
4141 * editfns.c:
4142 * dosfns.c:
4143 * doprnt.c:
4144 * doc.c:
4145 * dispnew.c:
4146 * dired.c:
4147 * dbusbind.c:
4148 * data.c:
4149 * composite.c:
4150 * coding.c:
4151 * cmds.c:
4152 * cm.c:
4153 * chartab.c:
4154 * charset.c:
4155 * character.c:
4156 * ccl.c:
4157 * category.c:
4158 * casetab.c:
4159 * casefiddle.c:
4160 * callproc.c:
4161 * callint.c:
4162 * bytecode.c:
4163 * buffer.c:
4164 * atimer.c: Include setjmp.h. (Bug#4643)
4165
fd5f21e6
SM
41662009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4c0354d7
SM
4168 Remove leftover table unibyte_to_multibyte_table.
4169 * character.c (unibyte_to_multibyte_table): Remove.
4170 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
4171 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
4172 * character.h (UNIBYTE_TO_CHAR): New macro.
4173 (MAKE_CHAR_MULTIBYTE): Use it.
4174 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
4175 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
4176 (message_dolog, set_message_1):
4177 * search.c (Freplace_match):
4178 * editfns.c (Fcompare_buffer_substrings):
4179 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
4180 (concat):
4181 * insdel.c (copy_text, count_size_as_multibyte):
4182 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
4183 * term.c (produce_glyphs):
4184 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
4185 * regex.c (RE_CHAR_TO_MULTIBYTE):
4186 * cmds.c (internal_self_insert):
4187 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
4188
fd5f21e6
SM
4189 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
4190
4418646e
DN
41912009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4192
4193 * puresize.h (BASE_PURESIZE): Increase to 1310000.
4194
35f5c1d2
JB
41952009-10-16 Juanma Barranquero <lekktu@gmail.com>
4196
4197 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
4198
a0cd8f6b
AR
41992009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4200
4201 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
4202 still needed under Tiger.
4203
4204 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
4205
4206 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
4207 __Apple__.
4208
4209 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
4210
01a8d3fa
KH
42112009-10-15 Kenichi Handa <handa@m17n.org>
4212
4213 * print.c (print_object): Escape a symbol like "2E10" too.
4214
bf6c75c9 42152009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
4216
4217 Cleanups and changes for 64-bit compile under Snow Leopard.
4218 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
4219
4220 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
4221
c5959062 4222 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
4223 (ns_findfonts, nsfont_list_family): Use long format in printf, and
4224 cast argument.
4225 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 4226 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
4227
4228 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
4229
4230 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
4231 where appropriate.
4232
4233 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
4234 where appropriate.
6e4780c5
JB
4235 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
4236 Use stringWithUTF8String.
bf6c75c9
AR
4237 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
4238
6e4780c5
JB
4239 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
4240 Add formal protocol mention to inheritance.
bf6c75c9
AR
4241 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
4242
6e4780c5
JB
4243 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
4244 Fix printf format.
bf6c75c9
AR
4245 (ns_query_color): Use CGFloat where appropriate.
4246 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 4247 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
4248 argument.
4249
3d87f118
AR
4250 * config.in (NS_HAVE_NSINTEGER): Drop.
4251
a95c8102
AR
4252 * dbusbind.c (dbus-method-return-internal)
4253 (dbus-method-error-internal): Use long format in printf, and cast
4254 argument.
4255
4256 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
4257 in printf, and cast argument.
4258
6873acca 4259 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
4260 cast argument.
4261
9ec6f100
GM
42622009-10-11 Glenn Morris <rgm@gnu.org>
4263
4264 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
4265
5be883cd
JD
42662009-10-08 Jan Djärv <jan.h.d@swipnet.se>
4267
4268 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
4269 menu bar with a small width so it doesn't enlarge the frame.
4270
d7a39b51
JB
42712009-10-08 Juanma Barranquero <lekktu@gmail.com>
4272
4273 * fontset.c (Fset_fontset_font): Fix typos in error messages.
4274
0c2b6f8e
GM
42752009-10-06 Glenn Morris <rgm@gnu.org>
4276
4277 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
4278 SOME_MACHINE_LISP (this enters indirectly via DOC).
4279
e02131a2
EZ
42802009-10-05 Eli Zaretskii <eliz@gnu.org>
4281
4282 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
4283
b4744254
EZ
42842009-10-04 Eli Zaretskii <eliz@gnu.org>
4285
4286 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
4287 Doc fix.
4288
dbf64827
JB
42892009-10-03 Martin Rudalics <rudalics@gmx.at>
4290
4291 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
4292
e9a0aef8
MA
42932009-10-02 Michael Albinus <michael.albinus@gmx.de>
4294
d528b1ce 4295 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
4296 used anymore outside fileio.c.
4297
4298 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
4299
64eb2b56
JB
43002009-10-01 Juanma Barranquero <lekktu@gmail.com>
4301
4302 * lisp.h (Qdelete_directory_internal):
4303 Declare, instead of Qdelete_directory.
4304
4305 * w32fns.c (Fsystem_move_file_to_trash): Use it.
4306
9d28c33e
SM
43072009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * eval.c (Fcalled_interactively_p): Add `kind' argument.
4310
9d8f3bd9
MA
43112009-10-01 Michael Albinus <michael.albinus@gmx.de>
4312
9d28c33e 4313 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
4314 Fdelete_directory. It is not a command anymore. It has no file
4315 name handler.
4316
9694740b
SM
43172009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4318
4319 * xdisp.c (get_next_display_element): Use an enum in last change.
4320
748e162f
KH
43212009-09-28 Kenichi Handa <handa@m17n.org>
4322
9694740b 4323 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
4324 unibyte_display_via_language_environment in handling
4325 Vnobreak_char_display.
4326
17efd58d
AR
43272009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4328
4329 * nsterm.h (ns_app_name): New extern variable.
4330
4331 * nsterm.m (ns_app_name): New variable.
4332 (ns_term_init): Set and use it.
4333 (ns_term_shutdown): Use it.
4334
4335 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
4336 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
4337
4338 * nsfns.m (ns_set_name_iconic, ns_set_name)
4339 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
4340 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
4341
9694740b
SM
4342 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
4343 Remove double-casting in client_data comparison.
31c2d412 4344
3208cb35
YM
43452009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4346
4347 * keyboard.c (make_lispy_event): Remember last wheel direction.
4348 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
4349
b7d552d6
GM
43502009-09-26 Glenn Morris <rgm@gnu.org>
4351
4352 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
4353 internal.elc. Add term/pc-win.elc.
4354 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
4355 term/x-win.elc.
4356 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
4357 term/w32-win.elc.
4358 (NS_SUPPORT): New.
4359 (lisp): Add NS_SUPPORT.
4360 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
4361
4ff670a8
DR
43622009-09-25 David Reitter <david.reitter@gmail.com>
4363
4364 * nsmenu.m (EmacsMenu-clear): Recognize application menu
4365 on Mac OS X 10.6+ (bug#4513).
4366
feabfb6c
JB
43672009-09-24 Juanma Barranquero <lekktu@gmail.com>
4368
4369 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
4370 some parts of Emacs code (like font selection) don't grok them.
4371 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 4372
de59072a
AS
43732009-09-24 Andreas Schwab <schwab@redhat.com>
4374
4375 * coding.c (decode_coding_iso_2022): Fix operator precedence.
4376
a489517b
JB
43772009-09-24 Juanma Barranquero <lekktu@gmail.com>
4378
4379 * dired.c (Fdirectory_files): Fix typo in docstring.
4380
0592970c
AR
43812009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4382
4383 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
4384 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
4385 (EmacsScroller-setPosition:portion:whole:): Remove -display call
4386 under GNUstep.
4387 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
4388
4389 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
4390 glyph advancement.
4391
48e8a88b
AR
43922009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4393
4394 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 4395 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
4396
4397 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
4398 deleted (bug #4492).
4399
e14f0a78
AR
4400 * nsfont.m (Vns_reg_to_script): New lisp variable.
4401 (syms_of_nsfont): Declare it.
4402 (ns_registry_to_script): New function.
4403 (ns_get_req_script): Call it.
4404 (ns_findfonts): Don't give up on non-unicode registry.
4405
4406 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
4407
5b650faa
SM
44082009-09-20 Tom Tromey <tromey@redhat.com>
4409
4410 * eval.c (find_handler_clause): Make stack-trace-on-error work in
4411 batch mode (bug#4228).
4412
a489517b 44132009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
4414
4415 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 4416 carefully. (Bug #4339)
0bae4e09 4417
fcfe06f3
CY
44182009-09-18 Chong Yidong <cyd@stupidchicken.com>
4419
d798ba87 4420 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 4421
31642728
AR
44222009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4423
4424 * emacs.c (inhibit_x_resources): Update doc string for NS.
4425 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 4426 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
4427
4428 * nsterm.h (ns_no_defaults): Remove.
4429
4430 * nsterm.m (ns_no_defaults): Remove.
4431 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
4432 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
4433 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
4434 don't update the NSWindow itself.
4435 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 4436 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
4437
4438 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
4439 ns_use_qd_smoothing.
4440
4441 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
4442 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 4443 (x-close-connection): Drop PSFlush() under OS X.
a489517b 4444 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 4445
8686ac71
JB
44462009-09-17 Juanma Barranquero <lekktu@gmail.com>
4447
4448 * emacs.c (inhibit_x_resources): New variable.
4449 (main) [HAVE_NS]: Don't process --quick command line option.
4450 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
4451
4452 * lisp.h (inhibit_x_resources): Declare it extern.
4453
4454 * w32reg.c (x_get_string_resource):
4455 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
4456
e227ba05
EZ
44572009-09-17 Eli Zaretskii <eliz@gnu.org>
4458
362654a6
JB
4459 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
4460 Add lisp/term/internal.elc.
e227ba05 4461
742d40e8
SM
44622009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4463
4464 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
4465 (bug#4461).
4466
005bd5a2
DN
44672009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4468
4469 * puresize.h (BASE_PURESIZE): Increase to 1290000.
4470
4471 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
4472 (OBJECTS_MACHINE): Remove, unused.
4473
f9af9719
SM
44742009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4475
4476 * frame.c (x_get_resource_string): Remove unused.
4477
0307c7d2
JD
44782009-09-15 Jan Djärv <jan.h.d@swipnet.se>
4479
4480 * xterm.c (x_new_font): Call change_frame_size before calling
4481 x_set_window_size, in case frame size won't change.
4482
4483 * frame.c (x_set_font): Remove dead code.
4484
428b13d6
SM
44852009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4486
4487 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
4488
5766c380
SM
44892009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4490
4491 * lread.c (Fload): Don't output a message after loading an obsolete
4492 package any more (done in Lisp now).
4493
2fd0161b
CY
44942009-09-12 Chong Yidong <cyd@stupidchicken.com>
4495
4496 * fns.c (syms_of_fns): Doc fix (Bug#4227).
4497
bc5e75b6
SM
44982009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4499
4500 * keymap.c (Fwhere_is_internal): Use nconc2.
4501
c31c985e
AM
45022009-09-11 Alan Mackenzie <acm@muc.de>
4503
4504 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
4505 batch mode.
4506
78012bd2
AS
45072009-09-11 Andreas Schwab <schwab@linux-m68k.org>
4508
4509 * xdisp.c (display_mode_element): Detect cycles.
4510
9d889332
SM
45112009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * keymap.c (where_is_internal): Don't erroneously return nil right after
4514 filling the cache.
4515 (where_is_internal_1): Fix up typo.
4516
7ab5d780
GM
45172009-09-11 Glenn Morris <rgm@gnu.org>
4518
4519 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
4520 share a common doc-string.
4521
5238a749
SM
45222009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4523
66d77eda
SM
4524 * keymap.c (get_keymap): Return the actual keymap symbol rather than
4525 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
4526
5238a749
SM
4527 * keymap.c (QCadvertised_binding): New constant.
4528 (syms_of_keymap): Initialize it.
4529 (Fwhere_is_internal): Try and use bindings from :advertised-binding
4530 if applicable.
4531
19f48442
SM
45322009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4533
50d4ba39
SM
4534 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
4535 (parse_menu_item): Streamline since bindings are recomputed all the
4536 time anyway. Don't bother checking Vdefine_key_rebound_commands any
4537 more and don't support lmenu's menu-alias any more either.
4538
a88a5372
SM
4539 * keymap.c (where_is_internal_data): Make noindirect a boolean.
4540 (where_is_internal): Strip it down to only traverse the keymaps.
4541 Move the cache handling from Fwhere_is_internal to here.
4542 (Fwhere_is_internal): Move the handling of remapping and the choice of
4543 the best binding from where_is_internal to here.
4544 Unify the cached/noncached paths, so remapping is also handled
4545 correctly when the cache is used, and so the cache can be used to
4546 speed up remap-handling when applicable.
4547 Give preference to non-remapped bindings.
4548 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
4549 non-remapped bindings.
4550 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
4551 command remapping.
4552
19f48442
SM
4553 * xdisp.c (display_mode_element): Move list length limit from 50 to
4554 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
4555
599498c3 45562009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
4557
4558 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
4559
f9b7b5ac
SM
45602009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4561
a53af587
JB
4562 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
4563 (Bug#4334)
4564
f9b7b5ac
SM
4565 * keymap.c (where_is_internal): Filter out shadowed remappings.
4566 Assume that where_is_internal returns unshadowed bindings to simplify
4567 the code and get rid of the gotos. Use ASIZE.
4568
04f4b72d
JD
45692009-09-04 Jan Djärv <jan.h.d@swipnet.se>
4570
4da146f2
JD
4571 * xterm.c (x_focus_changed): If we get a focusout and pointer
4572 is invisible, make it visible.
4573
04f4b72d
JD
4574 * xterm.h: Remove condition for declaration of
4575 x_*_window_to_frame.
4576
7cef7ce3
SM
45772009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
4580 initial terminal as well.
4581
a54fa5b7
JD
45822009-09-02 Jan Djärv <jan.h.d@swipnet.se>
4583
4584 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 4585 x_menubar_window_to_frame.
a54fa5b7 4586
50426a04 4587 * xterm.c: Remove declarations also in xterm.h.
a54fa5b7
JD
4588 (XTmouse_position): Do not return valid positions
4589 for clicks in the menubar and the toolbar for Gtk+.
4590
4591 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
4592 if the widget for the event has the same top level as a frame,
4593 return the frame.
4594 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
4595 internal windows, bug #4122.
4596 (x_non_menubar_window_to_frame): Remove.
4597
5a021dd0
GM
45982009-09-02 Glenn Morris <rgm@gnu.org>
4599
4600 * buffer.c (default-major-mode): Move most of the doc from here...
4601 (major-mode): ... to here.
4602
548fe2f3
NR
46032009-08-30 Nick Roberts <nickrob@snap.net.nz>
4604
4605 * process.c (wait_reading_process_output): Keep the descriptor
4606 when pty is used by a non-child process, e.g., in I/O buffer of
4607 GDB this allows inferior to be restarted.
4608
e0840eef
EZ
46092009-08-29 Eli Zaretskii <eliz@gnu.org>
4610
4611 * xdisp.c (redisplay_internal): Remove redundant test and collapse
4612 both branches into one.
4613
82e98df4
SM
46142009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4615
4616 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
4617 (main): Use enable-multibyte-characters rather than
4618 default-enable-multibyte-characters. Output a warning message when
4619 running a unibyte session.
4620
890617cb
YM
46212009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4622
4623 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
4624 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
4625 (copy_data_segment): Also copy __program_vars section.
4626 (copy_dyld_info) [LC_DYLD_INFO]: New function.
4627 (dump_it) [LC_DYLD_INFO]: Use it.
4628
4629 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
4630
e7adeadc
EZ
46312009-08-28 Eli Zaretskii <eliz@gnu.org>
4632
4633 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
4634 $(SRC)/buildobj.h.
4635 (buildobj.h): Renamed from $(SRC)/buildobj.h.
4636 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
4637 $(SRC)/buildobj.h.
4638 (clean): Add buildobj.h.
4639
3ed8bbdc
TZ
46402009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
4641
4642 * print.c (print_object): Set escapeflag to 1 when printing
4643 hashtable keys and values.
4644
155a6764
SM
46452009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4646
4647 * lread.c (read_integer): Use doubles (and potentially return a float
4648 number) as we do in string-to-number.
4649 (read1): Use strtol to read integers, signal errors on strtol's
4650 overflow and use floats if strtol's output is too large for
4651 Elisp integers.
4652
877610de
EZ
46532009-08-27 Eli Zaretskii <eliz@gnu.org>
4654
4655 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
4656 (make-buildobj-SH): Fix last change.
4657 (SRC): Move to before where it's first used.
4658
ef73e7be
KH
46592009-08-27 Kenichi Handa <handa@m17n.org>
4660
550c8289
KH
4661 * process.c (send_process): Use encode_coding_object instead of
4662 encode_coding_string to perform eol-conversion even if the string
4663 is unibyte.
4664
60afa08d
KH
4665 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
4666 character.
4667
ef73e7be 4668 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 4669 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 4670
7b3a82d7
DN
46712009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4672
5654bf63
DN
4673 * callproc.c (Fcall_process): Remove always true #if.
4674
7b3a82d7
DN
4675 * lisp.h: Replace #if 0 code for checking with text pointing to
4676 the --enable-checking configure flag.
4677
4678 * emacs.c (main): Mention the --enable-profiling configure flag
4679 instead of using CFLAGS.
4680
878bde49
KR
46812009-08-26 Ken Raeburn <raeburn@raeburn.org>
4682
4683 * Makefile.in (buildobj.h): New target.
4684 (doc.o): Depend on it.
4685 (temacs${EXEEXT}): Don't generate buildobj.lst.
4686 (mostlyclean): Delete buildobj.h, not buildobj.lst.
4687 * makefile.w32-in ($(SRC)/buildobj.h): New target.
4688 ($(BLD)/doc.$(O)): Depend on it.
4689 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
4690 provided by Eli Zaretskii.)
4691 ($(TEMACS)): Don't generate buildobj.lst.
4692 * doc.c: Include buildobj.h.
4693 (buildobj): New static variable.
4694 (Fsnarf_documentation): Use it, instead of opening and reading
4695 buildobj.lst.
4696
1574224c
MA
46972009-08-25 Michael Albinus <michael.albinus@gmx.de>
4698
4699 * dbusbind.c (Fdbus_call_method)
4700 (Fdbus_call_method_asynchronously): Use English numeric format for
4701 timeout values in doc string.
4702
d9da2f45
KH
47032009-08-25 Kenichi Handa <handa@m17n.org>
4704
ef73e7be
KH
4705 * alloc.c (mark_char_table): New function.
4706 (mark_object): Use mark_char_table for a char-table.
4707
d9da2f45
KH
4708 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
4709 (CHAR_TABLE_REF): Use it.
4710
c8edcc01
KR
47112009-08-23 Ken Raeburn <raeburn@raeburn.org>
4712
4713 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
4714 before invoking the newly build emacs to check for load-path
4715 shadowing.
4716
7763401b
GM
47172009-08-22 Glenn Morris <rgm@gnu.org>
4718
4719 * Makefile.in (bootstrap_exe): New variable.
4720 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
4721 Use ${bootstrap_exe}.
4722
729eadda
EZ
47232009-08-22 Eli Zaretskii <eliz@gnu.org>
4724
4725 * coding.h (encode_coding_string): Don't encode unibyte strings.
4726 (Bug#4047)
4727
eb4c6ace
MA
47282009-08-22 Michael Albinus <michael.albinus@gmx.de>
4729
4730 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
4731
4732 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
4733 intended as hotfix only.
4734 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
4735
36e34d1b
AR
47362009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4737
4738 * nsterm.m (ns_get_color): Update documentation properly for last
4739 change, and clean up loose ends in the code left by it. Fix
4740 longstanding bug with 16-bit hex parsing, and add support for
4741 yet another X11 format (rgb:r/g/b) for compatibility.
4742 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
4743 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
4744
f983eb8a
SM
47452009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4746
4747 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
4748
3f56d3c6
MA
47492009-08-20 Michael Albinus <michael.albinus@gmx.de>
4750
4751 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
4752 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
4753 (xd_initialize, xd_pending_messages): Check, whether
4754 $DBUS_SESSION_BUS_ADDRESS is set.
4755
fb641d68
YM
47562009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4757
4758 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
4759
4760 * nsterm.m (ns_get_color): Remove incompatible color formats again.
4761
cf59a374
GM
47622009-08-20 Glenn Morris <rgm@gnu.org>
4763
4764 * emacs.c (system-type): Doc fix.
4765
1373f3be
SM
47662009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
4769 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
4770
058ed861
MA
47712009-08-18 Michael Albinus <michael.albinus@gmx.de>
4772
1373f3be
SM
4773 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
4774 New functions.
058ed861
MA
4775 (xd_initialize): Revert change from 2009-08-16.
4776
563a866e 47772009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
4778
4779 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 4780 font-group vector, return nil.
5fc05db0 4781
e42bdf01
CY
47822009-08-17 Chong Yidong <cyd@stupidchicken.com>
4783
4784 * process.c (status_notify): Don't perform redisplay.
4785 (Fdelete_process, list_processes_1, process_send_signal):
4786 Expliticly perform redisplay.
4787 (wait_reading_process_output): Always check process status, but
4788 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
4789
4230ab74
KR
47902009-08-17 Ken Raeburn <raeburn@raeburn.org>
4791
1373f3be 4792 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
4793 (XFLOAT_INIT): New macro for storing a float value.
4794 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
4795 * fns.c (sxhash): Copy out the value of a float in order to
4796 examine its bytes.
4797 * dbusbind.c (xd_append_arg): Likewise.
4798
4230ab74
KR
4799 * emacs.c (main): Don't call syms_of_data twice.
4800
a0645cdd
MA
48012009-08-16 Michael Albinus <michael.albinus@gmx.de>
4802
4803 * dbusbind.c (xd_initialize): Add connection file descriptor to
4804 input_wait_mask, in order to let select() detect, whether a new
4805 message has been arrived.
ca4f31ea 4806 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 4807
485db0ba
MA
48082009-08-15 Michael Albinus <michael.albinus@gmx.de>
4809
1373f3be
SM
4810 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
4811 New functions.
485db0ba
MA
4812
4813 * lisp.h (xd_pending_messages): Declare.
4814
4815 * keyboard.c (readable_events): Call xd_pending_messages.
4816
b5b98ff4
CY
48172009-08-15 Chong Yidong <cyd@stupidchicken.com>
4818
1373f3be 4819 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 4820
f8354c6e
CY
4821 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
4822
b5b98ff4
CY
4823 * buffer.c (set_buffer_internal_1)
4824 (swap_out_buffer_local_variables): Check for unbound local
4825 variables (Bug#4138).
4826
8b9fc636
EZ
48272009-08-14 Eli Zaretskii <eliz@gnu.org>
4828
4829 * process.c (create_pty): Fix last change.
4830
ce959360
CY
48312009-08-13 Chong Yidong <cyd@stupidchicken.com>
4832
4833 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
4834 (xbm_load_image): Caller changed.
64b807c9 4835 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 4836
c7baf7e9
NR
48372009-08-13 Nick Roberts <nickrob@snap.net.nz>
4838
4839 * process.c (create_pty): New function.
4840 (Fstart_process): Use it to allow Emacs to just associate a pty
4841 with the buffer. See associated change in gdb-mi.el.
4842 (list_processes_1): Deal with no program name.
4843 (start_process_unwind): Use pid == -2 to mean no process.
4844
1ac9108a
SM
48452009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * cmds.c (nonundocount): New global variable.
4848 (keys_of_cmds): Initialize it.
4849 (Fself_insert_command): Use it to combine upto 20 sequential chars
4850 into a single undo entry, just like the Qself_insert_command code in
4851 keyboard.c does.
4852 Call frame_make_pointer_invisible, also like the Qself_insert_command
4853 code in keyboard.c does.
4854 * keyboard.c (command_loop_1): Use the new global nonundocount rather
4855 than its own local replacement for it.
4856
e267324c
KR
48572009-08-10 Ken Raeburn <raeburn@raeburn.org>
4858
1ac9108a 4859 * fns.c (concat): Don't re-set string length to its current value.
77437343 4860
1ac9108a
SM
4861 * coding.h (decode_coding_string, encode_coding_string):
4862 Use SBYTES macro.
f0bed503 4863
1ac9108a 4864 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
4865 (doprnt): Merge with doprnt1, discarding lispstrings code.
4866 * lisp.h (doprnt_lisp): Don't declare.
4867
416e006d
JL
48682009-08-07 Juri Linkov <juri@jurta.org>
4869
4870 * puresize.h (BASE_PURESIZE): Increase to 1270000.
4871
6f7d5780
DN
48722009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4873
4874 * print.c (syms_of_print): Undo previous change.
4875
f19a0f5b
TZ
48762009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
4877
4878 * lread.c (read1, syms_of_lread): Read hashtables back from the
4879 readable format.
4880
4881 * print.c (print_preprocess, print_object): Print hashtables fully
4882 and readably.
4883 (syms_of_print): Provide 'hashtable-print-readable.
4884
b9173dc2
AR
48852009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
4886
4887 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
4888 no family set.
4889 (nsfont_open): Handle case when entity has no family.
4890
1586503c
AR
48912009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
4892
4893 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
4894 element, not a list, for match case.
4895
087048cd
KH
48962009-07-28 Kenichi Handa <handa@m17n.org>
4897
4898 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
4899 rigidly.
4900
4901 * xfont.c (xfont_list_pattern): Don't ignore the return value of
4902 font_parse_xlfd. Check font properties more rigidly.
4903
780c2506
DN
49042009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4905
31fd7c5c
JB
4906 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
4907 bsd-common.h.
780c2506 4908
a8c0cc18
KH
49092009-07-27 Kenichi Handa <handa@m17n.org>
4910
4911 * xfaces.c (face_with_height): Call font_clear_prop.
4912
4fbe2306
CY
49132009-07-26 Chong Yidong <cyd@stupidchicken.com>
4914
111d9af3
CY
4915 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
4916
4917 * xterm.c (x_term_init): Use Qx.
4918
4fbe2306
CY
4919 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
4920
1ac9108a 4921 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
4922 (ns_get_color): Revert 2009-07-16 change.
4923
beb0b7f9
EZ
49242009-07-25 Eli Zaretskii <eliz@gnu.org>
4925
4926 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 4927 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 4928
2baf5e76
KR
49292009-07-25 Ken Raeburn <raeburn@raeburn.org>
4930
1ac9108a
SM
4931 * coding.h (decode_coding_string, encode_coding_string):
4932 Use SCHARS macro.
8890e5f5 4933
2baf5e76 4934 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 4935 (load_depth): Delete.
2baf5e76
KR
4936 (Qload_in_progress): New variable.
4937 (load_unwind): Don't reference load_depth or load_in_progress.
4938 (Fload): Likewise; specbind Qload_in_progress instead.
4939 (init_lread): Don't initialize load_depth.
4940 (syms_of_lread): Initialize and protect Qload_in_progress.
4941
1395c6f5
AR
49422009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4943
4944 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
4945
4e2f36cf
AR
49462009-07-23 Yavor Doganov <yavor@gnu.org>
4947
4948 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
4949
5dd9a6f7
AR
49502009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4951
4952 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
4953 Bugs 3792, 3720, 2402.
4954 (ns_lookup_indexed_color): Check for bad index.
4955 (ns_index_color): Init unused slot to 0.
4956 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
4957 Bug 3714, possibly 3082.
5dd9a6f7 4958
c902b920
JR
49592009-07-22 Jason Rumney <jasonr@gnu.org>
4960
1ac9108a
SM
4961 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
4962 Position IME window at cursor (Bug#2570).
c902b920
JR
4963 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
4964 (globals_of_w32fns): Dynamically load functions required above.
4965
4966 * w32term.c (w32_draw_window_cursor): Send message to reposition
4967 any IME window.
4968
090101cf
CY
49692009-07-21 Chong Yidong <cyd@stupidchicken.com>
4970
4971 * fileio.c: Revert 2009-07-16 changes.
4972 (Vauto_save_include_big_deletions): New variable.
4973 (Fdo_auto_save): Disable auto-save only if
4974 auto-save-include-big-deletions is nil.
4975
e6583e3d
CY
49762009-07-21 Chong Yidong <cyd@stupidchicken.com>
4977
4978 * xdisp.c (move_it_to): For continued lines ending in a tab, take
4979 the overflowed pixels into account (Bug#3879).
4980
ece435a5
KR
49812009-07-21 Ken Raeburn <raeburn@raeburn.org>
4982
4983 * lread.c (load_depth): New variable.
4984 (Fload, load_unwind, init_lread): Set it to the load recursion
4985 depth; set load_in_progress as a simple boolean based on the
4986 current load_depth. (Bug#3892)
4987
40b2d973
AR
49882009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4989
4990 * nsfont.m (ns_has_attribute): Remove.
4991 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
4992
10be7e0d
JL
49932009-07-18 Juri Linkov <juri@jurta.org>
4994
4995 * process.c (Fset_process_query_on_exit_flag): Mention killing
4996 a buffer in docstring.
4997
fa055055
KH
49982009-07-17 Kenichi Handa <handa@m17n.org>
4999
5000 * casetab.c (shuffle): Fix the logic of setting up the cycle.
5001
042f7b69
YM
50022009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5003
5004 * nsfns.m (Fns_set_alpha): Remove function.
5005 (syms_of_nsfns): Don't defsubr it.
5006
5007 * nsterm.m (ns_get_color): Remove incompatible color formats.
5008 (ns_color_to_lisp): Generate #rrggbb color format string.
5009
4be941e3
RS
50102009-07-16 Richard Stallman <rms@gnu.org>
5011
5012 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
5013 (Fset_buffer_auto_saved): Handle save_length = -2.
5014
4e6b227d
CY
50152009-07-16 Chong Yidong <cyd@stupidchicken.com>
5016
5017 * xterm.c (Qx_gtk_map_stock): New var.
5018
5019 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
5020 of calling intern each time.
5021
a1856973
YM
50222009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5023
5024 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
5025 does tiling.
5026
5027 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
5028
497e54d8
KH
50292009-07-14 Kenichi Handa <handa@m17n.org>
5030
72d36834
KH
5031 * font.c (font_vconcat_entity_vectors): New function.
5032 (struct font_sort_data): New member font_driver_preference.
5033 (font_compare): Check font_driver_preference.
5034 (font_sort_entities): The format of the first argument changed.
5035 (font_delete_unmatched): Likewise.
5036 (font_list_entities): The return type changed.
5037 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
5038 (font_find_for_lface): Adjuste for the above changes.
5039 Don't suppress the checking of C even if the repertory supports it.
5040 (Flist_fonts): Adjust for the above changes.
72d36834 5041
1ac9108a
SM
5042 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
5043 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
5044 Reject a font who has adstyle property that is different from a
5045 langname derived from registry property.
1ac9108a 5046 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 5047
b6046155
EZ
50482009-07-13 Eli Zaretskii <eliz@gnu.org>
5049
5050 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
5051 local copy of dirfilename.
5052
fb6b6049
KH
50532009-07-13 Kenichi Handa <handa@m17n.org>
5054
e2402a5e
KH
5055 * chartab.c (sub_char_table_ref_and_range): Fix the range check
5056 against max_char.
5057
fb6b6049
KH
5058 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
5059 calling XSYMBOL (sym).
5060
65156807
EZ
50612009-07-11 Eli Zaretskii <eliz@gnu.org>
5062
1ac9108a
SM
5063 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
5064 New function.
5065 (directory_files_internal) [WINDOWSNT]:
5066 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
5067 the filesystem of the directory is fast or slow.
5068
5069 * w32.c (logon_network_drive): Don't assume PATH is an absolute
5070 file name.
5071 (is_slow_fs): New function.
5072 (stat): Use it to determine whether to issue more system calls to
5073 get accurate file attributes, when w32-get-true-file-attributes is
5074 `local'.
5075
e0ab5fcf
JD
50762009-07-10 Jan Djärv <jan.h.d@swipnet.se>
5077
5078 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 5079 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
5080 parameter font-parameter as default to the font dialog.
5081
784ceded
KH
50822009-07-10 Kenichi Handa <handa@m17n.org>
5083
5084 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
5085
fb8edc0b
EZ
50862009-07-09 Eli Zaretskii <eliz@gnu.org>
5087
1ac9108a 5088 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 5089
fb8edc0b
EZ
5090 * w32.c (stat): Treat UNC file names as residing on remote
5091 drives. (Bug#3542)
5092
635c75b1
KH
50932009-07-09 Kenichi Handa <handa@m17n.org>
5094
5095 * fontset.c (fontset_find_font): Fix previous change.
5096
c1d5ce94
MA
50972009-07-08 Michael Albinus <michael.albinus@gmx.de>
5098
5099 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
5100 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
5101 error flag.
5102
edb61b39
KH
51032009-07-08 Kenichi Handa <handa@m17n.org>
5104
374bf7e4
KH
5105 * fontset.c (fontset_find_font): Fix the logic of handling
5106 charset_matched.
5107 (font_for_char): Delete unused var.
5108 (generate_ascii_font_name): Delete it.
5109
edb61b39
KH
5110 * coding.h (JIS_TO_SJIS2): Fix the code range check.
5111
5112 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
5113 (encode_coding_sjis): Fix the code range check.
5114
0f3f018c
CY
51152009-07-07 Chong Yidong <cyd@stupidchicken.com>
5116
5117 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
5118 (Fexpand_file_name): Copy string data properly (Bug#3772).
5119
fcaf6f3a
JD
51202009-07-07 Jan Djärv <jan.h.d@swipnet.se>
5121
5122 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
5123 first MapNotify.
5124
6809ca75
KH
51252009-07-07 Kenichi Handa <handa@m17n.org>
5126
5127 * character.h (unibyte_has_multibyte_table): Delete extern.
5128 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
5129
5130 * charset.c (Fset_charset_priority): Update charset_unibyte.
5131 (syms_of_charset): Initialize charset_unibyte.
5132
5133 * character.c (unibyte_has_multibyte_table): Delete it.
5134 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
5135 charset_unibyte.
5136 (multibyte_char_to_unibyte_safe): Likewise.
5137 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
5138
1ac9108a 5139 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
5140 (x_produce_glyphs): Likewise.
5141
5142 * .gdbinit (xcharset): Fix the treating $arg0.
5143
ad9e2d54
EZ
51442009-07-04 Eli Zaretskii <eliz@gnu.org>
5145
5146 Emulation of `getloadavg' on MS-Windows.
50426a04 5147 * w32.c: Include float.h.
ad9e2d54
EZ
5148 (g_b_init_get_native_system_info, g_b_init_get_system_times)
5149 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
5150 (get_native_system_info, get_system_times): New functions.
5151 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
5152 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
5153 (globals_of_w32): Initialize g_b_init_get_native_system_info,
5154 g_b_init_get_system_times, and num_of_processors.
5155
0a3472c7
JR
51562009-07-03 Jason Rumney <jasonr@gnu.org>
5157
5158 * w32term.c (w32_initialize): Use standard types.
5159
80904120
EZ
51602009-07-03 Eli Zaretskii <eliz@gnu.org>
5161
5162 * dired.c (Ffile_attributes): Decode user and group names by the
5163 locale's encoding. (Bug#3443)
5164
6978862d
DN
51652009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5166
f8d23104
DN
5167 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
5168 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
5169
5170 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
5171
5172 * term.c (init_tty): Remove spurious #ifdef.
5173
6978862d
DN
5174 * m/mips.h: Mention this file is also used for netbsd.
5175 * m/pmax.h: Remove file.
5176
e044e4fc
JD
51772009-07-03 Jan Djärv <jan.h.d@swipnet.se>
5178
5179 * xterm.h (struct x_display_info): Add invisible_cursor.
5180 (struct x_output): Add current_cursor.
5181
5182 * xterm.c (XTtoggle_invisible_pointer): New function.
5183 (x_define_frame_cursor): Don't define cursor if invisible or the
5184 same as before. Set current_cursor.
5185 (x_create_terminal): Set toggle_invisible_pointer_hook.
5186
5187 * xfns.c (make_invisible_cursor): New function.
5188 (x_set_mouse_color): Call make_invisible_cursor.
5189 Set current_cursor.
5190 (x_window): Set current_cursor.
5191
5192 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
5193
5194 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
5195 inserting a character.
5196 (read_avail_input): Call frame_make_pointer_visible.
5197
5198 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
5199 (frame_make_pointer_invisible, frame_make_pointer_visible):
5200 New functions.
e044e4fc
JD
5201 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
5202
5203 * frame.h: Declare frame_make_pointer_invisible and
5204 frame_make_pointer_visible.
5205 (struct frame): Add pointer_invisible.
5206
574c8efa
JD
52072009-07-02 Jan Djärv <jan.h.d@swipnet.se>
5208
7b507248
JD
5209 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
5210 frame isn't visible.
5211 (xg_frame_resized): If width/height is -1, get size of window
5212 from X server.
5213
5214 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
5215 for MapNotify.
5216
835bdaa7 5217 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 5218 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 5219 (flush_and_sync): Reintroduce.
574c8efa 5220
3f1c6666 52212009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 5222
31fd7c5c 5223 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
5224
5225 * xterm.c (x_handle_net_wm_state): Also look for sticky.
5226 (x_term_init): Initialize Xatom_net_wm_state_sticky.
5227
5228 * frame.h: Declare Qsticky.
5229
cad9ef74
JD
5230 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
5231
5232 * nsfns.m (ns_frame_parm_handlers): Ditto.
5233
5234 * frame.c: Declare Qsticky.
5235 (frame_parms): Add sticky.
5236
5237 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
5238
5239 * xterm.h: Declare x_set_sticky.
5240
5241 * xterm.c (x_set_sticky): New function.
5242
69b16610
JD
5243 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
5244 (xg_tool_bar_menu_proxy): Attach enter/leave events to
5245 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
5246
5247 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
5248
5249 * frame.c: Qmaximized is new.
5250 (x_set_frame_parameters): Do not handle fullscreen specially.
5251 Only set width and height if explicitly set.
5252 (x_set_fullscreen): Handle Qmaximized.
5253 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
5254 (syms_of_frame): Initialize Qmaximized.
5255
1ac9108a
SM
5256 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
5257 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
5258
5259 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
5260 for Expose event. Add call to x_check_fullscreen for MapNotify event.
5261 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
5262 set gravity to NorthWestGravity when USE_GTK.
5263 (set_wm_state): New function.
31fd7c5c 5264 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
5265 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
5266 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 5267 or the case when no window manager is running. That means remove calls
3f1c6666
JD
5268 to x_real_positions and x_fullscreen_adjust.
5269
5270 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
5271 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
5272 flush_and_sync.
5273 (xg_height_changed): New function.
5274 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
5275 and gtk_window_set_policy. Set frame gravity after parsing the
5276 geometry string.
3f1c6666
JD
5277 (xg_update_frame_menubar, free_frame_menubar)
5278 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
5279 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
5280 Remove calls to xg_frame_set_char_size.
5281
fd503d99
KH
52822009-07-01 Kenichi Handa <handa@m17n.org>
5283
5284 * keyboard.c (decode_keyboard_code): New function.
5285 (tty_read_avail_input): Decode the input bytes if necessary.
5286
1ac9108a
SM
5287 * coding.c (setup_coding_system):
5288 Initialize coding->carryover_bytes to 0.
fd503d99
KH
5289 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
5290 use Qno_conversion.
5291
24ed93fb
YM
52922009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5293
5294 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
5295
99061dfc
CY
52962009-06-30 Chong Yidong <cyd@stupidchicken.com>
5297
1ac9108a 5298 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 5299
ff90fbde
JR
53002009-06-30 Jason Rumney <jasonr@gnu.org>
5301
5302 * w32term.c (w32_initialize): Use GetModuleHandle for library that
5303 is already loaded.
5304 Set user model ID if supported (bug#1849).
5305
5f445726
JM
53062009-06-29 Jim Meyering <meyering@redhat.com>
5307
5308 Remove useless if-before-xfree test.
5309 * nsfont.m (nsfont_close): Remove useless test.
5310 * term.c (delete_tty): Likewise.
5311 * w32.c (system_process_attributes): Likewise.
5312 * w32font.c (w32font_close): Likewise.
5313 * xfaces.c (x_free_gc): Likewise.
5314 * xselect.c (buffer): Likewise.
5315
b9607587
AS
53162009-06-28 Andreas Schwab <schwab@linux-m68k.org>
5317
5318 * process.c (send_process): Keep decoded string in a local
5319 variable and protect it from GC. (Bug#3521)
5320
89ba96f4
EZ
53212009-06-28 Eli Zaretskii <eliz@gnu.org>
5322
5323 * term.c (create_tty_output) [MSDOS]: #ifdef away.
5324 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
5325
098a1589
CY
53262009-06-28 Chong Yidong <cyd@stupidchicken.com>
5327
485422be
CY
5328 * xdisp.c (start_display, handle_face_prop)
5329 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
5330 (redisplay_window, try_window_id, produce_image_glyph):
5331 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 5332
098a1589
CY
5333 * xterm.c (x_update_window_begin, x_new_focus_frame)
5334 (x_scroll_bar_handle_click, handle_one_xevent)
5335 (handle_one_xevent, XTread_socket, x_focus_on_frame)
5336 (x_make_frame_visible, x_make_frame_invisible)
5337 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
5338 code chunks that are now obsolete.
5339
78c38319
MA
53402009-06-28 Michael Albinus <michael.albinus@gmx.de>
5341
5342 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
5343 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
5344 for hours, when optimzation is enabled.
5345 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
5346 (xd_read_message): Make them static.
5347
4189ed40
CY
53482009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
5349
5350 * term.c (turn_on_face): Allow simultaneously bold and dim
5351 terminal faces (Bug#3530).
5352
cd9b5e16
CY
53532009-06-27 Chong Yidong <cyd@stupidchicken.com>
5354
4e23bedb
CY
5355 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
5356
cd9b5e16
CY
5357 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
5358 truncation glyphs (Bug#3686).
5359
07cc3c35
GM
53602009-06-27 Glenn Morris <rgm@gnu.org>
5361
5362 * m/pmax.h: Restore file, with only netbsd portions.
5363
31fd7c5c 53642009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 5365
cd9b5e16 5366 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 5367
42d4a64f
KH
53682009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
5369
5370 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
5371 the arg FORCE_SYMBOL.
5372
930fe55b 53732009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
5374
5375 * fontset.c (fontset_find_font): When a usable rfont_def is found
5376 in a fallback font-group, make it the first element of the group.
5377
57ebc3fd
CY
53782009-06-24 Chong Yidong <cyd@stupidchicken.com>
5379
5380 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
5381
f084f942
KH
53822009-06-24 Kenichi Handa <handa@m17n.org>
5383
5384 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
5385 set for C.
5386 (fontset_font): Record the availability of a font for C both in
5387 the realized fontsets of the current one and the default one.
5388
2f686c87
DN
53892009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5390
5391 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
5392 conditional, it is always defined on AIX.
5393
666e158e
MB
53942009-06-23 Miles Bader <miles@gnu.org>
5395
5396 * window.c (Vrecenter_redisplay): New variable.
5397 (syms_of_window): Initialize it.
5398 (Qtty): New extern declaration.
5399 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
5400
c6da7cd2
JM
54012009-06-23 Jim Meyering <meyering@redhat.com>
5402
1ac9108a
SM
5403 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
5404 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 5405 pointer dereferences are guaranteed to be valid.
c6da7cd2 5406
678dca3d
KH
54072009-06-23 Kenichi Handa <handa@m17n.org>
5408
74d75424
KH
5409 * emacs.c (main): Call init_font ().
5410
5411 * font.h (Vfont_log): Extern it.
5412 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
5413
5414 * font.c (font_sort_entities, font_list_entities)
5415 (font_matching_entity, font_open_entity)
5416 (font_close_object): Change font_add_log to FONT_ADD_LOG.
5417 (Vfont_log): Delete static.
5418 (font_log_env_checked): Delete this variable.
5419 (font_add_log): Don't check font_log_env_checked.
5420 (font_deferred_log): Check Vfont_log.
5421 (init_font): New function.
5422
678dca3d
KH
5423 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
5424
5425 * w32font.c: Change font_add_log to FONT_ADD_LOG.
5426
5427 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
5428
5429 * xfont.c: Change font_add_log to FONT_ADD_LOG.
5430
5431 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
5432 (face_for_char): Don't call font_deferred_log here.
5433 (font_for_char): Likewise.
5434
8a668709
CY
54352009-06-22 Chong Yidong <cyd@stupidchicken.com>
5436
9a01ee33
CY
5437 * w32term.c (x_draw_glyph_string): Use the glyph string's width
5438 rather than its background_width for drawing the overline and
5439 underline (Bug#489).
5440
5441 * xterm.c (x_draw_glyph_string): Use the glyph string's width
5442 rather than its background_width for drawing the overline and
5443 underline (Bug#489).
ec7c9926
CY
5444 (xg_default_icon_file): New variable.
5445 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
5446 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 5447
8a668709
CY
5448 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
5449 (load_overlay_strings): Remove externs.
5450 (fast_find_position): Function deleted.
5451 (mouse_face_from_buffer_pos): New function, based on
5452 fast_find_position. Correctly handle before-strings,
5453 display-strings, and after-strings (Bug#1220).
5454 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
5455
4d4c02d8
CY
54562009-06-21 Chong Yidong <cyd@stupidchicken.com>
5457
1ac9108a 5458 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
5459 (move_it_in_display_line_to, move_it_in_display_line_to)
5460 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
5461
70243478
CY
54622009-06-21 Chong Yidong <cyd@stupidchicken.com>
5463
5464 * Branch for 23.1.
5465
13087e59
JR
54662009-06-21 Jason Rumney <jasonr@gnu.org>
5467
5468 * w32term.c (keyboard_codepage): New static variable.
5469 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
5470 (w32_read_socket) [WM_CHAR]: Use it to decode character
5471 input (bug#3237).
5472 (w32_initialize): Initialize it.
5473 (codepage_for_locale): New function.
5474
4735b74e
KR
54752009-06-20 Ken Raeburn <raeburn@raeburn.org>
5476
5477 * process.c (status_message): Pass Faset index argument as a lisp
5478 object, so as to work with USE_LISP_UNION_TYPE.
5479
0e727afa
YM
54802009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5481
5482 * coding.c (Ffind_coding_systems_region_internal):
5483 Cache checked characters.
5484
cf299835
KH
54852009-06-18 Kenichi Handa <handa@m17n.org>
5486
1ac9108a 5487 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 5488
90f20d94
AS
54892009-06-18 Andreas Schwab <aschwab@redhat.com>
5490
5491 * xdisp.c (redisplay_internal): Check that the frame is still
5492 live after redisplay of its windows.
5493 (redisplay_windows): Check that the window is still live.
5494
7f1faf1c
KH
54952009-06-17 Andreas Schwab <schwab@linux-m68k.org>
5496
5497 * coding.c (detect_coding_utf_16): Fix previous change.
5498
cc13543e
KH
54992009-06-16 Kenichi Handa <handa@m17n.org>
5500
5501 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
5502 UTF-16 by checking the dispersion of Eth and Oth bytes.
5503
977b85f4
AS
55042009-06-15 Andreas Schwab <schwab@linux-m68k.org>
5505
5506 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
5507
66bd43d1
KH
55082009-06-15 Kenichi Handa <handa@m17n.org>
5509
5510 * process.c (status_message): Fix previous change. Be sure to
5511 decode a localized string.
5512
cb5ca9c5
YM
55132009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5514
5515 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
5516 add comment explaining why.
5517
ec7709ba 55182009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 5519
ec7709ba 5520 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 5521
4b7f335c
AR
55222009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
5523
5524 * nsfont.m (ns_attribute_value): Remove.
5525 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
5526 (ns_has_attribute): Shrink the normal range.
5527 (ns_findfonts): Don't worry about requested spec in determining
5528 need for synthItal.
e41820ee 5529 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 5530
73b26103
SZ
55312009-06-14 Seiji Zenitani <zenitani@mac.com>
5532
5533 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
5534
5753e4da
KH
55352009-06-11 Kenichi Handa <handa@m17n.org>
5536
5537 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5538 overhang for the static composition case.
5539
3561b671
KH
55402009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5541
5753e4da
KH
5542 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5543 overhang for the automatic composition case.
5544
3561b671
KH
5545 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
5546 composition case.
5547
852bbd41
CY
55482009-06-10 Chong Yidong <cyd@stupidchicken.com>
5549
5550 * xdisp.c (get_next_display_element): When handling wrap-prefix
5551 and line-prefix, treat \n as a control character (bug#3502).
5552
9903d1e6
KH
55532009-06-10 Kenichi Handa <handa@m17n.org>
5554
5555 * font.c (font_parse_family_registry): Fix for one-char foundry.
5556 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
5557
0bcbaaaa
CY
55582009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
5559
5560 * process.c (status_message): Fix handling of multibyte signal
5561 string (Bug#3499).
5562
40aa3f13
JM
55632009-06-09 Jim Meyering <meyering@redhat.com>
5564
1f80c7e2
CY
5565 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
5566 color name is missing.
40aa3f13 5567
72d51285
KH
55682009-06-09 Kenichi Handa <handa@m17n.org>
5569
5570 * charset.c (Fmap_charset_chars): In docstring, state clearly that
5571 FROM-CODE and TO-CODE are codepoints of CHARSET.
5572
c1d04d84
AR
55732009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5574
5575 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
5576
55772009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5578
5579 Changes to support :script/:lang/:otf in NS font driver.
5580 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
5581 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
5582 indicate not part of font driver interface, and change callers.
5583 (ns_get_family): Remove pointless null check.
5584 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
5585 ns_spec_to_descriptor, ns_descriptor_to_entity.
5586 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
5587 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
5588 (ns_spec_to_descriptor, ns_descriptor_to_entity)
5589 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
5590 (ns_get_req_script, ns_accumulate_script_ranges)
5591 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
5592 New functions.
5593 (nsfont_list, nsfont_match): Use ns_findfonts.
5594 (nsfont_open): Use font descriptor instead of traits.
5595 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
5596 (dump_glyphstring): Rename to ns_dump_glyphstring.
5597
c7eb9816
AR
5598 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
5599
c1d04d84
AR
5600 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
5601
5602 * fontset.c (fontset_from_font): Remove NS-specific code.
5603
ec7709ba 56042009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
5605
5606 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
5607 nonactive windows.
5608
31fd7c5c 56092009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 5610
1ac9108a 5611 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 5612
68852c13 56132009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
5614
5615 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
5616
6756cd1d
CY
56172009-06-07 Chong Yidong <cyd@stupidchicken.com>
5618
5619 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
5620 account for the overflowing of newlines into the last glyph on the
5621 display line (Bug#3482).
5622
28bf482a
DR
56232009-06-05 David Reitter <david.reitter@gmail.com>
5624
ec7709ba
JB
5625 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
5626 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
5627 Fns_selection_exists_p, Fns_selection_owner_p.
5628
fdb55376
JR
56292009-06-03 Jason Rumney <jasonr@gnu.org>
5630
5631 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
5632 available. (Bug#3379)
5633
05129fbe
KH
56342009-05-29 Kenichi Handa <handa@m17n.org>
5635
1ac9108a
SM
5636 * coding.c (get_translation_table):
5637 Check Venable_character_translation.
05129fbe 5638
ec7709ba 56392009-05-26 David Reitter <david.reitter@gmail.com>
15891144 5640
ec7709ba
JB
5641 * nsterm.m (ns_raise_frame): Only raise frame if visible.
5642 (x_make_frame_visible): Move frame to front rather than calling
15891144 5643 ns_raise_frame().
ec7709ba 5644 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 5645 isn't key window.
ec7709ba 5646 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
5647 drawRect may be called by NSView even if the frame is hidden.
5648
ec7709ba
JB
5649 * nsfns.m (Fx_create_frame): Follow other ports in
5650 determining visibility; default to t. Ensure async_visible is set.
15891144 5651
21f73755
EZ
56522009-05-23 Eli Zaretskii <eliz@gnu.org>
5653
5654 * dired.c (Ffile_attributes): Doc fix.
5655
34001e41
CY
56562009-05-22 Chong Yidong <cyd@stupidchicken.com>
5657
5658 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
5659
46306a17
SM
56602009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5661
5662 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
5663 and xfont_scratch_props.
5664 (syms_of_xfont): Do it here instead.
5665 (xfont_find_ccl_program): Delete, unused.
5666 (xfont_open): Delete unused var `i'.
5667
ef6e0694
KH
56682009-05-21 Kenichi Handa <handa@m17n.org>
5669
5670 * fontset.c (Qlatin): Don't make it static.
5671
46306a17
SM
5672 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
5673 New functions.
ef6e0694
KH
5674 (xfont_scripts_cache, xfont_scratch_props): New variables.
5675 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
5676 (xfont_list_pattern): Argument changed. Callers changed.
5677 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
5678 (xfont_list): Don't reject a font spec with :script property.
5679 (xfont_has_char): Fix setting of encoding.
5680 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
5681 xfont_scratch_props.
5682
56832009-05-19 Kenichi Handa <handa@m17n.org>
5684
46306a17 5685 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
5686 Callers changed.
5687
56882009-05-18 Kenichi Handa <handa@m17n.org>
5689
5690 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
5691
ac71ced7
SM
56922009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5693
5694 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
5695 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
5696
1c6d1051
YM
56972009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5698
5699 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
5700 (x_delete_terminal): Dissociate resource database from display and
5701 then call XrmDestroyDatabase before closing display.
5702
9b9b779c
AR
57032009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5704
5705 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
5706 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
5707 whether selected frame is viable before raising it (based on patch
5708 by David Reitter), and improve commentary.
5709 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 5710
cccd42d5
KH
57112009-05-15 Kenichi Handa <handa@m17n.org>
5712
5713 * font.c (Ffont_spec): Check arguments.
5714
337fbd17
CY
57152009-05-14 Chong Yidong <cyd@stupidchicken.com>
5716
5717 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
5718 weight when testing attributes (Bug#3282).
5719
47a6002f
JD
57202009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5721
5722 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
5723 what we expect to get in the next ConfigureNotify event.
5724
9cb363db
YM
5725 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
5726 before Xft one (Bug#1696).
5727
b9126609
CY
57282009-05-07 David Reitter <david.reitter@gmail.com>
5729
5730 * nsfns.m (Fx_display_planes): Compute bitplanes using
5731 NSBitsPerPixelFromDepth (Bug#3207).
5732
27a69fd9
CY
57332009-05-10 Chong Yidong <cyd@stupidchicken.com>
5734
5735 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
5736
00f37552
TTN
57372009-05-10 Ulrich Mueller <ulm@gentoo.org>
5738
5739 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
5740
2d82a920
DR
57412009-05-07 David Reitter <david.reitter@gmail.com>
5742
ec7709ba
JB
5743 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
5744 Respect mouse face background.
2d82a920 5745
46b0d52d
DR
57462009-05-07 David Reitter <david.reitter@gmail.com>
5747
ec7709ba
JB
5748 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
5749 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
5750 in ns_update_begin and ns_update_end.
5751
ce1b23bb
SM
57522009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5753
5996e1b7
SM
5754 * nsfns.m (ns_get_screen): Rewrite.
5755 Don't presume selected-frame is of type `ns'.
5756
ba98e3a0
SM
5757 * font.c (font_update_drivers): Sanity fallback to avoid disabling
5758 all drivers.
5759
ce1b23bb
SM
5760 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
5761
bcda200f
YM
57622009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5763
5764 * keyboard.h (add_user_signal): Fix typo in extern.
5765
5766 * lisp.h (add_user_signal): Remove extern.
5767
5768 * unexelf.c (unexec): Consider a section to precede the .bss section
5769 if its addresses overlap that of .bss.
5770 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
5771 instead of dumping process.
5772
864660a2
SM
57732009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5774
5775 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
5776
50da4e56
SM
57772009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
5780
51520a1a
DN
57812009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
5782
5783 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
5784 any statements.
5785
409ea3a1
AS
57862009-05-02 Andreas Schwab <schwab@linux-m68k.org>
5787
59c4c60f
AS
5788 * process.c (read_process_output): Make sure the current buffer is
5789 always restored.
5790
409ea3a1
AS
5791 * coding.c (record_conversion_result): Don't modify
5792 Vlast_code_conversion_error for successful result.
5793 (alloc_destination): Don't clobber conversion result. (Bug#1650)
5794
56f00ed2
KH
57952009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5796
5797 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 5798 (load_charset_map): Remove unnecessary code.
56f00ed2 5799
4491c9d2
DR
58002009-04-30 David Reitter <david.reitter@gmail.com>
5801
35f5b128 5802 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
5803 through f24.
5804
6970f632
CY
58052009-04-30 Chong Yidong <cyd@stupidchicken.com>
5806
5807 * xfaces.c (face_at_buffer_position): New arg base_face_id.
5808
5809 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
5810 face_at_buffer_position.
5811 (face_before_or_after_it_pos, get_next_display_element)
5812 (note_mouse_highlight): Update face_at_buffer_position call.
5813
5814 * term.c (term_mouse_highlight):
5815 * msdos.c (IT_note_mouse_highlight):
5816 * fontset.c (Finternal_char_font):
35f5b128 5817 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
5818
5819 * dispextern.h (face_at_buffer_position): Update prototype.
5820
0c616f63
KH
58212009-04-30 Kenichi Handa <handa@m17n.org>
5822
35f5b128 5823 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 5824
ad3aaf33
AS
58252009-04-29 Andreas Schwab <schwab@linux-m68k.org>
5826
5827 * callproc.c (Fcall_process): Fix GC protection. Make sure
5828 current buffer is always restored.
5829
c3c963a0
YM
58302009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5831
5832 * atimer.c (init_atimer): Also clear stopped_atimers.
5833
5834 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
5835
7e3386cb
YM
5836 * process.c (create_process): Clean up merger residues of
5837 2008-07-17 change.
5838
91f68422
CY
58392009-04-29 Ulrich Mueller <ulm@gentoo.org>
5840
5841 * lread.c (Vread_circle): New variable.
5842 (read1): Disable recursive read if Vread_circle is nil.
5843
24b34550
KH
58442009-04-29 Kenichi Handa <handa@m17n.org>
5845
5846 * fontset.h (set_default_ascii_font): Delete extern.
5847
5848 * fontset.c (set_default_ascii_font): Delete this unused function.
5849
5850 * frame.c (x_set_font): When ARG is a font-object, check if the
5851 font-object matches with the ASCII font-spec of the frame's
9c358bda 5852 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 5853
77bf07e1
AS
58542009-04-28 Andreas Schwab <schwab@linux-m68k.org>
5855
5856 * fns.c (Flocale_info): Protect vector from GC during decoding.
5857
5858 * process.c (Fstart_process): Protect argv strings from GC during
5859 encoding.
5860
2c55aacf
AS
58612009-04-27 Andreas Schwab <schwab@linux-m68k.org>
5862
5863 * sysdep.c: Include <ctype.h>.
5864
b892d3c9
DR
58652009-04-27 David Reitter <david.reitter@gmail.com>
5866
35f5b128 5867 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
5868 Remove commented-out code.
5869
9d0644c4
JB
58702009-04-26 Johan Bockgård <bojohan@gnu.org>
5871
5872 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
5873
b7053016
JR
58742009-04-25 Jason Rumney <jasonr@gnu.org>
5875
5876 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
5877
4e8231f3
YM
58782009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5879
5880 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
5881 Swap bytes in short integer if fringe bitmap width > 8.
5882
493dcf2c
KH
58832009-04-23 Kenichi Handa <handa@m17n.org>
5884
5885 * xfaces.c (Fx_list_fonts): If a font size is specified in
5886 PATTERN, set it in returned scalable fonts.
5887
401e9e57
CY
58882009-04-22 Chong Yidong <cyd@stupidchicken.com>
5889
708e05dc
CY
5890 * keyboard.c (Fset_input_meta_mode): Doc fix.
5891
5892 * dispnew.c (Fsend_string_to_terminal): Doc fix.
5893
1ac9108a 5894 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
5895
5896 * coding.c (Fterminal_coding_system): Doc fix.
5897
5898 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
5899 (Fx_display_pixel_height, Fx_display_planes)
5900 (Fx_display_color_cells, Fx_server_max_request_size)
5901 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
5902 (Fx_display_mm_height, Fx_display_mm_width)
5903 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
5904 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
5905 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
5906 (check_x_display_info): Handle terminal objects instead of
5907 terminal ids.
5908
401e9e57
CY
5909 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
5910 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
5911 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
5912 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 5913
df80c7f0
KH
59142009-04-21 Kenichi Handa <handa@m17n.org>
5915
5a8f12af 5916 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 5917 (font_score): Check AVGWIDTH too.
908567ef 5918
df80c7f0
KH
5919 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
5920 worst case.
1ac9108a
SM
5921 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
5922 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 5923
705af33f
JR
59242009-04-19 Jason Rumney <jasonr@gnu.org>
5925
5926 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 5927 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
5928
5929 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
5930 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
5931 get_phys_cursor_geometry.
5932
b71ac3dd 5933 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
5934 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
5935 using get_phys_cursor_geometry.
5936
5937 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
5938 correctly calculated.
5939
dc2933eb
JD
59402009-04-19 Jan Djärv <jan.h.d@swipnet.se>
5941
1ac9108a
SM
5942 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
5943 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
5944 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
5945 is deprecated.
5946
973e7849
AS
59472009-04-18 Andreas Schwab <schwab@linux-m68k.org>
5948
5949 * font.c (font_put_frame_data): Use xfree instead of free.
5950
314d66f4
JB
59512009-04-17 Juanma Barranquero <lekktu@gmail.com>
5952
5953 * w32font.c (Qja, Qko): Remove declarations.
5954 (syms_of_w32font): Don't DEFSYM them.
5955
cf702558
CY
59562009-04-17 Chong Yidong <cyd@stupidchicken.com>
5957
5958 * font.c (Qja, Qko): Move definitions here from ftfont.c.
5959
5960 * font.h (Qja, Qko): Extern them.
5961
5962 * ftfont.c (Qja, Qko): Remove declarations.
5963
5964 * xfont.c (Qja, Qko): Remove declarations.
5965
b50504f5
KH
59662009-04-17 Kenichi Handa <handa@m17n.org>
5967
bde25748
KH
5968 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
5969 string from a vector to handle Latin-1 characters correctly.
5970
b50504f5
KH
5971 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
5972 entity even if the cache hits.
5973
f4646fff
AS
59742009-04-16 Andreas Schwab <schwab@linux-m68k.org>
5975
5976 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 5977 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 5978
e7deaab0
AS
5979 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
5980 * lisp.h: Adjust prototypes.
5981
0a0e7d49
CY
59822009-04-16 Chong Yidong <cyd@stupidchicken.com>
5983
5984 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
5985 change (Bug#3003).
5986
3c908a57
KH
59872009-04-16 Kenichi Handa <handa@m17n.org>
5988
1ac9108a 5989 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
5990
5991 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
5992 adstyle.
5993
5994 * ftfont.c (Qja, Qko): Don't make them static.
5995 (enum ftfont_cache_for): New enum.
5996 (fc_charset_table): Undo the previous change.
5997 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
5998 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
5999 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
6000 non-scarable font, try to get AVERAGE_WIDTH.
6001 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
6002 Change ft_face_cache from a list of a hash-table. Don't check
6003 `ja' and `ko' adstyle here.
6004 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
6005 FTFONT_CACHE_FOR_CHARET.
6006 (ftfont_get_charset): Undo the previous change.
1ac9108a 6007 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
6008 (ftfont_close): Likewise.
6009 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
6010
6011 * font.c (font_sort_entites): Change the meaning of the arg
6012 BEST-ONLY. Don't optimize for VEC of lenght 1.
6013 (font_select_entity): Just return the value of font_sort_entites.
6014
6015 * xfaces.c (merge_face_vectors): Reflect font properties in
6016 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
6017 font_clear_prop if a face attribute doesn't change.
6018
3c908a57
KH
6019 * charset.h (charset_ksc5601): Extern it.
6020
6021 * charset.c (charset_ksc5601): New variable.
6022 (Fdefine_charset_internal): Set charset_ksc5601.
6023 (init_charset_once): Initialize charset_ksc5601 to -1.
6024
d65859c3
DN
60252009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
6026
6027 * fileio.c (history_delete_duplicates): Remove unused declaration.
6028
6029 * callint.c (history_delete_duplicates): New declaration.
6030 (Fcall_interactively): Remove command history duplicates when
6031 history_delete_duplicates is true.
6032
3ba010e5
EZ
60332009-04-14 Eli Zaretskii <eliz@gnu.org>
6034
6035 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
6036
06f19b91
KH
60372009-04-14 Kenichi Handa <handa@m17n.org>
6038
6039 * font.c (Ffont_info): Fix docstring. Fix the second element of
6040 the returned value (bug#2949).
6041
2cce8bfc
CY
60422009-04-14 Chong Yidong <cyd@stupidchicken.com>
6043
6044 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
6045
d156542d
KH
60462009-04-14 Kenichi Handa <handa@m17n.org>
6047
6048 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
6049 encoding charset is ascii_compatible.
6050
6051 * charset.c (Fdefine_charset_internal): Make charset
6052 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
6053 code_offset is 0, and covers all ASCII characters.
6054
86fa089e
SM
60552009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6056
6057 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
6058 (ns_string_to_pasteboard_internal):
6059 * nsmenu.m (process_dialog):
6060 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
6061 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
6062 * lisp.h (Fx_load_color_file): Declare.
6063
a8a3728b
KH
60642009-04-13 Kenichi Handa <handa@m17n.org>
6065
1ac9108a 6066 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
6067 (font_select_entity): Suppress the code to optimize for the same
6068 kind of fonts.
6069 (font_load_for_lface): Get a font that supports at least ASCII
6070 characters.
6071
6072 * ftfont.c (Qja, Qko): New variables.
6073 (fc_charset_table): Delete uniquifier data for iso8859-1.
6074 (ftfont_get_latin1_charset): New function.
6075 (get_adstyle_property): New function.
6076 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
6077 bitmap fonts.
6078 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
6079 Delete iso-8859-1 range from the charset of fonts whose adstyle is
6080 `ko' or `ja'.
6081 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 6082 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
6083 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
6084 property.
6085 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
6086 (syms_of_ftfont): DEFSYM Qja and Qko.
6087
483670b5
KH
60882009-04-09 Kenichi Handa <handa@m17n.org>
6089
12b55765
KH
6090 * charset.c (map_charset_chars): For a charset of `superset'
6091 method, fix calculation of code range.
6092
483670b5
KH
6093 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
6094 from the list of extra properties.
6095 (font_clear_prop): Be sure to delete `:name' font property.
6096
57d3b93b
KH
60972009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6098
b4b2c2ca
YM
6099 * dispnew.c (redraw_overlapping_rows): Fix detection of
6100 overlapping for topmost and bottommost rows.
6101
1ac9108a 6102 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 6103
472c3609
JR
61042009-04-06 Jason Rumney <jasonr@gnu.org>
6105
6106 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
6107
ab193662
KH
61082009-04-06 Kenichi Handa <handa@m17n.org>
6109
6110 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
6111
6112 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
6113
0c26f026
KH
61142009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6115
6116 * ftfont.c (ftfont_open): Fix checking of the return value of
6117 FT_Load_Char. Fix setting font->underline_thickness.
6118
e173bbce
CY
61192009-04-04 Chong Yidong <cyd@stupidchicken.com>
6120
6121 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
6122 (Fterminal_parameters, Fterminal_parameter)
6123 (Fset_terminal_parameter): In doc string, refer to terminal
6124 objects rather than terminal ids.
6125
693a2698
EZ
61262009-04-04 Eli Zaretskii <eliz@gnu.org>
6127
6128 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
6129 ret_lim_data. (Bug#2867)
6130
d5221487
CY
61312009-04-03 Chong Yidong <cyd@stupidchicken.com>
6132
6133 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
6134 so they don't get wider than the window, matching 2006-01-23
6135 change to the partner function in xdisp.c (Bug#2800).
6136
223509a3
KH
61372009-04-03 Kenichi Handa <handa@m17n.org>
6138
6139 * print.c (print_object): Make each lowest sub_char_table start a
6140 new line (Bug#2866).
6141
74fcd0b1
KH
61422009-04-02 Kenichi Handa <handa@m17n.org>
6143
6144 * fontset.c (fontset_font): Record no-font when a fontset
6145 explicitly tells not to try another font-specs.
6146
c542407d
SM
61472009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
6148
6149 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
6150
e3869731
KH
61512009-03-30 Kenichi Handa <handa@m17n.org>
6152
d8d2f142
KH
6153 * fontset.c (fontset_from_font): Specify only registry in a
6154 font-spec for all characters supported by that registry.
6155
e3869731
KH
6156 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
6157 even if HAVE_M17N_FLT is not defined.
6158
5da5f805
CY
61592009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
6160
6161 * ftfont.c: Conditionalize prototyping and use of
6162 ftfont_variation_glyphs.
6163
ab226c50
SM
61642009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6165
9628fed7
SM
6166 * frame.c (delete_frame): Work around compiler bug.
6167
6168 * editfns.c (general_insert_function): Adjust to insdel.c changes.
6169 * insdel.c (prepare_to_modify_buffer, signal_before_change):
6170 Some more EMACS_INT.
6171 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
6172
6173 * xdisp.c (dump_glyph): Fix typo.
6174
ae19ba7c
SM
6175 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
6176 (adjust_markers_gap_motion, adjust_markers_for_delete)
6177 (adjust_markers_for_insert, adjust_point)
6178 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
6179 (make_gap, copy_text, count_size_as_multibyte, insert)
6180 (insert_and_inherit, insert_before_markers)
6181 (insert_before_markers_and_inherit, insert_1)
6182 (count_combining_before, count_combining_after, insert_1_both)
6183 (insert_from_string, insert_from_string_before_markers)
6184 (insert_from_string_1, insert_from_gap, insert_from_buffer)
6185 (insert_from_buffer_1, adjust_after_replace)
6186 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
6187 (replace_range_2, del_range, del_range_1, del_range_byte)
6188 (del_range_both, del_range_2, modify_region)
6189 (prepare_to_modify_buffer, signal_before_change)
6190 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
6191 for buffer positions and sizes.
6192 * lisp.h: Adjust prototypes accordingly.
6193
6194 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
6195 (non_regular_inserted, non_regular_nbytes, read_non_regular)
6196 (Finsert_file_contents): Use EMACS_INT for buffer positions.
6197
ab226c50
SM
6198 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
6199
46dfb8fb
JD
62002009-03-27 Jan Djärv <jan.h.d@swipnet.se>
6201
6202 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
6203 lines and columns so we keep the same pixel height and width.
6204
6205 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
6206 the property _NET_WM_STATE has changed.
46dfb8fb
JD
6207 (x_handle_net_wm_state): New function to update frame parameter
6208 fullscreen.
6209 (x_term_init): Initialize atoms for _NET_WM_STATE.
6210
6211 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
6212
d347e494
SM
62132009-03-27 Kevin Ryde <user42@zip.com.au>
6214
6215 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
6216 Gpm_GetEvent as an error that justifies closing the filedescriptor.
6217 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
6218 (Fgpm_mouse_stop): Pass that new parameter.
6219 * termhooks.h (close_gpm): Adjust prototype.
6220
84db11d6
SM
62212009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6222
c95a5008
SM
6223 * lisp.h (Fx_focus_frame): Declare.
6224
84db11d6
SM
6225 * callint.c (Fcall_interactively): For '^' just delegate the work to
6226 handle-shift-selection.
6227 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
6228
0a1958d6
CY
62292009-03-24 Chong Yidong <cyd@stupidchicken.com>
6230
0bfdff23
CY
6231 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
6232
0a1958d6
CY
6233 * data.c (Qinteractive_form): New variable.
6234 (Finteractive_form): Use it.
6235
6236 * eval.c (Fcommandp): Use Qinteractive_form.
6237
58aec0d6
JR
62382009-03-24 Jason Rumney <jasonr@gnu.org>
6239
6240 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
6241 Calculate total size precisely. Decode environment variables
6242 before substituting. (Bug#38)
6243
553dd618
KH
62442009-03-24 Kenichi Handa <handa@m17n.org>
6245
6246 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 6247 encoding (Bug#2722).
553dd618 6248
c39ea606
JD
62492009-03-23 Jan Djärv <jan.h.d@swipnet.se>
6250
6251 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
6252 that gdpy is set.
6253
bc9b2b5e
AM
62542009-03-22 Alan Mackenzie <acm@muc.de>
6255
6256 * callint.c (Finteractive): Clarify the doc string - even
6257 promptless elements need \n separators.
6258
9f995a76
JR
62592009-03-22 Jason Rumney <jasonr@gnu.org>
6260
6261 * w32term.c (syms_of_w32term): Doc fix for
6262 x-use-underline-position-properties.
6263
22749e9a
EZ
62642009-03-21 Eli Zaretskii <eliz@gnu.org>
6265
6266 * w32.c (getpwuid): Change argument type to unsigned.
6267 (struct w32_id): Change type of `rid' member to unsigned.
6268 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
6269 argument ID to unsigned. All callers changed.
6270 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
6271
e00553bf
EZ
62722009-03-20 Eli Zaretskii <eliz@gnu.org>
6273
6274 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
6275 negative, produce a float value.
6276
6277 * dired.c (make_uid, make_gid): New functions.
6278 (Ffile_attributes): Use them to avoid negative UID and GID.
6279
f761d6b6
JB
62802009-03-20 Juanma Barranquero <lekktu@gmail.com>
6281
6282 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
6283 (syms_of_keyboard) <command-hook-internal, input-method-function>:
6284 Fix typos in docstrings.
6285
d507f8d7
KH
62862009-03-19 Kenichi Handa <handa@m17n.org>
6287
6288 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
6289 changed, use font_load_for_lface to get a new font object.
6290 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
6291
6292 * frame.c (x_set_font): Handle the case that ARG is a cons.
6293
c68845e0
GM
62942009-03-19 Glenn Morris <rgm@gnu.org>
6295
6296 * fileio.c (Fsubstitute_in_file_name): Doc fix.
6297
bfa49dd1
CY
62982009-03-19 Chong Yidong <cyd@stupidchicken.com>
6299
6300 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
6301
8458d4c1
KH
63022009-03-19 Kenichi Handa <handa@m17n.org>
6303
6304 * charset.c (load_charset_map_from_file): When a mapfile can't be
6305 loaded, signal an error.
6306
78e7d1fe
EZ
63072009-03-18 Eli Zaretskii <eliz@gnu.org>
6308
6309 * dired.c (Ffile_attributes): Make sure UID and GID are always
6310 positive, even if the value is too large for a positive EMACS_INT.
6311 Doc fix.
6312
6313 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
6314
5da9fdfa
YM
63152009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6316
6317 * xmenu.c (xdialog_show): Move Fredisplay call ...
6318 (Fx_popup_dialog): ... here.
6319
7519c40d
SM
63202009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6321
6322 * dired.c (file_name_completion): Disable the first optimization just
6323 installed, since it is not implemented correctly.
6324
2cd298e2
SM
63252009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 6328 only if the entry can affect bestmatch.
2cd298e2
SM
6329 Stop the search early, as Ftry_completion already does.
6330
48d37adf
CY
63312009-03-17 Chong Yidong <cyd@stupidchicken.com>
6332
e10c9c93 6333 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 6334
9286b16a
CY
63352009-03-15 Chong Yidong <cyd@stupidchicken.com>
6336
6337 * keyboard.c (parse_menu_item): Don't display remappings as menu
6338 equivalent bindings (Bug#788).
6339
f7b146dc
JR
63402009-03-15 Jason Rumney <jasonr@gnu.org>
6341
6342 * w32term.h (WM_EMACS_PAINT): New message.
6343 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
6344 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
6345 before passing to lisp thread. (Bug#950)
6346
f761d6b6 63472009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 6348
d93f9575
CY
6349 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
6350 variable as it was never reset.
6351 (ns_term_init): Remove initialization of Lisp-settable defaults
6352 and ns_expand_space.
6353 (-setPanelFromDefaultValues): Remove ns_expand_space.
6354 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
6355 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
6356 i.e. no additional spacing, similar to Carbon port.
6357
d93f9575
CY
6358 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
6359 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 6360
305018ec
JD
63612009-03-14 Jan Djärv <jan.h.d@swipnet.se>
6362
6363 * sound.c (alsa_configure): Remove call to deprecated
6364 snd_pcm_sw_params_set_xfer_align.
6365
f761d6b6 63662009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
6367
6368 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
6369 after clicking in a detached tool bar.
6370 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
6371
46e722a9
SM
63722009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6373
348db3dd
SM
6374 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
6375 int/Lisp_Object mixup).
46e722a9 6376
a3d16f39
KH
63772009-03-13 Kenichi Handa <handa@m17n.org>
6378
6379 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 6380 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
6381 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
6382 (set_fontset_font): Change ARG to a vector. Handle range_list in
6383 ARG correctly.
6384 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 6385 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
6386 the above change.
6387 (fontset_from_font): Fix previous change.
fe24f56a 6388 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
6389 entry. If FONTSET is the default fontset, don't set the extra
6390 slot of the returning char-table.
6391
b066e6b6
JB
63922009-03-12 Juanma Barranquero <lekktu@gmail.com>
6393
6394 * nsfns.m (Fx_close_connection): Doc fix.
6395 (Fns_do_applescript): Reflow docstring.
6396 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
6397 (Fx_display_pixel_width, Fx_display_pixel_height)
6398 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
6399 Fix typos in docstrings.
6400 (Fns_set_alpha): Fix typos in error messages.
6401
d472514e 64022009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 6403
d472514e 6404 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
6405 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
6406 were used for such events.
6407
d472514e
JB
6408 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
6409 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 6410
d472514e 6411 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
6412 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
6413
fb930676
KH
64142009-03-11 Kenichi Handa <handa@m17n.org>
6415
ff85581a
KH
6416 * font.h (font_open_by_spec): Extern it.
6417
c50b7e98
KH
6418 * font.c (font_open_by_spec): New function.
6419 (font_open_by_name): Use font_open_by_spec.
6420
fb930676
KH
6421 * frame.c (x_set_font): When ARG is a font-object, don't alter the
6422 fontset of the frame.
6423
6424 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
6425 modify the default font of frames that use this fontset.
6426 (num_auto_fontsets): New variable.
6427 (fontset_from_font): Use num_auto_fontsets to decide a fontset
6428 name. Be sure to set FONTSET_ASCII to the correct font name.
6429 (update_auto_fontset_alist): New function.
6430
df4e8455
JB
64312009-03-11 Juanma Barranquero <lekktu@gmail.com>
6432
6433 * makefile.w32-in: Update dependencies.
6434
0a375797
AR
64352009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6436
6437 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
6438
61313fa3
SM
64392009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6440
6441 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
6442
b55103fb
CY
64432009-03-10 Chong Yidong <cyd@stupidchicken.com>
6444
6445 * lread.c (Feval_buffer): Doc fix.
6446
dde2559c
KH
64472009-03-09 Kenichi Handa <handa@m17n.org>
6448
6449 * charset.c (Qfile_name_handler_alist): Extern it.
6450 (load_charset_map_from_file): Temporarily bind
6451 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
6452
df4e8455 64532009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 6454
47f588bb
GM
6455 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
6456 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 6457
4ddf94bd
AR
64582009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6459
4c9bdfc2
AR
6460 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
6461 (x_set_window_size): Change back to calculated method of setting
6462 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
6463 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
6464 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
6465
fe41ae9e
AR
6466 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
6467
4c9bdfc2
AR
6468 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
6469 accelerator in parens under GNUstep.
6470
825d0875
KH
64712009-03-06 Kenichi Handa <handa@m17n.org>
6472
6473 These changes are to detect incorrect composition sequence without
f3b3be74 6474 looking ahead the source. (Bug#2370)
825d0875
KH
6475
6476 * coding.h: Include "composite.h".
6477 (enum compisition_state): New enum.
6478 (struct compisition_status): New struct.
6479 (struct iso_2022_spec): New member cmp_status.
6480 (struct emacs_mule_spec): New struct.
6481 (struct coding_system): New members ctext_extended_segment_len and
6482 embedded_utf_8. Change the union member
6483 spec.emacs_mule_full_support to spec.emacs_mule.
6484
6485 * coding.c (CODING_ISO_CMP_STATUS): New macro.
6486 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 6487 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
6488 (ADD_COMPOSITION_DATA): New arg nbytes.
6489 (emacs_mule_char): New arg cmp_status.
6490 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
6491 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
6492 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
6493 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
6494 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
6495 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
6496 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
6497 (EMACS_MULE_COMPOSITION_END): New macro.
6498 (emacs_mule_finish_composition): New function.
6499 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
6500 (decode_coding_emacs_mule): Avoid long looking ahead while
6501 handling composition.
6502 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
6503 (ENCODE_COMPOSITION_RULE): New macro.
6504 (finish_composition): New function.
6505 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
6506 (DECODE_COMPOSITION_START): New implementation.
6507 (DECODE_COMPOSITION_END): Likewise.
6508 (STORE_COMPOSITION_RULE): New macro.
6509 (decode_coding_iso_2022): Avoid long looking ahead while handling
6510 composition, CTEXT extended segment, and embedded UTF-8.
6511 (setup_coding_system): For a coding of type iso-2022, reset
6512 CODING_ISO_EXTSEGMENT_LEN (coding) and
6513 CODING_ISO_EMBEDDED_UTF_8 (coding).
6514 (get_translation): Delete arguments last_block, from_nchars,
6515 to_nchars. Callers changed.
6516 (produce_chars): Don't modify charbuf. Adjusted for the change of
6517 get_translation.
98a326f7 6518 (produce_composition): Adjust for the new annotation sequence.
825d0875 6519 (handle_composition_annotation): Likewise.
98a326f7 6520 (consume_chars): Adjust for the change of get_translation.
825d0875 6521
ccbc4452
AR
65222009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
6523
4ddf94bd 6524 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 6525
988a7ddb
KH
65262009-03-05 Kenichi Handa <handa@m17n.org>
6527
6528 * font.c (font_select_entity): New function.
6529 (font_find_for_lface): Use font_select_entity to select a font.
6530
6531 * fontset.c (fontset_find_font): If a font found without
a8a3728b 6532 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
6533 font with C restriction.
6534
98a326f7 65352009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 6536
be1bce46 6537 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 6538
10ea2b82
JR
65392009-03-04 Jason Rumney <jasonr@gnu.org>
6540
2c93b248 6541 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 6542 characters that have already been read. (Bug#2569)
2c93b248 6543
10ea2b82
JR
6544 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
6545 Log an error message if check_image_size failed.
6546 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 6547 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 6548
71a0c011
EZ
65492009-03-02 Eli Zaretskii <eliz@gnu.org>
6550
6551 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
6552 when decoding process output.
6553
2f63bba8
RS
65542009-03-01 Richard M Stallman <rms@gnu.org>
6555
6556 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
6557
6558 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
6559
0a9564cb
EZ
65602009-02-28 Eli Zaretskii <eliz@gnu.org>
6561
6562 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
6563 (decode_coding_emacs_mule, decode_coding_iso_2022)
6564 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6565 (decode_coding_raw_text, decode_coding_charset)
6566 (setup_coding_system, decode_eol, decode_coding, consume_chars):
6567 Honor inhibit-eol-conversion. (Bug #2186)
6568
449148b3
JR
65692009-02-28 Jason Rumney <jasonr@gnu.org>
6570
6571 * coding.c (detect_coding_charset): If not checking latin extra,
6572 fail on characters between 0x80 and 0xA0. (Bug#2354)
6573
a4aee864
EZ
65742009-02-28 Eli Zaretskii <eliz@gnu.org>
6575
6576 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 6577 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 6578
d88bee5a
GM
65792009-02-27 Glenn Morris <rgm@gnu.org>
6580
6581 * callint.c (Finteractive): Doc fix.
6582
a808f22d
KH
65832009-02-27 Kenichi Handa <handa@m17n.org>
6584
6585 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
6586
caf8d60c
CY
65872009-02-27 Chong Yidong <cyd@stupidchicken.com>
6588
6589 * font.c (font_style_to_value): Set value for unknown symbols to
6590 100 instead of 255.
b61137ea
CY
6591 (weight_table, slant_table, width_table): Treat "unspecified" as
6592 the default value.
caf8d60c 6593
1a0de25c
JB
65942009-02-26 Juanma Barranquero <lekktu@gmail.com>
6595
6596 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
6597
8fc45744
JB
65982009-02-25 Juanma Barranquero <lekktu@gmail.com>
6599
107bd7d1
JB
6600 * lread.c (Fload): Stop checking Vloads_in_progress and signal
6601 error as soon as a recursive load is detected.
8fc45744 6602
f097e223
AR
66032009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6604
6605 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
6606 before caching.
6607
8810a12f
KH
66082009-02-24 Kenichi Handa <handa@m17n.org>
6609
6610 * fontset.c (fontset_find_font): Fix the condition for checking
6611 unavailable font.
6612
2c7d1565
GM
66132009-02-24 Glenn Morris <rgm@gnu.org>
6614
6615 * xfaces.c (Finternal_set_font_selection_order): Remove leading
6616 whitespace that confuses documentation.
6617
a20878b6
MB
66182009-02-23 Miles Bader <miles@gnu.org>
6619
6620 * process.c (Flist_system_processes, Fprocess_attributes)
6621 (syms_of_process): Rename `system-process-attributes' to
6622 `process-attributes'.
6623
b3b58c01
AS
66242009-02-22 Andreas Schwab <schwab@linux-m68k.org>
6625
1b3b981b
AS
6626 * coding.h (struct coding_system): Make safe_charsets a pointer to
6627 unsigned char.
6628 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
6629 being 255.
6630 (SAFE_CHARSET_P): Likewise.
6631 (setup_iso_safe_charsets): Properly setup safe_charsets.
6632 (Fdefine_coding_system_internal): Likewise.
6633 (setup_coding_system): Likewise. Remove unneeded casts.
6634 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
6635 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
6636 unneeded casts.
6637
b3b58c01
AS
6638 * insdel.c (del_range_2): Don't modify gap contents when called
6639 from decode_coding_object. (Bug#1809)
6640
0b6f228c
CY
66412009-02-21 Chong Yidong <cyd@stupidchicken.com>
6642
6643 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
6644 Qfont_object.
6645 (Ftype_of): Recognize font objects.
6646
6647 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
6648
6649 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
6650 moved to data.c.
6651
52f8870b
AR
66522009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6653
6654 * nsterm.m (x_make_frame_invisible): Unset async_visible,
6655 async_iconified. Based on a patch by Christian Lynbech
6656 <christian.lynbech@tieto.com>.
6657 (EmacsView-windowDidMiniaturize:): Unset async_visible.
6658
7087d5e9
GM
66592009-02-20 Glenn Morris <rgm@gnu.org>
6660
6661 * syntax.c (Fskip_chars_forward): Fix doc typo.
6662
41d2ceef
CY
66632009-02-20 Chong Yidong <cyd@stupidchicken.com>
6664
6665 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
6666
1a3b7ca6
CY
66672009-02-19 Chong Yidong <cyd@stupidchicken.com>
6668
6669 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
6670
73cce38d
KH
66712009-02-19 Kenichi Handa <handa@m17n.org>
6672
6673 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 6674 Don't overflow coding->carryover. (Bug#2370)
73cce38d 6675
a51092ee
DN
66762009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
6677
6678 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
6679
c423ecca
KH
66802009-02-18 Kenichi Handa <handa@m17n.org>
6681
6682 * font.c (font_check_otf_features): Fix handling of `nil' element.
6683 (Ffont_spec): Describe :lang and :otf in the docstring.
6684
4c1958f4
AS
66852009-02-16 Andreas Schwab <schwab@suse.de>
6686
6687 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
6688 string.
6689
5704f39a
KH
66902009-02-16 Kenichi Handa <handa@m17n.org>
6691
6692 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 6693 (Bug#1723)
5704f39a 6694
8f0085aa
CY
66952009-02-14 Chong Yidong <cyd@stupidchicken.com>
6696
a057d86a 6697 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
6698
6699 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
6700 (handle_line_prefix): Suppress wrapping of wrap prefixes.
6701
aff01dd9
EZ
67022009-02-14 Eli Zaretskii <eliz@gnu.org>
6703
6704 * msdos.c (MAX_SCREEN_BUF): New macro.
6705 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
6706 Encode the entire run of glyphs sharing the same face, instead of
6707 doing that one glyph at a time (fixes a bug with displaying
6708 double-size characters).
6709
ba301db3
AR
67102009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
6711
6712 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
6713
6714 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
6715 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 6716 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
6717
6718 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 6719 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 6720
51d861de
SM
67212009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
6722
ac146f82 6723 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
6724 invisible areas.
6725
7fed8996
JR
67262009-02-12 Jason Rumney <jasonr@gnu.org>
6727
631ea4fb
JR
6728 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
6729 (add_font_entity_to_list): Call check_face_name even when family
6730 is unspecified.
6731
cb4a3e42
JR
6732 * w32term.c (x_display_pixel_height, x_display_pixel_width):
6733 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 6734 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 6735
7fed8996 6736 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 6737 raster fonts. (Bug#2219)
7fed8996 6738
895416e3
KH
67392009-02-12 Kenichi Handa <handa@m17n.org>
6740
6741 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
6742 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
6743 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 6744 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
6745 (find_automatic_composition): While looking forward and backward,
6746 check static composition. Fix where to stop looking forward.
6747 (composition_adjust_point): Fix checking of static composition.
6748 (Fcomposition_get_gstring): Pay attention to
1dacf998 6749 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
6750
6751 * lisp.h (fast_looking_at): Extern it.
6752
6753 * search.c (fast_looking_at): New function.
6754
51d861de 6755 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
6756 <struct glyph>.u.cmp.to.
6757 (append_composite_glyph): Likewise.
6758
51d861de 6759 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
6760 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
6761 composition.
51d861de 6762 (append_composite_glyph): Adjust for the change of
895416e3
KH
6763 <strcut glyph>.u.cmp.to.
6764
8510724d
JB
67652009-02-11 Juanma Barranquero <lekktu@gmail.com>
6766
6767 * casetab.c (init_casetab_once):
6768 * coding.c (ALLOC_CONVERSION_WORK_AREA):
6769 * font.c (font_update_lface):
6770 * fontset.c (Fnew_fontset):
6771 * ftfont.c (ftfont_drive_otf):
6772 * xfont.c (xfont_open):
6773 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
6774
294fa707
SM
67752009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6776
6777 * fileio.c (Fwrite_region): !NILP -> CONSP.
6778
b5bfebec
AS
67792009-02-10 Andreas Schwab <schwab@suse.de>
6780
6781 * process.c (send_process): Properly relocate pointer into data
adab88bd 6782 when using encoded data. (Bug#2272)
b5bfebec 6783
cb84a2be
KH
67842009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
6785
6786 * coding.c (detect_coding_charset): Fix previous change.
6787
89e09428
JR
67882009-02-08 Jason Rumney <jasonr@gnu.org>
6789
6790 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 6791 disappeared while hourglass was displayed. (Bug #2193)
89e09428 6792
4470a277
AS
67932009-02-07 Andreas Schwab <schwab@suse.de>
6794
6795 * unexelf.c (unexec): Fix error message.
6796
3175b12a
AR
67972009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
6798
6799 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 6800 when modal window is active. (Bug #2152)
3175b12a
AR
6801 (applicationShouldTerminate:): Remove now-unneeded while loop
6802 around NSRunAlertPanel.
6803
6804 * nsmenu.m (popupSession): New file-global variable.
6805 (pop_down_menu): End the popupSession before closing dialog.
6806 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
6807 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
6808 don't query NSApp for events (just sleep instead).
6809
8434d0b8
EZ
68102009-02-07 Eli Zaretskii <eliz@gnu.org>
6811
51d861de
SM
6812 * coding.c (syms_of_coding) <translation-table-for-input>:
6813 Modify doc string to discourage use for character code unification.
8434d0b8 6814
aa82edfd
CY
68152009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6816
6817 * atimer.c (run_timers): Update pending_atimers.
6818
2d283c7c
CY
68192009-02-06 Chong Yidong <cyd@stupidchicken.com>
6820
eb306cab
CY
6821 * image.c (svg_load_image): Fix last change.
6822
2d283c7c
CY
6823 * xfns.c (Fx_create_frame): Signal an error if no font is
6824 found (Bug#2147).
6825
4d8e170e
JB
68262009-02-05 Juanma Barranquero <lekktu@gmail.com>
6827
6828 * character.c (syms_of_character) <script-representative-chars>:
6829 Fix typo in docstring.
6830
c96169a0
AR
68312009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6832
6833 * nsmenu.m (pop_down_menu): New function.
6834 (ns_popup_dialog): Call it on unwind.
6835 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
6836 call timer_check() (Bug#2154).
6837 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
6838 handling_signal is set.
6839 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
6840
31fd7c5c 6841 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
6842
6843 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
6844
6845 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
6846
51d861de
SM
6847 * keyboard.c (poll_for_input_1, handle_async_input):
6848 Set handling_signal under HAVE_NS.
c96169a0 6849
aacd8ba1
GM
68502009-02-04 Glenn Morris <rgm@gnu.org>
6851
6852 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
6853
4cb75c4b
KH
68542009-02-04 Kenichi Handa <handa@m17n.org>
6855
6856 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
6857
6858 * charset.c (Fchar_charset): New optional arg restriction.
6859
6860 * coding.h (coding_system_charset_list): Extern it.
6861
6862 * coding.c (coding_system_charset_list): New function.
6863
6864 * composite.c: Include coding.h and termhooks.h.
6865 (composition_gstring_p): Fix for the terminal case.
6866 (composition_gstring_width): Likewise.
6867 (fill_gstring_body): Likewise.
6868 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
6869 the frame.
6870 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
6871 is within a composition.
867d4bb3 6872 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
6873
6874 * term.c (encode_terminal_code): Fix handling of composition.
6875 (produce_composite_glyph): For static composition, get pixel_width
6876 from struct composition.
6877
826ba17e
AS
68782009-02-02 Andreas Schwab <schwab@suse.de>
6879
6880 * unexelf.c (unexec): Handle unaligned bss offset.
6881
8ad093db
AR
68822009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6883
6884 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
6885 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 6886
8ad093db
AR
6887 * keyboard.c (handle_interrupt): Don't call
6888 quit_throw_to_read_char() under NS.
d0a76a6e 6889
8ad093db
AR
6890 * blockinput.h: Remove NS-specific code.
6891
4d18a7a2
DN
68922009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
6893
db878925
DN
6894 * dispnew.c (window_change_signal): Don't try to get the size of a
6895 suspended tty frame.
6896 * term.c (Fresume_tty): Resize if the size has changed while the
6897 tty was suspended.
6898
4d18a7a2
DN
6899 * alloc.c (mark_stack): Properly conditionalize previous change.
6900
8984df7c
JB
69012009-01-30 Juanma Barranquero <lekktu@gmail.com>
6902
6903 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
6904 * w32term.c (w32_read_socket) [SYNC_INPUT]:
6905 Remove; this code is not used on Windows.
6906
75f4f1ac
EZ
69072009-01-30 Eli Zaretskii <eliz@gnu.org>
6908
6909 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
6910 EOLs that also has stray ^M characters.
6911
07a1e794
JB
69122009-01-30 Juanma Barranquero <lekktu@gmail.com>
6913
6914 * atimer.c (run_timers, alarm_signal_handler):
6915 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
6916 * w32inevt.c (w32_console_read_socket):
6917 * w32term.c (w32_read_socket):
6918 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
6919
a8b11cc9
CY
69202009-01-30 Chong Yidong <cyd@stupidchicken.com>
6921
6922 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
6923 Initialize it as a relative filename pattern.
6924 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
6925 (Fcall_process_region): Simplify temp file creation using
6926 temporary-file-directory.
6927
c279587b
EZ
69282009-01-29 Eli Zaretskii <eliz@gnu.org>
6929
6930 * msdos.c: Rename pending_signals to msdos_pending_signals.
6931 (sig_suspender, sigprocmask): Adjust.
6932
a8fe3242
CY
69332009-01-29 Chong Yidong <cyd@stupidchicken.com>
6934
6935 * keyboard.c (pending_signals): New var.
6936 (poll_for_input, input_available_signal, init_keyboard): Set it.
6937 (process_pending_signals): New function.
6938
6939 * lisp.h (QUIT): Check pending_signals instead of
6940 interrupt_input_pending. Use process_pending_signals.
6941
51d861de 6942 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 6943
51d861de 6944 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
6945
6946 * sysdep.c (emacs_write): Use process_pending_signals.
6947
6948 * xterm.c (XTread_socket): Update pending_signals.
6949
6950 * w32term.c (w32_read_socket): Update pending_signals.
6951
6952 * w32inevt.c (w32_console_read_socket): Update pending_signals.
6953
6570a1c4
KH
69542009-01-29 Kenichi Handa <handa@m17n.org>
6955
6956 * xftfont.c (xftfont_has_char): New function.
6957 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
6958
d72a4afa
AR
69592009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6960
6961 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
6962 under GNUstep.
6963 (ns_query_color): New declaration.
6964
6965 * nsterm.m (ns_confirm_quit): New variable.
6966 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
6967 (EmacsApp-applicationShouldTerminate:): Use it.
6968 (EmacsPrefsController): Let user set it.
6969 (ns_query_color): New function.
6970 (ns_defined_color): Use it.
6971 (ns_initialize): Drop.
6972 (ns_term_init): Add two lines from ns_initialize(), and set
6973 input_interrupt_mode to nil.
6974
6975 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 6976 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 6977
9fe78804
KH
69782009-01-28 Kenichi Handa <handa@m17n.org>
6979
6980 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
6981 (fontset_get_font_group): Remember that no font-group is specified
6982 for C.
9fe78804 6983
fa57de36
CY
69842009-01-27 Chong Yidong <cyd@stupidchicken.com>
6985
930600e9
CY
6986 * fns.c (concat): Check for string overflow (bug#1787).
6987
fa57de36
CY
6988 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
6989 Quadruple undo limits (bug#1501).
6990
7179ce7b
KH
69912009-01-27 Kenichi Handa <handa@m17n.org>
6992
6993 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
6994 directly use GT_Get_Char_index.
6995
6996 * xftfont.c (struct xftfont_info): New member `index'.
6997
6998 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 6999 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 7000
5be8fcc0
CY
70012009-01-26 Kenichi Handa <handa@m17n.org>
7002
7003 * fontset.c (fontset_find_font): Fix handling of non-cons return
7004 value of fontset_get_font_group.
7005 (fontset_font): Revert last change.
7006
19ae3e61
JR
70072009-01-26 Jason Rumney <jasonr@gnu.org>
7008
7009 * w32font.c (w32font_list_internal): Return quickly if registry is
7010 unknown. Simplify final return.
7011 (add_font_entity_to_list): Break complex logic down into more
7012 manageable chunks. Move unknown registry check to
7013 w32font_list_internal.
7014
8612b71a
AR
70152009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
7016
7017 Changes to remove Feval calls from GUI under NS.
7018
d8038940
JB
7019 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
7020 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
7021 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
7022
7023 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
7024 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
7025 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
7026 instead of NON_ASCII_KEYSTROKE_EVENT.
7027 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
7028 (EmacsApp-applicationShouldTerminate:): Query user.
7029 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
7030 instead of Feval.
7031
7032 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
7033
7034 * keyboard.c (kbd_buffer_get_event): Check for it.
7035 (keys_of_keyboard): Define lispy keys for
7036 ns-put/unput-working-text.
7037
7038 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
7039 versions.
7040 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
7041
6288ae55
CY
70422009-01-25 Chong Yidong <cyd@stupidchicken.com>
7043
7044 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 7045 setting current_buffer directly. (Bug#2044)
6288ae55 7046
289e7f8f
CY
70472009-01-24 Chong Yidong <cyd@stupidchicken.com>
7048
5ce87308 7049 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 7050 any work. (Bug#1952, bug#1990).
5ce87308 7051
64cc3cf6 7052 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 7053
b3243e6f
AR
70542009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7055
7056 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
7057 (ns_no_defaults): New declaration.
7058 (main): Use it.
e0d2e69a 7059
d900b2af 7060 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 7061
d900b2af 7062 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 7063
d900b2af
AR
7064 * nsterm.m (ns_no_defaults): New variable.
7065 (ns_initialize): Don't read defaults when ns_no_defaults.
7066 (EmacsView-readSelectionFromPasteboard:)
7067 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 7068 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
7069 (ns_dumpglyphs_stretch): New function.
7070 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 7071 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 7072
e0d2e69a
AR
7073 * nsimage.m (setPixmapData:): Set to ignore image DPI.
7074
3ac71f5d
CY
70752009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
7076
7077 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
7078 call for Sparc64.
7079
3fe53a83
AR
70802009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7081
7082 * nsfns.m:
7083 * nsgui.h:
7084 * nsmenu.m:
7085 * nsselect.m:
7086 * nsterm.h:
7087 * nsterm.m: Remove '23' comments that indicated code added during
7088 update from emacs-20 -> emacs-23.
7089
10f87c6f 70902009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
7091
7092 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 7093 ns_alternate_modifier. (Bug#1217)
a3b53a85 7094
c7cef62d
AR
7095 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
7096 Display all shortcuts, including those w/o super modifier.
7097
575fb8bd
AR
7098 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
7099
918b848b
CY
71002009-01-22 Chong Yidong <cyd@stupidchicken.com>
7101
7102 * fileio.c (Vwrite_region_post_annotation_function)
7103 (Vwrite_region_annotation_buffers): New vars.
7104 (build_annotations_unwind): Just reset
7105 Vwrite_region_annotation_buffers.
7106 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
7107 Call write-region-post-annotation-function.
7108 (build_annotations): Add to Vwrite_region_annotation_buffers if
7109 buffer changes.
7110
a39e2539
AR
71112009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7112
7113 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
7114 Tiger.
51d861de
SM
7115 * nsfns.m (ns_do_applescript):
7116 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 7117
35ed44db
AR
71182009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
7119
7120 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
7121
cbe0b5bf
AR
71222009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7123
7124 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 7125
6049d3a0
AR
7126 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
7127
7128 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
7129 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
7130 handle Ctrl-tab. (Bug#1841)
7131 (ns_get_color): Use unsigned long long for scanned hex string value.
7132 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 7133 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 7134 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 7135 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 7136 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 7137 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 7138 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 7139
d3810c21 7140 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 7141 DPI. (Bug#1316)
d3810c21
AR
7142 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
7143 values in onTiger section.
4c7077c3 7144
e301e634
CY
71452009-01-19 Chong Yidong <cyd@stupidchicken.com>
7146
7f82490b
CY
7147 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
7148 Check return value of font_spec_from_name.
64cc3cf6 7149 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
7150
7151 * font.c (font_spec_from_name): Return Qnil if font name could not
7152 be parsed.
7153 (font_parse_name): Treat a `?' character as part of an XLFD.
7154
e301e634
CY
7155 * fns.c (Fsubstring): Doc fix.
7156
1c0db158
KH
71572009-01-19 Kenichi Handa <handa@m17n.org>
7158
51d861de 7159 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
7160 (ftfont_list): Likewise.
7161
acf20901
JB
71622009-01-18 Juanma Barranquero <lekktu@gmail.com>
7163
fff4e459
JB
7164 * dbusbind.c (Fdbus_register_signal):
7165 * process.c (conv_sockaddr_to_lisp):
7166 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
7167
acf20901
JB
7168 * callproc.c (Fgetenv_internal): Doc fix.
7169
e7abcdfb
CY
71702009-01-16 Chong Yidong <cyd@stupidchicken.com>
7171
7172 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
7173 it is not even used.
7174
b60861e6
GM
71752009-01-16 Glenn Morris <rgm@gnu.org>
7176
7177 * font.c (Ffont_variation_glyphs): Silence compiler.
7178
8db52afe
JB
71792009-01-15 Juanma Barranquero <lekktu@gmail.com>
7180
7181 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
7182 Reported by David Robinow <drobinow@gmail.com>.
7183
4cddb209
KH
71842009-01-15 Kenichi Handa <handa@m17n.org>
7185
51d861de 7186 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 7187
f247f67b
JR
71882009-01-14 Jason Rumney <jasonr@gnu.org>
7189
7190 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 7191 never a fontset. (Bug#1562)
f247f67b 7192
f56a4450
KH
71932009-01-14 Kenichi Handa <handa@m17n.org>
7194
7195 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 7196 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 7197
4e99855e
CY
71982009-01-13 Chong Yidong <cyd@stupidchicken.com>
7199
7200 * font.c (font_clear_prop): If clearing the family, clear the font
7201 width index too.
7202
fff4e459 7203 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 7204
24f01470
JB
72052009-01-12 Juanma Barranquero <lekktu@gmail.com>
7206
7207 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
7208 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
7209 functions, use sizeof.
7210
a41240a3
MR
72112009-01-12 Martin Rudalics <rudalics@gmx.at>
7212
7213 * keyboard.c (read_char): Fix case where last_nonmenu_event
7214 returned a bad value with submenus. (Bug#447)
7215
944636b8
CY
72162009-01-12 Chong Yidong <cyd@stupidchicken.com>
7217
7218 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
7219 family, clear the font width index too.
7220
0dad7c6f
JR
72212009-01-11 Jason Rumney <jasonr@gnu.org>
7222
7223 * keyboard.c (cmd_error_internal): Exit when errors occur before
7224 frame creation and not in daemon mode. (Bug#1836)
7225
7c2363af
CY
72262009-01-10 Chong Yidong <cyd@stupidchicken.com>
7227
7228 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
7229 of a display vector, backtrack.
7230 (try_window_reusing_current_matrix): Check glyph type before
7231 referencing charpos member.
7232
97b1b294
EZ
72332009-01-10 Eli Zaretskii <eliz@gnu.org>
7234
7235 Fix Bug #876:
7236
7237 * coding.c (inhibit_null_byte_detection): New variable.
7238 (detect_coding, detect_coding_system): Don't pay attention to null
7239 bytes if inhibit_null_byte_detection is non-zero.
51d861de 7240 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
7241 <inhibit-iso-escape-detection>: Doc fix.
7242
4624b6e3
JR
72432009-01-09 Jason Rumney <jasonr@gnu.org>
7244
7245 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 7246 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
7247 Only report Unicode Plane 2 fonts as unicode-sip.
7248
323b840c
CY
72492009-01-09 Chong Yidong <cyd@stupidchicken.com>
7250
51d861de
SM
7251 * xfaces.c (Fx_font_family_list): Delete function.
7252 Move compatibility version to faces.el.
323b840c 7253
51d861de 7254 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 7255
eba7400d
MR
72562009-01-09 Martin Rudalics <rudalics@gmx.at>
7257
7258 * frame.c (x_set_frame_parameters): Remember requested value for
7259 fullscreen before it's reset by the parameter handler.
7260
4b09796d
GM
72612009-01-09 Glenn Morris <rgm@gnu.org>
7262
7263 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 7264 (last_command_event): ... and update all users.
4b09796d
GM
7265 (last_input_char): For clarity, rename to...
7266 (last_input_event): ... and update all users.
7267 (last-command-char, last-input-char): Move to subr.el as aliases.
7268 * cmds.c, commands.h: Update for last_command_char rename.
7269
14ccea62
CY
72702009-01-08 Chong Yidong <cyd@stupidchicken.com>
7271
51d861de 7272 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 7273
5f004711
JR
72742009-01-08 Jason Rumney <jasonr@gnu.org>
7275
7276 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
7277 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
7278 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
7279 Don't declare.
fff4e459 7280 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
7281 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
7282
b71f6f73
KH
72832009-01-07 Kenichi Handa <handa@m17n.org>
7284
50b06221 7285 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 7286 remember the coding system used for decoding in
50b06221
KH
7287 coding_system (Bug#1039).
7288
b71f6f73 7289 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 7290 breaking the loop. (Bug#870)
b71f6f73
KH
7291 (decode_coding_utf_16, decode_coding_emacs_mule)
7292 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7293 (decode_coding_charset): Likewise.
7294
56f668f7
MR
72952009-01-05 Martin Rudalics <rudalics@gmx.at>
7296
7297 * frame.c (x_set_frame_parameters): Make sure height (width) get
7298 applied when fullwidth (fullheight) is set. (Bug#1522)
7299
5da9424d
JB
73002009-01-04 Juanma Barranquero <lekktu@gmail.com>
7301
7302 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
7303 (utc_base): Declare as ULONGLONG, not long double.
7304 (convert_time_raw): Delete.
7305 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
7306 (initialize_utc_base): New function.
7307 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
7308 (convert_from_time_t): Use initialize_utc_base; compute result with
7309 64-bit arithmetic.
7310 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
7311
c4605e09
EZ
73122009-01-03 Eli Zaretskii <eliz@gnu.org>
7313
9acef61c 7314 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
7315 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
7316 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
7317 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
7318 [!subprocesses]: Define.
7319 (syms_of_process) [!subprocesses]: Intern and staticpro them.
7320 (Flist_system_processes, Fsystem_process_attributes)
7321 [!subprocesses]: Call list_system_processes and
7322 system_process_attributes instead of returning Qnil.
7323
9acef61c
JB
7324 * dosfns.c (system_process_attributes, list_system_processes):
7325 New functions.
c4605e09
EZ
7326
7327 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
7328
7329 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
7330 Don't use the default (no-op) implementation.
7331
8b7d0a16
JR
73322009-01-03 Jason Rumney <jasonr@gnu.org>
7333
a6d46bc1
JR
7334 * keyboard.c (parse_modifiers_uncached): Wheel events are
7335 clicks (bug#687).
7336
8b7d0a16
JR
7337 * w32term.c (x_query_colors, x_query_color): New functions.
7338
7339 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
7340 (svg_load_image): Cast returned pointers from dynamically loaded
7341 functions. Eliminate W32 specific code.
7342
bfe11752
DN
73432009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7344
89e2438a
DN
7345 * nsfns.m (x_set_foreground_color, x_set_background_color)
7346 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
7347 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
7348 x_ prefix instead of ns_. Update references.
7349 (syms_of_nsfns): Add a FIXME comment.
7350
7351 * nsterm.m (x_set_cursor_type): New prototype.
7352 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
7353
bfe11752
DN
7354 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
7355 for Solaris instead of incorrectly providing Qutime and Qcutime.
7356
031da700
EZ
73572009-01-02 Eli Zaretskii <eliz@gnu.org>
7358
7359 * w32.c (process_times): Compute sum of utime and stime.
7360 (system_process_attributes): Add Qtime to the alist.
7361
7362 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
7363 and add them to the alist.
7364
7365 * process.c (top level) <Qtime, Qctime>: New variables.
7366 (syms_of_process): staticpro them.
7367 (Fsystem_process_attributes): Add their documentation to the doc
7368 string.
7369
7370 * process.h: Declare Qtime and Qctime.
7371
df23bf08
JR
73722009-01-02 Jason Rumney <jasonr@gnu.org>
7373
9acef61c 7374 * image.c (Qgobject): New symbol.
df23bf08
JR
7375 (syms_of_image): Initialize it.
7376 (init_svg_functions): Load some functions from gobject library.
7377
5bbdf7aa
DN
73782009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
7379
7380 * frame.c (make_terminal_frame): Remove redundant code and useless
7381 block.
7382
63136da6
AS
73832009-01-01 Andreas Schwab <schwab@suse.de>
7384
7385 * process.c (conv_sockaddr_to_lisp): Add workaround for
7386 getsockname bug on BSD.
7387
9ef69046
CY
73882009-01-01 Chong Yidong <cyd@stupidchicken.com>
7389
d6fafbe0
CY
7390 * xfns.c (x_create_tip_frame): Set border width of the X window.
7391
51d861de 7392 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 7393
f9c34147
JR
73942009-01-01 Jason Rumney <jasonr@gnu.org>
7395
9acef61c 7396 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
7397 Don't block input, as per earlier xterm.c changes.
7398
f5497e45
AR
73992008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
7400
7401 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
7402 (ns_appkit_version_int): New function.
7403 (x-server-version): Use ns_appkit_version_int and follow 21+
7404 convention of returning 3 integers.
7405
c19cab20
KH
74062008-12-30 Kenichi Handa <handa@m17n.org>
7407
7408 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
7409 (CHAR_SURROGATE_PAIR_P): New macro.
7410
7411 * font.h (struct font_driver): New member get_variation_glyphs.
7412
9acef61c 7413 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
7414 (Ffont_variation_glyphs): New function.
7415 (syms_of_font): Defsubr it.
7416
7417 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
7418 ftfont_variation_glyphs.
7419 (setup_otf_gstring): New function.
7420 (ftfont_drive_otf): Use it.
7421 (ftfont_shape_by_flt): Handle variation selector.
7422 (ftfont_variation_glyphs): New function.
7423
28cd591f
MR
74242008-12-30 Martin Rudalics <rudalics@gmx.at>
7425
7426 * frame.c (Vemacs_iconified): Remove.
7427
7f714baf
JR
74282008-12-30 Jason Rumney <jasonr@gnu.org>
7429
7430 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 7431 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 7432
9d2d22ab
CY
74332008-12-30 Chong Yidong <cyd@stupidchicken.com>
7434
7435 * indent.c (Fvertical_motion): Don't advance iterator if we have
7436 reseated to the desired position.
7437
7438 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
7439 checking for pos match.
7440
545312c2
KH
74412008-12-30 Kenichi Handa <handa@m17n.org>
7442
1ede3eb6
KH
7443 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
7444 just get the low 8-bit of the code.
7445
545312c2
KH
7446 * font.c (font_intern_prop): Validate str as multibyte.
7447
bd7bbf29
DN
74482008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7449
31e0750e
DN
7450 * dispextern.h (struct face): Move lface and hash from the middle
7451 of bitfields.
7452
bd7bbf29
DN
7453 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
7454
b5672e7c
DN
74552008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7456
7457 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
7458 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
7459 instead of intervals.h.
7460
d704470f
AS
74612008-12-26 Andreas Schwab <schwab@suse.de>
7462
7463 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
7464 cons.
7465
54b33868
MR
74662008-12-26 Martin Rudalics <rudalics@gmx.at>
7467
7468 * textprop.c (Qminibuffer_prompt): New variable.
7469 (syms_of_textprop): Initialize it.
7470 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
7471 in minibuffer-prompt face. (Bug#1662)
7472
40b615d6
JR
74732008-12-25 Jason Rumney <jasonr@gnu.org>
7474
7475 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
7476
baae5c2d
JR
74772008-12-24 Jason Rumney <jasonr@gnu.org>
7478
7479 * ralloc.c (r_alloc_reset_variable): New function.
7480
7481 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 7482 record of what points where. (Bug#716)
baae5c2d 7483
a9051c88
DN
74842008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
7485
7486 * minibuf.c (read_minibuf): Follow the non-interactive case when
7487 running as a daemon, before detaching.
7488
8b146312
AS
74892008-12-22 Andreas Schwab <schwab@suse.de>
7490
7491 * buffer.c (init_buffer): Use realloc instead of xrealloc.
7492 * gtkutil.c (free_widget_value): Use xfree instead of free.
7493
56f2de10
MR
74942008-12-22 Martin Rudalics <rudalics@gmx.at>
7495
7496 * frame.c (delete_frame): New function derived from
7497 Fdelete_frame to handle Qnoelisp value for FORCE argument.
7498 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
7499 (Fdelete_frame): Call delete_frame. Remove line from doc-string
7500 saying that FORCE non-nil doesn't run `delete-frame-functions'.
7501 * frame.h: Extern delete_frame.
7502 * window.c (window_loop):
7503 * terminal.c (delete_terminal):
7504 * xterm.c (x_connection_closed):
7505 * xfns.c (Fx_hide_tip):
9acef61c 7506 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 7507
1fc200d6
JR
75082008-12-21 Jason Rumney <jasonr@gnu.org>
7509
7510 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
7511 when character maps to .notdef character.
7512
5e252df2
SM
75132008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7514
7515 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
7516
99b72cc4
JR
75172008-12-20 Jason Rumney <jasonr@gnu.org>
7518
7519 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 7520 a graphical frame on Windows. (Bug#1325)
99b72cc4 7521
acc49a52
JD
75222008-12-20 Jan Djärv <jan.h.d@swipnet.se>
7523
7524 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
7525
6ea15123
CY
75262008-12-20 Chong Yidong <cyd@stupidchicken.com>
7527
7528 * minibuf.c (Fread_buffer): Doc fix.
7529
b2dab6c8
JR
75302008-12-20 Jason Rumney <jasonr@gnu.org>
7531
54ea0c87 7532 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 7533 server name in UNC paths. (Bug#719)
54ea0c87 7534
b2dab6c8 7535 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 7536 charbuf. (Bug#1035)
b2dab6c8 7537
6d1921be
DN
75382008-12-19 Daniel Engeler <engeler@gmail.com>
7539
7540 * sysdep.c (serial_configure): Fix typo.
7541
53934c98
DN
75422008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7543
7544 * sysdep.c: Include alloca.h.
f4f634e8
DN
7545 (system_process_attributes): Add implementation for Solaris.
7546
7547 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 7548
06e111a6
DN
75492008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7550
7551 Reorganize implementation of Flist_system_processes and
7552 Fsystem_process_attributes. No functional changes.
7553 * process.c: Don't #include pwd.h, grp.h and limits.h.
7554 (Flist_system_processes): Just call list_system_processes.
7555 (Fsystem_process_attributes): Just call system_process_attributes.
7556 (procfs_list_system_processes, time_from_jiffies)
7557 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
7558 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
7559
7560 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
7561 (list_system_processes): Rename from
7562 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
7563 Provide a do nothing implementation.
7564 (system_process_attributes): Rename from
7565 procfs_list_system_processes.
7566 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 7567 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
7568
7569 * w32.c (list_system_processes): Rename from
7570 w32_list_system_processes.
7571 (system_process_attributes): Rename from
7572 w32_system_process_attributes.
7573
7574 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
7575
7576 * process.h (w32_list_system_processes)
7577 (w32_system_process_attributes): Remove.
362654a6
JB
7578 (list_system_processes, system_process_attributes):
7579 New prototypes.
06e111a6 7580
6a705b23
KH
75812008-12-19 Kenichi Handa <handa@m17n.org>
7582
7583 * xfont.c (xfont_decode_coding_xlfd): New function.
7584 (xfont_encode_coding_xlfd): New function.
7585 (xfont_list_pattern): Decode XLFD by iso-8859-1.
7586 (xfont_list): Decode and encode XLFD by iso-8859-1.
7587 (xfont_match): Likewise.
7588 (xfont_list_family): Likewise.
7589 (xfont_open): Likewise.
7590
d66c0241 7591 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
7592 names are utf-8.
7593
d66c0241 7594 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
7595 names are utf-8.
7596
5a130941
JD
75972008-12-18 Jan Djärv <jan.h.d@swipnet.se>
7598
7599 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
7600 changed.
bfd20325
JD
7601 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
7602 clicked on a detached tool bar button.
5a130941 7603
fd95644b
DN
76042008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
7605
7606 * emacs.c (main): Print and error and exit when no data is read
7607 from the pipe.
7608
e6eee6ae
JR
76092008-12-17 Jason Rumney <jasonr@gnu.org>
7610
7611 * w32font.c (w32font_has_char): Always return -1.
7612
a35dd56b
KH
76132008-12-16 Kenichi Handa <handa@m17n.org>
7614
7615 * font.c (font_open_entity): Fix previous change.
7616
0e3635c2
DN
76172008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
7618
7619 * process.c: Include <limits.h>.
7620
d4835507 76212008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
7622
7623 * font.c (font_update_drivers): Fix mistake in reconstructing the
7624 driver list.
7625
76262008-12-16 Chong Yidong <cyd@stupidchicken.com>
7627
7628 * font.c (font_clear_cache): Fix format of font cache data.
7629
e2cbc401
CY
76302008-12-15 Chong Yidong <cyd@stupidchicken.com>
7631
7632 * xftfont.c (xftfont_open): Free Xft font pattern if
7633 XftFontOpenPattern fails.
7634
7635 * xterm.c (x_free_frame_resources): Remove extraneous call to
7636 free_frame_faces.
7637
b131d535
CY
76382008-12-13 Chong Yidong <cyd@stupidchicken.com>
7639
7640 * xterm.c (x_delete_display): Move xim_close_dpy call to
7641 x_delete_terminal.
7642 (x_delete_terminal): Call xim_close_dpy.
7643
e6df5336
JR
76442008-12-13 Jason Rumney <jasonr@gnu.org>
7645
7646 * w32font.c (intern_font_name): New function.
7647 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
7648 (w32font_open_internal, Fx_select_font): Decode font name.
7649 (fill_in_logfont, list_all_matching_fonts): Encode font name.
7650
7651 * w32font.h (intern_font_name): Declare new function.
7652
7653 * w32uniscribe.c (add_opentype_font_name_to_list):
7654 Use intern_font_name.
7655
20d68145
CY
76562008-12-13 Chong Yidong <cyd@stupidchicken.com>
7657
9f2554de
CY
7658 * frame.c (Fdelete_frame): Call free_font_driver_list.
7659
3d9bec9a
CY
7660 * font.c (free_font_driver_list): Implement missing function.
7661
20d68145
CY
7662 * w32term.c (w32_term_init): Don't initialize the image cache
7663 here; it will be done in init_frame_faces.
7664
7665 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
7666 (struct x_display_info): Remove unused member null_pixel. New
7667 member xim_callback_data.
7668
7669 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
7670 (xim_initialize): Save pointer to callback function data.
7671 (xim_close_dpy): Free callback function data. Call XCloseIM,
7672 reverting 2008-11-04 change by David Smith.
7673 (x_term_init): Don't initialize the image cache here; it will be
7674 done in init_frame_faces. Remove ancient "null_pixel" cruft.
7675 (x_delete_display): Free x_dnd_atoms member.
7676
96f9306b
KH
76772008-12-13 Kenichi Handa <handa@m17n.org>
7678
6dec9044
JB
7679 * font.c (font_rescale_ratio): Moved from xfaces.c.
7680 Argument type changed. Handle a font-spec too.
96f9306b 7681 (font_score): Check Vface_font_rescale_alist.
6dec9044 7682 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
7683
7684 * xfaces.c (font_rescale_ratio): Moved to font.c.
7685
8d5b4964
CY
76862008-12-13 Chong Yidong <cyd@stupidchicken.com>
7687
7688 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
7689
e6df5336
JR
76902008-12-12 Jason Rumney <jasonr@gnu.org>
7691
7692 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
7693 Vwindow_system_version to the real w32 major version.
7694
97c6058a
DN
76952008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
7696
7697 * term.c (init_tty): Move setting the terminal name before the
7698 potential user: maybe_fatal.
7699
ec4e88d7
CY
77002008-12-11 Chong Yidong <cyd@stupidchicken.com>
7701
d4835507
JB
7702 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
7703 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 7704
b4233ec9
JR
77052008-12-11 Jason Rumney <jasonr@gnu.org>
7706
8ec71e23 7707 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 7708 SYMBOL_CHARSET. (Bug#547)
8ec71e23 7709
b4233ec9 7710 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 7711 size for surrogates. (Bug#1096, bug#872)
b4233ec9 7712
011a0143
JB
77132008-12-11 Juanma Barranquero <lekktu@gmail.com>
7714
7715 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
7716
3c309f34
JB
77172008-12-11 Juanma Barranquero <lekktu@gmail.com>
7718
7719 * process.c (Fsystem_process_attributes, syms_of_process):
7720 Fix typo in name of Ssystem_process_attributes.
7721 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
7722
fedc6ab5
JB
77232008-12-11 Juanma Barranquero <lekktu@gmail.com>
7724
7725 * syntax.c (Fmodify_syntax_entry): Doc fix.
7726
ba3de0e8
JB
77272008-12-10 Juanma Barranquero <lekktu@gmail.com>
7728
7729 * font.c (Ffont_spec): Move usage to end of docstring.
7730
174f1c74
JR
77312008-12-10 Jason Rumney <jasonr@gnu.org>
7732
7733 * w32font.c (Qcham): New symbol.
7734 (font_supported_scripts): Add cham, and comments for other new
7735 scripts in bitfield from OpenType spec.
9d32f818
JR
7736 (add_font_entity_to_list): Limit unicode-sip fonts to those that
7737 contain characters beyond the bmp.
174f1c74 7738
7b649478
KH
77392008-12-10 Kenichi Handa <handa@m17n.org>
7740
7741 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 7742 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
7743 Qunicode_sip.
7744
2133e2d1
JB
77452008-12-10 Juanma Barranquero <lekktu@gmail.com>
7746
7747 * coding.c (QCdefault_char): Rename from QCdefalut_char.
7748 (Fcoding_system_put): Use QCdefault_char.
7749 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
7750
9af886ee
CY
77512008-12-09 Chong Yidong <cyd@stupidchicken.com>
7752
74d819eb
CY
7753 * xftfont.c (syms_of_xftfont): Fix typo.
7754
4ccfa1c0 7755 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 7756
7c19d3ae
DN
77572008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
7758
7759 * emacs.c (main): Close daemon_pipe on exec.
7760
567826bb
CY
77612008-12-08 Chong Yidong <cyd@stupidchicken.com>
7762
7763 * termchar.h (struct tty): New members termcap_term_buffer and
7764 termcap_strings_buffer.
7765
7766 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 7767 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
7768 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
7769 All callers changed.
7770 (init_tty): Store termcap data and string buffers in new struct
7771 tty members termcap_term_buffer and termcap_strings_buffer.
7772 (delete_tty): Free them.
4ccfa1c0 7773 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 7774
aa96c42b
SZ
77752008-12-07 Seiji Zenitani <zenitani@mac.com>
7776
7777 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 7778 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 7779
b7e1d896
CY
77802008-12-06 Chong Yidong <cyd@stupidchicken.com>
7781
7782 * coding.c (make_conversion_work_buffer): Disable buffer
7783 modification hooks in the work buffer.
7784
b5ec91a5
EZ
77852008-12-05 Eli Zaretskii <eliz@gnu.org>
7786
7787 * process.c (procfs_system_process_attributes): If `nread' has a
7788 negative value, assign zero to it.
7789
a5d2a52b
CY
77902008-12-05 Chong Yidong <cyd@stupidchicken.com>
7791
68c5540b 7792 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 7793
7bf1bb21
KH
77942008-12-05 Kenichi Handa <handa@m17n.org>
7795
7796 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
7797 second character is a combining character.
7798
2fdc7d00
EZ
77992008-12-05 Eli Zaretskii <eliz@gnu.org>
7800
7801 * process.c (procfs_system_process_attributes): Don't use cmd,
7802 cmdsize, and q without initializing them first.
7803
bf6bfba8
JR
78042008-12-04 Jason Rumney <jasonr@gnu.org>
7805
7806 * w32font.c (w32font_draw): Initialize orig_clip before getting
7807 it, and delete it when finished.
7808
a3b1a468
DN
78092008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
7810
7811 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
7812 case when running as a daemon before detaching.
7813
8b8be8eb
JB
78142008-12-03 Juanma Barranquero <lekktu@gmail.com>
7815
805f2638 7816 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 7817
b1bde622
KH
78182008-12-03 Kenichi Handa <handa@m17n.org>
7819
e500c47d
KH
7820 * font.c (font_at): Set `multibyte' at first.
7821
ca516334
KH
7822 * coding.c (decode_coding_charset): Check type of an element of
7823 vector VALIDS.
7bf1bb21 7824 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 7825
4ccfa1c0 7826 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
7827 (font_for_char): Likewise.
7828
1e5ecd37
CY
78292008-12-03 Chong Yidong <cyd@stupidchicken.com>
7830
d5b01609 7831 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
7832 (font_update_lface): Handle fonts with corrupted size specs,
7833 i.e. non-int and non-float.
d5b01609 7834
11e3a6e4 7835 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 7836 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 7837 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 7838
ab06788b
CY
7839 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
7840
1e5ecd37 7841 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 7842 underline_minimum_offset for underline position.
1e5ecd37 7843
63c125ab
DN
78442008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7845
7846 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
7847
7848 * character.c (c_string_width): Specify the type for LEN.
7849
3a8406e1
KH
78502008-12-03 Kenichi Handa <handa@m17n.org>
7851
4ccfa1c0 7852 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 7853 (decode_coding_utf_8): Likewise.
4ccfa1c0 7854 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 7855 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 7856
651df7d9
CY
78572008-12-02 Chong Yidong <cyd@stupidchicken.com>
7858
7859 * keyboard.c (make_lispy_position): Only use PT if the selected
7860 window is current.
7861
1f625c6c
AS
78622008-12-02 Andreas Schwab <schwab@suse.de>
7863
f7741ce9
AS
7864 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
7865
1f625c6c
AS
7866 * doprnt.c (doprnt1): Fix size of charbuf.
7867
92bc2678
CY
78682008-12-02 Chong Yidong <cyd@stupidchicken.com>
7869
7870 * keyboard.c (timer_check): Revert last change.
7871
93b9e8cc
JB
78722008-12-02 Juanma Barranquero <lekktu@gmail.com>
7873
7874 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
7875
fd7a37d5
JB
78762008-12-01 Juanma Barranquero <lekktu@gmail.com>
7877
7878 * makefile.w32-in: Update dependencies.
7879 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
7880
c115043b
AS
78812008-12-01 Andreas Schwab <schwab@suse.de>
7882
7883 * font.c (register_font_driver): Use xmalloc.
7884 (font_put_frame_data): Likewise.
7885
f5668d2a
CY
78862008-12-01 Chong Yidong <cyd@stupidchicken.com>
7887
860d96be
CY
7888 * xfaces.c (realize_x_face): Make abort condition clearer.
7889
f5668d2a
CY
7890 * gtkutil.c (update_frame_tool_bar): Initialize variable.
7891
379c17e7
CY
78922008-11-30 Chong Yidong <cyd@stupidchicken.com>
7893
7894 * keyboard.c (timer_check): After a timer runs, ensure that the
7895 selected window's buffer is current.
7896
35f36d65
JB
78972008-11-30 Juanma Barranquero <lekktu@gmail.com>
7898
f952c61c
JB
7899 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
7900 It was accidentally restored by the Unicode merge.
7901
35f36d65
JB
7902 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
7903
b23077df
JB
79042008-11-29 Juanma Barranquero <lekktu@gmail.com>
7905
7906 * w32proc.c: Include "coding.h".
7907 (Fw32_short_file_name): Encode filename passed to Windows API.
7908 (Fw32_long_file_name): Encode filename passed to Windows API and
7909 decode back the result. (Bug#1433)
7910
b8ebe9dd
KH
79112008-11-29 Kenichi Handa <handa@m17n.org>
7912
8cc53f96
KH
7913 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
7914 not before accessing it.
7915
b8ebe9dd
KH
7916 * charset.c (Fdefine_charset_internal): After calculating
7917 min_char, max_char, and fastmap, copy the charset structure again.
7918 (encode_char): Fix the previous change.
7919
59bc82c0
SZ
79202008-11-28 Seiji Zenitani <zenitani@mac.com>
7921
7922 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
7923
7924 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
7925
7926 * nsterm.m (x_set_frame_alpha): New function.
7927
32247e3d
EZ
79282008-11-27 Eli Zaretskii <eliz@gnu.org>
7929
7930 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
7931
b003e5ff
JB
79322008-11-27 Juanma Barranquero <lekktu@gmail.com>
7933
7934 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
7935 pointer to check_face_name.
7936
708550f5
KH
79372008-11-27 Kenichi Handa <handa@m17n.org>
7938
7939 * category.h (SET_CATEGORY_SET): Call set_category_set.
7940 (set_category_set): Extern it.
7941
7942 * category.c (hash_get_category_set): New function.
7943 (Fmodify_category_entry): Adjusted for the change of
7944 char_table_ref_and_range. Call hash_get_category_set to get a
7945 category set to store in the table.
7946
7947 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
7948 Funify_charset.
7949
2ae37cf0 7950 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
7951 (DECODE_CHAR): Check if the decoder vector is ready.
7952 (ENCODE_CHAR): Check if the encoder char-table is ready.
7953 (maybe_unify_char): Extern it.
7954
7955 * charset.c (Vchar_unified_charset_table): Delete it.
7956 (inhibit_load_charset_map): New variable.
7957 (temp_charset_work): New variable.
7958 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
7959 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
7960 New macros.
7961 (load_charset_map): Meaning of control_flag changed. If
7962 inhibit_load_charset_map is nonzero, setup a table in
7963 temp_charset_work.
7964 (load_charset): New argument control_flag.
7965 (map_charset_for_dump): New function.
7966 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
7967 map_charset_for_dump.
7968 (Fdefine_charset_internal): If the charset method is MAP, load
7969 mapping tables by calling load_charset.
7970 (Funify_charset): Don't load a mapping table but directly set
7971 Vchar_unify_table.
7972 (maybe_unify_char): New function.
7973 (decode_char): Don't handle the deleted method MAP_DEFERRED.
7974 Handle the case of inhibit_load_charset_map being nonzero.
7975 (encode_char): Don't handle the deleted method MAP_DEFERRED.
7976 Handle the case of inhibit_load_charset_map being nonzero.
7977 (Fclear_charset_maps): Just free temp_charset_work.
7978 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
7979 variable.
7980
7981 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
7982 change of char_table_ref_and_range.
7983 (char_table_ref_and_range): Change the meaning of argument FROM
7984 and TO. Now the caller must provide initial values for *FROM
7985 and *TO.
7986
7987 * fontset.c (fontset_add): Adjusted for the change of
7988 char_table_ref_and_range.
7989 (fontset_get_font_group): Likewise.
7990 (Ffontset_info): Likewise.
7991
7992 * keymap.c (describe_vector): Adjusted for the change of
7993 char_table_ref_and_range. For char-table, put boundary between
7994 non-ASCII and 8-bit characters.
7995
7996 * print.c (print_object): For bool-vector, delete unnecessary
7997 check of ASCII_BYTE_P.
7998
9196133b
JR
79992008-11-26 Jason Rumney <jasonr@gnu.org>
8000
8001 * w32font.c (w32font_open_internal): Don't include external
9acef61c 8002 leading in font height. (Bug#879)
9196133b 8003
9f688acf
GM
80042008-11-26 Glenn Morris <rgm@gnu.org>
8005
8006 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
8007 redefinition with ifdef. (Bug#1383)
8008
90d19aff
AR
80092008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8010
8011 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
8012
4ccfa1c0 80132008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
8014
8015 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
8016 New EmacsView methods.
8017 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
8018 Fixes bug #1048,1357,1414.
8019
80202008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8021
8022 Fix bug #1362.
8023 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
8024 is not an indexed color.
8025 * nsterm.m (free_indexed_color): Add argument checking.
8026 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
8027
e7d5ecb3
CY
80282008-11-24 Chong Yidong <cyd@stupidchicken.com>
8029
8030 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
8031 Document confirm-after-completion value for
8032 minibuffer-completion-confirm.
8033
c285743c
JR
80342008-11-24 Jason Rumney <jasonr@gnu.org>
8035
8036 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
8037 warning.
8038
b0857706
JR
80392008-11-23 Jason Rumney <jasonr@gnu.org>
8040
8041 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
8042 restored before returning.
8043
8044 * w32font.c (check_face_name): New function.
8045 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 8046 fonts. (Bug#642)
b0857706 8047
ee50ff07
MR
80482008-11-22 Martin Rudalics <rudalics@gmx.at>
8049
8050 * buffer.c (Fswitch_to_buffer): Reword and mention new option
8051 confirm-nonexistent-file-or-buffer in doc-string.
8052
b8ff72fa
SM
80532008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8054
8055 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
8056 Fix copy/paste typo. Add checks.
8057
cee53ed4
KH
80582008-11-21 Kenichi Handa <handa@m17n.org>
8059
8060 * coding.c (detect_coding_iso_2022): Reject invalid composition
8061 sequence.
8062 (DECODE_COMPOSITION_START): If the current source is the last
8063 block, and the current composition doesn't end, regard this
8064 sequence as invalid.
8065 (decode_coding_iso_2022): Handle invalid composition sequence.
8066
f6ef1e65
MR
80672008-11-20 Martin Rudalics <rudalics@gmx.at>
8068
8069 * window.c (coordinates_in_window): Don't return
8070 ON_VERTICAL_BORDER for the rightmost position of a mode/header
8071 line when the window is not the rightmost one. (Bug#1372)
8072
e08b1705
MR
80732008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
8074
8075 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
8076
ad98e89f
EZ
80772008-11-15 Eli Zaretskii <eliz@gnu.org>
8078
8079 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
8080 and bright_bg if noninteractive is non-zero.
8081
fb098a4b
CY
80822008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8083
8084 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
8085 x_draw_glyph_string_background.
8086
8087 * w32term.c (x_draw_glyph_string): Likewise.
8088
ce952b6e
CY
80892008-11-15 Chong Yidong <cyd@stupidchicken.com>
8090
8091 * xterm.c (x_draw_glyph_string): Stop drawing the background of
8092 the next glyph string once past the overhang width.
8093
8094 * nsterm.m (ns_draw_glyph_string): Likewise.
8095
8096 * w32term.c (x_draw_glyph_string): Likewise.
8097
26ea7079
CY
80982008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
8099
8100 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
8101 double file close.
8102
1c33c906
MR
81032008-11-14 Martin Rudalics <rudalics@gmx.at>
8104
8105 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
8106 dedicated status of window before attempting to display another
8107 buffer in it.
8108
8fc29035
JB
81092008-11-14 Juanma Barranquero <lekktu@gmail.com>
8110
8111 * msdos.c (Fmsdos_long_file_names):
8112 (syms_of_msdos) <dos-unsupported-char-glyph>:
8113 * dosfns.c (Fint86): Fix typos in docstrings.
8114
55fb4286
EZ
81152008-11-14 Eli Zaretskii <eliz@gnu.org>
8116
8117 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
8118
3fda0315
KY
81192008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8120
8121 * puresize.h (BASE_PURESIZE): Increase to 1260000.
8122
7e849c17
CY
81232008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
8124
8125 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
8126
8127 * frame.h: Negative alpha means "don't touch".
8128
8129 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
8130
8131 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
8132
b9fd67bd
DN
81332008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8134
8135 * hftctl.c:
8136 * chpdef.h:
8137 * acldef.h: Remove files used only for systems no longer supported.
8138
8139 * Makefile.in: Fix .o alphabetical ordering.
8140 (hftctl.o): Remove dependency, file removed.
8141 (keymap.o, print.o): Depend on charset.h.
8142
d5998e03
KH
81432008-11-10 Kenichi Handa <handa@m17n.org>
8144
2ae37cf0 8145 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 8146
be70e183
CY
81472008-11-08 Chong Yidong <cyd@stupidchicken.com>
8148
8149 * dired.c (file_name_completion): If completion_ignore_case is
8150 enabled, ignore case when checking completion-regexp-list.
8151
7cf94eac
EZ
81522008-11-08 Eli Zaretskii <eliz@gnu.org>
8153
8154 * vm-limit.c (get_lim_data): Fix last change.
8155
ee107a89
KH
81562008-11-08 Kenichi Handa <handa@m17n.org>
8157
8158 * character.c (Fget_byte): New function.
8159 (syms_of_character): Defsubr Fget_byte.
8160
5fd15622
CY
81612008-11-07 Chong Yidong <cyd@stupidchicken.com>
8162
8163 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
8164 cursor position is valid after scrolling.
8165
13d62fad
JB
81662008-11-06 Juanma Barranquero <lekktu@gmail.com>
8167
8168 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
8169
a1dd2936
GM
81702008-11-06 Glenn Morris <rgm@gnu.org>
8171
8172 * xterm.c (handle_one_xevent): Don't let popup menus cause
8173 mouse-autoselect-window related window switching. (Bug#1261)
8174
860cd236
CY
81752008-11-04 David Smith <davidsmith@acm.org> (tiny change)
8176
8177 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
8178
653a3150
AS
81792008-11-04 Andreas Schwab <schwab@suse.de>
8180
8181 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
8182
870f5cac
CY
81832008-11-03 Chong Yidong <cyd@stupidchicken.com>
8184
8185 * xfns.c (Fx_wm_set_size_hint): New function.
8186
1e02f3cb
MR
81872008-11-03 Martin Rudalics <rudalics@gmx.at>
8188
8189 * textprop.c (Fprevious_single_char_property_change): Return 0
8190 when there's no change in a string. (Bug#1301)
8191
e630dfc6
MR
81922008-11-02 Martin Rudalics <rudalics@gmx.at>
8193
8194 * frame.c (do_switch_frame): New argument NORECORD passed to
8195 Fselect_window.
8196 (Fselect_frame): New argument NORECORD passed to
8197 do_switch_frame.
8198 (Fset_frame_selected_window): New argument NORECORD passed to
8199 Fselect_frame.
8200 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
8201 in call of do_switch_frame.
8202 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
8203 Handle NORECORD argument in call of Fselect_frame.
8204 * lisp.h (do_switch_frame, Fselect_frame)
8205 (Fset_frame_selected_window): Adjust declarations.
8206 * window.c (select_frame_norecord): New function.
8207 (run_window_configuration_change_hook): Use it and call
8208 Fselect_frame with NORECORD set.
8209 (Fselect_window): Pass NORECORD to Fselect_frame.
8210 (Fset_window_configuration): Handle NORECORD argument in call of
8211 do_switch_frame.
8212 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
8213 Fset_frame_selected_window.
8214 * keyboard.c (command_loop_1): Handle NORECORD in call of
8215 Fselect_frame (currently ifdefd).
8216
9020b223
GM
82172008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
8218
8219 * emacs.c (USAGE2): Untabify.
8220
793ffee8
SM
82212008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8222
8223 * composite.c (fill_gstring_header): Fix copy/paste typo.
8224
ab6d1131
MR
82252008-10-31 Martin Rudalics <rudalics@gmx.at>
8226
8227 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
8228 (Fother_window): Rename argument and rewrite doc-string.
8229 (select_window_norecord): Fix return value. (Bug#1276)
8230
601a9cf1
JB
82312008-10-30 Juanma Barranquero <lekktu@gmail.com>
8232
8233 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
8234 new frames overriding foreground for tooltips. Based on similar patch
8235 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
8236
813b0652
CY
82372008-10-29 Chong Yidong <cyd@stupidchicken.com>
8238
8239 * emacs.c (Fdaemon_initialized): Initialize nfd.
8240
4414f58f
MR
82412008-10-29 Martin Rudalics <rudalics@gmx.at>
8242
8243 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
8244 (Fwindow_text_height): Clarify doc-strings.
8245 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
8246 doc-string of window-scroll-functions.
8247
ecdcaa09
RS
82482008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8249
8250 * category.c (syms_of_category): Fix typo in docstring.
8251
23fe745a
JB
82522008-10-28 Juanma Barranquero <lekktu@gmail.com>
8253
8254 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
8255 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
8256 Fix typos in docstrings.
8257
ff808935
DN
82582008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
8259
8260 * emacs.c (daemon_pipe): Make non-static.
8261 (IS_DAEMON): Move definition ...
8262 * lisp.h (IS_DAEMON): ... here.
8263 (daemon_pipe): Declare.
8264 (is_daemon): Remove.
8265 * dispnew.c (init_display): Use IS_DAEMON.
8266
fc012771
SM
82672008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
8270 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
8271
8272 * emacs.c (is_daemon): Remove.
8273 (main): Don't set is_daemon.
8274 (IS_DAEMON): New macro.
8275 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 8276 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
8277 parent exits.
8278 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
8279
d8bdbe6f
CY
82802008-10-27 Chong Yidong <cyd@stupidchicken.com>
8281
d1a072bf
CY
8282 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
8283 over-sized glyph, draw it with the default glyph width.
8284
e2e325aa
CY
8285 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8286 glyph, draw it with the default glyph width.
8287
8288 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8289 glyph, draw it with the default glyph width.
8290
d8bdbe6f
CY
8291 * xdisp.c (try_scrolling): When computing the distance from the
8292 scroll margin to PT, try moving some distance past the window
8293 bottom before giving up.
8294
7bfac547
MR
82952008-10-27 Martin Rudalics <rudalics@gmx.at>
8296
8297 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
8298 (Fset_window_buffer): Explain in doc-string that a window can be
8299 "strongly" dedicated to its buffer.
8300
4ff029f6
DN
83012008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
8302
8303 * emacs.c (daemon_name): New variable.
8304 (main): Deal with --daemon=SERVER_NAME.
8305 (Fdaemonp): Return a name if one was passed to --daemon.
8306
5790ef40
DN
83072008-10-26 Romain Francoise <romain@orebokech.com>
8308
f9bd0df9 8309 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
8310 (main): Create a pipe before forking, make the parent exit only after
8311 the child has closed its end of the pipe. Move closing the
8312 descriptors ...
8313 (Fdaemon_initialized): ... here. New function.
8314
f5385255
SM
83152008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8316
4d632321
SM
8317 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
8318 the previous unoptimized table.
8319
f5385255
SM
8320 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
8321 the distinction between non-nil and non-t value of `dedicated'.
8322
6c56a0f3
CY
83232008-10-25 Chong Yidong <cyd@stupidchicken.com>
8324
8325 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 8326 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 8327
fec89261
MR
83282008-10-25 Martin Rudalics <rudalics@gmx.at>
8329
8330 * window.c (Fget_buffer_window, Fdelete_windows_on)
8331 (Freplace_buffer_in_windows): Make buffer argument optional and
8332 rename to buffer_or_name.
8333
34fcddd0
CY
83342008-10-24 Chong Yidong <cyd@stupidchicken.com>
8335
f5385255
SM
8336 * xdisp.c (handle_single_display_spec, handle_display_prop):
8337 Undo 2005-05-16 change.
34fcddd0
CY
8338 (handle_stop): Pop iterator if it's loaded with an empty string.
8339 (get_overlay_strings_1): Don't save iterator if it's loaded with
8340 an empty string (bug#1201).
8341
064766f2
KH
83422008-10-24 Kenichi Handa <handa@m17n.org>
8343
8344 * ftfont.c (ftfont_otf_features): Fix previous change.
8345 (ftfont_otf_capability): Check FeatureList.FeatureCount before
8346 calling ftfont_otf_features.
8347
f9bd0df9 83482008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
8349
8350 * font.c (font_match_p): Fix for the case that a vector of
8351 characters is in script-representative-chars.
8352
1dae9197
MA
83532008-10-24 Michael Albinus <michael.albinus@gmx.de>
8354
8355 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 8356 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
8357 (xd_read_queued_messages): Catch Qdbus_error from the macros.
8358 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 8359 macro. (Bug#1186)
1dae9197 8360
f9bd0df9 83612008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
8362
8363 * s/sol2-10.h: New file.
8364
878a4584
JB
83652008-10-23 Juanma Barranquero <lekktu@gmail.com>
8366
8367 * xdisp.c (fill_glyph_string): Fix typo in source (though the
8368 poor beast has survived 9+ years and the jump from xterm.c!).
8369
cd265ca6
MR
83702008-10-23 Martin Rudalics <rudalics@gmx.at>
8371
8372 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
8373 Reword doc-string.
f5385255 8374 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 8375
472a4dc9
JB
83762008-10-23 Juanma Barranquero <lekktu@gmail.com>
8377
8378 * character.c (syms_of_character) <script-representative-chars>:
8379 <unicode-category-table>: Doc fixes.
8380
159bd5a2
NF
83812008-10-23 Noah Friedman <friedman@splode.com>
8382
8383 * coding.c (make_conversion_work_buffer): Check that
8384 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
8385 Fget_buffer_create.
8386
49f9c344
KH
83872008-10-23 Kenichi Handa <handa@m17n.org>
8388
8389 * font.c (font_add_log): Check the values of extra properties.
8390
12bb3111
MR
83912008-10-22 Martin Rudalics <rudalics@gmx.at>
8392
8393 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8394 Reword doc-string.
8395 (Fset_window_parameter): Use NILP.
8396 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 8397 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 8398
bbeb4e99
JB
83992008-10-22 Juanma Barranquero <lekktu@gmail.com>
8400
8401 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
8402
84032008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
8404
8405 * nsfns.m (ns_appkit_version): New function.
8406 (x-server-version): Use it.
8407 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
8408 (x-server-vendor): Don't check_ns().
8409
8410 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
8411
a9b555d3
JB
84122008-10-22 Juanma Barranquero <lekktu@gmail.com>
8413
8414 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
8415 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
8416
4626499f
KH
84172008-10-22 Kenichi Handa <handa@m17n.org>
8418
e3681952
KH
8419 * syntax.c (scan_words): Call word_boundary_p instead of comparing
8420 scripts.
8421
4626499f
KH
8422 * category.c (word_boundary_p): Check scripts instead of charset.
8423 Handle nil value in word-separating-categories and
8424 word-combining-categories.
8425 (syms_of_category): Fix docstrings of word-separating-categories
8426 and word-combining-categories.
8427
1560f91a
EZ
84282008-10-21 Eli Zaretskii <eliz@gnu.org>
8429
8430 * coding.c (Fencode_coding_region, Fdecode_coding_region)
8431 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
8432
f4668441
MR
84332008-10-21 Martin Rudalics <rudalics@gmx.at>
8434
8435 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
8436 Rename arg "buffer" to "buffer_or_name".
8437 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
8438 it optional.
8439 (no_switch_window): Remove since the return value is not used.
a9b555d3 8440 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
8441 Consider window as dedicated when Fwindow_dedicated_p returns a
8442 non-nil value.
8443 * lisp.h: Remove prototype for no_switch_window.
8444
fd75ddb2
JD
84452008-10-21 Jan Djärv <jan.h.d@swipnet.se>
8446
8447 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 8448 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 8449
07295713
KH
84502008-10-21 Kenichi Handa <handa@m17n.org>
8451
8452 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
8453 check Vlatin_extra_code_table.
8454
712adc82
EZ
84552008-10-20 Eli Zaretskii <eliz@gnu.org>
8456
8457 * fileio.c (Fset_file_modes): Doc fix.
8458
f549eb0b
MA
84592008-10-19 Michael Albinus <michael.albinus@gmx.de>
8460
8461 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
8462 in arrays.
8463
aac0c6e3
MR
84642008-10-19 Martin Rudalics <rudalics@gmx.at>
8465
8466 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8467 Mention kill-buffer in doc-string.
8468 (Fset_window_buffer): Reinsert tem check removed in last commit.
8469 (Fenlarge_window, Fshrink_window): Have argument names and
8470 doc-string follow Elisp manual more closely.
8471
84722008-10-18 Eli Zaretskii <eliz@gnu.org>
8473
8474 * fileio.c (Fset_file_modes): Doc fix.
8475
84762008-10-18 Martin Rudalics <rudalics@gmx.at>
8477
8478 * window.c (Fwindow_width, Fset_window_start)
8479 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
8480 (Fdelete_windows_on, Freplace_buffer_in_windows):
8481 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
8482 (Fwindow_dedicated_p): Make window argument optional.
8483 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
8484 (Fset_window_buffer): Respect any non-nil dedicated value for
8485 window. Rename "buffer" argument to "buffer_or_name".
8486
84872008-10-18 Ulrich Mueller <ulm@gentoo.org>
8488
8489 * m/sh3.h: New file, machine description for SuperH.
8490
84912008-10-17 Martin Rudalics <rudalics@gmx.at>
8492
8493 * window.c (Fsplit_window): Rename arg horflag to horizontal.
8494
84952008-10-17 Kenichi Handa <handa@m17n.org>
8496
8497 * ftfont.c (ftfont_otf_features): Fix indexing
8498 gsub_gpos->FeatureList.Feature. Check the validity of indices.
8499
85002008-10-16 Magnus Henoch <mange@freemail.hu>
8501
8502 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
8503 (Fdbus_call_method_asynchronously): Ditto.
8504 This change makes C-h f display the argument list.
8505
85062008-10-16 Chong Yidong <cyd@stupidchicken.com>
8507
8508 * fileio.c (Fexpand_file_name): Doc fix.
8509
8510 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
8511 of :foreground and :background equivalent to unspecified (20.x
8512 compatibility).
8513
85142008-10-15 Eli Zaretskii <eliz@gnu.org>
8515
8516 * buffer.c (syms_of_buffer): Doc fix.
8517
85182008-10-14 Kenichi Handa <handa@m17n.org>
8519
8520 * font.c (font_clear_prop): When clearing font width, clear the
8521 average width field too.
8522
85232008-10-12 Andreas Schwab <schwab@suse.de>
8524
8525 * ftfont.c (ftfont_shape_by_flt): Make static.
8526 * ftfont.h (ftfont_shape_by_flt): Don't declare.
8527
8528 * font.c: Don't include <m17n-flt.h>.
8529
85302008-10-10 Eli Zaretskii <eliz@gnu.org>
8531
8532 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
8533
85342008-10-09 Eli Zaretskii <eliz@gnu.org>
8535
8536 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
8537 away code.
8538
85392008-10-09 Chong Yidong <cyd@stupidchicken.com>
8540
8541 * dispnew.c (update_text_area): Avoid looping due to large glyph
8542 overhangs (bug#1070).
8543
85442008-10-09 Kenichi Handa <handa@m17n.org>
8545
8546 * fontset.c (face_for_char): If face->fontset is negative, just
8547 return ascii_face.
8548
f5385255
SM
8549 * font.c (font_delete_unmatched): Fix previous change.
8550 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
8551
85522008-10-09 Martin Rudalics <rudalics@gmx.at>
8553
8554 * frame.c (Fraise_frame): On text-only terminals select frame in
8555 order to make it visible. (Bug#1061)
8556
85572008-10-08 Chong Yidong <cyd@stupidchicken.com>
8558
8559 * fontset.c (fontset_find_font): Check frame validity.
8560
85612008-10-07 Chong Yidong <cyd@stupidchicken.com>
8562
a9b555d3 8563 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
8564 (xg_display_close): Allow Emacs to close all displays (bug#985).
8565
85662008-10-06 Andreas Schwab <schwab@suse.de>
8567
f5385255 8568 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
8569
85702008-10-06 Chong Yidong <cyd@stupidchicken.com>
8571
f5385255 8572 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 8573
a9b555d3 8574 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
8575
8576 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
8577 during initialization.
8578
85792008-10-04 Eli Zaretskii <eliz@gnu.org>
8580
8581 * xdisp.c (redisplay_internal): If frame switched, redisplay the
8582 whole thing on MSDOS frames as well as on a TTY.
8583
8584 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
8585 well as for TTY.
8586 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
8587 well as on a TTY.
8588
8589 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
8590 as well as for TTY.
8591
8592 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
8593
8594 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
8595 MSDOS frames as well.
8596
85972008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8598
8599 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
8600 correct arguments.
b71ac3dd 8601 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
8602
86032008-10-03 Glenn Morris <rgm@gnu.org>
8604
8605 * emacs.c (USAGE1): Add --daemon.
8606
86072008-10-02 Eli Zaretskii <eliz@gnu.org>
8608
8609 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
8610 100, so it's in percents as advertised.
8611
86122008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8613
8614 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
8615 (ns_output.current_cursor, ns_output.desired_cursor)
8616 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
8617 (FRAME_NEW_CURSOR_COLOR): Remove.
8618
8619 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 8620 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
8621 enumeration (HOLLOW_BOX_CURSOR, etc.).
8622
8623 * nsterm.m (ns_frame_rehighlight): Remove commented code.
8624 (draw_window_cursor): Simplify code.
f5385255
SM
8625 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
8626 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 8627 updates manually.
a9b555d3
JB
8628 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
8629 Use core Emacs cursor types.
aac0c6e3 8630
b8ff72fa 8631 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
8632
86332008-10-02 Martin Rudalics <rudalics@gmx.at>
8634
8635 * process.c (Faccept_process_output): Fix doc-string.
8636
86372008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
8638
8639 * gmalloc.c (__sbrk): Also define for uClibc.
8640
8641 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
8642 for uClibc.
8643
86442008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8645
8646 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
8647 styles.
8648 (nsfont_open): Reenable the cache.
8649
86502008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8651
8652 * font.c (font_matching_entity): Reflect ATTRS in font selection.
8653 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
8654
86552008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8656
8657 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
8658 a suspended terminal.
8659
86602008-09-30 Michael Albinus <michael.albinus@gmx.de>
8661
8662 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
8663
86642008-09-30 Eli Zaretskii <eliz@gnu.org>
8665
8666 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
8667
86682008-09-30 Chong Yidong <cyd@stupidchicken.com>
8669
8670 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
8671 in a continued line coincides with a line beginning.
8672
86732008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8674
8675 * nsfont.m (nsfont_trait_distance): Fix bug.
8676 (nsfont_list): Return a list rather than a vector (syncs with Handa
8677 changes of 2008-05-14).
8678 (nsfont_open): Improve logging.
8679
86802008-09-29 Andreas Schwab <schwab@suse.de>
8681
8682 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
8683
86842008-09-28 Martin Rudalics <rudalics@gmx.at>
8685
8686 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
8687 name as char-resolve-modifiers.
8688 Reported by: Markus Triska <markus.triska@gmx.at>
8689
86902008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
8691
8692 * dispnew.c (init_display): Return earlier when running as a daemon.
8693
86942008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8695
8696 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
8697
86982008-09-27 Eli Zaretskii <eliz@gnu.org>
8699
8700 * composite.c (Fcomposition_get_gstring)
8701 (Fcompose_region_internal, Fcompose_string_internal)
8702 (Ffind_composition_internal): Doc fix.
8703 (syms_of_composite) <compose-chars-after-function>: Doc fix.
8704 (syms_of_composite) <auto-composition-function>: Doc fix.
8705 (syms_of_composite) <composition-function-table>: Doc fix.
8706
87072008-09-25 Chong Yidong <cyd@stupidchicken.com>
8708
8709 * search.c (wordify): New argument for lax word-ends.
8710 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
8711
87122008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
8713
8714 * lisp.h (is_daemon): Declare.
8715 * dispnew.c (init_display): Do not try to initialize the terminal
8716 when running as a daemon.
8717
87182008-09-22 Chong Yidong <cyd@stupidchicken.com>
8719
8720 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
8721 x_display_pixel_height.
8722
87232008-09-22 Martin Rudalics <rudalics@gmx.at>
8724
8725 * undo.c (record_point): Don't call Fundo_boundary for first
8726 change. (Bug#731)
8727
87282008-09-22 Juanma Barranquero <lekktu@gmail.com>
8729
8730 * emacs.c (Fdaemonp): Doc fix.
8731
87322008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
8733
8734 * emacs.c (main): Place #ifdef in the proper place.
8735
87362008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8737
8738 * emacs.c (standard_args): Add --daemon.
8739 (main): Disconnect from the terminal when --daemon is passed.
8740 (is_daemon): New variable.
8741 (Fdaemonp): New function.
8742 (syms_of_emacs): Defsubr it.
8743
87442008-09-20 Chong Yidong <cyd@stupidchicken.com>
8745
8746 * xdisp.c (get_next_display_element): Handle string display
8747 correctly when checking for the end of a box run.
8748
87492008-09-20 Glenn Morris <rgm@gnu.org>
8750
8751 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
8752 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
8753 (Frename_file): Avoid copying to trash if a rename involves
8754 a delete. (Bug#964).
8755
87562008-09-20 Eli Zaretskii <eliz@gnu.org>
8757
8758 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
8759 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
8760 frames as well as termcap frames.
8761 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
8762 get_named_tty.
8763
87642008-09-19 Eli Zaretskii <eliz@gnu.org>
8765
8766 * process.c (procfs_system_process_attributes): Fix cmdline in
8767 case /proc/PID/cmdline is empty.
8768
8769 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
8770 x_display_pixel_height.
8771
87722008-09-19 Juanma Barranquero <lekktu@gmail.com>
8773
8774 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
8775
8776 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
8777 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
8778
87792008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
8780
8781 * dispextern.h (struct it): Move line_wrap away from the middle of
8782 bitfields. Move voffset in struct iterator_stack_entry after the
8783 bitfields. Move tab_width near after another short.
8784
87852008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
8786
8787 * frame.h (struct frame): Move alpha from the middle of bitfields.
8788
8789 * window.h (struct window): Move frozen_window_start_p after the
8790 rest of the bitfields to reduce padding.
8791
87922008-09-18 Chong Yidong <cyd@stupidchicken.com>
8793
8794 * xterm.h (x_display_info): Remove `height' and `width' members.
8795
8796 * nsterm.h (ns_display_info): Remove `height' and `width' members.
8797
8798 * w32term.h (w32_display_info): Remove `height', `width',
8799 `height_in', and `width_in' members.
8800
b8ff72fa
SM
8801 * xterm.c (x_display_pixel_height, x_display_pixel_width):
8802 New functions.
aac0c6e3
MR
8803 (x_calc_absolute_position): Use them.
8804 (x_term_init): Omit removed `height' and `width' members.
8805
b8ff72fa
SM
8806 * w32term.c (x_display_pixel_height, x_display_pixel_width):
8807 New functions.
aac0c6e3
MR
8808 (w32_read_socket, x_calc_absolute_position): Use them.
8809 (w32_initialize_display_info, w32_term_init): Omit removed members
8810 of w32_display_info.
8811
b8ff72fa
SM
8812 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
8813 New functions.
8814 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 8815
b8ff72fa
SM
8816 * xterm.c (x_display_pixel_height, x_display_pixel_width):
8817 New functions.
aac0c6e3
MR
8818 (x_calc_absolute_position): Use them.
8819 (x_term_init): Omit removed `height' and `width' members.
8820
8821 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
8822 (compute_tip_xy):
8823 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
8824 * xmenu.c (menu_position_func): Use x_display_pixel_height and
8825 x_display_pixel_width.
8826
88272008-09-18 Kenichi Handa <handa@m17n.org>
8828
8829 * composite.c (fill_gstring_header): Don't check FROM and TO here.
8830 (composition_compute_stop_pos): Fix handling of static composition.
8831 (Fcomposition_get_gstring): Check FROM and TO at first.
8832
88332008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8834
46e722a9 8835 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
8836 mixup (YAILOM).
8837
88382008-09-17 Chong Yidong <cyd@stupidchicken.com>
8839
8840 * indent.c (Fvertical_motion): Use position reported by iterator
8841 instead of PT for determining screen motion (bug#943).
8842
88432008-09-17 Romain Francoise <romain@orebokech.com>
8844
8845 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
8846
88472008-09-17 Kenichi Handa <handa@m17n.org>
8848
8849 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
8850
8851 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
8852 if necessary.
8853
88542008-09-16 Kenichi Handa <handa@m17n.org>
8855
8856 * coding.c (make_conversion_work_buffer): Avoid calling
8857 Fget_buffer_create if it is not necessary.
8858
88592008-09-15 Martin Rudalics <rudalics@gmx.at>
8860
8861 * window.c (Fselect_window): Don't update window_select_count and
8862 use_time when norecord is not nil.
8863
88642008-09-14 Kenichi Handa <handa@m17n.org>
8865
8866 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
8867 specpdl_ptr.
8868
88692008-09-12 Kenichi Handa <handa@m17n.org>
8870
8871 * indent.c (scan_for_column): Don't handle automatic composition
8872 if the current buffer is not associated with a window.
8873
8874 * composite.c (composition_reseat_it): If the current buffer is
8875 not associated with a window, ignore the automatic composition.
8876 (find_automatic_composition): Likewise.
8877
88782008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8879
8880 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
8881 (Fgpm_mouse_stop): Use it.
8882 * termhooks.h (close_gpm): Declare.
8883 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
8884 connection if Gpm_GetEvent fails.
8885
8886 * window.c (set_window_buffer): Always preserve current-buffer.
8887
88882008-09-12 Glenn Morris <rgm@gnu.org>
8889
8890 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
8891
88922008-09-11 Glenn Morris <rgm@gnu.org>
8893
8894 * charset.c (charset-map-path): Doc fix.
8895
88962008-09-10 Kenichi Handa <handa@m17n.org>
8897
8898 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
8899
8900 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
8901 compose a grapheme cluster with the preceding base glyph.
8902
8903 * composite.c (composition_compute_stop_pos): Fix previous change.
8904 Reset cmp_it->id to -1 at first.
8905
89062008-09-10 Glenn Morris <rgm@gnu.org>
8907
8908 * Makefile.in (character.o, chartab.o): Fix config.h typo.
8909
89102008-09-09 Chong Yidong <cyd@stupidchicken.com>
8911
8912 * keyboard.c (read_key_sequence): Reapply translation maps when
8913 switching keyboards.
8914
89152008-09-09 Kenichi Handa <handa@m17n.org>
8916
8917 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
8918 characters.
8919
8920 * composite.c (FORWARD_CHAR): Fix calculation
8921 of (POSITION).pos_byte.
8922 (composition_compute_stop_pos): Limit the search of composition to
8923 at most 500 characters ahead. If we reach the limit or find a
8924 newline, set cmp_it->ch to -2 and return 0.
8925 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
8926
89272008-09-08 Kenichi Handa <handa@m17n.org>
8928
8929 * indent.c (Fvertical_motion): Be sure to set
8930 it_overshoot_expected if it.cmp_it.id is non-negative.
8931
89322008-09-07 Andreas Schwab <schwab@suse.de>
8933
8934 * callproc.c (Fcall_process): Don't hold references to string data
8935 across garbage collection. Move initialisation of new_argv down
8936 to avoid compiler bug.
8937
89382008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8939
8940 * process.c (Fsystem_process_attributes): Doc fix.
8941
89422008-09-07 Chong Yidong <cyd@stupidchicken.com>
8943
8944 * callproc.c (Fcall_process): Canonicalize current directory name.
8945
8946 * xdisp.c (move_it_to): When moving by vpos, ensure that the
8947 iterator advances to the next line if the current line ends in a
8948 continued tab.
8949
89502008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
8951
8952 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
8953 member to point to cmp_from.
8954
8955 * xdisp.c: Doc fix for references to gidx data member.
8956
89572008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8958
8959 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
8960
89612008-09-07 Kenichi Handa <handa@m17n.org>
8962
8963 * composite.c (FORWARD_CHAR): Check STOP after
8964 incrementing (POSITION).pos.
8965
89662008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8967
8968 * process.c (Fsystem_process_attributes): Doc fix.
8969
89702008-09-06 Chong Yidong <cyd@stupidchicken.com>
8971
8972 * keyboard.c (Ftop_level): Doc fix.
8973
89742008-09-06 Eli Zaretskii <eliz@gnu.org>
8975
8976 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
8977 minibuffer, don't let lower part of menu invade the echo area.
8978
8979 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
8980 "char *q" to access menu text and advance through it. Revert the
8981 change that displayed ">" instead of ASCII character 0x10.
8982
89832008-09-05 Eli Zaretskii <eliz@gnu.org>
8984
8985 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
8986 toggle boxes and radio buttons on MS-DOS as well.
8987
89882008-09-05 Kenichi Handa <handa@m17n.org>
8989
8990 * composite.c (autocmp_chars): Check lookback count.
8991 (composition_compute_stop_pos): Set cmp_it->lookback.
8992 (composition_reseat_it): Check lookback count.
8993 (struct position_record): New struct.
8994 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
8995 (find_automatic_composition): New function.
8996 (composition_adjust_point): Use find_automatic_composition.
8997
8998 * dispextern.h (struct composition_it): New member lookback.
8999
90002008-09-02 Chong Yidong <cyd@stupidchicken.com>
9001
9002 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
9003 if moving by a single line.
9004
90052008-09-02 Andreas Schwab <schwab@suse.de>
9006
9007 * xterm.c (x_delete_display): Fix merge error.
9008
9009 * fileio.c (Fexpand_file_name): Remove unused variables.
9010
90112008-09-02 Eli Zaretskii <eliz@gnu.org>
9012
9013 * fileio.c (Fexpand_file_name): Copy argument `name' into local
9014 storage on all platforms, not just on DOS_NT.
9015
90162008-09-02 Jason Rumney <jasonr@gnu.org>
9017
b8ff72fa
SM
9018 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
9019 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
9020
90212008-09-01 Chong Yidong <cyd@stupidchicken.com>
9022
9023 * xfaces.c (Finternal_set_alternative_font_family_alist)
9024 (Finternal_set_alternative_font_registry_alist): Properly copy
9025 entire alist structure.
9026
90272008-09-01 Kenichi Handa <handa@m17n.org>
9028
d66c0241 9029 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 9030 representative chars of the script is a vector.
d66c0241
JB
9031 (ftfont_list): Handle the case where the representative chars of
9032 the script is a vector.
aac0c6e3
MR
9033
9034 * character.c (syms_of_character): Docstring of
9035 script-representative-chars fixed.
9036
90372008-08-31 Eli Zaretskii <eliz@gnu.org>
9038
9039 * msdos.c (BUILD_CHAR_GLYPH): New macro.
9040 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
9041 the menu. Allocate larger buffer for `text', to account for
9042 possible ^C characters.
9043
90442008-08-31 Martin Rudalics <rudalics@gmx.at>
9045
9046 * xdisp.c (prepare_menu_bars): Don't call
9047 Vwindow_size_change_functions with arg Qt.
9048
90492008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9050
9051 * font.h (font_range):
9052 * fileio.c (report_file_error):
46e722a9
SM
9053 * composite.c (composition_update_it): Yet another int/Lisp_Object
9054 mixup (YAILOM).
aac0c6e3
MR
9055
90562008-08-30 Glenn Morris <rgm@gnu.org>
9057
9058 * data.c (Fmake_variable_frame_local): Doc fix.
9059
9060 * frame.c (Fmodify_frame_parameters): Doc fix.
9061
90622008-08-30 Eli Zaretskii <eliz@gnu.org>
9063
9064 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
9065 needed by GetTokenInformation.
9066 (w32_system_process_attributes): Check return values of all system
9067 APIs.
9068
9069 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
9070 only when the state changes.
9071 (IT_update_begin, IT_update_end): Add termscript trace.
9072
9073 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
9074 clipboard is unavailable. Set dst to NULL if it doesn't point to
9075 malloc'ed data.
9076 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
9077 passing random values to xfree.
9078
9079 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 9080 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
9081
90822008-08-29 Jason Rumney <jasonr@gnu.org>
9083
9084 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
9085
90862008-08-29 Eli Zaretskii <eliz@gnu.org>
9087
9088 * composite.c (fill_gstring_body): Avoid compiler warnings.
9089
9090 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
9091 LGLYPH_SET_CODE to avoid compiler warnings.
9092
2ae37cf0 9093 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
9094
9095 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
9096
9097 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
9098 LGLYPH_SET_CODE.
9099
91002008-08-29 Kenichi Handa <handa@m17n.org>
9101
9102 * fileio.c (report_file_error): Don't downcase the first character
9103 of errstring if it is still unibyte.
9104
91052008-08-29 Kenichi Handa <handa@m17n.org>
9106
9107 These changes are to re-implement the automatic composition so
9108 that it doesn't use text properties.
9109
9110 * Makefile.in (ftfont.o): Depend on composite.h.
9111 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
9112
9113 * character.h (Vunicode_category_table): Extern it.
9114
9115 * character.c (Vunicode_category_table): New variable.
9116 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
9117
9118 * chartab.c (optimize_sub_char_table): Perform more greedy
9119 optimization.
9120
b8ff72fa
SM
9121 * composite.h (enum composition_method):
9122 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
9123 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
9124 (Vcomposition_function_table): Extern it.
9125 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
9126 (composition_gstring_put_cache, composition_gstring_from_id)
9127 (composition_gstring_p, composition_gstring_width)
9128 (composition_compute_stop_pos, composition_reseat_it)
9129 (composition_update_it, composition_adjust_point): Extern them.
9130 (Fcomposition_get_gstring): EXFUN it.
9131
d66c0241 9132 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
9133 (Vcomposition_function_table)
9134 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
9135 (gstring_hash_table, gstring_work, gstring_work_headers):
9136 New variables.
aac0c6e3
MR
9137 (gstring_lookup_cache, composition_gstring_put_cache)
9138 (composition_gstring_from_id, composition_gstring_p)
9139 (composition_gstring_width, fill_gstring_header)
9140 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
9141 (composition_reseat_it, composition_update_it)
b8ff72fa 9142 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
9143 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
9144 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 9145 Defsubr composition_get_gstring.
aac0c6e3
MR
9146
9147 * dispextern.h (struct glyph): New union u.cmp. Delete the member
9148 cmp_id.
9149 (struct glyph_string): Delete the member gidx. New members
9150 cmp_id, cmp_from, and cmp_to.
9151 (enum it_method): Delete GET_FROM_COMPOSITION.
9152 (struct composition_it): New struct.
9153 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
9154 Delete c, len, cmp_id, cmp_len in u.comp.
9155
9156 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 9157 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 9158 (enum lglyph_indices): Likewise.
b8ff72fa 9159 (font_range): Adjust extern.
aac0c6e3
MR
9160 (font_fill_lglyph_metrics): Extern it.
9161
9162 * font.c (QCf): New variable.
9163 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9164 (font_prepare_composition): Delete this function.
9165 (font_range): Type and arguments changed.
9166 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
9167 (font_fill_lglyph_metrics): New function.
b8ff72fa 9168 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 9169 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
9170 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
9171 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
9172
9173 * fontset.h (font_for_char): Extern it.
9174
9175 * fontset.c (font_for_char): New function.
9176
9177 * ftfont.c: Include composite.h.
9178 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 9179 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
9180
9181 * indent.c: Include composite.h and dispextern.h.
9182 (check_composition): Delete this function.
9183 (scan_for_column): Handle composition by
9184 composition_compute_stop_pos, composition_reseat_it, and
9185 composition_update_it.
9186 (compute_motion): Likewise.
9187 (Fvertical_motion): Fix checking of composition.
9188
9189 * keyboard.c (adjust_point_for_property): Check composition by
9190 composition_adjust_point.
9191
b8ff72fa 9192 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
9193 struct glyph_string.
9194
b8ff72fa
SM
9195 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
9196 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
9197 struct glyph.
9198 (produce_composite_glyph): Likewise.
9199
b8ff72fa
SM
9200 * w32term.c (x_draw_composite_glyph_string_foreground):
9201 Adjust for the change of struct glyph_string.
aac0c6e3
MR
9202 (x_draw_glyph_string): Likewise.
9203
9204 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
9205 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9206
9207 * xdisp.c: Include font.h.
9208 (it_props): Delete the entry for Qauto_composed.
9209 (init_iterator): Initialize it->cmp_it.id to -1.
9210 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 9211 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
9212 (handle_auto_composed_prop): Delete it.
9213 (handle_composition_prop): Handle only static composition.
9214 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
9215 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 9216 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
9217 (pop_it): Likewise.
9218 (get_next_element): Delete next_element_from_composition.
9219 (CHAR_COMPOSED_P): New macro.
9220 (get_next_display_element): For automatic composition, get a face
9221 from the font in the glyph-string.
9222 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 9223 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
9224 (next_element_from_string): Check if the character at the current
9225 position is composed by CHAR_COMPOSED_P.
9226 (next_element_from_buffer): Likewise.
d66c0241
JB
9227 (next_element_from_composition): Adjust for the change of struct it.
9228 Update it->cmp_it.
b8ff72fa
SM
9229 (dump_glyph): Adjust for the change of struct glyph.
9230 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
9231 it and struct glyph. Don't handle automatic composition here.
9232 (fill_gstring_glyph_string): New function.
9233 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 9234 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
9235 (BUILD_GSTRING_GLYPH_STRING): New macro.
9236 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
9237 automatic composition.
b8ff72fa 9238 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 9239 struct glyph.
b8ff72fa 9240 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 9241
b8ff72fa 9242 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
9243 the change of struct glyph_string.
9244 (x_draw_glyph_string): Likewise.
9245
92462008-08-29 Glenn Morris <rgm@gnu.org>
9247
9248 * buffer.c (word-wrap): Doc fix.
9249 * xdisp.c (truncate-partial-width-windows): Doc fix.
9250 Increase default to 50.
9251
92522008-08-29 Chong Yidong <cyd@stupidchicken.com>
9253
9254 * xdisp.c (update_tool_bar_unwind): New function.
9255 (update_tool_bar): Temporarily set selected frame before building
9256 tool-bar items.
9257
92582008-08-28 Michael Albinus <michael.albinus@gmx.de>
9259
9260 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
9261 snprintf, respectively.
9262 (xd_append_arg): Convert strings with Fstring_make_unibyte.
9263
92642008-08-28 Chong Yidong <cyd@stupidchicken.com>
9265
9266 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
9267 LDFLAGS to GNUstep CC invocation.
9268
92692008-08-27 Chong Yidong <cyd@stupidchicken.com>
9270
9271 * indent.c (Fvertical_motion): Revert last change. Handle the
9272 general case where we are moving forward, and PT spans multiple
9273 screen lines.
9274
9275 * eval.c (find_handler_clause): Temporarily increase
9276 max-lisp-eval-depth while printing the backtrace buffer, to
9277 guarantee that help-mode code can run.
9278
92792008-08-27 Eli Zaretskii <eliz@gnu.org>
9280
9281 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
9282 colors under -rv.
9283 (IT_set_frame_parameters): Don't swap foreground and background
9284 colors if `(reverse . t)' is present in the frame properties.
9285 (internal_terminal_init): Call init_frame_faces only for the
9286 initial frame.
9287
92882008-08-27 Andreas Schwab <schwab@suse.de>
9289
9290 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
9291
92922008-08-27 Andreas Schwab <schwab@suse.de>
9293
9294 * search.c (search_buffer): Set char_base to zero only at the end.
9295
92962008-08-27 Kenichi Handa <handa@m17n.org>
9297
b8ff72fa 9298 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
9299
93002008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
9301
9302 * xterm.c (x_term_init): Temporarily hide the partially
9303 initialized terminal while calling vendor-specific-keysyms.
9304
93052008-08-26 Eli Zaretskii <eliz@gnu.org>
9306
9307 * msdos.c (internal_terminal_init): Most initializations done only
9308 once, especially initial_screen_colors[] and termscript open.
9309
93102008-08-26 Chong Yidong <cyd@stupidchicken.com>
9311
9312 * eval.c (Fcondition_case): Doc fix.
9313
9314 * widgetprv.h (EmacsFramePart): Change font member to the new font
9315 struct.
9316
9317 * widget.c: Include character.h and font.h for XSETFONT.
9318 (setup_frame_gcs): Compute X font id from font struct, just once.
9319
93202008-08-26 Eli Zaretskii <eliz@gnu.org>
9321
9322 * term.c (get_named_tty): Fix last change.
9323
93242008-08-26 Chong Yidong <cyd@stupidchicken.com>
9325
9326 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 9327 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
9328
93292008-08-25 Eli Zaretskii <eliz@gnu.org>
9330
9331 * frame.c (do_switch_frame): Mark previously displayed frame as
9332 obscured for FRAME_MSDOS_P frames as well.
9333
93342008-08-24 Eli Zaretskii <eliz@gnu.org>
9335
9336 * frame.c (make_terminal_frame): Initialize f->terminal,
9337 f->terminal->reference_count, and scroll bars on MS-DOS as well.
9338 Set the top frame to newly created frame.
9339 (Fmake_terminal_frame): Reuse the_only_display_info.
9340
9341 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
9342 estimating available memory.
9343
b97439ce 93442008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
9345
9346 * nsterm.m (ns_draw_window_cursor): Don't call
9347 NSDisableScreenUpdates and NSEnableScreenUpdates on
9348 non-NS_IMPL_COCOA systems.
9349
93502008-08-23 Andreas Schwab <schwab@suse.de>
9351
9352 * process.c (procfs_system_process_attributes): Fix use of
9353 uninitialized variables.
9354
93552008-08-23 Eli Zaretskii <eliz@gnu.org>
9356
9357 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
9358
9359 * dispnew.c (init_display): Remove MS-DOS specific conditions for
9360 calling tty-set-up-initial-frame-faces.
9361
b8ff72fa
SM
9362 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
9363 Allow MSDOS frames along with X frames.
aac0c6e3
MR
9364
9365 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
9366 addition to output_termcap.
9367
9368 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
9369
9370 * termchar.h (FRAME_TTY): Support output_msdos_raw.
9371 (struct tty_display_info) [MSDOS]: Add fields related to mouse
9372 highlight.
9373
9374 * process.c [!subprocesses]: Define QCname.
9375 (syms_of_process): Intern and staticpro it.
9376
9377 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
9378 Adjust for changes in encoding/decoding routines.
9379 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
9380 encode_coding and decode_coding.
9381
b8ff72fa 9382 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
9383
9384 * dosfns.c: Include frame.h before termhooks.h.
9385 (dos_cleanup): Use CURTTY ()->termscript instead of a global
9386 variable termscript.
9387
9388 * s/msdos.h (USER_FULL_NAME): Define.
9389 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
9390
9391 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
9392 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
9393 pw->pw_gecos.
9394
9395 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
9396 SELECTED_FRAME as additional (1st) argument.
9397 (tty_read_avail_input): Handle output_msdos_raw in
9398 addition to output_termcap.
9399
9400 * msdos.c: Include frame.h before termhooks.h.
9401 (mouse_on, mouse_off, mouse_moveto, mouse_init)
9402 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
9403 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
9404 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
9405 (IT_set_terminal_modes, IT_reset_terminal_modes)
9406 (IT_set_frame_parameters): Use tty->termscript instead of a global
9407 variable termscript.
9408 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
9409 global variable terminal_coding. Don't refer to
9410 Vnonascii_translation_table.
9411 (internal_terminal_init): Set Vwindow_system in current_kboard.
9412 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
9413 Announce date and time of session start, if termscript is open.
9414 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
9415 term.c:init_tty). Open termscript only of not already open.
9416 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
9417 here instead of dos_ttraw. Don't initialize display if this is an
9418 initial tty. Don't set FRAME_FONT.
9419 (Vwindow_system_version): Bump to 23.
9420 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
9421 is available, set up mouse_position_hook.
9422 (dos_ttraw, IT_set_terminal_modes): If called with initial
9423 terminal, do nothing.
9424 (IT_set_frame_parameters): Handle the Qtty_type frame
9425 parameter by calling internal_terminal_init.
9426 (dos_set_window_size, show_mouse_face)
9427 (clear_mouse_face, IT_note_mode_line_highlight)
9428 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
9429 (dos_rawgetc): Use tty_display_info instead of x_display_info.
9430 (initialize_msdos_display): New function.
9431 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
9432 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
9433 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
9434 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 9435 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
9436 (request_sigio, unrequest_sigio): Don't define, now defined on
9437 sysdep.c.
9438 (IT_write_glyphs): Rewrite to use encode_terminal_code.
9439
9440 * term.c [MSDOS]: Include msdos.h.
9441 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
9442 conditional to DOS_NT. Allow only one call to this function in a
9443 session. Don't allocate a new struct tty_display_info; instead,
9444 reuse the_only_display_info. Call get_tty_size to get screen
9445 dimensions. Call init_baud_rate to set bad_rate.
9446 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
9447 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 9448 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
9449 (get_tty_terminal, get_named_tty, Ftty_type)
9450 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
9451 output_termcap.
b8ff72fa
SM
9452 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
9453 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 9454 only when subprocesses are supported.
aac0c6e3
MR
9455
9456 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
9457 f->output_data.x.
9458 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
9459 terminal devices.
9460
5582fbc7 9461 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
9462 x_output.
9463 (FRAME_FONT): Use output_data.tty.
9464 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
9465 (struct x_display_info): Rename from display_info. Update all users in
9466 msdos.c.
aac0c6e3 9467 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 9468 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
9469 (dos_ttraw): Update prototype.
9470
9471 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
9472 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
9473
94742008-08-23 Jason Rumney <jasonr@gnu.org>
9475
9476 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
9477 (fn_TIFFSetDirectory): New library function used.
9478 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
9479 (tiff_load): Use :index to select among multiple images. Set count
9480 property when multiple images exist.
9481 (gif_format): Use :index, not :image.
9482
94832008-08-23 Chong Yidong <cyd@stupidchicken.com>
9484
9485 * xdisp.c (try_scrolling): Check INT_MAX instead of
9486 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
9487 to obtain INT_MAX.
9488
94892008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
9490
9491 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
9492
94932008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
9494
9495 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
9496 GNUstep library location.
9497
94982008-08-21 Chong Yidong <cyd@stupidchicken.com>
9499
9500 * xfaces.c (x_update_menu_appearance): Check validity of menu font
9501 before using it.
9502
9503 * puresize.h (BASE_PURESIZE): Increase to 1250000.
9504
95052008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9506
9507 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
9508 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
9509 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
9510 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
9511 (EmacsApp-cursor_blink_handler): Remove declaration.
9512 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
9513 match 01 Feb 2008 changes in xterm.c.
9514 (ns_read_socket): Add cast to avoid warning.
9515 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
9516 GNUstep.
9517
95182008-08-20 Chong Yidong <cyd@stupidchicken.com>
9519
9520 * xselect.c (x_get_foreign_selection): Return nil if desired
9521 selection could not be obtained, instead of signalling an error.
9522
95232008-08-20 David Reitter <david.reitter@gmail.com>
9524
9525 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
9526 * nsterm.m: Remove ns-specific code for cursor blinking.
9527 (ns_draw_window_cursor): Clear cursor properly rather than
9528 redrawing the area. Respect width of bar cursors.
9529 These changes enable the use of generic blink-cursor-mode and
9530 generic cursor types in NS and support smooth cursor movements (do
9531 not blink off after command).
9532 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
9533 Nextstep, too.
9534
95352008-08-19 Kenichi Handa <handa@m17n.org>
9536
9537 * font.c (Vfont_log_deferred): New variable.
9538 (font_add_log): Check Vfont_log_deferred.
9539 (font_deferred_log): New function.
9540
9541 * font.h (font_deferred_log): Extern it.
9542
9543 * fontset.c (reorder_font_vector): Use encoding charset of fonts
9544 for sorting.
9545 (face_for_char): Use deferred log.
9546
95472008-08-18 Kenichi Handa <handa@m17n.org>
9548
9549 * fontset.c (face_for_char): Add font log.
9550
9551 * font.c (font_add_log): Add the font properties :script, :lang,
9552 and :otf in the log.
9553
95542008-08-17 Chong Yidong <cyd@stupidchicken.com>
9555
9556 * xdisp.c: Remove dead code.
9557 (handle_invisible_prop, next_overlay_string): Defer call to
9558 setup_for_ellipsis.
9559 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
9560
95612008-08-15 Chong Yidong <cyd@stupidchicken.com>
9562
9563 * xfaces.c (lookup_derived_face): Properly handle possible zero
9564 return value of get_lface_attributes.
9565 (merge_faces): Don't tell lookup_derived_face to signal an error
9566 if face is not found.
9567
9568 * dired.c (Fdirectory_files): Doc fix.
9569
9570 * process.c (make_process): Initialize kill_without_query struct
9571 member.
9572
95732008-08-15 Eli Zaretskii <eliz@gnu.org>
9574
9575 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
9576 Alternative calculation of totphys for Visual Studio 6.
9577
9578 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
9579
9580 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
9581 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
9582 All users changed.
9583 (stat): Only root directory passed to GetDriveType. Allow RAM
9584 disk as well as local fixed disk when w32-get-true-file-attributes
9585 is set to `local'.
9586 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
9587 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
9588 (w32_cached_id, w32_add_to_cache): New functions.
9589 (get_name_and_id): Look account names in the cache before calling
9590 lookup_account_sid.
9591 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
9592 New initialization flags.
9593 (globals_of_w32): Initialize them to zero.
9594 (w32_system_process_attributes): Use w32_cached_id and
9595 w32_add_to_cache.
9596
95972008-08-14 Lawrence Mitchell <wence@gmx.li>
9598
9599 * lread.c (Fread_char, Fread_char_exclusive): If no character
9600 event is read before timeout is reached, return nil, rather than
9601 converting to a number.
9602
96032008-08-14 Chong Yidong <cyd@stupidchicken.com>
9604
9605 * fns.c (use_dialog_box): Doc fix.
9606
9607 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
9608 on OS X.
9609
96102008-08-13 Chong Yidong <cyd@stupidchicken.com>
9611
9612 * frame.c (Qns_parse_geometry): New var.
9613 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
9614
96152008-08-11 Chong Yidong <cyd@stupidchicken.com>
9616
9617 * xdisp.c (x_produce_glyphs): Handle the case when font has no
9618 space character in calculating tabs.
9619
96202008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
9621
9622 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
9623
96242008-08-10 Glenn Morris <rgm@gnu.org>
9625
9626 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
9627 silence gcc "limited range of data type" warnings in some
9628 make_fixnum_or_float calls.
9629
96302008-08-09 Eli Zaretskii <eliz@gnu.org>
9631
9632 * w32.c (w32_system_process_attributes): If the process does not
9633 exist, return nil.
9634
9635 * w32.c: Include thelp32.h, psapi.h and coding.h.
9636 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
9637 declarations.
9638 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
9639 (Process32Next_Proc): New typedefs.
9640 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
9641 (g_b_init_process32_next, g_b_init_open_thread_token)
9642 (g_b_init_impersonate_self, g_b_init_revert_to_self)
9643 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
9644 (g_b_init_get_process_working_set_size)
9645 (g_b_init_global_memory_status_ex): New static variables.
9646 (globals_of_w32): Initialize them.
9647 (create_toolhelp32_snapshot, process32_first, process32_next)
9648 (open_thread_token, impersonate_self, revert_to_self)
9649 (get_process_memory_info, get_process_working_set_size)
9650 (global_memory_status, global_memory_status_ex): New wrapper
9651 functions.
9652 (w32_list_system_processes, w32_system_process_attributes)
9653 (enable_privilege, restore_privilege, ltime, process_times):
9654 New functions.
9655 (convert_time_raw): New function.
9656 (convert_time): Remove conversion of FILETIME into time in 100
9657 nsec units, call convert_time_raw instead.
9658
9659 * process.h (w32_list_system_processes, w32_system_process_attributes):
9660 Add prototypes.
9661 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
9662 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
9663 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
9664 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
9665
9666 * process.c (Fsystem_process_attributes): Doc fix.
9667
96682008-08-08 Chong Yidong <cyd@stupidchicken.com>
9669
9670 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
9671 a continued multi-char glyph; if so, advance to the actual glyph.
9672
96732008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9674
9675 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
9676
9677 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
9678 (.m.o): Use it.
9679 * config.in: Regenerate.
9680
96812008-08-07 Chong Yidong <cyd@stupidchicken.com>
9682
9683 * xdisp.c (redisplay_window): Revert last change.
9684 (try_window): Check bottom scroll margin too.
9685
96862008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9687
9688 * config.in: Regenerate.
9689
9690 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
9691 -list-load-path-shadows'.
9692 (nsgui.h): Reduce number of things depending on it.
9693
96942008-08-06 Chong Yidong <cyd@stupidchicken.com>
9695
9696 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
9697 instead of window-end which does the wrong thing at eob.
9698 (try_cursor_movement): Minor optimization.
9699 (redisplay_window): If scroll margin is defined, don't assume
9700 window doesn't need scrolling.
9701
97022008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9703
9704 * config.in: Regenerate.
9705
9706 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
9707 (mostlyclean): Don't delete *.d under NS.
9708
9709 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
9710
97112008-08-06 Kenichi Handa <handa@m17n.org>
9712
9713 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
9714
97152008-08-06 Andreas Schwab <schwab@suse.de>
9716
9717 * config.in: Regenerate.
9718
97192008-08-05 Chong Yidong <cyd@stupidchicken.com>
9720
9721 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
9722 forcing a window start.
9723
9724 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
9725 (auto_save_1): Update modtime when auto-save-list-file-name is on.
9726
97272008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9728
9729 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
9730 argument.
9731
97322008-08-05 Juanma Barranquero <lekktu@gmail.com>
9733
9734 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
9735 <scroll-down-aggressively, before-change-functions>:
9736 <after-change-functions>: Reflow docstrings.
9737
97382008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4e2af782 9739 Ken Raeburn <raeburn@gnu.org>
aac0c6e3
MR
9740
9741 Dock menu customization, based on a patch by Ken Raeburn, plus some
9742 other fixes.
9743 * nsmenu.m (dockMenu): New variable.
9744 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
9745
9746 * nsterm.h (dockMenu): Declare.
9747
9748 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
9749 (ns_term_init): Initialize dockMenu.
9750 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
9751 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
9752 left.
9753
9754 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
9755
97562008-08-04 Chong Yidong <cyd@stupidchicken.com>
9757
9758 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
9759
9760 * config.in: Regenerate.
9761
97622008-08-04 Seiji Zenitani <zenitani@mac.com>
9763
9764 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
9765
97662008-08-04 Chong Yidong <cyd@stupidchicken.com>
9767
9768 * nsterm.h (find_and_call_menu_selection): Fix prototype.
9769
97702008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9771
9772 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
9773
9774 * keyboard.h: Comment an #endif.
9775
9776 * lisp.h (have_menus_p): Adjust comment.
9777
9778 * menu.c (find_and_return_menu_selection): Fix comparison with
9779 client_data.
9780
9781 * nsmenu.m (popup_activated_flag): New variable.
9782 (popup_activated): New function.
9783 (menu-or-popup-active-p): New exported lisp definition.
9784 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
9785 when popup done.
9786 (ns_popup_dialog): Set popup_activated_flag.
9787
9788 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
9789 version for GNUstep (handled by conditional typedef in nsterm.m).
9790 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
9791 in rgb.txt).
9792
9793 * process.c (init_process): Use DARWIN_OS, not DARWIN.
9794
9795 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
9796
9797 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
9798
9799 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
9800 shortcircuit if popup_activated like GTK and X toolkit.
9801
9802 * m/inter386.h: Change DARWIN to DARWIN_OS.
9803
9804 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
9805 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
9806 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
9807 comment on NO_SOCK_SIGIO.
9808
98092008-08-03 Chong Yidong <cyd@stupidchicken.com>
9810
9811 * nsterm.m (windowDidResize): Remove stopModal call.
9812
98132008-08-03 Andreas Schwab <schwab@suse.de>
9814
9815 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
9816 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
9817
98182008-08-02 Chong Yidong <cyd@stupidchicken.com>
9819
9820 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
9821 Don't use uninitialized pointer variable when using getrlimit.
9822
98232008-08-02 Jason Rumney <jasonr@gnu.org>
9824
9825 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
9826
98272008-08-02 Eli Zaretskii <eliz@gnu.org>
9828
9829 * alloc.c (NSTATICS): Bump to 0x640.
9830
9831 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
9832
9833 * lisp.h: Add prototype for directory_files_internal.
9834
9835 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
9836 New functions.
9837 (syms_of_process): Defsubr them. Add initializations for various
9838 Q* symbols used in procfs_system_process_attributes.
9839 (procfs_list_system_processes, procfs_system_process_attributes)
9840 [HAVE_PROCFS]: New functions.
9841 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
9842 (procfs_get_total_memory): New functions.
9843
98442008-08-01 Juanma Barranquero <lekktu@gmail.com>
9845
9846 * xfaces.c (Fx_load_color_file): Fix previous change;
9847 it is #ifdef WINDOWSNT, not WINDOWS_NT.
9848
98492008-08-01 Michael Albinus <michael.albinus@gmx.de>
9850
9851 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
9852
98532008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9854
9855 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
9856
98572008-08-01 Chong Yidong <cyd@stupidchicken.com>
9858
9859 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
9860
9861 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
9862 define NSApplicationDelegateReplySuccess.
9863 (EmacsView -converstationIdentifier): Use long instead of
9864 NSInteger for GNUstep, since it doesn't have NSInteger.
9865
9866 * xmenu.c: Revert last change.
9867
9868 * keyboard.h: Fix last change.
9869
98702008-08-01 Juanma Barranquero <lekktu@gmail.com>
9871
9872 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
9873 on Windows.
9874
98752008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9876
9877 Warning clearing and clean-up in NS port.
9878 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
9879 Add prototypes.
9880 * nsgui.h (FACE_DEFAULT): Remove, unused.
9881 (XGCValues): Change colors to unsigned long.
9882 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
9883 nsterm.m.
9884 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
9885 (ns_list_fonts): Remove, unused.
9886 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
9887 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
9888 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
9889 (nsfont_draw): Compare face colors to 0, not nil.
9890 * nsmenu.m (struct widget_value): Drop unneeded declaration.
9891 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
9892 (-addSubmenuWithTitle:): Use NSMenuItem class.
9893 (ns_popup_menu): Use NO, not NULL, for enabled setting.
9894 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
9895 (ns_clip_to_row): Make gc arg a BOOL.
9896 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
9897 ns_clip_to_row() call.
9898 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
9899 used). Cast FRAME_FONT assignments.
9900 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
9901 (ns_string_to_lispmod): Change arg to const char.
9902 (ns_term_init): Use NSMenuItem class.
9903 (EmacsApp -openFile:): Move to different section of file.
9904 (EmacsApp -application:openFiles:): Don't return a value, call
9905 -replyToOpenOrPrint:.
9906 (EmacsView -keyDown:): Fix up cast.
9907 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
9908 (EmacsView -menuDown:): Cast tag in call to
9909 find_and_call_menu_selection().
9910 (ns_list_fonts): Remove, unused.
9911 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
9912 (ns_fontname_to_xlfd): Make static.
9913 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
9914 Remove prototypes (now in keyboard.h).
9915 (next_menubar_widget_id): Remove, unused.
9916 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
9917 Remove prototypes (now in keyboard.h).
9918 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
9919
99202008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
9921
9922 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
9923 (floatfns.o): Depend on syssignal.h.
9924 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
9925
9926 * systty.h: Fix previous change that removed BSD_TERMIOS.
9927 Add comments to #ifdefs.
9928
99292008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9930
9931 * w32fns.c (w32-load-color-file): Remove.
9932 (x-open-connection): Use renamed Fx_load_color_file.
9933 * xfaces.c (x-load-color-file): Add.
9934 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
9935 Emacs.clr.
9936 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
9937
99382008-07-31 Michael Albinus <michael.albinus@gmx.de>
9939
9940 * dbusbind.c (Fdbus_call_method_asynchronously)
9941 (Fdbus_method_error_internal): New defuns.
9942 (xd_read_message): Handle also reply messages.
9943 (Vdbus_registered_functions_table): Extend docstring.
9944
99452008-07-31 Juanma Barranquero <lekktu@gmail.com>
9946
9947 * keyboard.c (gobble_input): Fix previous change.
9948
99492008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
9950
9951 * bitmaps/README:
9952 * xfns.c:
9953 * termcap.c:
9954 * term.c:
9955 * syswait.h:
9956 * systty.h:
9957 * systime.h:
9958 * syssignal.h:
9959 * sysdep.c:
9960 * process.h:
9961 * process.c:
9962 * print.c:
9963 * ndir.h:
9964 * lread.c:
9965 * keyboard.c:
9966 * getpagesize.h:
9967 * floatfns.c:
9968 * fileio.c:
9969 * emacs.c:
9970 * doc.c:
9971 * dispnew.c:
9972 * dired.c:
9973 * data.c:
9974 * callproc.c:
9975 * buffer.c:
9976 * README:
9977 * Makefile.in:
9978 * s/template.h:
9979 * s/msdos.h:
9980 * m/vax.h: Remove VMS support.
9981 * s/vms.h:
9982 * vlimit.h:
9983 * uaf.h:
9984 * temacs.opt:
9985 * param.h:
9986 * ioctl.h: Remove file.
9987
99882008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
9989
9990 * s/ms-w32.h (MULTI_KBOARD): Remove.
9991 * xterm.c:
9992 * xselect.c:
9993 * xfns.c:
9994 * window.c:
9995 * w32term.c:
9996 * w32fns.c:
9997 * terminal.c:
9998 * termhooks.h:
9999 * term.c:
10000 * sysdep.c:
10001 * keyboard.h:
10002 * keyboard.c:
10003 * frame.h:
10004 * frame.c:
10005 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
10006 * config.in: Regenerate.
10007
100082008-07-30 Jason Rumney <jasonr@gnu.org>
10009
10010 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
10011
10012 * w32font.c (w32font_encode_char): Leave as unicode if in range.
10013 (w32font_open_internal): Get unicode version of textmetrics.
10014 Don't enable or disable glyph indices here.
10015 (w32font_open): Disable use of glyph indices.
10016
10017 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
10018
100192008-07-30 Chong Yidong <cyd@stupidchicken.com>
10020
10021 * minibuf.c (Vread_buffer_function): Doc fix.
10022
100232008-07-30 John Paul Wallington <jpw@pobox.com>
10024
10025 * minibuf.c (read_buffer_completion_ignore_case): New var.
10026 (Fread_buffer): Use it.
10027
100282008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
10029
10030 * systty.h (sensemode): Remove empty #if. Remove reference to
10031 BSD_TERMIOS, unused.
10032
10033 * sysdep.c: Remove reference to DGUX.
10034 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
10035
10036 * config.in: Regenerate.
10037
100382008-07-30 Jason Rumney <jasonr@gnu.org>
10039
10040 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
10041
100422008-07-29 Jason Rumney <jasonr@gnu.org>
10043
10044 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
10045 is populated.
10046 (uniscribe_encode_char): Always use uniscribe.
10047 Avoid using context if cache is populated.
10048
100492008-07-29 Jan Djärv <jan.h.d@swipnet.se>
10050
10051 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
10052 open menu.
10053
10054 * gtkutil.c (menu_nav_ended): Remove.
10055 (create_menus): Remove signal connect for menu_nav_ended.
10056
100572008-07-28 Chong Yidong <cyd@stupidchicken.com>
10058
10059 * xdisp.c (redisplay_window): Check return value of
10060 compute_window_start_on_continuation_line before forcing a window
10061 start.
10062
100632008-07-28 Jason Rumney <jasonr@gnu.org>
10064
10065 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
10066
10067 * w32term.c (w32_enable_unicode_output, cleartype_active):
10068 Remove obsolete display options.
10069 (x_draw_glyph_string_background): Don't use old cleartype_active
10070 workaround.
10071 (w32_initialize): Remove cleartype_active initialization.
10072 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
10073
100742008-07-28 Andreas Schwab <schwab@suse.de>
10075
10076 * lisp.h (init_weak_hash_tables, syms_of_font)
10077 (xd_read_queued_messages, syms_of_dbusbind): Declare.
10078 (remove_hash_entry): Don't declare.
10079 * eval.c (maybe_call_debugger): Make static and move before use.
10080 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
10081 * xdisp.c: Include "gtkutil.h" if USE_GTK.
10082 * xterm.h (x_set_frame_alpha): Declare.
10083
100842008-07-28 Jan Djärv <jan.h.d@swipnet.se>
10085
10086 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
10087 (create_menus): Connect selection-done to menu_nav_ended.
10088
100892008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10090
10091 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
10092 Set Vx_resource_name to a fallback. Replace read of 'buffered'
10093 parameter with read of 'alpha' one.
10094 (Qns_frame_parameter): Remove.
5582fbc7 10095 * nsselect.m (selection-coding-system)
aac0c6e3
MR
10096 (next-selection-coding-system, Vselection_coding_system)
10097 (Vnext_selection_coding_system): Drop.
10098
100992008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10100
10101 * nsfns.m (do-applescript, do_applescript): Rename to
10102 ns-do-applescript, ns_do_applescript, and move within file.
10103
101042008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10105
10106 Remove support for Mac Carbon.
10107 * mactoolbox.c:
10108 * macterm.h:
10109 * macterm.c:
10110 * macselect.c:
10111 * macmenu.c:
10112 * macgui.h:
10113 * macfns.c:
10114 * mac.c: Remove file.
10115 * s/darwin.h:
10116 * m/intel386.h:
10117 * xfaces.c:
10118 * xdisp.c:
10119 * window.c:
10120 * tparam.c:
10121 * termhooks.h:
10122 * termcap.c:
10123 * term.c:
10124 * syssignal.h:
10125 * sysselect.h:
10126 * sysdep.c:
10127 * process.c:
10128 * lread.c:
10129 * lisp.h:
10130 * keyboard.c:
10131 * image.c:
10132 * fringe.c:
10133 * frame.h:
10134 * frame.c:
10135 * fontset.c:
10136 * font.h:
10137 * font.c:
10138 * fns.c:
10139 * fileio.c:
10140 * emacs.c:
10141 * dispnew.c:
10142 * dispextern.h:
10143 * config.in:
10144 * atimer.c:
2ae37cf0 10145 * Makefile.in: Remove code for Carbon.
aac0c6e3 10146
f0131492 101472008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
10148
10149 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
10150
101512008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10152
10153 * macterm.h (kCGBitmapByteOrder32Host): New define for
10154 non-universal SDKs.
10155
10156 * image.c (mac_create_cg_image_from_image, image_load_image_io)
10157 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10158
10159 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
10160 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10161
101622008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
10163
10164 * w32inevt.c: Include dispextern.h.
10165
101662008-07-26 Andreas Schwab <schwab@suse.de>
10167
10168 * print.c (print_object): Fix off-by-one in last change.
10169
101702008-07-25 Juanma Barranquero <lekktu@gmail.com>
10171
10172 * term.c (syms_of_term): Don't initialize default_orig_pair,
10173 default_set_foreground and default_set_background on Windows.
10174
101752008-07-25 Jason Rumney <jasonr@gnu.org>
10176
10177 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
10178 ScriptItemize. Clean up return value checking. Remove unused
10179 variables.
10180 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
10181 shaping engine.
10182
10183 * w32font.c (w32font_has_char): Handle the case where we can't
10184 determine the script for a character.
10185
101862008-07-25 Chong Yidong <cyd@stupidchicken.com>
10187
10188 * term.c (syms_of_term): Initialize default_orig_pair,
10189 default_set_foreground, and default_set_background.
10190
10191 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
10192 clash (bug#86).
10193 (getloadavg): Callers changed.
10194
10195 * image.c (svg_load_image): Fix last change.
10196 (svg_load_image): Use rsvg_handle_get_dimensions to check that
10197 image size is valid. Use g_object_unref instead of deprecated
10198 rsvg_handle_free to free rsvg handle.
10199 (x_from_xcolors): Don't initialize pixmap (silence compiler).
10200
102012008-07-25 Jason Rumney <jasonr@gnu.org>
10202
10203 * w32font.c (w32font_encode_char): Encode characters outside BMP as
10204 surrogates before looking up glyph index.
10205 (w32font_text_extents): Encode as surrogates if falling back to
10206 functions that need UTF-16 wide chars.
10207
10208 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
10209 BMP as surrogates before looking up glyph index.
10210
102112008-07-25 Chong Yidong <cyd@stupidchicken.com>
10212
10213 * image.c (svg_load_image): Check for failure in return value of
10214 rsvg_handle_get_pixbuf. Free rsvg handle when done.
10215
102162008-07-25 Jason Rumney <jasonr@gnu.org>
10217
10218 * w32font.c (Fx_select_font): Reverse sense of second arg.
10219
102202008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10221
10222 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
10223 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
10224
10225 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
10226 (PURESIZE): Use it.
10227
102282008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10229
10230 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
10231 * m/alpha.h (TEXT_END):
10232 * m/ibmrs6000.h (TEXT_END):
10233 * m/macppc.h (TEXT_END):
10234 * s/darwin.h (TEXT_END):
10235 * s/msdos.h (TEXT_END): Remove, unused.
10236 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
10237 * s/cygwin.h: Remove comment.
10238
10239 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
10240 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
10241 * m/intel386.h (DOT_GLOBAL_START):
10242 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
10243 (USG): Remove, file not used on USG platforms.
10244
10245 * Makefile.in (HAVE_X11): Remove empty #else.
10246
102472008-07-24 Andreas Schwab <schwab@suse.de>
10248
10249 * fileio.c (Finsert_file_contents): Properly adjust undo list
10250 after format conversion.
10251
102522008-07-24 Jan Djärv <jan.h.d@swipnet.se>
10253
10254 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
10255 (menu_nav_ended): Remove.
10256 (create_menus): Remove signal connect for menu_nav_ended.
10257 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
10258 create_menus.
10259 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
10260
102612008-07-23 Jason Rumney <jasonr@gnu.org>
10262
10263 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
10264 with opened font.
10265 (w32font_open): Set font type to gdi.
10266
10267 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
10268
102692008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10270
10271 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
10272 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
10273 defines it.
10274 * unexec.c (ADDR_CORRECT): Define unconditionally.
10275
10276 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
10277
10278 * unexec.c: Remove code depending on !COFF and USG, the file is
10279 not used for such systems.
10280
10281 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
10282 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
10283 (LD_SWITCH_SYSTEM_1): Remove, update users.
10284
10285 * s/darwin.h (DATA_END):
10286 * m/intel386.h (DATA_END):
10287 * m/ibmrs6000.h (DATA_END):
10288 * m/alpha.h (DATA_END): Remove, unused.
10289
10290 * config.in: Regenerate.
10291 * s/ms-w32.h (subprocesses): Define unconditionally.
10292 * s/template.h (subprocesses): Update comment.
10293 * s/vms.h (subprocesses):
10294 * s/usg5-4.h (subprocesses):
10295 * s/hpux10-20.h (subprocesses):
10296 * s/gnu-linux.h (subprocesses):
10297 * s/cygwin.h (subprocesses):
10298 * s/bsd-common.h (subprocesses):
10299 * s/aix4-2.h (subprocesses):
10300 * s/darwin.h (subprocesses): Do not define, defined by default now.
10301
10302 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
10303 Remove all references.
10304 (temacs): Add GNUstep specific ld flags.
10305
10306 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
10307 similarly to what X does.
10308
103092008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10310
10311 * nsfns.m (x-list-fonts): Remove.
10312 (syms_of_nsfns): Drop the x-list-fonts declaration.
10313 * nsterm.m: Get rid of remaining "//" comments.
10314
103152008-07-22 Chong Yidong <cyd@stupidchicken.com>
10316
10317 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
10318
10319 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
10320 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
10321 (Fns_own_selection_internal, Fx_disown_selection_internal)
10322 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
10323
10324 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
10325 ... */' style of docstrings. Doc fixes.
10326
103272008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10328
10329 * terminfo.c (UP, BC, PC): Undo previous change.
10330
10331 * nsfns.m: Rename ns prefixed functions/variables to the
10332 corresponding x versions. Update references.
10333
103342008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10335
10336 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
10337
103382008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10339
10340 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
10341 Remove forwarding functions.
10342 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
10343 non-static.
10344 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
10345 non-static.
10346 (ns_frame_parm_handlers): Use the new names.
10347 (syms_of_nsfns): Move to the end of file.
10348
10349 * nsterm.m (syms_of_nsterm): Move to the end of file.
10350
10351 * dispnew.c (init_display): Remove code for X10.
10352
103532008-07-22 Jason Rumney <jasonr@gnu.org>
10354
10355 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
10356 bare drive.
10357
103582008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10359
10360 * nsterm.m (syms_of_nsterm): Remove debugging println.
10361
103622008-07-22 David Reitter <david.reitter@gmail.com>
10363
10364 * nsfns.m (do_applescript, F_do_applescript): NS version of the
10365 Carbon implementation of the same functionality: execute arbitrary
10366 AppleScript code.
10367
103682008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10369
10370 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
10371 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
10372 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
10373 (Fx_display_mm_height, Fx_display_mm_width)
10374 (Fx_display_backing_store, Fx_display_visual_class)
10375 (Fx_display_save_under, Fx_open_connection)
10376 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
10377 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
10378 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10379 (Fx_display_pixel_width, Fx_display_pixel_height)
10380 (Fx_display_usable_bounds, Fx_display_planes)
10381 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
10382 ... */' style of docstrings.
10383
103842008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10385
10386 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
10387 on this platform.
10388 (mips):
10389 * m/iris4d.h (mips): Do not define.
10390 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
10391
10392 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
10393
10394 * image.c:
10395 * nsfns.m:
10396 * nsselect.m:
10397 * nsterm.h:
10398 * nsterm.m: Rename ns prefixed functions/variables to the
10399 corresponding x versions. Update references.
10400
10401 * m/ibms390x.h (NO_REMAP): Do not undefine.
10402
10403 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
10404
104052008-07-21 Chong Yidong <cyd@stupidchicken.com>
10406
10407 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
10408 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
10409 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
10410 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
10411 (Fns_display_mm_height, Fns_display_mm_width)
10412 (Fns_display_backing_store, Fns_display_visual_class)
10413 (Fns_display_save_under, Fns_open_connection)
10414 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
10415 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
10416 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10417 (Fns_display_pixel_width, Fns_display_pixel_height)
10418 (Fns_display_usable_bounds, Fx_display_planes)
10419 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
10420
104212008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
10422
10423 * print.c (print_object): Check print_depth before searching for
10424 circularities.
10425
104262008-07-21 Michael Albinus <michael.albinus@gmx.de>
10427
10428 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
10429 only sprintf.
10430
104312008-07-21 Kenichi Handa <handa@m17n.org>
10432
10433 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
10434
104352008-07-20 Andreas Schwab <schwab@suse.de>
10436
10437 * syntax.c (find_start_pos, find_start_value)
10438 (find_start_value_byte, find_start_begv, find_defun_start)
10439 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
10440
104412008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10442
10443 * s/sol2-3.h: Insert contents of s/sol2.h.
10444 (LD_SWITCH_SYSTEM): Remove redundant definition.
10445 * s/sol2.h: Remove, unused.
10446
104472008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10448
10449 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
10450
104512008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10452
10453 * Makefile.in (ns_appdir): Fix typo in find command.
10454
104552008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10456
10457 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
10458
10459 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
10460 added not supported anymore.
10461
10462 * s/usg5-4-2.h (LIBS_SYSTEM):
10463 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
10464
10465 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10466 * s/lynxos.h (GETPGRP_NO_ARG):
10467 * s/hpux10-20.h (NO_SIOCTL_H):
10468 * s/gnu.h (GETPGRP_NO_ARG):
10469 * s/gnu-linux.h (NO_SIOCTL_H):
10470 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10471 * s/cygwin.h (GETPGRP_NO_ARG):
10472 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
10473 (C_DEBUG_SWITCH): Remove duplicate definition.
10474
10475 * m/ibms390.h: Remove boilerplate comments.
10476
10477 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
10478
10479 * process.c (HAVE_SERIAL): Consolidate ifdefs.
10480 (wait_reading_process_output): Remove code for SunOS, platform not
10481 supported anymore. Use SOLARIS2 instead of sun.
10482
104832008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10484
10485 * font.c (font_open_by_name): Under NS, default lface height to zero.
10486 (font_open_for_lface): Under NS, set size based on frame fontsize.
10487 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
10488 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
10489
104902008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10491
10492 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
10493 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
10494 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
10495 YES/NO.
10496 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
10497 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
10498 * Makefile.in (clean): Clear out build destination dir.
10499
105002008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10501
10502 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
10503 xterm, xselect.
10504 * lisp.h: Remove declaration of hash_remove.
10505 * nsgui.h: Remove redefinitions of hash_remove.
10506 * fns.c (hash_remove): Rename to hash_remove_from_table.
10507
105082008-07-19 Seiji Zenitani <zenitani@mac.com>
10509
10510 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
10511 strdup() the family UTF8String before modifying it.
10512
105132008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10514
10515 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
10516 NS_FACE_BACKGROUND with 0 instead of nil.
10517 * nsfont.m (nsfont_draw): Same.
10518
105192008-07-19 Chong Yidong <cyd@stupidchicken.com>
10520
10521 * nsfns.m (ns_set_background_color): Fix crash.
10522
105232008-07-18 Chong Yidong <cyd@stupidchicken.com>
10524
10525 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
10526
105272008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
10528
10529 * puresize.h (BASE_PURESIZE): Increase to 1240000.
10530
105312008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10532
10533 * gtkutil.c: Include <config.h> instead of "config.h".
10534
10535 * lisp.h (Foverlay_buffer): Add EXFUN.
10536
10537 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
10538 child process to complete child_setup. Undo 2005-09-21 change.
10539
10540 * s/darwin.h: Mention setsid after vfork.
10541
105422008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10543
10544 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
10545 Depend on macgui.h.
10546
10547 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
10548 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
10549
10550 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
10551 and f19.
10552 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
10553
10554 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
10555 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
10556 Remove enumerators.
10557
10558 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
10559 Check if FACE_FROM_ID returns NULL.
10560
105612008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
10562
10563 * w32inevt.c (change_frame_size): Remove extern declaration.
10564 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
10565 change_frame_size.
10566
105672008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10568
10569 * getloadavg.c: Revert last change (2008-07-15).
10570
105712008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10572
10573 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 10574 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
10575 from configure.
10576
105772008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10578
10579 * s/sol2.h:
10580 * s/sol2-4.h: Reorganize conditionals.
10581
10582 * ecrt0.c: Remove code depending on m68000, not used anymore.
10583
10584 * fns.c (hash_remove): Make static.
10585 * lisp.h (hash_remove): Don't prototype.
10586
10587 * m/ibmrs6000.h:
10588 * m/ibms390x.h:
10589 * m/macppc.h: Remove boilerplate comments.
10590
10591 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
10592 Solaris, which does not need them.
10593
10594 * m/vax.h: Remove comments about unsupported systems.
10595
10596 * s/darwin.h: Reorganize ifdefs.
10597
105982008-07-17 Andreas Schwab <schwab@suse.de>
10599
10600 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
10601
106022008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10603
10604 Use SDATA. Follow coding convention of placing operators at
10605 beginning of next line rather than end of previous line, and placing
10606 spaces around infix operators.
10607
10608 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
10609 in case it was defined already.
10610 USE @GNUSTEP_MAKEFILES@ rather than envvars.
10611 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
10612 ns_default.
10613 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
10614 Lisp_Objects.
10615 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
10616 (ns_defined_color, ns_color_to_lisp): Declare.
10617 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
10618 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
10619 it's accepted even with USE_LISP_UNION_TYPE.
10620 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
10621 (update_frame_tool_bar): Remove apparently obsolete tests for
10622 non-integerness of f->tool_bar_lines.
10623 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
10624 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
10625 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
10626 (nsfont_open): Don't confuse NULL for Qnil.
10627 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
10628 * menu.h (find_and_call_menu_selection):
10629 * menu.c (find_and_call_menu_selection): Use just int for vector size.
10630 (find_and_return_menu_selection): Always return something.
10631 * frame.h: Include dispextern.h for Display_Info.
10632 (display_x_get_resource): Declare.
10633
106342008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
10635
10636 * syntax.c: Remove stdio.h include accidentally introduced in
10637 Emacs.app commit.
10638 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
10639 NS_IMPL_COCOA.
10640 * keyboard.c (handle_async_input, input_available_signal): Remove
10641 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
10642
106432008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10644
10645 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
10646 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
10647 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
10648 Use SDATA.
10649
10650 * keymap.c: Remove all NS-specific code.
10651 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
10652 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
10653 where_is_preferred_modifier, return a different value depending on how
10654 preferred is the binding.
10655 (where_is_internal): Adjust accordingly.
10656 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
10657 Adjust to new preferred_sequence_p.
10658 (syms_of_keymap): Declare `where-is-preferred-modifier'.
10659 * keyboard.c (parse_solitary_modifier): Not static any more.
10660 * keyboard.h (parse_solitary_modifier): Declare.
10661
106622008-07-16 Andreas Schwab <schwab@suse.de>
10663
10664 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
10665 of easymenu.
10666
106672008-07-16 Chong Yidong <cyd@stupidchicken.com>
10668
10669 * xdisp.c (move_it_in_display_line): Account for word wrap, so
10670 that we don't move off the line.
10671
106722008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10673
10674 * keyboard.c (Qsuper): Remove.
10675 (parse_menu_item): Don't call where_is_internal specially for NS.
10676
106772008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10678
10679 * s/gnu-linux.h: Remove boilerplate comments.
10680
10681 * m/alpha.h (__ELF__): Consolidate conditions.
10682
10683 * m/m68k.h (linux): Use GNU_LINUX instead.
10684 Remove boilerplate comments.
10685
10686 * m/intel386.h: Undo refactoring from previous change.
10687 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
10688 too, remove dead code.
10689 (linux): Use GNU_LINUX instead.
10690
106912008-07-16 Jason Rumney <jasonr@gnu.org>
10692
10693 * w32gui.h: Repeat 26 June changes lost by last change.
10694
106952008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10696
10697 * systty.h: Remove code for Aix on 386, unsupported platform.
10698
10699 * s/ms-w32.h: Remove boilerplate comments.
10700 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
10701
10702 * s/gnu-linux.h (TERM): Remove support.
10703 (HAVE_SYSVIPC): Remove, unused.
10704 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
10705 for this system.
10706
10707 * process.c: Remove support for IRIS, unused.
10708 Remove support for TERM, not relevant anymore.
10709
10710 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
10711 used with the definition.
10712
10713 * s/aix4-2.h (static): Do not undef.
10714
10715 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
10716 only used on Aix.
10717 (HAVE_SYSVIPC): Remove, unused.
10718
10719 * m/hp800.h (CANNOT_DUMP): Do not undef.
10720
10721 * m/alpha.h: Fix comment.
10722
10723 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
10724 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
10725 used by this configuration.
10726 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
10727 * unexec.c: Remove code depending on HPUX and
10728 USG_SHARED_LIBRARIES, not used with this file. Remove code
10729 depending on IRIS, unused. Remove if 0-ed code.
10730
10731 * s/template.h: Remove comments about static.
10732
10733 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
10734 Remove if 0-ed code.
10735 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
10736 were the same as the default.
10737 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
10738 Remove boilerplate comments.
10739 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
10740 (HAVE_SYSVIPC): Remove, unused.
10741 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
10742
10743 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10744 Remove boilerplate comments.
10745 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10746 Remove boilerplate comments.
10747 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10748 Remove boilerplate comments.
10749 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
10750
10751 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
10752 USG systems which do not use DATA_SEG_BITS.
10753 Refactor code. Remove boilerplate comments.
10754
10755 * m/ibms390.h:
10756 * m/m68k.h:
10757 * s/bsd-common.h:
10758 * s/cygwin.h:
10759 * s/darwin.h:
10760 * s/freebsd.h:
10761 * s/gnu.h:
10762 * s/msdos.h: Remove boilerplate comments.
10763
10764 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 10765 do not use this file.
aac0c6e3
MR
10766 (IRIS_4D): Remove, unused.
10767
10768 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 10769 do not use this file.
aac0c6e3
MR
10770 (SIGN_EXTEND_CHAR):
10771 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
10772 * unexmips.c: Remove file, unused.
10773
10774 * editfns.c (Fuser_full_name): Replace the only use of
10775 USER_FULL_NAME with its value.
10776 * config.in: Regenerate.
10777
107782008-07-16 David Reitter <david.reitter@gmail.com>
10779
10780 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
10781 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
10782
107832008-07-16 Glenn Morris <rgm@gnu.org>
10784
10785 * emacs.c (system-type): Doc fix.
10786
107872008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
10788
10789 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
10790 If the cache doesn't work, let's fix it, rather than work around it.
10791
107922008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10793
10794 * Makefile.in: Correct additions for nsfont.o in last commit.
10795 * nsfont.m: New file (forgot last commit).
10796
107972008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
10798
10799 * callproc.c (set_initial_environment): Initialize
10800 Vprocess_environment under CANNOT_DUMP (fixes crash when
10801 batch-compiling for bootstrap).
10802
108032008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
4e2af782 10804 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
10805
10806 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
10807 fix crash due to different init order.
10808
108092008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10810
10811 Changes and additions for NeXTstep windowing system (Cocoa and
10812 GNUstep) support.
10813
10814 * Makefile.in:
10815 * config.in: Support defines and build commands for NS port.
10816 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
10817 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
10818 * dispextern.h: Include nsgui.h and add needed typedefs under NS
10819 windowing.
10820 (struct face): Add synth_ital field.
10821 * dispnew.c: Include nsterm.h when compiling under NS windowing.
10822 (init_display): Initialize Vinitial_window_system to "ns" when so
10823 compiled.
10824 * emacs.c: Include GSConfig.h when compiling under GNUstep.
10825 (display_arg): Use under NS.
10826 (main): Under NS, allocate autorelease pool and handle command line
10827 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
10828 (standard_args): Add NS-specific args.
10829 (shut_down_emacs): Shut down NS terminal if compiled under NS.
10830 * font.c (DEFAULT_ENCODING): New variable.
10831 (font_find_for_lface): Use it.
10832 (syms_of_font): Load syms_of_nsfont under NS.
10833 * font.h: Declare nsfont_driver when compiled under NS.
10834 * fontset.c: When compiling under NS, include nsterm.h.
10835 (fontset_from_font): Autoconstruct fontset under NS.
10836 * frame.c (various): Under NS, include nsterm.h, add Qns window system
10837 symbol, document and use it.
10838 (do_switch_frame): When for_deletion under Cocoa, add
10839 Fraise_frame(Qnil).
10840 (x_set_frame_parameters): Ensure font attribute changes are picked up.
10841 (x_get_arg): Allow "yes" and "no" as boolean values.
10842 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
10843 Qright under Cocoa.
10844 (focus-follows-mouse): Default to 0 under NS.
10845 * frame.h (enum output_method): Add output_ns.
10846 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
10847 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
10848 (FRAME_WINDOW_P): NS-specific definition.
10849 * fringe.c (max_used_fringe_bitmap): Make public.
10850 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
10851 (getloadavg): Use NeXT code under descendant OS's.
10852 * image.c (includes and header section, x_create_bitmap_from_data)
10853 (x_create_bitmap_from_file, free_bitmap_record, image_background)
10854 (image_background_transparent, x_clear_image_1)
10855 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
10856 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
10857 (x_to_xcolors, x_from_xcolors, x_disable_image)
10858 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
10859 other GUIs, including XPM support using code originally written for
10860 Carbon GUI.
10861 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
10862 using NS API.
10863 (image_ascent): Use font metrics macros instead of direct struct field
10864 access.
10865 * keyboard.c (includes): Add nsterm.h when compiling under NS.
10866 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
10867 Also, handle NS as GTK for menu bar purposes.
10868 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
10869 toolkit where they differ.
10870 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
10871 use cachelist, still needed under NS.
10872 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
10873 (struct widget_value): Define it here for menu.c.
10874 * keymap.c (includes): Include modifier internals.
10875 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
10876 NS.
10877 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
10878 support for preferring sequences using certain modifiers, specified by
10879 the FIRSTONLY argument.
10880 * lisp.h (hash_remove): Rename to avoid name clash when compiling
10881 under NS GNUstep implementation.
10882 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
10883 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
10884 * menu.c: Include nsterm.h under NS.
10885 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
10886 (free_menubar_widget_tree_value, update_submenu_strings)
10887 (find_and_call_menu_selection): Treat NS as X and NT.
10888 (find_and_return_menu_selection): New function, used for popup menus.
10889 * nsgui.h:
10890 * nsterm.h:
10891 * nsfns.m:
10892 * nsimage.m:
10893 * nsmenu.m:
10894 * nsselect.m:
10895 * nsterm.m: New files.
10896 * process.c (wait_reading_process_output): Under NS, call ns_select()
10897 instead of plain select().
10898 * syntax.c (char_quoted): Under NS, avoid a crash when called near
10899 beginning of buffer.
10900 * sysselect.h (init_process): Rename when compiling under Cocoa to
10901 avoid name conflict.
10902 * termhooks.h (display_info): Add ns_display_info to union.
10903 * terminal.c (Fterminal_live_p): Add ns to terminal types.
10904 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
10905 COCOA environment.
10906 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
10907 unexec() signature. (Note, this will dump, but the resulting file
10908 crashes; unexosx is used instead; keeping around for reference and
10909 possible aid in getting dump working under GNUstep.)
10910 * w32gui.h (button_type, widget_value): Remove definitions (now in
10911 keyboard.h).
10912 * window.c: Include nsterm.h when compiling under NS.
10913 * xdisp.c (includes): Include nsterm.h when compiling under NS.
10914 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
10915 other GUI windowing systems.
10916 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
10917 GTK.
10918 (x_consider_frame_title): Under NS, set icon type and frame
10919 modified-state indicator; use ns_set_name_as_filename() when using
10920 formatted title.
10921 (update_window_cursor): Make public when compiling under NS.
10922 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
10923 (hourglass_atimer, Vhourglass_delay
10924 * xfaces.c (header section, init_frame_faces, clear_font_table)
10925 (defined_color, unload_color, x_face_list_fonts)
10926 (prepare_face_for_display): Add NS support parallel to other GUIs.
10927 Emulate GCs like other non-X GUIs.
10928 (split_font_name): Don't lowercase font name under NS.
10929 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
10930 under NS.
10931 * s/darwin.h: Add support for compilation under NS.
10932
109332008-07-15 Jason Rumney <jasonr@gnu.org>
10934
10935 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
10936 (w32_show_hourglass): Rename from show_hourglass.
10937 (w32_hide_hourglass): Rename from hide_hourglass.
10938 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
10939 (Vhourglass_delay): Declare extern.
10940 (hourglass_started): Remove.
10941
10942 * xdisp.c (Vhourglass_delay): Remove static.
10943 (hourglass_started, start_hourglass, cancel_hourglass):
10944 Don't include these versions on WINDOWSNT.
10945
109462008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10947
10948 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
10949 variables (formerly in xfns.c).
10950 (show_hourglass, hide_hourglass): New prototypes (same).
10951 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
10952 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
10953 in xfns.c).
10954 (syms_of_xdisp): Declare/initialize display-hourglass,
10955 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
10956 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
10957 formerly in xfns.c.
10958 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
10959 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
10960 (start_hourglass, cancel_hourglass): Remove.
10961 (show_hourglass, hide_hourglass): Remove prototypes and static
10962 modifiers.
10963 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
10964 hourglass_atimer, hourglass_shown_p declaration/initialization.
10965 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
10966 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
10967 (start_hourglass, cancel_hourglass): Remove.
10968 (show_hourglass, hide_hourglass): Remove prototypes and static
10969 modifiers.
10970 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
10971 hourglass_atimer, hourglass_shown_p declaration/initialization.
10972 * w32fns.c (display_hourglass_p, Vhourglass_delay)
10973 (DEFAULT_HOURGLASS_DELAY): Remove.
10974 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
10975 hourglass_shown_p declaration/initialization.
10976
109772008-07-14 Jason Rumney <jasonr@gnu.org>
10978
10979 * w32fns.c (w32_get_arg): Remove wrapper function.
10980 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
10981 directly.
10982 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
10983
109842008-07-14 Kenichi Handa <handa@m17n.org>
10985
10986 * xfont.c (xfont_open): Add workaround for X's bug.
10987
109882008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10989
10990 * fontset.c: Include <stdio.h> unconditionally.
10991
109922008-07-13 Michael Albinus <michael.albinus@gmx.de>
10993
10994 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
10995 for filtering.
10996
109972008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10998
10999 * s/vms.h: Use __GNUC__ instead of _GNUC_.
11000
11001 * m/macppc.h:
11002 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
11003
11004 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
11005 (SPECIAL_EMACS_INT):
11006 * m/ia64.h (SPECIAL_EMACS_INT):
11007 * m/amdx86-64.h (SPECIAL_EMACS_INT):
11008 * s/gnu.h (NLIST_STRUCT):
11009 * s/aix4-2.h (X11R5_INHIBIT_I18N):
11010 * s/gnu-linux.h (LINUX):
11011 * s/msdos.h (HAVE_FACES):
11012 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
11013
11014 * systty.h:
11015 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
11016 anymore.
11017
110182008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
11019
11020 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
11021 always defined as int.
11022
11023 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
11024 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
11025 * s/gnu-linux.h (HAVE_WAIT_HEADER):
11026 * s/freebsd.h (HAVE_WAIT_HEADER):
11027 * s/bsd-common.h (HAVE_UNION_WAIT):
11028 * s/aix4-2.h (HAVE_WAIT_HEADER):
11029 * m/mips.h (HAVE_UNION_WAIT):
11030 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
11031 (COFF, static): Do not define, they are undefined later in the file.
11032
11033 * process.c (update_status): Don't use a union.
11034 (status_convert):
11035 (sigchld_handler): Use int instead of WAITTYPE.
11036
110372008-07-12 Chong Yidong <cyd@stupidchicken.com>
11038
11039 * indent.c (Fvertical_motion): Restore hscroll before moving to
11040 goal column.
11041
110422008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11043
11044 * lisp.h: Remove left over code.
11045
110462008-07-11 Andreas Schwab <schwab@suse.de>
11047
11048 * lisp.h: Fix logic in last change.
11049
11050 * menu.h: New file.
11051 * menu.c: Include it.
11052 * xmenu.c: Likewise.
11053 * Makefile.in: Update dependencies.
11054
110552008-07-11 Kenichi Handa <handa@m17n.org>
11056
11057 * fontset.c (fontset_from_font): Cancel the previous change.
11058
110592008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11060
11061 * lisp.h:
11062 * w32heap.c:
11063 * emacs.c:
11064 * alloc.c: Replace all references of NO_UNION_TYPE with
11065 USE_LISP_UNION_TYPE.
11066
11067 * m/xtensa.h (NO_UNION_TYPE):
11068 * m/vax.h (NO_UNION_TYPE):
11069 * m/template.h (NO_UNION_TYPE):
11070 * m/sparc.h (NO_UNION_TYPE):
11071 * m/mips.h (NO_UNION_TYPE):
11072 * m/macppc.h (NO_UNION_TYPE):
11073 * m/m68k.h (NO_UNION_TYPE):
11074 * m/iris4d.h (NO_UNION_TYPE):
11075 * m/intel386.h (NO_UNION_TYPE):
11076 * m/ibms390x.h (NO_UNION_TYPE):
11077 * m/ibms390.h (NO_UNION_TYPE):
11078 * m/ibmrs6000.h (NO_UNION_TYPE):
11079 * m/ia64.h (NO_UNION_TYPE):
11080 * m/hp800.h (NO_UNION_TYPE):
11081 * m/arm.h (NO_UNION_TYPE):
11082 * m/amdx86-64.h (NO_UNION_TYPE):
11083 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
11084 defining it the same.
11085
110862008-07-10 Chong Yidong <cyd@stupidchicken.com>
11087
11088 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
11089
110902008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
11091
11092 * fileio.c:
50426a04 11093 * sysdep.c:
aac0c6e3
MR
11094 * systty.h:
11095 * m/ibmrs6000.h:
11096 * m/iris4d.h:
11097 * s/aix4-2.h:
11098 * s/freebsd.h:
11099 * s/gnu-linux.h:
11100 * s/hpux10-20.h:
11101 * s/hpux11.h:
11102 * s/netbsd.h:
11103 * s/sol2-3.h:
11104 * s/sol2-4.h:
11105 * s/sol2.h:
11106 * s/usg5-4.h:
11107 * s/vms.h: Remove references to unused variables.
11108
111092008-07-10 Andreas Schwab <schwab@suse.de>
11110
11111 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
11112 pattern before matching the generic family.
11113
111142008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
11115
11116 * unexec.c:
11117 * s/vms.h:
11118 * s/usg5-4-2.h:
11119 * s/sol2-5.h:
11120 * s/freebsd.h:
11121 * s/darwin.h: Remove dead code.
11122
11123 * m/template.h:
11124 * m/sparc.h:
11125 * m/mips.h:
11126 * m/m68k.h:
11127 * m/iris4d.h:
11128 * m/intel386.h:
11129 * m/ibms390x.h:
11130 * m/ibms390.h:
11131 * m/ia64.h:
11132 * m/hp800.h:
11133 * m/arm.h:
11134 * m/amdx86-64.h: Remove dead code and references to unused
11135 and compiler defined symbols.
11136
11137 * unexmips.c:
11138 * unexelf.c: Remove references to desupported systems.
11139
11140 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
11141
11142 * m/powermac.h: Remove boilerplate comments.
11143 (NO_REMAP): Remove unused definition.
11144
11145 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
11146 define them.
11147
111482008-07-10 Kenichi Handa <handa@m17n.org>
11149
11150 * xfont.c (xfont_open): Log the reason of failure.
11151
111522008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11153
11154 * fontset.c (fontset_get_font_group):
11155 * font.c (font_check_otf): Specify argument types.
11156
111572008-07-09 Kenichi Handa <handa@m17n.org>
11158
11159 * coding.c (detect_coding_utf_8): Set detect_info->found only when
11160 non-ASCII char is found.
11161
11162 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
11163 (reorder_font_vector): Change the arg preferred_family to font.
11164 Prefer the spec matching with font.
11165 (fontset_get_font_group): New function.
11166 (fontset_find_font): Change the format of an element of a realized
11167 fontset. Use fontset_get_font_group.
11168 (fontset_font): Try the current fontset, the default fontset, the
11169 fallbacks of the current fontset, and the fallbacks of the default
11170 fontset in this order.
11171 (face_for_char): Delete the shortcut to use the current font.
11172 (fontset_from_font): Don't set fonts for Latin in the fontset.
11173
11174 * font.h (font_make_object, font_match_p): Adjust prototypes.
11175
11176 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
11177
11178 * font.c (font_make_object): New arg entity and pixelsize.
11179 (font_check_otf_features, font_check_otf): New functions.
11180 (font_match_p): Check :lang, :script, and :otf properties.
11181
11182 * xfont.c (xfont_open): Adjust it for the change of
11183 font_make_object.
11184 (xfont_text_extents): Fix initial setting of metrics.
11185
11186 * ftfont.c (struct ftfont_info): New member index, delete member
11187 fc_charset_idx. Make the member order compatible with struct
11188 xftfont_info.
11189 (fc_charset_table): Change charset names to registry names.
11190 (ftfont_pattern_entity): Delete the args registry and
11191 fc_charset_idx. Change the value of :font-entity property
11192 to (FONTNAME . INDEX). Always set :registry property to
11193 `iso10646-1'.
11194 (struct ftfont_cache_data): New struct.
11195 (ftfont_lookup_cache): New arg for_face.
11196 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
11197 (ftfont_driver): Set the member otf_capability.
11198 (ftfont_get_charset): Adjust it for the change of
11199 fc_charset_table.
11200 (OTF_TAG_SYM): New macro.
11201 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
11202 for the change of fc_charset_table.
11203 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
11204 ftfont_pattern_entity. Add FC_INDEX to objset.
11205 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
11206 and ftfont_pattern_entity.
11207 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
11208 font_make_object, struct ftfont_info.
11209 (ftfont_has_char): Use ftfont_get_fc_charset.
11210 (ftfont_otf_features, ftfont_otf_capability): New functions.
11211 (ftfont_shape): Use ftfont_get_otf.
11212 (ftfont_text_extents): Fix initial setting of metrics.
11213
11214 * xftfont.c (struct xftfont_info): New member ft_size. Make the
11215 member order compatible with struct ftfont_info.
11216 (xftfont_open): Add FC_CHARSET to the pattern. Set
11217 xftfont_info->ft_size. Don't unlock the face. Check BDF
11218 properties if appropriate.
11219 (xftfont_close): Unlock the face.
11220 (xftfont_anchor_point, xftfont_shape): Deleted.
11221 (syms_of_xftfont): Don't set members anchor_point and shape of
11222 xftfont_driver.
11223
11224 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
11225 font_make_object.
11226
11227 * w32font.c (w32font_open): Adjust it for the change of
11228 font_make_object.
11229 (w32font_open_internal): Don't set properties of font_object here.
11230
112312008-07-08 Chong Yidong <cyd@stupidchicken.com>
11232
11233 * macfns.c (x_create_tip_frame):
11234 * w32fns.c (x_create_tip_frame):
11235 * xfns.c (x_create_tip_frame): Pass parameter argument to
11236 face-set-after-frame-default.
11237
11238 * xfaces.c (Finternal_merge_in_global_face): Save merged
11239 attributes for the default face back into the face vector.
11240
112412008-07-08 Andreas Schwab <schwab@suse.de>
11242
11243 * fontset.h: Declare fontset_from_font. Don't declare
11244 new_fontset_from_font and fontset_from_font_name.
11245 * xterm.c: Include "fontset.h".
11246 * Makefile.in (xterm.o): Update dependencies.
11247
112482008-07-08 Glenn Morris <rgm@gnu.org>
11249
11250 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
11251 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
11252
112532008-07-07 Chong Yidong <cyd@stupidchicken.com>
11254
11255 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
11256 (x_set_frame_parameters): Don't bind it.
11257
112582008-07-07 Juanma Barranquero <lekktu@gmail.com>
11259
11260 * w32fns.c (map_w32_filename): Declare extern.
11261
112622008-07-07 Jason Rumney <jasonr@gnu.org>
11263
11264 * w32term.c (WS_EX_LAYERED): Define if not already.
11265
112662008-07-06 Chong Yidong <cyd@stupidchicken.com>
11267
11268 * xfaces.c (set_font_frame_param): Don't try to set the font
11269 parameter if it is still unspecified in the lface.
11270
112712008-07-05 Chong Yidong <cyd@stupidchicken.com>
11272
11273 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
11274 face if it didn't already exist.
11275
11276 * xdisp.c (try_window_id): Give up if word-wrapping is on.
11277
112782008-07-05 Andreas Schwab <schwab@suse.de>
11279
11280 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
11281
112822008-07-05 Chong Yidong <cyd@stupidchicken.com>
11283
11284 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
11285 word-wrapping.
11286 (IT_DISPLAYING_WHITESPACE): New macro.
11287 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
11288 when word-wrapping. Simplify word-wrapping logic. Use correct
11289 pixel positions when saving copies of the iterator.
11290 (display_line): Use proper wrap point if the last character on a
11291 line was preceded by whitespace.
11292
112932008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11294
11295 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
11296
112972008-07-04 Kenichi Handa <handa@m17n.org>
11298
11299 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
11300
11301 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
11302
113032008-07-02 Jason Rumney <jasonr@gnu.org>
11304
11305 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 11306 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
11307
11308 * xdisp.c (next_element_from_display_vector): Move assignment out
11309 of if statement.
11310
113112008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
11312
11313 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
11314
11315 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
11316 (syms_of_fileio): Initialize and export them.
11317 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
11318
11319 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
11320 (Fsystem_move_file_to_trash): New function.
11321 (syms_of_w32fns): Export it to lisp.
11322
113232008-07-01 Jason Rumney <jasonr@gnu.org>
11324
11325 * w32font.c (w32font_text_extents): Don't count overhang as part
11326 of width.
11327
113282008-06-30 Miles Bader <miles@gnu.org>
11329
11330 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
11331 Add `avoid_cursor_p' field.
11332
11333 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
11334 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
11335 (append_glyph, append_composite_glyph, produce_image_glyph)
11336 (append_stretch_glyph): Initialize avoid_cursor_p.
11337 (get_it_property): Rename from `get_line_height_property'.
11338 (x_produce_glyphs): Use get_it_property.
11339 (handle_line_prefix, push_display_prop): New functions.
11340 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
11341 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
11342 New variables.
11343 (syms_of_xdisp): Initialize them.
11344
113452008-06-30 Kenichi Handa <handa@m17n.org>
11346
11347 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
11348 XftDefaultSubstitute (they are called in XftFontMatch).
11349 (xftfont_open): Fix args to ftfont_font_format.
11350
11351 * ftfont.c (fc_charset_table): New member lang.
11352 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 11353 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
11354 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
11355 (ftfont_open): Fix args to ftfont_font_format.
11356 (ftfont_font_format): New arg filename.
11357
113582008-06-30 Chong Yidong <cyd@stupidchicken.com>
11359
11360 * xfaces.c (Finternal_merge_in_global_face): If default face was
11361 modified, realize it again. Update the font face attribute.
11362
113632008-06-29 Jason Rumney <jasonr@gnu.org>
11364
11365 * w32term.c (x_set_frame_alpha): Fix logic.
11366
113672008-06-29 Kenichi Handa <handa@m17n.org>
11368
11369 * fontset.c (Finternal_char_font): Return font-object instead of
11370 font-name.
11371
11372 * composite.c (get_composition_id): Fix the width calculation for TAB.
11373
113742008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * indent.c (Fvertical_motion): Properly handle float column arg.
11377
113782008-06-28 Jason Rumney <jasonr@gnu.org>
11379
11380 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
11381 (pfnSetLayeredWindowAttributes): New function pointer.
11382 (w32_initialize): Initialize it when supported.
11383 (x_set_frame_alpha): New function.
11384
11385 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
11386 (w32_frame_parm_handlers): Set alpha handler.
11387
11388 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
11389
113902008-06-27 Jason Rumney <jasonr@gnu.org>
11391
11392 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
11393 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
11394 (w32_to_x_charset, x_to_w32_charset)
11395 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11396 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11397 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11398 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11399 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11400 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11401 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
11402 (Qw32_charset_unicode): Remove.
11403 (syms_of_w32fns): Update for above changes.
11404
11405 * w32font.c (w32_to_x_charset, x_to_w32_charset)
11406 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11407 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11408 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11409 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11410 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11411 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11412 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
11413 (syms_of_w32font): Update for above changes.
11414
114152008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
11416
11417 * s/usg5-4.h: Fix previous change: keep the correct branch of a
11418 removed #if.
11419 (USG_SHARED_LIBRARIES): Remove duplicate definition.
11420
114212008-06-26 Juanma Barranquero <lekktu@gmail.com>
4e2af782 11422 Eli Zaretskii <eliz@gnu.org>
aac0c6e3
MR
11423
11424 * makefile.w32-in (LOCAL_FLAGS):
11425 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
11426
11427 * sysdep.c (_spawnlp, _getpid):
11428 Declare with explicit _cdecl instead of _CRTAPI1.
11429
11430 * editfns.c (Fget_internal_run_time):
11431 Check for WINDOWSNT with #ifdef, not #if.
11432
114332008-06-26 Jason Rumney <jasonr@gnu.org>
11434
11435 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
11436
11437 * w32term.c (x_draw_glyph_string_foreground)
11438 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
11439 Use FONT_HANDLE macro.
11440 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
11441
11442 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11443 (uniscribe_encode_char): Use FONT_HANDLE macro.
11444
11445 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
11446 (w32font_text_extents): Use precast w32_font.
11447 (w32font_close): Free cached metrics.
11448 (w32font_open_internal): Allocate space for name on stack.
11449
114502008-06-26 Chong Yidong <cyd@stupidchicken.com>
11451
11452 * xdisp.c (extend_face_to_end_of_line): Fix last change.
11453
114542008-06-26 Jason Rumney <jasonr@gnu.org>
11455
11456 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
11457 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
11458
114592008-06-26 Juanma Barranquero <lekktu@gmail.com>
11460
11461 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
11462
114632008-06-26 Jason Rumney <jasonr@gnu.org>
11464
11465 * w32bdf.c, w32bdf.h: Remove obsolete files.
11466
11467 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
11468
11469 * w32gui.h: Don't include w32bdf.h.
11470 (XCharStruct, enum w32_char_font_type, W32FontStruct):
11471 Remove obsolete font support.
11472
11473 * w32font.h (struct w32font_info): Remove compat_w32_font.
11474 Add hfont member.
11475 (FONT_COMPAT): Remove obsolete macro.
11476
11477 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
11478 (w32font_encode_char, w32font_text_extents): Use new hfont member.
11479 (w32font_open_internal): Remove compat code. Set new hfont member.
11480 (Fx_select_font): Use new hfont member.
11481
11482 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11483 (uniscribe_encode_char): Use new hfont member.
11484
11485 * w32term.c (x_draw_glyph_string_foreground)
11486 (x_draw_composite_glyph_string_foreground): Use new hfont member.
11487 (x_draw_glyph_string): Use metrics in w32font_info.
11488
114892008-06-26 Kenichi Handa <handa@m17n.org>
11490
11491 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
11492
114932008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11494
11495 * unexnext.c:
11496 * m/ews4800.h:
11497 * m/hp9000s300.h:
11498 * m/ibm370aix.h:
11499 * m/mips-siemens.h:
11500 * m/ncr386.h:
11501 * m/next.h:
11502 * m/pmax.h:
11503 * m/powerpcle.h:
11504 * m/tandem-s2.h:
11505 * s/386bsd.h:
11506 * s/bsd386.h:
11507 * s/bsd4-1.h:
11508 * s/bsd4-2.h:
11509 * s/bsdos2-1.h:
11510 * s/bsdos2.h:
11511 * s/bsdos3.h:
11512 * s/bsdos4.h:
11513 * s/nextstep.h:
11514 * s/ultrix4-3.h:
11515 * s/usg5-0.h:
11516 * s/usg5-2-2.h:
11517 * s/usg5-2.h:
11518 * s/usg5-4-3.h:
11519 * s/ux4800.h:
11520 * s/uxpds.h:
11521 * s/uxpv.h: Remove support for obsolete systems.
11522 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 11523 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
11524 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
11525 Remove, insert contents in s/aix4-2.h.
11526 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
11527 * s/bsd4-3.h: Rename to ...
11528 * s/bsd-common.h: ... this.
11529 * data.c:
11530 * doc.c:
11531 * ecrt0.c:
11532 * emacs.c:
11533 * fileio.c:
11534 * floatfns.c:
11535 * keyboard.c:
11536 * mem-limits.h:
11537 * print.c:
11538 * process.c:
11539 * sysdep.c:
11540 * syssignal.h:
11541 * systty.h:
11542 * syswait.h:
11543 * term.c:
11544 * unexec.c:
11545 * unexelf.c:
11546 * unexhp9k800.c:
11547 * m/hp800.h:
11548 * m/ibmrs6000.h:
11549 * m/mips.h:
11550 * m/vax.h:
11551 * s/darwin.h:
11552 * s/freebsd.h:
11553 * s/gnu.h:
11554 * s/ms-w32.h:
11555 * s/msdos.h:
11556 * s/netbsd.h:
11557 * s/template.h: Remove references to obsolete variables.
11558
11559 * Makefile.in: Add dependencies for all unexec files.
11560 (admindir): Remove unused variable.
11561 (UNEXEC_SRC): Remove references.
11562
115632008-06-25 Chong Yidong <cyd@stupidchicken.com>
11564
11565 * xfns.c (x_default_font_parameter): If Xft is available, first
11566 try Monospace-12 for the default font.
11567
115682008-06-25 Jason Rumney <jasonr@gnu.org>
11569
11570 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
11571
115722008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11573
11574 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
11575
11576 * buffer.c (syms_of_buffer): Remove default-word-wrap.
11577
115782008-06-25 Juanma Barranquero <lekktu@gmail.com>
11579
11580 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
11581 <scroll-conservatively>: Fix typo in docstring.
11582
11583 * xselect.c (Fx_send_client_event): Doc fix.
11584
115852008-06-25 Kenichi Handa <handa@m17n.org>
11586
11587 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
11588
11589 * font.c (font_parse_fcname): Remove unused variables.
11590 (font_sort_entites): Delete the arg SPEC. Caller changed.
11591 Fix for the case of ! best_only.
11592 (font_delete_unmatched): Check DPI and AVGWIDTH too.
11593
11594 * lisp.h (Fstring_to_unibyte): EXFUN it.
11595
11596 * character.h (str_to_unibyte): Extern it.
11597
11598 * character.c (str_to_unibyte): New function.
11599
11600 * fns.c (Fstring_to_unibyte): New function.
11601 (syms_of_fns): Defsubr it.
11602
116032008-06-24 Kenichi Handa <handa@m17n.org>
11604
11605 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
11606 DPI too.
11607 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
11608
116092008-06-24 Andreas Schwab <schwab@suse.de>
11610
11611 * Makefile.in (${lispsource}loaddefs.el): Rename from
11612 ../lisp/loaddefs.el.
11613 (bootstrap-clean): Do what distclean does but don't remove
11614 Makefile.
11615 (distclean): Depend on bootstrap-clean and remove Makefile.
11616
116172008-06-24 Chong Yidong <cyd@stupidchicken.com>
11618
11619 * buffer.h (struct buffer): New member word_wrap.
11620
11621 * buffer.c (syms_of_buffer): New variables default-word-wrap and
11622 word-wrap.
11623 (init_buffer_once): Initialize them.
11624
11625 * dispextern.h (struct it): Replace bool truncate_lines_p with a
11626 line_wrap enum possessing three possible values.
11627
11628 * termopts.h: Replace truncate_partial_width_windows with
11629 Vtruncate_partial_width_windows.
11630
11631 * dispnew.c (direct_output_for_insert): Avoid direct output when
11632 inserting a space with word wrap on.
11633
11634 * indent.c (compute_motion): Obey integer values of
11635 truncate-partial-width-windows.
11636
11637 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
11638 replacing truncate_partial_width_windows.
11639 (init_iterator): If Vtruncate_partial_width_windows is an integer,
11640 truncate only if the window width is below that integer.
11641 (start_display, resize_mini_window, produce_stretch_glyph)
11642 (display_string, move_it_in_display_line_to): Use line_wrap.
11643 (back_to_previous_visible_line_start, reseat_1): Reset
11644 string_from_display_prop_p.
11645 (display_line): Extend default face to end of line when wrapping.
11646
116472008-06-24 Kim F. Storm <storm@cua.dk>
11648
11649 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
11650 to wrap continued lines at word boundaries.
11651
116522008-06-24 Jason Rumney <jasonr@gnu.org>
11653
11654 * font.c (Ffont_face_attributes): Multiply pixel size before point
11655 conversion to avoid multiplying rounding error.
11656
116572008-06-23 Jason Rumney <jasonr@gnu.org>
11658
11659 * w32term.c (x_draw_glyph_string_background)
11660 (x_draw_glyph_string): Remove old bdf font code.
11661
11662 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
11663
116642008-06-22 Kenichi Handa <handa@m17n.org>
11665
11666 * font.c (font_find_for_lface): Try the adstyle specified in
11667 the property of LFACE_FONT of LFACE (if any).
11668
116692008-06-21 Seiji Zenitani <zenitani@mac.com>
4e2af782 11670 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
11671
11672 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
11673
116742008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11675
11676 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
11677 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
11678 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
11679 (witness-emacs): Remove.
11680 (lisp, shortlisp): Move loaddefs.el earlier.
11681 (mostlyclean): Forget about witness-emacs.
11682
116832008-06-22 Glenn Morris <rgm@gnu.org>
11684
11685 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
11686 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
11687
116882008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11689
11690 * Makefile.in (PRECOMP): Remove.
11691 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
11692 (witness-emacs): Run `compile-first'.
11693 (.el.elc): Use the new compile-onefile target.
11694
116952008-06-21 Kenichi Handa <handa@m17n.org>
11696
11697 * xftfont.c (xftfont_open): Handle QCembolden only when
11698 FC_EMBOLDEN is defined.
11699
117002008-06-21 Andreas Schwab <schwab@suse.de>
11701
11702 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
11703 (.el.elc): Likewise.
11704
117052008-06-21 Miles Bader <miles@gnu.org>
11706
11707 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
11708 build dir, not the lisp source dir.
11709
117102008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11711
11712 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
11713 (bootstrapclean): Remove.
11714 (.el.elc): New rule.
11715 (PRECOMP): New var.
11716 (../lisp/subdirs.el): Remove.
11717 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
11718 (witness-emacs): New target.
11719 (mostlyclean): Remove witness-emacs as well.
11720 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
11721 Add witness-emacs dependency.
11722
117232008-06-20 Chong Yidong <cyd@stupidchicken.com>
11724
11725 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
11726 defined by the font.
11727
117282008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11729
11730 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
11731 (bootstrap-clean): New target that keeps TAGS around.
11732 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
11733 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
11734
117352008-06-20 Jason Rumney <jasonr@gnu.org>
11736
11737 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
11738 Remove obsolete font code.
11739
11740 * w32font.c (font_matches_spec): Use csb bitfield from font signature
11741 to determine language support.
11742
117432008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * sysdep.c (cfsetspeed): New fun extracted from the code.
11746 (cfmakeraw): Move before first use.
11747
117482008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
11749
11750 * sysdep.c (cfmakeraw): Provide fallback implementation.
11751 (serial_configure): Provide fallback implementation of cfsetspeed.
11752
117532008-06-20 Kenichi Handa <handa@m17n.org>
11754
11755 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
11756 the pattern.
11757
11758 * fontset.c (fontset_from_font): Copy font_spec before changing
11759 the elements.
11760
11761 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
11762
117632008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11764
11765 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
11766 for explicit `font' parameters.
11767
11768 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
11769
117702008-06-19 Kenichi Handa <handa@m17n.org>
11771
11772 * frame.c: Include <ctype.h>.
11773 (x_set_font_backend): Allow spacing characters in the X resource
11774 for FontBackend.
11775
117762008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
11777
11778 * w32fns.c, xfns.c (Qfont_param): New var.
11779 (syms_of_w32fns): Initialize it.
11780 (x_default_font_parameter): Record explicit `font' into
11781 `font-parameter'.
11782
117832008-06-18 Kenichi Handa <handa@m17n.org>
11784
11785 * font.c (font_parse_xlfd): Fix previous change.
11786 (font_parse_fcname): Don't use :fc-unknown-spec.
11787 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
11788 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
11789 (font_add_log): Prepend the driver name to the resulting fonts.
11790
11791 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
11792 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
11793 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
11794
11795 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
11796 (QCembolden): New variables.
11797 (syms_of_xftfont): DEFSYM them.
11798 (xftfont_open): Call XftFontMatch. Don't trust the result of
11799 XftTextExtents8 if the pixel_size is less than 5.
11800
118012008-06-18 Andreas Schwab <schwab@suse.de>
11802
11803 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
11804 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
11805
118062008-06-18 Jason Rumney <jasonr@gnu.org>
11807
11808 * w32font.c (w32font_list, w32font_match): Add logging.
11809
11810 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
11811
118122008-06-17 Chong Yidong <cyd@stupidchicken.com>
11813
11814 * font.c (font_parse_fcname): Store divider characters for
11815 unknown-spec list. For known key symbols, intern using correct
11816 symbol name.
11817
118182008-06-17 Kenichi Handa <handa@m17n.org>
11819
11820 * xfaces.c (realize_default_face): If the frame is not on window
11821 system, set the fontset of face to nil.
11822
118232008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
11824
11825 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
11826
118272008-06-16 Juanma Barranquero <lekktu@gmail.com>
11828
11829 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
11830 (build_font_name_from_vector): Delete externs.
11831
11832 * xfaces.c (struct font_name): Don't declare.
11833
118342008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
11835
11836 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
11837
118382008-06-16 Chong Yidong <cyd@stupidchicken.com>
11839
11840 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
11841
118422008-06-16 Juanma Barranquero <lekktu@gmail.com>
11843
11844 * font.c (Ffont_spec): Fix usage in docstring.
11845 (Ffont_face_attributes): Doc fix.
11846
118472008-06-16 Andreas Schwab <schwab@suse.de>
11848
11849 * font.c (Ffont_face_attributes): Fix definition.
11850
118512008-06-16 Jason Rumney <jasonr@gnu.org>
11852
11853 * font.h (font_style_symbolic_from_value): Remove.
11854
11855 * font.c (font_style_symbolic_from_value): Remove.
11856 (font_style_symbolic): Revert to pre 2008-06-13 version.
11857
11858 * w32font.c (w32_to_fc_weight): New function.
11859 (w32font_full_name, logfont_to_fcname): Use it.
11860
118612008-06-16 Kenichi Handa <handa@m17n.org>
11862
11863 * font.c (font_check_object): Delete it.
11864 (font_clear_cache): Check if a font-object is alive.
11865 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
11866 font-object to nil.
11867 (font_close_object): Don't check FONT_CLOSE_OBJECT.
11868 (font_at): Don't call font_check_object.
11869 (Ffont_get): Return a symbol for :weight, :slant, and :width.
11870
118712008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
11872
11873 * puresize.h (BASE_PURESIZE): Increase to 1230000.
11874
118752008-06-16 Chong Yidong <cyd@stupidchicken.com>
11876
11877 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
11878
118792008-06-15 Chong Yidong <cyd@stupidchicken.com>
11880
11881 * font.c (font_parse_fcname): Only one decimal point.
11882 (font_unparse_fcname): Handle data in family and foundry indices
11883 as symbols, not strings.
11884 (font_unparse_gtkname, Ffont_face_attributes): New functions.
11885
11886 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
11887
11888 * font.h (font_unparse_gtkname): Add prototype.
11889
118902008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
11891
11892 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
11893
118942008-06-15 Andreas Schwab <schwab@suse.de>
11895
11896 * font.c (font_update_drivers): Fix crash when no drivers match.
11897
118982008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11899
11900 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
11901 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
11902
119032008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11904
11905 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
11906
119072008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11908
11909 * process.c (Fserial_process_configure, Fprocess_send_eof):
11910 Use EQ to compare Lisp_Objects.
11911
119122008-06-13 Jason Rumney <jasonr@gnu.org>
11913
11914 * w32fns.c (Fw32_select_font): Remove old font API function.
11915
11916 * w32font.c (logfont_to_fcname): New function.
11917 (Fx_select_font): New font dialog function compatible with
11918 GTK/fontconfig version.
11919
11920 * font.c (font_style_symbolic_from_value): New function.
11921 (font_style_symbolic): Use it.
11922
11923 * font.h (font_style_symbolic_from_value): Declare new function.
11924
119252008-06-13 Juanma Barranquero <lekktu@gmail.com>
11926
11927 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
11928 <font-width-table>: Fix typos in docstrings.
11929
119302008-06-13 Daniel Engeler <engeler@gmail.com>
11931
11932 These changes add serial port access.
11933 * process.c: Add HAVE_SERIAL.
11934 (Fdelete_process, Fprocess_status, Fset_process_buffer)
11935 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
11936 (list_processes_1, select_wrapper, Fstop_process)
11937 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
11938 (status_notify): Modify to handle serial processes.
11939 [HAVE_SERIAL] (Fserial_process_configure)
11940 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
11941 New functions.
11942 * process.h (struct Lisp_Process): Add `type'.
11943 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
11944 New functions.
11945 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
11946 serial ports.
b71ac3dd 11947 (serial_open, serial_configure): New functions.
aac0c6e3
MR
11948 * w32.h: Add FILE_SERIAL.
11949 (struct _child_process): Add ovl_read, ovl_write.
11950
119512008-06-13 Kenichi Handa <handa@m17n.org>
11952
11953 * dispextern.h (enum lface_attribute_index): New member
11954 LFACE_FOUNDRY_INDEX.
11955
11956 * font.c (font_score): Delete arg alternate_families. Check only
11957 weight, slant, width, and size. Ignore the difference of alias
11958 style symbols.
11959 (font_sort_entites): Adjust for the above change. Reflect the
11960 order of font-driver to scores.
11961 (font_list_entities): Don't check alternate_familes here.
11962 (font_clear_prop): Handle foundry.
11963 (font_update_lface): Don't parse "foundry-family" form here.
11964 Handle FONT_FOUNDRY_INDEX.
11965 (font_find_for_lface): Likewise. Handle alternate families here.
11966 If registry is nil, try iso8859-1 and ascii-0.
11967 (font_open_for_lface): Pay attention to size in ENTITY.
11968 (font_open_by_name): Simplify by calling font_load_for_lface.
11969 (free_font_driver_list): Delete it.
11970 (font_update_drivers): Preserve the order of backends.
11971 (syms_of_font): Setting of sort_shift_bits adjusted for the change
11972 of font_score and font_sort_entites.
11973 (font_update_sort_order): Likewise.
11974
11975 * xfaces.c (LFACE_FOUNDRY): New macro.
11976 (check_lface_attrs): Check foundry.
11977 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
11978 (merge_face_vectors): Check foundry.
11979 (merge_face_ref): Likewise.
11980 (Finternal_set_lisp_face_attribute): Likewise.
11981 (x_update_menu_appearance): Likewise.
11982 (Finternal_get_lisp_face_attribute): Likewise.
11983 (lface_hash): Likewise.
11984 (lface_same_font_attributes_p): Likewise.
11985 (x_supports_face_attributes_p): Likewise.
11986 (tty_supports_face_attributes_p): Likewise.
11987 (Finternal_set_alternative_font_family_alist): Intern strings.
11988 (Finternal_set_alternative_font_registry_alist): Downcase strings.
11989 (realize_default_face): Set LFACE_FOUNDRY (lface).
11990
11991 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
11992 font-driver at first.
11993
11994 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
11995
119962008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11997
11998 * lread.c (Fload): Use xfree, not free on saved_doc_string.
11999
120002008-06-12 Jim Meyering <meyering@redhat.com>
12001
12002 Make unexec_free handle NULL the same way free does.
12003 * unexmacosx.c (unexec_free): Ignore a NULL argument.
12004
120052008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12006
12007 * character.h (CHAR_TO_BYTE_SAFE): New macro.
12008 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
12009 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
12010 (WEAK_ALIAS): Simplify.
12011 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
12012 when searching a unibyte buffer.
12013
120142008-06-12 Chong Yidong <cyd@stupidchicken.com>
12015
12016 * xfns.c (Fx_select_font): Rename from x-font-dialog.
12017
120182008-06-12 Juanma Barranquero <lekktu@gmail.com>
12019
12020 * w32font.c: Include ctype.h.
12021
120222008-06-11 Jason Rumney <jasonr@gnu.org>
12023
12024 * w32font.c (w32font_encode_char): Detect missing glyphs that are
12025 misreported as space.
12026 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
12027 as aliases for registry iso10646-1.
12028
120292008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12030
12031 * buffer.c (clone_per_buffer_values): Skip `name'.
12032
120332008-06-11 Chong Yidong <cyd@stupidchicken.com>
12034
12035 * font.c (font_parse_fcname): Fix last change; accept decimal
12036 points in font size.
12037
120382008-06-10 Jason Rumney <jasonr@gnu.org>
12039
12040 * w32uniscribe.c (add_opentype_font_name_to_list):
12041 Skip non unicode fonts.
12042
120432008-06-10 Chong Yidong <cyd@stupidchicken.com>
12044
12045 * xfns.c (Fx_font_dialog): New function.
12046
12047 * gtkutil.c (xg_dialog_response_cb): Rename from
12048 xg_file_response_callback.
12049 (pop_down_dialog): Rename from pop_down_file_dialog.
12050 (xg_get_file_name): Callers changed.
12051 (xg_get_font_name): New function.
12052
12053 * gtkutil.h (xg_get_font_name): Insert prototype.
12054
120552008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12056
12057 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
12058 x_underline_minimum_display_offset.
12059 (syms_of_xdisp): Declare it here rather than in xterm.c.
12060 * dispextern.h (underline_minimum_offset): Declare it.
12061 * w32term.c (x_draw_glyph_string): Use it.
12062 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
12063 (syms_of_xterm): Don't declare it any more.
12064 (x_draw_glyph_string): Adjust to the new name.
12065
8719abec 120662008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
12067
12068 * xterm.c (x_underline_minimum_display_offset): New var.
12069 (x_draw_glyph_string): Use it.
12070 (syms_of_xterm): Declare it.
12071
120722008-06-10 Chong Yidong <cyd@stupidchicken.com>
12073
12074 * font.c (font_parse_fcname): Accept GTK-style font names too.
12075
120762008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12077
12078 * dired.c (file_name_completion): Don't return t if the match is exact
12079 but with different capitalization.
12080 * minibuf.c (Ftry_completion): Simplify.
12081
12082 * window.c (Vwindow_point_insertion_type): New var.
12083 (set_window_buffer): Use it.
12084 (syms_of_window): Init and export it to Lisp.
12085
120862008-06-10 Kenichi Handa <handa@m17n.org>
12087
12088 * font.h (font_intern_prop): Prototype adjusted.
12089
12090 * font.c (font_intern_prop): New arg force_symbol.
12091 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
12092 Adjust for the change of font_intern_prop.
12093
12094 * ftfont.c (ftfont_pattern_entity):
12095 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
12096 (w32_registry):
12097 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
12098 the change of font_intern_prop.
12099
121002008-06-09 Juanma Barranquero <lekktu@gmail.com>
12101
12102 * w32menu.c (digest_single_submenu): Declare extern.
12103
121042008-06-09 Jason Rumney <jasonr@gnu.org>
12105
12106 * w32term.c (x_make_frame_visible): Use alternate restore flags.
12107
12108 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
12109 (parse_single_submenu): Remove.
12110 (digest_single_submenu): Remove.
12111 (syms_of_w32menu): Don't initialise variables that have moved
12112 to menu.c.
12113 (set_frame_menubar): Sync with version in xmenu.c.
12114 (w32_menu_show): Sync with xmenu_show in xmenu.c.
12115
12116 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
12117 Make static again.
12118
121192008-06-09 Jason Rumney <jasonr@gnu.org>
12120
12121 Changes to w32 files related to the move of common menu code
12122 to menu.c on 2008-06-08 by Chong Yidong.
12123
12124 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
12125 defs to w32gui.h.
12126 (single_keymap_panes, push_menu_item, push_menu_pane):
12127 Make globally visible.
12128
12129 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
12130 (local_free, malloc_widget_value, free_widget_value)
12131 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
12132 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
12133 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
12134 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
12135 (menu_items, menu_items_allocated, menu_items_used)
12136 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
12137 (init_menu_items, finish_menu_items, discard_menu_items)
12138 (grow_menu_items, push_submenu_start, push_submenu_end)
12139 (push_left_right_boundary, push_menu_pane, push_menu_item)
12140 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
12141 (free_menubar_widget_tree_value, parse_single_submenu)
12142 (update_submenu_strings): Remove functions.
12143 (xmalloc_widget_value): Remove and declare extern.
12144
12145 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
12146 (OBJ1): Build it.
12147
12148 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
12149 (local_heap, local_alloc, local_free, malloc_widget_value)
12150 (free_widget_value): Define here.
12151
121522008-06-09 Kenichi Handa <handa@m17n.org>
12153
12154 * font.h (Qascii_0): Extern it.
12155
12156 * font.c (Qascii_0): New variable.
12157 (syms_of_font): DEFSYM it.
12158 (font_open_by_name): If the registry "iso8859-1" fails, try also
12159 "ascii-0".
12160
12161 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
12162
121632008-06-08 Kenichi Handa <handa@m17n.org>
12164
12165 * .gdbinit (xfont): New command.
12166
121672008-06-08 Andreas Schwab <schwab@suse.de>
12168
12169 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
12170 * Makefile.in (menu.o): Update dependencies.
12171
12172 * Makefile.in (obj): Always add menu.o.
12173 * emacs.c (main): Always call syms_of_menu.
12174 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
12175
121762008-06-08 Chong Yidong <cyd@stupidchicken.com>
12177
12178 * Makefile.in: Compile menu.c.
12179
12180 * lisp.h: Declare syms_of_menu.
12181
12182 * emacs.c (main): Call syms_of_menu.
12183
12184 * keyboard.h: Relocate platform-independent menu definitions from
12185 xmenu.c.
12186
12187 * menu.c: New file. Relocate platform-independent menu
12188 definitions from xmenu.c. Suggested by Adrian Robert.
12189
12190 * xmenu.c: Remove platform-independent menu definitions.
560bb7ae 12191 (menu_items, menu_items_inuse, menu_items_allocated)
aac0c6e3
MR
12192 (menu_items_used, menu_items_n_panes)
12193 (menu_items_submenu_depth): Move to keyboard.h.
12194 (init_menu_items, finish_menu_items, unuse_menu_items)
12195 (discard_menu_items, restore_menu_items, save_menu_items)
12196 (grow_menu_items, push_submenu_start, push_submenu_end)
12197 (push_left_right_boundary, push_menu_pane, push_menu_item)
12198 (keymap_panes, single_keymap_panes, single_menu_item)
12199 (list_of_panes, list_of_items, find_and_call_menu_selection)
12200 (xmalloc_widget_value, free_menubar_widget_value_tree)
12201 (parse_single_submenu, digest_single_submenu)
12202 (update_submenu_strings): Move to menu.c.
12203
122042008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12205
12206 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
12207
122082008-06-06 Miles Bader <miles@gnu.org>
12209
12210 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
12211 face, not frame default.
12212
122132008-06-05 Martin Rudalics <rudalics@gmx.at>
12214
12215 * window.c (pop_up_windows, pop_up_frames)
12216 (display_buffer_reuse_frames, Vpop_up_frame_function)
12217 (Vdisplay_buffer_function, Veven_window_heights)
12218 (Vspecial_display_buffer_names, Vspecial_display_regexps)
12219 (Vspecial_display_function, Vsame_window_buffer_names)
12220 (Vsame_window_regexps, split_height_threshold)
12221 (Vsplit_window_preferred_function): Move those vars to window.el.
12222 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
12223 (Fdisplay_buffer): Move those functions to window.el.
12224 (syms_of_window): Remove corresponding declarations.
12225 (display_buffer): New function.
12226 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
12227 * dispnew.c (Flast_nonminibuf_frame): New function.
12228 * buffer.c (Fpop_to_buffer): Move to window.el.
12229
122302008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12231
12232 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
12233
122342008-06-05 Kenichi Handa <handa@m17n.org>
12235
12236 * coding.c (detect_coding): Fix previous change.
12237 (detect_coding_system): Likewise.
12238
122392008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12240
12241 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
12242
12243 * keymap.c (Vminibuffer_local_filename_must_match_map):
12244 Rename from Vminibuffer_local_must_match_filename_map.
12245 (syms_of_keymap):
12246 * minibuf.c (Fcompleting_read): Adjust accordingly.
12247 * commands.h: Rename declaration as well.
12248
122492008-06-05 Kenichi Handa <handa@m17n.org>
12250
12251 * font.c (Ffont_spec): Don't use font_parse_family_registry for
12252 family name.
12253 (Ffont_put): Likewise.
12254
12255 * fontset.c (fontset_find_font): Call font_open_for_lface with the
12256 current font-spec.
12257
12258 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
12259 is unspecified.
12260
12261 * xfaces.c (realize_x_face): If the font-related face attributes
12262 are the same as those of default face, realize a new fontset from
12263 default->fontset.
12264 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
12265
122662008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12267
12268 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
12269 (move_it_in_display_line): New wrapper.
12270
12271 * window.c (window_scroll_pixel_based_preserve_x)
12272 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
12273 (window_scroll_pixel_based, window_scroll_line_based):
12274 Use them to preserve column positions.
12275 (syms_of_window): Initialize them.
12276
12277 * indent.c (Fvertical_motion): Extend first arg to allow passing an
12278 (HPOS . VPOS) pair.
12279
12280 * dispextern.h (move_it_in_display_line): Declare.
12281
122822008-06-05 Juanma Barranquero <lekktu@gmail.com>
12283
12284 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
12285 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
12286 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
12287
122882008-06-04 Juanma Barranquero <lekktu@gmail.com>
12289
12290 * window.c (Fset_window_parameter): Doc fix.
12291 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
12292
122932008-06-04 Joakim Verona <joakim@verona.se>
12294
12295 * window.h (struct window): Add new member window_parameters.
12296
12297 * window.c (Fwindow_parameters, Fwindow_parameter)
12298 (Fset_window_parameter): New defuns.
12299 (syms_of_window): Defsubr the new defuns.
12300 (make_window): Initialize window_parameters to nil.
12301
123022008-06-04 John Paul Wallington <jpw@pobox.com>
12303
12304 * eval.c (Fdefmacro): Doc fix.
12305
123062008-06-04 Kenichi Handa <handa@m17n.org>
12307
12308 * coding.c (detect_coding): Fix handling of coding->head_ascii.
12309 Be sure to call setup_coding_system when we find a proper coding system.
12310 (detect_coding_system): Fix handling of coding->head_ascii.
12311
123122008-06-03 Andreas Schwab <schwab@suse.de>
12313
12314 * font.c (font_prop_validate_spacing): Fix last change.
12315
123162008-06-03 Kenichi Handa <handa@m17n.org>
12317
12318 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
12319 (font_parse_fcname): Fix handling of unknown key.
12320
12321 * xfont.c (xfont_list): Try an alias.
12322
12323 * charset.c (char_charset): Return NULL if the arg charset_list is
12324 specified and C doesn't belong to any of them.
12325
123262008-06-02 Chip Coldwell <coldwell@redhat.com>
12327
12328 * font.c (font_pixel_size): Don't take cdr of an integer.
12329
123302008-06-02 Jim Meyering <meyering@redhat.com>
12331
12332 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
12333 * alloc.c (xfree): Return right away for a NULL arg.
12334 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
12335 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
12336 * mac.c (create_apple_event_from_event_ref): Likewise.
12337 (create_apple_event_from_drag_ref, cfstring_create_normalized):
12338 Likewise.
12339 * doprnt.c (doprnt1): Likewise.
12340 * frame.c (frame): Likewise.
12341 * keyboard.c (wipe_kboard): Likewise.
12342 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
12343 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
12344 * term.c (tty_default_color_capabilities, maybe_fatal)
12345 (delete_tty): Likewise.
12346 * w16select.c (string): Likewise.
12347 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
12348 * w32bdf.c (w32_free_bdf_font): Likewise.
12349 * w32fns.c (w32_unload_font): Likewise.
12350 * w32font.c (w32font_close): Likewise.
12351 * window.c (size_window): Likewise.
12352 * xselect.c (receive_incremental_selection): Likewise.
12353 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
12354 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
12355 * w32.c (stat): Likewise.
12356
12357 Remove useless if-before-free tests.
12358 * editfns.c (Fset_time_zone_rule): Likewise.
12359 * lread.c (nosuffix): Likewise.
12360 * ralloc.c (get_bloc): Likewise.
12361 * regex.c (reg_free): Likewise.
12362 * xftfont.c (xftfont_open, xftfont_close): Likewise.
12363 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
12364 * xsmfns.c (smc_save_yourself_CB): Likewise.
12365
123662008-06-02 Kenichi Handa <handa@m17n.org>
12367
12368 * font.c (font_find_for_lface): Handle float font size.
12369 (font_open_for_lface): Likewise.
12370
12371 * xfaces.c (x_supports_face_attributes_p): Check face->font before
12372 comparing the properties.
12373
123742008-06-01 Jason Rumney <jasonr@gnu.org>
12375
12376 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
12377 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
12378 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
12379 Don't add empty script list.
12380 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
12381
123822008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
12383
12384 * Makefile.in (dot, dotdot): Remove, update users.
12385 ".." has been used elsewhere in the file for a long time.
12386 (LIBXT_STATIC): Remove conditional based on unused variable.
12387
123882008-06-01 Miles Bader <miles@gnu.org>
12389
12390 * xfaces.c (Vface_remapping_alist): New variable.
12391 (syms_of_xfaces): Initialize it.
12392 (enum named_merge_point_kind): New type.
12393 (struct named_merge_point): Add `named_merge_point_kind' field.
12394 (push_named_merge_point): Make cycle detection respect different
12395 named-merge-point kinds.
12396 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
12397 Remove face-name alias resolution.
12398 (lface_from_face_name): New definition using
12399 `lface_from_face_name_no_resolve'.
12400 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
12401 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
12402 (get_lface_attributes): New definition that layers face-remapping on
12403 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
12404 (lookup_basic_face): New function.
12405 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
12406 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
12407 `get_lface_attributes'.
12408 (face_at_buffer_position): Use `lookup_basic_face' to lookup
12409 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
12410 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
12411
12412 * xdisp.c (init_iterator): Pass base_face_id through
12413 `lookup_basic_face' when we actually use it as a face-id.
12414 (handle_single_display_prop): Use `lookup_basic_face' to lookup
12415 DEFAULT_FACE_ID.
12416
12417 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
12418 lookup the initial face-id.
12419
12420 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
12421
124222008-06-01 Juanma Barranquero <lekktu@gmail.com>
12423
12424 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
12425 (Fremove_text_properties): Fix typos in docstrings.
12426
124272008-05-31 Kenichi Handa <handa@m17n.org>
12428
12429 * font.c (font_list_entities): Fix the car part of data to be
12430 stored in the cache.
12431
12432 * ftfont.c (ftfont_font_format): Don't use strcasestr.
12433
124342008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12435
12436 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
12437 Add a `test' argument so another predicate than `equal' can be used.
12438 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
12439 (map_char_table): Remove unused vars `c' and `i'.
12440 * lisp.h (Foptimize_char_table): Adjust declaration.
12441 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
12442
124432008-05-30 Kenichi Handa <handa@m17n.org>
12444
12445 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
12446 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
12447 defined.
12448
124492008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12450
12451 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12452 (Fmake_variable_frame_local): Disallow mixing buffer-local and
12453 frame-local settings for the same variable.
12454
124552008-05-30 Kenichi Handa <handa@m17n.org>
12456
12457 * fontset.c (Ffont_info): Move to font.c.
12458 (syms_of_fontset): Delete defsubr of Sfont_info.
12459
12460 * font.c (font_style_to_value, font_score): Delete casting of the
12461 args to xstcasecmp.
12462 (register_font_driver): Increment num_font_drivers only when
12463 registering the driver globally.
12464 (Ffont_info): Move from fontset.c. Handle a font object too.
12465 (syms_of_font): Defsubr Sfont_info.
12466
124672008-05-29 Kenichi Handa <handa@m17n.org>
12468
12469 * coding.h (enum define_coding_utf8_arg_index): New enum.
12470 (enum coding_attr_index): Change coding_attr_utf_16_bom to
12471 coding_attr_utf_bom.
12472 (enum utf_bom_type): Rename from utf_16_bom_type.
12473 (struct utf_16_spec): Adjust for the above change.
12474 (struct coding_system): Add utf_8_bom in `spec' union.
12475
12476 * coding.c (CODING_UTF_8_BOM): New macro.
12477 (enum coding_category): Delete coding_category_utf_8, add
12478 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
12479 coding_category_utf_8_sig.
12480 (CATEGORY_MASK_UTF_8): Delete it.
12481 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
12482 (CATEGORY_MASK_UTF_8_SIG): New macros.
12483 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
12484 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
12485 CATEGORY_MASK_UTF_8_SIG.
12486 (CATEGORY_MASK_UTF_8): New macro.
12487 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
12488 (detect_coding_utf_8): Check BOM.
12489 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
12490 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
12491 (encode_coding_utf_16): Likewise.
12492 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
12493 (detect_coding, detect_coding_system): Handle utf-8-auto.
12494 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
12495 (syms_of_coding): Fix setting up of Vcoding_category_table.
12496
124972008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12498
12499 * process.c (Faccept_process_output): If `millisec' is non-nil,
12500 `seconds' default to 0.
12501 (wait_reading_process_output): Also return non-nil if we read output
12502 from a non-running process.
12503
125042008-05-29 Jason Rumney <jasonr@gnu.org>
12505
12506 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
12507 `raster' specified.
12508 (add_font_entity_to_list): Allow non-opentype truetype fonts back
12509 in the uniscribe backend, but disallow any font that has no
12510 unicode subrange support.
12511
125122008-05-29 Juanma Barranquero <lekktu@gmail.com>
12513
12514 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
12515 Fix typos in docstrings.
12516
125172008-05-29 Kenichi Handa <handa@m17n.org>
12518
12519 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
12520 (Fx_family_fonts): Set frame correctly.
12521
125222008-05-28 Jason Rumney <jasonr@gnu.org>
12523
12524 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
12525
125262008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12527
12528 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
12529 calling build_annotations.
12530
125312008-05-28 Juanma Barranquero <lekktu@gmail.com>
12532
12533 * coding.c (Fdecode_coding_region, Fencode_coding_region)
12534 (Fencode_coding_string):
12535 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
12536 <latin-extra-code-table>: Fix typos in docstrings.
12537 (syms_of_coding) <coding-system-alist>: Doc fix.
12538 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
12539
125402008-05-28 Kenichi Handa <handa@m17n.org>
12541
12542 * fontset.c (Ffont_info): Don't call font_close_object.
12543
12544 * font.c (font_parse_family_registry): Use Ffont_put to validate
12545 foundry and family.
12546 (font_delete_unmatched): Don't check spacing.
12547 (font_list_entities): Add spacing to the spec to list fonts.
12548
12549 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
12550 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
12551
12552 * coding.c (encode_coding_raw_text): Fix previous change.
12553 (encode_coding_object): When the dst_object is a buffer and is
12554 different from src_object, move gap to PT.
12555
125562008-05-27 Chong Yidong <cyd@stupidchicken.com>
12557
12558 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
12559
125602008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12561
12562 * coding.c (encode_coding_raw_text): Set coding->produced_char for
12563 all branches. Compute it differently.
12564
12565 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
12566
125672008-05-27 Juanma Barranquero <lekktu@gmail.com>
12568
12569 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
12570 into "else if () ... else ...".
12571
125722008-05-27 Jason Rumney <jasonr@gnu.org>
12573
12574 * w32font.c (w32font_open_internal): Determine if glyph indices
12575 are likely to work here.
12576
125772008-05-27 Chong Yidong <cyd@stupidchicken.com>
12578
12579 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
12580 draw overlap glyphs with appropriate highlighting.
12581
125822008-05-27 Kenichi Handa <handa@m17n.org>
12583
12584 * xfont.c (xfont_open): Fix calculation of font->average_width.
12585
125862008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12587
12588 * casefiddle.c (casify_object): Try to guess better whether the
12589 argument is a byte or a char.
12590
125912008-05-26 Andreas Schwab <schwab@suse.de>
12592
12593 * xselect.c (x_reply_selection_request): Properly handle format == 32.
12594 Always send multiples of format size.
12595
12596 * xterm.c (x_set_frame_alpha): Fix type mismatch.
12597
125982008-05-26 Jason Rumney <jasonr@gnu.org>
12599
12600 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
12601 (compute_metrics): Don't set failure if we just cleared the cache.
12602 (w32_weight_table): Remove unused variable.
12603 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
12604 backwards compatibility.
12605
126062008-05-25 Kenichi Handa <handa@m17n.org>
12607
12608 * w32term.c (x_draw_glyph_string):
12609 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
12610
12611 * xfaces.c: Delete unused function prototypes.
12612 (xstrlwr, font_frame): Delete them.
12613 (clear_face_cache): Delete unused variable.
12614
12615 * xftfont.c (xftfont_open): Delete unused variable.
12616 If underline_thickness is not 1, adjust underline_position.
12617
12618 * ftxfont.c (ftxfont_open): Delete unused variable.
12619
12620 * fontset.c (face_for_char): Optimize for the case of no charset
12621 property.
12622
12623 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
12624 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
12625 (otf_open, font_otf_capability, generate_otf_features)
12626 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
12627 Comment out by surrounding "#if 0" and "#endif" for the moment.
12628 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
12629 (syms_of_font): Codes for accessing above commented out.
12630
126312008-05-24 Eli Zaretskii <eliz@gnu.org>
12632
12633 * w32proc.c: Include dispextern.h.
12634
12635 * w32.c: Include dispextern.h.
12636
126372008-05-23 Juanma Barranquero <lekktu@gmail.com>
12638
12639 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
12640 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
12641 Fix typos in docstrings.
12642
126432008-05-23 Jason Rumney <jasonr@gnu.org>
12644
12645 * xsmfns.c: Remove includes that are already included by config.h.
12646
126472008-05-23 Kenichi Handa <handa@m17n.org>
12648
12649 * charset.c (Qemacs, charset_emacs): New variables.
12650 (char_charset): Fix for non-Unicode characters.
12651 (syms_of_charset): Define charset_emacs.
12652
12653 * w32term.c (x_draw_glyph_string): Be sure to update
12654 s->underline_thickness and s->underline_position. Be sure to draw
12655 underline within the current line area.
12656
12657 * xterm.c (x_draw_glyph_string): Be sure to update
12658 s->underline_thickness and s->underline_position. Be sure to draw
12659 underline within the current line area.
12660
12661 * fontset.c: Delete unused variables and add casting for char *
12662 throughout the file.
12663 (fontset_font): Try the fallback fonts of the current fontset
12664 before consulting the default fontset.
12665
12666 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
12667
12668 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
12669
126702008-05-22 Jason Rumney <jasonr@gnu.org>
12671
12672 * font.c: Don't include strings.h.
12673
12674 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
12675
12676 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
12677 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
12678 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
12679 to call xstrcasecmp.
12680
12681 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
12682
12683 * fontset.c (fs_query_fontset): Use xstrcasecmp.
12684
12685 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
12686
12687 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
12688
126892008-05-22 Kenichi Handa <handa@m17n.org>
12690
12691 * puresize.h (BASE_PURESIZE): Increase to 1220000.
12692
12693 * font.c (font_prop_validate_style): Adjust for the format
12694 change of font_style_table.
12695
12696 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
12697 two args.
12698
12699 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
12700 two args.
12701
127022008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12703
12704 * minibuf.c (keys_of_minibuf): Delete.
12705 * lisp.h (keys_of_minibuf): Delete.
12706 * emacs.c (main): Don't call keys_of_minibuf.
12707
127082008-05-22 Kenichi Handa <handa@m17n.org>
12709
12710 * ftfont.c (ftfont_resolve_generic_family): Rename from
12711 ftfont_list_generic_family. Return a single family for each
12712 generic family.
12713 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
12714 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
12715 Call font_add_log.
12716 (ftfont_match): Call font_add_log.
12717
12718 * font.h (Ffont_xlfd_name): EXFUN adjusted.
12719 (FONT_DEBUG): Define it.
12720 (font_add_log): Extern it.
12721 (font_assert): Rename from xassert.
12722
12723 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
12724 (xfont_list_family): Call font_add_log.
12725 (xfont_match): Likewise.
12726 (memq_no_quit): Delete.
12727
12728 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
12729 call of Ffont_xlfd_name.
12730
12731 * xfaces.c (struct table_entry, slant_table, weight_table)
12732 (swidth_table): Move to font.c.
12733
12734 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
12735 xassert are changed to font_assert. Delete many unused variables.
12736 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
12737 New variables.
12738 (struct table_entry): Move from xfaces.c and modified.
12739 (weight_table, slant_table, width_table): Move from xfaces.c and
12740 contents adjusted for the change of struct table_entry.
12741 (font_style_to_value, font_style_symbolic): Adjust for the
12742 format change of font_style_table.
12743 (font_parse_family_registry): Don't overwrite existing foundry and
12744 family of font_spec.
12745 (font_score): Fix calculation of diff for sizes.
12746 (font_sort_entites): Call font_add_log.
12747 (font_delete_unmatched): Return a newly created list.
12748 (font_list_entities): Fix previous change. Call font_add_log.
12749 (font_matching_entity, font_open_entity, font_close_entity):
12750 Call font_add_log.
12751 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
12752 (Finternal_set_font_style_table): Delete.
12753 (BUILD_STYLE_TABLE): New macro.
12754 (build_style_table): New function.
12755 (Vfont_log, font_log_env_checked): New variables.
12756 (font_add_log): New function.
12757 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
12758 Declare Lisp variables "font-weight-table", "font-slant-table",
12759 "font-width-table", and "font-log". Initialize font_style_table.
12760
127612008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
12762
12763 * xterm.c (x_set_frame_alpha): Move declarations before statements.
12764
127652008-05-21 Seiji Zenitani <zenitani@mac.com>
4e2af782 12766 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
12767
12768 * frame.c (Qalpha): Add a new frame parameter `alpha'.
12769 (Vframe_alpha_lower_limit): New variable.
12770 (x_set_alpha): New function.
12771
12772 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
12773
12774 * xfns.c (x-create-frame, Qalpha):
12775 Initialize the frame parameter `alpha'.
12776 * xterm.c (OPAQUE, OPACITY): New.
12777 (x_set_frame_alpha): New function.
12778 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
12779
12780 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
12781 * w32fns.c (w32_frame_parm_handlers): Likewise.
12782
127832008-05-20 Jason Rumney <jasonr@gnu.org>
12784
12785 * w32font.c (add_font_entity_to_list): Don't add non-opentype
12786 truetype fonts to opentype list.
12787
127882008-05-20 Juanma Barranquero <lekktu@gmail.com>
12789
12790 * fontset.c (Ffontset_info): Doc fix.
12791 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
12792 <ignore-relative-composition>: Fix typos in docstrings.
12793
12794 * font.c (syms-of-font) <font-encoding-alist>:
12795 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
12796 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
12797 (Ffont_otf_alternates): Doc fixes.
12798
127992008-05-20 Kenichi Handa <handa@m17n.org>
12800
12801 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
12802 font.h through out the file.
12803 (FONT_DRIVERS): Rename from FONTOBJ.
12804 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
12805 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
12806
12807 * emacs.c (main): Call syms_of_font unconditionally.
12808
12809 * font.h (find_font_encoding): Extern it.
12810
12811 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
12812 fontset.c.
194d44e7 12813 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
12814 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
12815 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
12816 only when HAVE_WINDOW_SYSTEM is defined.
12817 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
12818 when HAVE_WINDOW_SYSTEM is defined.
12819
12820 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
12821 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
12822
12823 * xfaces.c: Include font.h unconditionally.
12824 (merge_face_ref, merge_face_vectors)
12825 (Finternal_set_lisp_face_attribute): Cancel the previous change.
12826
128272008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12828
12829 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
12830 indirect_variable.
12831 * eval.c (lisp_indirect_variable): New fun.
12832 (Fuser_variable_p): Use it.
12833
128342008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12835
12836 * lisp.h (indirect_variable):
12837 * data.c (indirect_variable, let_shadows_buffer_binding_p):
12838 Use Lisp_Symbol pointers rather than Lisp_Object.
12839 Adjust callers.
12840 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
12841 To this end, change calling-convention.
12842
12843 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
12844 if some non-hidden buffers are selected by string&pred.
12845
128462008-05-19 Chong Yidong <cyd@stupidchicken.com>
12847
12848 * process.c (wait_reading_process_output): Always check status
12849 when in batch mode.
12850
128512008-05-19 Kenichi Handa <handa@m17n.org>
12852
12853 * font.c (font_list_entities): Fix handling of cache.
12854 (font_matching_entity): Likewise.
12855
12856 * ftfont.c (cs_iso8859_1): Delete.
12857 (ft_face_cache): New variable.
12858 (struct ftfont_info): New member fc_charset_idx.
12859 (ftfont_build_basic_charsets): Delete.
12860 (fc_charset_table): New variable.
12861 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
12862 . FC_CHARSET_IDX) as :font-entity property in the font entity.
12863 Callers changed.
12864 (ftfont_lookup_cache, ftfont_get_charset): New functions.
12865 (ftfont_spec_pattern): New argument fc_charset_idx.
12866 Check registry more rigidly. Change callers.
12867 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
12868 change of :font-entity property of the font.
12869
12870 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
12871 property of the font.
12872
128732008-05-18 Juanma Barranquero <lekktu@gmail.com>
12874
12875 * coding.c (Fcoding_system_p): Rename argument to match docstring.
12876 (Funencodable_char_position, Fcheck_coding_systems_region)
12877 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
12878 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
12879 (Ffind_operation_coding_system, Fset_coding_system_priority)
12880 (Fcoding_system_eol_type): Doc fixes.
12881
128822008-05-17 Glenn Morris <rgm@gnu.org>
12883
12884 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
12885
128862008-05-16 Eli Zaretskii <eliz@gnu.org>
12887
12888 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
12889 and st_gid.
12890
12891 * frame.c (Fdelete_frame): Don't call font_update_drivers if
12892 HAVE_WINDOW_SYSTEM is not defined.
12893
12894 * xfaces.c (merge_face_ref, merge_face_vectors)
12895 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
12896 HAVE_WINDOW_SYSTEM is defined.
12897 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
12898
128992008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12900
12901 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
12902
129032008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12904
12905 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
12906
129072008-05-15 Kenichi Handa <handa@m17n.org>
12908
12909 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
12910 preference.
12911
129122008-05-15 Glenn Morris <rgm@gnu.org>
12913
12914 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
12915
129162008-05-15 Chong Yidong <cyd@stupidchicken.com>
12917
12918 * fns.c (init_fns): Don't initialize weak_hash_tables here.
12919 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
12920
12921 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
12922
129232008-05-15 Kenichi Handa <handa@m17n.org>
12924
12925 * ftfont.c (ftfont_list): Downcase family name to check generic
12926 families.
12927
12928 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
12929 font-spec for QCfont value.
12930
12931 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
12932 buffer. Check the return value of it.
12933
129342008-05-14 Jason Rumney <jasonr@gnu.org>
12935
12936 * w32term.c (w32_get_glyph_overhangs): Remove.
12937 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
12938
129392008-05-14 Kenichi Handa <handa@m17n.org>
12940
12941 * font.c (font_prop_validate): Make nil a valid value.
12942 (font_clear_cache): Check if the cached vector of entities is nil
12943 or not.
12944
129452008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12946
12947 * emacs.c (main_thread): Conditionalize on
12948 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
12949 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
12950
12951 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
12952 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
12953 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
12954
129552008-05-14 Kenichi Handa <handa@m17n.org>
12956
12957 * coding.c (detect_coding_iso_2022): Ignore a coding category that
12958 has no corresponding coding system.
12959
129602008-05-14 Jason Rumney <jasonr@gnu.org>
12961
12962 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
12963
12964 * w32font.h (w32font_open_internal): Update declaration.
12965
12966 * w32font.c (w32font_open_internal): Change last argument from
12967 w32font_info struct to font object. Fill in font object from
12968 font_entity. Get Outline metrics if possible. Use them to
12969 calculate underline position and thickness. Use xlfd name as name
12970 property. Don't set codepage.
12971 (w32font_open): Pass font_object to w32font_open_internal. Don't
12972 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
12973 (w32font_draw): Use s->font.
12974 (clear_cached_metrics): Don't clear non-existent blocks.
12975
12976 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
12977 font was not found.
12978 (x_draw_glyph_string): Use underline position and thickness from font.
12979
12980 * w32uniscribe.c (uniscribe_open): Pass font_object to
12981 w32font_open_internal.
12982
129832008-05-14 Kenichi Handa <handa@m17n.org>
12984
12985 These changes are to delete all legacy font-handling codes, and
12986 make Emacs use only font-backends.
12987
12988 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
12989 (frame.o, image.o, print.o): Depend on $(FONTSRC).
12990
12991 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
12992
12993 * charset.h (Vcharset_non_preferred_head)
12994 (Vcurrent_iso639_language): Extern them.
12995
12996 * charset.c (Vcharset_non_preferred_head): New variable.
12997 (Vcurrent_iso639_language): New variable.
12998 (syms_of_charset): Declare it as a Lisp variable.
12999 (char_charset): Don't check non preferred charsets. As a last
13000 resort, return charset_unicode.
13001 (Fset_charset_priority): Update Vcharset_non_preferred_head.
13002
13003 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
13004 conditionals. Don't check enable_font_backend. Delete all codes
13005 used only when USE_FONT_BACKEND is not defined.
13006
13007 * dispextern.h (struct glyph_string): Change type of `font' to
13008 `struct font *'.
13009 (struct glyph_string): New member underline_position and
13010 underline_thickness.
13011 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
13012 (struct face): Change type of `font' to `struct font *'. Remove
13013 members `font_name', `font_info_id'.
13014 (per_char_metric, encode_char): Delete externs.
13015 (calc_pixel_width_or_height): Adjust the prototype.
13016
13017 * emacs.c (enable_font_backend): Delete extern.
13018 (main): Don't set enable_font_backend. Don't check the command
13019 line argument "-disable-font-backend".
13020
13021 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
13022 (enum font_property_index): New members FONT_DPI_INDEX,
13023 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
13024 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
13025 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
13026 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
13027 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
13028 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
13029 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
13030 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
13031 (struct font_spec, struct font_entity): New structs.
13032 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
13033 (struct font): Many members from old "struct font_info" moved to
13034 here. Members font and entity deleted.
13035 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
13036 the new font-related objects.
13037 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
13038 (CHECK_FONT_GET_OBJECT): Likewise.
13039 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
13040 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
13041 (struct font_driver): New members case_sensitive anc check. Type
13042 of the member list and open changed.
13043 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
13044 (font_symbolic_width, font_find_object, font_get_spec)
13045 (font_set_lface_from_name): Delete extern.
13046 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
13047
13048 * font.c: Include <strings.h>.
13049 (enable_font_backend): Delete it.
13050 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
13051 (CHECK_VALIDATE_FONT_SPEC): Delete it.
13052 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
13053 (null_string): Delete it.
13054 (null_vector): Make it static.
13055 (font_family_alist): Delete it.
13056 (Qnormal): Extern it.
13057 (QCextra, QClanguage): Delete it.
13058 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
13059 (font_make_spec, font_make_entity, font_make_object)
13060 (font_intern_prop): Renamed from intern_downcase. Don't downcase
13061 the string. Callers changed.
13062 (font_pixel_size): Adjusted for the format change of font-related
13063 objects.
13064 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
13065 (font_style_to_value, font_style_symbolic): New function.
13066 (build_font_family_alist): Delete it.
13067 (font_registry_charsets): Use Fassoc_string instead of
13068 assq_no_quit.
13069 (font_prop_validate_symbol): Don't return null_string.
13070 (font_prop_validate_style): Adjusted for the change of
13071 style-related values in a font vector.
13072 (font_property_table): Delete entries for QClanguage and
13073 QCantialias, add entries for QCavgwidth.
13074 (get_font_prop_index): Delete the 2nd argument FROM.
13075 (font_prop_validate): Arguments changed.
13076 (font_put_extra): Adjusted for the change of font-related objects.
13077 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
13078 (font_parse_fcname, font_unparse_fcname)
13079 (font_prepare_composition): Likewise.
13080 (font_parse_family_registry): Renamed from font_merge_old_spec.
13081 (otf_open): Delete the 1st arg entity.
13082 (font_otf_capability): Adjusted for the above change.
13083 (font_score): New arg alternate_families. Adjusted for the change
13084 of font-related objects.
13085 (font_sort_entites): New arg best_only.
13086 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
13087 Delete them.
13088 (font_match_p): Check alternate families.
13089 (font_find_object): Delete it.
13090 (font_check_object): New function.
13091 (font_clear_cache): Adjusted for the change of font-related objects.
13092 (font_delete_unmatched): New arg.
13093 (font_list_entities): Call font_driver->list with a spec that
13094 doesn't specify style-related properties.
13095 (font_matching_entity): Arguments changed. Caller changed.
13096 (font_open_entity): Adjusted for the change of font-related objects.
13097 (font_close_object, font_has_char, font_encode_char)
13098 (font_get_name, font_get_spec): Likewise.
13099 (font_spec_from_name, font_clear_prop, font_update_lface):
13100 New functions.
13101 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
13102 (font_prepare_for_face, font_done_for_face, font_open_by_name)
13103 (font_at): Adjusted for the change of font-related objects.
13104 (font_range): New function.
13105 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
13106 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
13107 (Fcopy_font_spec, Fmerge_font_spec): New function.
13108 (Ffont_family_list): Renamed from list-families.
13109 (Finternal_set_font_style_table): Arguments changed.
13110 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
13111 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
13112 change of font-related objects.
13113 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
13114
13115 * fontset.h (struct font_info): Delete it. Most members go to
13116 struct font.
13117 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
13118 (enum FONT_SPEC_INDEX): Delete it.
13119 (font_info, list_fonts_func, load_font_func, query_font_func)
13120 (set_frame_fontset_func, find_ccl_program_func)
13121 (get_font_repertory_func, new_fontset_from_font_name): Delete
13122 externs.
13123 (fontset_from_font_name): Extern it.
13124 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
13125 (FONT_INFO_FROM_FACE): Deleted.
13126 (face_for_font): Adjust prototype.
13127
13128 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
13129 conditionals. Don't check enable_font_backend. Delete all codes
13130 used only when USE_FONT_BACKEND is not defined.
13131 (get_font_info_func, list_font_func, load_font_func)
13132 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
13133 (get_font_repertory_func): Delete them.
13134 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
13135 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
13136 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
13137 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
13138 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
13139 (fontset_compare_rfontdef): New function.
13140 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
13141 rfont-defs by qsort. Adjusted for the change of font-group vector.
13142 (load_font_get_repertory): Deleted.
13143 (fontset_find_font): Use new macros to ref/set elements of
13144 font-def and rfont-def.
13145 (fontset_font): Fix the timing of remembering that no font for C.
13146 (free_face_fontset): Do nothing if the face has no fontset.
13147 (face_suitable_for_char_p): Use new macros to ref/set elements of
13148 rfont-def.
13149 (face_for_char): Likewise. Call face_for_char with font_object.
13150 (fs_load_font): Delete. Delete #pragma surrounding it.
13151 (fs_query_fontset): Use strcasecmp instead of strcmp.
13152 (generate_ascii_font_name): Adjusted for the format change of
13153 font-spec.
13154 (Fset_fontset_font): Likewise. Use new macros to set elements of
13155 font-def.
13156 (Fnew_fontset): Use font_unparse_xlfd to generate
13157 FONTSET_ASCII (fontset).
13158 (new_fontset_from_font_name): Deleted.
13159 (fontset_from_font): Renamed from new_fontset_from_font. Check if
13160 a fontset is already created for the font. FIx updating of
13161 Vfontset_alias_alist.
13162 (fontset_ascii_font): Deleted.
13163 (Ffont_info): Adjusted for the format change of font-spec.
13164 (Finternal_char_font): Likewise.
13165 (Ffontset_info): Likewise.
13166 (syms_of_fontset): Don't check load_font_func.
13167
13168 * fns.c (internal_equal): Handle PREV_FONT.
13169
13170 * frame.h: Delete USE_FONT_BACKEND conditional.
13171
13172 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
13173 conditionals. Don't check enable_font_backend. Delete all codes
13174 used only when USE_FONT_BACKEND is not defined.
13175 (x_set_font): Call x_new_font, not x_new_fontset2.
13176 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
13177 already set for the frame.
13178
13179 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
13180 a font-entity by font_make_entity. Use font_intern_prop instead
13181 of intern_downcase. Use FONT_SET_STYLE to set a style-related
13182 font property. If a font is scalable, set avgwidth property to 0.
13183 Set font-entity property by font_put_extra.
13184 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
13185 (ffont_driver): Adjusted for the change of struct font_driver.
13186 (ftfont_spec_pattern): New function.
13187 (ftfont_list): Return a list, not vector.
13188 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
13189 (ftfont_list_family): Don't downcase names.
13190 (ftfont_free_entity): Deleted.
13191 (ftfont_open): Return a font-object. Adjusted for the change of
13192 struct font. Get underline_thickness and underline_position from
13193 font property. Don't update dpyinfo->smallest_font_height and
13194 dpyinfo->smallest_char_width.
13195 (ftfont_close): Don't free `struct font'.
13196 (ftfont_has_char): Adjusted for the format change of font-entity.
13197 (ftfont_encode_char, ftfont_text_extents): Likewise.
13198
13199 * ftxfont.c (ftxfont_list): Return a list, not vector.
13200 (ftxfont_open): Return a font-object. Adjusted for the change of
13201 struct font. Get underline_thickness and underline_position from
13202 font property. Don't update dpyinfo->smallest_font_height and
13203 dpyinfo->smallest_char_width.
13204 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
13205 (ftxfont_draw): Adjusted for the change of struct font.
13206
13207 * image.c (image_ascent): Don't include "charset.h". Include
13208 "character.h" and "font.h".
13209
13210 * lisp.h (enum pvec_type): New member PREV_FONT.
13211 (Fassoc_string): EXFUN it.
13212
13213 * print.c: Include font.h.
13214 (print_object): Handle font-related objects.
13215
13216 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
13217 conditionals. Don't check enable_font_backend. Delete all codes
13218 used only when USE_FONT_BACKEND is not defined.
13219 (handle_auto_composed_prop): Do nothing if it->f is not on a
13220 window system. Check how many following characters can be
13221 displayed by the same font.
13222 (calc_pixel_width_or_height): Type of the 4th arg is changed to
13223 'struct font *'.
13224 (get_char_face_and_encoding): Assign the whole encoding task to
13225 the `encode-char' method of a font driver.
13226 (fill_composite_glyph_string): Adjusted for the change of `struct
13227 face' and `struct glyph_string'.
13228 (fill_glyph_string): Likewise.
13229 (get_per_char_metric): Arguments changed.
13230 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
13231 and `struct glyph_string'.
13232 (produce_stretch_glyph, calc_line_height_property)
13233 (x_produce_glyphs): Likewise.
13234
13235 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
13236 conditionals. Don't check enable_font_backend. Delete all codes
13237 used only when USE_FONT_BACKEND is not defined. Use
13238 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
13239 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
13240 (Qp): Extern them.
13241 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
13242 Deleted.
13243 (struct font_name): Deleted.
13244 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
13245 (compare_fonts_by_sort_order): New function.
13246 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
13247 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
13248 Deleted.
13249 (Fx_family_fonts): Use font_list_entities, and sort fonts by
13250 compare_fonts_by_sort_order.
13251 (Fx_font_family_list): Call Ffont_family_list.
13252 (face_numeric_value, face_numeric_weight, face_numeric_slant)
13253 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
13254 (face_symbolic_slant, face_symbolic_swidth)
13255 (split_font_name_into_vector, build_font_name_from_vector)
13256 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
13257 (font_rescale_ratio, split_font_name, build_font_name)
13258 (free_font_names, sort_fonts, x_face_list_fonts)
13259 (face_font_available_p, sorted_font_list, cmp_font_names)
13260 (font_list_1, concat_font_list, font_list, remove_duplicates):
13261 Deleted.
13262 (Fx_list_fonts): Use Ffont_list.
13263 (LFACE_AVGWIDTH): Deleted.
13264 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
13265 by FONTP.
13266 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
13267 (set_lface_from_font_name): Delete it.
13268 (set_lface_from_font): Renamed from
13269 set_lface_from_font_and_fontset. Caller changed. Don't set
13270 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
13271 for face.
13272 (merge_face_vectors): Copy font-spec if necessary.
13273 Clear properties of the font-spec if necessary.
13274 (merge_face_ref): Clear properties of the font-spec if necessary.
13275 (Finternal_set_lisp_face_attribute): Likewise.
13276 (set_font_frame_param): Use font_load_for_lface to load a
13277 font-object, and call Fmodify_frame_parameters with it.
13278 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
13279 font name by Ffont_xlfd_name.
13280 (Finternal_lisp_face_attribute_values): Don't check QCweight,
13281 QCslant, and QCwidth.
13282 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
13283 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
13284 Compare fonts by EQ.
13285 (lookup_non_ascii_face): Deleted.
13286 (face_for_font): The 2nd argument changed.
13287 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
13288 Check atomic font properties by case insensitive.
13289 (realize_non_ascii_face): Set face->overstrike correctly.
13290 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
13291 (dump_realized_face): Get font name from
13292 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
13293
13294 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
13295 conditionals. Don't check enable_font_backend. Delete all codes
13296 used only when USE_FONT_BACKEND is not defined.
13297 (xic_create_xfontset): Original code deleted and renamed from
13298 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
13299 (x_make_gc): Don't set GCFont in GCs.
13300 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
13301 opened by "fixed".
13302 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
13303 find_ccl_program_func, query_font_func, set_frame_fontset_func,
13304 get_font_repertory_func.
13305
13306 * xfont.c: Include <stdlib.h> and "ccl.h".
13307 (struct xfont_info): New structure.
13308 (xfont_query_font): Deleted.
13309 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
13310 moved from xterm.c.
13311 (xfont_driver): Adjusted for the change of struct font_driver.
13312 (compare_font_names): New function.
13313 (xfont_list_pattern): Sort font names case insensitively. Make
13314 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
13315 (xfont_list): Return a list, not vector.
13316 (xfont_match): If the font doesn't have QCname property, generate
13317 a name from the other font properties.
13318 (xfont_open): Return a font-object. Adjusted for the change of
13319 struct font. Get underline_thickness and underline_position from
13320 font property. Don't update dpyinfo->smallest_font_height and
13321 dpyinfo->smallest_char_width.
13322 (xfont_close): Don't free struct font.
13323 (xfont_prepare_face): Adjusted for the change of struct font.
13324 (xfont_done_face): Deleted.
13325 (xfont_has_char): Adjusted for the change of struct font.
13326 (xfont_encode_char, xfont_draw): Likewise.
13327 (xfont_check): New function.
13328
13329 * xftfont.c (xftfont_list): Adjusted for the change of `list'
13330 callback function.
13331 (xftfont_match): Adjusted for the format change of font-entity.
13332 (xftfont_open): Adjusted for the format change of font-entity and
13333 font-object. Adjusted for the change of struct font. Return a
13334 font-object. Don't update dpyinfo->smallest_font_height and
13335 dpyinfo->smallest_char_width.
13336 (xftfont_close): Block input while calling XftFontClose.
13337 (xftfont_prepare_face): Don't block input while calling
13338 xftfont_get_colors. Adjusted for the change of struct font.
13339 (xftfont_shape): Return value of error case fixed.
13340
13341 * xrdb.c (x_load_resources): Don't setup a fontset resource.
13342
13343 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
13344 conditionals.
13345 (FONT_WIDTH): Return (f)->max_width.
13346 (struct x_display_info): Delete member `font'.
13347 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
13348 (x_find_ccl_program, x_get_font_repertory): Delete externs.
13349 (struct x_output): Change type of `font' to `struct font *'.
13350
13351 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
13352 conditionals. Don't check enable_font_backend. Delete all codes
13353 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
13354 (x_per_char_metric, x_encode_char): Deleted.
13355 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
13356 (x_compute_glyph_string_overhangs): Adjusted for the change of
13357 `struct face'.
13358 (x_draw_glyph_string_foreground)
13359 (x_draw_composite_glyph_string_foreground): Likewise.
13360 (x_draw_glyph_string): Likewise. Use font->underline_position and
13361 font->underline_thickness.
13362 (x_new_font): Renamed from x_new_fontset2.
13363 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
13364 (x_check_font): Call `check' method of a font driver.
13365 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
13366 (x_query_font, x_get_font_repertory): Deleted.
13367 (x_find_ccl_program): Renamed and moved to xfont.c.
13368 (x_redisplay_interface): Adjusted for the change of `struct
13369 redisplay_interface'.
13370
13371 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
13372 conditionals. Don't check enable_font_backend. Delete all codes
13373 used only when USE_FONT_BACKEND is not defined. Surround non-used
13374 code by "#ifdef OLD_FONT" and "endif".
13375 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
13376
13377 * w32font.h (struct w32font_info): New member.
13378 (FONT_COMPAT): New macro.
13379 (w32font_open_internal): Prototype adjusted.
13380
13381 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
13382 OLD_FONT" and "endif".
13383
13384 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
13385 conditionals. Don't check enable_font_backend. Delete all codes
13386 used only when USE_FONT_BACKEND is not defined.
13387 (w32font_open): Return a font-object. Make a font-object by
13388 font_make_object. Adjusted for the change of struct w32font_info.
13389 (w32font_close): Don't free struct font. Adjusted for the change
13390 of struct w32font_info.
13391 (w32font_encode_char, w32font_text_extents, w32font_draw):
13392 Adjusted for the change of struct w32font_info.
13393 (w32font_draw): Likewise.
13394 (w32font_list_internal): Return a list, not vector.
13395 (w32font_open_internal): Change the 4th arg to font-object.
13396 Adjusted for the change of struct w32font_info and font-object format.
13397 (add_font_name_to_list): Don't downcase names.
13398 (w32_enumfont_pattern_entity): Make a font-entity by
13399 font_make_entity. Adjusted for the format change of font-entity.
13400 Use FONT_SET_STYLE to set a style-related font property. If a
13401 font is scalable, set avgwidth property to 0. Set font-entity
13402 property by font_put_extra.
13403 (font_matches_spec): Adjusted for the format change of font-entity.
13404 (w32_weight_table, w32_decode_weight): New variables.
13405 (w32_encode_weight): New function.
13406 (fill_in_logfont): Adjusted for the format change of font-spec.
13407 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
13408 weight value.
13409 (w32font_driver): Adjusted for the change of struct font_driver.
13410
13411 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
13412 conditionals. Don't check enable_font_backend. Surround non-used
13413 code by "#ifdef OLD_FONT" and "endif".
13414 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
13415 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
13416
13417 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
13418 conditionals. Don't check enable_font_backend. Delete all codes
13419 used only when USE_FONT_BACKEND is not defined. Surround non-used
13420 code by "#ifdef OLD_FONT" and "endif".
13421
13422 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
13423 (uniscribe_open): Return value changed to font-object.
13424 Adjusted for the format change of font-object.
13425 (uniscribe_otf_capability): Adjusted for the change of struct font.
13426 (add_opentype_font_name_to_list): Don't downcase names.
13427 (uniscribe_font_driver): Adjusted for the change of struct
13428 font_driver.
13429
134302008-05-13 Chong Yidong <cyd@stupidchicken.com>
13431
13432 * dispnew.c (update_frame_1): Check if tty output is still valid
13433 before flushing it.
13434
134352008-05-13 Jan Djärv <jan.h.d@swipnet.se>
13436
13437 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
13438 to Gtk+ menus.
13439
134402008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13441
13442 * dired.c (file_name_completion): Tweak the code so as to always do it
13443 in a single pass. Tighten the scope of some variables.
13444
13445 * dired.c (Qdefault_directory): New var.
13446 (file_name_completion): Use it instead of Fexpand_file_name.
13447 (syms_of_dired): Initialize it.
13448
134492008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13450
13451 * fileio.c (double_dollars): Remove dead code.
13452
134532008-05-10 Eli Zaretskii <eliz@gnu.org>
13454
13455 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
13456 Mention w32-get-true-file-attributes in doc string.
13457
13458 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
13459
134602008-05-09 Glenn Morris <rgm@gnu.org>
13461
13462 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
13463 2008-04-23.
13464
134652008-05-09 Eli Zaretskii <eliz@gnu.org>
13466
13467 Support for reporting owner and group of each file on MS-Windows:
13468 * dired.c (stat_uname, stat_gname): New functions, with special
13469 implementation for w32.
13470 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
13471
13472 * w32.c: Rename the_passwd_* to dflt_passwd_*.
13473 (dflt_group_name): New static variable.
13474 (dflt_group): Rename from the_group.
13475 (init_user_info): Init dflt_group fields. Get user's group name
13476 from LookupAccountSid.
13477 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
13478 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
13479 New initialization states.
13480 (globals_of_w32): Initialize them to zero. Initialize the default
13481 group name to "None".
13482 (GetFileSecurity_Name): New global var, the name of the function
13483 to call for GetFileSecurity.
13484 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
13485 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
13486 (get_file_security, get_security_descriptor_owner)
13487 (get_security_descriptor_group, is_valid_sid)
13488 (get_file_security_desc, get_rid, get_name_and_id)
13489 (get_file_owner_and_group): New functions.
13490 (stat): Use get_file_security_desc and get_file_owner_and_group to
13491 report the owner and primary group of each file. Don't ignore the
13492 high 32 bits of file's size, now that st_size is 64-bit wide.
13493 Fix test when to get true file attributes.
13494 (init_user_info): Use get_rid instead of equivalent inline code.
13495 (fstat): Don't ignore the high 32 bits of file's size.
13496
134972008-05-09 Chong Yidong <cyd@stupidchicken.com>
13498
13499 * image.c (png_load): Use correct bit-depth for setting background
13500 color.
13501
135022008-05-08 Eli Zaretskii <eliz@gnu.org>
13503
13504 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
13505 epa-hook.elc.
13506
135072008-05-08 Juanma Barranquero <lekktu@gmail.com>
13508
13509 * font.c (Ffont_match_p): Don't use `iff' in docstring.
13510
135112008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
13512
13513 * macfns.c (Fx_create_frame): Make a copy of frame parameters
13514 because the original parameters are in pure storage now.
13515 (mac_window): Remove unused params. Update callers.
13516
135172008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13518
13519 * lread.c (substitute_object_recurse): Use lower-level primitives.
13520 Don't signal errors when traversing sub-char-tables.
13521 Don't loop over all the possible characters when traversing char-tables.
13522
13523 * print.c (print_preprocess): Add sub-char-tables to the print-table,
13524 just like we do in print.c.
13525
135262008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13527
13528 * minibuf.c (Ftry_completion): Remove code left over from when we used
13529 scmp instead of Fcompare_strings.
13530
135312008-05-04 Juanma Barranquero <lekktu@gmail.com>
13532
13533 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
13534
135352008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13536
13537 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
13538 Create bitmap context in native byte order.
13539
13540 * macterm.c (XDrawLine)
13541 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
13542 context in native byte order.
13543
135442008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13545
13546 * config.in: Regenerate.
13547
13548 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
13549 New definitions for Image I/O support.
13550 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13551 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
13552 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13553 (mac_data_provider_release_data, image_load_image_io)
13554 [USE_MAC_IMAGE_IO]: New functions.
13555 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
13556 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
13557 (init_image_func_pointer) [MAC_OSX]: Remove function.
13558 (image_load_quartz2d) [MAC_OSX]: Check availability of
13559 CGImageCreateWithPNGDataProvider at compile time.
13560 Use lowercase `false' for boolean constant.
13561 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
13562 Use image_load_image_io.
13563 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
13564 Don't check MyCGImageCreateWithPNGDataProvider.
13565 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
13566 Don't call init_image_func_pointer.
13567
13568 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
13569
13570 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
13571 Make variable non-static.
13572 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
13573 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13574
13575 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
13576 (RED_FROM_ULONG): Mask off higher bits.
13577 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
13578
13579 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
13580 Include AvailabilityMacros.h.
13581 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
13582 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
13583
135842008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13585
13586 * chartab.c (Fset_char_table_range): If range is t, really set all
13587 chars to that value.
13588
135892008-05-03 Eli Zaretskii <eliz@gnu.org>
13590
13591 * dired.c (Ffile_attributes): Don't allow the device number become
13592 negative.
13593
135942008-05-02 Daiki Ueno <ueno@unixuser.org>
13595
13596 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
13597
135982008-05-02 Juri Linkov <juri@jurta.org>
13599
13600 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
13601 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
13602 DEFAULT argument as a list of default values in docstrings.
13603
136042008-05-01 Chong Yidong <cyd@stupidchicken.com>
13605
13606 * puresize.h (BASE_PURESIZE): Increase to 1210000.
13607
136082008-05-01 Martin Rudalics <rudalics@gmx.at>
13609
13610 * dispnew.c (change_frame_size_1): Preserve small windows when
13611 shrinking frames by calling set_window_height|width with third
13612 arg 2.
13613
13614 * window.h (struct window): Replace field too_small_ok by field
13615 resize_proportionally.
13616
13617 * window.c (make_window): Initialize resize_proportionally.
13618 (enlarge_window): Temporarily set resize_proportionally to make
13619 sure that shrink_windows does scale the window proportionally.
13620 (shrink_windows): When window has resize_proportionally set try
13621 to shrink it proportionally by stealing from other windows.
13622 (struct saved_window, Fset_window_configuration)
13623 (compare_window_configurations): Handle resize_proportionally.
13624 (WINDOW_TOTAL_SIZE): New macro.
13625 (window_min_size, shrink_windows, size_window): Use it.
13626 (check_min_window_sizes): Remove. Invalid values of
13627 window-min-height|width are handled by window_min_size_2 now.
13628 (size_window, Fsplit_window, enlarge_window)
13629 (adjust_window_trailing_edge, grow_mini_window): Don't call
13630 check_min_window_sizes.
13631 (window_min_size_2, window_min_size_1, window_min_size):
13632 New argument safe_p for retrieving "safe" minimum sizes.
13633 (Fdisplay_buffer, Fsplit_window, enlarge_window)
13634 (adjust_window_trailing_edge, grow_mini_window):
13635 Adjust arguments of window_min_size... functions.
13636 (shrink_windows): Argument min_size removed. New argument
13637 safe_p allows shrinking windows to their safe minimum sizes.
13638 Calculate minimum size and decide whether a window shall be
13639 deleted for each window individually.
13640 (size_window): When nodelete_p equals 2, tell shrink_windows to
13641 delete windows only if their new minimum size is no more safe.
13642 (shrink_window_lowest_first): Call window_min_size_1 to make
13643 sure to preserve modeline of bottom-most window when resizing
13644 the minibuffer.
13645 (Fset_window_configuration, Fcurrent_window_configuration)
13646 (compare_window_configurations): Do not handle
13647 window-min-height|width any more.
13648 (syms_of_window): Clarify window-min-height|width doc-strings.
13649
136502008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
13651
13652 * dired.c (file_name_completion): Fix up the encoding/decoding issue
13653 some more. Copy some of the code from Ftry_completions.
13654 Remove special case code that dates back to initial revision when the
13655 slash was only added when necessary and that can't trigger nowadays.
13656
136572008-04-27 Kenichi Handa <handa@m17n.org>
13658
13659 * font.c (font_prop_validate): Signal `error' instead of `font'.
13660
136612008-04-29 Jason Rumney <jasonr@gnu.org>
13662
13663 * w32fns.c (Fw32_battery_status): New defun.
13664 (syms_of_w32fns): Defsubr it.
13665
136662008-04-28 Andreas Schwab <schwab@suse.de>
13667
13668 * dired.c (file_name_completion): Fix another mixing of encoded
13669 and decoded names.
13670
136712008-04-28 Juanma Barranquero <lekktu@gmail.com>
13672
13673 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
13674
136752008-04-27 Juanma Barranquero <lekktu@gmail.com>
13676
13677 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
13678
136792008-04-27 Andreas Schwab <schwab@suse.de>
13680
13681 * dired.c (file_name_completion): Fix inappropriate mixing of
13682 encoded and decoded names.
13683
13684 * xterm.c (XTread_socket): Fix use of uninitialized variable.
13685
13686 * puresize.h (BASE_PURESIZE): Increase to 1200000.
13687
136882008-04-26 Eli Zaretskii <eliz@gnu.org>
13689
13690 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
13691 2008-03-31, it's not needed anymore with `struct stat' definition
13692 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
13693 for the same reasons.
13694
136952008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
13696
13697 * m/sparc.h: Additional redefinitions for GNU/Linux.
13698
136992008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13700
13701 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
13702 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
13703 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
13704 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
13705 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
13706 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
13707 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13708 Likewise.
13709
13710 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
13711 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
13712 (mac_ax_number_of_characters): Add externs.
13713 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
13714 [USE_MAC_TSM]: Likewise.
13715 (mac_handle_text_input_event) [MAC_OSX]:
13716 Handle kEventTextInputOffsetToPos for no active input area case.
13717 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
13718 (mac_handle_document_access_event)
13719 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
13720 (install_application_handler) [MAC_OSX]: Register handlers for
13721 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
13722 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13723 Register mac_handle_document_access_event.
13724
13725 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
13726 Make functions non-static.
13727
137282008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13729
13730 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
13731 (read_file_name_completion_ignore_case, insert_default_directory)
13732 (Qdefault_directory): Move to minibuffer.el.
13733 (Fread_file_name): Call the new `read-file-name' instead.
13734
137352008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13736
13737 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
13738 Make function non-static.
13739 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
13740 Remove function.
13741 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
13742 Move to mactoolbox.c.
13743 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
13744
13745 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
13746 (mac_rect_make): New macro.
13747
13748 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
13749 instead of float.
13750 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
13751 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
13752 (XSetBackground) [USE_CG_DRAWING]: Likewise.
13753 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
13754 CGRectMake.
13755 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
13756 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
13757 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
13758 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
13759 instead of WindowRef in argument type.
13760 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
13761 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
13762 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
13763 instead of DISPLAY. All uses changed.
13764 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
13765 (x_calc_absolute_position): Simplify so as not to use
13766 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
13767
13768 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
13769 instead of WindowRef in argument type.
13770 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
13771 [TARGET_API_MAC_CARBON]: Remove externs.
13772 (create_apple_event, mac_event_parameters_to_lisp)
13773 [TARGET_API_MAC_CARBON]: Add externs.
13774
13775 * mactoolbox.c (Vmac_ts_script_language_on_focus)
13776 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
13777 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
13778 is clicked.
13779 (x_activate_menubar): Remove extern for saved_menu_event_location.
13780 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
13781 Move from mac.c.
13782
137832008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13784
13785 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
13786 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
13787
137882008-04-23 Jason Rumney <jasonr@gnu.org>
13789
13790 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
13791 attributes only for local files.
13792
13793 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
13794 default to Qlocal.
13795
137962008-04-22 Juri Linkov <juri@jurta.org>
13797
13798 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
13799 read-buffer-to-switch instead of using the letter "B".
13800
138012008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
13802
13803 * fileio.c (Qdefault_directory): New variable.
13804 (Fread_file_name): Use it to pass `dir' to the completion functions.
13805
138062008-04-20 Chong Yidong <cyd@stupidchicken.com>
13807
13808 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
13809
138102008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13811
13812 * keyboard.c (Vpre_help_message): Remove.
13813 (show_help_echo): Remove default C code.
13814
13815 * dired.c (directory_files_internal, file_name_completion):
13816 Only call ENCODE_FILE if the string is indeed decoded.
13817
138182008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13819
13820 * Makefile.in (TOOLKIT_DEFINES): Remove.
13821 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
13822
138232008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13824
13825 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
13826 (mactoolbox.o): New target.
13827
13828 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
13829 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
13830
13831 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
13832 Use mac_set_frame_window_background instead of XSetWindowBackground.
13833 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
13834 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
13835 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
13836 instead of SetWindowTitleWithCFString.
13837 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
13838 Move function to mactoolbox.c.
13839 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
13840 Use mac_set_window_modified instead of SetWindowModified.
13841 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
13842 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
13843 (Fx_focus_frame): Use mac_front_non_floating_window instead of
13844 FrontNonFloatingWindow. Use mac_activate_window instead of
13845 ActivateWindow. Use mac_active_non_floating_window instead of
13846 ActiveNonFloatingWindow.
13847 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
13848 Use mac_show_hourglass and mac_hide_hourglass.
13849 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
13850 instead of GetGlobalMouse.
13851 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
13852 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
13853 Use mac_bring_window_to_front instead of BringToFront.
13854 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
13855 mactoolbox.c.
13856 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
13857 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
13858 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
13859 mactoolbox.c.
13860
13861 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
13862 (XtPointer): Move typedef from macmenu.c.
13863 (enum button_type): Move enum from macmenu.c.
13864 (widget_value): Move typedef from macmenu.c.
13865 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
13866 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
13867 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
13868 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
13869 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
13870 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
13871 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
13872 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
13873 (Selection): Move typedef from macselect.c.
13874 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
13875 macterm.c.
13876 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
13877 (mac_is_window_collapsed, mac_bring_window_to_front)
13878 (mac_send_window_behind, mac_hide_window, mac_show_window)
13879 (mac_collapse_window, mac_front_non_floating_window)
13880 (mac_active_non_floating_window, mac_activate_window)
13881 (mac_move_window_structure, mac_move_window, mac_size_window)
13882 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
13883
13884 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
13885 (enum mac_menu_kind): Move enum to mactoolbox.c.
13886 (min_menu_id): Move variable to mactoolbox.c.
13887 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
13888 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
13889 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
13890 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
13891 [TARGET_API_MAC_CARBON]: Likewise.
13892 (XtPointer): Move typedef to macgui.h.
13893 (enum button_type): Move enum to macgui.h.
13894 (widget_value): Move typedef to macgui.h.
13895 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
13896 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
13897 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
13898 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
13899 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
13900 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
13901 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
13902 (popup_activated_flag): Make variable non-static.
13903 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
13904 (add_menu_item, fill_menu, dispose_menus):
13905 Move functions to mactoolbox.c.
13906 (restore_show_help_function, menu_target_item_handler)
13907 (install_menu_target_item_handler, mac_handle_dialog_event)
13908 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
13909 [TARGET_API_MAC_CARBON]: Likewise.
13910 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
13911 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
13912 (find_and_call_menu_selection, name_is_separator): Make function
13913 non-static.
13914 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
13915 to mactoolbox.c.
13916 (set_frame_menubar): Don't call install_menu_quit_handler.
13917 (menu_item_selection): New variable.
13918 (mac_menu_show): Use create_and_show_popup_menu.
13919 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
13920 selection but set variable menu_item_selection. All uses changed.
13921 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
13922 Call install_menu_quit_handler. Move to mactoolbox.c.
13923
13924 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
13925 (Selection): Move typedef to macgui.h.
13926 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
13927 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
13928 Make variables non-static.
13929 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
13930 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
13931 Make functions non-static.
13932 (Vmac_service_selection) [MAC_OSX]: Likewise.
13933 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
13934 (mac_valid_selection_target_p, mac_clear_selection)
13935 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
13936 (mac_put_selection_value, mac_selection_has_target_p)
13937 (mac_get_selection_value, mac_get_selection_target_list)
13938 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
13939 Move functions to mactoolbox.c.
13940 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
13941 Likewise.
13942 (copy_scrap_flavor_data, mac_handle_service_event)
13943 (install_service_handler) [MAC_OSX]: Likewise.
13944 (syms_of_macselect) <Vmac_dnd_known_types>:
13945 Use mac_dnd_default_known_types.
13946
13947 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
13948 Move to mactoolbox.c.
13949 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
13950 (Fx_selection_owner_p): Add EXFUN.
13951 (install_window_handler, remove_window_handler, XSetWindowBackground):
13952 Remove externs.
13953 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
13954 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
13955 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
13956 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
13957 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
13958 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
13959 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
13960 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
13961 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
13962 (create_and_show_popup_menu, mac_get_selection_from_symbol)
13963 (mac_valid_selection_target_p, mac_clear_selection)
13964 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
13965 (mac_put_selection_value, mac_selection_has_target_p)
13966 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
13967 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
13968 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
13969 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
13970 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
13971 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
13972 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
13973 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
13974 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
13975
13976 * mactoolbox.c: New file.
13977
139782008-04-18 Jason Rumney <jasonr@gnu.org>
13979
13980 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
13981
139822008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13983
13984 * character.c (Fmultibyte_char_to_unibyte):
13985 Return latin1 chars unchanged.
13986
13987 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
13988 relocated if it points to `name'.
13989
139902008-04-17 Kenichi Handa <handa@m17n.org>
13991
13992 * data.c (Faset): Allow setting a multibyte character in an
13993 ASCII-only unibyte string.
13994
13995 * lisp.h (STRING_SET_MULTIBYTE): New macro.
13996
139972008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13998
13999 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
14000 done in config.h.
14001
140022008-04-16 Juanma Barranquero <lekktu@gmail.com>
14003
14004 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
14005 (Fchar_direction): Add usage in the docstring.
14006
140072008-04-15 Chong Yidong <cyd@stupidchicken.com>
14008
14009 * keyboard.c (read_key_sequence): Remove always-true checks.
14010
140112008-04-14 Jason Rumney <jasonr@gnu.org>
14012
14013 * w32font.c (w32font_open_internal): Set max_bounds.descent in
14014 compatibility struct, for better underline positioning.
14015
140162008-04-13 David Hansen <david.hansen@gmx.net>
14017
14018 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
14019 string.
14020
140212008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
14022
14023 * m/hp800.h (XUINT, XSET): Remove.
14024
140252008-04-12 Juanma Barranquero <lekktu@gmail.com>
14026
14027 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
14028 previous change.
14029
140302008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14031
14032 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
14033 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
14034
140352008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14036
14037 * keymap.h (map_keymap_canonical): Declare.
14038 * xmenu.c (single_keymap_panes): Use it.
14039
140402008-04-11 Glenn Morris <rgm@gnu.org>
14041
14042 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
14043 set the target's value to that of the alias.
14044
140452008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14046
14047 * term.c (set_tty_color_mode): Left over typo.
14048
140492008-04-10 Michael Albinus <michael.albinus@gmx.de>
14050
14051 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
14052 only after check for file name handler functions. Signal, when
14053 native functionality is not supported.
14054 (syms_of_fileio): Declare it unconditionally.
14055
140562008-04-10 Jason Rumney <jasonr@gnu.org>
14057
14058 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
14059 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
14060
14061 * w32.c (logon_network_drive): Also logon to remote drives that
14062 are mapped to drive letters.
14063
140642008-04-10 Glenn Morris <rgm@gnu.org>
14065
14066 * xdisp.c (truncate-partial-width-windows): Doc fix.
14067
140682008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14069
14070 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
14071 Move functions to minibuffer.el.
14072 (syms_of_fileio): Don't declare them.
14073
140742008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14075
14076 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
14077 (syms_of_minibuf): Remove its initialization.
14078
14079 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
14080
140812008-04-09 Juanma Barranquero <lekktu@gmail.com>
14082
14083 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
14084
140852008-04-09 Jason Rumney <jasonr@gnu.org>
14086
14087 * makefile.w32-in (distclean): Delete makefile too.
14088 (maintainer-clean): New target.
14089
14090 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
14091
14092 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
14093 for new font backend and composite cases.
14094
140952008-04-09 Jan Djärv <jan.h.d@swipnet.se>
14096
14097 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
14098 Most of the code moved to run_timers.
14099 (do_pending_atimers): Call run_timers.
14100 (run_timers): New function.
14101
14102 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
14103 run atimers.
14104
14105 * process.c (wait_reading_process_output): The same as above.
14106
141072008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14108
14109 * minibuf.c (last_exact_completion): Remove variable.
14110 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
14111 (complete_and_exit_1, complete_and_exit_2)
14112 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
14113 (Fdisplay_completion_list, display_completion_list_1)
14114 (Fminibuffer_completion_help, Fself_insert_and_exit)
14115 (Fexit_minibuffer, Fminibuffer_message): Move functions to
14116 minibuffer.el.
14117 (syms_of_minibuf): Remove corresponding initializations.
14118
14119 * keyboard.c (Qdeactivate_mark): New var.
14120 (command_loop_1): Use it to call `deactivate-mark'.
14121 (syms_of_keyboard): Initialize it.
14122
14123 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
14124 to another frame.
14125 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
14126 Don't call set_tty_color_mode.
14127 (store_frame_param): Reset previous_frame rather than call
14128 set_tty_color_mode.
14129 * term.c (set_tty_color_mode): Rewrite.
14130 * dispextern.h (set_tty_color_mode): New type.
14131 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
14132
141332008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14134
14135 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
14136 for generic chars, which do not exist any more in emacs-unicode.
14137
141382008-04-08 Michael Albinus <michael.albinus@gmx.de>
14139
14140 * coding.c (detect_coding_emacs_mule)
14141 (Ffind_operation_coding_system): Fix typo.
14142
141432008-04-08 Jason Rumney <jasonr@gnu.org>
14144
14145 * w32uniscribe.c (SNAME): Extract only symbol name.
14146
14147 * w32font.h (struct w32_metric_cache): New struct.
14148 (w32font_info): Use it.
14149 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
14150 (CACHE_BLOCKSIZE): New constants.
14151
14152 * w32font.c (Qja, Qko, Qzh): New symbols.
14153 (syms_of_w32font): Initialise them.
14154 (font_matches_spec): Use them to filter by language.
14155 (recompute_cached_metrics): Remove function.
14156 (compute_metrics, clear_cached_metrics): New functions.
14157 (w32font_encode_char): Use them to manage metric cache.
14158 (w32font_text_extents): Cache metrics for all glyphs on demand.
14159 Delay converting glyph indices to WORD until needed.
14160 (w32font_open_internal): Initialize metric cache to empty.
14161 (registry_to_w32_charset): Charset should always be a symbol.
14162 (fill_in_logfont, list_all_matching_fonts): Family should
14163 always be a symbol.
14164
141652008-04-06 Jason Rumney <jasonr@gnu.org>
14166
14167 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
14168 Give up if glyph indices not supported. Use uniscribe obtained
14169 ABC widths for individual metrics. Map glyph clusters back to
14170 characters using fClusterStart flag. Return number of glyphs
14171 produced, not chars processed.
14172 (uniscribe_shape): Map char at FROM to current glyph.
14173
141742008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14175
14176 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
14177 Use SetMenuItemHierarchicalMenu.
14178
141792008-04-05 Jason Rumney <jasonr@gnu.org>
14180
14181 * image.c (pbm_load): Allow color values up to 65535.
14182 Throw an error if max_color_idx is outside the supported range.
14183 Report an error when image size is invalid.
14184 Read two bytes at a time when raw images have max_color_idx above 255.
14185
aac0c6e3
MR
141862008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
14187
14188 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
14189 append "CCL: Quitted" when the CCL program is quitted.
14190 (setup_ccl_program): Initialize ccl->quit_silently to zero.
14191
14192 * ccl.h (struct ccl_program): New member quit_silently.
14193
141942008-04-05 Chong Yidong <cyd@stupidchicken.com>
14195
14196 * search.c (compile_pattern_1): Treat non-nil and non-string of
14197 search-spaces-regexp as nil.
14198
14199 * minibuf.c (Fassoc_string): Tweak docstring.
14200
142012008-04-05 Eli Zaretskii <eliz@gnu.org>
14202
14203 * dired.c (Ffile_attributes): Support inode numbers wider than 32
14204 bits. Remove ugly WINDOWSNT-specific kludge introduced on
14205 2008-03-14 to force inode be positive.
14206
14207 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
14208 _S_* ones, since we now use our own sys/stat.h.
14209 (stat, fstat): Don't mangle the inode number.
14210 (init_user_info): Don't restrict UID and GID to 0-60000 range.
14211
142122008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14213
14214 * frame.h (struct frame): Give one more bit to `visible' since we use
14215 values larger than 1 to indicate obscured frames on ttys.
14216
14217 * keymap.c (Qkeymap_canonicalize): New var.
14218 (Fmap_keymap_internal): New fun.
14219 (describe_map): Use keymap-canonicalize.
14220
14221 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
14222 (Fundo_boundary): Set them.
14223 (syms_of_undo): Initialize them.
14224 (record_point): Use them instead of last_point_position*.
14225 (last_undo_buffer): Change type.
14226
142272008-04-04 Jason Rumney <jasonr@gnu.org>
14228
14229 * w32font.c (w32font_text_extents): Use font's ascent and descent.
14230 (recompute_cached_metrics): Don't set ascent and descent per char.
14231
14232 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
14233 (uniscribe_check_otf): Add GC protection before consing.
14234 Rearrange loop for counting features.
14235
142362008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14237
14238 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
14239 buffer with byte-size of source buffer.
14240
142412008-04-03 Chong Yidong <cyd@stupidchicken.com>
14242
14243 * callint.c (Fcall_interactively): Handle temporary region even
14244 when shift-select-mode is off.
14245
142462008-04-03 Jason Rumney <jasonr@gnu.org>
14247
14248 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
14249
142502008-04-03 Kenichi Handa <handa@m17n.org>
14251
14252 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
14253 (CATEGORY_MASK_UTF_16): Likewise.
14254 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
14255 binary file.
14256 (detect_coding): Add null-byte detection for a binary file.
14257 (detect_coding_system): Likewise.
14258
142592008-04-03 Jason Rumney <jasonr@gnu.org>
14260
14261 * w32uniscribe.c: New file.
14262
14263 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
14264
14265 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
14266
14267 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
14268 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
14269 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
14270 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
14271 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
14272 (Qphonetic): New symbols.
14273 (syms_of_w32font): Initialize them.
14274 (font_supported_scripts): Use them.
14275 (w32font_list_family): List all charsets.
14276 (w32font_text_extents, recompute_cached_metrics): Fix metric
14277 calculations.
14278 (w32_enumfont_pattern_entity): Make full_type a DWORD.
14279 Give opentype fonts their own format.
14280 (font_matches_spec): New arguments backend and logfont.
14281 Handle :otf spec for uniscribe backend.
14282 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
14283 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
14284
14285 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
14286 font backend.
14287 (globals_of_w32fns): Initialize uniscribe font backend.
14288
14289 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
14290 dependencies.
14291 (w32uniscribe.$(O)): New file to build.
14292 (FONT_OBJ): Include w32uniscribe.$(O).
14293 (LIBS): Add uniscribe libraries.
14294
14295 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
14296
142972008-04-02 Chong Yidong <cyd@stupidchicken.com>
14298
14299 * callint.c (Vshift_select_mode): New var.
14300 (Finteractive): Document new ^ spec.
14301 (Fcall_interactively): Call handle-shift-selection if the ^ spec
14302 is present.
14303
14304 * keyboard.c (Vthis_command_keys_shift_translated): New var.
14305 (command_loop_1): Avoid running the direct display versions of
14306 forward-char and backward-char if shift-selection may occur.
14307 (read_key_sequence): Set Vthis_command_keys_shift_translated if
14308 shift-translation takes place.
14309
14310 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
14311 avoid clobbering by define-minor-mode.
14312
14313 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
14314 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
14315
14316 * syntax.c (Fforward_word): Add ^ interactive spec.
14317
14318 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
14319 (Fscroll_right): Add ^ interactive spec.
14320
143212008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14322
14323 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
14324
14325 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
14326
14327 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
14328
143292008-03-31 Juri Linkov <juri@jurta.org>
14330
14331 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
14332
143332008-03-30 Jan Djärv <jan.h.d@swipnet.se>
14334
14335 * gtkutil.c (xg_set_geometry): Fix indentation.
14336 (xg_resize_outer_widget): Remove.
14337 (x_wm_size_hint_off): Fix indentation.
14338 (xg_frame_set_char_size): Call flush_and_sync after
14339 gtk_window_resize.
14340 (x_wm_set_size_hint): Pass NULL as geometry window to
14341 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
14342 Add menu bar and tool bar height to base height.
14343 (xg_update_frame_menubar, free_frame_menubar)
14344 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
14345 (update_frame_tool_bar, free_frame_tool_bar):
14346 Change xg_resize_outer_widget to xg_frame_set_char_size.
14347
143482008-03-30 Michael Albinus <michael.albinus@gmx.de>
14349
14350 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
14351 (Fdbus_call_method): New parameter TIMEOUT.
14352 (dbus-send-signal): Optimize UNGCPRO call.
14353
143542008-03-29 Juri Linkov <juri@jurta.org>
14355
14356 * window.c (Fdisplay_buffer): Move call to
14357 Vsplit_window_preferred_function out of conditions that check
14358 if window is eligible for vertical splitting.
14359 When Vsplit_window_preferred_function is non-nil, call it and use
14360 its non-nil return value as window. Otherwise, continue doing
14361 vertical splitting using Fsplit_window with arg horflag=nil.
14362 (syms_of_window) <Vsplit_window_preferred_function>: Change the
14363 default value from `split-window' to nil.
14364
143652008-03-29 Juri Linkov <juri@jurta.org>
14366
14367 * callint.c (Fcall_interactively): Revert 2008-03-16 change
14368 for interactive code letters 'b' and 'B'.
14369
143702008-03-29 Eli Zaretskii <eliz@gnu.org>
14371
14372 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
14373 multibyte string.
14374
143752008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14376
14377 * keyboard.c (pending_funcalls): New var.
14378 (timer_check): Run it.
14379 (syms_of_keyboard): Initialize it.
14380 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
14381 (Vdelete_terminal_functions): New vars.
14382 (syms_of_terminal): Initialize them.
14383 (Fdelete_terminal): Run delete-terminal-functions.
14384 * xdisp.c (safe_eval): Rewrite.
14385 (safe_call2): New fun.
14386 * frame.c (Qdelete_frame_functions): New var.
14387 (syms_of_frame): Initialize it.
14388 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
14389 * lisp.h (safe_call2, pending_funcalls): Declare.
14390
143912008-03-28 Andreas Schwab <schwab@suse.de>
14392
14393 * indent.c (Fmove_to_column): Move declaration before statements.
14394
143952008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14396
14397 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
14398 (struct frame): Use bit fields for boolean vars.
14399
14400 * process.c (server_accept_connection): Simplify naming.
14401 (emacs_get_tty_pgrp): Use SDATA.
14402
14403 * coding.c (decode_coding_object): Fix last change.
14404
144052008-03-27 Jason Rumney <jasonr@gnu.org>
14406
14407 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
14408
144092008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
14410
14411 * charset.c (Fdefine_charset_internal): Change the way of
14412 registering charsets in Vcharset_order_list.
14413 (syms_of_charset): Make the charset `eight-bit' supplementary.
14414
144152008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
14416
14417 * regex.c (EXTEND_BUFFER): Change order of pointer addition
14418 operations, to avoid having the difference between pointers
14419 overflow.
14420
144212008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14422
14423 * indent.c (check_display_width): New fun.
14424 (scan_for_column): Use it.
14425
14426 * data.c (syms_of_data): Mark most-positive-fixnum and
14427 most-negative-fixnum as constants.
14428
14429 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
14430
14431 * indent.c (scan_for_column): Extract from current_column_1.
14432 Merge with the same code from Fmove_to_column.
14433 (current_column_1, Fmove_to_column): Use it.
14434
144352008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14436
14437 * keymap.c (map_keymap_internal): New fun.
14438 (map_keymap): Use it.
14439 (Fmap_keymap_internal): New fun.
14440 (Fmap_keymap): Remove left-out test from before make_save_value.
14441
14442 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
14443
14444 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
14445 Use XCAR/XCDR.
14446
14447 * process.h (struct Lisp_Process): Remove filter_multibyte.
14448 * process.c (QCfilter_multibyte): Remove.
14449 (setup_process_coding_systems): Don't use filter_multibyte.
14450 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
14451 (read_process_output): Don't adjust multibyteness to filter_multibyte.
14452 (Fset_process_filter_multibyte): Change the coding-system to
14453 approximate the previous behavior.
14454 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
14455 coding-system.
14456
14457 * coding.c (decode_coding_object): When not decoding into a buffer,
14458 obey the coding system's preference of (uni|multi)byte.
14459
144602008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14461
14462 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
14463 every char is changed and has a different byte-length.
14464 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
14465 Fix int -> EMACS_INT.
14466
144672008-03-23 David Hansen <david.hansen@gmx.net>
14468
14469 * dbusbind.c (xd_read_message): Remove extra copying of message
14470 strings. Check for NULL `interface' or `member'.
14471
144722008-03-22 Eli Zaretskii <eliz@gnu.org>
14473
14474 * w32.c (readdir): If FindFirstFile/FindNextFile return in
14475 cFileName a file name that includes `?' characters, use the 8+3
14476 alias in cAlternateFileName instead.
14477
144782008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14479
14480 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
14481
144822008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14483
14484 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
14485 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
14486 work on current_buffer only instead (that was already the case
14487 for some of the code anyway).
14488 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
14489 (temp_set_point, temp_set_point_both): Use EMACS_INT.
14490 (SET_PT, SET_PT_BOTH): Adjust.
14491 * intervals.h (set_point, temp_set_point, set_point_both)
14492 (temp_set_point_both): Remove redundant declarations.
14493
144942008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14495
14496 * fileio.c (Finsert_file_contents):
14497 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
14498 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
14499 when buffer != current_buffer anyway.
14500
145012008-03-20 Andreas Schwab <schwab@suse.de>
14502
14503 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
14504 as default.
14505
145062008-03-19 Jason Rumney <jasonr@gnu.org>
14507
14508 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
14509 (syms_of_w32fns): Initialize them.
14510 (HOURGLASS_ID): New constant.
14511 (x_window_to_frame): Don't check hourglass_window.
14512 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
14513 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
14514 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
14515 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
14516 Only change the cursor if hourglass is not active.
14517 (Fx_create_frame): Initialize frame's current_cursor.
14518 (hourglass_atimer): Remove.
14519 (hourglass_started): New function.
14520 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
14521 (show_hourglass): Adapt to w32, changing argument to frame.
14522
14523 * w32term.h (struct w32_output): Remove hourglass_window.
14524 Add current_cursor.
14525
14526 * eval.c (call_debugger, Fsignal):
14527 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
14528 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
14529 (Fexecute_extended_command, cancel_hourglass_unwind):
14530 * minibuf.c (read_minibuf):
14531 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
14532
145332008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14534
14535 * window.c (run_funs): New fun.
14536 (run_window_configuration_change_hook): Use it to run the buffer-local
14537 and the global part of the hook.
14538
14539 * xdisp.c (format_mode_line_unwind_data): Add window argument.
14540 (unwind_format_mode_line): Restore selected window.
14541 (x_consider_frame_title, Fformat_mode_line): Set selected window.
14542
145432008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14544
14545 * editfns.c (Fchar_equal): Check they are valid characters.
14546
14547 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
14548
145492008-03-17 Andreas Schwab <schwab@suse.de>
14550
14551 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
14552 against a charset.
14553
14554 * lisp.h (Fbuffer_list): Declare.
14555
145562008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 14557
aac0c6e3
MR
14558 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
14559 handlebox_widget is != 0.
14560
145612008-03-16 Juri Linkov <juri@jurta.org>
14562
14563 * callint.c (Fcall_interactively): For interactive code letters
14564 'b' and 'B' put the buffer list into the list of default "future"
14565 values of the minibuffer.
14566
145672008-03-16 Andreas Schwab <schwab@suse.de>
14568
14569 * keyboard.c (read_key_sequence): Fix downcasing of letters with
14570 modifiers.
14571
14572 * regex.c (re_match_2_internal): Correct matching of a charset
14573 against latin-1 characters.
14574
145752008-03-16 Kenichi Handa <handa@m17n.org>
14576
14577 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
14578 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
14579 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
14580 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
14581 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
14582 CHAR_STRING_ADVANCE.
14583 (produce_chars): Fix for the case that the source and the
14584 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
14585 instead of CHAR_STRING_ADVANCE.
14586 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
14587 STRING_CHAR_ADVANCE.
14588
145892008-03-15 Andreas Schwab <schwab@suse.de>
14590
14591 * regex.c (re_match_2_internal): Correct matching of eight bit
14592 characters in unibyte strings.
14593
145942008-03-15 Martin Rudalics <rudalics@gmx.at>
14595
14596 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
14597 at end of range when it coincides with the end of the buffer.
14598
145992008-03-14 Eli Zaretskii <eliz@gnu.org>
14600
14601 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
14602
14603 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
14604
146052008-03-14 Jason Rumney <jasonr@gnu.org>
14606
14607 * editfns.c (initial_tz): New variable.
14608 (syms_of_editfns): Initialize it.
14609 (Fset_time_zone_rule): Set it when first called.
14610 Use it when TZSTRING is nil.
14611
14612 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
14613 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
14614 (monitor_from_point_fn, get_monitor_info_fn): New globals.
14615 (globals_of_w32fns): Initialize them.
14616 (compute_tip_xy): Use them to position tooltips.
14617
146182008-03-14 Glenn Morris <rgm@gnu.org>
14619
14620 * emacs.c (main): Revert previous change.
14621 (standard_args): Revert -internal-script back to -scriptload,
14622 and remove the long-option form.
14623
146242008-03-13 Glenn Morris <rgm@gnu.org>
14625
14626 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
14627 Remove option -enable-font-backend.
14628
146292008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14630
14631 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
14632
146332008-03-11 Jan Djärv <jan.h.d@swipnet.se>
14634
14635 * xterm.c (x_connection_closed): For GTK: If this is the last
14636 terminal just exit without closing the display.
14637
146382008-03-11 Jason Rumney <jasonr@gnu.org>
14639
14640 * w32font.c (w32font_full_name): Use floor to round.
14641
f0131492 146422008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
14643
14644 * sound.c (alsa_configure): Declare vol at beginning of block.
14645
14646 * fontset.c (Ffontset_info): Remove extra semicolon.
14647
146482008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14649
14650 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
14651 size of resulting string.
14652
146532008-03-10 Jason Rumney <jasonr@gnu.org>
14654
14655 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
14656
146572008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14658
14659 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
14660 Don't pretend as if characters with display property haven't been
14661 consumed for string-replacing-string case.
14662
146632008-03-08 Kim F. Storm <storm@cua.dk>
14664
14665 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
14666 (get_next_display_element, next_element_from_string)
14667 (next_element_from_ellipsis, next_element_from_buffer): Use it.
14668
146692008-03-08 Andreas Schwab <schwab@suse.de>
14670
14671 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
14672
146732008-03-06 Jason Rumney <jasonr@gnu.org>
14674
14675 * w32font.c (w32_registry): Take font_type argument. Use ANSI
14676 when charset not specified. Only translate ANSI to unicode when
14677 font_type is truetype.
14678 (w32font_coverage_ok): New function.
14679 (add_font_entity_to_list): Use it to filter unsuitable fonts.
14680
146812008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
14682
14683 * lread.c (Fread_char): Resolve modifiers.
14684 (Fread_char_exclusive): Likewise.
14685
14686 * character.c (char_resolve_modifier_mask): New function.
14687 (char_string): Use char_resolve_modifier_mask.
14688 (Fchar_resolve_modifiers): New function.
14689 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
14690 function.
14691
146922008-03-04 Jason Rumney <jasonr@gnu.org>
14693
14694 * makefile.w32-in: Always include w32font.c in the build.
14695 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
14696
146972008-03-04 Andreas Schwab <schwab@suse.de>
14698
14699 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
14700 (versionclean): Likewise.
14701
147022008-03-04 Juanma Barranquero <lekktu@gmail.com>
14703
14704 * .cvsignore: Add oo.
14705
147062008-03-03 Andreas Schwab <schwab@suse.de>
14707
14708 * coding.c (decode_coding_object): Inhibit gap shrinking while
14709 decoding in place.
14710
147112008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
14712
14713 * w32term.c: Remove unused include "gnu.h".
14714 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
14715
14716 * gnu.h: Rename to ...
14717 * emacs-icon.h: ... this.
14718 * xterm.c: Use emacs-icon.h instead of gnu.h.
14719 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
14720
147212008-03-03 Juanma Barranquero <lekktu@gmail.com>
14722
14723 * w32font.c: Include math.h.
14724
147252008-03-03 Jason Rumney <jasonr@gnu.org>
14726
14727 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
14728 Compute options separately.
14729 (w32font_open_internal): Set glyph_idx before caching metrics.
14730
14731 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
14732 Define if system headers don't.
14733 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
14734 (w32font_encode_char): Don't declare here.
14735
14736 * w32font.c (Quniscribe, QCformat): New symbols.
14737 (syms_of_w32font): Define them.
14738 (w32font_has_char): Indicate uncertainty.
14739 (w32font_encode_char): Encode as glyph point. Make static.
14740 (recompute_cached_metrics): New function.
14741 (w32font_open_internal): Use it. Set font to use glyph points
14742 initially. Set format based on type of font.
14743 (w32font_text_extents, w32font_draw): Optionally use glyph points.
14744 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
14745 on it. Set format based on information available here.
14746 (add_font_entity_to_list): Identify backend based on opentype_only.
14747
147482008-03-02 Andreas Schwab <schwab@suse.de>
14749
14750 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
14751
14752 * coding.c (decode_coding_big5, produce_chars):
14753 Fix typos in last change.
14754
147552008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
14756
14757 * gnu.h: New icon.
14758
147592008-03-02 Kenichi Handa <handa@m17n.org>
14760
14761 * coding.c (decode_coding_utf_8): When eol-type of CODING is
14762 `dos', don't decode '\r' if that is the last in the source.
14763 (decode_coding_utf_16, decode_coding_emacs_mule)
14764 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14765 (decode_coding_raw_text, decode_coding_charset): Likewise.
14766 (produce_chars): Don't decode EOL here. Use EMACS_INT.
14767
147682008-03-01 Jason Rumney <jasonr@gnu.org>
14769
14770 * w32font.c (w32font_full_name): Report point size for scalable fonts.
14771
147722008-03-01 Kim F. Storm <storm@cua.dk>
14773
14774 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
14775
147762008-03-01 Jason Rumney <jasonr@gnu.org>
14777
14778 * w32font.c (w32font_full_name): New function.
14779 (w32font_open_internal): Use it.
14780
147812008-03-01 Kim F. Storm <storm@cua.dk>
14782
14783 * dispnew.c (line_draw_cost): Fix invalid glyph check.
14784
147852008-03-01 Jason Rumney <jasonr@gnu.org>
14786
14787 * font.c (font_unparse_fcname): Increase len when style is a symbol.
14788
147892008-03-01 Jan Djärv <jan.h.d@swipnet.se>
14790
14791 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
14792 xg_frame_resized when the event is for the edit widget.
14793
14794 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
14795
14796 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
14797 set_char_size.
14798 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
14799 operations on widgets here. Just set frame size if needed.
14800 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
14801 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
14802 (x_wm_set_size_hint): Set size hints on the edit widget only, not
14803 the whole frame.
14804 (xg_create_tool_bar): Move attachment of the tool bar to
14805 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
14806 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
14807
148082008-03-01 Jason Rumney <jasonr@gnu.org>
14809
14810 * w32fns.c (w32_msg_pump): Disable debug code.
14811
148122008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14813
14814 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
14815
148162008-02-29 Chong Yidong <cyd@stupidchicken.com>
14817
14818 * xdisp.c (next_overlay_string): Don't set
14819 overlay_strings_at_end_processed_p if we're currently reading from
14820 a display string.
14821
148222008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
14823
14824 * xdisp.c (get_overlay_strings_1): Fix typo.
14825
148262008-02-29 Chong Yidong <cyd@stupidchicken.com>
14827
14828 * xdisp.c (get_overlay_strings_1): Add missing argument type.
14829
148302008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
14831
14832 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
14833
14834 * xdisp.c (display_mode_element): Cancel the previous change.
14835 (decode_mode_spec): Likewise.
14836 (handle_auto_composed_prop): Don't make composition if it->string
14837 is a string.
14838
148392008-02-27 Kim F. Storm <storm@cua.dk>
14840
14841 * lisp.h (GLYPH): Change type from int to struct with separate char
14842 and face_id members.
14843 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
14844 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
14845 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
14846 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
14847 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
14848 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
14849 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
14850 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
14851 handle new Lisp glyph code encoding, either an integer or a cons.
14852
14853 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
14854 (GLYPH_ALIAS): Delete.
14855 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
14856 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
14857 (GLYPH_FROM_CHAR): Replace macro by ...
14858 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
14859
14860 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
14861 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
14862 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
14863 (GLYPH_INVALID_P): New macro.
14864 (spec_glyph_lookup_face): Update prototype.
14865
14866 * dispnew.c (line_draw_cost): Adapt to new glyph type.
14867 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
14868 new glyph code encoding.
14869 (spec_glyph_lookup_face): No return value; update passed glyph instead.
14870 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
14871
14872 * xdisp.c (get_next_display_element, next_element_from_display_vector):
14873 Adapt to new glyph type and new glyph code encoding.
14874
14875 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
14876
14877 * indent.c (current_column, current_column_1, Fmove_to_column)
14878 (compute_motion): Adapt to new glyph code encoding.
14879
14880 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
14881
148822008-02-27 Chong Yidong <cyd@stupidchicken.com>
14883
14884 * process.c (wait_reading_process_output): Check for window
14885 changes caused by timers.
14886 Suggested by Johan Bockgård.
14887
148882008-02-27 Glenn Morris <rgm@gnu.org>
14889
14890 * emacs.c (USAGE1): Add `--disable-font-backend'.
14891
148922008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
14893
14894 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
14895 is made to the buffer.
14896
148972008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14898
14899 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
14900 (face_at_string_position):
14901 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
14902 (face_at_string_position):
14903 * xdisp.c (display_string, next_overlay_change):
14904 * buffer.h (overlays_at):
14905 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
14906 Update callers.
14907
149082008-02-26 Chong Yidong <cyd@stupidchicken.com>
14909
14910 * editfns.c (Fformat): Doc fix.
14911
149122008-02-26 Juanma Barranquero <lekktu@gmail.com>
14913
14914 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
14915 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
14916 (Ffont_otf_alternates, Fquery_font): Doc fixes.
14917
149182008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14919
14920 * buffer.c (Fbuffer_swap_text): New function.
14921 (syms_of_buffer): Defsubr it.
14922
149232008-02-25 Chong Yidong <cyd@stupidchicken.com>
14924
14925 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
14926
149272008-02-25 Jason Rumney <jasonr@gnu.org>
14928
14929 * w32font.c (w32font_draw): Draw one character at a time when padding.
14930
149312008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14932
14933 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
14934 Handle a nil arg. Use run_window_configuration_change_hook.
14935 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
14936 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
14937 Use run_window_configuration_change_hook.
14938
149392008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
14940
14941 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
14942 1-pixel width.
14943
149442008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
14945
14946 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
14947 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
14948 if the glyph in the font is zero pixel with.
14949
14950 * dispextern.h (struct glyph_string): New member padding_p.
14951
14952 * w32font.c (w32font_draw): Pay attention to s->padding_p.
14953
14954 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
14955
14956 * xfont.c (xfont_draw): Pay attention to s->padding_p.
14957
14958 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
14959
14960 * font.c: If the font driver doesn't have `shape' function, return Qnil.
14961
149622008-02-25 Jason Rumney <jasonr@gnu.org>
14963
14964 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
14965
149662008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14967
14968 Allow fine-grained image-cache flushing.
14969 * dispextern.h (struct image): Add `dependencies' field.
14970 (clear_image_caches): Change arg to Lisp_Object.
14971 * image.c (make_image): Initialize `dependencies' field.
14972 (clear_image_cache): Change arg to allow fine-grained flushing.
14973 Perform the flush even if image-cache-eviction-delay is nil.
14974 (clear_image_caches): Change arg to Lisp_Object.
14975 (Fclear_image_cache): Expand meaning of the argument.
14976 (mark_image): Mark `dependencies' field.
14977 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
14978 (lface_hash): Use XHASH rather than XFASTINT.
14979 (face_at_buffer_position): Fix int -> EMACS_INT position.
14980 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
14981 (select_frame_for_redisplay): Remove code duplication.
14982 (redisplay_internal): Adapt arg to call to clear_image_caches.
14983
149842008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
14985
14986 * s/vms4-0.h:
14987 * s/vms4-2.h:
14988 * s/vms4-4.h:
14989 * s/vms5-5.h: Remove, unused.
14990
14991 * s/irix5-2.h:
14992 * s/irix6-0.h:
14993 * s/riscos5.h:
14994 * s/mach-bsd4-3.h:
14995 * m/mips4.h: Remove files for obsolete systems.
14996
14997 * Makefile.in:
14998 * filelock.c:
14999 * unexmips.c:
15000 * m/hp9000s300.h:
15001 * m/iris4d.h:
15002 * s/aix3-1.h:
15003 * s/hpux.h:
15004 * s/msdos.h:
15005 * s/usg5-0.h:
15006 * s/usg5-2-2.h:
15007 * s/usg5-2.h:
15008 * s/usg5-3.h: Remove references to obsolete variables.
15009
15010 * s/irix5-0.h: Remove, move all the contents ...
15011 * s/irix6-5.h: ... here. Simplify.
15012 * config.in: Regenerate.
15013
150142008-02-24 Jason Rumney <jasonr@gnu.org>
15015
15016 * w32term.c (x_draw_glyph_string_background): Clear the background
15017 manually when cleartype is in use.
15018 (x_draw_glyph_string_foreground): Draw text transparently when
15019 cleartype is in use.
15020
15021 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
15022 a font into it unless we have to.
15023
150242008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15025
15026 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
15027 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 15028
aac0c6e3
MR
150292008-02-18 Jason Rumney <jasonr@gnu.org>
15030
15031 * w32fns.c (Fw32_shell_execute): Encode parameters.
15032
150332008-02-09 Eli Zaretskii <eliz@gnu.org>
15034
15035 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
15036
150372008-02-05 Juanma Barranquero <lekktu@gmail.com>
15038
15039 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
15040
150412008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
15042
15043 * xterm.c (x_set_offset): Don't change the gravity if
15044 CHANGE_GRAVITY is -1.
15045
150462008-02-23 Chong Yidong <cyd@stupidchicken.com>
15047
15048 * fileio.c (auto_save_error_occurred): New var.
15049 (auto_save_error): Set it.
15050 (Fdo_auto_save): Don't overwrite the error message if an auto-save
15051 error occurred.
15052
150532008-02-23 Eli Zaretskii <eliz@gnu.org>
15054
15055 * w32.c (globals_of_w32): Add initializations for
15056 g_b_init_get_sid_sub_authority and
15057 g_b_init_get_sid_sub_authority_count.
15058
150592008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
15060
15061 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
15062 (font_parse_xlfd): Use them for sanity check.
15063 (Finternal_set_font_style_table): Make sure the table is bijective.
15064
15065 Consolidate the image_cache to the terminal struct.
15066 * termhooks.h (P_): Remove redundant def.
15067 (struct terminal): New field `image_cache'.
15068 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
15069 of FRAME_X_IMAGE_CACHE.
15070 * xterm.h (struct x_display_info): Remove image_cache field.
15071 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15072 * w32term.h (struct w32_display_info): Remove image_cache field.
15073 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15074 * macterm.h (struct mac_display_info): Remove image_cache field.
15075 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15076 * xterm.c (x_term_init):
15077 * w32term.c (w32_term_init):
15078 * macterm.c (mac_term_init): Set the image_cache in the terminal.
15079 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
15080 Remove declarations.
15081 (clear_image_caches, mark_image_cache): New declarations.
15082 * xfaces.c (clear_face_cache):
15083 * xdisp.c (redisplay_internal): Use clear_image_caches.
15084 * image.c (clear_image_cache): Don't check that a frame is on
15085 a window-system before checking if it shares the same cache.
15086 (clear_image_caches): New function.
15087 (Fclear_image_cache): Use it.
15088 (mark_image): Move from allo.c.
15089 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
15090 * alloc.c (mark_image, mark_image_cache): Move to image.c.
15091 (mark_object): Don't call mark_image_cache for frames.
15092 (mark_terminals): Call mark_image_cache.
15093
15094 * lisp.h (Fdelete_terminal): Declare.
15095
15096 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
15097 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
15098 wrong_type_argument.
15099
151002008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
15101
15102 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
15103 malayalam.el, and tamil.el. Add sinhala.el.
15104
151052008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
15106
15107 * xterm.c (x_connection_closed): Consolidate identical tests.
15108 (x_delete_terminal): Don't crash if called via x_connection_closed.
15109
151102008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
15111
15112 * xdisp.c (decode_mode_spec): New arg string.
15113 (display_mode_element): Adjust for the above change.
15114
151152008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15116
15117 * callint.c (Fcall_interactively): Use AREF.
15118
151192008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
15120
15121 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
15122
151232008-02-18 Jan Djärv <jan.h.d@swipnet.se>
15124
15125 * xfns.c (Fx_show_tip): Set string to " " if empty.
15126
151272008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
15128
15129 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
15130 with Qt.
15131
151322008-02-17 Kenichi Handa <handa@m17n.org>
15133
15134 * ftfont.c (ftfont_shape): Return Lispy number.
15135
15136 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
15137 for GCs.
15138 (Finternal_set_font_selection_order): Call font_update_sort_order
15139 only when enable_font_backend is set.
15140 (realize_x_face): Set face->font_info to that of default face only
15141 when enable_font_backend is set.
15142
15143 * xdisp.c (handle_composition_prop): Set it->c to the fist
15144 character of the composed region.
15145 (fill_composite_glyph_string): Set base_face->font_info to
15146 s->font_info. Get a face for ascii from base_face->ascii_face.
15147 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
15148 with a face already decided.
15149 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
15150 non-negative.
15151 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
15152 call font_prepare_composition unconditionally.
15153
15154 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
15155
15156 * xterm.h (struct x_display_info): New member font.
15157
15158 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
15159 (x_set_mouse_face_gc, x_new_font): Likewise.
15160 (x_term_init): Setup display_info->font.
15161 (x_delete_terminal): Free display_info->font.
15162
15163 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
15164
15165 * ftxfont.c (ftxfont_default_fid): Delete it.
15166 (ftxfont_open): Set xfont->fid to 0.
15167 (ftxfont_end_for_frame): Clear data specific to the frame and the
15168 font-driver.
15169
15170 * xftfont.c (xftfont_default_fid): Delete it.
15171 (xftfont_open): Set xfont->fid to 0.
15172
15173 * fontset.c (FONTSET_OBJLIST): New macro.
15174 (fontset_find_font): Update font-object list of the fontset.
15175 (free_realized_fontset): New function.
15176 (free_face_fontset): Call free_realized_fontset.
15177 (Ffont_info): Call font_close_object only when enable_font_backend
15178 is set.
15179
15180 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
15181 [HAVE_NTGUI]: Include w32term.h.
15182 [MAC_OS]: Include macterm.ch.
15183 (font_otf_ValueRecord): Use make_number.
15184 (font_finish_cache): Fix handling of reference count.
15185 (font_clear_cache): Update num_fonts.
15186 (font_open_entity): Update smallest_char_width and
15187 smallest_font_height of the frame.
15188 (font_close_object): Update num_fonts.
15189 (Fclear_font_cache): Fix finding the target cache data.
15190
151912008-02-16 Glenn Morris <rgm@gnu.org>
15192
15193 * fontset.c (Finternal_char_font): Fix compilation warning.
15194
151952008-02-16 Eli Zaretskii <eliz@gnu.org>
15196
15197 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
15198 instead of char arrays. Enlarge the size of array passed to
15199 get_token_information.
15200
15201 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
15202 warnings.
15203
152042008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
15205
15206 * .gdbinit: Don't set `args', it breaks gdb --args.
15207
152082008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
15209
15210 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
15211 within a narrowed buffer.
15212
152132008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
15214
15215 * coding.c (decode_coding_object, encode_coding_object):
15216 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
15217
152182008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15219
15220 * coding.c (coding_set_destination): Use BEG_BYTE rather than
15221 hardcoding 1.
15222 (detect_coding_system):
15223 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
15224 (string_char_to_byte, string_byte_to_char, insert_from_gap):
15225 * insdel.c (insert_from_gap):
15226 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
15227 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
15228 (string_to_multibyte):
15229 * character.c (chars_in_text, multibyte_chars_in_text):
15230 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
15231
15232 * character.h (FETCH_STRING_CHAR_ADVANCE)
15233 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
15234 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
15235 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
15236
15237 * casefiddle.c (casify_region): Only call after-change and composition
15238 functions on the part of the region that was changed.
15239
15240 * keyboard.c (read_avail_input):
15241 * frame.c (Fdelete_frame): Call Fdelete_terminal.
15242
152432008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15244
15245 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
15246 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
15247
152482008-02-11 Juanma Barranquero <lekktu@gmail.com>
15249
15250 * w32menu.c (push_submenu_start, push_submenu_end)
15251 (push_left_right_boundary, push_menu_pane, push_menu_item):
15252 * keyboard.c (read_key_sequence): Don't pass args with side effects
15253 to AREF, it fails when compiling with -DENABLE_CHECKING.
15254
152552008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
15256
15257 * Makefile.in (${lispsource}international/charprop.el):
15258 Delete this target.
15259
15260 * search.c (boyer_moore): Fix incorrect synching of the trunk and
15261 emacs-unicode-2.
15262
152632008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15264
15265 * terminal.c (Fdelete_terminal): Clean up the `force' path.
15266
152672008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15268
15269 * frame.c (Qnoelisp): New symbol.
15270 (syms_of_frame): Initialize it.
15271 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
15272 harmless Elisp code, from a strong `force' from x_connection_closed.
15273 * frame.h (Qnoelisp): Declare.
15274 * xterm.c (x_connection_closed): Pass `noelisp'.
15275
15276 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
15277 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
15278 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
15279 rather than `int' for the type of `type'.
15280
152812008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
15282
15283 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
15284
15285 * Makefile.in (GNUC): Remove support for gcc-1.x.
15286
152872008-02-10 Richard Stallman <rms@gnu.org>
15288
15289 * lisp.h (ASET): Use AREF, not ASLOT.
15290
152912008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15292
15293 * lisp.h (ASET): Check bounds.
15294
152952008-02-10 Glenn Morris <rgm@gnu.org>
15296
15297 * buffer.c (mode-name): Doc fix.
15298
152992008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15300
15301 * Makefile.in:
15302 * emacs.c:
15303 * gmalloc.c:
15304 * keyboard.c:
15305 * lisp.h:
15306 * m/ibm370aix.h:
15307 * process.c:
15308 * regex.c:
15309 * s/hpux.h:
15310 * sysdep.c:
15311 * sysselect.h:
15312 * systty.h:
15313 * unexec.c:
15314 * w32term.c:
15315 * xsmfns.c:
15316 * xterm.c: Remove code that deals with obsolete variables.
15317
15318 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
15319
15320 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
15321 nothing else needs it anymore.
15322
153232008-02-09 Eli Zaretskii <eliz@gnu.org>
15324
15325 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
15326 instead of unibyte_char_to_multibyte.
15327
153282008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15329
15330 * s/gnu-linux.h: Remove commented out code.
15331
15332 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
15333
15334 * Makefile.in: Update what RMS says about using autoconf.
15335 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
15336 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
15337 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
15338 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
15339
153402008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
15341
15342 * keymap.c (Fkey_description): Move side effect outside of macro call.
15343
15344 * xfaces.c (Finternal_make_lisp_face):
15345 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
15346
15347 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
15348 (syms_of_fontset): Use ASET.
15349
15350 * fns.c (concat): Move side effect outside of macro call.
15351 (hash_clear): Use ASET.
15352
153532008-02-08 Richard Stallman <rms@gnu.org>
15354
15355 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
15356 If FORCE, and frame has a surrogate minibuffer for another frame,
15357 delete the other frame first.
15358
153592008-02-07 Timo Savola <timo.savola@iki.fi>
15360
15361 * xterm.c (x_detect_focus_change): Handle embed client message.
15362 (handle_one_xevent): Ditto.
15363 (handle_one_xevent): If embedded and we get a button press/release,
15364 request focus.
15365 (xembed_set_info, xembed_send_message): New functions.
15366 (x_make_frame_visible): Call xembed_set_info if embedded.
15367 (x_make_frame_invisible): Call xembed_set_info if embedded.
15368 (x_term_init): Initialize Xatom_XEMBED.
15369 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
15370 (x_iconify_frame): Ditto.
15371
15372 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
15373 (enum xembed_info, enum xembed_message, enum xembed_focus)
15374 (enum xembed_modifier, enum xembed_accelerator): New.
15375 (xembed_set_info, xembed_send_message): Declare.
15376 (FRAME_X_EMBEDDED_P): New.
15377
15378 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
15379 gtk_plug_new.
15380
15381 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
15382 window ID of a frame.
15383 (x_window): Reparent frame if embedded.
15384 (Fx_create_frame): Don't set border width if embedded.
15385
15386 * emacs.c (USAGE3): Add --parent-id.
15387 (standard_args): Ditto.
15388
153892008-02-07 Jan Djärv <jan.h.d@swipnet.se>
15390
15391 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
15392
153932008-02-07 Jim Meyering <meyering@redhat.com>
15394
15395 Use "do...while (0)", not "if (1)...else" in macro definitions.
15396 The latter provokes a warning from gcc about the empty else, when
15397 followed by ";". Also, without that trailing semicolon, it would
15398 silently swallow up any following statement.
15399 * syntax.h (SETUP_SYNTAX_TABLE)
15400 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
15401 * buffer.h (DECODE_POSITION): Likewise.
15402 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
15403 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
15404 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
15405 (FETCH_CHAR_ADVANCE): Likewise.
15406 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
15407
154082008-02-07 Jim Meyering <meyering@redhat.com>
15409
15410 * lread.c [lint]: Don't include <sys/inode.h>.
15411
154122008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15413
15414 * xselect.c (x_handle_dnd_message):
15415 * xmenu.c (digest_single_submenu, xmenu_show):
15416 * xdisp.c (with_echo_area_buffer_unwind_data)
15417 (format_mode_line_unwind_data, unwind_format_mode_line)
15418 (display_menu_bar):
15419 * eval.c (Ffetch_bytecode):
15420 * doc.c (store_function_docstring):
15421 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
15422 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
15423 * buffer.c (add_overlay_mod_hooklist): Use ASET.
15424
154252008-02-07 Kenichi Handa <handa@m17n.org>
15426
15427 * ftxfont.c (ftxfont_open): Don't set
15428 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
15429
15430 * ftfont.c (ftfont_open): Fix previous change.
15431
154322008-02-06 Jason Rumney <jasonr@gnu.org>
15433
15434 * w32font.c (w32font_text_extents): Fill in lbearing metric.
15435 Use cached metrics for ASCII characters.
15436 (w32font_open_internal): Don't set font's owning_frame.
15437 Cache metrics for ASCII characters.
15438
15439 * w32font.h (struct w32font_info): Add ascii_metrics.
15440 Remove owning_frame.
15441
154422008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
15443
15444 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
15445 to negative value.
15446
15447 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
15448
15449 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
15450
15451 * charset.c (syms_of_charset): Set QCtest and Qeq.
15452
154532008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15454
15455 * process.c (Fstart_process):
15456 * callproc.c (Fcall_process): Handle the case where
15457 Funhandled_file_name_directory returns nil.
15458
15459 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
15460 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
15461 * font.c (check_gstring): Use them and AREF to access the vector before
15462 we know it's really a gstring.
15463 (Ffont_shape_text): Fix typo.
46e722a9 15464 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
15465
15466 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
15467 Declare.
15468
15469 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
15470
154712008-02-05 Jason Rumney <jasonr@gnu.org>
15472
15473 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
15474 Set smallest_font_height and smallest_char_width in display info.
15475
154762008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
15477
15478 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
15479
154802008-02-05 Miles Bader <miles@gnu.org>
15481
15482 * xfaces.c (get_lface_attributes, merge_named_face)
15483 (lookup_named_face, lookup_derived_face, realize_named_face):
15484 Revert 2008-02-01 change by cyd@stupidchicken.com.
15485
154862008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
15487
15488 * fontset.c (Ffontset_info): Handle the case of inhibitting the
15489 fallback fonts.
15490 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
15491
154922008-02-04 Jason Rumney <jasonr@gnu.org>
15493
15494 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
15495 set full_name.
15496 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
15497
154982008-02-03 Jason Rumney <jasonr@gnu.org>
15499
15500 * makefile.w32-in (OBJ1): Include font.o here.
15501 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
15502
155032008-02-02 Jason Rumney <jasonr@gnu.org>
15504
15505 * makefile.w32-in (temacs): Bump EMHEAP to 21.
15506
155072008-02-01 Jason Rumney <jasonr@gnu.org>
15508
15509 * s/cygwin.h: Define VIRT_ADDR_VARIES.
15510
15511 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
15512
155132008-02-01 Andreas Schwab <schwab@suse.de>
15514
15515 * Makefile.in (shortlisp, lisp): Update for rename of
15516 ../lisp/language/myanmar.el.
15517
155182008-02-01 Chong Yidong <cyd@stupidchicken.com>
15519
15520 * xfaces.c (get_lface_attributes): Delete function.
15521 (merge_named_face, lookup_named_face, lookup_derived_face)
15522 (realize_named_face): Call lface_from_face_name directly, and use
15523 the fact that merge_face_vectors does not alter its FROM argument.
15524
155252008-02-01 Jason Rumney <jasonr@gnu.org>
15526
15527 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
15528 input in the default locale. Handle non-Unicode multibyte input.
15529
155302008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15531
15532 * fontset.c (reorder_font_vector): Exclude nil elements from the
15533 font group. Don't try multiple fonts.
15534 (fontset_font): Adjust for the above change.
15535 (Finternal_char_font): Return nil if the found font doesn't
15536 contain the character ch.
15537
15538 * Makefile.in (lisp, shortlisp): Add cham.el.
15539
155402008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15541
15542 * font.h (FONTP): Make it return 1 also for a font-object.
15543
15544 * .gdbinit (xfontset): New function.
15545
15546 * font.c (font_find_for_lface): Check if the character C is
15547 supported or not only for the first font.
15548
15549 * fontset.c (reorder_font_vector): Fix typo.
15550 (fontset_find_font): Don't add a font-spec specifying a script.
15551 Use 0 (not Qt) for the indication of empty font-group. Change the
15552 format of RFONT-DEF. Return Qt if no font in the font-group
15553 support the character.
15554 (fontset_font): Adjust for the above change. If no font was
15555 found the character, remember that.
15556 (face_for_char): Adjust for the change of RFONT-DEF.
15557 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
15558 no font for the target.
15559 (Finternal_char_font): Adjust for the change of RFONT-DEF.
15560
155612008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15562
15563 * font.c (font_load_for_face): Handle the case that the font in
15564 face->lface is a string.
15565
155662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15567
15568 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
15569
155702008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15571
15572 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
15573 Fix previous change. If the frame is not on a window system,
15574 signal an error.
15575
155762008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15577
15578 * coding.c (decode_coding_object, encode_coding_object): Adjust
15579 marker positions after conversion.
15580
15581 * lisp.h (struct Lisp_Marker): New member need_adjustment.
15582
155832008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15584
15585 * font.c (font_find_for_lface): Fix the handling of the return
15586 value of font_has_char.
15587 (Ffont_shape_text): Fix previous change.
15588
15589 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
15590 (fontset_ref_and_range): Delete it.
15591 (fontset_find_font): Call char_table_ref_and_range instead of
15592 FONTSET_REF_AND_RANGE.
15593 (make_fontset): Don't setup font groups of Latin here.
15594 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
15595 (new_fontset_from_font): Make the specified font the default for
15596 all Latin characters.
15597
155982008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15599
15600 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
15601 is on a window system before accessing the fontset of the frame.
15602
156032008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15604
15605 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
15606
15607 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
15608 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
15609
15610 * font.c (Ffont_shape_text): If the font driver doesn't have a
15611 shaper function, make zero-width glyphs to have at least one-pixel
15612 width. Fix setting of `to' field of glyphs.
15613
156142008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15615
15616 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
15617 glyphs.
15618
15619 * font.h (struct font_driver): Improve docstring of member `shape'.
15620
156212008-02-01 Kenichi Handa <handa@m17n.org>
15622
15623 * composite.c (syms_of_composite): Fix docstring of
15624 auto-composition-function.
15625
15626 * font.h (LGLYPH_SIZE): New macro.
15627
15628 * font.c (Ffont_fill_gstring): Stop filling when a character not
15629 supported by the font is found.
15630 (Ffont_shape_text): When a shape callback function returns nil,
15631 try at most two more times with larger gstring.
15632 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
15633
15634 * xdisp.c (handle_auto_composed_prop): Change the argument to
15635 auto-composition-function.
15636
15637 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
15638 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
15639 Lispy glyph and store it in the lgstring.
15640
15641 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
15642
15643 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
15644
156452008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15646
15647 * font.c (Ffont_shape_text): Avoid unnecessary composition.
15648
15649 * fontset.c (Vfont_encoding_charset_alist): New variable.
15650 (syms_of_fontset): DEFVAR it.
15651 (reorder_font_vector, fontset_find_font): Optimize for the case of
15652 no need of reordering.
15653 (face_for_char): Map the charset property by
15654 Vfont_encoding_charset_alist.
15655
156562008-02-01 Jason Rumney <jasonr@gnu.org>
15657
15658 * w32font.c (logfonts_match): Don't check adstyle here.
15659 (font_matches_spec): Check here against physical font instead.
15660 (add_font_entity_to_list): Avoid some substitutions.
15661
15662 * font.c (font_parse_fcname): Default weight and slant to normal.
15663 (font_score): Prefer normal fonts if weight or slant unspecified.
15664 (font_score) [WINDOWSNT]: Scale weight difference down to closer
15665 match freetype scores.
15666
156672008-02-01 Jason Rumney <jasonr@gnu.org>
15668
15669 * w32font.c (w32font_text_extents): Don't use the frame stored in the
15670 font, as it may have been deleted.
15671 (w32_enumfont_pattern_entity): Map generic family to adstyle using
15672 most common hyphenless variation.
15673 (logfonts_match): Check generic family.
15674 (font_matches_spec): Don't check generic family here.
15675 (fill_in_logfont): Set generic family based on adstyle.
15676
15677 * w32font.h (w32font_get_cache): Update declaration.
15678
156792008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15680
15681 * ftfont.c (ftfont_get_cache): Adjust the argument type.
15682
15683 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
15684 If none of the new drivers are available, call font_update_drivers
15685 with the old drivers.
15686
15687 * w32font.c (w32font_get_cache): Adjust the argument type.
15688
15689 * xfont.c (xfont_get_cache): Adjust the argument type.
15690
15691 * font.h (struct font_driver): Change argument type of get_cache.
15692
15693 * xftfont.c (xftfont_start_for_frame): Delete prototype.
15694
15695 * font.c (Ffont_get): Fix arguments to Fassoc.
15696 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
15697 (font_clear_cache): New function.
15698 (font_list_entities, font_matching_entity): Use font_get_cache.
15699 (font_update_drivers): Call font_clear_cache when finishing a driver.
15700
15701 * fontset.c (fontset_find_font): Fix previous change.
15702
157032008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15704
15705 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
15706 dpyinfo->font_table.
15707 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
15708 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
15709
15710 * font.c (font_at): Handle the case that the arg C is negative.
15711 Handle the unibyte case.
15712 (Ffont_at): Call font_at with the arg C -1.
15713
15714 * xdisp.c (handle_auto_composed_prop): Don't get a character at
15715 the position here, and call font_at with the arg C -1.
15716 Don't check the range of the existing composition at the point.
15717
157182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15719
15720 * fontset.c (fontset_add): New args charset_id and family.
15721 Change caller.
15722 (load_font_get_repertory, fontset_find_font): Assume that
15723 font_spec is always a font-spec object.
15724 (Fset_fontset_font): Always store a font-spec object in a fontset.
15725
15726 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
15727 instead of get_property_and_range.
15728
157292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15730
15731 * xftfont.c (struct xftfont_info): Delete the member ft_face.
15732 (xftfont_open): Don't keep locking face.
15733 (xftfont_close): Don't unlock face.
15734 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
15735
15736 * fontset.c (fontset_find_font): Don't prefer a font of
15737 supplementary charset.
15738
157392008-02-01 Kenichi Handa <handa@m17n.org>
15740
15741 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
15742 script, langsys_tag to langsys, new member script.
15743 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 15744 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
15745 listing to the script specified in that property. Fix arg to
15746 OTF_check_features.
15747
157482008-02-01 Jason Rumney <jasonr@gnu.org>
15749
15750 * w32font.h: New file.
15751
15752 * w32font.c: Include it.
15753 (struct w32font_info): Add owning_frame field. Move to w32font.h.
15754 (w32font_open): Set owning_frame.
15755 (w32font_text_extents): Use owning_frame.
15756 (struct font_callback_data): Add opentype_only field.
15757 (add_font_entity_to_list): Use it to filter fonts.
15758 Don't check against full name.
15759 (w32font_list_internal): New function.
15760 (w32font_list): Use it.
15761 (w32font_match_internal): New function.
15762 (w32font_match): Use it.
15763 (w32font_open_internal): New function.
15764 (w32font_open): Use it.
15765 (w32font_get_cache, w32font_close, w32font_has_char)
15766 (w32font_encode_char, w32font_text_extents, w32font_draw):
15767 Make non-static.
15768
15769 * makefile.w32-in (w32font.o): Depend on w32font.h.
15770
157712008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15772
15773 * charset.c (Fdefine_charset_internal): Record a supplementary
15774 charset at the tail of Vcharset_order_list.
15775
15776 * font.c (Ffont_shape_text): Fix the return value.
15777
15778 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
15779
15780 * xdisp.c (handle_auto_composed_prop): Fix previous change.
15781
157822008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15783
15784 * ftfont.c (struct OpenTypeSpec): New struct.
15785 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
15786 (ftfont_get_open_type_spec): New function.
15787 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
15788
15789 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
15790
157912008-02-01 Jason Rumney <jasonr@gnu.org>
15792
15793 * w32font.c (add_font_entity_to_list): Compare only the beginning
15794 of full name.
15795
157962008-02-01 Kenichi Handa <handa@m17n.org>
15797
15798 * xdisp.c (handle_auto_composed_prop): Simplify the code.
15799 Never return HANDLED_RECOMPUTE_PROPS.
15800
158012008-02-01 Kenichi Handa <handa@m17n.org>
15802
15803 * font.c (font_gstring_produce): Delete it.
15804
15805 * composite.h (COMPOSITION_METHOD):
15806 Handle COMPOSITION_WITH_GLYPH_STRING.
15807
158082008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15809
15810 * xfont.c (Qx): Delete.
15811 (syms_of_xfont): Don't initialize Qx.
15812
15813 * composite.h (enum composition_method):
15814 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
15815
158162008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15817
15818 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
15819 (choose_face_font): Accept new form of font-spec.
15820
15821 * frame.h (font_driver_list): Declare it unconditionally.
15822 (struct frame): Define members font_driver_list and font_data_list
15823 unconditionally.
15824
15825 * fontset.c: Include "font.h" unconditionally.
15826 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
15827 (Fset_fontset_font): Accept a font-spec object.
15828
15829 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
15830 PIXEL_SIZE part a wild card.
15831
15832 * dispextern.h (struct glyph_string): Define members clip and
15833 num_clips unconditionally.
15834 (struct face): Define members font_info and extra unconditionally.
15835
15836 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
15837 ftfont_info only when HAVE_LIBOTF is defined.
15838
158392008-02-01 Andreas Schwab <schwab@suse.de>
15840
15841 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
15842 and end.
15843
158442008-02-01 Jason Rumney <jasonr@gnu.org>
15845
15846 * w32font.c (w32font_driver): Add new fields.
15847
158482008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15849
15850 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
15851 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
15852 (LIBES): Add @M17N_FLT_CFLAGS@.
15853
15854 * composite.c (compose_text): Don't treat the new style
15855 composition specially.
15856
15857 * emacs.c (main): Call syms_of_font unconditionally.
15858
15859 * font.h (FONT_ENTITY_NOT_LOADABLE)
15860 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
15861 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
15862 (struct font_driver): New member shape.
15863 (font_registry_charsets): Extern it.
15864 (font_find_for_lface, font_prepare_composition): Adjust prototype.
15865 (font_otf_capability, font_drive_otf): Delete their externs.
15866
15867 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
15868 (font_charset_alist, font_registry_charsets): Move from xfont.c
15869 and rename.
15870 (font_prop_validate_otf): New function.
15871 (font_property_table): Register it for QCotf.
15872 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
15873 (font_drive_otf): Delete.
15874 (font_prepare_composition): New arg F. Adjust for the change of
15875 lispy gstring.
15876 (font_find_for_lface): New arg C.
15877 (font_load_for_face): Adjust for the change of font_find_for_lface.
15878 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
15879 lispy gstring.
15880 (Ffont_shape_text): New function.
15881 (Fopen_font): If the font size is not given, use 12-pixel.
15882 (Ffont_at): New arg STRING.
15883 (syms_of_font): Initalize font_charset_alist.
15884 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
15885 conditionally.
15886
15887 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
15888 fonts of the same font-spec. Change the format of RFONT-DEF.
15889 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
15890 Adjust for the change of RFONT-DEF.
15891 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
15892
15893 * ftfont.h: New file.
15894
15895 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
15896 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
15897 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
15898 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
15899 font_otf_capability and font_drive_otf, set ftfont_shape.
15900 (ftfont_list): Adjust for the change of :otf property value.
15901 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
15902 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
15903 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
15904 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15905 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
15906 (otf_gstring, gstring, m17n_flt_initialized): New variables.
15907
15908 * w32term.c (x_draw_composite_glyph_string_foreground):
15909 Adjust for the change of lispy gstring.
15910
15911 * xdisp.c (handle_composition_prop): Adjust for the change of
15912 lispy gstring. Call a function for auto-composition with the
15913 third arg it->window.
15914 (fill_composite_glyph_string): Adjust for the change of lispy string.
15915 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
15916
15917 * xfaces.c (set_font_frame_param): Adjust for the change of
15918 font_find_for_lface.
15919
15920 * xfont.c (x_font_charset_alist): Move to font.c and rename.
15921 (xfont_registry_charsets): Likewise. Change caller.
15922 (syms_of_xfont): Don't handle x_font_charset_alist.
15923
15924 * xftfont.c: Include "ftfont.h".
15925 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
15926 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
15927 (xftfont_close) [HAVE_LIBOTF]: Close otf.
15928 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15929 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
15930 Set xftfont_driver.shape to xftfont_shape.
15931
15932 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
15933 the change of lispy gstring.
15934
159352008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15936
15937 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
15938
159392008-02-01 Jason Rumney <jasonr@gnu.org>
15940
15941 * w32font.c (w32font_draw): Fill background manually.
15942
159432008-02-01 Jason Rumney <jasonr@gnu.org>
15944
15945 * font.c (Qfontp): Remove unused symbol.
15946 (QCantialias): New symbol.
15947 (syms_of_font): Define it.
15948 (font_property_table): Set a validator for QCantialias.
15949
15950 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
15951 Define if not already.
15952 (QCfamily): Share with xfaces.c.
15953 (Qstandard, Qsubpixel, Qnatural): New symbols.
15954 (syms_of_w32font): Define them. Don't define QCfamily here.
15955 (w32_antialias_type, lispy_antialias_type): New functions.
15956 (w32_enumfont_pattern_entity): New arg requested_font.
15957 Set antialias parameter if non-default was requested.
15958 (fill_in_logfont): Fill in lfQuality if :antialias specified.
15959
159602008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15961
15962 * lread.c (read1): Undo the previous change.
15963
159642008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
15965
15966 * frame.c (Fdelete_frame): Call font_update_drivers only when
15967 USE_FONT_BACKEND is defined.
15968
159692008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15970
15971 * font.h (struct font_bitmap): New member bits_per_pixel.
15972 (struct font_driver): New members start_for_frame and end_for_frame.
15973 (struct font_data_list): New struct.
15974 (font_put_frame_data, font_get_frame_data): Extern them.
15975
15976 * frame.h (struct frame): New member font_data_list.
15977
15978 * font.c (font_update_drivers): Call driver->start_for_frame and
15979 driver->end_for_frame at proper timings.
15980 (font_put_frame_data, font_get_frame_data): New functions.
15981 (Ffont_spec): Add usage in the docstring.
15982
15983 * frame.c (make_frame): Initialize f->font_data_list to NULL.
15984 (Fdelete_frame): Call font_update_drivers.
15985
15986 * xftfont.c (struct xftface_info): Delete the member xft_draw.
15987 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
15988 (xftfont_get_xft_draw): New function.
15989 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
15990 (xftfont_end_for_frame): New function.
15991 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
15992
15993 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
15994 Change argument. Cache GCs in the per-frame data.
15995 (struct ftxfont_frame_data): New struct.
15996 (ftxfont_draw_bitmap): New arg gc_fore and flush.
15997 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
15998 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
15999 (ftxfont_end_for_frame): New function.
16000 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
16001
16002 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
16003
160042008-02-01 Kenichi Handa <handa@m17n.org>
16005
16006 * xselect.c (Vselection_coding_system)
16007 (Vnext_selection_coding_system): Delete them.
16008 (syms_of_xselect): Don't declare selection-coding-system and
16009 next-selection-coding-system. They are declared in select.el.
16010
160112008-02-01 Jason Rumney <jasonr@gnu.org>
16012
16013 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
16014
16015 * w32fns.c: Include imm.h.
16016 (get_composition_string_fn, get_ime_context_fn): New optional
16017 system functions.
16018 (globals_of_w32fns): Load them from imm32.dll.
16019 (ignore_ime_char): New flag.
16020 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
16021 WM_IME_ENDCOMPOSITION messages.
16022
16023 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
16024 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
16025
160262008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16027
16028 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
16029 (READCHAR_REPORT_MULTIBYTE): New macro.
16030 (readchar): New 2nd arg MULTIBYTE.
16031 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
16032 Make symbol's name multibyte according to the multibyteness of the
16033 source.
16034
160352008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16036
16037 * xfaces.c (face_for_overlay_string): Call lookup_face with
16038 correct arguments (fix of synching with the trunk).
16039
160402008-02-01 Kenichi Handa <handa@m17n.org>
16041
16042 * font.c (font_prop_validate_symbol, font_prop_validate_style)
16043 (font_prop_validate_non_neg, font_prop_validate_spacing):
16044 Delete argument prop_index.
16045 (font_property_table): Change arguments to validater. Change Callers.
16046 (font_lispy_object): Delete.
16047 (font_at): Use font_find_object instead fo font_lispy_object.
16048
160492008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16050
16051 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
16052 and file names.
16053
160542008-02-01 Jason Rumney <jasonr@gnu.org>
16055
16056 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
16057 (font_matches_spec): Remove debug output.
16058 (add_font_entity_to_list): Avoid using substituted fonts.
16059
160602008-02-01 Jason Rumney <jasonr@gnu.org>
16061
16062 * doc.c (Fsnarf_documentation):
16063 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
16064
160652008-02-01 Miles Bader <miles@gnu.org>
16066
16067 * dispextern.h (struct glyph_row): Only define "clip" field if
16068 HAVE_WINDOW_SYSTEM is defined.
16069
160702008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16071
16072 Fix up multi-tty merge.
16073
16074 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
16075 and indentation.
16076
16077 * xfaces.c (free_realized_face, clear_face_gcs):
16078 Include font_done_for_face in the input_blocked section, just in case.
16079
16080 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
16081 (get_char_face_and_encoding): Undo last change and remove the *other*
16082 duplicate definition (i.e. keep the one that's better scoped and that
16083 includes code for the font-backend).
16084
16085 * terminal.c (create_terminal): Default keyboard_coding to
16086 `no-conversion' and terminal_coding to `undecided'.
16087
16088 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
16089
16090 * fontset.c (free_realized_fontsets): Check that the table entry does
16091 contain a fontset before trying to compare it to `base'.
16092
16093 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
16094 syms_of_charset, and syms_of_coding earlier because init_window_once
16095 now needs Vcoding_system_hash_table to be setup.
16096
16097 * coding.h (default_buffer_file_coding): Remove.
16098
16099 * coding.c (default_buffer_file_coding): Remove.
16100 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
16101 than ->symbol, and use the terminal-local coding system.
16102 (syms_of_coding): Don't setup the coding-systems that are not
16103 terminal-local.
16104 (Fdefine_coding_system_internal): Use XCAR/XCDR.
16105
16106 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
16107 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
16108
16109 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
16110 in chartab.c and were re-added here by mistake.
16111 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
16112
16113 * doc.c (Fsnarf_documentation):
16114 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
16115 src to etc.
16116
16117 * ChangeLog.10: Add mistakenly removed entry.
16118
161192008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
16120
16121 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
16122
161232008-02-01 Miles Bader <miles@gnu.org>
16124
16125 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
16126 Add extra args to FACE_FOR_CHAR.
16127
161282008-02-01 Kenichi Handa <handa@m17n.org>
16129
16130 * keymap.c (where_is_internal_1): If key is a cons, store the copy
16131 in sequence.
16132
16133 * chartab.c (map_sub_char_table, map_char_table): If the range
16134 contains just one character, call the function with that character
16135 even if the depth is not 3.
16136
161372008-02-01 Jason Rumney <jasonr@gnu.org>
16138
16139 * w32font.c (w32font_text_extents): Calculate metrics for the
16140 whole string.
16141
161422008-02-01 Jason Rumney <jasonr@gnu.org>
16143
16144 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
16145
161462008-02-01 Jason Rumney <jasonr@gnu.org>
16147
16148 * w32term.c (x_set_glyph_string_clipping): Use
16149 get_glyph_string_clip_rects.
16150 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16151 Adjust for the change of struct glyph_string.
16152
16153 * w32font.c (w32font_draw): Do clipping here.
16154
161552008-02-01 Kenichi Handa <handa@m17n.org>
16156
16157 * xftfont.c (xftfont_draw): Adjust for the change of struct
16158 glyph_string.
16159
16160 * xterm.c (x_set_glyph_string_clipping): Use
16161 get_glyph_string_clip_rects.
16162 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16163 Adjust for the change of struct glyph_string.
16164
16165 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
16166 the resulting clip(s}.
16167 (expose_overlaps): Add arg r. Change callers. Set it to
16168 row->clip temporarily.
16169 (expose_window): Redraw rows overlapping the exposed area.
16170
16171 * dispextern.h (struct glyph_row): New member clip.
16172 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
16173 clip_height, new member clip, and num_clips.
16174
161752008-02-01 Kenichi Handa <handa@m17n.org>
16176
16177 * data.c (Fchar_or_string_p): Fix docstring.
16178
161792008-02-01 Kenichi Handa <handa@m17n.org>
16180
16181 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
16182 create a temporary XftDraw object.
16183
161842008-02-01 Kenichi Handa <handa@m17n.org>
16185
16186 * font.c (Ffontp): Fix docstring.
16187
16188 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
16189 strong evidence of ISO-2022.
16190
161912008-02-01 Kenichi Handa <handa@m17n.org>
16192
16193 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
16194 SYNTAX_ENTRY_FOLLOW_PARENT.
16195
161962008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16197
16198 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
16199 its type.
16200 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
16201 Update to the new type of weak_hash_tables and next_weak.
16202
16203 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
16204 a plain C pointer to Lisp_Hash_Table.
16205
16206 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
16207 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
16208 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
16209 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
16210 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
16211 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
16212 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
16213 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
16214 (GC_EQ): Remove since they've been identical to their non-GC_
16215 alter-egos ever since the markbit was eradicated.
16216
16217 * alloc.c:
16218 * buffer.c:
16219 * buffer.h:
16220 * data.c:
16221 * fileio.c:
16222 * filelock.c:
16223 * fns.c:
16224 * frame.h:
16225 * lisp.h:
16226 * macterm.c:
16227 * print.c:
16228 * process.c:
16229 * w32fns.c:
16230 * w32menu.c:
16231 * w32term.c:
16232 * xfns.c:
16233 * xmenu.c:
16234 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
16235
162362008-02-01 Kenichi Handa <handa@m17n.org>
16237
16238 * chartab.c (map_sub_char_table): Make it work for the top-level
16239 char-table. Fix handling of parent char-table.
16240 (map_char_table): Adjust for the above change.
16241
162422008-02-01 Jason Rumney <jasonr@gnu.org>
16243
16244 * w32font.c (Qgdi): Rename from Qw32.
16245
162462008-02-01 Jason Rumney <jasonr@gnu.org>
16247
16248 * w32bdf.c (get_quoted_string): Make function static.
16249
162502008-02-01 Kenichi Handa <handa@m17n.org>
16251
16252 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
16253 bigger ascent and descent than those of the font, use them as
16254 font's ascent and descent.
16255
162562008-02-01 Kenichi Handa <handa@m17n.org>
16257
16258 * Makefile.in (${lispsource}international/charprop.el): Move this
16259 target within "#ifdef HAVE_UNIDATA" and "#endif".
16260
162612008-02-01 Kenichi Handa <handa@m17n.org>
16262
16263 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
16264 (shortlisp): Add ../lisp/language/tai-viet.el.
16265
162662008-02-01 Ulrich Mueller <ulm@gentoo.org>
16267
16268 * Makefile.in (${lispsource}international/charprop.el): Depend on
16269 temacs${EXEEXT}.
16270
162712008-02-01 Jason Rumney <jasonr@gnu.org>
16272
16273 * w32font.c (w32font_close): Delete the GDI font object.
16274
16275 * w32menu.c: Include character.h.
16276
16277 * w32proc.c: Likewise.
16278
16279 * w32select.c: Likewise.
16280
16281 * makefile.w32-in (w32proc.o): Depend on character.h.
16282
162832008-02-01 Jason Rumney <jasonr@gnu.org>
16284
16285 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
16286
16287 * w32menu.c (syms_of_w32menu): Likewise.
16288
16289 * w32proc.c (syms_of_ntproc): Likewise.
16290
16291 * w32select.c (syms_of_w32select): Likewise.
16292
16293 * w32term.c (syms_of_w32term): Likewise.
16294
162952008-02-01 Jason Rumney <jasonr@gnu.org>
16296
16297 * w32font.c (w32font_draw): Delete brush after using it.
16298
162992008-02-01 Jason Rumney <jasonr@gnu.org>
16300
16301 * w32font.c (w32font_open): Don't set font_idx.
16302 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
16303 to font settings.
16304 (w32font_draw): Fill background explicitly.
16305
163062008-02-01 Jason Rumney <jasonr@gnu.org>
16307
16308 * w32term.c (w32_initialize): Don't call w32font_initialize.
16309
16310 * w32font.c (w32font_info): Remove subranges.
16311 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
16312 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
16313 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
16314 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
16315 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
16316 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
16317 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
16318 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
16319 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
16320 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
16321 New symbols.
16322 (font_callback_data): New struct.
16323 (w32font_list, w32font_match): Use it.
16324 (w32font_open): Don't populate subranges.
16325 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
16326 (w32font_encode_char): Always return unicode code-point as-is.
16327 (w32font_text_extents): Supply a transformation matrix to
16328 GetGlyphOutline. Never look up by glyph index. Avoid looping
16329 twice. Use unicode version of GetTexExtentPoint32 instead of
16330 glyph index version.
16331 (set_fonts_frame): Remove.
16332 (w32_enumfont_pattern_entity): Add frame parameter, use it to
16333 set frame parameter. Use backward compatible fake foundries.
16334 Save generic family in extra slot under QCfamily. Make width slot
16335 constant. Save QCspacing value. Save list of scripts instead of
16336 binary subranges.
16337 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
16338 (add_font_entity_to_list): Use font_callback_data struct. Filter
16339 unwanted fonts.
16340 (add_one_font_entity_to_list): Use font_callback_data struct.
16341 (w32_registry): Default to iso10646_1.
16342 (fill_in_logfont): Use dpi from extra slot. Don't bother with
16343 string font registries. Don't fill in font name if it is a generic
16344 family name, fill family instead. Use spacing, family and script
16345 extra info to fill pitch, family and charset fields.
16346 (list_all_matching_fonts): Use font_callback_data struct.
16347 (unicode_range_for_char): Remove.
16348 (font_supported_scripts): New function.
16349 (w32font_initialize): Remove.
16350 (syms_of_w32font): Update which symbols are defined.
16351
163522008-02-01 Jason Rumney <jasonr@gnu.org>
16353
16354 * font.c (font_pixel_size): Reverse assq_no_quit args.
16355
16356 * w32term.h (FONT_WIDTH): Report max width, not average.
16357 (FONT_MAX_WIDTH): Remove.
16358 (FONT_AVG_WIDTH): New macro.
16359
16360 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
16361 redefinition of FONT_WIDTH.
16362
16363 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
16364 (w32_cache_char_metrics): Use FONT_WIDTH.
16365
16366 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
16367
163682008-02-01 Jason Rumney <jasonr@gnu.org>
16369
16370 * w32font.c (w32font_open): Make lfHeight negative.
16371
16372 * w32fns.c (x_default_font_parameter): Use new style font name.
16373 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
16374
163752008-02-01 Jason Rumney <jasonr@gnu.org>
16376
16377 * w32font.c (QCsubranges): New symbol.
16378 (w32font_open, w32font_has_char): Get subranges from subproperty
16379 of extra.
16380 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
16381 (syms_of_w32font): Define :subranges symbol.
16382
16383 * font.c (font_put_extra): Expose externally.
16384
16385 * font.h (font_put_extra): Move declaration from font.c.
16386
16387 * font.c (Ffont_get): Use font driver to determine otf capability.
16388 (adjust_anchor): Check if driver defines anchor_point before using.
16389
16390 * w32font.c (w32font_open): Handle size, height and pixel_size better.
16391 (w32font_draw): Use options.
16392 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
16393 Fix detection of truetype fonts.
16394 (registry_to_w32_charset): Handle charsets other than iso8859-1
16395 expressed as lisp symbols.
16396 (w32_registry): Express charset as lisp symbol.
16397 (fill_in_logfont): Reverse pixel and point height logic.
16398 Don't set width here. Set quality to default.
16399
16400 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
16401 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
16402
16403 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16404 Remove redundant loop and allocation.
16405
16406 * makefile.w32-in (font.o, w32font.o): New objects.
16407 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
16408 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
16409
16410 * xdisp.c (fill_composite_glyph_string): Make the first arg to
16411 STORE_XCHARB a valid l-value.
16412
16413 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
16414 calculations for non-Truetype fonts.
16415 (x_draw_glyph_string): Sync with xterm.c.
16416 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16417 Remove redundant code.
16418 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
16419
16420 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
16421 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
16422
16423 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
16424 (x_to_w32_charset, w32_to_x_charset): Expose externally.
16425
16426 * w32font.c: New file for w32 font backend.
16427
164282008-02-01 Kenichi Handa <handa@m17n.org>
16429
16430 * term.c: Don't include "buffer.h" twice.
16431
164322008-02-01 Kenichi Handa <handa@m17n.org>
16433
16434 * character.c (Funibyte_string): New function.
16435 (syms_of_character): Defsubr it.
16436
164372008-02-01 Jason Rumney <jasonr@gnu.org>
16438
16439 * w32term.c [USE_FONT_BACKEND]:
16440 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
16441 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
16442 (x_draw_glyph_string, x_draw_glyph_string_foreground)
16443 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
16444 (x_free_frame_resources): Sync with xterm.c.
16445
164462008-02-01 Andreas Schwab <schwab@suse.de>
16447
16448 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
16449 char-table size.
16450
164512008-02-01 Kenichi Handa <handa@m17n.org>
16452
16453 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
16454
164552008-02-01 Kenichi Handa <handa@m17n.org>
16456
16457 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
16458 font_otf_gpos, add font_drive_otf.
16459
16460 * fontset.c (fontset_find_font): Pay attention to font size
16461 specified for a font.
16462 (reorder_font_vector): Check contents of font_def.
16463
16464 * font.c (struct otf_list): Delete it.
16465 (otf_list): Make it a lisp variable.
16466 (otf_open): Use lispy otf_list.
16467 (generate_otf_features): Rename from parse_gsub_gpos_spec.
16468 (check_otf_features): New function.
16469 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16470 New functions.
16471 (font_drive_otf): New function merging font_otf_gsub and
16472 font_otf_gpos.
16473 (font_open_for_lface): New arg spec. Change argument order.
16474 (font_load_for_face): Adjust for the change of font_open_for_lface.
16475 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
16476 Ffont_otf_gpos.
16477 (syms_of_font): Staticpro otf_list. Delete defsubr of
16478 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
16479
16480 * xfaces.c (set_font_frame_param): Adjust for the change of
16481 font_open_for_lface.
16482
16483 * font.h (font_open_for_lface): Adjust prototype.
16484 (struct font_driver): Delete members otf_gsub and otf_gpos, add
16485 member otf_drive.
16486 (font_otf_gsub, font_otf_gpos): Delete externs.
16487 (font_drive_otf): Extern it.
16488
164892008-02-01 Kenichi Handa <handa@m17n.org>
16490
16491 * font.c (font_at): If the window W is not on a window system,
16492 return Qnil.
16493
16494 * coding.c (produce_chars, encode_coding): Don't call
16495 insert_from_gap if no characters to produce.
16496
164972008-02-01 Kenichi Handa <handa@m17n.org>
16498
16499 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
16500 Fclear_face_cache.
16501
16502 * xfaces.c (face_for_font): Check also face->font==font->font.font.
16503
165042008-02-01 Miles Bader <miles@gnu.org>
16505
16506 * emacs.c (main): Change default value of `enable_font_backend' to 1.
16507 Parse "--disable-font-backend" option.
16508 (standard_args): Add "--disable-font-backend" option.
16509
165102008-02-01 Kenichi Handa <handa@m17n.org>
16511
16512 * fontset.c (fontset_find_font): New function.
16513 (fontset_font): Use fontset_find_font.
16514 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
16515 Register the specified font for all Latin characters.
16516 (new_fontset_from_font): Register the specified font for all Latin
16517 characters.
16518 (dump_fontset): For a realized fontset, include the base fontset
16519 name in the returned vector.
16520
165212008-02-01 Kenichi Handa <handa@m17n.org>
16522
16523 * character.h (CHAR_STRING): Cast C to unsigned on calling
16524 char_string.
16525
16526 * character.c (char_string): Type of arg C changed to unsigned.
16527 Signal an error if C is an invalid character code.
16528
16529 * editfns.c (general_insert_function, Fchar_to_string):
16530 Use CHARACTERP, not INTEGERP.
16531
165322008-02-01 Kenichi Handa <handa@m17n.org>
16533
16534 * character.h (MIN_MULTIBYTE_LEADING_CODE)
16535 (MAX_MULTIBYTE_LEADING_CODE): New macros.
16536
16537 * regex.c (analyse_first): Fix for multibyte characters in "case
16538 charset:" and "case categoryspec:".
16539
165402008-02-01 Andreas Schwab <schwab@suse.de>
16541
16542 * Makefile.in (LIBES): Move standard libraries to the end.
16543
165442008-02-01 Kenichi Handa <handa@m17n.org>
16545
16546 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
16547 nonzero, don't shrink the buffer nextb.
16548
16549 * buffer.h (struct buffer_text): New member inhibit_shrinking.
16550
16551 * coding.c (coding_alloc_by_making_gap): New arg offset.
16552 (alloc_destination): Call coding_alloc_by_making_gap with the arg
16553 offset.
16554 (decode_coding_iso_2022): Update coding->safe_charsets.
16555 (decode_coding_gap): Temporarily set
16556 current_buffer->text->inhibit_shrinking to 1.
16557
165582008-02-01 Kenichi Handa <handa@m17n.org>
16559
16560 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
16561 indexing into elements of s->cmp and s->char2b.
16562
165632008-02-01 Juanma Barranquero <lekktu@gmail.com>
16564
16565 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
16566
165672008-02-01 Kenichi Handa <handa@m17n.org>
16568
16569 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
16570 target_multibyte instead of multibyte.
16571 (re_match_2_internal): Call bcmp_translate with target_multibyte.
16572 (bcmp_translate): Change the argument name from multibyte to
16573 target_multibyte.
16574
165752008-02-01 Kenichi Handa <handa@m17n.org>
16576
16577 These changes are to compile a regexp into a pattern that can be
16578 used both for multibyte and unibyte targets.
16579
16580 * Makefile.in (search.o): Depend on charset.h.
16581
16582 * character.c (multibyte_char_to_unibyte_safe): New function.
16583
16584 * search.c: Include "charset.h".
16585 (compile_pattern_1): Delete argument multibyte. Don't set
16586 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
16587 (compile_pattern): Don't compare cp->buf.target_multibyte.
16588 Compare cp->buf.charset_unibyte.
16589 (compile_pattern): Set cp->buf.target_multibyte.
16590
16591 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
16592
16593 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
16594
16595 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
16596 multibyte. Change callers.
16597 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
16598 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
16599 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
16600 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
16601 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
16602 (regex_compile): Make the compiled pattern usable both for
16603 multibyte and unibyte targets.
16604 (analyse_first): Make the fastmap usable both for multibyte and
16605 unibyte targets.
16606 (TRANSLATE_VIA_MULTIBYTE): Delete.
16607 (re_match_2_internal): Pay attention to the case that the
16608 multibyteness of bufp and target may be different.
16609
166102008-02-01 Kenichi Handa <handa@m17n.org>
16611
16612 * xdisp.c (x_produce_glyphs): When a font is not found, make the
16613 empty box occupy at least one column width.
16614
166152008-02-01 Miles Bader <miles@gnu.org>
16616
16617 * Makefile.in: Remove redundant HAVE_XFT clause.
16618
166192008-02-01 Kenichi Handa <handa@m17n.org>
16620
16621 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
16622
166232008-02-01 Kenichi Handa <handa@m17n.org>
16624
16625 * fontset.c (Finternal_char_font): Fix for the case of POSITION
16626 being nil.
16627
166282008-02-01 Kenichi Handa <handa@m17n.org>
16629
16630 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
16631
166322008-02-01 Kenichi Handa <handa@m17n.org>
16633
16634 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
16635
166362008-02-01 Kenichi Handa <handa@m17n.org>
16637
16638 * search.c (simple_search): Fix previous change.
16639
166402008-02-01 Kenichi Handa <handa@m17n.org>
16641
16642 * xftfont.c (ftfont_font_format): Extern declaration.
16643
16644 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
16645
16646 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
16647 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
16648
16649 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
16650 (ftfont_font_format): Fix previous change.
16651
16652 * font.h (Ffont_xlfd_name): EXFUN it.
16653
16654 * font.c (font_parse_xlfd): Fix the array size of `f'.
16655 (register_font_driver): Use EQ to compare driver->type.
16656
16657 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
16658 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
16659 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
16660
166612008-02-01 Kenichi Handa <handa@m17n.org>
16662
16663 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
16664 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
16665
166662008-02-01 Kenichi Handa <handa@m17n.org>
16667
16668 * xfont.c (xfont_open): Set font->format.
16669
16670 * xftfont.c (xftfont_open): Set font->format.
16671
16672 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
16673 (ftfont_list): Include FC_FONTFORMAT in FcObject.
16674 (ftfont_open): Set font->format.
16675 (ftfont_font_format): New function.
16676
16677 * font.h (struct font): New member format.
16678
16679 * font.c (Qopentype): New variable.
16680 (syms_of_font): Defsym it.
16681 (Fquery_font): Change the format of the last element of the return
16682 value.
16683
166842008-02-01 Kenichi Handa <handa@m17n.org>
16685
16686 * xfns.c (xic_create_xfontset): Try the default fontset name as a
16687 last resort.
16688
166892008-02-01 Kenichi Handa <handa@m17n.org>
16690
16691 * coding.c (detect_coding_charset): Fix detection of multi-byte
16692 charset.
16693
166942008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
16695
16696 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
16697
166982008-02-01 Kenichi Handa <handa@m17n.org>
16699
16700 * xdisp.c (get_next_display_element): Set it->face_id for the
16701 first component of a composition.
16702 (x_produce_glyphs): Check if the font is changed or not for composition.
16703
167042008-02-01 Kenichi Handa <handa@m17n.org>
16705
16706 * fontset.c (Qlatin): New variable.
16707 (syms_of_fontset): Define it as a lisp symbol.
16708 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
16709
167102008-02-01 Kenichi Handa <handa@m17n.org>
16711
16712 * font.c (font_unparse_fcname): Pay attention to the case that
16713 some of font property is a null string.
16714
167152008-02-01 Kenichi Handa <handa@m17n.org>
16716
16717 * term.c: Include "composite.h".
16718 (encode_terminal_code): Output all components of composition.
16719 Check the size of encode_terminal_src.
16720 (produce_glyphs): For composition, call produce_composite_glyph.
16721 (append_composite_glyph, produce_composite_glyph): New functions.
16722
16723 * xdisp.c (x_produce_glyphs): In handling composition, if a font
16724 is not found, get font_info from the current ascii face.
16725
167262008-02-01 Kenichi Handa <handa@m17n.org>
16727
16728 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
16729 buffer-file-name to Qnil before calling insert_from_buffer.
16730
16731 * font.c (font_unparse_fcname): Pay attention to the case that
16732 foundry is a null string.
16733
167342008-02-01 Kenichi Handa <handa@m17n.org>
16735
16736 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
16737
16738 * font.c (Qunicode_sip): New variable.
16739 (syms_of_font): Declare it as a Lisp symbol.
16740
16741 * font.h (Qunicode_sip): Extern it.
16742
167432008-02-01 Kenichi Handa <handa@m17n.org>
16744
16745 * composite.c (get_composition_id): Pay attention to TAB component.
16746
16747 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
16748 TAB. Adjust for the change of s->char2b which always points to
16749 the first element of allocated memory.
16750
16751 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
16752
16753 * xdisp.c (handle_composition_prop): Set it->c to the first
16754 non-TAB component.
16755 (fill_composite_glyph_string): Change argument.
16756 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
16757 (x_produce_glyphs): Fix handling of left/right padding.
16758
167592008-02-01 Kenichi Handa <handa@m17n.org>
16760
16761 * coding.c (detect_coding_system): Fix for handling off
16762 inhibit_iso_escape_detection. Fix for the case that no coding
16763 system is defined for a specific coding category.
16764
167652008-02-01 Kenichi Handa <handa@m17n.org>
16766
16767 * font.c (font_matching_entity): Delete unused local var.
16768
16769 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
16770 opening a font.
16771
16772 * fileio.c (Finsert_file_contents): On recovering a file, assume
16773 Unix-like eol.
16774 (choose_write_coding_system): On auto-saving a file, force
16775 Unix-like eol.
16776
16777 * coding.c (setup_coding_system): Fix setting of
16778 coding->common_flags based on eol_type.
16779 (coding_inherit_eol_type): If PARENT is not nil, be sure to
16780 inherit from it.
16781
167822008-02-01 Kenichi Handa <handa@m17n.org>
16783
16784 * alloc.c (NSTATICS): Increas to 0x600.
16785
167862008-02-01 Kenichi Handa <handa@m17n.org>
16787
16788 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
16789 (ftfont_list): Don't check :name property.
16790 (ftfont_match): New function.
16791 (ftfont_pattern_entity): If the pattern doesn't contain
16792 FC_SPACING, don't assume FC_MONO.
16793
16794 * font.h (struct font_driver): New member `match'.
16795 (font_update_drivers): Adjust prototype.
16796
16797 * font.c (font_parse_fcname, font_parse_name): Don't change :name
16798 property of FONT.
16799 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
16800 them unconditionally.
16801 (font_matching_entity): New function.
16802 (font_open_by_name): Try font_matching_entity if exact match is
16803 not found.
16804 (font_update_drivers): Delete the arg FONT. Return a list of
16805 actually used backends. Don't free faces, font caches here.
16806 Don't store data in frame parameters. Don't call x_set_font.
16807 (Ffont_spec): Store :name property as is.
16808 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
16809 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
16810 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
16811 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
16812 Call font->driver->otf_gsub instead of font_otf_gsub.
16813
16814 * frame.c (x_set_font_backend): Do more works that were done in
16815 font_update_drivers before.
16816
16817 * xfont.c (xfont_match): New function.
16818 (xfont_driver): Set xfont_driver.match to xfont_match.
16819 (xfont_draw): Set font in GC if necessary.
16820
16821 * ftxfont.c (ftxfont_match): New function.
16822 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
16823
16824 * xftfont.c (xftfont_match): New function.
16825 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
16826
168272008-02-01 Kenichi Handa <handa@m17n.org>
16828
16829 * font.h (struct font): New member scalable.
16830 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
16831 (font_otf_gsub): Adjust prototype.
16832
16833 * font.c (font_otf_capability): Fix handling of the default langsys.
16834 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
16835 Check the contents of SPEC.
16836 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
16837 (check_gstring): New function.
16838 (REPLACEMENT_CHARACTER): New macro.
16839 (font_otf_gsub): New arg alternate_subst. Be sure to set all
16840 glyph codes of GSTRING.
16841 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
16842 (font_prepare_composition): Set cmp->glyph_len.
16843 (font_open_entity): Set font->scalable.
16844 (Ffont_get): Handle :otf property.
16845 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
16846 functions.
16847 (Fquery_font): Use font->font.full_name.
16848 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
16849 Sfont_otf_alternates.
16850
16851 * ftfont.c (ftfont_open): Set font->font.full_name and
16852 font->font.name properly. Fix calculation of font->font.height
16853 and font->min_width.
16854
16855 * ftxfont.c (ftxfont_create_gcs): New function.
16856 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
16857 (ftxfont_draw_backgrond): Fix filling region.
16858 (ftxfont_default_fid): New function.
16859 (ftxfont_open): Set xfont->fid to the return value of
16860 ftxfont_default_fid.
16861 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
16862 (ftxfont_done_face): Free only GCs that are created by
16863 ftxfont_create_gcs.
16864 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
16865
16866 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
16867 Clip to src->width, etc (not src->clip_XXX).
16868
16869 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
16870 FontBackend frame parameter.
16871
168722008-02-01 Kenichi Handa <handa@m17n.org>
16873
16874 * font.h (struct font_driver_list): New member `on'.
16875 (Fclear_font_cache): EXFUN it.
16876 (font_update_drivers): Extern it.
16877
16878 * font.c (font_unparse_fcname): Fix typo (swidth->width).
16879 (font_list_entities): Check driver_list->on.
16880 (register_font_driver): Initalize `on' member to 0.
16881 (font_update_drivers): New function.
16882 (Fclear_font_cache): Check driver_list->on.
16883
16884 * frame.h (Qfont_backend): Extern it.
16885 (x_set_font_backend): Extern it.
16886
16887 * frame.c (Qfont_backend): New variable.
16888 (frame_parms): New element for font-backend.
16889 (x_set_font_backend): New function.
16890
16891 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
16892 FontBackend frame parameter.
16893 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
16894 x_set_font_backend.
16895
16896 * xfont.c (xfont_list): Don't try listing by :name property if the
16897 name is not for XLFD.
16898
168992008-02-01 Kenichi Handa <handa@m17n.org>
16900
16901 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
16902 (LGLYPH_SET_TO): New macros.
16903 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
16904 element of G is vector or not.
16905 (font_at): Extern it.
16906
16907 * font.c: Include window.h.
16908 (font_lispy_object): New function.
16909 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
16910 end of valid glyph.
16911 (font_close_object): Fix getting (struct font *).
16912 (font_at): New function.
16913 (Ffont_get): If FONT is a font-object, get entity from it.
16914 (Ffont_make_gstring): Initialize elements of glyphs with nil.
16915 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
16916 range check.
16917 (Ffont_at): New function.
16918 (syms_of_font): Defsubr Sfont_at.
16919
16920 * xdisp.c (it_props): Move the entry for Qauto_composed to just
16921 before the entry for Qcomposition.
16922 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
16923 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
16924 the font in gstring.
16925 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
16926 LGLYPH_FORM (g) to detect the end of valid glyph.
16927 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
16928 we are composing with gstring.
16929
16930 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
16931 Check if adjustment is vector or not.
16932
16933 * Makefile.in (font.o): Make it depends on window.h.
16934
169352008-02-01 Kenichi Handa <handa@m17n.org>
16936
16937 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
16938 adjustment is vector or not.
16939
169402008-02-01 Miles Bader <miles@gnu.org>
16941
16942 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
16943
169442008-02-01 Kenichi Handa <handa@m17n.org>
16945
16946 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
16947 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
16948 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
16949
16950 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
16951 (DEVICE_DELTA): Fix typo.
16952 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
16953 LGLYPH format.
16954
16955 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
16956 the change of LGLYPH format.
16957
169582008-02-01 Kenichi Handa <handa@m17n.org>
16959
16960 * ftfont.c (ftfont_list): Fix typo.
16961 (ftfont_build_basic_charsets): Don't include letters with diacritics.
16962
169632008-02-01 Jan Djärv <jan.h.d@swipnet.se>
16964
16965 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
16966
16967 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
16968 xftface_info is non-NULL.
16969
169702008-02-01 Jan Djärv <jan.h.d@swipnet.se>
16971
16972 * ftfont.c (ftfont_list): Move misplaced #endif.
16973
169742008-02-01 Kenichi Handa <handa@m17n.org>
16975
16976 * ftfont.c (ftfont_list): Pay attention to the case that
16977 FC_CAPABILITY is not defined.
16978
169792008-02-01 Kenichi Handa <handa@m17n.org>
16980
16981 * xftfont.c (xftfont_open): Set charset related members to -1.
16982
16983 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
16984 QCname.
16985 (ftfont_open): Set charset related members to -1.
16986
16987 * fontset.c (Votf_script_alist): New variable.
16988 (syms_of_fontset): Initialize it.
16989 (fontset_font): Delete unused variable.
16990
16991 * fontset.h (Votf_script_alist): Extern it.
16992
16993 * font.c (font_find_for_lface): Optimize code.
16994
16995 * font.h (font_close_object, font_merge_old_spec): Extern them.
16996
169972008-02-01 Kenichi Handa <handa@m17n.org>
16998
16999 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
17000 (syms_of_font): Initialize them.
17001 (font_pixel_size): Allow float value in dpi.
17002 (font_prop_validate_type): Delete.
17003 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
17004 Change caller.
17005 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
17006 (font_prop_validate_extra): Delete.
17007 (font_prop_validate_spacing): New function.
17008 (font_property_table): Add elements for all known properties.
17009 (get_font_prop_index): Rename from check_font_prop_name. New
17010 argument FROM. Change caller.
17011 (font_prop_validate): Validate all known properties.
17012 (font_put_extra): Delete argument force. Change caller.
17013 (font_expand_wildcards): Make it static. Fix the way of shrinking
17014 the possible range.
17015 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
17016 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
17017 Change caller.
17018 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
17019 (font_parse_fcname): Delete argument merge. Fix parsing of point
17020 size. Don't validate properties values here. Change caller.
17021 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
17022 (font_open_by_name): Delete unused variable.
17023 (Ffont_spec): Likewise. Validate property values.
17024 (Ffont_match_p): New function.
17025
17026 * font.h (QCscalable): Extern it.
17027 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
17028
17029 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
17030
17031 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
17032 (xfont_list_pattern): New function.
17033 (xfont_list): Use xfont_list_pattern.
17034
170352008-02-01 Kenichi Handa <handa@m17n.org>
17036
17037 * font.h (Flist_fonts): EXFUN it.
17038
170392008-02-01 Jason Rumney <jasonr@gnu.org>
17040
17041 * w32term.c (w32_initialize): Add back smoothing_type and
17042 smoothing_enabled definitions.
17043
170442008-02-01 Kenichi Handa <handa@m17n.org>
17045
17046 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
17047 s->face->font on determining underline position.
17048
170492008-02-01 Kenichi Handa <handa@m17n.org>
17050
17051 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
17052 (font_has_char): Accept font-object too.
17053 (font_find_for_lface): Try at first with a size specified in face.
17054
170552008-02-01 Kenichi Handa <handa@m17n.org>
17056
17057 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
17058 font_open_by_name.
17059
170602008-02-01 Kenichi Handa <handa@m17n.org>
17061
17062 * font.h (QCspacing, QCdpi): Extern them.
17063 (enum font_spacing): New enum.
17064 (FONT_PIXEL_SIZE_QUANTUM): New macro.
17065
17066 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
17067 (QCspacing, QCdpi): New variables.
17068 (syms_of_font): Initialize them.
17069 (font_pixel_size): New function.
17070 (font_put_extra): New function.
17071 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
17072 in FONT_EXTRA.
17073 (font_parse_fcname): Handle enumerated values (e.g. bold).
17074 Fix handling font size. Add QCname property that contains only
17075 unknown properties.
17076 (font_score): Change argument. Change caller. Pay attention to
17077 FONT_PIXEL_SIZE_QUANTUM.
17078 (font_sort_entites, font_list_entities, font_find_for_lface)
17079 (font_open_for_lface, font_open_by_name): Fix handling of font size.
17080 (Ffont_spec): Add QCname property that contains only unknown properties.
17081
17082 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
17083 include weight in listing pattern, instead check weight of each
17084 listed font. Don't include scalable in pattern. Pay attention to
17085 FONT_PIXEL_SIZE_QUANTUM.
17086
170872008-02-01 Kenichi Handa <handa@m17n.org>
17088
17089 * font.c (font_parse_fcname): Fix parsing of point-size.
17090 (font_unparse_fcname): Produce symbolic names for style properties.
17091 (font_list_entities): Handle float size correctly.
17092 (font_open_by_name): Prefer `normal' property values if the name
17093 doesn't specify them.
17094
17095 * fontset.c (Finternal_char_font): Use font_get_name, not
17096 Ffont_xlfd_name.
17097
17098 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
17099 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
17100 pattern. Don't force scalable.
17101
17102 * xftfont.c (xftfont_open): For generating a name, start from
17103 96-byte buffer.
17104
171052008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17106
17107 * frame.h (x_new_fontset2): Fix prototype.
17108
171092008-02-01 Kenichi Handa <handa@m17n.org>
17110
17111 * font.h (struct font_driver): Delete member parse_name.
17112 (font_match_p, font_get_spec, font_parse_fcname)
17113 (font_unparse_fcname): Extern them.
17114 (font_get_name): Adjust prototype.
17115
17116 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
17117 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
17118 (font_expand_wildcards): Fix handling ENCODING field. Avoid
17119 unnecessary checks for weight, slant, and swidth.
17120 (font_parse_fcname): New function.
17121 (font_unparse_fcname): New function.
17122 (font_parse_name): New function.
17123 (font_match_p): New function.
17124 (font_get_name): Change return value to Lisp string.
17125 (font_get_spec): New function.
17126 (Qunspecified, Qignore_defface): Don't extern them.
17127 (font_find_for_lface): Assume that LFACE is fully specified.
17128 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
17129 object, use it for FACE.
17130 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
17131 driver->parse_name.
17132 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
17133
17134 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
17135 prototype.
17136
17137 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
17138 argument F. Don't call Fnew_fontset. Instead, directly call
17139 make_fontset.
17140
17141 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
17142
17143 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
17144 of x_new_fontset2.
17145
17146 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
17147 (Qsans__serif): New variables.
17148 (ftfont_generic_family_list): New variable.
17149 (syms_of_ftfont): Initialize the above variables.
17150 (ftfont_pattern_entity): Delete argument NAME.
17151 (ftfont_list_generic_family): New function.
17152 (ftfont_parse_name): Delete this function.
17153 (ftfont_list): Try generic family only when FcFontList found no font.
17154 (ftfont_list_family): Fix args to FcObjectSetBuild.
17155
17156 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
17157 object in attrs[LFACE_FONT_INDEX].
17158 (set_lface_from_font_name): Cancel all changes for font-backend.
17159 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
17160 function.
17161 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
17162 font object in QCfont attribute.
17163 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
17164 (realize_default_face) [USE_FONT_BACKEND]: Call
17165 set_lface_from_font_and_fontset.
17166
17167 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
17168 "fixed", and signal error here if no suitable font was found.
17169
17170 * xfont.c (xfont_parse_name): Delete this function.
17171
17172 * xftfont.c (xftfont_open): Change coding style of error
17173 handling. Generate fontconfig's fontname pattern.
17174
17175 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
17176 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
17177
17178 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
17179 Both args FONTSET and FONT_OBJECT must be existing ones.
17180
171812008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17182
17183 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
17184
171852008-02-01 Kenichi Handa <handa@m17n.org>
17186
17187 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
17188
17189 * font.h (struct font): Fix typo.
17190
17191 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
17192 XLFD_XXX_INDEX.
17193 (enum xlfd_field_mask): New enum.
17194 (intern_font_field): Changed argument. Change caller. If digits
17195 are followed by non-digits, return a symbol.
17196 (font_expand_wildcards): New function.
17197 (font_parse_xlfd): Fix wildcard handling.
17198 (Ffont_spec): If :name is specified, reflect the info in the other
17199 properties.
17200
17201 * ftfont.c (ftfont_pattern_entity): Fix typo.
17202 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
17203 locale.
17204
172052008-02-01 Kenichi Handa <handa@m17n.org>
17206
17207 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
17208
17209 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
17210 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
17211 registry doesn't specify encoding part.
17212 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
17213 (font_open_by_name): At first try parsing the name.
17214 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
17215 as Lisp symbols.
17216
17217 * fontset.c (reorder_font_vector): Pay attention to the case that
17218 the 3rd element of font_def is nil.
17219 (fontset_font): For the default fontset, append one more fontset
17220 elements for a script-based font specification. Don't add script
17221 attribute on finding a font.
17222 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
17223 font name.
17224 (fontset_ascii_font): If a font can't be opened, return nil.
17225
17226 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
17227 (ftfont_pattern_entity): New function.
17228 (ftfont_get_cache): Assume that freetype_font_cache is already
17229 initialized.
17230 (ftfont_list): Handle the case that a file is specified in font
17231 name. Use ftfont_pattern_entity to generate entities.
17232 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
17233 (syms_of_ftfont): Initialize freetype_font_cache.
17234
17235 * xftfont.c (xftfont_open): Make the font name fontconfig's
17236 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
17237 (xftfont_close): Free font->font.name if not NULL.
17238
17239 * xfont.c (xfont_list): If script is specified for a font, return
17240 null_vector.
17241 (xfont_list_family): Declare argument type.
17242
17243 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
17244 name, set LFACE_FONT (lface) to nil.
17245
17246 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
17247 return Qnil.
17248
172492008-02-01 Kenichi Handa <handa@m17n.org>
17250
17251 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
17252 (standard_args): Add "-enable-font-backend".
17253
172542008-02-01 Kenichi Handa <handa@m17n.org>
17255
17256 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
17257 (struct xftdraw_list, xftdraw_list): Delete them.
17258 (register_xftdraw, check_xftdraw): Delete them.
17259 (xftfont_prepare_face): Don't call register_xftdraw.
17260 (xftfont_done_face): Don't call check_xftdraw.
17261 (xftfont_draw): Get background color only when with_background is
17262 nonzero.
17263
17264 * xfont.c (xfont_encode_char): Fix calculation of char2b.
17265
172662008-02-01 Kenichi Handa <handa@m17n.org>
17267
17268 These changes are for the new font handling codes.
17269
17270 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
17271 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
17272 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
17273 (FONTSRC, FONTOBJ): New variables.
17274 (obj): Add $(FONTOBJ).
17275 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
17276 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
17277 @LIBOTF_LIBS@.
17278 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
17279 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
17280
17281 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
17282
17283 * character.h (Vscript_representative_chars): Extern it.
17284
17285 * character.c (Vscript_representative_chars): New variable.
17286 (syms_of_character): Declare it as a Lisp variable.
17287
17288 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
17289 enable_font_backend is nonzero, accept the composition method
17290 COMPOSITION_WITH_GLYPH_STRING.
17291
17292 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
17293 enumeration COMPOSITION_WITH_GLYPH_STRING.
17294
17295 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
17296 members clip_x, clip_y, clip_width, and clip_height.
17297 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
17298
17299 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
17300 --enable-font-backend. Call syms_of_font.
17301
17302 * fns.c (assoc_no_quit): New function.
17303
17304 * fontset.h (FONT_INFO_FROM_FACE): New macro.
17305 (face_for_font, new_fontset_from_font)
17306 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
17307
17308 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
17309 (fontset_font, fontset_ascii, face_for_char)
17310 (make_fontset_for_ascii_face, Ffont_info)
17311 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
17312 is nonzero, use font-backend mechanism.
17313 (find_font_encoding): Make it non-static.
17314 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
17315 New functions.
17316
17317 * frame.h (struct frame): New members resx and resy.
17318 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
17319 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
17320
17321 * frame.c [USE_FONT_BACKEND]: Include "font.h".
17322 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
17323
17324 * lisp.h (assoc_no_quit): Extern it.
17325
17326 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
17327 Through out the file, use FONT_INFO_FROM_FACE instead of
17328 FONT_INFO_FROM_ID, use get_per_char_metric instead of
17329 rif->per_char_metric.
17330 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
17331 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
17332 (get_glyph_face_and_encoding, fill_composite_glyph_string)
17333 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
17334 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
17335 nonzero, use font-backend mechanism.
17336 (get_per_char_metric): New function.
17337
17338 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
17339 (set_lface_from_font_name)
17340 (set_font_frame_param, free_realized_face)
17341 (prepare_face_for_display, clear_face_gcs)
17342 (Finternal_set_font_selection_order, realize_x_face)
17343 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
17344 font-backend mechanism.
17345 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
17346 (load_face_font) [USE_FONT_BACKEND]: Abort.
17347 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
17348 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
17349
17350 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
17351 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
17352 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
17353 nonzero, register all available font drivers. Call
17354 x_default_font_parameter for deciding a font.
17355 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
17356
17357 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
17358 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
17359 (x_set_glyph_string_clipping_exactly)
17360 (x_compute_glyph_string_overhangs)
17361 (x_draw_glyph_string_foreground)
17362 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
17363 (x_free_frame_resources) [USE_FONT_BACKEND]: If
17364 enable_font_backend is nonzero, use font-backend mechanism.
17365 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
17366
173672008-02-01 Kenichi Handa <handa@m17n.org>
17368
17369 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
17370 system_eol_type.
17371 (syms_of_coding): Initialize system_eol_type.
17372
17373 * process.c (Fset_process_coding_system): Inherit system's eol
17374 format if necessary.
17375
173762008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17377
17378 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
17379
173802008-02-01 Kenichi Handa <handa@m17n.org>
17381
17382 * coding.c (decode_eol): Pay attention to buffer relocation in
17383 del_range_2.
17384 (decode_coding): Call decode_eol before restoring undo_list.
17385
173862008-02-01 Kenichi Handa <handa@m17n.org>
17387
17388 * charset.c (Fdefine_charset_internal): Fix setting of
17389 emacs_mule_bytes.
17390
173912008-02-01 Kenichi Handa <handa@m17n.org>
17392
17393 * keyboard.c (read_char): Check if C is a character or not before
17394 looking up Vkeyboard_translate_table.
17395
173962008-02-01 Kenichi Handa <handa@m17n.org>
17397
17398 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
17399 condition to terminate the loop.
17400
174012008-02-01 Kenichi Handa <handa@m17n.org>
17402
17403 * coding.c (produce_composition): Compare charbuf[i] instead of
17404 args[i] against 0.
17405 (Fterminal_coding_system): Use EQ to compare Lisp objects.
17406
174072008-02-01 Kenichi Handa <handa@m17n.org>
17408
17409 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
17410 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
17411 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
17412 detect_coding.
17413 (emacs_mule_char): Handle old style (Emacs 20) component character
17414 of a composition.
17415 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
17416 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
17417 composition rule.
17418 (decode_coding_emacs_mule): Handle invalid bytes correctly.
17419
174202008-02-01 Kenichi Handa <handa@m17n.org>
17421
17422 * coding.c (encode_coding_ccl): Allocate destination dynamically
17423 when necessary.
17424
174252008-02-01 Kenichi Handa <handa@m17n.org>
17426
17427 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
17428 the loop. When quitted, show a proper error message.
17429
174302008-02-01 Kenichi Handa <handa@m17n.org>
17431
17432 * xterm.c (x_set_glyph_string_clipping_exactly): Set
17433 src->clip_head and src->clip_tail temporarily instead of src->hl.
17434
17435 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
17436 character sequence.
17437 (Fccl_execute_on_string): Use ASET, not XSET.
17438
174392008-02-01 Kenichi Handa <handa@m17n.org>
17440
17441 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
17442
174432008-02-01 Kenichi Handa <handa@m17n.org>
17444
17445 * coding.c (decode_coding): Fix the condition of terminating the
17446 decoding loop.
17447
174482008-02-01 Kenichi Handa <handa@m17n.org>
17449
17450 * data.c (Faset): On setting a character bigger than 255 in a
17451 unibyte string, signal an error instead of make the string multibyte.
17452
174532008-02-01 Kenichi Handa <handa@m17n.org>
17454
17455 * charset.c (map_charset_chars): Fix for ascii-compatible charset
17456 made by a mapping table.
17457
174582008-02-01 Kenichi Handa <handa@m17n.org>
17459
17460 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
17461 not.
17462 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
17463 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
17464
17465 * xterm.c (x_draw_composite_glyph_string_foreground): Check
17466 s->face is NULL or not.
17467
174682008-02-01 Kenichi Handa <handa@m17n.org>
17469
17470 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
17471 (x_draw_glyph_string): Fix drawing of right_overhang and
17472 left_overhang around/on cursor.
17473
17474 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
17475
174762008-02-01 Kenichi Handa <handa@m17n.org>
17477
17478 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
17479
174802008-02-01 Kenichi Handa <handa@m17n.org>
17481
17482 * coding.c (Fdefine_coding_system_internal)
17483 (Fdefine_coding_system_alias): Avoid a duplicated element in
17484 Vcoding_system_alist.
17485
174862008-02-01 Kenichi Handa <handa@m17n.org>
17487
17488 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
17489
17490 * coding.c (Qcoding_system_define_form): New variable.
17491 (syms_of_coding): Intern and staticpro it.
17492 (Fcoding_system_p): Check Qcoding_system_define_form.
17493 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
17494
17495 * coding.h (CODING_SYSTEM_P): If ID is not available, call
17496 Fcoding_system_p.
17497 (CHECK_CODING_SYSTEM): If ID is not available, call
17498 Fcheck_coding_system.
17499 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
17500 Try also Fcheck_coding_system.
17501
175022008-02-01 Kenichi Handa <handa@m17n.org>
17503
17504 * coding.c (code_conversion_restore): GCPRO arg.
17505
175062008-02-01 Kenichi Handa <handa@m17n.org>
17507
17508 * character.c (lisp_string_width): Check multibyteness of STRING.
17509
175102008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17511
17512 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
17513 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
17514 (decode_mac_font_name): Use decode_coding_c_string instead of
17515 decode_coding.
17516 (x_load_font): Initialize fontp->fontset to -1. Set
17517 fontp->encoding_type.
17518
175192008-02-01 Kenichi Handa <handa@m17n.org>
17520
17521 * search.c (search_buffer): Give up BM search on case-fold-search
17522 if one of a target character has a case-equivalence of different
17523 byte length even if that target charcter is an ASCII.
17524 (simple_search): Fix calculation of byte length of matched text.
17525 (boyer_moore): Fix handling of case-equivalent multibyte characters.
17526
175272008-02-01 Kenichi Handa <handa@m17n.org>
17528
17529 * coding.c (decode_coding): Fix handling of invalid bytes.
17530
175312008-02-01 Kenichi Handa <handa@m17n.org>
17532
17533 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
17534 Unicode characters.
17535
175362008-02-01 Kenichi Handa <handa@m17n.org>
17537
17538 * coding.c (encode_coding_object): If a pre-write-conversion
17539 function makes a new buffer, kill it.
17540
175412008-02-01 Kenichi Handa <handa@m17n.org>
17542
17543 * coding.c (QCascii_compatible_p): New variable.
17544 (syms_of_coding): Initialize it.
17545 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
17546 calling string_char.
17547 (record_conversion_result): Add `default:' case.
17548 (coding_charset_list): Delete unused variable `coding_type'.
17549 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
17550 property in the plist of the coding system.
17551 (Fcoding_system_put): Check QCascii_compatible_p.
17552
175532008-02-01 Miles Bader <miles@gnu.org>
17554
17555 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
17556 removed calculation of frame `f', as it's now used.
17557
175582008-02-01 Kenichi Handa <handa@m17n.org>
17559
17560 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
17561 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
17562 (UNIDATA): New variable.
17563 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
17564 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
17565 $(RUN_TEMACS) unconditionally.
17566
175672008-02-01 Kenichi Handa <handa@m17n.org>
17568
17569 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
17570 (admindir): New variable.
17571 ($(lispsource)international/charprop.el): New target.
17572
175732008-02-01 Miles Bader <miles@gnu.org>
17574
17575 * character.c (chars-in-region): Remove obsolete function.
17576 (syms_of_character): Remove its initialization.
17577
175782008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
17579
17580 * w32select.c (validate_coding_system)
17581 (setup_windows_coding_system): New functions.
17582 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
17583 setup_windows_coding_system.
17584 (setup_config, Fw32_get_clipboard_data): Use
17585 validate_coding_system.
17586 (Fx_selection_exists): Move call to setup_config to a place
17587 where signals are allowed.
17588
17589 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
17590 (Fcheck_coding_system): Add declarations.
17591
175922008-02-01 Kenichi Handa <handa@m17n.org>
17593
17594 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
17595
175962008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17597
17598 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
17599 string as the second argument for x_new_fontset.
17600
176012008-02-01 Kenichi Handa <handa@m17n.org>
17602
17603 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
17604 (encode_coding_object): Use safe_call instead of call2.
17605
176062008-02-01 Kenichi Handa <handa@m17n.org>
17607
17608 * fontset.c (Fset_fontset_font): Check family element of a given vector.
17609
17610 * Makefile.in (lisp): Include charprop.el.
17611
176122008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17613
17614 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
17615 Not sure if it's unnecessary.
17616
176172008-02-01 Steven Tamm <steventamm@mac.com>
17618
17619 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
17620 some possibly unnecessary fontset checking code that crashed
17621 when creating a new frame.
17622
176232008-02-01 Kenichi Handa <handa@m17n.org>
17624
17625 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
17626 lookup_face.
17627
17628 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
17629
17630 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
17631
176322008-02-01 Kenichi Handa <handa@m17n.org>
17633
17634 * coding.c: Cancel the change done in HEAD on 2008-02-01.
17635 (coding_charset_list): New function.
17636
17637 * coding.h (coding_charset_list): Extern it.
17638
176392008-02-01 Kenichi Handa <handa@m17n.org>
17640
17641 * fontset.c (Fset_fontset_font): Call find_font_encoding with
17642 concatenation of family and registry.
17643
176442008-02-01 Kenichi Handa <handa@m17n.org>
17645
17646 * character.h (BYTE8_STRING): Fix typo.
17647
17648 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
17649 string to multibyte (sync to HEAD).
17650
17651 * casefiddle.c (casify_region): Handle changes in byte-length
17652 using replace_range_2 (sync to HEAD).
17653
176542008-02-01 Andreas Schwab <schwab@suse.de>
17655
17656 * chartab.c (map_char_table): GCPRO table and arg.
17657
176582008-02-01 Kenichi Handa <handa@m17n.org>
17659
17660 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
17661 already at limit.
17662
176632008-02-01 Kenichi Handa <handa@m17n.org>
17664
17665 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
17666 instead of fast_c_string_match_ignore_case.
17667 (find_font_encoding): Change argument to Lisp_Object. Use
17668 fast_string_match_ignore_case instead of
17669 fast_c_string_match_ignore_case. Change caller.
17670
176712008-02-01 Kenichi Handa <handa@m17n.org>
17672
17673 * xdisp.c (get_next_display_element): In unibyte case, decide to
17674 display in octal form by checking a character by
17675 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
17676
17677 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
17678
17679 * character.c (unibyte_has_multibyte_table): New variable.
17680
17681 * character.h (unibyte_has_multibyte_table): Extern it.
17682 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
17683
176842008-02-01 Kenichi Handa <handa@m17n.org>
17685
17686 * coding.c (encode_coding_iso_2022): Fix handling of charset
17687 annotation.
17688
176892008-02-01 Kenichi Handa <handa@m17n.org>
17690
17691 * coding.c (setup_coding_system): If coding_system is nil, use
17692 Qundecided.
17693 (Fterminal_coding_system): Return nil if terminal coding system is
17694 `undecided'.
17695 (syms_of_coding): Define coding-system `undecided' here. Setup
17696 terminal_coding as `undecided'.
17697
176982008-02-01 Kenichi Handa <handa@m17n.org>
17699
17700 * xdisp.c (message_dolog, set_message_1): Call
17701 unibyte_char_to_multibyte with arg type int.
17702
17703 * lread.c (read1): Fix reading of a char-table.
17704
17705 * print.c (print_object): Include sub char-table in circularities
17706 detection.
17707
177082008-02-01 Kenichi Handa <handa@m17n.org>
17709
17710 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
17711 Append the found sequences in car of ARGS instead of prepending.
17712
177132008-02-01 Kenichi Handa <handa@m17n.org>
17714
17715 * fileio.c (report_file_error): Make a unibyte string from
17716 strerror (errorno).
17717 (Fsubstitute_in_file_name): Fix the arg to
17718 unibyte_char_to_multibyte. It is evaluated twice.
17719
177202008-02-01 Kenichi Handa <handa@m17n.org>
17721
17722 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
17723
177242008-02-01 Kenichi Handa <handa@m17n.org>
17725
17726 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
17727 BOM is not found.
17728 (detect_coding, detect_coding_system): Optimization for ISO-2022
17729 when no 8-bit data is found.
17730
177312008-02-01 Jason Rumney <jasonr@gnu.org>
17732
17733 * w32fns.c (x_to_w32_font): Update to use new coding struct.
17734
177352008-02-01 Kenichi Handa <handa@m17n.org>
17736
17737 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
17738 CHARS.
17739
177402008-02-01 Steven Tamm <steventamm@mac.com>
17741
17742 * macterm.c (mac_encode_char): Add charset argument and update
17743 to use encoding_type.
17744 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
17745 switch to pure fontset.
17746 (decode_mac_font_name): Temporarily remove decoding.
17747 (x_font_name_to_mac_font_name): Temporarily remove encoding.
17748 (x_load_font): Temporarily remove encoding.
17749
177502008-02-01 Kenichi Handa <handa@m17n.org>
17751
17752 * xfaces.c (Fface_font): If frame is not on a window system,
17753 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
17754 refer to face->font.
17755 (split_font_name_into_vector, build_font_name_from_vector)
17756 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
17757 when HAVE_WINDOW_SYSTEM is defined.
17758
177592008-02-01 Kenichi Handa <handa@m17n.org>
17760
17761 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
17762 (x_produce_glyphs): Fix setting of members of cmp in case
17763 cmp->glyph_len is zero.
17764
17765 * fontset.c (Fset_fontset_font): Fix docstring.
17766 (Ffontset_info): Make it backward compatible. New arg ALL.
17767
177682008-02-01 Kim F. Storm <storm@cua.dk>
17769
17770 * process.c (read_process_output): Grow decoding_buf when needed;
17771 this could cause a crash in allocate_string and compact_small_strings.
17772
177732008-02-01 Kenichi Handa <handa@m17n.org>
17774
17775 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
17776
177772008-02-01 Kenichi Handa <handa@m17n.org>
17778
17779 * coding.c (setup_coding_system): Set coding->common_flags
17780 correctly for raw-text.
17781 (consume_chars): On encoding unibyte text by raw-text, don't check
17782 multibyte form.
17783 (encode_coding): On encoding by raw-text, never use translation tables.
17784
17785 * fileio.c (e_write): Short cut for the case of no encoding.
17786
177872008-02-01 Kenichi Handa <handa@m17n.org>
17788
17789 * coding.c (detect_coding, detect_coding_system): Delete unused
17790 variables.
17791
177922008-02-01 Kenichi Handa <handa@m17n.org>
17793
17794 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
17795 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
17796
177972008-02-01 Kenichi Handa <handa@m17n.org>
17798
17799 * coding.c (Ffind_coding_systems_region_internal): Include
17800 raw-text and no-conversion in the result.
17801
178022008-02-01 Kenichi Handa <handa@m17n.org>
17803
17804 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
17805 (load_font_get_repertory): Delete unnecessary check of ENCODING of
17806 FONT_DEF.
17807 (font_def_arg, add_arg, from_arg, to_arg): New args.
17808 (set_fontset_font): Change argument.
17809 (Fset_fontset_font): Fix for the case that TARGET is a script
17810 name and charset name.
17811 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
17812
178132008-02-01 Kenichi Handa <handa@m17n.org>
17814
17815 * fontset.c (fontset_font): Rename from fontset_face. Change return
17816 value.
17817 (face_suitable_for_char_p, face_for_char): Adjust for the change
17818 of fontset_font.
17819 (make_fontset_for_ascii_face): Fix setting of the fontset element
17820 for ASCII.
17821 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
17822 to get a font name.
17823 (Ffontset_info): Adjust for the change of fontset_font.
17824
17825 * coding.c (emacs_mule_char): Check invalid code more rigidly.
17826
17827 * character.h (LEADING_CODE_LATIN_1_MIN)
17828 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
17829
178302008-02-01 Kenichi Handa <handa@m17n.org>
17831
17832 * editfns.c (check_translation): New function.
17833 (Ftranslate_region_internal): Handle M:N mapping.
17834
178352008-02-01 Kenichi Handa <handa@m17n.org>
17836
17837 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
17838
178392008-02-01 Kenichi Handa <handa@m17n.org>
17840
17841 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
17842 goto invalid_code.
17843 (decode_coding_iso_2022): Fix handling of invalid designation.
17844
17845 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
17846 after calling code_conversion_save.
17847
178482008-02-01 Kenichi Handa <handa@m17n.org>
17849
17850 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
17851
17852 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
17853
17854 * fontset.c: Include "intervals.h".
17855 (fontset_face): Fix comparing of Lisp_Objects.
17856 (free_face_fontset, new_fontset_from_font_name): Fix
17857 Lisp_Object/int mixup.
17858
17859 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
17860
17861 * coding.c: Add many prototypes for static functions.
17862 (get_translation_table): Allow max_lookup to be NULL.
17863 (decode_coding, Ffind_coding_systems_region_internal)
17864 (Funencodable_char_position, Fcheck_coding_systems_region): Call
17865 get_translation_table with max_lookup NULL.
17866
178672008-02-01 Kenichi Handa <handa@m17n.org>
17868
17869 * coding.c (get_translation_table): Declare it as Lisp_Object.
17870 (LOOKUP_TRANSLATION_TABLE): New macro.
17871 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
17872 instead of CHAR_TABLE_REF.
17873
178742008-02-01 Kenichi Handa <handa@m17n.org>
17875
17876 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
17877 annotation data format.
17878 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
17879 Change arguments FROM and TO to single argument NCHARS. Change caller.
17880 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
17881 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
17882 (decode_coding_ccl, decode_coding_charset): Pay attention to
17883 coding->charbuf_used.
17884 (get_translation): New function.
17885 (produce_chars): New arguments translation_table and last_block.
17886 Translate characters here. Return number of carryover chars.
17887 Change caller.
17888 (produce_composition): New argument pos. Change caller.
17889 Adjust for the change of annotation data format.
17890 (produce_charset, produce_annotation): Likewise.
17891 (decode_coding, encode_coding): Don't call translate_chars.
17892 (consume_chars): New arg translation_table. Change caller.
17893 (translate_chars): Delete.
17894 (syms_of_coding): Make translation-table's number of extra slots 2.
17895
178962008-02-01 Kenichi Handa <handa@m17n.org>
17897
17898 * search.c (simple_search): Fix setting this_pos_byte in backward
17899 search.
17900
17901 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
17902 byte sequence.
17903 (detect_coding_ccl): Fix setting of the variable valids.
17904
179052008-02-01 Kenichi Handa <handa@m17n.org>
17906
17907 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
17908
17909 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
17910
17911 * editfns.c (Ftranslate_region_internal): Rename from
17912 Ftranslate_region. Accept a char-table in TABLE.
17913 (syms_of_editfns): Defsubr Stranslate_region_internal.
17914
17915 * xfaces.c (set_lface_from_font_name): If a font is specified for
17916 a frame, generate a fontset from the font.
17917 (build_scalable_font_name): If the scalable font is requested for
17918 a specific size, don't change that size.
17919 (try_font_list): Try a scalable font also in the case that a
17920 pattern string is specified.
17921
179222008-02-01 Kenichi Handa <handa@m17n.org>
17923
17924 * xfaces.c (Fface_font): New optional arg CHARACTER.
17925
179262008-02-01 Kenichi Handa <handa@m17n.org>
17927
17928 * charset.h (CHARSET_OFFSET): New macro.
17929
179302008-02-01 Kenichi Handa <handa@m17n.org>
17931
17932 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
17933
17934 * fontset.c (fontset_face): Handle the case that repertory is a
17935 char-table.
17936 (find_font_encoding): Return nil for unknown encoding.
17937 (Fset_fontset_font): Ignore a font of unknown encoding.
17938
179392008-02-01 Kenichi Handa <handa@m17n.org>
17940
17941 * keymap.c (describe_vector): Handle default value of a char table.
17942
17943 * fontset.c (fontset_face): Handle fallback fonts correctly.
17944 (Ffontset_info): Return infomation about fallback fonts.
17945
179462008-02-01 Kenichi Handa <handa@m17n.org>
17947
17948 * fontset.c (FONTSET_DEFAULT): New macro.
17949 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
17950 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
17951 the case that it is nil.
17952 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
17953 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
17954
17955 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
17956 subset or superset.
17957
179582008-02-01 Kenichi Handa <handa@m17n.org>
17959
17960 * emacs.c (main): Call init_charset after syms_of_XXX.
17961
17962 * charset.c (Vcharset_map_directory): Delete.
17963 (Vcharset_map_path): New variable.
17964 (load_charset_map_from_file): Use Vcharset_map_path instead.
17965 (init_charset): Initialize Vcharset_map_path.
17966 (syms_of_charset): Delete declaration of "charset-map-directory",
17967 add declaration of "charset-map-path".
17968
179692008-02-01 Kenichi Handa <handa@m17n.org>
17970
17971 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
17972 ASCII only string.
17973
17974 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
17975
17976 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
17977 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
17978
179792008-02-01 Kenichi Handa <handa@m17n.org>
17980
17981 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
17982
17983 * coding.c (QCmnemonic, QCdefalut_char)
17984 (QCdecode_translation_table, QCencode_translation_table)
17985 (QCpost_read_conversion, QCpre_write_conversion): New variables.
17986 (get_translation_table): Return a list of translation tables if
17987 necessary.
17988 (decode_coding): Call get_translation_table with ENCODEP 0.
17989 (char_encodable_p): If translation_table is non-nil, always call
17990 translate_char.
17991 (Fdefine_coding_system_internal): Accept list of translation
17992 tables as :encode-translation-table and :decode-translation-table.
17993 (Fcoding_system_put): New function.
17994 (syms_of_coding): Declare new symbols. Defsubr
17995 Scoding_system_put.
17996 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
17997 typically JISX0212.
17998
17999 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
18000 when the charset is superset type.
18001
18002 * character.c (translate_char): Accept list of translation tables.
18003
180042008-02-01 Kenichi Handa <handa@m17n.org>
18005
18006 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
18007 (CODING_ATTR_TRANS_TBL): New macro.
18008
18009 * coding.c (get_translation_table): New function.
18010 (translate_chars): Fix the bug of skipping annotation data.
18011 (decode_coding, encode_coding): Utilize get_translation_table.
18012 (char_encodable_p, Funencodable_char_position): Translate char if
18013 necessary.
18014 (Ffind_coding_systems_region_internal)
18015 (Fcheck_coding_systems_region): Setup translation table for encode
18016 in a coding system attribute vector in advance.
18017 (Fdefine_coding_system_internal): Allow a symbol as translation
18018 table. For shift-jis type coding system, allow 4th charset.
18019
180202008-02-01 Kenichi Handa <handa@m17n.org>
18021
18022 * coding.c (decode_coding_sjis): Check the first byte rigidly.
18023
18024 * xdisp.c (get_next_display_element): Pass -1 as POS to
18025 FACE_FOR_CHAR if displaying a C-string.
18026
180272008-02-01 Kenichi Handa <handa@m17n.org>
18028
18029 * composite.c (get_composition_id): Handle xoff and yoff in a
18030 composition rule.
18031
18032 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
18033 (struct composition): New member lbearing and rbearing.
18034
18035 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
18036 (x_get_glyph_overhangs): Handle a composition glyph.
18037 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
18038
18039 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
18040 composition glyph.
18041
180422008-02-01 Kenichi Handa <handa@m17n.org>
18043
18044 * print.c: Include charset.h.
18045 (Vprint_charset_text_property): New variable.
18046 (Qdefault): Extern it.
18047 (PRINT_STRING_NON_CHARSET_FOUND)
18048 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
18049 (print_check_string_result): New variable.
18050 (print_check_string_charset_prop): New function.
18051 (print_prune_charset_plist): New variable.
18052 (print_prune_string_charset): New function.
18053 (print_object): Call print_prune_string_charset if
18054 Vprint_charset_text_property is not t.
18055 (print_interval): Print nothing if interval->plist is nil.
18056 (syms_of_print): Declare Vprint_charset_text_property as a lisp
18057 variable. Init and staticpro print_prune_charset_plist.
18058
180592008-02-01 Kenichi Handa <handa@m17n.org>
18060
18061 * fontset.c (new_fontset_from_font_name): Use the specified font
18062 for all characters in the new fontset.
18063
18064 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
18065 OBJECT args.
18066
18067 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
18068 OBJECT args for composition too.
18069
18070 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
18071 OBJECT args.
18072
180732008-02-01 Kenichi Handa <handa@m17n.org>
18074
18075 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
18076
18077 * fontset.c (reorder_font_vector): Adjust for the change of
18078 FONT_DEF format.
18079 (fontset_face): New arg id. Change caller.
18080 (face_for_char): New args pos and object.
18081 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
18082 (fs_query_fontset): Check NAME by Fassoc too.
18083 (Fset_fontset_font): Allow non-XLFD font name.
18084 (Ffontset_info): Adjust for the change of FONT_DEF format.
18085
18086 * fontset.h (face_for_char): Adjust prototype.
18087
18088 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
18089 (append_space, extend_face_to_end_of_line)
18090 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
18091 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
18092
18093 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
18094 POS and OBJECT args.
18095
18096 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
18097 POS and OBJECT args.
18098
180992008-02-01 Jason Rumney <jasonr@gnu.org>
18100
18101 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
18102 of GlobalAlloc'ed memory.
18103
181042008-02-01 Kenichi Handa <handa@m17n.org>
18105
18106 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
18107
18108 * charset.h (charset_table_used): Delete extern.
18109
18110 * charset.c (charset_table_used): Make it static.
18111 (map_charset_chars): Fix args to c_function with.
18112
18113 * chartab.c (map_sub_char_table_for_charset): Fix args to
18114 c_function with.
18115
18116 * coding.h (enum coding_result_code): Delete
18117 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
18118
18119 * coding.c (Qinsufficient_source, Qinconsistent_eol)
18120 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
18121 (Vlast_code_conversion_error): New variables.
18122 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
18123 (ONE_MORE_BYTE): Record error if any instead of signaling an
18124 error. If non-ASCII multibyte char is found, return the negative
18125 value of the code. All callers changed to check it.
18126 (ONE_MORE_BYTE_NO_CHECK): Likewise.
18127 (record_conversion_result): New function. Change all codes setting
18128 coding->result to call this function.
18129 (detect_coding_utf_8, decode_coding_utf_8)
18130 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
18131 Don't use the local variable incomplete.
18132 (emacs_mule_char): Change the second arg to `const'.
18133 (decode_coding): Fix of flushing out unprocessed data.
18134 (make_conversion_work_buffer): Fix making of a work buffer.
18135 (decode_coding_object): Return coding->dst_object.
18136
18137 * fontset.c (set_fontset_font): Fix args.
18138
18139 * lisp.h (CHARACTERBITS): Define as 22.
18140
18141 * process.c (send_process): Be sure to set coding->src_multibyte.
18142
18143 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
18144
181452008-02-01 Kenichi Handa <handa@m17n.org>
18146
18147 * xdisp.c (handle_auto_composed_prop): Give limit to
18148 Fnext_single_char_property_change.
18149
181502008-02-01 Kenichi Handa <handa@m17n.org>
18151
18152 * composite.c (syms_of_composite): Don't make the composition hash
18153 table weak.
18154
18155 * fontset.c (Fset_fontset_font): Fix docstring.
18156
18157 * lisp.h (detect_coding_system): Adjust prototype.
18158
18159 * fileio.c (kill_workbuf_unwind): Delete this function.
18160 (Finsert_file_contents): Adjust the call of detect_coding_system.
18161 Get conversion_buffer by code_conversion_save. Use the macro
18162 CODING_MAY_REQUIRE_DECODING. After decoding, update
18163 coding_system.
18164
18165 * coding.h (make_conversion_work_buffer): Delete extern.
18166 (code_conversion_save): Extern it.
18167
18168 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
18169 (CODING_GET_INFO): Delete argument eol_type. Change callers.
18170 (decode_coding_utf_8): Don't do eol converion.
18171 (detect_coding_utf_16): Check coding->src_chars, not
18172 coding->src_bytes. Add heuristics for those that have no signature.
18173 (decode_coding_emacs_mule, decode_coding_iso_2022)
18174 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
18175 Don't do eol converion.
18176 (adjust_coding_eol_type): Return a new coding system.
18177 (detect_coding): Don't detect eol. Fix for utf-16 detection.
18178 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
18179 each change.
18180 (decode_coding): Pay attention to undo_list. Do eol conversion for
18181 all types of coding-systems (if necessary).
18182 (Vcode_conversion_work_buf_list): Delete it.
18183 (Vcode_conversion_reused_workbuf): Rename from
18184 Vcode_conversion_reused_work_buf.
18185 (Vcode_conversion_workbuf_name): New variable.
18186 (reused_workbuf_in_use): New variable.
18187 (make_conversion_work_buffer): Delete the arg DEPTH.
18188 (code_conversion_restore): Change argument to cons.
18189 (code_conversion_save): Delete the argument BUFFER. Change callers.
18190 (detect_coding_system): New argument src_chars. Change callers.
18191 Fix for utf-16 detection.
18192 (init_coding_once): Don't use ISO_carriage_return.
18193 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
18194 reused_workbuf_in_use.
18195
181962008-02-01 Kenichi Handa <handa@m17n.org>
18197
18198 * keymap.c (store_in_keymap): Pay attention to the case that idx
18199 is a cons specifying a character range.
18200
182012008-02-01 Kenichi Handa <handa@m17n.org>
18202
18203 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
18204 HANDLED_RECOMPUTE_PROPS.
18205
18206 * coding.c (Fdefine_coding_system_internal): Fix checking of
18207 ascii compatibility.
18208
182092008-02-01 Kenichi Handa <handa@m17n.org>
18210
18211 * charset.c (find_charsets_in_text): Delete unused locale variable.
18212 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
18213
18214 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
18215 Resync charset_list to Vemacs_mule_charset_list.
18216
18217 * keymap.c (store_in_keymap): Pay attention to the case that idx
18218 is a cons specifying a character range.
18219
182202008-02-01 Kenichi Handa <handa@m17n.org>
18221
18222 * composite.c (update_compositions): Bind inhibit-read-only, etc
18223 to t before calling remove-list-of-text-properties.
18224
18225 * print.c (print_object): Always print ASCII chars as is.
18226
182272008-02-01 Kenichi Handa <handa@m17n.org>
18228
18229 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
18230
18231 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
18232 is a char table.
18233
182342008-02-01 Kenichi Handa <handa@m17n.org>
18235
18236 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
18237
182382008-02-01 Kenichi Handa <handa@m17n.org>
18239
18240 * xfaces.c (set_lface_from_font_name): Fix for the case that
18241 FONTNAME is not fontset name.
18242
182432008-02-01 Kenichi Handa <handa@m17n.org>
18244
18245 * fns.c (base64_encode_1): Fix previous change.
18246
182472008-02-01 Kenichi Handa <handa@m17n.org>
18248
18249 * fontset.c (set_fontset_font): New function.
18250 (Fset_fontset_font): If a font is specified for a charset, use
18251 map_charset_chars to store the font spec in a fontset.
18252
182532008-02-01 Kenichi Handa <handa@m17n.org>
18254
18255 * fontset.c (fontset_face): Create a fallback fontset on demand.
18256 (make_fontset): Don't create a fallback fontset here.
18257 (free_face_fontset): Free a fallback fontset (if any) too.
18258 (n_auto_fontsets): Delete this variable.
18259 (auto_fontset_alist): New variable.
18260 (new_fontset_from_font_name): Check auto_fontset_alist.
18261 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
18262 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
18263 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
18264 Defsubr Sfontset_list_all.
18265
182662008-02-01 Kenichi Handa <handa@m17n.org>
18267
18268 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
18269
182702008-02-01 Kenichi Handa <handa@m17n.org>
18271
18272 * fontset.c (Fnew_fontset): Check NAME more rigidly.
18273
182742008-02-01 Kenichi Handa <handa@m17n.org>
18275
18276 * editfns.c (Fgoto_char): Fix docstring.
18277
182782008-02-01 Kenichi Handa <handa@m17n.org>
18279
18280 * insdel.c (insert_from_gap): Adjust intervals correctly.
18281
182822008-02-01 Jason Rumney <jasonr@gnu.org>
18283
18284 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
18285 (pfnGetFontUnicodeRanges): New dynamically loaded function.
18286 (w32_initialize): Try to load it.
18287 (x_get_font_repertory): Use it if available.
18288 (w32_encode_char): Add shortcut for unicode output.
18289
18290 * w32fns.c (w32_load_system_font): Default charset to -1.
18291 (x_to_w32_charset): Match all fonts for unicode.
18292 (w32_to_x_charset): New parameter matching. Don't return partial
18293 or wildcard charsets.
18294 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
18295 (w32_codepage_for_font): Return CP_UNICODE for unicode.
18296 (w32_to_x_font): Match charset to real charset.
18297 (enum_font_cb2): Always list unicode versions.
18298
18299 * makefile.w32-in (temacs): Increase EMHEAP.
18300
183012008-02-01 Jason Rumney <jasonr@gnu.org>
18302
18303 * w32term.c (w32_encode_char): New charset parameter.
18304 font_info.encoding becomes encoding_type.
18305 (x_get_font_repertory): New function. Warning: stub only!
18306 (x_new_font): Return quickly if font already set.
18307 (x_new_fontset): fontsetname parameter is Lisp_Object.
18308 Use new fs_query_fontset. Try new_fontset_from_font_name.
18309 Use fontset_name for return value.
18310
18311 * w32term.h: Declare x_get_font_repertory.
18312
18313 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
18314 place of find_charset_in_text. Use encode_coding_object in place
18315 of encode_coding.
18316 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
18317 decode_coding.
18318
18319 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
18320 of x_new_fontset.
18321 (w32_load_system_font): Initialize charset as unicode.
18322 font_info.encoding becomes encoding_type.
18323 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
18324 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
18325 (syms_of_w32fns): Set get_font_repertory_func.
18326
18327 * w32console.c: Include character.h. Use terminal_encode_buffer
18328 from term.c.
18329 (write_glyphs): Use new version of encode_terminal_code. Use
18330 encode_coding_object in place of encode_coding.
18331
18332 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
18333 encoding becomes encoding_type.
18334
18335 * term.c (terminal_encode_buffer): Make externally visible.
18336
18337 * makefile.w32-in: Add character.h dependancies.
18338 (character.o, chartab.o): New targets.
18339
183402008-02-01 Kenichi Handa <handa@m17n.org>
18341
18342 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
18343 CODING_ID_EOL_TYPE.
18344
183452008-02-01 Andreas Schwab <schwab@suse.de>
18346
18347 * coding.c (produce_chars): Revert last change.
18348
183492008-02-01 Kenichi Handa <handa@m17n.org>
18350
18351 * charset.h (charset_unicode): Extern it.
18352
18353 * charset.c (string_xstring_p): Check by (C >= 0x100).
18354 (find_charsets_in_text): Change format of the arc CHARSETS. New
18355 arg MULTIBYTE.
18356 (Ffind_charset_region, Ffind_charset_string): Adjust for the
18357 change of find_charsets_in_text.
18358 (Fsplit_char): Fix doc. Never return unknown.
18359
18360 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
18361
18362 * coding.c (Fdefine_coding_system_alias): Update
18363 Vcoding_system_list.
18364
18365 * fontset.c (load_font_get_repertory): Pay attention to the case
18366 that ENCODING of a font is specified by a char-table.
18367
18368 * xterm.c (x_get_font_repertory): Handle the case that the
18369 encoding of font is other than Unicode.
18370
183712008-02-01 Kenichi Handa <handa@m17n.org>
18372
18373 * term.c (encode_terminal_code): Don't handle glyph-table. Check
18374 if a character is encodable by the terminal coding system. If
18375 not, produces proper number of `?'s. Update
18376 terminal_encode_buffer and terminal_encode_buf_size if necessary.
18377 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
18378
183792008-02-01 Kenichi Handa <handa@m17n.org>
18380
18381 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
18382 variables.
18383 (encode_terminal_code): Change argument. Encode multiple
18384 characters at once. Store the result of encoding in
18385 terminal_encode_buffer.
18386 (write_glyphs, insert_glyphs): Adjust for the change of
18387 encode_terminal_code.
18388 (term_init): Initialize terminal_encode_buffer and
18389 terminal_encode_buf_size.
18390
18391 * coding.c (consume_chars): If coding->src_object is nil, don't
18392 check annotation.
18393
183942008-02-01 Kenichi Handa <handa@m17n.org>
18395
18396 * character.c (char_string): Use ASCII_CHAR_P instead of
18397 SINGLE_BYTE_CHAR_P.
18398
183992008-02-01 Kenichi Handa <handa@m17n.org>
18400
18401 * xdisp.c (handle_auto_composed_prop): Check if the last
18402 characters of auto-composed region is newly composed with the
18403 following characters.
18404 (handle_composition_prop): Fix checking of point being inside
18405 composition.
18406
184072008-02-01 Kenichi Handa <handa@m17n.org>
18408
18409 * fns.c (concat): Don't change multibyteness of the result by
18410 concatenating an 8-bit character.
18411
18412 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
18413 multibyteness of the result when newelt is an 8-bit character.
18414
184152008-02-01 Dave Love <fx@gnu.org>
18416
18417 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
18418 EMACS_INT.
18419
18420 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
18421
18422 * xfaces.c (face_numeric_value): Declare dim size_t.
18423 (Finternal_lisp_face_equal_p): Remove unused f.
18424
18425 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
18426 (MATRIX_ROW): Remove unused vars.
18427 (draw_glyphs, x_insert_glyphs, fast_find_position)
18428 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
18429 byte/char counts.
18430
18431 * regex.c (regex_compile): Remove unused var.
18432
18433 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
18434
18435 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
18436 (Faccessible_keymaps, where_is_internal): Remove unused vars.
18437
18438 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
18439
18440 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
18441
18442 * fileio.c (Fwrite_region): Remove unused var.
18443
18444 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
18445 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
18446
18447 * composite.c (Fremove_list_of_text_properties): Declare.
18448
18449 * coding.c (inhibit_pre_post_conversion): Remove (unused).
18450 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
18451 (coding_inherit_eol_type): Remove unused attrs.
18452 (detect_coding): Cast arg of detect_eol.
18453
18454 * charset.c (syms_of_charset): Remove unused var p.
18455 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
18456 byte/char counts.
18457
18458 * casetab.c (set_case_table): Remove unused var.
18459
18460 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
18461 unused vars.
18462
184632008-02-01 Dave Love <fx@gnu.org>
18464
18465 * xterm.c (x_bitmap_mask): Declare.
18466
184672008-02-01 Dave Love <fx@gnu.org>
18468
18469 * xterm.c (x_term_init): Fix type error.
18470
18471 * lisp.h: Add Funibyte_char_to_multibyte.
18472
18473 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
18474 (Fset_coding_system_priority): Doc fix.
18475
18476 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
18477
18478 * indent.c (check_composition): Make start and end EMACS_INT.
18479
18480 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
18481
18482 * xdisp.c (handle_composition_prop, check_point_in_composition):
18483 Make buffer positions EMACS_INT.
18484
18485 * composite.c (find_composition, run_composition_function)
18486 (update_compositions, Ffind_composition_internal): Make buffer
18487 positions EMACS_INT.
18488
18489 * composite.h (find_composition, update_compositions): Make
18490 position args EMACS_INT.
18491
18492 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
18493
18494 * intervals.c (get_property_and_range):
18495 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
18496
18497 * unexalpha.c: Don't include varargs.h.
18498
184992008-02-01 Dave Love <fx@gnu.org>
18500
18501 * coding.h (ENCODE_UTF_8): New.
18502
18503 * Makefile.in (gtkutil.o): Depend on coding.h.
18504
18505 * coding.c (Fset_coding_system_priority): Doc fix.
18506
185072008-02-01 Kenichi Handa <handa@m17n.org>
18508
18509 * fileio.c (Finsert_file_contents): Call setup_coding_system in
18510 the case of auto saving.
18511
185122008-02-01 Andreas Schwab <schwab@suse.de>
18513
18514 * chartab.c (map_char_table, map_char_table_for_charset): Protect
18515 `range' from GC.
18516
185172008-02-01 Kenichi Handa <handa@m17n.org>
18518
18519 * coding.c (decode_coding_sjis): Check bytes more rigidly.
18520
185212008-02-01 Kenichi Handa <handa@m17n.org>
18522
18523 * fileio.c (choose_write_coding_system): Return a decided coding system.
18524 (Fwrite_region): Set Vlast_coding_system_used to the return value
18525 of choose_write_coding_system.
18526
185272008-02-01 Kenichi Handa <handa@m17n.org>
18528
18529 * charset.c (Fset_charset_priority): Pay attention to duplicated
18530 arguments.
18531
18532 * coding.c (QCcategory): New variable.
18533 (syms_of_coding): Defsym it. Set all elements of
18534 Vcoding_category_table and their symbol values.
18535 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
18536 coding-category-XXX, and coding-category-list.
18537 (Fdefine_coding_system_internal): Add category in the plist.
18538
185392008-02-01 Kenichi Handa <handa@m17n.org>
18540
18541 * callproc.c (Fcall_process): Handle carryover correctly.
18542
18543 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
18544 (raw_text_coding_system): Check NILP (coding_system).
18545 (coding_inherit_eol_type): Check NILP (coding_system) and
18546 NILP (parent).
18547 (consume_chars): Fix for the case of raw-text.
18548
18549 * process.c (read_process_output): Handle carryover correctly.
18550
185512008-02-01 Dave Love <fx@gnu.org>
18552
18553 * regex.c (re_search_2): Fix last change.
18554
185552008-02-01 Kenichi Handa <handa@m17n.org>
18556
18557 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
18558 target_multibyte. Even in a unibyte case, return a converted
18559 multibyte char.
18560 (GET_CHAR_AFTER): New macro.
18561 (PATFETCH): Translate via multibyte char.
18562 (HANDLE_UNIBYTE_RANGE): Delete this macro.
18563 (SETUP_MULTIBYTE_RANGE): New macro.
18564 (regex_compile): Setup compiled code so that its multibyteness
18565 matches that of a target. Fix the handling of "[X-YZ]" using
18566 SETUP_MULTIBYTE_RANGE.
18567 (analyse_first) <charset>: For filling fastmap for all multibyte
18568 characters, don't check by BASE_LEADING_CODE_P.
18569 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
18570 the same as RE_MULTIBYTE_P (bufp) now.
18571 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
18572 (TARGET_CHAR_AND_LENGTH): Delete this macro.
18573 (TRANSLATE_VIA_MULTIBYTE): New macro.
18574 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
18575 It is the same as RE_MULTIBYTE_P (bufp) now.
18576 <exactn>: Translate via multibyte.
18577 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
18578 translate it.
18579 <charset, charset_not>: Fetch a character by
18580 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
18581 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
18582 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
18583 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
18584 by GET_CHAR_AFTER.
18585 (bcmp_translate): Likewise.
18586
18587 * search.c (compile_pattern): Check the member target_multibyte,
18588 not the member multibyte of buf.
18589
18590 * lread.c (read1): While reading a string, set force_singlebyte
18591 and force_multibyte correctly.
18592
18593 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
18594 up of unibyte_to_multibyte_table.
18595
185962008-02-01 Kenichi Handa <handa@m17n.org>
18597
18598 * coding.c (setup_coding_system): If coding has
18599 post-read-conversion or pre-write-conversion, set
18600 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
18601 respectively.
18602 (decode_coding_gap): Run post-read-conversion if any.
18603
18604 * fileio.c (Finsert_file_contents): Even if we read into a
18605 unibyte buffer, check if we must decode the result or not.
18606
186072008-02-01 Kenichi Handa <handa@m17n.org>
18608
18609 * coding.c (make_conversion_work_buffer): Change the work buffer
18610 name to the same one as that of Emacs 21.
18611
186122008-02-01 Kenichi Handa <handa@m17n.org>
18613
18614 * coding.h (make_conversion_work_buffer): Adjust prototype.
18615 (code_conversion_restore): Don't extern it.
18616
18617 * coding.c (detected_mask): Delete unused variable.
18618 (decode_coding_iso_2022): Pay attention to the byte sequence of
18619 CTEXT extended segment, and retain those bytes as is.
18620 (decode_coding_ccl): Delete unused variable `valids'.
18621 (setup_coding_system): Delete unused variable `category'.
18622 (consume_chars): Delete unused variable `category'. Make it work
18623 for non-multibyte case.
18624 (make_conversion_work_buffer): Change argument.
18625 (saved_coding): Delete unused variable.
18626 (code_conversion_restore): Don't check saved_coding->destination.
18627 (code_conversion_save): New function.
18628 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
18629 instead of record_unwind_protect.
18630 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
18631 (detect_coding_system): Delete unused variable `mask'.
18632 (Fdefine_coding_system_internal): Delete unused variable id.
18633
18634 * fileio.c (kill_workbuf_unwind): New function.
18635 (Finsert_file_contents): On replacing, call
18636 make_conversion_work_buffer with correct args, and call
18637 record_unwind_protect with the first arg kill_workbuf_unwind.
18638
18639 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
18640
186412008-02-01 Kenichi Handa <handa@m17n.org>
18642
18643 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
18644 (fontset_add): Fix for the case that TO is less than TO1.
18645 (Ffontset_info): Don't use fallback fontset on checking the
18646 default fontset.
18647 (dump_fontset): New function for debugging.
18648
18649 * coding.c (Fdefine_coding_system_internal): Fix for the case that
18650 coding_type is Qcharset.
18651
186522008-02-01 Kenichi Handa <handa@m17n.org>
18653
18654 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
18655 (map_char_table): Don't inherit the value from the parent on
18656 initializing VAL. Adjust for the above change.
18657
186582008-02-01 Kenichi Handa <handa@m17n.org>
18659
18660 * coding.c (Qsignature, Qendian): Delete these variables.
18661 (syms_of_coding): Don't initialize them.
18662 (CATEGORY_MASK_UTF_16_AUTO): New macro.
18663 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
18664 detect_info->found.
18665 (decode_coding_utf_16): Don't detect BOM here.
18666 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
18667 is NOT utf_16_without_bom.
18668 (setup_coding_system): For a coding system of type utf-16, check
18669 if the attribute :endian is Qbig or not (not nil or not), and set
18670 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
18671 (detect_coding): If coding type is utf-16 and BOM detection is
18672 required, detect it.
18673 (Fdefine_coding_system_internal): For a coding system of type
18674 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
18675
186762008-02-01 Kenichi Handa <handa@m17n.org>
18677
18678 * coding.c (coding_set_source): Fix for the case that the current
18679 buffer is different from coding->src_object.
18680 (decode_coding_object): Don't use the conversion work buffer if
18681 DST_OBJECT is a buffer.
18682
186832008-02-01 Dave Love <fx@gnu.org>
18684
18685 * lread.c (read_emacs_mule_char) [len==2]: Index
18686 emacs_mule_charset correctly.
18687
186882008-02-01 Dave Love <fx@gnu.org>
18689
18690 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
18691 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
18692 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
18693 treated specially.)
18694 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
18695 (detected_mask): Remove Big5 bits.
18696
186972008-02-01 Kenichi Handa <handa@m17n.org>
18698
18699 The following changes are to make the font rescaling facility
18700 compatible with Emacs 21.
18701
18702 * xfaces.c (Vface_font_rescale_alist): Rename from
18703 Vface_resizing_fonts.
18704 (struct font_name): Rename member resizing_ratio to rescale_ratio.
18705 (font_rescale_ratio): Rename from font_resizing_ratio.
18706 (split_font_name): Set font->rescale_ratio.
18707 (better_font_p): Pay attention to font->rescale_ratio.
18708 (build_scalable_font_name): Likewise. Change RESX, and RESY
18709 fields.
18710 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
18711
187122008-02-01 Kenichi Handa <handa@m17n.org>
18713
18714 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
18715 (Qutf_16_le): Remove these variables.
18716 (syms_of_coding): Don't DEFSYM them.
18717 (decode_coding_utf_16): Fix handling of BOM.
18718 (encode_coding_utf_16): Fix handling of BOM.
18719
187202008-02-01 Kenichi Handa <handa@m17n.org>
18721
18722 * fileio.c (Finsert_file_contents): On replacing, before decoding
18723 the file into the work buffer, set point of the work buffer to the end.
18724
187252008-02-01 Dave Love <fx@gnu.org>
18726
18727 * coding.c (Fcheck_coding_systems_region): Fix type errors.
18728
187292008-02-01 Dave Love <fx@gnu.org>
18730
18731 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
18732 and fix C types.
18733
187342008-02-01 Kenichi Handa <handa@m17n.org>
18735
18736 * xdisp.c (SKIP_GLYPHS): New macro.
18737 (set_cursor_from_row): Pay attention to string display properties.
18738
18739 * category.c (copy_category_entry): Fix for the case that RANGE
18740 is an integer.
18741
18742 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
18743
18744 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
18745
187462008-02-01 Kenichi Handa <handa@m17n.org>
18747
18748 * charset.c (Fcharset_id_internal): New function.
18749 (syms_of_charset): Defsubr it.
18750
18751 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
18752 with the last arg charset_list acquired from coding.
18753 (Fdefine_coding_system_internal): For ccl-based coding system, fix
18754 the attribute coding_attr_ccl_valids.
18755
18756 * coding.h (enum define_coding_ccl_arg_index): Set the first
18757 member coding_arg_ccl_decoder to coding_arg_max.
18758
18759 * ccl.h (ccl_driver): Adjust prototype.
18760
18761 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
18762 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 18763 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
18764 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
18765 last arg Qnil.
18766
187672008-02-01 Kenichi Handa <handa@m17n.org>
18768
18769 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
18770 call encode_char.
18771
18772 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
18773
187742008-02-01 Dave Love <fx@gnu.org>
18775
18776 * composite.c (syms_of_composite): Make composition_hash_table weak.
18777
187782008-02-01 Kenichi Handa <handa@m17n.org>
18779
18780 * dispextern.h (check_face_attributes, generate_ascii_font_name)
18781 (font_name_registry): Don't extern them.
18782 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
18783
18784 * fontset.h (Qfontset): Don't extern it.
18785 (new_fontset_from_font_name): Extern it.
18786
18787 * fontset.c: Give 8 extra slots to fontset objects.
18788 (Qfontset_info): New variable.
18789 (syms_of_fontset): Defsym it.
18790 (FONTSET_FALLBACK): New macro.
18791 (fontset_face): Try also the default fontset.
18792 (make_fontset): Realize a fallback fontset from the default fontset.
18793 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
18794 using split_font_name_into_vector and build_font_name_from_vector.
18795 (Fset_fontset_font): Access the elements of font_spec by enum
18796 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
18797 name by using split_font_name_into_vector.
18798 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
18799 generate a proper font name from the fontset name. Update
18800 Vfontset_alias_alist.
18801 (n_auto_fontsets): New variable.
18802 (new_fontset_from_font_name): New function.
18803 (Ffont_info): Store the information about fonts generated from the
18804 default fontset in the first extra slot of the returned char-table.
18805
18806 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
18807 (font_name_registry): Delete function.
18808 (split_font_name_into_vector): New function.
18809 (build_font_name_from_vector): New function.
18810 (font_list): The argument REGISTRY is now a list of registry names.
18811 (choose_face_font): If we are choosing an ASCII font, and ATTRS
18812 specifies an explicit font name, return the name as is. Make a
18813 list of registy names.
18814
18815 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
18816 of x_new_fontset.
18817 (Fx_create_frame): Don't call x_new_fontset here. Just use
18818 x_list_fonts to check the existence of fonts.
18819
18820 * xterm.h (x_new_fontset): Adjust prototype.
18821
18822 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
18823 string. Use new_fontset_from_font_name to create a fontset from a
18824 font name.
18825
188262008-02-01 Kenichi Handa <handa@m17n.org>
18827
18828 * syntax.c (Vfind_word_boundary_function_table): New name for
18829 Vnext_word_boundary_function_table.
18830 (find-word-boundary-function-table): New name for
18831 next-word-boundary-function-table.
18832
188332008-02-01 Dave Love <fx@gnu.org>
18834
18835 * Makefile.in: Fix some dependencies.
18836
18837 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
18838 set it to nil before returning.
18839
18840 * composite.c (update_compositions): Fix type error.
18841
18842 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
18843
188442008-02-01 Kenichi Handa <handa@m17n.org>
18845
18846 * xterm.c (x_new_font): Optimize for the case that the font is
18847 already set for the frame.
18848
188492008-02-01 Kenichi Handa <handa@m17n.org>
18850
18851 * chartab.c (char_table_ascii): Check if the char table contents
18852 is sub-char-table or not.
18853 (char_table_set, char_table_set_range): Fix argument to
18854 char_table_ascii.
18855
18856 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
18857 (detect_coding_utf_8, detect_coding_utf_16)
18858 (detect_coding_emacs_mule, detect_coding_iso_2022)
18859 (detect_coding_sjis, detect_coding_big5)
18860 (detect_coding_ccl, detect_coding_charset): Change argument MASK
18861 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
18862 sequence is valid in this coding system. Change callers.
18863 (MAX_ANNOTATION_LENGTH): New macro.
18864 (ADD_ANNOTATION_DATA): New macro.
18865 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
18866 ADD_ANNOTATION_DATA. Change the format of annotation data.
18867 (ADD_CHARSET_DATA): New macro.
18868 (emacs_mule_char): New argument ID. Change callers.
18869 (decode_coding_emacs_mule, decode_coding_iso_2022)
18870 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
18871 Produce charset annotation data in coding->charbuf.
18872 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
18873 to charset annotation data in coding->charbuf.
18874 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
18875 coding->common_flags if the coding system is iso-2022 based and
18876 uses designation.
18877 (produce_composition): Adjust for the new annotation data format.
18878 (produce_charset): New function.
18879 (produce_annotation): Handle charset annotation.
18880 (handle_composition_annotation, handle_charset_annotation): New
18881 functions.
18882 (consume_chars): Handle charset annotation. Utilize the above two
18883 functions.
18884 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
18885 buffer, get the deleted text as a string and set
18886 coding->src_object to that string.
18887 (detect_coding, detect_coding_system): Use the new struct
18888 coding_detection_info.
18889
18890 * coding.h (struct coding_detection_info): New structure.
18891 (struct coding_system): Adjust prototype of the member `detector'.
18892 (CODING_ANNOTATE_CHARSET_MASK): New macro.
18893
188942008-02-01 Kenichi Handa <handa@m17n.org>
18895
18896 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
18897
188982008-02-01 Dave Love <fx@gnu.org>
18899
18900 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
18901 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
18902 to new local and nullify apropos_accumulate before returning.
18903 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
18904
189052008-02-01 Kenichi Handa <handa@m17n.org>
18906
18907 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
18908 correctly.
e3eea1fc 18909
aac0c6e3
MR
189102008-02-01 Dave Love <fx@gnu.org>
18911
18912 * fns.c (Flanginfo): Call synchronize_system_time_locale.
18913
189142008-02-01 Kenichi Handa <handa@m17n.org>
18915
18916 The following changes are to make character composition happen
18917 automatically on displaying.
18918
18919 * Makefile.in (lisp, shortlisp): Add composite.elc.
18920
18921 * composite.h (Qauto_composed, Vauto_composition_function)
18922 (Qauto_composition_function): Extern them.
18923
18924 * composite.c (Vcomposition_function_table)
18925 (Qcomposition_function_table): Delete variables.
18926 (Qauto_composed, Vauto_composition_function)
18927 (Qauto_composition_function): New variables.
18928 (run_composition_function): Don't call
18929 compose-chars-after-function.
18930 (update_compositions): Clear `auto-composed' text property.
18931 (compose_chars_in_text): Delete this function.
18932 (syms_of_composite): Staticpro Qauto_composed and
18933 Qauto_composition_function. Declare Vauto_composition_function as
18934 a Lisp variable.
18935
18936 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
18937
18938 * xdisp.c (it_props): Add an entry for Qauto_composed.
18939 (handle_auto_composed_prop): New function.
18940
18941 * xselect.c (selection_data_to_lisp_data): Don't call
18942 compose_chars_in_text.
18943
189442008-02-01 Dave Love <fx@gnu.org>
18945
18946 * keyboard.c (read_char): Modify checking around use of
18947 Vkeyboard_translate_table.
18948
18949 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
18950 and fix C types.
18951
189522008-02-01 Kenichi Handa <handa@m17n.org>
18953
18954 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
18955 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18956 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
18957 the case that the last byte is '\r' correctly.
18958 (decode_coding): Flush out the unprocessed data correctly.
18959 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
18960
189612008-02-01 Dave Love <fx@gnu.org>
18962
18963 * xterm.c (XTread_socket): Fix changes for defined keysyms.
18964 Add XK_ISO... case.
18965 (xaw_scroll_callback): Revert last change.
18966
189672008-02-01 Kenichi Handa <handa@m17n.org>
18968
18969 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
18970
189712008-02-01 Kenichi Handa <handa@m17n.org>
18972
18973 * xfaces.c (Vface_resizing_fonts): New variable.
18974 (struct font_name): New member `resizing_ratio'.
18975 (font_resizing_ratio): New function.
18976 (split_font_name): Set font->resizing_ratio.
18977 (better_font_p): Pay attention to font->resizing_ratio.
18978 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
18979 RESX, and RESY fields.
18980 (try_alternative_families): Try scalable fonts if
18981 Vscalable_fonts_allowed is not Qt.
18982 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
18983
189842008-02-01 Dave Love <fx@gnu.org>
18985
18986 * xterm.c (xaw_scroll_callback): Cast correctly.
18987
189882008-02-01 Dave Love <fx@gnu.org>
18989
18990 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
18991 (lispy_kana_keys): Comment out.
18992 (make_lispy_event) [XK_kana_A]: Comment out.
18993
18994 * xterm.c (xaw_scroll_callback): Cast call_data.
18995 (XTread_socket): Deal with ASCII keysyms.
18996 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
18997
189982008-02-01 Dave Love <fx@gnu.org>
18999
19000 * xterm.c (Vx_keysym_table): New.
19001 (syms_of_xterm): Initialize it.
19002 (XTread_socket): Use it.
19003 From head: Eliminate incorrect optimization that tried to avoid
19004 decoding the output of X*LookupString.
19005 (x_get_font_repertory): Delete charset declaration.
19006
190072008-02-01 Kenichi Handa <handa@m17n.org>
19008
19009 * coding.c (detect_coding_charset): If only ASCII bytes are found,
19010 return 0.
19011 (Fdefine_coding_system_internal): Setup
19012 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
19013
190142008-02-01 Dave Love <fx@gnu.org>
19015
19016 * coding.c (Fcheck_coding_system): Doc fix.
19017
19018 * editfns.c (Finsert_byte): Return a proper value.
19019
190202008-02-01 Kenichi Handa <handa@m17n.org>
19021
19022 * coding.c (decode_coding): Fix args to translate_chars. Pay
19023 attention to Vstandard_translation_table_for_decode.
19024 (encode_coding): Fix args to translate_chars. Pay attention to
19025 Vstandard_translation_table_for_encode.
19026
19027 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
19028 SINGLE_BYTE_CHAR_P.
19029
19030 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
19031 not by SINGLE_BYTE_CHAR_P.
19032
19033 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
19034 SINGLE_BYTE_CHAR_P.
19035
19036 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
19037 SINGLE_BYTE_CHAR_P.
19038
19039 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
19040 by SINGLE_BYTE_CHAR_P.
19041
19042 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
19043 SINGLE_BYTE_CHAR_P.
19044
190452008-02-01 Dave Love <fx@gnu.org>
19046
19047 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
19048
190492008-02-01 Dave Love <fx@gnu.org>
19050
19051 * fns.c (Flanginfo): Fix typo.
19052
19053 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
19054
190552008-02-01 Kenichi Handa <handa@m17n.org>
19056
19057 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
19058 (detect_coding_emacs_mule, detect_coding_iso_2022)
19059 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
19060 incomplete byte sequence. Don't update *mask when correctly detected.
19061 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
19062 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
19063 (detect_coding, detect_coding_system): Adjust for the changes above.
19064
190652008-02-01 Kenichi Handa <handa@m17n.org>
19066
19067 * character.c (char_string): Rename from
19068 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
19069 (string_char): Rename from string_char.
19070
19071 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
19072 if C is greater than MAX_3_BYTE_CHAR.
19073 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
19074 string_char instead of string_char_with_unification.
19075
190762008-02-01 Dave Love <fx@gnu.org>
19077
19078 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
19079
190802008-02-01 Kenichi Handa <handa@m17n.org>
19081
19082 * keymap.c (push_key_description): Pay attention to force_multibyte.
19083
19084 * regex.c (re_search_2): Fix for the case of unibyte buffer.
19085
190862008-02-01 Dave Love <fx@gnu.org>
19087
19088 * charset.c (define_charset_internal): Rename `supprementary'.
19089
19090 * Makefile.in (lisp, shortlisp): Remove latin-N.
19091
190922008-02-01 Dave Love <fx@gnu.org>
19093
19094 * xfns.c (x_window, x_window): Use use_xim.
19095
19096 * xterm.c (use_xim): Initialize.
19097 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
19098 (x_term_init): Maybe set use_xim.
19099
19100 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
19101
191022008-02-01 Kenichi Handa <handa@m17n.org>
19103
19104 * search.c (search_buffer): Fix case-fold-search of multibyte
19105 characters.
19106 (boyer_moore): Rename the last argument to char_high_bits.
19107
191082008-02-01 Kenichi Handa <handa@m17n.org>
19109
19110 * xdisp.c (display_string): Fix for the case of zero width glyph.
19111
19112 * xfns.c (x_set_font): Change the error message of the case that
19113 x_new_fontset returns Qt.
19114
19115 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
19116 (Finternal_set_lisp_face_attribute): Use signal_error for the
19117 error of invalid fontset.
19118
19119 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
19120 fontset, return Qt.
19121
191222008-02-01 Dave Love <fx@gnu.org>
19123
19124 * unexelf.c (unexec): Make .got handling not SGI-specific.
19125
19126 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
19127
19128 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
19129
19130 * keyboard.c (read_key_sequence): Fix type error.
19131
19132 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
19133 type error.
19134
19135 * fontset.c (fontset_add): Return Lisp_Object.
19136
191372008-02-01 Dave Love <fx@gnu.org>
19138
19139 * charset.h (charset_ordered_list_tick): Declare extern.
19140
191412008-02-01 Kenichi Handa <handa@m17n.org>
19142
19143 The following changes (and some of 2008-02-01 changes of mine) are
19144 for handling syntax, category, and case conversion for unibyte
19145 characters by converting them to multibyte on the fly. With these
19146 changes, we don't have to setup syntax and case tables for unibyte
19147 characters in each language environment.
19148
19149 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
19150 multibyte if necessary.
19151
19152 * bytecode.c (Fbyte_code): Likewise.
19153
19154 * character.h (LEADING_CODE_LATIN_1_MIN)
19155 (LEADING_CODE_LATIN_1_MAX): New macros.
19156 (unibyte_to_multibyte_table): Extern it.
19157 (unibyte_char_to_multibyte): New macro.
19158 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
19159 (CHAR_LEADING_CODE): New macro.
19160 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
19161
19162 * character.c (unibyte_to_multibyte_table): New variable.
19163 (unibyte_char_to_multibyte): Move to character.h and define as macro.
19164 (multibyte_char_to_unibyte): If C is an eight-bit character,
19165 convert it to the corresponding byte value.
19166
19167 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
19168 not 1, signals an error. Update the elements of
19169 unibyte_to_multibyte_table.
19170 (init_charset_once): Initialize unibyte_to_multibyte_table.
19171 (syms_of_charset): Define the charset `iso-8859-1'.
19172
19173 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
19174 as is without converting it to unibyte. In a unibyte buffer,
19175 convert C to multibyte before checking the syntax.
19176
19177 * lisp.h (unibyte_char_to_multibyte): Delete extern.
19178
19179 * minibuf.c (Fminibuffer_complete_word): Use the macro
19180 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
19181
19182 * regex.h (struct re_pattern_buffer): New member target_multibyte.
19183
19184 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
19185 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
19186 that is zero, convert an eight-bit char to multibyte.
19187 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
19188 non-emacs case.
19189 (PATFETCH): Convert an eight-bit char to multibyte.
19190 (HANDLE_UNIBYTE_RANGE): New macro.
19191 (regex_compile): Setup the compiled pattern for multibyte chars
19192 even if the given regex string is unibyte. Use PATFETCH_RAW
19193 instead of PATFETCH in many places. To handle `charset'
19194 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
19195 only for ASCII chars.
19196 (analyse_first) <exactn>: Simplify because the compiled pattern
19197 is multibyte.
19198 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
19199 <charset>: Use CHAR_LEADING_CODE to get leading codes.
19200 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
19201 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
19202 multibyte always 1.
19203 (re_search_2): In emacs, set the locale variable multibyte to 1,
19204 otherwise to 0. New local variable target_multibyte. Check it
19205 to decide the multibyteness of STR1 and STR2. If
19206 target_multibyte is zero, convert unibyte chars to multibyte
19207 before translating and checking fastmap.
19208 (TARGET_CHAR_AND_LENGTH): New macro.
19209 (re_match_2_internal): In emacs, set the locale variable multibyte
19210 to 1, otherwise to 0. New local variable target_multibyte. Check
19211 it to decide the multibyteness of STR1 and STR2. Use
19212 TARGET_CHAR_AND_LENGTH to fetch a character from D.
19213 <charset, charset_not>: If multibyte is nonzero, check fastmap
19214 only for ASCII chars. Call bcmp_translate with
19215 target_multibyte, not with multibyte.
19216 <begline>: Declare the local variable C as `unsigned'.
19217 (bcmp_translate): Change the last arg name to target_multibyte.
19218
19219 * search.c (compile_pattern_1): Don't adjust the multibyteness of
19220 the regexp pattern and the matching target. Set cp->buf.multibyte
19221 to the multibyteness of the regexp pattern. Set
19222 cp->but.target_multibyte to the multibyteness of the matching target.
19223 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
19224 FETCH_STRING_CHAR_ADVANCE.
19225 (Freplace_match): Convert unibyte chars to multibyte.
19226
19227 * syntax.c (char_quoted, back_comment, scan_words)
19228 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
19229 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
19230 unibyte chars to multibyte.
19231 (skip_chars): Delete the arg syntaxp, and move the code for
19232 handling syntaxes to skip_syntaxes. Change callers.
19233 Fix the case that the multibyteness of STRING and the current
19234 buffer doesn't match.
19235 (skip_syntaxes): New function.
19236 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
19237 SINGLE_BYTE_CHAR_P.
19238
192392008-02-01 Kenichi Handa <handa@m17n.org>
19240
19241 * xfaces.c (QCfontset): New variable.
19242 (LFACE_FONTSET): New macro.
19243 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
19244 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
19245 (Finternal_set_lisp_face_attribute)
19246 (Finternal_get_lisp_face_attribute): Handle QCfontset.
19247 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
19248 check also LFACE_FONTSET_INDEX.
19249 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
19250 attrs[LFACE_FONT_INDEX].
19251 (syms_of_xfaces): Intern and staticpro QCfontset.
19252
19253 * dispextern.h (enum lface_attribute_index): New member
19254 LFACE_FONTSET_INDEX.
19255
19256 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
19257
192582008-02-01 Kenichi Handa <handa@m17n.org>
19259
19260 * coding.c (coding_set_destination): Fix coding->destination for
19261 the case converting a region.
19262 (encode_coding_utf_8): Encode eight-bit chars as single byte.
19263 (encode_coding_object): Fix coding->dst_pos and
19264 coding->dst_pos_byte for the case converting a region.
19265
19266 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
19267
19268 * character.h (BYTE8_STRING): New macro.
19269
19270 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
19271
192722008-02-01 Kenichi Handa <handa@m17n.org>
19273
19274 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
19275 characters by octal form.
19276
19277 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
19278
19279 * buffer.h (_fetch_multibyte_char_len): Delete extern.
19280 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
19281 _fetch_multibyte_char_len.
19282 (FETCH_CHAR_AS_MULTIBYTE): New macro.
19283
19284 * casetab.c (set_canon, set_identity, shuffle): Simplify.
19285
19286 * casefiddle.c (casify_object): Simplify. Handle the case that
19287 the case conversion change the byte length.
19288 (casify_region): Likewise.
19289
19290 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
19291
19292 * character.c (_fetch_multibyte_char_len): Delete this variable.
19293 (syms_of_character): Setup Vprintable_chars.
19294
19295 * editfns.c (Fchar_equal): Fix for the unibyte case.
19296 (Finsert_byte): New function.
19297 (syms_of_editfns): Defsubr it.
19298
19299 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
19300 of direct code 0x3ffff.
19301
19302 * search.c (Freplace_match): Fix for the unibyte case.
19303
193042008-02-01 Kenichi Handa <handa@m17n.org>
19305
19306 * lread.c (safe_to_load_p): Fix the logic.
19307
19308 * syntax.c (scan_words): Don't treat characters belonging to
19309 different scripts as constituting a word.
19310
19311 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19312
19313 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
19314
19315 * emacs.c (main): In the case of --unibyte, instead of aborting on
19316 finding non-empty buffer, make it unibyte.
19317
193182008-02-01 Kenichi Handa <handa@m17n.org>
19319
19320 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
19321 to create a fontset.
19322
193232008-02-01 Dave Love <fx@gnu.org>
19324
19325 * character.c (Funibyte_char_to_multibyte): Doc fix.
19326
19327 * xfns.c [HAVE_STDLIB_H]: Fix last change.
19328
193292008-02-01 Kenichi Handa <handa@m17n.org>
19330
19331 * fontset.c (fontset_add): Make the type `int'.
19332 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
19333
19334 * character.c (unibyte_char_to_multibyte)
19335 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
19336 charset_unibyte, not charset_primary.
19337
19338 * charset.h (charset_unibyte): Extern it instead of charset_primary.
19339
19340 * charset.c (charset_unibyte): Rename from charset_primary.
19341 (Funibyte_charset): Rename from Fprimary_charset.
19342 (Fset_unibyte_charset): Rename from Fset_primary_charset.
19343 (syms_of_charset): Adjust for the above changes.
19344
19345 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19346 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19347 it->multibyte_p is zero.
19348
19349 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
19350 Delete extern.
19351
193522008-02-01 Kenichi Handa <handa@m17n.org>
19353
19354 * coding.c (Fdefine_coding_system_internal): Fix category setting
19355 for a coding system of type iso-2022.
19356
193572008-02-01 Kenichi Handa <handa@m17n.org>
19358
19359 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
19360
193612008-02-01 Kenichi Handa <handa@m17n.org>
19362
19363 * syntax.c (Vnext_word_boundary_function_table): New variable.
19364 (next-word-boundary-function-table): Declare it as a Lisp variable
19365 in syms_of_syntax.
19366 (scan_words): Call functions in Vnext_word_boundary_function_table
19367 if any.
19368
19369 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
19370
19371 * fontset.c (fs_load_font): If fontp->charset is not negative,
19372 return fontp without setting its members.
19373
193742008-02-01 Dave Love <fx@gnu.org>
19375
19376 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
19377
19378 * m/sparc.h (HAVE_ALLOCA): Delete.
19379
19380 * s/irix6-5.h: Don't include strings.h.
19381 (bcopy, bzero, bcmp): Don't undef.
19382
19383 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
19384
19385 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
19386 (TIOCSIGSEND): Don't test IRIX6.
19387 (bcopy, bzero, bcmp): Define conditionally.
19388
193892008-02-01 Kenichi Handa <handa@m17n.org>
19390
19391 * buffer.c (Qas, Qmake, Qto): New variables.
19392 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
19393 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
19394
19395 * callproc.c (Fcall_process): Don't call insert_1_both directly if
19396 we are inserting a process output into a multibyte buffer.
19397
19398 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
19399 multibyte_char_to_unibyte.
19400
19401 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
19402 by the primary charset, make it eight-bit char.
19403 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
19404
19405 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
19406 (charset_8_bit__control, charset_8_bit_graphic)
19407 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
19408 (define_charset_internal): New function.
19409 (syms_of_charset): Call define_charset_internal for pre-defined
19410 charsets.
19411
19412 * charset.h (charset_8_bit): Extern it.
19413
19414 * coding.c (make_conversion_work_buffer): Adjust for the change
19415 of Fset_buffer_multibyte.
19416 (encode_coding_raw_text): Increment p0 in the loop.
19417
19418 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
19419
19420 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
19421 for the change of Fset_buffer_multibyte.
19422
19423 * fns.c (Fstring_to_multibyte): New function.
19424 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
19425
194262008-02-01 Dave Love <fx@gnu.org>
19427
19428 * xfns.c (x_put_x_image): Declare args.
19429
19430 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
19431 (try_font_list): Declare an arg.
19432
19433 * xdisp.c (message2_nolog, set_message): Declare an arg.
19434
19435 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
19436
19437 * syntax.c (scan_sexps_forward): Declare an arg.
19438
19439 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
19440 Declare an arg.
19441
19442 * lisp.h (Fnew_fontset): Declare.
19443
19444 * keymap.c (push_key_description): Call CHARACTERP correctly.
19445
19446 * fontset.c (fontset_add): Declare args. Call make_number correctly.
19447 (face_for_char): Delete unused vars.
19448 (Fset_fontset_font): Doc fix. Delete unused vars.
19449
19450 * doc.c (Fsubstitute_command_keys): Delete unused vars.
19451
19452 * composite.c (update_compositions): Declare arg.
19453
19454 * cm.c (calccost, cmgoto): Declare args.
19455
19456 * charset.c: Remove `emacs' conditional. Doc fixes.
19457 (map_char_table_for_charset): Declare.
19458
19459 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
19460
19461 * ccl.c: Remove `emacs' conditional.
19462
194632008-02-01 Kenichi Handa <handa@m17n.org>
19464
19465 The following changes are to allow specifying multiple font
19466 patterns for a character range (specified by script or charset).
19467
19468 * Makefile.in (abbrev.o): Depend on syntax.h.
19469 (xfaces.o): Depend on charset.h.
19470
19471 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
19472 SINGLE_BYTE_CHAR_P.
19473
19474 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
19475
19476 * character.h (Vchar_script_table): Extern it.
19477
19478 * character.c (Vscript_alist): Delete.
19479 (Vchar_script_table, Qchar_script_table): New variable.
19480 (syms_of_character): Declare Vchar_script_table as a lisp variable
19481 and initialize it.
19482
19483 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
19484 have property char-table-extra-slots, make no extra slot.
19485
19486 * dispextern.h (struct face): Delete member `charset'.
19487 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
19488 SINGLE_BYTE_CHAR_P.
19489 (choose_face_font, lookup_non_ascii_face, font_name_registry):
19490 Add prototypes.
19491 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
19492 (generate_ascii_font_name): Rename from generate_ascii_font.
19493
19494 * fontset.h (get_font_repertory_func): New prototype.
19495 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
19496 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
19497
19498 * fontset.c (Qprepend, Qappend): New variables.
19499 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
19500 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
19501 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
19502 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
19503 (fontset_ref_and_range, fontset_add, reorder_font_vector)
19504 (load_font_get_repertory): New functions.
19505 (fontset_set): Delete.
19506 (fontset_face): New arg FACE. Return face ID, not face.
19507 Complete re-write to handle new fontset structure. Change caller.
19508 (free_face_fontset): Use ASET istead of AREF (X) = Y.
19509 (face_for_char): Don't call lookup_face.
19510 (make_fontset_for_ascii_face): New arg FACE.
19511 (fs_load_font): New arg CHARSET_ID. Don't check
19512 Vfont_encoding_alist here.
19513 (find_font_encoding): New function.
19514 (list_fontsets): Use STRINGP, not ! NILP.
19515 (accumulate_script_ranges): New function.
19516 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
19517 re-written to handle new fontset structure.
19518 (Ffontset_font): Return a copy of element.
19519 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
19520 docstring of font-encoding-alist.
19521
19522 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
19523 (Fset_fotset_font): Fix arguments to 5.
19524
19525 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
19526
19527 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
19528 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19529 (highlight_trailing_whitespace): Adjust for the change of
19530 lookup_named_face.
19531
19532 * xfaces.c: Include charset.h.
19533 (load_face_font): Delete argument C. Change caller.
19534 (generate_ascii_font_name): Rename from generate_ascii_font.
19535 (font_name_registry): New function.
19536 (cache_face): Store ascii faces before non-ascii faces in buckets.
19537 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
19538 Lookup only ascii faces.
19539 (lookup_non_ascii_face): New function.
19540 (lookup_named_face): Delete argument C. Change caller.
19541 (lookup_derived_face): Delete argument C. Change caller.
19542 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
19543 a string, just call font_list with it.
19544 (choose_face_font): Delete arguments FACE and C. New arg
19545 FONT_SPEC. Change caller.
19546 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
19547 Change caller.
19548 (realize_non_ascii_face): New function.
19549 (realize_x_face): Call load_face_font here.
19550 (realize_tty_face): Delete argument C. Change caller.
19551 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
19552 get a face ID.
19553 (dump_realized_face): Don't print charset of FACE.
19554
19555 * xfns.c (x_set_font): Always call x_new_fontset and
19556 store_frame_parameter.
19557 (Fx_create_frame): Call x_new_fontset, not x_new_font.
19558 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
19559
19560 * xterm.h (x_get_font_repertory): Extern it.
19561
19562 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19563 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19564 it->multibyte_p is zero.
19565 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19566 (x_new_fontset): If FONTSETNAME doesn't match any existing
19567 fontsets, create a new one.
19568 (x_get_font_repertory): New function.
19569
195702008-02-01 Kenichi Handa <handa@m17n.org>
19571
19572 * coding.c (Ffind_coding_systems_region_internal): Detect an
19573 ASCII only string correctly.
19574
19575 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
19576 version is 0.
19577
195782008-02-01 Kenichi Handa <handa@m17n.org>
19579
19580 * lread.c: Include "coding.h".
19581 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
19582 (load_each_byte, unread_char): New variables.
19583 (readchar_backlog): Delete.
19584 (readchar): Return a character unless load_each_byte is nonzero.
19585 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
19586 cons. If unread_char is not -1, simply return it.
19587 (unreadchar): Handle the case that readcharfun is
19588 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
19589 (read_multibyte): Delete.
19590 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
19591 (read_emacs_mule_char): New functions.
19592 (Fload): Even if the file doesn't have the extension ".elc", if
19593 safe_to_load_p returns a positive version number, assume that the
19594 file contains bytecompiled code. If the version is less than 22,
19595 load the file while decoding multibyte sequences by emacs-mule.
19596 (readevalloop): Don't use readchar_backlog.
19597 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
19598 (Fread_from_string): Pay attention to the case that STREAM is a cons.
19599 (read_escape): Delete the arg BYTEREP.
19600 (read1): Set load_each_byte to 1 temporarily while handling
19601 #@NUMBER. Don't call read_multibyte.
19602 (read_vector): Call Fread with a cons. If readcharfun is
19603 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
19604 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
19605 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
19606 and Qload_force_doc_strings.
19607
196082008-02-01 Kenichi Handa <handa@m17n.org>
19609
19610 * xdisp.c (face_before_or_after_it_pos): Call
19611 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
19612
196132008-02-01 Kenichi Handa <handa@m17n.org>
19614
19615 * character.h (TRAILING_CODE_P): New macro.
19616 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
19617 (string_char_with_unification): Fix prototype.
19618 (Vscript_alist): Extern it.
19619
19620 * character.c (Vscript_alist): New variable.
19621 (string_char_with_unification, str_as_unibyte)
19622 (string_escape_byte8): Add `const' to local variables.
19623 (syms_of_character): Declare script-alist as a Lisp variable.
19624
19625 * charset.h (Vcharset_ordered_list): Extern it.
19626 (charset_ordered_list_tick): Extern it.
19627 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
19628 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
19629 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
19630 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
19631 (Funify_charset): Adjust for the change of Funify_charset.
19632
19633 * charset.c (charset_ordered_list_tick): New variable.
19634 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
19635 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
19636 deunify intead of unify a charset.
19637 (string_xstring_p): Add `const' to local variables.
19638 (find_charsets_in_text): Add `const' to arguments and local variables.
19639 (encode_char): Adjust for the change of Funify_charset. Fix
19640 detecting of invalid code.
19641 (Fset_charset_priority): Increment charset_ordered_list_tick.
19642 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
19643 and TO_CODE.
19644
19645 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
19646 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
19647 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
19648 (decode_coding_ccl, consume_chars)
19649 (Ffind_coding_systems_region_internal)
19650 (Fcheck_coding_systems_region): Add `const' to local variables.
19651
19652 * print.c (print_object): Use octal form for printing the
19653 contents of a bool vector.
19654
196552008-02-01 Dave Love <fx@gnu.org>
19656
19657 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
19658 <version == 20>: Refuse to load.
19659
196602008-02-01 Dave Love <fx@gnu.org>
19661
19662 * fns.c: Move coding.h.
19663 (Qcodeset, Qdays, Qmonths): New.
19664 (concat): Use CHARACTERP instead of INTEGERP.
19665 (Flocale_codeset): Delete.
19666 (Flanginfo): New function.
19667 (syms_of_fns): Change accordingly.
19668
19669 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
19670
196712008-02-01 Dave Love <fx@gnu.org>
19672
19673 * casetab.c (init_casetab_once, init_casetab_once): Fix
19674 CHAR_TABLE_SET call.
19675
19676 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
19677
19678 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
19679
19680 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
19681 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
19682 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
19683
19684 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
19685
19686 * coding.c (ENCODE_DESIGNATION, decode_eol)
19687 (make_conversion_work_buffer, code_conversion_restore)
19688 (Fdefine_coding_system_internal): Convert Lisp types.
19689 (code_conversion_restore): Use EQ, not ==.
19690 (Fencode_coding_string): Fix code_convert_string call.
19691
19692 * coding.h (code_convert_region): Fix prototype.
19693
19694 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
19695
19696 * fontset.c (fontset_ref, fontset_set, fs_load_font)
19697 (Ffontset_info): Convert Lisp types.
19698
19699 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
19700
19701 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
19702
19703 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
19704
19705 * chartab.c: Include "...h", not <...h> in some cases.
19706
19707 * callproc.c (Fcall_process): Remove unused variables.
19708
197092008-02-01 Dave Love <fx@gnu.org>
19710
19711 * coding.c (Fset_coding_system_priority): Allow null arg list.
19712
197132008-02-01 Dave Love <fx@gnu.org>
19714
19715 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
19716 (Fself_insert_and_exit): Use CHARACTERP.
19717
19718 * callproc.c (Fcall_process): Remove unused vars.
19719
19720 * xterm.c (XTread_socket): Add extra dead keysyms.
19721
19722 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
19723
19724 * dispextern.h: Remove prototypes for redraw_frame,
19725 redraw_garbaged_frames.
19726
19727 * cmds.c (Fself_insert_command): Use CHARACTERP.
19728
19729 * chartab.c (make_sub_char_table): Remove unused var.
19730 (Fset_char_table_default, Fmap_char_table): Doc fix.
19731
19732 * keymap.c (access_keymap): Remove generic char code.
19733 (push_key_description): Use CHARACTERP.
19734
197352008-02-01 Dave Love <fx@gnu.org>
19736
19737 * charset.c: Doc fixes.
19738 (Funify_charset): Extra checking.
19739
197402008-02-01 Dave Love <fx@gnu.org>
19741
19742 * lread.c: Remove some unused variables.
19743 (safe_to_load_p): If safe, return the magic number version byte.
19744 (Fload): Maybe use load-with-code-conversion.
19745
197462008-02-01 Kenichi Handa <handa@m17n.org>
19747
19748 * category.c (Fmodify_category_entry): Don't modify the contents
19749 of category_set for characters out of the range. Avoid
19750 unnecessary modification.
19751
19752 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
19753 Vchar_unify_table. The default value of the table is now nil.
19754
19755 * character.c (syms_of_character): Setup Vchar_width_table for
19756 eight-bit-control and raw-byte chars.
19757
19758 * charset.h (enum define_charset_arg_index): Delete
19759 charset_arg_parents and add charset_arg_subset and
19760 charset_arg_superset.
19761 (enum charset_attr_index): Delete charset_parents and add
19762 charset_subset and charset_superset.
19763 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
19764 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
19765 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
19766 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
19767 (CHARSET_SUPERSET): New macros.
19768 (charset_work): Extern it.
19769 (ENCODE_CHAR): Use charset_work.
19770 (CHAR_CHARSET_P): Adjust for the change of encoder format.
19771 (map_charset_chars): Extern it.
19772
19773 * charset.c (load_charset_map): Set the default value of encoder
19774 and deunifier char-tables to nil.
19775 (map_charset_chars): Change argument. Change callers. Use
19776 map_char_table_for_charset instead of map_char_table.
19777 (Fmap_charset_chars): New optional args from_code and to_code.
19778 (Fdefine_charset_internal): Adjust for the change of
19779 `define-charset' (:parents -> :subset or :superset).
19780 (charset_work): New variable.
19781 (encode_char, syms_of_charset): Adjust for the change of
19782 Fdefine_charset_internal.
19783 (Ffind_charset_string): Setup the vector `charsets' correctly.
19784
19785 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
19786 the previous change.
19787 (char_table_ref_and_range): Adjust for the above change.
19788 (map_sub_char_table_for_charset): New function.
19789 (map_char_table_for_charset): New function.
19790
19791 * keymap.c (describe_vector): Handle a char-table directly here.
19792 (describe_char_table): Delete.
19793
19794 * lisp.h (map_charset_chars): Delete.
19795
197962008-02-01 Dave Love <fx@gnu.org>
19797
19798 * fns.c (count_combining): Comment out (unused).
19799 (Flocale_codeset): New.
19800 (syms_of_fns): Defsubr it.
19801
19802 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
19803 (size_t): Remove.
19804
198052008-02-01 Dave Love <fx@gnu.org>
19806
19807 * Makefile.in (chartab.o): Depend on charset.h.
19808
198092008-02-01 Kenichi Handa <handa@m17n.org>
19810
19811 * character.c (syms_of_character): Set the default value of
19812 Vprintable_chars to Qnil.
19813
198142008-02-01 Dave Love <fx@gnu.org>
19815
19816 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
19817
198182008-02-01 Kenichi Handa <handa@m17n.org>
19819
19820 * charset.c (load_charset_map): Handle the case that from < to
19821 correctly.
19822
19823 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
19824 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
19825 Pay attention to raw-8-bit chars.
19826
198272008-02-01 Kenichi Handa <handa@m17n.org>
19828
19829 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
19830 It is not bytecompiled now.
19831
19832 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
19833 (charset_jisx0208): New variables.
19834 (Fdefine_charset_internal): Setup them if appropriate.
19835 (init_charset_once): Initialize them to -1.
19836
19837 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
19838 (charset_jisx0208): Extern them.
19839
19840 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
19841 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
19842 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
19843 (setup_iso_safe_charsets): Fix arguments to Fassq.
19844 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
19845 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
19846 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
19847 (encode_coding_iso_2022): Change the 1st arg to
19848 ENCODE_ISO_CHARACTER to a variable.
19849
198502008-02-01 Kenichi Handa <handa@m17n.org>
19851
19852 * charset.h (enum define_charset_arg_index): New enums
19853 charset_arg_min_code and charset_arg_max_code.
19854 (struct charset): New member char_index_offset.
19855
19856 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
19857 Take charset->char_index_offset into account.
19858 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
19859 args[charset_arg_max_code]. Setup charset.char_index_offset.
19860 (syms_of_charset): Fix args to Fdefine_charset_internal.
19861
198622008-02-01 Dave Love <fx@gnu.org>
19863
19864 * coding.c (decode_coding_utf_8): Reject overlong sequences.
19865
198662008-02-01 Dave Love <fx@gnu.org>
19867
19868 * coding.c: Doc fixes.
19869 (Fcoding_system_aliases): Fix return value.
19870 (Qmac): Remove (duplicated) definition.
19871
198722008-02-01 Dave Love <fx@gnu.org>
19873
362654a6
JB
19874 * charset.c (Fcharset_priority_list, Fset_charset_priority):
19875 New functions.
aac0c6e3
MR
19876
19877 * character.c (Fstring): Doc fix.
19878
19879 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
19880
362654a6 19881 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
19882 (font-encoding-alist): Doc fix.
19883
198842008-02-01 Dave Love <fx@gnu.org>
19885
19886 * term.c (costs_set): Declare static, non-initialized for pcc.
19887 (encode_terminal_code): Remove unused var.
19888
19889 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
19890 for K&R.
19891
19892 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
19893
19894 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
19895 (suffixes): Move out of make_subsidiaries for K&R.
19896
19897 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
19898
19899 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
19900
199012008-02-01 Dave Love <fx@gnu.org>
19902
19903 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
19904
19905 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
19906
199072008-02-01 Yong Lu <lyongu@asia-infonet.com>
19908
19909 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
19910
19911 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
19912
199132008-02-01 Kenichi Handa <handa@m17n.org>
19914
19915 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
19916 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
19917
199182008-02-01 Kenichi Handa <handa@m17n.org>
19919
19920 * coding.c (decode_coding_charset): Adjust for the change of
19921 Fdefine_coding_system_internal.
19922 (Fdefine_coding_system_internal): For a coding system of
19923 `charset' type, store a list of charset IDs in
19924 `charset_attr_charset_valids' element of coding attributes.
19925
199262008-02-01 Kenichi Handa <handa@m17n.org>
19927
19928 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
19929 (emacs_mule_char): New arg src. Delete arg `composition'. Change
19930 caller. Handle 2-byte and 3-byte charsets correctly.
19931 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
19932 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
19933 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
19934 (DECODE_EMACS_MULE_21_COMPOSITION): Call
19935 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
19936 sequence.
19937 (decode_coding_emacs_mule): Handle composition correctly. Rewind
19938 `src' and `consumed_chars' correctly before calling emacs_mule_char.
19939 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
19940 and alt&rule composition.
19941 (decode_coding_iso_2022): Handle composition correctly.
19942 (init_coding_once): Setup emacs_mule_bytes for private charsets.
19943
19944 * charset.c (Fdefine_charset_internal): Fix bug for the case of
19945 re-defining a charset. If the charset has :emacs-mule-id, setup
19946 emacs_mule_bytes.
19947 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
19948
199492008-02-01 Kenichi Handa <handa@m17n.org>
19950
19951 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
19952 (encode_coding_big5, encode_coding_charset): If coding requires safe
19953 encoding, produce a character specified by
19954 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
19955
199562008-02-01 Dave Love <fx@gnu.org>
19957
19958 * xterm.c (XSetIMValues): Declare.
19959
19960 * process.c: Conditionally include sys/wait.h, pty.h.
19961
19962 * print.c (print_object): Fix print format for 64-bit systems.
19963
19964 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
19965
19966 * buffer.c (emacs_strerror): Declare.
19967
19968 * fontset.c (Fclear_face_cache): Declare.
19969 (accumulate_font_info): Comment-out (unused).
19970 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
19971 variables.
19972
19973 * character.h (string_escape_byte8): Declare.
19974
19975 * charset.c (load_charset_map, load_charset_map_from_file): Remove
19976 unused vars.
19977 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
19978 (Fmap_charset_chars): Doc fix.
19979
19980 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
19981 (Fset_coding_system_priority, Fset_coding_system_priority)
19982 (Fdefine_coding_system_internal): Doc fix.
19983
199842008-02-01 Dave Love <fx@gnu.org>
19985
19986 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
19987
199882008-02-01 Kenichi Handa <handa@m17n.org>
19989
19990 * character.c (string_escape_byte8): Make multibyte string with
19991 correct size.
19992
19993 * charset.c (Fmake_char): Delete unnecessary code.
19994
199952008-02-01 Kenichi Handa <handa@m17n.org>
19996
19997 * xfns.c (x_encode_text): Allocate coding.destination here, and
19998 call encode_coding_object with dst_object Qnil.
19999
20000 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
20001 multibyte form correctly.
20002
20003 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
20004 against Vfont_encoding_alist.
20005
20006 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
20007 handling of charset list.
20008 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
20009 (decode_coding_object): Move point to coding->dst_pos before
20010 calling post-read-conversion function.
20011 (encode_coding_object): Give correct arguments to
20012 pre-write-conversion. Ignore the return value of
20013 pre-write-conversion function. Pay attention to the case that
20014 pre-write-conversion changes the current buffer. If dst_object is
20015 Qt, even if coding->src_bytes is zero, allocate at least one byte
20016 to coding->destination.
20017
20018 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
20019
20020 * charset.c (Fmake_char): Make it more backward compatible.
20021 (Fmap_charset_chars): Fix docstring.
20022
200232008-02-01 Dave Love <fx@gnu.org>
20024
20025 * coding.c: Doc fixes.
20026 (Fdefine_coding_system_alias): Use names, not symbols, in
20027 coding-system-alist.
20028
200292008-02-01 Kenichi Handa <handa@m17n.org>
20030
20031 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
20032 of calling free_realized_face.
20033
200342008-02-01 Yong Lu <lyongu@asia-infonet.com>
20035
20036 * charset.c (read_hex): Don't treat SPC as a comment starter.
20037 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
20038 (Fdecode_char): Fix typo.
20039
200402008-02-01 Kenichi Handa <handa@m17n.org>
20041
20042 * charset.h (struct charset): New member `code_space_mask'.
20043
20044 * coding.c (coding_set_source): Delete the local variable beg_byte.
20045 (encode_coding_charset, Fdefine_coding_system_internal):
20046 Delete the local variable charset.
20047 (Fdefine_coding_system_internal): Setup
20048 attrs[coding_attr_charset_valids] correctly.
20049
20050 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
20051 member to check if CODE is valid or not.
20052 (Fdefine_charset_internal): Initialize `code_space_mask' member.
20053 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
20054 is within the range of charset->min_code and carset->max_code.
20055
200562008-02-01 Dave Love <fx@gnu.org>
20057
20058 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
20059
20060 * dispextern.h (generate_ascii_font): Fix return type.
20061
20062 * xfaces.c (generate_ascii_font): Fix arg declaration.
20063
20064 * coding.c (coding_inherit_eol_type)
20065 (Fset_terminal_coding_system_internal)
20066 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
20067
200682008-02-01 Kenichi Handa <handa@m17n.org>
20069
20070 * coding.c (decode_coding_charset, encode_coding_charset): Handle
20071 multiple charsets correctly.
20072
200732008-02-01 Kenichi Handa <handa@m17n.org>
20074
20075 * search.c (boyer_moore): Fix handling of multibyte character
20076 translation.
20077
20078 * xdisp.c (display_mode_element): When the variable `elt' is
20079 changed, update `this' and `lisp_string'.
20080
200812008-02-01 Kenichi Handa <handa@m17n.org>
20082
20083 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
20084
20085 * callproc.c (Fcall_process): Be sure to give the current buffer
20086 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
20087
20088 * charset.c (struct charset_map_entries): New struct.
20089 (load_charset_map): Rename from parse_charset_map. New args
20090 entries and n_entries. Change caller.
20091 (load_charset_map_from_file): Rename from load_charset_map.
20092 Change caller. New arg control_flag. Call load_charset_map at
20093 the tail.
20094 (load_charset_map_from_vector): New function.
20095 (Fdefine_charset_internal): Setup charset.compact_codes_p.
20096 (encode_char): If the charset is compact, change a character index
20097 to a code point.
20098
20099 * coding.c (coding_alloc_by_making_gap): Check the case that the
20100 source and destination are the same correctly.
20101 (decode_coding_raw_text): Set coding->consumed_char and
20102 coding->consumed to 0.
20103 (produce_chars): If coding->chars_at_source is nonzero, update
20104 coding->consumed_char and coding->consumed before calling
20105 alloc_destination.
20106 (Fdefine_coding_system_alias): Register ALIAS in
20107 Vcoding_system_alist.
20108 (syms_of_coding): Define `no-conversion' coding system at the tail.
20109
20110 * fileio.c (Finsert_file_contents): Set coding_system instead of
20111 val. If the current buffer is multibyte, always call
20112 decode_coding_gap.
20113
20114 * xfaces.c (try_font_list): Give higher priority to fontset's
20115 family than face's family.
20116
201172008-02-01 Kenichi Handa <handa@m17n.org>
20118
20119 * callproc.c (Fcall_process): Be sure to give the current buffer
20120 to decode_coding_c_string.
20121
20122 * xfaces.c (try_font_list): Give a family specified in a fontset
20123 higher priority than a family specified in a face.
20124
201252008-02-01 Kenichi Handa <handa@m17n.org>
20126
20127 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
20128 Fix arguments to insert_from_buffer.
20129
20130 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
20131
201322008-02-01 Kenichi Handa <handa@m17n.org>
20133
20134 * coding.c (produce_chars): Set the variable `multibytep' correctly.
20135 (decode_coding_gap): Set coding->dst_multibyte correctly.
20136
201372008-02-01 Kenichi Handa <handa@m17n.org>
20138
20139 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
20140 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
20141 (encode_coding_utf_16): Substitute coding->default_char for
20142 non-Unicode characters.
20143 (decode_coding): Don't call record_insert here.
20144 (setup_coding_system): Initialize `surrogate' of
20145 coding->spec.utf_16 to 0.
20146 (EMIT_ONE_BYTE): Fix for multibyte case.
20147
20148 * insdel.c (insert_from_gap): Call record_insert.
20149
201502008-02-01 Kenichi Handa <handa@m17n.org>
20151
20152 * casefiddle.c (casify_region): Fix multibyte case.
20153
20154 * character.c (c_string_width): Add return type `int'.
20155 (char_string_with_unification): Delete arg ADVANCED.
20156
20157 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
20158 (CHAR_STRING): Adjust for the change of char_string_with_unification.
20159 (CHAR_STRING_ADVANCE): Make it do-while statement.
20160
20161 * chartab.c (sub_char_table_set_range): Optimize for the case
20162 DEPTH == 3. Add workaround code for a GCC optimization bug.
20163
20164 * charset.c (parse_charset_map): Remove an unused variable.
20165
20166 * coding.c: Delete unused variables.
20167
20168 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
20169 earlier. If inserted is zero and the coding system doesn't
20170 require flushing, don't call decode_coding_gap.
20171
20172 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
20173
201742008-02-01 Kenichi Handa <handa@m17n.org>
20175
20176 The following changes are for using Unicode as an internal
20177 character model, and use UTF-8 format for buffer/string
20178 representation.
20179
20180 * .gdbinit (xchartable): Adjust for the change of char table structure.
20181 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
20182
20183 * Makefile.in (obj): Add character.o and chartab.o.
20184 (lisp, shortlisp): Remove utf-8.elc.
20185 (*.o): For many files, change dependency on charset.h to
20186 character.h, and add dependency on character.h.
20187 (character.o, chartab.o): New targets.
20188
20189 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
20190 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
20191 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
20192 of "charset.h".
20193
20194 * dired.c, filelock.c: Include "character.h".
20195
20196 * alloc.c: Include "character.h" instead of "charset.h".
20197 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
20198 (syms_of_alloc): Remove defsubr for Smake_char_table.
20199
20200 * buffer.c: Include "character.h" instead of "charset.h", don't
20201 include "coding.h".
20202 (Fset_buffer_multibyte): Adjust for UTF-8.
20203
20204 * buffer.h: EXFUN Fbuffer_live_p.
20205
20206 * callproc.c: Include "character.h" instead of "charset.h".
20207 (Fcall_process): Big change for the new code-conversion APIs.
20208
20209 * casetab.c: Include "character.h" instead of "charset.h".
20210 (set_canon, set_identity, shuffle): Adjust for the new
20211 map_char_table spec.
20212 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
20213 accessing the char table structure.
20214
20215 * chartab.c: New file that implements char table.
20216
20217 * category.c: Include "character.h".
20218 (copy_category_entry): New function.
20219 (copy_category_table): Call map_char_table and copy_category_entry.
20220 (Fmake_category_table): Initialize all top-level slots.
20221 (char_category_set): New function.
20222 (modify_lower_category_set): Delete.
20223 (Fmodify_category_entry): Call char_table_ref_and_range.
20224
20225 * category.h (CATEGORY_SET): Just call char_category_set.
20226
20227 * ccl.c: Include "character.h".
20228 (Qccl, Qcclp): New variables.
20229 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
20230 it's less than 256.
20231 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
20232 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
20233 and DST type.
20234 (ccl_driver): Change types of argument, adjust code accordingly.
20235 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
20236 ccl_driver.
20237 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
20238
20239 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
20240 New members src_multibyte, dst_multibyte, consumed, and produced.
20241 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
20242 (CODING_SPEC_CCL_PROGRAM): New macro.
20243 (ccl_driver): Update prototype.
20244 (Qccl, Qcclp, Fccl_program_p): Extern them.
20245 (CHECK_CCL_PROGRAM): New macro.
20246
20247 * character.c, character.h, chartab.c: New files.
20248
20249 * charset.c: Mostly re-written. Move character and multibyte sequence
20250 handling codes to character.c.
20251
20252 * charset.h: Mostly re-written. Move character and multibyte sequence
20253 handling codes to character.h.
20254
20255 * coding.c, coding.h: Mostly re-written.
20256
20257 * composite.c: Include "character.h" instead of "charset.h".
20258 (CHAR_WIDTH): Move to character.h.
20259 (HASH_KEY, HASH_VALUE): Delete.
20260
20261 * composite.h (enum composition_method): Change order of enumeration
20262 symbols.
20263
20264 * data.c: Include "character.h" instead of "charset.h".
20265 (Faref): Call CHAR_TABLE_REF for a char table.
20266 (Faset): Call CHAR_TABLE_SET for a char table.
20267
20268 * dispextern.h (free_realized_face, check_face_attribytes)
20269 (generate_ascii_font): Extern them.
20270 (free_realized_multibyte_face): Delete extern.
20271
20272 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
20273 table structure.
20274
20275 * editfns.c: Include "character.h" instead of "charset.h".
20276 (Fchar_to_string): Always call CHAR_STRING.
20277
20278 * emacs.c (main): Call init_charset_once, init_charset,
20279 syms_of_chartab, and syms_of_character.
20280
20281 * fileio.c: Include "character.h" instead of "charset.h".
20282 (Finsert_file_contents): Big change for the new code-conversion API.
20283 (choose_write_coding_system, Fwrite_region): Likewise.
20284 (build_annotations_2): Delete.
20285 (e_write): Big change for the new code-conversion API.
20286
20287 * fns.c: Include "character.h" instead of "charset.h".
20288 (copy_sub_char_table): Move to chartab.c.
20289 (Fcopy_sequence): Call copy_char_table for a char table.
20290 (concat): Delete codes calling count_multibyte.
20291 (string_char_to_byte, string_byte_to_char): Adjust for the new
20292 multibyte form.
20293 (internal_equal): Adjust for the change of char table structure.
20294 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
20295 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
20296 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
20297 (char_table_translate, optimize_sub_char_table)
20298 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
20299 chartab.c.
20300 (char_table_ref_and_index): Delete.
20301 (HASH_KEY, HASH_VALUE): Move to lisp.h.
20302 (Fmd5): Call preferred_coding_system instead of accessing
20303 Vcoding_category_list. Adjust for the new code-conversion API.
20304 (syms_of_fns): Move defsubr for char table related functions to
20305 chartab.c.
20306
20307 * fontset.c: Mostly re-written.
20308
20309 * fontset.h (struct font_info): Change type of the member encoding_type.
20310 (enum FONT_SPEC_INDEX): New enum.
20311 (fontset_font_pattern, fs_load_font): Update prototype.
20312 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
20313
20314 * indent.c: Include "character.h" instead of "charset.h".
20315 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
20316
20317 * insdel.c: Include "character.h" instead of "charset.h".
20318 (copy_text): Don't refer to Vnonascii_translation_table.
20319 (insert_from_gap): New function.
20320
20321 * keyboard.c: Include "character.h" instead of "charset.h".
20322 (command_loop_1): Never call direct_output_forward_char before
20323 a non-ASCII character.
20324 (read_char): If Vkeyboard_translate_table is a char table, always
20325 translate a character.
20326
20327 * keymap.c: Include "character.h".
20328 (store_in_keymap): Handle the case that IDX is a cons.
20329 (Fdefine_key): Handle the case that KEY is a cons and the car part
20330 is also a cons (range).
20331 (push_key_description): Adjust for the new character code.
20332 (describe_vector): Call describe_char_table for a char table.
20333 (describe_char_table): New function.
20334
20335 * keymap.h (describe_char_table): Extern it.
20336
20337 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
20338 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
20339 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
20340 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
20341 Delete.
20342 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
20343 structure.
20344 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
20345 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
20346 (CHARTAB_SIZE_BITS_3): New macros.
20347 (chartab_size): Extern it.
20348 (struct Lisp_Char_Table): Re-design.
20349 (struct Lisp_Sub_Char_Table): New structure.
20350 (HASH_KEY, HASH_VALUE): Move from fns.c.
20351 (CHARACTERBITS): Define as 22.
20352 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
20353 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
20354 (GC_SUB_CHAR_TABLE_P): New macro.
20355 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
20356 (code_convert_string_norecord): Deleted extern.
20357 (init_character_once, syms_of_character, init_charset)
20358 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
20359
20360 * lread.c: Include "character.h".
20361 (read_multibyte): New arg NBYTES.
20362 (read_escape): Change the meaning of returned *BYTEREP.
20363 (to_multibyte): Delete.
20364 (read1): Adjust the handling of char table and string.
20365
20366 * print.c: Include "character.h" instead of "charset.h".
20367 (print_string): Convert 8-bit raw bytes to octal form by
20368 string_escape_byte8.
20369 (print_object): Adjust for the new multibyte form. Print 8-bit
20370 raw bytes always in octal form. Handle sub char table correctly.
20371
20372 * process.c: Include "character.h" instead of "charset.h".
20373 (read_process_output, send_process): Adjust for the new
20374 code-conversion API.
20375
20376 * puresize.h (BASE_PURESIZE): Increase.
20377
20378 * regex.c: Include "character.h" instead of "charset.h".
20379 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
20380 (regex_compile): Accept a range whose starting and ending
20381 character have different leading bytes.
20382 (analyse_first): Adjust for the above change.
20383
20384 * search.c: Include "character.h" instead of "charset.h".
20385 (search_buffer, boyer_moore): Adjust for the new multibyte form.
20386 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
20387
20388 * syntax.c: Include "character.h" instead of "charset.h".
20389 (syntax_parent_lookup): Delete.
20390 (Fmodify_syntax_entry): Accept a cons as CHAR.
20391 (skip_chars): Adjust for the new multibyte form.
20392 (init_syntax_once): Call char_table_set_range instead of directly
20393 accessing the structure of a char table.
20394
20395 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
20396 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
20397 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
20398 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
20399
20400 * term.c: Include "buffer.h" and "character.h".
20401 (encode_terminal_code, write_glyphs): Adjust for the new
20402 code-conversion API.
20403 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
20404
20405 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
20406
20407 * xdisp.c: Include "character.h".
20408 (get_next_display_element): Adjust for the new multibyte form.
20409 (disp_char_vector): Adjust for the new char table structure.
20410 (decode_mode_spec_coding): Adjust for the new structure of
20411 coding system.
20412 (decode_mode_spec): Adjust for the new code-conversion API.
20413
20414 * xfaces.c: Include "character.h" instead of "charset.h".
20415 (load_face_font): Adjust for the change of choose_face_font and
20416 FS_LOAD_FONT.
20417 (generate_ascii_font): New function.
20418 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
20419 (set_font_frame_param): Adjust for the change of choose_face_font.
20420 (free_realized_face): Make it public.
20421 (free_realized_faces_for_fontset): Rename from
20422 free_realized_multibyte_face. Free also faces realized for ASCII.
20423 (choose_face_font): Change arguments. Adjust for the change of
20424 fontset_font_pattern and FS_LOAD_FONT.
20425
20426 * xfns.c: Include "character.h".
20427 (x_encode_text): Adjust for the new code-conversion API.
20428
20429 * xselect.c: Don't include "charset.h".
20430 (selection_data_to_lisp_data): Adjust for the new code conversion API.
20431
20432 * xterm.c: Include "character.h".
20433 (x_encode_char): New argument CHARSET. Change caller.
20434 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
20435 Call ENCODE_CHAR instead of SPLIT_CHAR.
20436 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
20437 CHAR_WIDTH instead of CHARSET_WIDTH.
20438 (XTread_socket): Adjust for the new code-conversion API.
20439 (x_new_font): Adjust for the change of FS_LOAD_FONT.
20440 (x_load_font): Adjust for the change of struct font.
20441
204422008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
20443
20444 * xfaces.c (face_at_buffer_position): Remove unused vars.
20445
204462008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20447
20448 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
20449 Fix overflow checking.
20450
204512008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20452
20453 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
20454 Cancel previous change.
20455
204562008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20457
20458 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
20459 ccl->eight_bit_control. Fix check for buffer overflow.
20460 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
20461 (ccl_driver): Initialize extra_bytes to 0.
20462
204632008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20464
20465 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
20466 return it ORed with ctrl_modifier.
20467
204682008-01-29 Miles Bader <miles@gnu.org>
20469
20470 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
20471
204722008-01-28 Jason Rumney <jasonr@gnu.org>
20473
20474 * w32.c (stat): Don't double check for networked drive.
20475
204762008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20477
20478 * window.c (run_window_configuration_change_hook): New function.
20479 Code extracted from set_window_buffer. Set the selected frame.
20480 (set_window_buffer): Use it.
20481 * window.h (run_window_configuration_change_hook): Declare.
20482 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
20483
20484 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
20485
204862008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
20487
20488 * Makefile.in: Remove references to unused macros.
20489
204902008-01-26 Eli Zaretskii <eliz@gnu.org>
20491
20492 * w32.c (g_b_init_get_sid_sub_authority)
20493 (g_b_init_get_sid_sub_authority_count): New static variables.
20494 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
20495 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
20496 (init_user_info): Use them to retrieve uid and gid.
20497 Use 500/513, the Windows defaults, as Administrator's uid/gid.
20498 (fstat): Use pw_uid and pw_gid from the_passwd structure for
20499 st_uid and st_gid of the file.
20500
205012008-01-26 Jason Rumney <jasonr@gnu.org>
20502
20503 * w32.c (logon_network_drive): New function.
20504 (stat): Use it.
20505
205062008-01-26 Chong Yidong <cyd@stupidchicken.com>
20507
20508 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
20509 invisible text covered with an ellipsis.
20510
205112008-01-25 Richard Stallman <rms@gnu.org>
20512
20513 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
20514 jump back to beginning. Move some other initializations after that.
20515 (Qwindow_text_change_functions, Vwindow_text_change_functions):
20516 New variables.
20517 (syms_of_xdisp): Init them.
20518
20519 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
20520
20521 * buffer.c (reset_buffer_local_variables):
20522 Implement `permanent-local-hook'.
20523 (Qpermanent_local_hook): New variable.
20524 (syms_of_buffer): Init and staticpro it.
20525
205262008-01-25 Michael Albinus <michael.albinus@gmx.de>
20527
20528 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
20529
205302008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
20531
20532 * fns.c (Fclrhash): Return TABLE.
20533
205342008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20535
20536 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
20537 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
20538 is set even without positional changes.
20539 (x_scroll_bar_clear): Set bar->redraw_needed_p.
20540
20541 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
20542
205432008-01-23 Jason Rumney <jasonr@gnu.org>
20544
20545 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
20546
20547 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
20548 the unicode range available in MULE by locale-coding-system.
20549 Improve dbcs lead byte detection. Set event timestamp and modifiers
20550 earlier.
20551
205522008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20553
20554 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
20555 [MAC_OSX] (init_mac_osx_environment): Initialize it.
20556 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
20557 when used on child processes.
20558
205592008-01-21 Michael Albinus <michael.albinus@gmx.de>
20560
20561 * dbusbind.c (Fdbus_method_return_internal): Rename from
20562 Fdbus_method_return.
20563 (Fdbus_unregister_object): Move to dbus.el.
20564 (Fdbus_call_method, Fdbus_method_return_internal)
20565 (Fdbus_send_signal): Improve debug messages.
20566
205672008-01-20 Martin Rudalics <rudalics@gmx.at>
20568
20569 * undo.c (undo_inhibit_record_point): New variable.
20570 (syms_of_undo): Initialize it.
20571 (record_point): Don't record point when undo_inhibit_record_point
20572 is set.
20573
205742008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
20575
20576 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
20577
20578 * xdisp.c (Qauto_hscroll_mode): New var.
20579 (syms_of_xdisp): Initialize it.
20580 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
20581 window's buffer.
20582 (hscroll_windows): Don't check automatic_hscrolling_p here.
20583
20584 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
20585 vscroll if we're setting window-buffer to the value it already has.
20586
205872008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
20588
20589 * m/intel386.h: Remove references to XENIX.
20590
205912008-01-17 Andreas Schwab <schwab@suse.de>
20592
20593 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
20594 instead of HAVE_X86_64_LIB64_DIR.
20595 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
20596
205972008-01-17 Glenn Morris <rgm@gnu.org>
20598
20599 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
20600 to HAVE_X86_64_LIB64_DIR.
20601
206022008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
20603
20604 * s/irix3-3.h:
20605 * s/irix4-0.h:
20606 * s/386-ix.h:
20607 * s/domain.h:
20608 * s/hpux9-x11r4.h:
20609 * s/hpux9shxr4.h: Remove files for systems no longer supported.
20610
20611 * sysdep.c: Remove code containing references to symbols defined
20612 by unsupported systems.
20613
206142008-01-16 Glenn Morris <rgm@gnu.org>
20615
20616 * coding.c (select-safe-coding-system-function): Doc fix.
20617
206182008-01-15 Glenn Morris <rgm@gnu.org>
20619
20620 * config.in: Revert 2008-01-13 change: this is a generated file.
20621
206222008-01-13 Tom Tromey <tromey@redhat.com>
20623
20624 * lisp.h: Fix typo.
20625
206262008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
20627
20628 * m/sequent-ptx.h:
20629 * m/sequent.h:
20630 * s/ptx.h:
20631 * s/ptx4-2.h:
20632 * s/ptx4.h: Remove files for systems no longer supported.
20633
20634 * callproc.c (Fcall_process): Fix previous change.
20635
206362008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
20637
20638 * unexsunos4.c: Remove file, system not supported anymore.
20639
20640 * m/mips.h:
20641 * m/intel386.h:
20642 * callproc.c:
20643 * config.in:
20644 * ecrt0.c:
20645 * emacs.c:
20646 * fileio.c:
20647 * frame.c:
20648 * getpagesize.h:
20649 * keyboard.c:
20650 * lread.c:
20651 * process.c:
20652 * puresize.h:
20653 * sysdep.c:
20654 * systty.h:
20655 * syswait.h:
20656 * unexec.c:
20657 * xdisp.c:
20658 * alloc.c: Remove code containing references to symbols defined by
20659 unsupported systems.
20660
206612008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
20662
20663 * coding.c (detect_coding_mask): Fix previous change.
20664
206652008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
20666
20667 * coding.c (detect_coding_iso2022): New arg
20668 latin_extra_code_state. Allow Latin extra codes only
20669 when *latin_extra_code_state is nonzero.
20670 (detect_coding_mask): If there is a NULL byte, detect the encoding
20671 as UTF-16 or binary. If Latin extra codes exist, detect the
20672 encoding as ISO-2022 only when there's no other proper encoding is
20673 found.
20674
206752008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20676
20677 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
20678 #ifdef MAC_OS.
20679
206802008-01-08 Richard Stallman <rms@gnu.org>
20681
20682 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
20683
206842008-01-06 Nick Roberts <nickrob@snap.net.nz>
20685
20686 * keyboard.c (parse_menu_item): Don't enclose key bindings on
20687 menu bar in parentheses.
20688
206892008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
20690
20691 * m/7300.h:
20692 * m/acorn.h:
20693 * m/alliant-2800.h:
20694 * m/alliant.h:
20695 * m/alliant1.h:
20696 * m/alliant4.h:
20697 * m/altos.h:
20698 * m/amdahl.h:
20699 * m/apollo.h:
20700 * m/att3b.h:
20701 * m/aviion-intel.h:
20702 * m/aviion.h:
20703 * m/celerity.h:
20704 * m/clipper.h:
20705 * m/cnvrgnt.h:
20706 * m/convex.h:
20707 * m/cydra5.h:
20708 * m/delta88k.h:
20709 * m/dpx2.h:
20710 * m/dual.h:
20711 * m/elxsi.h:
20712 * m/f301.h:
20713 * m/gould-np1.h:
20714 * m/gould.h:
20715 * m/i860.h:
20716 * m/ibmps2-aix.h:
20717 * m/ibmrt-aix.h:
20718 * m/ibmrt.h:
20719 * m/irist.h:
20720 * m/is386.h:
20721 * m/isi-ov.h:
20722 * m/mega68.h:
20723 * m/mg1.h:
20724 * m/news-r6.h:
20725 * m/news-risc.h:
20726 * m/news.h:
20727 * m/nh3000.h:
20728 * m/nh4000.h:
20729 * m/ns16000.h:
20730 * m/ns32000.h:
20731 * m/nu.h:
20732 * m/orion.h:
20733 * m/orion105.h:
20734 * m/paragon.h:
20735 * m/pfa50.h:
20736 * m/plexus.h:
20737 * m/pyramid.h:
20738 * m/pyrmips.h:
20739 * m/sh3el.h:
20740 * m/sps7.h:
20741 * m/sr2k.h:
20742 * m/stride.h:
20743 * m/sun1.h:
20744 * m/sun2.h:
20745 * m/sun3-68881.h:
20746 * m/sun3-fpa.h:
20747 * m/sun3-soft.h:
20748 * m/sun3.h:
20749 * m/sun386.h:
20750 * m/symmetry.h:
20751 * m/tad68k.h:
20752 * m/tahoe.h:
20753 * m/targon31.h:
20754 * m/tek4300.h:
20755 * m/tekxd88.h:
20756 * m/tower32.h:
20757 * m/tower32v3.h:
20758 * m/ustation.h:
20759 * m/wicat.h:
20760 * m/xps100.h:
20761 * s/cxux.h:
20762 * s/cxux7.h:
20763 * s/dgux.h:
20764 * s/dgux4.h:
20765 * s/dgux5-4-3.h:
20766 * s/dgux5-4r2.h:
20767 * s/esix.h:
20768 * s/esix5r4.h:
20769 * s/hiuxmpp.h:
20770 * s/hiuxwe2.h:
20771 * s/iris3-5.h:
20772 * s/iris3-6.h:
20773 * s/isc2-2.h:
20774 * s/isc3-0.h:
20775 * s/isc4-0.h:
20776 * s/isc4-1.h:
20777 * s/newsos5.h:
20778 * s/newsos6.h:
20779 * s/osf1.h:
20780 * s/osf5-0.h:
20781 * s/riscix1-1.h:
20782 * s/riscix12.h:
20783 * s/sco4.h:
20784 * s/sco5.h:
20785 * s/sunos4-0.h:
20786 * s/sunos4-1.h:
20787 * s/sunos413.h:
20788 * s/sunos4shr.h:
20789 * s/umax.h:
20790 * s/unipl5-2.h:
20791 * s/xenix.h:
20792 * cxux-crt0.s:
20793 * unexapollo.c:
20794 * unexconvex.c:
20795 * unexenix.c:
20796 * unexsni.c: Remove files for systems no longer supported.
20797
20798 * m/intel386.h: Remove references to unsupported systems.
20799
20800 * w32.c (get_emacs_configuration): Remove reference to i860.
20801
20802 * sysdep.c: Remove dead code.
20803
208042008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
20805
20806 * s/rtu.h:
20807 * m/masscomp.h: Remove files. Platform is obsolete.
20808
208092008-01-04 Michael Albinus <michael.albinus@gmx.de>
20810
20811 * dbusbind.c (Fdbus_method_return): New function.
20812 (xd_read_message): Add the serial number to the event.
20813 (Fdbus_register_method): Activate the function.
20814
208152008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
20816
20817 * keyboard.c (read_key_sequence): Fix typo.
20818
208192008-01-03 Michael Albinus <michael.albinus@gmx.de>
20820
20821 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
20822 (xd_signature, xd_append_arg): Handle element type detection for
20823 empty arrays.
20824 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
20825 SDATA () calls; this must be solved more general.
20826 (Fdbus_register_signal): Use SBYTES instead of strlen.
20827
208282008-01-03 Magnus Henoch <magnus@zemdatav>
20829
20830 * dbusbind.c (xd_append_arg): Use unsigned char instead of
20831 unsigned int for byte values (necessary for big-endian platform).
20832 (Fdbus_call_method): Handle the case of no returned arguments.
20833
208342007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
20835
20836 * dbusbind.c (xd_read_message): Use non-static input_event struct.
20837
208382007-12-31 Magnus Henoch <mange@freemail.hu>
20839
20840 * dbusbind.c (xd_signature): Signature of variant is just "v".
20841
208422007-12-30 Michael Albinus <michael.albinus@gmx.de>
20843
20844 * dbusbind.c: Fix several errors and compiler warnings.
20845 Reported by Tom Tromey <tromey@redhat.com>.
20846 (XD_ERROR, XD_DEBUG_MESSAGE)
20847 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
20848 (xd_append_arg): Part for basic D-Bus types rewritten.
20849 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
20850 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
20851 appropriate.
20852 (xd_read_message): Return Qnil. Don't signal an error; it is not
20853 useful during event reading.
20854 (Fdbus_register_signal): Signal an error if the check for
20855 FUNCTIONP fails.
20856 (Fdbus_register_method): New function. The implementation is not
20857 complete, the call of the function signals an error therefore.
20858 (Fdbus_unregister_object): New function, renamed from
20859 Fdbus_unregister_signal. The initial check signals an error, if
20860 the object is not well formed.
20861
208622007-12-30 Richard Stallman <rms@gnu.org>
20863
20864 * textprop.c (get_char_property_and_overlay):
20865 Signal error if POSITION is out of range in a buffer.
20866
208672007-12-29 Martin Rudalics <rudalics@gmx.at>
20868
20869 * w32fns.c (Fx_create_frame): Make copy of frame parameters
20870 because the original parameters are in pure storage now.
20871
208722007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20873
20874 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
20875
208762007-12-22 Eli Zaretskii <eliz@gnu.org>
20877
20878 * callint.c (syms_of_callint) <command-history>: Add reference to
20879 history-length in the doc string.
20880
208812007-12-17 Jason Rumney <jasonr@gnu.org>
20882
20883 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
20884 before passing as wParam.
20885
208862007-12-22 Michael Albinus <michael.albinus@gmx.de>
20887
20888 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
20889 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
20890 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
20891 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
20892 as number.
20893 (Fdbus_call_method): Fix docstring.
20894
208952007-12-21 Michael Albinus <michael.albinus@gmx.de>
20896
20897 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
20898 New macros.
20899 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
20900 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
20901 Simplify.
20902 (xd_signature): New function.
20903 (xd_append_arg): Compute also signatures. Major rewrite.
20904 (xd_retrieve_arg): Make debug messages friendly.
20905 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
20906 Check for signatures of arguments.
20907
209082007-12-19 Michael Albinus <michael.albinus@gmx.de>
20909
20910 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
20911 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
20912 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
20913 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
20914 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
20915 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
20916 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
20917 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
20918 (xd_retrieve_value): Remove. Functionality included in ...
20919 (xd_append_arg): New function.
20920 (Fdbus_call_method, Fdbus_send_signal): Apply it.
20921
209222007-12-16 Michael Albinus <michael.albinus@gmx.de>
20923
20924 * dbusbind.c (top): Include <stdio.h>.
20925 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
20926 dbus_message_new_method_call and dbus_message_new_signal.
20927 (Fdbus_register_signal): Rename unique_name to uname.
20928 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
20929 non-existing unique name. Fix typos in matching rule. Return an
20930 object which is useful in Fdbus_unregister_signal.
20931 (Fdbus_unregister_signal): Reimplementation, in order to remove
20932 only the corresponding entry.
20933 (Vdbus_registered_functions_table): Change the order of entries.
20934 Apply these changes in xd_read_message and Fdbus_register_signal.
20935
209362007-12-16 Andreas Schwab <schwab@suse.de>
20937
20938 * fileio.c (Finsert_file_contents): Fix overflow check to not
20939 depend on undefined integer overflow.
20940
209412007-12-14 Jason Rumney <jasonr@gnu.org>
20942
20943 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
20944 for characters above 127.
20945
209462007-12-13 Jason Rumney <jasonr@gnu.org>
20947
20948 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
20949 before dereferencing array.
20950 (lookup_vk_code): Remove zero comparison.
20951
209522007-12-14 Michael Albinus <michael.albinus@gmx.de>
20953
20954 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
20955 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
20956 Use `unsigned int' instead of `uint'.
20957 (xd_read_message, Fdbus_register_signal): Split expressions into
20958 multiple lines before operators "&&" and "||", according to the
20959 GNU Coding Standards.
20960
209612007-12-14 Eli Zaretskii <eliz@gnu.org>
20962
20963 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
20964
209652007-12-12 Juri Linkov <juri@jurta.org>
20966
20967 * buffer.c (Frename_buffer): In interactive spec replace
20968 `read-buffer' with `read-string' that uses `buffer-name-history'
20969 as history, and the current buffer's name as default.
20970
209712007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
20972
20973 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
20974 manipulating the backtrace manually.
20975 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
20976 (struct backtrace, backtrace_list): Remove.
20977 (command_loop_1): Remove dead var `no_direct'.
20978
20979 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
20980 preserve non-built-in buffer-local variables.
20981 (Fkill_all_local_variables): Don't re-create&re-set permanent
20982 buffer-local variables.
20983
209842007-12-09 Juri Linkov <juri@jurta.org>
20985
20986 * buffer.c (Frename_buffer): Change interactive spec from "s" to
20987 Lisp code that uses `read-buffer' with current buffer as default.
20988
209892007-12-08 Michael Albinus <michael.albinus@gmx.de>
20990
20991 * dbusbind.c (xd_read_message): Generate an event for every
20992 registered handler. There might be several handlers registered
20993 for the same signal.
20994 (Fdbus_register_signal): Don't overwrite a registration for the
20995 same signal. Add a new registration if handlers are different.
20996 (Vdbus_registered_functions_table): Rework doc string.
20997
209982007-12-07 Michael Albinus <michael.albinus@gmx.de>
20999
21000 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
21001 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
21002 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
21003 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
21004 Unify argument lists.
21005 (xd_read_message, Fdbus_register_signal): Reorder and extend event
21006 arguments and hash table keys. Use unique name for service.
21007 (Fdbus_unregister_signal): Remove checks.
21008 (Vdbus_registered_functions_table): Fix doc string.
21009
210102007-12-05 Magnus Henoch <mange@freemail.hu>
21011
21012 * process.c (make_process): Initialize pty_flag to 0.
21013
210142007-12-05 Jason Rumney <jasonr@gnu.org>
21015
21016 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
21017 specified XBMs.
21018
210192007-12-05 Richard Stallman <rms@gnu.org>
21020
21021 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
21022
210232007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21024
21025 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
21026 New variable.
21027 (mac_try_close_socket) [MAC_OSX]: New function.
21028 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
21029 Update cfsockets_for_select. Replace invalid CFRunLoop source.
21030
21031 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
21032 Use mac_try_close_socket.
21033
210342007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21035
21036 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
21037 reloc_base.
21038 (copy_dysymtab): Compute relocation base here.
21039 (rebase_reloc_address) [__ppc64__]: New function.
21040 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
21041 changed.
21042
210432007-12-05 Jason Rumney <jasonr@gnu.org>
21044
21045 * w32proc.c (sys_spawnve): Quote args with wildcards.
21046
210472007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21048
21049 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
21050 __objc_* sections.
21051 (unrelocate) [_LP64]: Set relocation base to address of data segment.
21052
210532007-12-05 Michael Albinus <michael.albinus@gmx.de>
21054
21055 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
21056 Move check for Vdbus_registered_functions_table to
21057 xd_read_queued_messages.
21058 (xd_read_queued_messages): Protect xd_read_message calls by
21059 internal_condition_case_1.
21060
210612007-12-04 Michael Albinus <michael.albinus@gmx.de>
21062
21063 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
21064 Qdbus_system_bus and Qdbus_session_bus, respectively.
21065 (Vdbus_intern_symbols): Remove.
21066 (Vdbus_registered_functions_table): New hash table.
21067 (XD_SYMBOL_INTERN_SYMBOL): Remove.
21068 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
21069 Rewrite in order to manage registered functions by hash table
21070 Vdbus_registered_functions_table.
21071
210722007-12-03 Jan Djärv <jan.h.d@swipnet.se>
21073
21074 * xterm.c: Update URL to Window Manager Specification in comment.
21075
210762007-12-02 Michael Albinus <michael.albinus@gmx.de>
21077
21078 * config.in (HAVE_DBUS): Add.
21079
21080 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
21081 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
21082 (obj): Add $(DBUS_OBJ).
21083 (LIBES): Add $(DBUS_LIBS).
21084 (dbusbind.o): New target.
21085
21086 * dbusbind.c: New file.
21087
21088 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
21089
21090 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
21091 (Qdbus_event): New Lisp symbol.
21092 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
21093 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 21094 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
21095
21096 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
21097
210982007-12-01 Richard Stallman <rms@gnu.org>
21099
21100 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
21101
211022007-11-30 Jason Rumney <jasonr@gnu.org>
21103
21104 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
21105 (w32con_reset_terminal_modes): Clear screen buffer.
21106 (w32_face_attributes): Don't use color indexes that are out of range.
21107 Only reverse the default colors.
21108
21109 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
21110 WINDOWSNT.
21111
21112 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
21113
211142007-11-29 Jason Rumney <jasonr@gnu.org>
21115
21116 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
21117 (w32_face_attributes): Use Vtty_defined_color_alist to determine
21118 if the terminal colors are initialized.
21119 (unspecified_fg, unspecified_bg): Remove unused declarations.
21120
211212007-11-29 Andreas Schwab <schwab@suse.de>
21122
21123 * keyboard.c (apply_modifiers): Fix typo.
21124
211252007-11-29 Richard Stallman <rms@gnu.org>
21126
21127 * keymap.c (Fcurrent_local_map): Doc fix.
21128
211292007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
21130
21131 * s/gnu-kfreebsd.h: New file.
21132
211332007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
21134
21135 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
21136 Don't cast redundantly.
21137
21138 * keyboard.c (KEY_TO_CHAR): New macro.
21139 (parse_modifiers, apply_modifiers): Accept integer arguments.
21140 (read_key_sequence): Use them to unify the "shift->unshift" mapping
21141 for chars and symbol keys.
21142 After doing such remapping, apply function-key-map again.
21143
211442007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
21145
21146 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
21147 compiled anymore.
21148
211492007-11-26 Andreas Schwab <schwab@suse.de>
21150
21151 * process.c (list_processes_1): Fix indentation level of the
21152 command column.
21153
211542007-11-23 Andreas Schwab <schwab@suse.de>
21155
21156 * editfns.c (Fformat): Handle %c specially since it requires the
21157 argument to be of type int.
21158
211592007-11-23 Markus Triska <markus.triska@gmx.at>
21160
21161 * emacs.c (main): Call init_editfns before init_process, since
21162 init_process sets Vprocess_connection_type depending on OS release.
21163
211642007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21165
21166 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
21167 (find_symbol_value): Use do_symval_forwarding.
21168
21169 * data.c (set_internal): Set the value in the `cons-cell' (for
21170 Buffer_Local_values) not only for frame-local variables.
21171
211722007-11-22 Andreas Schwab <schwab@suse.de>
21173
21174 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
21175 values to sprintf.
21176 * keymap.c (Fsingle_key_description): Likewise.
21177 * print.c (print_object): Likewise.
21178
211792007-11-22 Jan Djärv <jan.h.d@swipnet.se>
21180
21181 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
21182 file for image is nil.
21183
211842007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
21185
21186 * term.c: Include stdarg.h.
21187 (fatal): Implement using varargs.
21188 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
21189
211902007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21191
21192 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
21193 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
21194 Update call to buffer_slot_type_mismatch.
21195 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
21196 (buffer_slot_type_mismatch): Update.
21197 * buffer.c (buffer_local_types): Remove.
21198 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
21199 (defvar_per_buffer): Set the type in the buffer_objfwd.
21200
212012007-11-21 Jason Rumney <jasonr@gnu.org>
21202
21203 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
21204 CreateFileMapping returns NULL on failure.
21205
212062007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21207
21208 * search.c (Fset_match_data): Remove the `evaporate' feature.
21209 (unwind_set_match_data): Don't use the `evaporate' feature.
21210
212112007-11-21 Jason Rumney <jasonr@gnu.org>
21212
21213 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
21214
21215 * w32console.c (w32con_write_glyphs): Remove unused variables.
21216
212172007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
21218
21219 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
21220
21221 * s/darwin.h (MULTI_KBOARD): Remove.
21222
21223 * macfns.c (x_create_tip_frame, Fx_create_frame)
21224 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
21225
212262007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21227
21228 * buffer.c (Fbuffer_local_value): Remove redundant test.
21229 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
21230 than in `current-buffer' to match the comment.
21231 Do the swap using swap_in_global_binding.
21232
21233 * data.c (store_symval_forwarding, set_internal):
21234 * eval.c (specbind): Remove dead code.
21235
21236 * coding.c (detect_coding, Fupdate_coding_systems_internal):
21237 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
21238 Since we do not want to see internal Lisp_*fwd objects here.
21239
212402007-11-18 Jan Djärv <jan.h.d@swipnet.se>
21241
21242 * sysdep.c (init_system_name): Use getaddrinfo if available.
21243
21244 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
21245 (x_scroll_bar_note_movement): start, end, with, height in struct
21246 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
21247
212482007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
21249
21250 * puresize.h (BASE_PURESIZE): Increase to 1190000.
21251
212522007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21253
21254 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
21255 This undoes Richard's change of 14-Oct-2002.
21256
21257 * alloc.c (allocate_other_vector):
21258 * lisp.h (allocate_other_vector): Remove.
21259
21260 * window.c (struct save_window_data): Move non-lisp data to the end
21261 and make it `int' rather than Lisp_Object.
21262 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
21263 Done wrap/unwrap integer values.
21264 (Fset_window_configuration, compare_window_configurations):
21265 Update use of fields to their new types.
21266
21267 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
21268 Turn integer fields into `int'. Merge x_window_low and x_window_high.
21269 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
21270 (SET_SCROLL_BAR_X_WINDOW): Remove.
21271 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
21272 Access the new x_window field directly.
21273 * xterm.c (x_scroll_bar_create): Use a pseudovector.
21274 Don't wrap/unwrap integers into Lisp_Objects.
21275 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
21276 (x_scroll_bar_report_motion):
21277 Don't wrap/unwrap integers into Lisp_Objects.
21278 (x_term_init): Use SDATA.
21279 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
21280 (x_scroll_bar_set_handle, x_scroll_bar_remove)
21281 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
21282 (x_scroll_bar_report_motion, x_scroll_bar_clear):
21283 * xfns.c (x_set_background_color):
21284 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
21285 Access the new x_window field directly.
21286
21287 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
21288 (allocate_pseudovector): Make non-static.
21289
21290 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
21291 (allocate_pseudovector): Declare.
21292 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
21293
212942007-11-15 Andreas Schwab <schwab@suse.de>
21295
21296 * editfns.c (Fformat): Correctly format EMACS_INT values.
21297 Also take precision into account when formatting an integer.
21298
21299 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
21300
213012007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21302
21303 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
21304 (syms_of_keyboard): Defsubr it.
21305
21306 * data.c (swap_in_global_binding): Fix longstanding bug where
21307 store_symval_forwarding was not called with the right second argument,
21308 thus causing objfwd-ing from being dropped.
21309
213102007-11-14 Juanma Barranquero <lekktu@gmail.com>
21311
21312 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
21313 (Fx_display_pixel_height, Fx_display_planes)
21314 (Fx_display_color_cells, Fx_server_max_request_size)
21315 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21316 (Fx_display_visual_class, Fx_display_save_under):
21317 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
21318 (Fx_display_pixel_height, Fx_display_planes)
21319 (Fx_display_color_cells, Fx_server_max_request_size)
21320 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
21321 (Fx_display_mm_height, Fx_display_mm_width)
21322 (Fx_display_backing_store, Fx_display_visual_class)
21323 (Fw32_select_font, Fx_display_save_under):
21324 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
21325 (Fx_display_pixel_height, Fx_display_planes)
21326 (Fx_display_color_cells, Fx_server_max_request_size)
21327 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21328 (Fx_display_save_under): Fix typos in docstrings.
21329
213302007-11-14 Juanma Barranquero <lekktu@gmail.com>
21331
21332 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
21333 corresponding to deleted entries; they are an implementation detail.
21334 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
21335 Remove variables.
21336 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
21337 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
21338 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
21339 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
21340 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
21341 (Fw32_define_rgb_color, Fw32_load_color_file)
21342 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
21343 Fix typos in docstrings.
21344 (Fx_server_version): Reflow docstring.
21345 (Fw32_shell_execute): Doc fixes.
21346
213472007-11-13 Juanma Barranquero <lekktu@gmail.com>
21348
21349 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
21350 if w32_parse_hot_key returned nil.
21351
213522007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21353
21354 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
21355
213562007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 21357
aac0c6e3
MR
21358 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
21359
21360 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
21361
21362 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
21363 Remove W32_SCROLL_BAR_CLICK_EVENT.
21364
21365 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
21366 Add MULTIMEDIA_KEY_EVENT.
21367
21368 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
21369 (lispy_multimedia_keys) [WINDOWSNT]: New array.
21370 (make_lispy_event) [WINDOWSNT]: Use it to translate
21371 MULTIMEDIA_KEY_EVENT.
21372
21373 * w32term.h (WM_APPCOMMAND): Define if not already.
21374 (GET_APPCOMMAND_LPARAM): Likewise.
21375
21376 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
21377 WM_APPCOMMAND.
21378
21379 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
21380 (syms_of_w32fns): Export and initialize it.
21381 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
21382
213832007-11-09 Chong Yidong <cyd@stupidchicken.com>
21384
21385 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
21386 twice.
21387
21388 * xdisp.c (handle_face_prop): Fix last change.
21389
213902007-11-09 Richard Stallman <rms@gnu.org>
21391
21392 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
21393 not just for after-strings and before-strings.
21394 Call face_for_overlay_string and pass the overlay to it.
21395 (handle_display_prop): Determine whether property came from an overlay.
21396 Pass OVERLAY arg to handle_single_display_spec.
21397 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
21398 (load_overlay_strings): Fill in it->string_overlays.
21399 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
21400
21401 * xfaces.c (face_for_overlay_string): Function renamed from
21402 face_at_buffer_position_no_overlays, and add arg OVERLAY.
21403
21404 * dispextern.h (struct it): New elt string_overlays.
21405 New elt from_overlay, also in stack.
21406 Rearrange a few elements.
21407 (face_for_overlay_string): Decl renamed from
21408 face_at_buffer_position_no_overlays, and add argument.
21409
214102007-11-09 Richard Stallman <rms@gnu.org>
21411
21412 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
21413 to get the base face for an overlay string.
21414
21415 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
21416
21417 * xfaces.c (face_at_buffer_position_no_overlays): New function.
21418
21419 * xdisp.c (handle_stop): Move some code out of loop.
21420
214212007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21422
21423 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
21424 Fix conversion from Lisp object to ATSUFontID.
21425
214262007-11-09 Jason Rumney <jasonr@gnu.org>
21427
21428 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
21429
214302007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21431
21432 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
21433 Don't assume regions are aligned to page boundary.
21434 (print_load_command_name): Add LC_UUID if defined.
21435
214362007-11-09 Richard Stallman <rms@gnu.org>
21437
21438 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
21439
214402007-11-07 Jason Rumney <jasonr@gnu.org>
21441
21442 * s/windows95.h: Remove.
21443
214442007-11-06 Jan Djärv <jan.h.d@swipnet.se>
21445
21446 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
21447 abort with a message on unhandled store_type values.
21448
214492007-11-01 Jan Djärv <jan.h.d@swipnet.se>
21450
21451 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
21452 Remove HAVE_X11R5 and HAVE_X11R4.
21453
214542007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21455
21456 * Makefile.in: Remove references to sunfns.c and sunfns.o.
21457
214582007-11-01 Johan Bockgård <bojohan@gnu.org>
21459
21460 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
21461 Don't set s->stippled_p here, since it has already been set by
21462 x_set_glyph_string_gc from x_draw_glyph_string.
21463
214642007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21465
21466 * sunfns.c: Remove file.
21467
21468 * m/sun386.h:
21469 * m/sun2.h:
21470 * m/sparc.h: Remove Sun windows code.
21471
214722007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
21473
21474 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
21475 (init_keyboard): Set current_kboard's window-system to nil.
21476 (tty_read_avail_input): Typo.
21477 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
21478
214792007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21480
21481 * s/usg5-4.h:
21482 * s/usg5-3.h:
21483 * s/ptx.h:
21484 * m/is386.h:
21485 * m/ibmps2-aix.h:
21486 * Makefile.in: Remove all mentions of X10.
21487
21488 * dispnew.c (syms_of_display): Don't mention version 10.
21489
214902007-10-28 Juanma Barranquero <lekktu@gmail.com>
21491
21492 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
21493 ($(BLD)/abbrev.$(O)): Remove.
21494
214952007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
21496
21497 Rewrite abbrev.c in Elisp.
21498 * image.c (Qcount): Don't declare as extern.
21499 (syms_of_image): Initialize and staticpro `Qcount'.
21500 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
21501 * emacs.c (main): Don't call syms_of_abbrev.
21502 * Makefile.in (obj): Remove abbrev.o.
21503 (abbrev.o): Remove.
21504 * abbrev.c: Remove.
21505
215062007-10-26 Martin Rudalics <rudalics@gmx.at>
21507
21508 * window.c (window_min_size_2): Don't count header-line.
21509
215102007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21511
21512 * frame.h (struct frame): Move all bit fields after the first bit
21513 field to take advantage of the available space. Group all the
21514 chars together to reduce wasted space due to padding.
21515
215162007-10-26 Juanma Barranquero <lekktu@gmail.com>
21517
21518 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
21519
21520 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
21521 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
21522 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
21523 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
21524 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
21525 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
21526 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
21527 (last_marked, mark_object_loop_halt): Make static.
21528
21529 * frame.c (syms_of_frame) <delete-frame-functions>:
21530 Fix typo in docstring.
21531
215322007-10-25 Juanma Barranquero <lekktu@gmail.com>
21533
21534 * w32.c (init_environment): Fix tiny memory leak.
21535 (w32_get_resource): Remove unused variable `ok'.
21536
215372007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21538
21539 Make `window-system' into a keyboard-local variable (rather than
21540 frame-local as done originally by multi-tty).
21541
21542 * keyboard.h (struct kboard): Add Vwindow_system.
21543 * keyboard.c (init_kboard): Set a default for Vwindow_system.
21544 (mark_kboards): Mark Vwindow_system.
21545
21546 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
21547 (init_display): Don't set the obsolete `window-system' frame-param.
21548
21549 * xterm.c (x_term_init):
21550 * w32term.c (w32_create_terminal):
21551 * term.c (init_tty): Set Vwindow_system.
21552 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
21553 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
21554
21555 * xfns.c (Fx_create_frame, x_create_tip_frame):
21556 * w32fns.c (Fx_create_frame, x_create_tip_frame):
21557 * macfns.c (Fx_create_frame):
21558 Don't set the obsolete `window-system' frame-param.
21559
21560 * frame.h (Qwindow_system): Remove.
21561 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
21562 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
21563
215642007-10-24 Richard Stallman <rms@gnu.org>
21565
21566 * frame.c (x_figure_window_size): For fullscreen case,
21567 set USPosition | PPosition without clobbering rest of window_prompting.
21568
21569 * keyboard.c (Fcurrent_idle_time): Doc fix.
21570
21571 * print.c (Fwith_output_to_temp_buffer): Doc fix.
21572
215732007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21574
21575 * process.c (unwind_request_sigio): Only define if __ultrix__.
21576
21577 * callproc.c (child_setup): Remove spurious *.
21578
21579 * lisp.h (Fget_text_property): Declare.
21580 (have_menus_p): Declare it here rather than in sys-dep header files.
21581 * macterm.h (have_menus_p):
21582 * msdos.h (have_menus_p):
21583 * xterm.h (have_menus_p): Remove.
21584
21585 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
21586 (Fmake_variable_frame_local): Just check the variable's const-ness
21587 rather than checking nil or t.
21588
215892007-10-22 Jason Rumney <jasonr@gnu.org>
21590
21591 * w32fns.c: Include math.h.
21592 (w32_abort): Declaration moved to nt/config.nt.
21593
21594 * s/ms-w32.h (HAVE_STDLIB_H): Define.
21595 (abort): Redefinition moved to nt/config.nt.
21596
21597 * m/windowsnt.h: Remove.
21598
215992007-10-22 Juanma Barranquero <lekktu@gmail.com>
21600
21601 * emacs.c (Fdump_emacs): Fix typo in message.
21602 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
21603 <installation-directory>: Reflow docstring.
21604
216052007-10-22 Juri Linkov <juri@jurta.org>
21606
21607 * minibuf.c: Allow minibuffer default to be a list of default values.
21608 With empty input use the first element of this list as returned default.
21609 (string_to_object)
21610 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
21611 (read_minibuf): If defalt is cons, set histstring to its car.
21612 (Fread_string): If default_value is cons, set val to its car.
21613 (Fread_buffer): If def is cons, use its car.
21614 (Fcompleting_read): If defalt is cons, set val to its car.
21615
216162007-10-21 Michael Albinus <michael.albinus@gmx.de>
21617
21618 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
21619
216202007-10-20 Juanma Barranquero <lekktu@gmail.com>
21621
21622 * doc.c (Fdocumentation): Check for advice in all cases.
21623
216242007-10-19 Chong Yidong <cyd@stupidchicken.com>
21625
21626 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
21627
216282007-10-19 Richard Stallman <rms@gnu.org>
21629
21630 * doc.c (Fdocumentation): Check for and handle an advised function.
21631
216322007-10-19 Juanma Barranquero <lekktu@gmail.com>
21633
21634 * process.c (Fset_process_filter): Doc fix.
21635
216362007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
21637
21638 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
21639 which caused key-translation-map to applied repeatedly (thus breaking
21640 double-mode).
21641
216422007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21643
21644 * xselect.c (x_own_selection, x_handle_selection_clear)
21645 (x_clear_frame_selections):
21646 * w32menu.c (list_of_panes, list_of_items):
21647 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
21648 * textprop.c (validate_plist, interval_has_all_properties)
21649 (interval_has_some_properties, interval_has_some_properties_list)
21650 (add_properties, text_property_list):
21651 * process.c (Fget_buffer_process, list_processes_1, status_notify):
21652 * minibuf.c (Fassoc_string):
21653 * macselect.c (x_own_selection, x_clear_frame_selections)
21654 (Fx_disown_selection_internal):
21655 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
21656 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
21657
216582007-10-17 Chong Yidong <cyd@stupidchicken.com>
21659
21660 * process.c: Link to libs for calling res_init() if available.
21661 (Fmake_network_process): Call res_init() before getaddrinfo or
21662 gethostbyname, if possible.
21663
216642007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21665
21666 * lread.c (read1): Set pvectype for char_tables.
21667
21668 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
21669 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
21670 Add type checks.
21671 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
21672
21673 * alloc.c (free_misc): Use XMISCTYPE.
21674 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
21675
216762007-10-17 Glenn Morris <rgm@gnu.org>
21677
21678 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
21679 (syms_of_minibuf): Add Qcompletion_ignore_case.
21680 * dired.c (Qcompletion_ignore_case): Change to external.
21681 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
21682 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
21683 (Fread_file_name): Use it rather than intern'ing.
21684
21685 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
21686 (Fread_coding_system): Ignore case of user input.
21687
216882007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21689
21690 * xdisp.c (handle_display_prop): Ignore display specs after
21691 replacing one when string text is being replaced.
21692 (handle_single_display_spec): Pretend as if characters with display
21693 property haven't been consumed only when buffer text is being replaced.
21694
216952007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21696
21697 * xfns.c (Fx_create_frame, Fx_display_list):
21698 * window.c (window_fixed_size_p, enlarge_window)
21699 (shrink_window_lowest_first):
21700 * macterm.c (init_font_name_table):
21701 * macfns.c (Fx_create_frame, Fx_display_list):
21702 * lread.c (close_load_descs):
21703 * keyboard.c (read_char_x_menu_prompt):
21704 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
21705 * coding.c (code_convert_region_unwind): Test the type of an object
21706 rather than just !NILP before extracting data from it.
21707
21708 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
21709
21710 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
21711 (XMISCANY): New macro.
21712 (XMISCTYPE): Use it.
21713 (struct Lisp_Misc_Any): New type.
21714 (union Lisp_Misc): Use it.
21715 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
21716 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
21717 (find_symbol_value, set_internal, default_value, Fset_default)
21718 (Fmake_variable_buffer_local, Fmake_local_variable)
21719 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
21720 (Flocal_variable_if_set_p, Fvariable_binding_locus):
21721 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
21722 * alloc.c (allocate_buffer): Set the size and tag.
21723 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
21724 Use XMISCANY.
21725 (die): Follow the GNU convention for error messages.
21726 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
21727 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
21728 tag any more.
21729 (set_buffer_internal_1):
21730 * frame.c (store_frame_param):
21731 * eval.c (specbind):
21732 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
21733
21734 * doc.c (Fsnarf_documentation): Simplify.
21735
217362007-10-14 Juanma Barranquero <lekktu@gmail.com>
21737
21738 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
21739 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
21740
217412007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
21742
21743 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
21744
217452007-10-14 Juanma Barranquero <lekktu@gmail.com>
21746
21747 * eval.c (do_autoload): Don't save autoloads.
21748
21749 * data.c (Ffset): Save autoload of the function being set.
21750
217512007-10-07 John Paul Wallington <jpw@pobox.com>
21752
21753 * xfns.c (x_create_tip_frame): Set the `display-type' frame
21754 parameter before setting up faces.
21755
217562007-10-13 Eli Zaretskii <eliz@gnu.org>
21757
21758 * ccl.c (Fregister_code_conversion_map):
21759 * keyboard.c (append_tool_bar_item): Reformat last change.
21760
21761 * lisp.h (eabs): Rename from `abs'. All callers changed.
21762
217632007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
21764
21765 * buffer.c (add_overlay_mod_hooklist):
21766 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
21767 * fontset.c (make_fontset):
21768 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
21769 (append_tool_bar_item):
21770 * macmenu.c (grow_menu_items):
21771 * w32menu.c (grow_menu_items):
21772 * xmenu.c (grow_menu_items): Use larger_vector.
21773
217742007-10-13 Eli Zaretskii <eliz@gnu.org>
21775
21776 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
21777 selected frame'' on MSDOS).
21778
217792007-10-12 Martin Rudalics <rudalics@gmx.at>
21780
21781 * frame.c (Qexplicit_name): New variable.
21782 (x_report_frame_params): Report it in parameter alist.
21783 (syms_of_frame): Intern and staticpro it.
21784
217852007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
21786
21787 * macfns.c (x_create_tip_frame): Set terminal for frame.
21788
217892007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21790
21791 * frame.c (Qenvironment): Remove.
21792 (syms_of_frame) <Qenvironment>: Don't initialize.
21793 (Fdelete_frame): Don't treat the `environment' param specially.
21794 * frame.h (Qenvironment): Don't declare.
21795 * callproc.c (set_initial_environment): Don't set unused frame param.
21796
21797 * frame.c (Fframe_with_environment): Remove.
21798 (syms_of_frame) <Sframe_with_environment>: Don't declare.
21799
21800 * lisp.h (Fframe_with_environment): Don't declare.
21801
218022007-10-10 Juanma Barranquero <lekktu@gmail.com>
21803
21804 * indent.c (indent_tabs_mode, last_known_column)
21805 (last_known_column_modified): Make static.
21806 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
21807
218082007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
21809
21810 * puresize.h (BASE_PURESIZE): Increase to 1170000.
21811
218122007-10-09 Jason Rumney <jasonr@gnu.org>
21813
21814 * w32term.c (x_set_window_size): Disable code that attempts to tell
21815 Lisp code about a size change before it actually happens.
21816
218172007-10-09 Richard Stallman <rms@gnu.org>
21818
21819 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
21820 return HANDLED_RETURN.
21821
218222007-10-08 Martin Rudalics <rudalics@gmx.at>
21823
21824 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
21825 when there's an unread command event.
21826
21827 * frame.c (focus_follows_mouse): Move here from frame.el to allow
21828 window autoselection act appropriately when leaving selected frame.
21829 (syms_of_frame): Initialize focus_follows_mouse.
21830 * frame.h (focus_follows_mouse): Extern it.
21831 * macterm.c (XTread_socket): When focus_follows_mouse is nil
21832 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
21833 * msdos.c (dos_rawgetc): Likewise.
21834 * w32term.c (w32_read_socket): Likewise.
21835 * xterm.c (handle_one_xevent): Likewise.
21836 * xdisp.c (syms_of_xdisp): In doc-string of
21837 mouse-autoselect-window mention focus-follows-mouse.
21838
218392007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21840
21841 * macterm.c (mac_load_query_font): Fix missing return value.
21842 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
21843 Add BLOCK_INPUT.
21844
218452007-10-08 Richard Stallman <rms@gnu.org>
21846
21847 * xdisp.c (get_window_cursor_type): Implement documented behavior
21848 for cursor-in-non-selected-windows = t.
21849
218502007-10-08 Jason Rumney <jasonr@gnu.org>
21851
21852 * w32.c (w32_get_resource): Always close registry keys.
21853
218542007-10-08 Jason Rumney <jasonr@gnu.org>
21855
21856 * makefile.w32-in (LIBS): Add COMCTL32.
21857
21858 * w32fns.c (globals_of_w32fns): Init common controls.
21859
218602007-10-08 Richard Stallman <rms@gnu.org>
21861
21862 * image.c (our_memory_buffer): Rename from omfib_buffer.
21863
218642007-10-08 Richard Stallman <rms@gnu.org>
21865
21866 * buffer.c (Foverlays_at): Doc fix.
21867
218682007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
21869
21870 * fns.c (Fplist_put): Preserve uneven tail data.
21871
218722007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
21873
21874 * termhooks.h (enum event_kind): Remove trailing comma.
21875
21876 * frame.h (enum): Remove trailing comma.
21877
218782007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
21879
21880 * w32proc.c (delete_child): Don't terminate threads of zombies.
21881
218822007-10-08 Martin Rudalics <rudalics@gmx.at>
21883
21884 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
21885
21886 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
21887 last-repeatable-command.
21888 (init_kboard): Initialize Vlast_repeatable_command.
21889 (command_loop_1): Set it to real_this_command unless that was
21890 bound to an input event.
21891 (mark_kboards): Mark it.
21892
218932007-10-08 Richard Stallman <rms@gnu.org>
21894
21895 * eval.c (condition-case): Doc fix.
21896
218972007-10-08 Masatake YAMATO <jet@gyve.org>
21898
21899 * xfaces.c (tty_supports_face_attributes_p): Fix code
21900 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
21901 was copied and not edited.
21902
219032007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
21904
21905 Add new `input-decode-map' keymap and use it for terminal
21906 escape sequences.
21907 * keyboard.h (struct kboard): Add Vinput_decode_map.
21908 Remove Vlocal_key_translation_map.
21909 * keyboard.c (read_key_sequence): Add support for input-decode-map.
21910 (init_kboard): Init input-decode-map.
21911 Replace local-key-translation-map back with key-translation-map.
21912 (syms_of_keyboard): Declare input-decode-map.
21913 Remove local-key-translation-map. Update docstrings.
21914 (mark_kboards): Mark Vinput_decode_map.
21915 Don't mark Vlocal_key_translation_map.
21916 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
21917 Replace local-key-translation-map back with key-translation-map.
21918 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
21919 Bind in input-decode-map rather than function-key-map.
21920
21921 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
21922 This was made redundant by the previous introduction of XSETPVECTYPE.
21923
219242007-10-09 Richard Stallman <rms@gnu.org>
21925
21926 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
21927
219282007-09-29 Richard Stallman <rms@gnu.org>
21929
21930 * eval.c (internal_condition_case_2, internal_condition_case_1)
21931 (internal_condition_case): Reenable abort if x_catching_errors ()
21932 to see if that really happens and why.
21933
219342007-10-06 Andreas Schwab <schwab@suse.de>
21935
21936 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
21937
219382007-10-04 Juanma Barranquero <lekktu@gmail.com>
21939
21940 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
21941
219422007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21943
21944 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
21945
219462007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
21947
21948 * window.h (struct window):
21949 * window.c (struct save_window_data, struct saved_window):
21950 * termhooks.h (struct terminal):
21951 * process.h (struct Lisp_Process):
21952 * frame.h (struct frame):
21953 * buffer.h (struct buffer):
21954 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
21955 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
21956 The size field of (pseudo)vectors is now unsigned.
21957 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
21958
21959 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
21960 Turn `count' into an integer.
21961
21962 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
21963 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
21964 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
21965 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
21966 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
21967
21968 * alloc.c (allocate_pseudovector): New fun.
21969 (ALLOCATE_PSEUDOVECTOR): New macro.
21970 (allocate_window, allocate_terminal, allocate_frame)
21971 (allocate_process): Use it.
21972 (mark_vectorlike): New function.
21973 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
21974 (mark_terminals): Use it.
21975 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
21976 (Fmake_byte_code): Use XSETPVECTYPE.
21977
21978 * frame.c (Fframe_parameters): Minor simplification.
21979
21980 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
21981
21982 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
21983
21984 * buffer.c (Fget_buffer_create, init_buffer_once):
21985 * lread.c (defsubr):
21986 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
21987
21988 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
21989 defined differently in the m/*.h files.
21990 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
21991 (XSETPVECTYPE): New macro.
21992 (XSETPSEUDOVECTOR): Use it.
21993
21994 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
21995 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
21996
21997 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
21998 * lread.c (defvar_per_buffer):
21999 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
22000
22001 * window.c (candidate_window_p): Only consider as visible frames that
22002 are on the same terminal.
22003
22004 * m/ibms390x.h (MARKBIT): Remove unused macro.
22005
220062007-10-01 Juanma Barranquero <lekktu@gmail.com>
22007
22008 * lread.c (Fload): Fix typo in docstring.
22009
220102007-10-01 Michaël Cadilhac <michael@cadilhac.name>
22011
22012 * floatfns.c (Fexpt): Manually check for overflows, so that a power
22013 of a non-zero value can't yield zero.
22014
220152007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
22016
22017 * term.c (term_clear_mouse_face, term_mouse_highlight)
22018 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
22019
22020 * print.c (safe_debug_print): Use XHASH.
22021
22022 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
22023 Lisp elements such as tags.
22024 (XHASH): New macro.
22025 (EQ): Use it.
22026 (SREF, SSET, STRING_COPYIN): Use SDATA.
22027 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
22028
22029 * alloc.c (mark_terminal): Remove left-over declaration.
22030 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
22031 (allocate_vectorlike): Remove type argument. Adjust callers.
22032 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
22033 Only handle the one remaining MEM_TYPE_VECTORLIKE.
22034
22035 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
22036 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
22037 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
22038 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
22039 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
22040 Use them.
22041
22042 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
22043 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
22044 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
22045
220462007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
22047
22048 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
22049 loaded by default.
22050
220512007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
22052
22053 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
22054 on this tty.
22055 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
22056
22057 * term.c (mouse_face_window): Rename from Qmouse_face_window.
22058 Update all users.
22059 (handle_one_term_event): Use Gpm_DrawPointer.
22060 (Fgpm_mouse_start): Rename from Fterm_open_connection.
22061 Signal errors instead of returning nil. Always return nil.
22062 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
22063 Make it a noop if gpm-mouse was not activated.
22064 (syms_of_term): Update names.
22065
220662007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
22067
22068 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
22069 (init_sys_modes): Check that gpm_tty is the current tty.
22070
22071 * alloc.c (allocate_terminal): Set the vector size to only count the
22072 lisp fields. Initialize those to nil.
22073 (mark_object): Don't treat terminals specially.
22074 (mark_terminal): Remove.
22075 (mark_terminals): Use mark_object instead.
22076
22077 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
22078 the GC to the beginning.
22079
22080 * indent.h:
22081 * indent.c: Use EMACS_INT for ints coming from Elisp data.
22082
22083 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
22084
220852007-09-25 Jason Rumney <jasonr@gnu.org>
22086
22087 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
22088
22089 * w32console.c (create_w32cons_output): Remove.
22090
22091 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
22092
22093 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
22094 (reset_sys_modes): Use reset_terminal_modes_hook.
22095
220962007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
22097
22098 * eval.c (do_autoload): Don't output any message.
22099
221002007-09-24 Juri Linkov <juri@jurta.org>
22101
22102 * emacs.c (standard_args): Change priority of "--no-splash"
22103 from 40 to 3. Add "--no-desktop" with the same priority.
22104
221052007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
22106
22107 * alloc.c (gc_sweep): Check cons cell mark bits word by word
22108 and optimize the case where they are all 1.
22109
221102007-09-23 Johannes Weiner <hannes@saeurebad.de>
22111
22112 * lisp.h (abs): Define if not defined.
22113 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
22114 Don't define `abs', since it's defined in lisp.h.
22115
221162007-09-22 Eli Zaretskii <eliz@gnu.org>
22117
22118 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
22119 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
22120 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
22121 (init_tty): Use DEV_TTY instead of "/dev/tty".
22122 [WINDOWSNT]: No need to protect from NAME arg being null.
22123
221242007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22125
22126 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
22127 up the tty state.
22128
221292007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22130
22131 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
22132 (gpm_tty): Change its type.
22133 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
22134 (gpm_tty): Change its type and initialize it.
22135 (Fterm_open_connection): Check the frame is indeed a tty.
22136 Use the new gpm_tty.
22137 (Fterm_close_connection): Use the new gpm_tty.
22138 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
22139 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
22140
221412007-09-21 Juanma Barranquero <lekktu@gmail.com>
22142
22143 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
22144 underline_color, to draw strike-through.
22145
221462007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22147
22148 * lisp.h (allocate_terminal): Declare.
22149
22150 * window.c (candidate_window_p): Consider frames that are being placed
22151 by the user as somewhere between visible and iconified.
22152 (window_loop): Prefer windows on the current frame.
22153 (Fselect_window): Move the use of select-frame to the beginning so we
22154 can just delegate all the work (it'll call us back anyway).
22155
22156 * frame.c (Qdisplay_environment_variable):
22157 * frame.h (Qdisplay_environment_variable): Delete.
22158
22159 * .gdbinit (xbacktrace): Print the arg's address rather than the value
22160 of the first arg, since that value may be a union.
22161
22162 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
22163 parameter rather than Qdisplay_environment_variable. If all else
22164 fails, look for DISPLAY in initial-environment.
22165
221662007-09-21 Glenn Morris <rgm@gnu.org>
22167
22168 * Makefile.in (emacstool): Remove target.
22169 (lisp, shortlisp): Remove termdev.elc.
22170
221712007-09-21 Markus Triska <markus.triska@gmx.at>
22172
22173 * xterm.c (x_delete_display): Compile session management conditionally.
22174
221752007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22176
22177 * callproc.c (getenv_internal_1): New function.
22178 (getenv_internal): Use it.
22179 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
22180
22181 * terminal.c (get_terminal): Don't accept ints to represent terminals.
22182 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
22183 (Fset_terminal_parameter): Work with dead terminals as well.
22184 (Fmodify_terminal_parameters): Remove.
22185
22186 * terminal.c (get_terminal): Handle terminals.
22187 Make sure the terminal returned is live.
22188 (create_terminal): Use allocate_terminal.
22189 (mark_terminals): Move to alloc.c.
22190 (delete_terminal): Use terminal->name as liveness status.
22191 NULL out fields after freeing their contents.
22192 Don't deallocate the object.
22193 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
22194 rather than an int.
22195 (Fterminal_live_p): Accept non-integer arguments.
22196 (Fterminal_list): Return terminal objects rather than an ints.
22197
22198 * alloc.c (enum mem_type): New member for `terminal' objects.
22199 (allocate_terminal): New function.
22200 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
22201 Handle terminals.
22202 (mark_terminal): New fun.
22203 (mark_terminals): Move from terminal.c.
22204
22205 * term.c (get_tty_terminal): Don't treat output_initial specially.
22206 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
22207 (delete_tty): Use terminal->name as liveness status.
22208
22209 * termhooks.h (struct terminal): Make it into a pseudovector.
22210 Remove `deleted' replaced by checking `name's nullness.
22211
22212 * print.c (print_object): Handle terminals.
22213
22214 * lisp.h (enum pvec_type): New `terminal' pseudovector.
22215 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
22216
22217 * frame.c (make_terminal_frame):
22218 * keyboard.c (tty_read_avail_input):
22219 * w32term.c (x_delete_terminal):
22220 * xfns.c (Fx_create_frame, x_create_tip_frame):
22221 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
22222
222232007-09-20 Glenn Morris <rgm@gnu.org>
22224
22225 * process.c (Fmake_network_process): Doc fix.
22226
222272007-09-19 Jason Rumney <jasonr@gnu.org>
22228
22229 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
22230
222312007-09-19 Michaël Cadilhac <michael@cadilhac.name>
22232
22233 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
22234 Fix a C warning regarding variable constness.
22235
22236 * xterm.c (handle_one_xevent): Fix a C warning.
22237
222382007-09-18 Jason Rumney <jasonr@gnu.org>
22239
22240 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
22241
222422007-09-17 Jan Djärv <jan.h.d@swipnet.se>
22243
22244 * gtkutil.c (gdpy_def): New variable.
22245 (xg_initialize): Initialize gdpy_def.
22246 (xg_display_close): If no other display exists, set gdpy_def to a
22247 new connection.
22248
222492007-09-16 Jan Djärv <jan.h.d@swipnet.se>
22250
22251 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
22252 when we have no file name for the icon.
22253 (xg_tool_bar_expose_callback): Remove.
22254 (xg_create_tool_bar): Don't connect expose signal to
22255 xg_tool_bar_expose_callback.
22256 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
22257
222582007-09-16 Andreas Schwab <schwab@suse.de>
22259
22260 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
22261 values instead of zapping them.
22262
222632007-09-14 Glenn Morris <rgm@gnu.org>
22264
22265 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
22266 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
22267 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
22268 scope and rename to omfib_buffer for clarity.
22269 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
22270
222712007-09-14 Kenichi Handa <handa@m17n.org>
22272
22273 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
22274
222752007-09-13 Jason Rumney <jasonr@gnu.org>
22276
22277 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
22278
22279 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
22280
22281 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
22282 (mac_term_init): Call here instead, passing rif.
22283
222842007-09-13 Glenn Morris <rgm@gnu.org>
22285
22286 * s/hpux.h: No longer define `static' as nothing.
22287
222882007-09-13 Johan Bockgård <bojohan@gnu.org>
22289
22290 * callint.c (Fcall_interactively): Remove unused var `fun'.
22291
222922007-09-12 Romain Francoise <romain@orebokech.com>
22293
22294 * window.c (prefer_window_split_horizontally, display_buffer):
22295 Revert 2007-09-08 change.
22296
222972007-09-12 Glenn Morris <rgm@gnu.org>
22298
22299 * alloca.c: Remove file.
22300 * Makefile.in (alloca): Do not undef.
22301 (allocaobj, alloca.o): Remove.
22302 (otherobj): Remove allocaobj.
22303 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
22304 * regex.c (C_ALLOCA): Remove all references and code that was only
22305 used when this was defined.
22306 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
22307 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
22308 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
22309
22310 * Makefile.in (SOURCES, unlock, relock): Delete.
22311
22312 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
22313 (menu_grab_callback): All uses changed.
22314
22315 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
22316 (x_reply_selection_request): All uses changed.
22317
223182007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
22319
22320 * lread.c (load_warn_old_style_backquotes): Change message to look
22321 better when it appears in the middle of byte-compiler messages.
22322
223232007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
22324
22325 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
22326
22327 * xterm.c (x_create_terminal): Add comment.
22328
22329 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
22330
223312007-09-10 Richard Stallman <rms@gnu.org>
22332
22333 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
22334
223352007-09-10 Michaël Cadilhac <michael@cadilhac.name>
22336
22337 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
22338 (DEFUN): Document `intspec', use it instead of `prompt'.
22339
22340 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
22341
22342 * data.c (Finteractive_form): If the interactive specification starts
22343 with a `(', use it as a Lisp form.
22344
22345 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
22346 name and file modes.
22347
22348 * callint.c (Fcall_interactively): Comment fixes.
22349
223502007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
22351
22352 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
22353 and compiled functions.
22354
223552007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
22356
22357 * window.c (prefer_window_split_horizontally): New variable.
22358 (display_buffer): Consider splitting window horizontally depending
22359 on prefer_window_split_horizontally.
22360
223612007-09-08 Eli Zaretskii <eliz@gnu.org>
22362
22363 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
22364
223652007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22366
22367 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
22368
22369 * frame.c (x_set_frame_parameters): Check number is positive before
22370 using XFASTINT.
22371
22372 * window.c (freeze_window_start): Don't presume selected_window holds
22373 a window object.
22374 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
22375
223762007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
22377
22378 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
22379
223802007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22381
22382 * window.c (Vsplit_window_preferred_function): New var.
22383 (Fdisplay_buffer): Use it.
22384 (syms_of_window): Export, and initialize it.
22385
223862007-09-06 Pixel <pixel@mandriva.com> (tiny change)
22387
22388 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
22389
223902007-09-06 Glenn Morris <rgm@gnu.org>
22391
22392 * gtkutil.c (menu_grab_callback) <cnt>:
22393 * xselect.c (x_reply_selection_request) <cnt>: Move static
22394 variable to file scope.
22395
223962007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22397
22398 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
22399 consistent values of selected_frame and selected_window.
22400
224012007-09-04 Jason Rumney <jasonr@gnu.org>
22402
22403 * w32console.c (initialize_w32_display): Zero unused hooks.
22404
224052007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22406
22407 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
22408 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
22409
224102007-09-04 Jason Rumney <jasonr@gnu.org>
22411
22412 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
22413 in w32console.c. Set up input. Remove XXX comments that have been
22414 confirmed as correct.
22415
22416 * s/ms-w32.h (MULTI_KBOARD): Define.
22417
22418 * w32console.c (one_and_only_w32cons): Remove.
22419 (initialize_w32_display): Take terminal argument.
22420
22421 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
22422 initialize_w32_display.
22423 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
22424
22425 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
22426
22427 * keyboard.c (discard_mouse_events): Discard it.
22428 (make_lispy_event): Translate it to a lisp event.
22429 (lispy_wheel_names): Add wheel-left and right events.
22430 (syms_of_keyboard): Enlarge wheel_syms.
22431
22432 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
22433 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
22434
22435 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
22436
22437 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
22438 from WM_MOUSEHWHEEL.
22439 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
22440
22441 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
22442 terminal.
22443
22444 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
22445 keyboard for the terminal.
22446
224472007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22448
22449 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
22450 (Vresume_tty_hook): Rename from Vresume_tty_functions.
22451 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
22452 and resume-tty-function to resume-tty-hook.
22453 (Fsuspend_tty, Fresume_tty): Use new names.
22454
224552007-09-02 Jan Djärv <jan.h.d@swipnet.se>
22456
22457 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
22458 if it starts with "n:".
22459
224602007-08-31 Jan Djärv <jan.h.d@swipnet.se>
22461
22462 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
22463
224642007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
22465
22466 * frame.h:
22467 * frame.c (Qterm_environment_variable): Remove.
22468 (syms_of_frame): Don't init and staticpro it.
22469
22470 * callproc.c (getenv_internal): Remove special case for $TERM.
22471
22472 * callproc.c (Vinitial_environment): New variable.
22473 (set_initial_environment): Initialize it.
22474 (syms_of_callproc): Declare it.
22475 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
22476 TERM under which a process runs is never related to the TERM in which
22477 Emacs is running.
22478
224792007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22480
22481 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
22482 * s/darwin.h: ... do it here.
22483
224842007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
22485
22486 * lisp.h (set_initial_environment): Rename from set_global_environment.
22487
22488 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
22489 removed by mistake on the multi-tty branch.
22490
22491 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
22492 (Fmodify_frame_parameters): Return a value.
22493
22494 * image.c (png_load): Comment-out var only used in commented-out code.
22495
22496 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
22497 before passing it to mark_object.
22498
22499 * xfaces.c (internal_resolve_face_name): Return a value.
22500 (internal_resolve_face_name, resolve_face_name_error): Comment out.
22501
22502 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
22503 (x_icon): Comment-out var only used in commented-out code.
22504
225052007-08-29 Romain Francoise <romain@orebokech.com>
22506
22507 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
22508 QUIT hasn't been provided.
22509
225102007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22511
22512 * callproc.c (child_setup, getenv_internal): Use the
22513 display-environment-variable and term-environment-variable frame params.
22514 (set_initial_environment): Initialise Vprocess_environment.
22515
22516 * config.in: Disable multi-keyboard support on a mac.
22517
22518 * frame.c (Qterm_environment_variable)
22519 (Qdisplay_environment_variable): New variables.
22520 (syms_of_frame): Intern and staticpro them.
22521 (Fmake_terminal_frame): Disable output method test.
22522
22523 * frame.h: Declare them here.
22524
22525 * macfns.c (x_set_mouse_color): Get rif from the frame.
22526 (x_set_tool_bar_lines): Don't use updating_frame.
22527 (mac_window): Add 2 new parameters for consistency with other systems.
22528 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
22529 frame parameters following what is done in X11 and w32. Don't use
22530 FRAME_MAC_DISPLAY_INFO.
22531 (Fx_open_connection, start_hourglass): Remove window-system check.
22532 (x_create_tip_frame): Get the keyboard from the terminal.
22533
22534 * macmenu.c: Reorder includes.
22535 (Fx_popup_menu): Use terminal specific mouse_position_hook.
22536
22537 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
22538 terminal parameter.
22539 (x_clear_frame): Add a frame parameter.
22540 (note_mouse_movement): Get rif from the frame.
22541 (mac_term_init): Initialize the terminal.
22542 (mac_initialize): Make static and move terminal initialization ...
22543 (mac_create_terminal): ... to this new function.
22544
22545 * macterm.h (struct mac_display_info): Add terminal.
22546 (mac_initialize): Delete declaration.
22547
22548 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
22549
22550 * sysdep.c: Comment out text after #endif.
22551
22552 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
22553 is defined. Better initialize ttys in windows. Use terminal
22554 specific mouse_position_hook.
22555
22556 * termhooks.h (union display_info): Add mac_display_info.
22557
22558 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
22559 Set the default minibuffer frame, window_system and the rest of the
22560 frame parameters following what is done in X11.
22561
22562 * w32term.c (w32_initialize): Make static.
22563
22564 * xselect.c (x_handle_selection_clear): Only access
22565 terminal->kboard when MULTI_KBOARD is defined.
22566
22567 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
22568 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
22569
225702007-08-29 Jason Rumney <jasonr@gnu.org>
22571
22572 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
22573 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
22574
22575 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
22576 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
22577
22578 * keyboard.c (restore_kboard_configuration): Only define when
22579 MULTI_KBOARD defined.
22580
22581 * makefile.w32-in: Update dependancies from Makefile.in.
22582 (OBJ1): Add terminal.$(O)
22583
22584 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
22585 Don't define function body.
22586 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
22587
22588 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
22589
22590 * w32.c (request_sigio, unrequest_sigio): Remove.
22591
22592 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
22593 (w32con_clear_frame, w32con_clear_end_of_line)
22594 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
22595 (w32con_delete_glyphs, w32con_set_terminal_window)
22596 (scroll_line, w32_sys_ring_bell): Add frame arg.
22597 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
22598 Add terminal arg.
22599 (PICK_FRAME): Remove.
22600 (w32con_write_glyphs): Use frame specific terminal coding.
22601 (one_and_only_w32cons): New global variable.
22602 (initialize_w32_display): Use it for storing hooks.
22603 (create_w32cons_output): New function.
22604
22605 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
22606 arg a frame.
22607
22608 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
22609 Set window_system.
22610 (x_set_tool_bar_lines): Don't use updating_frame.
22611 (Fx_create_frame): Set terminal and ref count.
22612 (Fx_open_connection): Remove window-system check.
22613
22614 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
22615
22616 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
22617 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
22618 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
22619 Add frame arg.
22620 (x_delete_terminal, w32_create_terminal): New functions.
22621 (w32_term_init): Create a terminal.
22622 (w32_initialize): Move terminal specific initialization to
22623 w32_create_terminal.
22624
22625 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
22626 (w32_clear_rect, w32_clear_area): Use background from frame.
22627 (w32_display_info): Add terminal.
22628 (w32_sys_ring_bell, x_delete_display): Declare here.
22629
22630 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
22631
22632 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
22633
226342007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
22635
22636 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
22637 Fix get_named_tty calls for the controlling tty.
22638
226392007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
22640
194d44e7 22641 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
22642
226432007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
22644
22645 * term.c (tty_insert_glyphs): Add missing first parameter.
22646
226472007-08-29 Károly Lőrentey <karoly@lorentey.hu>
22648
22649 * buffer.c (Fbuffer_list, Fbury_buffer):
22650 Take frame->buried_buffer_list into account.
22651
22652 * cm.c (current_tty): New variable, for cmputc().
22653 (cmputc): Use it.
22654 (cmcheckmagic): Add tty parameter, look up terminal streams there.
22655 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
22656 (cmgoto): Add tty parameter. Pass it on to calccost().
22657 Use emacs_tputs() instead of tputs().
22658
22659 * cm.h (emacs_tputs): New macro to set current_tty, and then call
22660 tputs().
22661 (current_tty): New variable, for cmputc().
22662 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
22663
22664 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
22665 (internal_condition_case, internal_condition_case_1)
22666 (internal_condition_case_2): Don't abort when x_catching_errors.
22667
22668 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
22669 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
22670 prevent crashes caused by bogus longjmps in read_char.
22671
22672 * keymap.h (Fset_keymap_parent): Add EXFUN.
22673
22674 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
22675 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
22676 Remove redundant definition.
22677
22678 * macfns.c (x_set_mouse_color, x_make_gc):
22679 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22680
22681 * w32term.c (x_free_frame_resources):
22682 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22683 (w32_initialize): Use the accessor macros for terminal characteristics.
22684
22685 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
22686 Use the accessor macros for terminal characteristics.
22687 * msdos.c (internal_terminal_init): Use the accessor macros for
22688 terminal characteristics.
22689 (ScreenVisualBell, internal_terminal_init):
22690 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22691
22692 * termopts.h (no_redraw_on_reenter): Declare.
22693
22694 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
22695 (mark_terminals, mark_ttys): Declare.
22696 (Fgarbage_collect): Call them.
22697 (mark_object): Mark buried_buffer_list.
22698
22699 * prefix-args.c: Include stdlib.h for exit.
22700
22701 * syssignal.h: Add comment.
22702
22703 * indent.c: Include stdio.h.
22704
22705 * window.h (Vinitial_window_system): Declare.
22706 (Vwindow_system): Delete declaration.
22707
22708 * fontset.c (Finternal_char_font): Use FRAME_RIF.
22709
22710 * image.c (lookup_image): Don't initialize `c' until the xasserts
22711 have been run.
22712
22713 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
22714 FRAME_FOREGROUND_PIXEL.
22715
22716 * print.c (print_preprocess): Don't lose print_depth levels while
22717 iterating.
22718
22719 * widget.c (update_from_various_frame_slots):
22720 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22721
22722 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
22723 frames.
22724 (window_internal_height): Remove bogus make_number call.
22725 (init_window_once): Call make_terminal_frame with two zero parameters.
22726
22727 * fileio.c (Fread_file_name): Update comment.
22728
22729 * callint.c (Fcall_interactively):
22730 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
22731 Make sure it is correctly unwound.
22732
22733 * xsmfns.c (x_session_close): New function.
22734
22735 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
22736 Delete declarations.
22737
22738 * xterm.h: Remove declaration for x_fully_uncatch_errors.
22739 (x_output): Remove background_pixel and foreground_pixel fields.
22740 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
22741 (x_delete_device, x_session_close): Declare.
22742
22743 * lread.c: Include setjmp.h. Update declaration of `read_char'.
22744 (read_filtered_event): Call `read_char' with a local
22745 `wrong_kboard_jmpbuf'.
22746
22747 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
22748 Don't call single_kboard_state. Use FRAME_RIF.
22749
22750 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
22751 systems.
22752
22753 * lisp.h (set_process_environment): Rename to `set_global_environment'.
22754 (Fframe_with_environment, Fset_input_meta_mode)
22755 (Fset_quit_char): EXFUN.
22756 (x_create_device, tty_output, terminal, tty_display_info): Declare.
22757 (init_sys_modes, reset_sys_modes): Update prototypes.
22758 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
22759
22760 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
22761 Vlocal_key_translation_map, and Vkeyboard_translate_table.
22762 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
22763 Delete declarations.
22764 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
22765 (temporarily_switch_to_single_kboard, tty_read_avail_input):
22766 New declarations.
22767
22768 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
22769 already does that during init_display(). Call syms_of_keymap
22770 before syms_of_keyboard. Call `syms_of_terminal'.
22771 Call set_initial_environment, not set_process_environment.
22772 (shut_down_emacs): Call reset_all_sys_modes() instead of
22773 reset_sys_modes().
22774
22775 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
22776 (internal_resolve_face_name, resolve_face_name_error): New functions.
22777 (resolve_face_name): Protect against loops and errors thrown by Fget.
22778 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
22779 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
22780
22781 * scroll.c: Replace CURTTY() with local variables throughout the
22782 file (where applicable).
22783 (calculate_scrolling, calculate_direct_scrolling)
22784 (scrolling_1, scroll_cost): Use the accessor macros for terminal
22785 characteristics.
22786
22787 * keymap.c (Vfunction_key_map): Remove.
22788 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
22789 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
22790 (Vkey_translation_map): Remove.
22791 (syms_of_keymap): Remove DEFVAR for key-translation-map.
22792 (Fdescribe_buffer_bindings)
22793 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
22794 Update for terminal-local key-translation-map.
22795
22796 * Makefile.in (callproc.o): Update dependencies.
22797 (lisp, shortlisp): Add termdev.elc.
22798 (obj): Add terminal.o.
22799 (terminal.o): Add dependencies.
22800 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
22801 (data.o, fns.o): Add termhooks.h dependency.
22802 (SOME_MACHINE_LISP): Add dnd.elc.
22803 (minibuf.o): Fix typo.
22804 Update dependencies.
22805
22806 * data.c (do_symval_forwarding, store_symval_forwarding)
22807 (find_symbol_value): Use the selected frame's keyboard, not
22808 current_kboard.
22809
22810 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
22811 Vwindow_system.
22812
22813 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
22814 Fmenu_bar_open.
22815 (syms_of_xmenu): Update defsubr.
22816 (mouse_position_for_popup, Fx_popup_menu)
22817 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
22818 (set_frame_menubar, free_frame_menubar)
b97439ce 22819 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
22820 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
22821 an X frame.
22822
22823 * xselect.c (x_own_selection): Abort if not an X frame.
22824 (some_frame_on_display): Check if it is an X frame.
22825 (x_handle_selection_clear): Deal with MULTI_KBOARD.
22826
22827 * coding.c: Include frame.h and termhooks.h.
22828 (terminal_coding, keyboard_coding): Delete.
22829 (Fset_terminal_coding_system_internal)
22830 (Fset_keyboard_coding_system_internal)
22831 (Fkeyboard_coding_system)
22832 (Fterminal_coding_system): Add a terminal parameter.
22833 Get terminal_coding from the terminal.
22834 (init_coding_once): Don't call setup_coding_system here.
22835
22836 * dispextern.h (set_scroll_region, turn_off_insert)
22837 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
22838 (tty_clear_end_of_line, tty_setup_colors)
22839 (delete_tty, updating_frame)
22840 (produce_special_glyphs, produce_glyphs, write_glyphs)
22841 (insert_glyphs): Remove.
22842 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
22843 (tty_turn_off_highlight, get_tty_size): Add declaration.
22844 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
22845
22846 * frame.h (enum output_method): Add output_initial.
22847 (struct x_output): Delete.
22848 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
22849 Access foreground_pixel and background_pixel directly from the frame.
22850 (tty_display): Delete.
22851 (struct frame): Add buried_buffer_list, foreground_pixel,
22852 background_pixel and terminal. Delete kboard.
22853 (union output_data): Add tty.
22854 (FRAME_KBOARD): Get the kboard from the terminal.
22855 (FRAME_INITIAL_P): New macro.
22856 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
22857 (Qterm_environment_variable, Qdisplay_environment_variable)
22858 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
22859 New declarations.
22860
22861 * termchar.h (tty_output, tty_display_info): New structures.
22862 (tty_list): Declare.
22863 (FRAME_TTY, CURTTY): New macros.
22864 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
22865 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
22866 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
22867 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
22868
22869 * callproc.c: Include frame.h and termhooks.h, for terminal
22870 parameters.
22871 (add_env): New function.
22872 (child_setup): Use it.
22873 (child_setup, getenv_internal): Handle the new Vprocess_environment.
22874 (getenv_internal): Fix get_terminal_param call.
22875 (Fgetenv_internal, egetenv): Update doc.
22876 (syms_of_callproc): Initialize Vprocess_environment to nil.
22877 Register and initialize them. Remove obsolete defvars. Update doc
22878 strings.
22879 (child_setup): Handle Vlocal_environment_variables.
22880 (getenv_internal): Add terminal parameter.
22881 Handle Vlocal_environment_variables.
22882 (Fgetenv_internal): Add terminal parameter.
22883 (child_setup, getenv_internal, Fgetenv_internal): Store the local
22884 environment in a frame (not terminal) parameter. Update doc strings.
22885 (set_initial_environment): Rename from set_global_environment.
22886 Store Emacs environment in initial frame parameter.
22887
22888 * xdisp.c (redisplay_internal): Update references to
22889 `previous_terminal_frame'.
22890 (display_mode_line, Fformat_mode_line): Replace calls to
22891 `push_frame_kboard' with `push_kboard'.
22892 (get_glyph_string_clip_rects): Add extra parentheses and
22893 braces to prevent compiler warnings.
22894 (calc_pixel_width_or_height): Add xassert to check that the
22895 frame is alive. Don't call `lookup_image' on a termcap frame.
22896 (message2_nolog, message3_nolog, redisplay_internal)
22897 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
22898 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
22899 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
22900 (Fx_display_pixel_width, Fx_display_pixel_height)
22901 (Fx_display_planes, Fx_display_color_cells)
22902 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
22903 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
22904 (Fx_display_backing_store, Fx_display_visual_class)
22905 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
22906 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
22907
22908 * xfns.c (x_set_foreground_color x_set_background_color)
22909 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
22910 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22911 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
22912 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
22913 terminal that is being deleted.
22914 (Fx_create_frame): Use `store_frame_param' to set `window-system'
22915 frame parameter, and make sure it overrides any user-supplied setting.
22916 (Fx_close_connection, Fx_synchronize): Unify argument names with
22917 the rest of the DEFUNs.
22918
22919 * dispnew.c (Fsend_string_to_terminal): Update call to
22920 `get_tty_terminal'.
22921 (Fredraw_frame, Fsend_string_to_terminal)
22922 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
22923 FRAME_TERMCAP_P and FRAME_TTY.
22924 (window_change_signal): Don't believe width/height values that are
22925 impossibly small.
22926 (Vinitial_window_system): Rename from Vwindow_system.
22927 (termscript, Wcm, rif): Delete.
22928
22929 * termhooks.h (struct terminal): New struct containing the
22930 previously global text display hooks and new members NAME,
22931 DELETED and PARAM_ALIST.
22932 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
22933 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
22934 (FRAME_RIF): New macros.
22935 (get_terminal_param, get_device): New declarations.
22936 (termscript): Delete declaration.
22937
22938 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
22939 (XTflash, x_free_frame_resources, x_scroll_bar_create)
22940 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
22941 FRAME_FOREGROUND_PIXEL.
22942 (x_fully_uncatch_errors): Disable definition.
22943 (x_scroll_bar_expose): Fix reference to foreground pixel.
22944 (XTread_socket): Disable loop on all X displays.
22945 (x_delete_terminal): Don't set terminal->deleted and let
22946 delete_terminal delete the frames on the terminal.
22947 (x_delete_display): Doc update to reflect changes in
22948 delete_terminal.
22949 (x_display_info) <terminal>: Move member earlier in the struct.
22950 (deleting_tty): Remove old variable.
22951 (Fsuspend_tty): Call clear_tty_hooks.
22952 (Fresume_tty, init_tty): Call set_tty_hooks.
22953 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
22954 errors on X frames.
22955 (x_catch_errors_unwind): Abort if x_error_message is NULL.
22956 (handle_one_xevent): Initialize `f' to NULL.
22957 (x_delete_terminal, x_create_terminal): New functions.
22958 (XTset_terminal_modes, XTreset_terminal_modes)
22959 (XTread_socket, x_connection_closed, x_term_init)
22960 (x_term_init, x_delete_display): Add terminal parameter.
22961 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
22962 X connections.
22963
22964 * frame.c: Include termchar.h.
22965 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
22966 (Qwindow_system, Qenvironment, Qterm_environment_variable)
22967 (Qdisplay_environment_variable): New vars.
22968 (Fframep): Deal with output_initial.
22969 (Fframe-live-p): Doc fix.
22970 (Fwindow-system): New function.
22971 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
22972 (make_terminal_frame): Don't create frames on a terminal that is
22973 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22974 (store_frame_param): Check for found_for_frame before calling XFRAME.
22975 (Fmake_terminal_frame): Handle NULL tty names correctly.
22976 (syms_of_frame): Enhance doc string of `default-frame-alist'.
22977 (Fdelete_frame): Remove unused variable `count'. Don't allow other
22978 frames to refer to a deleted frame in their 'environment parameter.
22979 (Fframe_with_environment): New function.
22980 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
22981 (get_future_frame_param): New function.
22982 (Fmake_terminal_frame): Use it.
22983 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
22984
22985 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
22986 * sysdep.c (reset_sys_modes): Update for renames.
22987
22988 * keyboard.c (tty_read_avail_input): New function.
22989 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
22990 (syms_of_keyboard): Defsubr them.
22991 (Fset_input_meta_mode, Fset_quit_char): New functions.
22992 (Fset_input_mode): Split to above functions.
22993 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
22994 parameter. Use it in call to `read_char'.
22995 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
22996 Set wrong_kboard_jmpbuf correctly in recursive calls.
22997 Use current_kboard to access Vkeyboard_translate_table.
22998 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
22999 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
23000 Update longjmp invocations. Remember the original current_kboard,
23001 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
23002 changes it. Comment out unnecessary calls to
23003 `record_single_kboard_state' and `any_kboard_state'.
23004 Update recursive calls.
23005 (wrong_kboard_jmpbuf): Remove global variable.
23006 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
23007 Handle deleted interrupted_kboards correctly; that is a legal
23008 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
23009 and read_char calls. Abort if interrupted_kboard died in read_char.
23010 (any_kboard_state, single_kboard_state)
23011 (push_frame_kboard): Remove function.
23012 (pop_kboard): Switch out of single_kboard mode if the kboard has
23013 been deleted. Remove unused variable. Help debugging by not
23014 changing current_kboard unnecessarily. Set current_kboard to the
23015 kboard of the selected frame when the stored kboard object has
23016 been deleted before pop_kboard.
23017 (temporarily_switch_to_single_kboard): Change first parameter to a
23018 frame pointer. Throw an error when caller wants to change kboards
23019 while in single_kboard mode. Don't push_kboard if we weren't in
23020 single kboard state. Don't pop_kboard if we popped into any
23021 kboard state.
23022 (restore_kboard_configuration): Abort if pop_kboard changed the
23023 kboard in single_kboard mode. Call pop_kboard only after setting
23024 up single_kboard mode.
23025 (Frecursive_edit): Switch to single_kboard mode only in nested
23026 command loops.
23027 (cmd_error, command_loop, command_loop_1, timer_check):
23028 Comment out unnecessary call to `any_kboard_state' and
23029 `record_single_kboard_state'.
23030 (delete_kboard): Exit single_kboard mode if we have just deleted
23031 that kboard. Use FRAME_KBOARD.
23032 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
23033 `fatal_error_signal'.
23034 (record_single_kboard_state): Don't push_kboard if we weren't in
23035 single kboard state. Don't pop_kboard if we popped into any
23036 kboard state.
23037 (push_frame_kboard): Rename to push_kboard.
23038 (kbd_buffer_get_event): Use FRAME_TERMINAL.
23039 (read_avail_input): Read input from all terminals.
23040 (mark_kboards): Also mark Vkeyboard_translate_table.
23041 (kbd_buffer_store_event_hold): Simplify condition.
23042 (read_key_sequence): Reinitialize fkey and keytran at each replay.
23043 (Vkeyboard_translate_table): Move to struct kboard.
23044 (init_kboard): Initialize Vkeyboard_translate_table.
23045 (syms_of_keyboard): Use DEFVAR_KBOARD to define
23046 Vkeyboard_translate_table. Update doc strings. Update docs of
23047 local-function-key-map and function-key-map.
23048
23049 * terminal.c: New file.
23050
23051 * term.c: Include errno.h.
23052 (Vring_bell_function, device_list, initial_device)
23053 (next_device_id, ring_bell, update_begin, update_end)
23054 (set_terminal_window, cursor_to, raw_cursor_to)
23055 (clear_to_end, clear_frame, clear_end_of_line)
23056 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
23057 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
23058 (syms_of_term): Move their initialization to terminal.c.
23059 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
23060 (Ftty_display_color_cells)
23061 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
23062 (clear_tty_hooks, set_tty_hooks)
23063 (init_tty, maybe_fatal): New functions.
23064 (Ftty_type): Return nil if terminal is not on a tty instead of
23065 throwing an error. Doc update.
23066 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
23067 Doc update. Initialize new subrs and variables.
23068 (delete_tty): Use terminal->deleted.
23069 (tty_set_terminal_modes): Rename from set_terminal_modes.
23070 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
23071 (set_scroll_region): Rename to `tty_set_scroll_region'.
23072 (turn_on_insert): Rename to `tty_turn_on_insert'.
23073 (turn_off_insert): Rename to `tty_turn_off_insert'.
23074 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
23075 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
23076 (toggle_highligh): Rename to `tty_toggle_highlight'.
23077 (background_highlight): Rename to `tty_background_highlight'.
23078 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
23079 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
23080 (tty_set_scroll_region, tty_background_highlight)
23081 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
23082 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
23083 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
23084 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
23085 Add static modifier.
23086 (tty_reset_terminal_modes, tty_set_terminal_window)
23087 (tty_set_scroll_region, tty_background_highlight)
23088 (tty_highlight_if_desired, tty_cursor_to)
23089 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
23090 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
23091 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
23092 renames.
23093
230942007-08-28 Jan Djärv <jan.h.d@swipnet.se>
23095
23096 * keyboard.c: Qrtl is new.
23097 (parse_tool_bar_item): Handle :rtl keyword.
23098 (syms_of_keyboard): Intern :rtl keyword.
23099
23100 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
23101
23102 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
23103 so no Lisp code is executed.
23104 (file_for_image, find_rtl_image): New functions.
23105 (xg_get_image_for_pixmap): Use file_for_image.
23106 (update_frame_tool_bar): If direction is RTL, use RTL image if
23107 defined. Use Gtk stock images if defined.
23108
231092007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23110
23111 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
23112 for nonexistent or zero-width glyph in composition glyph.
23113
231142007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
23115
23116 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
23117
23118 * xdisp.c (Finvisible_p): New function.
23119 (syms_of_xdisp): defsubr it.
23120
231212007-08-24 Juanma Barranquero <lekktu@gmail.com>
23122
23123 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
23124 Doc fixes.
23125
231262007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23127
23128 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
23129
231302007-08-24 Martin Rudalics <rudalics@gmx.at>
23131
23132 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
23133 whether decoding has modified buffer contents.
23134
231352007-08-24 Jason Rumney <jasonr@gnu.org>
23136
23137 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
23138 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
23139 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
23140 (init_svg_functions) [HAVE_NTGUI]: New function.
23141 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
23142 (svg_load_image): Use them.
23143 (svg_load_image) [HAVE_NTGUI]: Implement background.
23144
231452007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23146
23147 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
23148 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
23149 (LIBX): Remove @RSVG_LIBS@.
23150 (LIBES): Add $(RSVG_LIBS).
23151
23152 * image.c (svg_load_image): Blend with specified background if exists.
23153 Use IMAGE_BACKGROUND. Add Mac OS Support.
23154
23155 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
23156 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
23157 Remove macros.
23158 [MAC_OSX] (socket_callback): Do nothing.
23159 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
23160 ReceiveNextEvent.
23161 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
23162 socket_callback.
23163 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
23164
231652007-08-22 Glenn Morris <rgm@gnu.org>
23166
23167 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
23168
231692007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
23170
23171 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
23172
23173 * image.c: Add support for SVG images. Some additional comments
23174 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
23175 (svg_image_p): New function to test for SVG image.
23176 (svg_load): New function to load SVG image.
23177 (svg_load_image): New function, helper for svg_load.
23178 (Qsvg): New Lisp_object.
23179 (svg_keyword_index): New enum.
23180 (svg_format): New static `image_keyword' struct.
23181 (svg_type): New static `image_type' struct.
23182 (librsvg/rsvg.h): Include it.
23183
231842007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
23185
23186 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
23187
231882007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23189
23190 * lread.c (Qold_style_backquotes): New var.
23191 (syms_of_lread): Init and staticpro it.
23192 (load_warn_old_style_backquotes): New fun.
23193 (Fload): Use them to warn about old style backquotes.
23194 (end_of_file_error, Fload): Remove unused vars.
23195
23196 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
23197
23198 * lread.c (Vold_style_backquotes): New var.
23199 (syms_of_lread): Init and export it to Elisp.
23200 (read1): Set it when we find an old-style (back)quote.
23201
232022007-08-22 Jason Rumney <jasonr@gnu.org>
23203
23204 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
23205
232062007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
23207
23208 * puresize.h (BASE_PURESIZE): Increase to 1140000.
23209
232102007-08-19 Richard Stallman <rms@gnu.org>
23211
23212 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
23213
232142007-08-19 Andreas Schwab <schwab@suse.de>
23215
23216 * alloc.c (pure): Round PURESIZE up.
23217
232182007-08-17 Jan Djärv <jan.h.d@swipnet.se>
23219
23220 * xterm.c (handle_one_xevent): Remove check that mouse click is in
23221 active frame.
23222
232232007-08-16 Richard Stallman <rms@gnu.org>
23224
23225 * eval.c (Fcommandp): Add parens to clarify.
23226
23227 * minibuf.c (Fall_completions): Use enum for type of table.
23228
23229 * emacs.c (USAGE2): Improve text.
23230
232312007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
23232
23233 * term.c (tty_default_color_capabilities): Declare static
23234 variables in file scope, to avoid HPUX compiler problem.
23235
232362007-08-13 Jan Djärv <jan.h.d@swipnet.se>
23237
23238 * gtkutil.c (update_frame_tool_bar): Use -1 as index
23239 to gtk_toolbar_insert.
23240
232412007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
23242
23243 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
23244
23245 * insdel.c (reset_var_on_error): New fun.
23246 (signal_before_change, signal_after_change):
23247 Use it to reset (after|before)-change-functions to nil in case of error.
23248 Bind inhibit-modification-hooks to t.
23249 Don't bind (after|before)-change-functions to nil while they run.
23250
232512007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23252
23253 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
23254 filling pixmap with stippled background.
23255
232562007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23257
23258 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
23259 Don't use invisible frame as parent window for repositioning.
23260
232612007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
23262
23263 * print.c (new_backquote_output): Rename from old_backquote_output.
23264 (print): Inverse its logic (according to its name) so as to match the
23265 behavior of new_backquote_flag in lread.c.
23266
232672007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23268
23269 * gmalloc.c (posix_memalign): New function.
23270
23271 * macterm.c (frame_highlight, frame_unhighlight): Don't call
23272 ActivateControl/DeactivateControl here.
23273 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
23274 frame-notice-user-settings is non-nil.
23275 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
23276 for kEventParamFMFontStyle.
23277 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
23278 mac_pass_command_to_system and mac_pass_control_to_system here.
23279 (XTread_socket): Call ActivateControl/DeactivateControl here.
23280 (XTread_socket) [TARGET_API_MAC_CARBON]:
23281 Check mac_pass_command_to_system and mac_pass_control_to_system here.
23282 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
23283 for window repositioning.
23284
232852007-08-08 Glenn Morris <rgm@gnu.org>
23286
23287 * Replace `iff' in doc-strings and comments.
23288
232892007-08-07 Chong Yidong <cyd@stupidchicken.com>
23290
23291 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
23292
232932007-08-07 Martin Rudalics <rudalics@gmx.at>
23294
23295 * fileio.c (Finsert_file_contents): Run format-decode and
23296 after_insert_file_functions on entire buffer when REPLACE is
23297 non-nil and inhibit modification_hooks and point_motion_hooks.
23298 For consistency, run after_insert_file_functions iff something
23299 got inserted. Move signal_after_change and update_compositions
23300 after code running after_insert_file_functions. Make sure that
23301 undo_list doesn't record intermediate steps of the decoding process.
23302
233032007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23304
23305 * emacs.c (main)
23306 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
23307 Call malloc_enable_thread on interactive startup.
23308
23309 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
23310 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
23311 [USE_PTHREAD]: Conditionalize with it.
23312 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
23313 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
23314 New functions.
23315
233162007-08-06 Chong Yidong <cyd@stupidchicken.com>
23317
23318 * xdisp.c (redisplay_window): When restoring original buffer
23319 position, make sure it is still valid.
23320
23321 * image.c (png_load): Ignore png-supplied background color.
23322
233232007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23324
23325 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
23326 Use kCFAbsoluteTimeIntervalSince1970.
23327
23328 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
23329 New variable.
23330 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
23331 event loop should be quit.
23332 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
23333 Quit dialog event loop if quit_dialog_event_loop is set.
23334
23335 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
23336 (Selection): New typedef. Use instead of ScrapRef.
23337 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
23338 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
23339 (mac_clear_selection): Rename from clear_scrap.
23340 (get_flavor_type_from_symbol): New argument SEL and subsume function of
23341 scrap_has_target_type. All uses changed.
23342 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
23343 (mac_selection_has_target_p): New functions.
23344 (mac_put_selection_value): Rename from put_scrap_string.
23345 (mac_get_selection_value): Rename from get_scrap_string.
23346 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
23347 (put_scrap_private_timestamp, scrap_has_target_type)
23348 (get_scrap_private_timestamp): Remove functions.
23349 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
23350 (x_own_selection, x_get_local_selection):
23351 Use mac_valid_selection_value_p.
23352 (x_own_selection): Don't use put_scrap_private_timestamp.
23353 Record OWNERSHIP-INFO into Vselection_alist instead.
23354 (x_get_local_selection): Don't check type if request is local.
23355 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
23356 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
23357
233582007-08-04 Jan Djärv <jan.h.d@swipnet.se>
23359
23360 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
23361 add comment explaining why.
23362
233632007-08-03 Richard Stallman <rms@gnu.org>
23364
23365 * fileio.c (Fvisited_file_modtime): Use make_time.
23366
233672007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
23368
23369 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
23370 build.
23371
233722007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
23373
23374 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
23375
233762007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
23377
23378 * puresize.h (BASE_PURESIZE): Increase to 1130000.
23379
233802007-07-30 Richard Stallman <rms@gnu.org>
23381
23382 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
23383
233842007-07-29 Jan Djärv <jan.h.d@swipnet.se>
23385
23386 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
23387
233882007-07-28 Nick Roberts <nickrob@snap.net.nz>
23389
23390 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
23391 remote default-directory.
23392
23393 * buffer.c (mode-line-format): Update doc string.
23394
233952007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23396
23397 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
23398 scroll bar gap.
23399 (x_scroll_bar_create): Set bar->fringe_extended_p.
23400 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
23401 on frame edge. Check fringe background extension. Don't clear
23402 extended fringe background area.
23403
23404 * w32term.h (struct scroll_bar): New member fringe_extended_p.
23405 (w32_fill_area): Enclose multiple statements with do ... while (0).
23406
23407 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
23408 Extend fringe background to scroll bar gap.
23409 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
23410 Set bar->fringe_extended_p.
23411 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23412 Put leftmost/rightmost scroll bars on frame edge. Check fringe
23413 background extension. Don't clear extended fringe background area.
23414
23415 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23416 New member fringe_extended_p.
23417
234182007-07-25 Glenn Morris <rgm@gnu.org>
23419
23420 * Relicense all FSF files to GPLv3 or later.
23421
23422 * COPYING: Switch to GPLv3.
23423
234242007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
23425
23426 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
23427
23428 * data.c (Finteractive_form): Check for the presence of an
23429 `interactive-form' symbol property more thoroughly.
23430
23431 * data.c (Finteractive_form): Use an `interactive-form' property if
23432 present, analogous to the function-documentation property.
23433
234342007-07-24 Jason Rumney <jasonr@gnu.org>
23435
23436 * w32fns.c (x_real_positions): Get real position from OS instead of
23437 calculating it.
23438
234392007-07-23 Jason Rumney <jasonr@gnu.org>
23440
23441 * filelock.c (current_lock_owner): Allow for @ sign in username.
23442
234432007-07-22 Nick Roberts <nickrob@snap.net.nz>
23444
23445 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
23446 remote default-directory.
23447
23448 * buffer.c (mode-line-format): Describe above case in doc string.
23449
234502007-07-20 Eli Zaretskii <eliz@gnu.org>
23451
23452 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
23453 Define if not defined.
23454
234552007-07-18 Jason Rumney <jasonr@gnu.org>
23456
23457 * w32proc.c (w32_executable_type): Handle 64 bit executables.
23458
234592007-07-18 Richard Stallman <rms@gnu.org>
23460
23461 * data.c (Fsetq_default): Doc fix.
23462
23463 * eval.c (Fsetq): Doc fix.
23464
234652007-07-18 Juanma Barranquero <lekktu@gmail.com>
23466
23467 * coding.c (Ffind_operation_coding_system):
23468 * eval.c (For, Fand): Doc fixes.
23469 Reported by Johan Bockgård.
23470
234712007-07-18 Jan Djärv <jan.h.d@swipnet.se>
23472
23473 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
23474
23475 * xterm.h: Declare x_ewmh_activate_frame.
23476
23477 * xterm.c (x_ewmh_activate_frame): New function.
23478 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
23479
234802007-07-17 Martin Rudalics <rudalics@gmx.at>
23481
23482 * window.c (Fdisplay_buffer): If largest or LRU window is the
23483 only window, split it even if it is not eligible for splitting.
23484 This restores the original behavior broken by the 2007-07-15
23485 change.
23486
234872007-07-17 Glenn Morris <rgm@gnu.org>
23488
23489 * abbrev.c (abbrev_check_chars): New function.
23490 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
23491 Call abbrev_check_chars to check abbrev characters are word
23492 constituents. Doc fix.
23493
234942007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
23495
23496 * process.c (Fstart_process, Fmake_network_process)
23497 (read_process_output): Fix up last changes.
23498
234992007-07-16 Eli Zaretskii <eliz@gnu.org>
23500
23501 * makefile.w32-in (clean): Don't delete *~.
23502
235032007-07-16 Andreas Schwab <schwab@suse.de>
23504
23505 * window.c (Fdisplay_buffer): Use NILP.
23506 (Fset_window_scroll_bars): Likewise.
23507
235082007-07-15 Martin Rudalics <rudalics@gmx.at>
23509
23510 * window.c (window_min_size_2): New function.
23511 (window_min_size_1, size_window, Fdisplay_buffer)
23512 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
23513 windows without mode- or header-lines when window-min-height is
23514 too small.
23515 (size_window): Reset nodelete_p after testing it, following an
23516 earlier note by Kim F. Storm.
23517 (display_buffer): Do not set split_height_threshold to twice the
23518 value of window_min_height to avoid changing the value of a
23519 customizable variable. Rather explicitly check whether the
23520 height of the window that shall be splitted is at least as large
23521 as split_height_threshold.
23522 (Fwindow_full_width_p): New defun.
23523 (syms_of_window): Defsubr it.
23524
23525 * window.h: Add EXFUN for Fwindow_full_width_p.
23526
235272007-07-14 Jason Rumney <jasonr@gnu.org>
23528
23529 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
23530
235312007-07-14 Richard Stallman <rms@gnu.org>
23532
23533 * eval.c (maybe_call_debugger): New function.
23534 (find_handler_clause): Use maybe_call_debugger.
23535 Call it when the handler says `debug'.
23536 Eliminate DEBUGGER_VALUE_PTR.
23537 (Fsignal): Eliminate debugger_value.
23538 (Qdebug): New variable.
23539 (syms_of_eval): Initialize it.
23540
235412007-07-14 Juanma Barranquero <lekktu@gmail.com>
23542
23543 * eval.c (Fprogn):
23544 * keyboard.c (Ftrack_mouse):
23545 * print.c (Fwith_output_to_temp_buffer):
23546 * window.c (Fsave_window_excursion): Doc fix.
23547
235482007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
23549
23550 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
23551
235522007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
23553
23554 * process.h (struct Lisp_Process): Turn slots infd, outfd,
23555 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
23556 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
23557 read_output_delay, and read_output_skip from Lisp_Objects to ints.
23558 Remove unused encoding_carryover.
23559 * process.c: Adjust all functions accordingly.
23560
235612007-07-12 Richard Stallman <rms@gnu.org>
23562
23563 * term.c: Include unistd.h only if HAVE_UNISTD_H.
23564
235652007-07-11 Jason Rumney <jasonr@gnu.org>
23566
23567 * makefile.w32-in (LIBS): Include OLE32.
23568
23569 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
23570 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
23571
235722007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
23573
23574 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
23575 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
23576 from a Lisp_Object into a bare pointer.
23577 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
23578 Adjust the code correspondingly.
23579
23580 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
23581
23582 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
23583 (term_show_mouse_face): Remove unused var `j'.
23584 (handle_one_term_event): Remove unused vars `i' and `j'.
23585 Don't cast return value of ttyname since it's not necessary.
23586
235872007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
23588
23589 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
23590 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
23591
23592 * fns.c (map_char_table): Use an array of int for `indices' rather than
23593 an array of Lisp_Objects (which are only ever integers anyway).
23594 (Fmap_char_table): Update caller.
23595 * lisp.h: Update prototype.
23596 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
23597 * fontset.c (Ffontset_info):
23598 * casetab.c (set_case_table): Update callers.
23599
23600 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
23601
23602 * keymap.c (struct accessible_keymaps_data)
23603 (struct where_is_internal_data): New structures.
23604 (accessible_keymaps_1, where_is_internal_1): Use them to change
23605 interface to adhere to the one used by map_keymap.
23606 (Faccessible_keymaps, where_is_internal): Use map_keymap.
23607 (accessible_keymaps_char_table, where_is_internal_2): Remove.
23608
23609 * keymap.h (map_keymap_function_t): More informative prototype.
23610
236112007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
23612
23613 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
23614 (looking_at_1): Don't change search_regs and last_thing_searched
23615 if `inhibit-changing-match-data' is non-nil.
23616 (string_match_1, search_buffer, set_search_regs): Likewise.
23617 (syms_of_search): Add Lisp level definition for
23618 `inhibit-changing-match-data' and set it to nil.
23619 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
23620 start and end of the match, instead of using values in search_regs.
23621
236222007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23623
23624 * minibuf.c (Fcompleting_read): New value `confirm-only'
23625 for `require-match'.
23626
236272007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
23628
23629 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
23630 part of the 2007-06-27 change to syms_of_fileio.
23631
236322007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23633
23634 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
23635 Check WINDOWP before using XWINDOW. Consolidate return statements.
23636
236372007-06-27 Richard Stallman <rms@gnu.org>
23638
23639 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
23640
236412007-06-27 Juanma Barranquero <lekktu@gmail.com>
23642
23643 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
23644
236452007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23646
23647 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
23648 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
23649 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
23650 (_free_internal, memalign): Use them.
23651 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
23652 Initialize to PTHREAD_MUTEX_INITIALIZER.
23653 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
23654 (morecore_nolock): Rename from morecore. All uses changed.
23655 Use only nolock versions of internal allocation functions.
23656 (_malloc_internal_nolock, _realloc_internal_nolock)
23657 (_free_internal_nolock): New functions created from
23658 _malloc_internal, _realloc_internal, and _free_internal.
23659 (_malloc_internal, _realloc_internal, _free_internal): Use them.
23660 Copy hook value to automatic variable before its use.
23661 (memalign): Copy hook value to automatic variable before its use.
23662
236632007-06-26 Kenichi Handa <handa@m17n.org>
23664
23665 * coding.c (Ffind_operation_coding_system): Docstring improved.
23666 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
23667
236682007-06-25 David Kastrup <dak@gnu.org>
23669
23670 * keymap.c (Fcurrent_active_maps): Add `position' argument.
23671 (Fwhere_is_internal): Adjust call to `current-active-maps' to
23672 cater for additional parameter.
23673
23674 * keymap.h: Adjust number of parameters to `current-active-maps'.
23675
23676 * doc.c (Fsubstitute_command_keys): Adjust call of
23677 `current-active-maps'.
23678
236792007-06-25 David Kastrup <dak@gnu.org>
23680
23681 * callint.c (Fcall_interactively): Make the parsing of interactive
23682 specs somewhat more readable.
23683
236842007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23685
23686 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
23687 to scroll bar gap also when bitmap fills fringe. Draw only foreground
23688 if extended background has already been filled.
23689
236902007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23691
23692 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
23693 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
23694
23695 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
23696 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
23697 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
23698 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
23699 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
23700 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
23701 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
23702 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
23703 Run timers during dialog popup.
23704 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
23705
237062007-06-21 Jason Rumney <jasonr@gnu.org>
23707
23708 * image.c (convert_mono_to_color_image): Swap fore and background.
23709
237102007-06-20 Jason Rumney <jasonr@gnu.org>
23711
23712 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
23713 (w32_free_bdf_font): Unmap memory not handle.
23714
237152007-06-20 Sam Steingold <sds@gnu.org>
23716
23717 * gmalloc.c (__morecore): Fix the declaration to comply with the
23718 definition.
23719
237202007-06-20 Juanma Barranquero <lekktu@gmail.com>
23721
23722 * w32term.c (w32_delete_display): Remove leftover declaration.
23723 (w32_define_cursor, w32_initialize): Make static.
23724
23725 * w32.c (_wsa_errlist): Fix typo in error message.
23726 (init_environment): Ignore any environment variable from the
23727 registry having a null value.
23728
237292007-06-20 Glenn Morris <rgm@gnu.org>
23730
23731 * Makefile.in (LIBGIF): Default to -lgif.
23732
237332007-06-17 Jason Rumney <jasonr@gnu.org>
23734
23735 * w32menu.c (add_menu_item): Don't use multibyte string functions on
23736 unicode strings.
23737
237382007-06-16 Juanma Barranquero <lekktu@gmail.com>
23739
23740 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
23741 Fix typo in docstring.
23742
237432007-06-16 Eli Zaretskii <eliz@gnu.org>
23744
23745 * w32menu.c (add_menu_item): Escape `&' characters in menu items
23746 and their keybindings.
23747
237482007-06-15 Chong Yidong <cyd@stupidchicken.com>
23749
23750 * composite.c (update_compositions): Fix last fix.
23751
237522007-06-14 Jason Rumney <jasonr@gnu.org>
23753
23754 * w32.c (get_process_times_fn): New function pointer.
23755 (globals_of_w32): Intialize it if present in kernel32.dll.
23756 (w32_get_internal_run_time): New function.
23757
23758 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
23759
237602007-06-14 Kenichi Handa <handa@etlken.m17n.org>
23761
23762 * composite.c (update_compositions): Check the validness of
23763 compositions.
23764
237652007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23766
23767 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
23768 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
23769
23770 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
23771 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
23772
23773 * macgui.h (USE_MAC_TOOLBAR): New define.
23774
23775 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
23776 Return immediately unless popup is activated.
23777
23778 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
23779 background to scroll bar gap.
23780 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
23781 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
23782 scroll bars on frame edge. Check fringe background extension.
23783 Don't clear extended fringe background area.
23784 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
23785 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
23786 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
23787 [USE_MAC_TOOLBAR]: New macros.
23788 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
23789 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
23790 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
23791 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
23792 [USE_MAC_TOOLBAR]: New functions.
23793 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
23794 manually if previous repositioning has failed.
23795 (mac_handle_keyboard_event): Use precomputed event kind.
23796 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
23797 as tool bar item click. Handle mouse movement over tool bar items.
23798
23799 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
23800 toolbar_win_gravity.
23801 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
23802 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
23803 Add externs.
23804
23805 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
23806 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
23807
238082007-06-14 Chong Yidong <cyd@stupidchicken.com>
23809
23810 * image.c (search_image_cache): Remove unused variable.
23811
238122007-06-13 Chong Yidong <cyd@stupidchicken.com>
23813
23814 * xfns.c, xmenu.c: Link to xaw3d if available.
23815
238162007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23817
23818 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
23819 frame_foreground and frame_background.
23820
23821 * image.c (lookup_image): Save frame foreground and background colors.
23822 (search_image_cache): Check if saved and current frame colors match.
23823
238242007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
23825
23826 * regex.c (regex_compile): Remove the `regnum' counter.
23827 Use bufp->re_nsub instead. Add support for \(?N:RE\).
23828
238292007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
23830
23831 * term.c: Include intervals.h to declare Fget_text_property.
23832
238332007-06-10 Jason Rumney <jasonr@gnu.org>
23834
23835 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
23836
238372007-06-08 Juanma Barranquero <lekktu@gmail.com>
23838
23839 * callint.c (Fcall_interactively):
23840 * editfns.c (Fdelete_and_extract_region):
23841 * fileio.c (Fread_file_name):
23842 * fns.c (Fmapconcat):
23843 * keyboard.c (cmd_error_internal):
23844 * keymap.c (Fkey_description):
23845 * lread.c (openp):
23846 * minibuf.c (read_minibuf):
23847 * search.c (wordify):
23848 * sunfns.c (sel_read):
23849 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
23850 * xfns.c (x_default_scroll_bar_color_parameter):
23851 * xmenu.c (menu_help_callback):
23852 * xselect.c (Fx_get_atom_name):
23853 * xterm.c (x_term_init): Use empty_unibyte_string.
23854
238552007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
23856
23857 * alloc.c (init_strings): Initialize canonical empty strings.
23858 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
23859 canonical empty string when the requested size is 0.
23860
23861 * emacs.c (empty_unibyte_string): Rename from empty_string.
23862 (empty_multibyte_string): New canonical empty string.
23863 (syms_of_emacs): Don't initialize empty_string.
23864
23865 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
23866 string, if appropriate.
23867 (empty_unibyte_string, empty_multibyte_string): New externs.
23868 (empty_string): Remove extern.
23869
23870 * lread.c (syms_of_lread): Use empty_unibyte_string.
23871
238722007-06-07 Jason Rumney <jasonr@gnu.org>
23873
23874 * s/ms-w32.h: Don't define HAVE_TZNAME.
23875
23876 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
23877
238782007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23879
23880 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
23881
23882 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
23883 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
23884
23885 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
23886 Don't call next handler.
23887 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
23888 Remove argument. Install handler to application.
23889 (set_frame_menubar): Don't change deep_p.
23890 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
23891 FRAME_OUTER_TO_INNER_DIFF_Y.
23892 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
23893 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
23894 [HAVE_DIALOGS]: New macros.
23895 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
23896 Use them.
23897 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
23898
23899 * macselect.c [MAC_OSX] (install_service_handler): Rename from
23900 init_service_handler. All callers changed. Return OSStatus value.
23901
23902 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
23903 All callers changed so as not to call SetPortWindowPort.
23904 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
23905 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
23906 mac_draw_string_common.
23907 (mac_draw_image_string_qd): Likewise.
23908 (mac_draw_string_common): Use them. Add INLINE.
23909 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
23910 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
23911 GetGlobalMouse.
23912 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
23913 and FRAME_OUTER_TO_INNER_DIFF_Y.
23914 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
23915 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
23916 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
23917 repositioning window to mac_handle_window_event.
23918 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
23919 saving window location to mac_handle_window_event
23920 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
23921 (install_menu_target_item_handler): Remove argument in extern.
23922 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
23923 Also accept command events.
23924 (do_keystroke): New function created from XTread_socket.
23925 (init_command_handler): Remove functions.
23926 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
23927 and save window location by kEventWindowShowing and kEventWindowHiding
23928 handlers here. Don't call next handler for window state change and
23929 focus events.
23930 (mac_handle_application_event, mac_handle_keyboard_event)
23931 [TARGET_API_MAC_CARBON]: New functions.
23932 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
23933 kEventWindowShowing and kEventWindowHiding events. Move installation
23934 of mouse, font, text input and menu target item handlers to
23935 install_application_handler.
23936 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
23937 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
23938 New function.
23939 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
23940 Register it.
23941 (XTread_socket) [TARGET_API_MAC_CARBON]:
23942 Consolidate SendEventToEventTarget calls.
23943 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
23944 Move application activation handler to mac_handle_application_event.
23945 Move keyboard handler to mac_handle_keyboard_event.
23946 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
23947 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
23948 init_command_handler. Call install_application_handler.
23949
23950 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
23951 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
23952
239532007-06-07 Glenn Morris <rgm@gnu.org>
23954
23955 * emacs.c (main): Use `emacs-copyright' in --version output.
23956
239572007-06-06 Chong Yidong <cyd@stupidchicken.com>
23958
23959 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
23960
239612007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23962
23963 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
23964
23965 * macgui.h: Replace WindowPtr with WindowRef.
23966
23967 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
23968 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
23969 Replace ControlHandle with ControlRef.
23970 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
23971
23972 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
23973 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
23974 Replace ControlHandle with ControlRef.
23975 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
23976 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
23977
23978 * macterm.h (struct scroll_bar): Rename member control_handle_low
23979 and control_handle_high to control_ref_low and control_ref_high.
23980 All uses changed.
23981 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
23982 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
23983 respectively. All uses changed.
23984 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
23985 (install_window_handler, remove_window_handler): Replace WindowPtr
23986 with WindowRef in externs.
23987
239882007-06-05 Juanma Barranquero <lekktu@gmail.com>
23989
23990 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
23991
239922007-06-03 Nick Roberts <nickrob@snap.net.nz>
23993
23994 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
23995
23996 * frame.c (Fmouse_position, Fmouse_pixel_position):
23997 Condition on HAVE_GPM too.
23998
23999 * term.c (term_mouse_highlight): Remove unused variables.
24000 (Fterm_open_connection): Set gpm_zerobased to 1.
24001 (term_mouse_movement, term_mouse_click, handle_one_term_event):
24002 Use zero based co-ordinates.
24003 (handle_one_term_event): Report a drag as mouse movement too.
24004
24005 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
24006
240072007-06-03 Chong Yidong <cyd@stupidchicken.com>
24008
24009 * image.c (search_image_cache): New function. Require background
24010 color match if background color is unspecified in the image spec.
24011 (uncache_image, lookup_image): Use it.
24012
240132007-06-01 Juanma Barranquero <lekktu@gmail.com>
24014
24015 * window.c (Fshrink_window): Reflow docstring.
24016
240172007-06-02 Chong Yidong <cyd@stupidchicken.com>
24018
24019 * Version 22.1 released.
24020
240212007-06-01 Richard Stallman <rms@gnu.org>
24022
24023 * xfns.c (x_encode_text): Add GCPRO.
24024
240252007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24026
24027 * xfns.c (x_set_name_internal): Save encoded name before
24028 x_encode_text in case string data is relocated.
24029
240302007-05-31 Richard Stallman <rms@gnu.org>
24031
24032 * buffer.c (syms_of_buffer): Doc fix.
24033
240342007-05-30 Nick Roberts <nickrob@snap.net.nz>
24035
24036 * sysdep.c (init_sys_modes): Add rather than replace with
24037 O_NONBLOCK.
24038
24039 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
24040 term_mouse_moveto.
24041
24042 * termhooks.h (term_mouse_moveto): New extern.
24043
24044 * term.c (mouse_face_window): Rename...
24045 (Qmouse_face_window): ...to this.
24046 (term_show_mouse_face, term_clear_mouse_face)
24047 (term_mouse_highlight): Use Qmouse_face_window.
24048 (term_mouse_moveto): New function.
24049 (term_mouse_position): Make it work.
24050 (syms_of_term): Uncomment assignment to mouse_position_hook.
24051 Staticpro Qmouse_face_window.
24052
240532007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24054
24055 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
24056 around current_column call.
24057
240582007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
24059
24060 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
24061 * xdisp.c (next_element_from_buffer):
24062 * window.c (delete_window):
24063 * term.c (term_mouse_highlight):
24064 * msdos.c (getdefdir):
24065 * macterm.c (mac_create_bitmap_from_bitmap_data)
24066 (init_font_name_table):
24067 * fns.c (Fsxhash):
24068 * data.c (Fmake_local_variable):
24069 * ccl.c (ccl_driver): Likewise.
24070
240712007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24072
24073 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
24074 Call mac_wakeup_from_rne on window size change.
24075
240762007-05-25 Chong Yidong <cyd@stupidchicken.com>
24077
24078 * image.c (uncache_image): Fix typo.
24079
240802007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
24081
24082 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
24083
240842007-05-22 Richard Stallman <rms@gnu.org>
24085
24086 * xterm.c (x_connection_closed): Remove NO_RETURN.
24087
240882007-05-22 Martin Rudalics <rudalics@gmx.at>
24089
24090 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
24091
240922007-05-21 Chong Yidong <cyd@stupidchicken.com>
24093
24094 * image.c (uncache_image): New function.
24095 (Fimage_refresh): New function.
24096
240972007-05-20 Jan Djärv <jan.h.d@swipnet.se>
24098
24099 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
24100
241012007-05-20 Nick Roberts <nickrob@snap.net.nz>
24102
24103 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
24104 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
24105
241062007-05-20 Nick Roberts <nickrob@snap.net.nz>
24107
24108 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
24109 conditional on [HAVE_GPM_H].
24110
241112007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
24112
24113 * syntax.c (skip_chars): Update syntax-table only after we checked that
24114 the new location is valid.
24115
241162007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24117
24118 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
24119 mac_get_window_bounds.
24120
241212007-05-20 Nick Roberts <nickrob@snap.net.nz>
24122
24123 * Makefile.in (LIBGPM): Allow it to be set from configure.
24124 If set then link Emacs with it.
24125
24126 * config.in: Regenerate.
24127
24128 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
24129 New externs.
24130
24131 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
24132 Include gpm.h.
24133 (handle_one_term_event, term_gpm): New externs.
24134
24135 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
24136 and allow it to be interrupted by SIGIO.
24137
24138 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
24139 (wait_reading_process_output): Wait on gpm_fd too.
24140 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
24141 (add_gpm_wait_descriptor_called_flag): New variable.
24142 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
24143
24144 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
24145 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
24146 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
24147 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
24148 (make_lispy_event): Add case GPM_CLICK_EVENT.
24149 (read_avail_input): Handle mouse input.
24150
24151 * term.c (write_glyphs_with_face): New function.
24152 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
24153 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
24154 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
24155 (mouse_face_face_id, term_gpm, pos_x, pos_y)
24156 (last_mouse_x, last_mouse_y): New variables.
24157 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
24158 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
24159 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
24160 (Fterm_close_connection): New functions.
24161 (term_init): Initialise mouse_face_window.
24162
241632007-05-19 Chong Yidong <cyd@stupidchicken.com>
24164
24165 * xdisp.c (redisplay_window): If first window line is a
24166 continuation line, recompute the new window start instead of
24167 recentering.
24168
241692007-05-18 Glenn Morris <rgm@gnu.org>
24170
24171 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
24172 Suggested by Alfred M. Szmidt <ams@gnu.org>.
24173
241742007-05-17 Glenn Morris <rgm@gnu.org>
24175
24176 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
24177
241782007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24179
24180 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
24181 dead key repeat and up events.
24182
241832007-05-14 Chong Yidong <cyd@stupidchicken.com>
24184
24185 * image.c (pbm_load): Check image size for monochrome pbm.
24186
241872007-05-13 Chong Yidong <cyd@stupidchicken.com>
24188
24189 * xterm.c (XTread_socket): Revert last change.
24190
241912007-05-12 Chong Yidong <cyd@stupidchicken.com>
24192
24193 * image.c (pbm_load): Correctly check image size for greyscale pbm.
24194
24195 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
24196
241972007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24198
24199 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
24200 mixup (YAILOM).
24201
242022007-05-07 Andreas Schwab <schwab@suse.de>
24203
24204 * keymap.c (Flookup_key): Fix typo in last change.
24205
242062007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24207
24208 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
24209 mapping for unibyte strings.
24210
242112007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24212
24213 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
24214 (Fx_popup_dialog) [MAC_OSX]: Likewise.
24215
242162007-04-29 Richard Stallman <rms@gnu.org>
24217
24218 * insdel.c (replace_range): For undo, record insertion first.
24219
242202007-04-29 Andreas Schwab <schwab@suse.de>
24221
24222 * lisp.h (VECSIZE): Use OFFSETOF.
24223
242242007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24225
24226 * xdisp.c (try_window_reusing_current_matrix): Fix number of
24227 disabled lines.
24228
242292007-04-28 Richard Stallman <rms@gnu.org>
24230
24231 * lread.c (read_escape): In a string, \s is always space.
24232
242332007-04-27 Jan Djärv <jan.h.d@swipnet.se>
24234
24235 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
24236
24237 * gtkutil.c (xg_update_menubar, create_menus): Create empty
24238 submenu for menu bar items.
24239
24240See ChangeLog.10 for earlier changes.
24241
24242;; Local Variables:
24243;; coding: utf-8
24244;; add-log-time-zone-rule: t
aac0c6e3
MR
24245;; End:
24246
e3eb1dae 24247 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
aac0c6e3
MR
24248
24249 This file is part of GNU Emacs.
24250
24251 GNU Emacs is free software: you can redistribute it and/or modify
24252 it under the terms of the GNU General Public License as published by
24253 the Free Software Foundation, either version 3 of the License, or
24254 (at your option) any later version.
24255
24256 GNU Emacs is distributed in the hope that it will be useful,
24257 but WITHOUT ANY WARRANTY; without even the implied warranty of
24258 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24259 GNU General Public License for more details.
24260
24261 You should have received a copy of the GNU General Public License
24262 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24263
24264;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40