Fix whitespace in ChangeLogs.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
ce8f5a9a
AS
12010-06-30 Andreas Schwab <schwab@linux-m68k.org>
2
3 * process.c (create_process): Avoid using invalid file descriptors.
4
5 * callproc.c (child_setup): Avoid closing a file descriptor twice.
6
bf935339
J
72010-06-30 Jan Djärv <jan.h.d@swipnet.se>
8
9 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
10 Improve documentation. Return font regardless of use_system_font.
11 (syms_of_xsettings): Improve documentation for font-use-system-font.
12
769e9d47
KH
132009-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
14
15 * xftfont.c (xftfont_open): Check font width one by one also when
16 spacing is dual.
17
18 * ftfont.c (ftfont_open): Ditto.
19
6259c2ec
GM
202010-06-30 Glenn Morris <rgm@gnu.org>
21
a46007e9
GM
22 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
23
6259c2ec
GM
24 * Makefile.in (CANNOT_DUMP): Update for configure name change.
25
26 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
27 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
28 * s/darwin.h (SYSTEM_MALLOC):
29 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
30
5d1d3d04
J
312010-06-29 Jan Djärv <jan.h.d@swipnet.se>
32
33 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
34 (ns_get_screen): Don't assign integer to f.
35 (Fx_display_color_cells): Declarations before statements.
36
e547b051
J
372010-06-28 Jan Djärv <jan.h.d@swipnet.se>
38
5fc8e5bc
J
39 * xfns.c (x_default_font_parameter): Remove got_from_system
40 (Bug#6526).
41
e547b051
J
42 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
43 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
44 defines based on what configure finds.
45
46 * xterm.c (XTflash): Use gtk_widget_get_window.
47 (xg_scroll_callback): Use gtk_adjustment_get_upper and
48 gtk_adjustment_get_page_size.
49 (handle_one_xevent): Use gtk_widget_get_mapped.
50 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
51 messages.
52
53 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
54
55 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
56 HAVE_GTK_FILE_SELECTION_NEW.
57
58 * gtkutil.c (xg_display_open, xg_display_close): Remove
59 HAVE_GTK_MULTIDISPLAY, it is always defined.
60 (xg_display_open): Return type is void.
61 (gtk_widget_set_has_window)
62 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
63 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
64 (gtk_adjustment_set_page_increment)
65 (gtk_adjustment_get_step_increment): #define these if not found
66 by configure.
67 (remove_submenu): New define based on Gtk+ version.
68 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
69 gtk_widget_get_window.
70 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
71 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
72 (create_dialog): Use gtk_dialog_get_action_area and
73 gtk_dialog_get_content_area.
74 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
75 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
76 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
77 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
78 g_object_ref and g_object_unref.
79 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
80 gtk_widget_get_sensitive.
81 (xg_update_submenu): Use remove_submenu.
82 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
83 properties instead to get old x and y position.
84 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
85 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
2b7e356a 86 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
e547b051
J
87 (xg_get_tool_bar_widgets): New function.
88 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
89 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
90 (toolbar_set_orientation): New #define based on if configure
91 finds gtk_orientable_set_orientation.
92 (xg_create_tool_bar): Call toolbar_set_orientation.
93 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
94 instead of gtk_box_pack_start_defaults.
95
b9229673
CY
962010-06-28 Chong Yidong <cyd@stupidchicken.com>
97
98 * cmds.c (Fdelete_backward_char): Move into Lisp.
99
bbc803b0
DN
1002010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
101
102 * s/freebsd.h (BSD4_2): Remove redundant definition.
103 bsd-common.h defines it already.
104
6431f2e6
CY
1052010-06-27 Chong Yidong <cyd@stupidchicken.com>
106
107 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
108 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
109 tool-bar-mode, which are now set using these X resources at
110 startup, to determine the defaults (Bug#2249).
111
112 * w32fns.c (Fx_create_frame):
113 * nsfns.m (Fx_create_frame): Likewise.
114
115 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
116
8c079ebb
JB
1172010-06-24 Juanma Barranquero <lekktu@gmail.com>
118
119 * gtkutil.c (xg_update_scrollbar_pos):
120 Avoid C99 mid-block variable declaration.
121
e9b7ab96
JD
1222010-06-22 Jan Djärv <jan.h.d@swipnet.se>
123
bc869eca
JD
124 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
125
2b7e356a 126 * gtkutil.h (xg_show_scroll_bar): Remove.
bc869eca
JD
127
128 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
129 if height is less than scroll bar min size.
130 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
131
e9b7ab96
JD
132 * xfns.c (x_default_font_parameter): Try to open font from system
133 before using it (bug#6478). Rename got_from_gconf to got_from_system.
134
32a679fd
JD
1352010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
136
137 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
138
70c4cfbb
EZ
1392010-06-20 Eli Zaretskii <eliz@gnu.org>
140
141 * xdisp.c (try_scrolling): When scroll-conservatively is set to
142 most-positive-fixnum, be extra accurate when scrolling window
143 start, to avoid missing the cursor line.
144
ad5a12b5
EZ
1452010-06-19 Eli Zaretskii <eliz@gnu.org>
146
147 * xdisp.c (try_scrolling): Compute the limit for searching point
148 in forward scroll from scroll_max, instead of an arbitrary limit
149 of 10 screen lines. See
150 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
151 and
152 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
153 for details.
154
2a64315a 1552010-06-16 Glenn Morris <rgm@gnu.org>
6fda6a0c
GM
156
157 * editfns.c (Fbyte_to_string): Pacify compiler.
158
288cf4e9
SM
1592010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * lread.c (read1): Phase out old-style backquotes a bit more.
162
6e6e5760
EZ
1632010-06-12 Eli Zaretskii <eliz@gnu.org>
164
cbc4fd20
EZ
165 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
166 bidimirror.h.
167
168 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
169
317fbf33
EZ
170 * bidi.c (bidi_initialize): Remove explicit initialization of
171 bidi_type_table; include biditype.h instead. Don't support
288cf4e9 172 entries whose second codepoint is zero. Initialize bidi_mirror_table.
cbc4fd20 173 (bidi_mirror_char): Use bidi_mirror_table.
317fbf33
EZ
174
175 * biditype.h: New file.
176
cbc4fd20
EZ
177 * bidimirror.h: New file.
178
6e6e5760
EZ
179 * window.c (syms_of_window): Doc fix (bug#6409).
180
4176cba2
RF
1812010-06-12 Romain Francoise <romain@orebokech.com>
182
183 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
184 ediff-hook.
185
cb4bfcb5
GM
1862010-06-10 Glenn Morris <rgm@gnu.org>
187
64c60c2f
GM
188 * editfns.c (Fbyte_to_string): Pacify compiler.
189
cb4bfcb5
GM
190 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
191
e454a4a3
SM
1922010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
193
194 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
195 Check `object's type before accessing its guts.
196
c1b1acc2
DN
1972010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
198
199 * s/usg5-4.h: Fix previous change.
200 Suggested by Lawrence Mitchell <wence@gmx.li>
201
657d4c0b
AS
2022010-06-08 Andreas Schwab <schwab@linux-m68k.org>
203
204 * minibuf.c (Fall_completions): Add more checks.
205
9b27fd9f
JB
2062010-06-08 Juanma Barranquero <lekktu@gmail.com>
207
208 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
209
a99ebb40
DN
2102010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
211
d7c5d87d
DN
212 * lread.c (X_OK): Remove, unused.
213
0263a941
DN
214 * dispnew.c: Remove obsolete comment.
215
a99ebb40
DN
216 Remove INCLUDED_FCNTL.
217 * xterm.c (INCLUDED_FCNTL):
218 * callproc.c (INCLUDED_FCNTL):
219 * alloc.c (INCLUDED_FCNTL):
220 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
221 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
222
13b5221f
MR
2232010-06-07 Martin Rudalics <rudalics@gmx.at>
224
225 * window.c (Fselect_window): Move `record_buffer' up to the
226 beginning of this function, so the buffer gets recorded
227 even if the selected window does not change.
228 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
229
5220357f
JB
2302010-06-07 Juanma Barranquero <lekktu@gmail.com>
231
232 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
233 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
234
3085237c
DN
2352010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
236
237 Remove BSTRING related code, all platforms define it.
238 * s/usg5-4.h (BSTRING): Remove definition.
239 * s/template.h (BSTRING):
240 * s/msdos.h (BSTRING):
241 * s/ms-w32.h (BSTRING):
242 * s/hpux10-20.h (BSTRING):
243 * s/gnu-linux.h (BSTRING):
244 * s/darwin.h (BSTRING):
245 * s/cygwin.h (BSTRING):
246 * s/bsd-common.h (BSTRING):
247 * s/aix4-2.h (BSTRING): Likewise.
248 * sysdep.c: Remove code depending on BSTRING not being defined.
249
409f2919
JB
2502010-06-05 Juanma Barranquero <lekktu@gmail.com>
251
252 Remove obsolete macro BASE_LEADING_CODE_P.
253 * character.h (BASE_LEADING_CODE_P): Remove.
254 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
255 * buffer.c (Fset_buffer_multibyte):
256 * indent.c (scan_for_column, compute_motion):
257 * insdel.c (count_combining_before, count_combining_after):
258 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
259
087fc47a
JB
2602010-06-04 Juanma Barranquero <lekktu@gmail.com>
261
262 Turn `directory-sep-char' into a noop.
263
264 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
265 (DIRECTORY_SEP): Define unconditionally.
266
267 * s/ms-w32.h (DIRECTORY_SEP): Remove.
268
269 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
270 call dostounix_filename directly.
271
272 * fileio.c (CORRECT_DIR_SEPS): Remove.
273 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
274 (Fsubstitute_in_file_name): Use dostounix_filename instead.
275 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
276 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
277
278 * w32proc.c (CORRECT_DIR_SEPS): Remove.
279 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
280
0eb7675e
AS
2812010-06-03 Andreas Schwab <schwab@linux-m68k.org>
282
283 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
f07b083d 284 address. (Bug#6346)
0eb7675e 285
78edd3b7
JB
2862010-06-03 Juanma Barranquero <lekktu@gmail.com>
287
288 * ccl.c (Fccl_program_p): Fix typo in docstring.
289
eb697db5
DN
2902010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
291
292 Move UNEXEC definition to autoconf.
293 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
294 * s/sol2-10.h (UNEXEC):
295 * s/irix6-5.h (UNEXEC):
296 * s/hpux10-20.h (UNEXEC):
297 * s/gnu-linux.h (UNEXEC):
298 * s/darwin.h (UNEXEC):
299 * s/cygwin.h (UNEXEC):
300 * s/bsd-common.h (UNEXEC):
301 * s/aix4-2.h (UNEXEC):
302 * m/alpha.h (UNEXEC): Likewise.
303 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
304
aa3830c4
JB
3052010-06-03 Juanma Barranquero <lekktu@gmail.com>
306
307 Remove obsolete pre-unicode2 macros.
308 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
309 * composite.c (composition_reseat_it):
310 * data.c (Faset):
311 * fns.c (Ffillarray):
312 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
313 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
314
d234d13e
JL
3152010-06-03 Juri Linkov <juri@jurta.org>
316
317 * buffer.c (Fother_buffer): Add CHECK_FRAME.
318 (Fswitch_to_buffer): Remove unused variable `err'.
319
0d4bcf4d
GM
3202010-06-03 Glenn Morris <rgm@gnu.org>
321
e23dc1e2
GM
322 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
323
05b09564
GM
324 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
325 now that AH_BOTTOM does it.
326
824e2978
GM
327 * m/hp800.h (HAVE_ALLOCA):
328 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
329
0d4bcf4d
GM
330 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
331 Remove NOT_C_CODE tests, it is always true now.
332
c55d2abf
DN
3332010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
334
08a494a3
DN
335 Fix config.h includes.
336 * xsettings.c:
337 * xgselect.c:
338 * nsterm.m:
339 * nsselect.m:
340 * nsimage.m:
341 * nsfont.m:
342 * nsfns.m:
343 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
344 other files do.
345
75934b1d
DN
346 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
347
9f32a766
DN
348 * s/sol2-6.h: Remove obsolete comments.
349
c55d2abf
DN
350 Remove unnecessary alloca.h includes.
351 * keymap.c: Do not include alloca.h, config.h does that.
352 * sysdep.c: Likewise. Do not define fwrite, not used.
353
06ac62b4
SM
3542010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
355
356 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
357 the HAVE_TERMIO where it belongs (bug#6149).
358
1ab8293c
SM
3592010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
360
361 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
362 of bug#6305).
363
6dcfd253
EZ
3642010-05-30 Eli Zaretskii <eliz@gnu.org>
365
366 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
367 state is always cached (bug#6306).
368
6d26bbb2
EZ
3692010-05-29 Eli Zaretskii <eliz@gnu.org>
370
06fa4a23
EZ
371 Fix cursor motion in bidi-reordered continued lines.
372 * xdisp.c (try_cursor_movement): Backup to non-continuation line
373 only after finding point's row. Fix the logic. Rewrite the loop
6d26bbb2
EZ
374 over continuation lines in bidi-reordered buffers. Return
375 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
376 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
377
f5783df3
MA
3782010-05-28 Michael Albinus <michael.albinus@gmx.de>
379
380 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
381
7d56b2dd
KH
3822010-05-28 Kenichi Handa <handa@m17n.org>
383
384 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
385 Don't sheck SPEC if it is nil.
386 (font_list_entities): Call font_delete_unmatched if
b925d231 387 Vface_ignored_fonts is non-nil. (Bug#6287)
7d56b2dd 388
e58d4ff7
GM
3892010-05-28 Glenn Morris <rgm@gnu.org>
390
391 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
392
f1a5d776
CY
3932010-05-27 Chong Yidong <cyd@stupidchicken.com>
394
395 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
396 whether to trash.
397 (internal_delete_file, Frename_file): Callers changed.
398 (delete_by_moving_to_trash): Doc fix.
399 (Fdelete_directory_internal): Don't move to trash.
400
401 * callproc.c (delete_temp_file):
402 * buffer.c (Fkill_buffer): Callers changed.
403
404 * lisp.h: Update prototype.
405
f44a59e6
CY
4062010-05-27 Chong Yidong <cyd@stupidchicken.com>
407
408 * xdisp.c (redisplay_window): After redisplay, check if point is
409 still valid before setting it (Bug#6177).
410
81ac4f35
GM
4112010-05-27 Glenn Morris <rgm@gnu.org>
412
413 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
414 Convert comments to Makefile format.
415
416 * Makefile.in (bootstrap-clean): No more Makefile.c.
417
ccd89fb3
GM
4182010-05-26 Glenn Morris <rgm@gnu.org>
419
90278cb6
GM
420 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
421 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
422
ccd89fb3
GM
423 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
424 Remove.
425 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
426
b7050583
KH
4272010-05-26 Kenichi Handa <handa@m17n.org>
428
429 * composite.c (composition_compute_stop_pos): Fix condition for
430 backward scanning.
431
e5458003
GM
4322010-05-25 Glenn Morris <rgm@gnu.org>
433
c345fe90
GM
434 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
435 Move before TEMACS_LDFLAGS.
436 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
437 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
438
2e0689ab
GM
439 * Makefile.in (NOT_C_CODE): No longer define.
440 (config.h): No longer include.
441
8009a5e8
GM
442 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
443 variables it may reference.
444
e5458003
GM
445 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
446 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
447
10f72a37
KH
4482010-05-25 Kenichi Handa <handa@m17n.org>
449
450 * dispextern.h (struct composition_it): New members rule_idx and
451 charpos.
452
453 * xdisp.c (set_iterator_to_next): While scanning backward, assume
454 that the character positions of IT point the last character of the
455 current grapheme cluster.
456 (next_element_from_composition): Don't change character positions
457 of IT.
458 (append_composite_glyph): Set glyph->charpos to
459 it->cmp_it.charpos.
460
461 * composite.c (autocmp_chars): Change the first argument to RULE,
462 and try composition with RULE only.
463 (composition_compute_stop_pos): Record the index number of the
464 composition rule in CMP_IT->rule_idx.
465 (composition_reseat_it): Call autocmp_chars repeatedly until the
466 correct rule of the composition is found.
467 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
468 is at the last character of the current grapheme cluster when
469 CMP_IT->reversed_p is nonzero.
470
171eda53 4712010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
f5b416d2 472
171eda53
SM
473 * editfns.c (Fbyte_to_string): New function.
474
66a9f7f4
SM
4752010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
476
477 * process.c (Fmake_network_process): Set :host to nil if it's not used.
478 Suggested by Masatake YAMATO <yamato@redhat.com>.
479
d8c315d1
EZ
4802010-05-23 Eli Zaretskii <eliz@gnu.org>
481
171eda53 482 * dispextern.h (init_iterator): Sync prototype with changed definition.
d8c315d1 483
f5b416d2 4842010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
485
486 * s/netbsd.h: If terminfo is found, use it in preference to
487 termcap. (Bug#6190) [Backport from trunk]
488
0416466c
EZ
4892010-05-19 Eli Zaretskii <eliz@gnu.org>
490
11117830 491 Redesign and reimplement bidi-aware edge positions of glyph rows.
d36fe237
EZ
492
493 * dispextern.h (struct glyph_row): New members minpos and maxpos.
494 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
495 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
496 and maxpos members instead of start.pos and end.pos, respectively.
497
498 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
499 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
500 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
66a9f7f4
SM
501 (try_window_reusing_current_matrix, try_window_id):
502 Use ROW->minpos rather than ROW->start.pos.
d36fe237
EZ
503 (init_from_display_pos, init_iterator): Use EMACS_INT for
504 character and byte positions.
66a9f7f4 505 (find_row_edges): Rename from find_row_end. Accept additional
d36fe237
EZ
506 arguments for minimum and maximum buffer positions seen by
507 display_line for this row. Don't use iterator to find the
508 position following the maximum one; instead, increment the
11117830
EZ
509 position found by display_line directly. Fix logic; eol_pos
510 should be tested before the rest. Handle the case of characters
511 delivered from display vector (bug#6036). Fix tests related to
512 it->method. Handle the truncated_on_right_p rows.
513 (RECORD_MAX_MIN_POS): New macro.
514 (display_line): Use it to record the minimum and maximum buffer
515 positions for glyphs in the row being assembled. Record the
516 position of the newline that terminates the line. If word wrap is
517 in effect, restore minimum and maximum positions seen up to the
518 wrap point, when iterator returns to it.
519 (try_window_reusing_current_matrix): Give up if in bidi-reordered
520 row and cursor not already at point. Restore original pre-bidi
521 code for unidirectional buffers.
d36fe237
EZ
522
523 * dispnew.c (increment_row_positions, check_matrix_invariants):
524 Increment and check row->start.pos and row->end.pos, in addition
525 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
526
11117830
EZ
527 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
528 Display truncated_on_left_p and truncated_on_right_p flags.
529 Formatting fixes.
530 (pmtxrows): Display the ordinal number of each row. Don't display
531 rows beyond the last one.
532
533 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
534 it is not copied by bidi_copy_it.
535
6e83d800
EZ
5362010-05-22 Eli Zaretskii <eliz@gnu.org>
537
538 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
539 (Bug#6237)
540
110683ad
CY
5412010-05-22 Chong Yidong <cyd@stupidchicken.com>
542
543 * image.c (Fimage_flush): Rename from image-refresh.
544
98fe5161
CY
5452010-05-21 Chong Yidong <cyd@stupidchicken.com>
546
547 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
548 just one window.
549
550 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
551 (clear_image_cache): If the number of cached images is unusually
552 large, decrease the cache eviction delay (Bug#6230).
553
e8752c66
GM
5542010-05-21 Glenn Morris <rgm@gnu.org>
555
66dbf213
GM
556 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
557 Move these rules to ns.mk.
558 * ns.mk: New file.
559
04384b2d
GM
560 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
561
e8752c66
GM
562 * Makefile.in (CANNOT_DUMP): New, set by configure.
563 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
564
2e2bbddb
JL
5652010-05-20 Juri Linkov <juri@jurta.org>
566
567 * fileio.c (Fdelete_file): Change interative spec to use
568 `read-file-name' like in `find-file-read-args' where the default
569 value is `default-directory' instead of `buffer-file-name'.
570 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
571
31c4aaf6
KR
5722010-05-20 Kevin Ryde <user42@zip.com.au>
573
574 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
575 (Voverriding_terminal_local_map, Vsystem_key_alist)
576 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
577
9d5cf9b6
GM
5782010-05-20 Glenn Morris <rgm@gnu.org>
579
580 * Makefile.in (DEPDIR): New constant.
581 (DEPFLAGS): Set with configure, not cpp.
582 (MKDEPDIR): New, set by configure.
583 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
584 (clean): Use $DEPDIR.
585 (deps_frag): Include from configure.
586 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
587 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
588
ead6f8f5
EZ
589 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
590 reallocation of the cache. (Bug#6210)
591
7f34aec3
GM
5922010-05-19 Glenn Morris <rgm@gnu.org>
593
d494e8f2
GM
594 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
595
c1d0dcfd
GM
596 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
597 (GNULIB_VAR): Remove.
598 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
599
600 * m/ibms390x.h (LINKER):
601 * m/macppc.h (LINKER) [GNU_LINUX]:
602 * s/aix4-2.h (ORDINARY_LINK):
603 * s/cygwin.h (LINKER):
604 * s/darwin.h (ORDINARY_LINK):
605 * s/gnu.h (ORDINARY_LINK):
606 * s/netbsd.h (LINKER):
607 * s/usg5-4.h (ORDINARY_LINK):
608 Move to configure.
609
7f34aec3
GM
610 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
611
754790b6
CY
6122010-05-18 Chong Yidong <cyd@stupidchicken.com>
613
614 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
615 prevent stack overflow if number of arguments is too large
616 (Bug#6214).
617
161e44d1
JB
6182010-05-18 Juanma Barranquero <lekktu@gmail.com>
619
620 * charset.c (load_charset_map_from_file): Don't call close after fclose.
621
be4ff9da
GM
6222010-05-18 Glenn Morris <rgm@gnu.org>
623
9539dc5d
GM
624 * s/gnu-linux.h: Combine two conditionals.
625
626 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
6665f4c5
GM
627 $(POST_ALLOC_OBJ).
628
40dc6bf4
GM
629 * Makefile.in (RALLOC_OBJ): New, set by configure.
630 (rallocobj): Replace with the previous variable.
631 (otherobj): Use $RALLOC_OBJ.
632
633 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
634 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
635
be4ff9da
GM
636 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
637 (gmallocobj, vmlimitobj): Replace with previous two variables.
638 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
639
16455a85
GM
6402010-05-17 Glenn Morris <rgm@gnu.org>
641
642 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
643 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
644
5fdb7468
GM
6452010-05-16 Glenn Morris <rgm@gnu.org>
646
7ca1f3f9
GM
647 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
648
7541dad5
GM
649 * Makefile.in (clean): Get rid of HAVE_NS conditional.
650
da53fab9
GM
651 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
652 trailing "/".
653
b02a6645
GM
654 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
655 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
656
8877ca0f
GM
657 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
658 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
659 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
660 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
661 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
662
5fdb7468
GM
663 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
664 Remove ${STARTFLAGS}, nothing ever sets it.
665
95adb4b1
DN
6662010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
667
668 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
669
676b6304
GM
6702010-05-16 Glenn Morris <rgm@gnu.org>
671
9beab9ce
GM
672 * Makefile.in (LIBX_BASE): Always define.
673
8a95f0e7
GM
674 * Makefile.in (LIBX_OTHER): Move out of cpp section.
675
676b6304
GM
676 * Makefile.in (LIBXT): Always define.
677
6e546d18
GM
6782010-05-15 Glenn Morris <rgm@gnu.org>
679
4235ca47 680 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
02d4ac0e 681
6e546d18
GM
682 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
683 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
684
8c5ff6dd
KR
6852010-05-15 Ken Raeburn <raeburn@raeburn.org>
686
560bb7ae 687 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
52766425
KR
688 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
689
8b4eb796
KR
690 * emacs.c (main): Initialize initial-environment and
691 process-environment before generating from env, not after.
692
8c5ff6dd
KR
693 Handle --version reasonably in CANNOT_DUMP configuration.
694 * emacs.c (emacs_version, emacs_copyright): New string variables.
695 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
696 (syms_of_emacs): Defvar them, and initialize them from the C
697 string variables.
698 (main): If initialization hasn't been done, print initial version
699 info from the C strings, instead of starting an interactive session.
700
dbd3f723
EZ
7012010-05-15 Eli Zaretskii <eliz@gnu.org>
702
d20e1419
EZ
703 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
704 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
2e9abc3d
EZ
705 (bidi_paragraph_init): Remove redundant assertion that we are at
706 the beginning of a line after call to bidi_find_paragraph_start.
d20e1419
EZ
707
708 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
709 (syms_of_xdisp): Defsubr it.
710
d36fe237
EZ
711 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
712
dbd3f723
EZ
713 * Makefile.in: Fix MSDOS-related comments.
714
02be533b
GM
7152010-05-15 Glenn Morris <rgm@gnu.org>
716
1a82cca9
GM
717 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
718 (really-lwlib, really-oldXMenu): Always define.
719 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
720
3df7b338
GM
721 * Makefile.in: Simplify cpp conditional.
722
2b5f541b
GM
723 * Makefile.in (${ns_appdir}): Simplify using umask.
724
02be533b
GM
725 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
726
4e2db1fe
SM
7272010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
728
729 * eval.c (specbind): Remove left-over duplicate test.
730 Disallow let-binding frame-local vars. Add comment.
731
4b292a22
EZ
7322010-05-14 Eli Zaretskii <eliz@gnu.org>
733
2fe72643 734 Make the cache of bidi iterator states dynamically allocated.
1edbd309 735 * bidi.c (bidi_cache_shrink): New function.
2fe72643
EZ
736 (bidi_init_it): Call it.
737 (bidi_cache_iterator_state): Enlarge the cache if needed.
738
4e2db1fe 739 * bidi.c (bidi_move_to_visually_next): Rename from
4b292a22
EZ
740 bidi_get_next_char_visually. All callers changed.
741
82ebc97b
KH
7422010-05-14 Kenichi Handa <handa@m17n.org>
743
744 * dispextern.h (struct composition_it): New member reversed_p.
745
746 * composite.c (composition_compute_stop_pos): Search backward if
747 ENDPOS < CHARPOS.
748 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
749 Set CMP_IT->reversed_p.
b4b6e17e 750 (composition_update_it): Pay attention to CMP_IT->reversed_p.
82ebc97b 751
4e2db1fe
SM
752 * xdisp.c (set_iterator_to_next):
753 Call composition_compute_stop_pos with negative ENDPOS if we are
82ebc97b
KH
754 scanning backward. Call composition_compute_stop_pos if scan
755 direction is changed.
756 (next_element_from_buffer): Call composition_compute_stop_pos with
757 negative ENDPOS if we are scanning backward.
758 (next_element_from_composition): Pay attention to
759 IT->cmp_it.reversed_p.
760
0e5d7800
KH
7612010-05-14 Kenichi Handa <handa@m17n.org>
762
560bb7ae 763 * font.c (font_range): Return the range for the font found at first.
0e5d7800 764
cb027b32
GM
7652010-05-14 Glenn Morris <rgm@gnu.org>
766
177b0288
GM
767 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
768
fbc00890
GM
769 * Makefile.in (mktime, X11, register): Move undefs to configure.
770
f14d1dfd
GM
771 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
772 (MSDOS_X_OBJ): New variable.
773 (MSDOS_SUPPORT_REAL): New constant.
774 (MSDOS_SUPPORT): Set as a variable, not with cpp.
775 (obj): Use MSDOS_X_OBJ.
776 (lisp): Use MSDOS_SUPPORT as a variable.
777
11842bd8
GM
778 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
779 (GPM_MOUSE_SUPPORT): Now it's a constant.
780 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
781 not cpp.
782
489d31a4 783 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
845612ac 784 (ns_appresdir): Remove, unused.
e20f1f07 785
489d31a4
GM
786 * Makefile.in (SHELL): Move outside cpp section.
787
cb027b32
GM
788 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
789
5a903aa9
GM
7902010-05-13 Glenn Morris <rgm@gnu.org>
791
3369c79f
GM
792 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
793 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
794
d5e982a6
GM
795 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
796 HAVE_WINDOW_SYSTEM must be too.
797
6192e163
GM
798 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
799 (lisp): Remove WINNT_SUPPORT.
800
472c5d6b
GM
801 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
802 Let configure set these variables (to empty) in this case as well.
803
0116466b
GM
804 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
805 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
806
5a903aa9
GM
807 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
808 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
809 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
810 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
811 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
c0a2b70a 812 the values output by configure.
5a903aa9
GM
813 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
814
1a0d7c06
GM
8152010-05-12 Glenn Morris <rgm@gnu.org>
816
b5457f14
GM
817 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
818 (LINKER_WAS_SPECIFIED): Remove.
819
1a0d7c06
GM
820 * Makefile.in (LIB_GCC): Set using configure, not cpp.
821 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
822 * m/arm.h (LIB_GCC) [GNU_LINUX]:
823 * s/cygwin.h (LIB_GCC):
824 * s/freebsd.h (LIB_GCC):
825 * s/gnu-linux.h (LIB_GCC):
826 * s/msdos.h (LIB_GCC):
827 * s/netbsd.h (LIB_GCC):
828 Move to configure.
829
3ffd4615 8302010-05-11 Karel Klic <kklic@redhat.com>
c90ca7b7
KH
831
832 * ftfont.c: Fix incorrect parentheses of #if condition for
833 definining M17N_FLT_USE_NEW_FEATURE.
834
acddf8ae
GM
8352010-05-11 Glenn Morris <rgm@gnu.org>
836
837 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
838 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
839
ae5e04fa
EZ
8402010-05-10 Eli Zaretskii <eliz@gnu.org>
841
842 * xdisp.c (init_iterator): Don't turn on bidi reordering in
843 unibyte buffers. See
844 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
845
7490175b
GM
8462010-05-10 Glenn Morris <rgm@gnu.org>
847
97efb629
GM
848 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
849 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
850 (LIBES): Use LIBS_SYSTEM as a variable.
851 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
852 * s/aix4-2.h (LIBS_SYSTEM):
853 * s/freebsd.h (LIBS_SYSTEM):
854 * s/hpux10-20.h (LIBS_SYSTEM):
855 * s/sol2-6.h (LIBS_SYSTEM):
856 * s/unixware.h (LIBS_SYSTEM):
857 Move to configure.
858
7490175b
GM
859 * s/aix4-2.h (MAIL_USE_LOCKF):
860 * s/bsd-common.h (MAIL_USE_FLOCK):
861 * s/darwin.h (MAIL_USE_FLOCK):
862 * s/gnu-linux.h (MAIL_USE_FLOCK):
863 * s/irix6-5.h (MAIL_USE_FLOCK):
864 * s/template.h (MAIL_USE_FLOCK):
865 Move to configure.
866
0235128c 8672010-05-08 Chong Yidong <cyd@stupidchicken.com>
61a808e8
CY
868
869 * Version 23.2 released.
870
0235128c 8712010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5dcde606
AS
872
873 * composite.c (autocmp_chars): Save point as marker before calling
874 auto-composition-function (Bug#5984).
875
876 * lisp.h (restore_point_unwind): Add prototype.
877
878 * fileio.c (restore_point_unwind): Remove static attribute.
879
0235128c 8802010-05-08 Kenichi Handa <handa@m17n.org>
c4170e32
KH
881
882 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
883 new feature of libotf and m17n-flt.
0235128c
SM
884 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
885 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
886 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
887 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
888 that OUT is NULL. Use OTF_drive_gsub_with_log and
889 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
890 OTF_drive_gpos.
891 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
0235128c
SM
892 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
893 Setup mflt_enable_new_feature and mflt_try_otf.
894
4721152c
J
8952010-05-08 Jan Djärv <jan.h.d@swipnet.se>
896
897 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
898
899 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
900 box and toolbar (Bug #6139).
901 (xg_create_tool_bar): Remove comment (Bug #6139).
902 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
903 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
904
ee0a16cf
JB
9052010-05-08 Juanma Barranquero <lekktu@gmail.com>
906
907 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
908 Update dependencies.
909
96d79611
EZ
9102010-05-08 Eli Zaretskii <eliz@gnu.org>
911
912 * fringe.c (update_window_fringes): Set up truncation bitmaps for
913 R2L lines.
914
40c17879
GM
9152010-05-08 Glenn Morris <rgm@gnu.org>
916
7b42b29f
GM
917 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
918
40c17879
GM
919 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
920 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
921 (termcapobj): Replace with TERMCAP_OBJ.
922 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
923 (LIBES): Use LIBS_TERMCAP as a variable.
924
925 * s/freebsd.h (osreldate.h): No longer include, since this file
926 does not use __FreeBSD_version any more.
927
928 * s/aix4-2.h (TERMINFO):
929 * s/cygwin.h (TERMINFO):
930 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
931 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
932 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
933 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
934 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
935 * s/irix6-5.h (TERMINFO):
936 * s/netbsd.h (LIBS_TERMCAP):
937 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
938 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
939 * s/usg5-4.h (TERMINFO):
940 Move to configure.
941
94b612ad
SM
9422010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
943
944 * eval.c (unbind_to): Don't unbind a local binding into the global
945 binding when the local binding disappeared. Inversely, don't unbind
946 a global binding into a newly created local binding.
947 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
948 can specify the frame to use, when applicable. Adjust callers.
949
15e12598 9502010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
acd0102a 951 Stefan Monnier <monnier@iro.umontreal.ca>
15e12598
VB
952
953 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
954
f724825e
EZ
9552010-05-07 Eli Zaretskii <eliz@gnu.org>
956
5cba3209
EZ
957 * w32fns.c: Include w32.h.
958 (Fw32_shell_execute): Decode the error message before passing it
959 to `error'. (Bug#6126)
960
d16bdfc3
EZ
961 * msdos.c (dos_set_window_size):
962 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
963 instead of `XSYMBOL (foo)->value'.
964
59d93e87
EZ
9652010-05-07 Eli Zaretskii <eliz@gnu.org>
966
9fdec8bc
EZ
967 Fix the MS-DOS build, broken by autoconfiscation.
968
969 * Makefile.in: Don't use Make-style comments past the "start of
970 cpp stuff" line.
971 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
972
973 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
974 edited directly by msdos/sed1v2.inp).
f724825e 975
2f86b22b
GM
9762010-05-07 Glenn Morris <rgm@gnu.org>
977
978 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
979 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
980 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
981 move out of cpp section.
982 * s/freebsd.h (LD_SWITCH_SYSTEM):
983 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
984 * s/netbsd.h (LD_SWITCH_SYSTEM):
985 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
986
49ebbd65
DN
9872010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
988
989 Define LIB_STANDARD and START_FILES using autoconf.
990 * s/usg5-4.h (LIB_STANDARD):
991 * s/netbsd.h (START_FILES):
992 * s/irix6-5.h (LIB_STANDARD):
993 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
994 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
995 * s/freebsd.h (START_FILES):
996 * s/darwin.h (START_FILES):
997 * s/cygwin.h (START_FILES):
998 * s/aix4-2.h (LIB_STANDARD):
999 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
1000 * Makefile.in (STARTFILES): Rename to START_FILES, define using
1001 autoconf, not cpp.
1002
d43c06d6
DN
10032010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
1004
28823648
DN
1005 Remove NEED_BSDTTY and NEED_UNISTD_H.
1006 * s/hpux10-20.h (NEED_BSDTTY): Remove.
1007 * s/aix4-2.h (NEED_UNISTD_H): Remove.
1008 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
1009 <sys/ptyio.h> and <unistd.h>.
1010
aca00430
DN
1011 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
1012
d43c06d6
DN
1013 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
1014 * s/gnu.h (START_FILES): Remove empty definition.
1015
3e56b11d
JD
10162010-05-06 Jan Djärv <jan.h.d@swipnet.se>
1017
1018 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
1019
e3cf0cde
GM
10202010-05-06 Glenn Morris <rgm@gnu.org>
1021
1022 * Makefile.in (CPP, LN_S): Remove unused variables.
1023
774b9a60
SM
10242010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
1027
4ab92842
LM
10282010-05-05 Lawrence Mitchell <wence@gmx.li>
1029
1030 * m/sparc.h: Fix typo in earlier change.
1031
178f2507
SM
10322010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1033
1034 Misc tweaks.
1035 * eval.c (Fdefvaralias): Remove unintended nested if.
1036 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
1037
80f00217 10382010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
991be6d4
JD
1039
1040 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
1041
ef03a4e6
DN
10422010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1043
58eb6cf0
DN
1044 Remove BSD_PGRPS.
1045 * s/bsd-common.h (BSD_PGRPS): Remove undef.
1046 * s/gnu-linux.h (BSD_PGRPS): Remove.
1047 * term.c (dissociate_if_controlling_tty):
1048 * sysdep.c (narrow_foreground_group, widen_foreground_group)
1049 (init_sys_modes, reset_sys_modes):
1050 * emacs.c (main):
1051 * callproc.c (Fcall_process, child_setup): Remove code depending
1052 on BSD_PGRPS.
1053
ef03a4e6
DN
1054 Remove POSIX_SIGNALS.
1055 * s/usg5-4.h (POSIX_SIGNALS):
1056 * s/netbsd.h (POSIX_SIGNALS):
1057 * s/msdos.h (POSIX_SIGNALS):
1058 * s/ms-w32.h (POSIX_SIGNALS):
1059 * s/hpux11.h (POSIX_SIGNALS):
1060 * s/gnu.h (POSIX_SIGNALS):
1061 * s/gnu-linux.h (POSIX_SIGNALS):
1062 * s/freebsd.h (POSIX_SIGNALS):
1063 * s/darwin.h (POSIX_SIGNALS):
1064 * s/cygwin.h (POSIX_SIGNALS):
1065 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
1066 * s/unixware.h:
1067 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
1068 * process.c (create_process):
1069 * syssignal.h:
1070 * sysdep.c (wait_for_termination, init_signals):
1071 * process.c (create_process):
1072 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
1073 remove all code that assumes the contrary.
1074
49628785
GM
10752010-05-04 Glenn Morris <rgm@gnu.org>
1076
27a2cdfc
GM
1077 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
1078 variable.
1079 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
1080 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
1081 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
1082 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
1083 LD_SWITCH_SYSTEM_tmp.
1084 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
1085 New variables, set by configure.
1086
eb21eab5
GM
1087 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
1088 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
1089 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
1090 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
1091 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
1092
49628785
GM
1093 * s/aix4-2.h (C_SWITCH_SYSTEM):
1094 * m/alpha.h (C_SWITCH_MACHINE):
1095 Move to configure.in.
1096 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
1097 New variables, set by configure.
1098 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
1099 $c_switch_machine and $c_switch_system.
1100
7dff330b
DN
11012010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1102
1103 * s/hpux10-20.h (LIB_STANDARD): New definition.
1104 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
1105 on it, not used anymore.
1106
53967e09
CY
11072010-05-03 Chong Yidong <cyd@stupidchicken.com>
1108
1109 * eval.c (internal_condition_case_n): Rename from
1110 internal_condition_case_2.
1111 (internal_condition_case_2): New function.
1112
1113 * xdisp.c (safe_call): Use internal_condition_case_n.
1114
1115 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
1116 (internal_delete_file, Frename_file): Callers changed.
1117
1118 * buffer.c (Fkill_buffer):
1119 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
1120
1121 * lisp.h: Update prototypes.
1122
3dee6fdb
GM
11232010-05-03 Glenn Morris <rgm@gnu.org>
1124
1125 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
1126 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
1127 (LIBXT): Set with configure, not cpp.
1128 (LIBX): Remove.
1129 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
1130
a101e0fb
DN
11312010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
1132
1133 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
1134 The FreeBSD is not needed, the default works, Solaris version is
1135 not needed, and the remaining case is not supported by configure.
1136
f63d0028
JD
11372010-05-02 Jan Djärv <jan.h.d@swipnet.se>
1138
1139 * xsmfns.c (CHDIR_OPT): New define.
1140 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
1141 restarting emacs.
1142
1143 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
1144 shut_down_emacs.
1145
1146 * emacs.c (USAGE1): Mention --chdir.
1147 (main): Handle --chdir.
1148 (standard_args): Add --chdir.
1149 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
1150 #5552).
1151
e4814a9f
DN
11522010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1153
cd03c74a
DN
1154 Remove LD_SWITCH_MACHINE.
1155 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
1156 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
1157
c3a398a1
DN
1158 Clean up IRIX code.
1159 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
1160 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
1161
87e7285c
DN
1162 Clean up AIX code.
1163 * m/ibmrs6000.inp: Remove file, unused.
1164 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
1165 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
1166 definition ...
1167 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
1168
80f00217
JB
1169 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
1170 unused.
e4814a9f 1171
59ca28de
EZ
11722010-05-01 Eli Zaretskii <eliz@gnu.org>
1173
197daef4
EZ
1174 Emulate POSIX_SIGNALS on MS-Windows.
1175
1176 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
1177 (SIG_SETMASK, SIG_UNBLOCK): Define.
d6dae14b
EZ
1178
1179 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
1180 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
1181 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
1182
80f00217
JB
1183 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
1184 New stubs.
197daef4 1185
af7c7572
EZ
1186 Miscellaneous fixes of bidi display.
1187
59ca28de
EZ
1188 * xdisp.c (find_row_end): New function, refactored from display_line.
1189 (display_line): Use it.
017ea819
EZ
1190 (extend_face_to_end_of_line): In almost-filled rows, extend only
1191 if the row is R2L and not continued.
166e930d 1192 (display_line): Fix prepending of truncation glyphs to R2L rows.
af7c7572 1193 Preserve overlay and string info in row->end.
166e930d
EZ
1194 (insert_left_trunc_glyphs): Support addition of left truncation
1195 glyphs to R2L rows.
b47e0dcf 1196 (set_cursor_from_row): Don't place cursor on the vertical border
af7c7572
EZ
1197 glyph between adjacent windows. Fix a crash when a display string
1198 is continued to the next line. Don't return zero if cursor was
1199 found by `cursor' property of a display string.
b47e0dcf
EZ
1200 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
1201 test for that explicitly.
59ca28de 1202
7acac9f4
GM
12032010-05-01 Glenn Morris <rgm@gnu.org>
1204
1205 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
1206 for clarity.
1207 (OTHER_OBJ): Remove.
1208 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
1209 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
1210
45841e65
KK
12112010-05-01 Karel Klíč <kklic@redhat.com>
1212
1213 * fileio.c (Ffile_selinux_context): Context functions may return null.
1214
afc61943
DN
12152010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1216
80f00217 1217 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
afc61943 1218
5a1bb006
GM
12192010-04-30 Glenn Morris <rgm@gnu.org>
1220
1221 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
1222 (OTHER_OBJ): Define as a separate variable, for clarity.
1223
210af043
J
12242010-04-30 Jan Djärv <jan.h.d@swipnet.se>
1225
1226 * xsettings.c: include limits.h and update file comment.
1227
0a7df391
GM
12282010-04-30 Glenn Morris <rgm@gnu.org>
1229
d5096f16
GM
1230 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
1231 Set with configure, not cpp.
1232 (LIBW): Remove, replace with $TOOLKIT_LIBW.
1233
7eb1ac33
GM
1234 * Makefile.in (mallocobj): Remove.
1235 (otherobj): Simplify using @OTHER_OBJ@.
1236
517d086b
GM
1237 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
1238 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
1239 Don't bother making nsgui.h dependency platform-specific.
1240
0a7df391
GM
1241 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
1242
d6d23852
SM
12432010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1244
d2630aef
SM
1245 * process.c (read_process_output, exec_sentinel): Don't burp if the
1246 sentinel/filter kills the current buffer (bug#6060).
1247
f9dddf52 1248 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
d6d23852
SM
1249 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
1250 Remove unused var `args'.
1251 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
1252 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
1253 * doc.c (store_function_docstring): Use XSETCAR.
1254
f1e3642a
GM
12552010-04-28 Glenn Morris <rgm@gnu.org>
1256
faf535f8
GM
1257 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
1258 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
1259
c40f9449
GM
1260 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
1261
658f86ca
GM
1262 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
1263 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
1264
bc0b5f61
GM
1265 * Makefile.in (FONT_OBJ): New, set by configure.
1266 (FONT_DRIVERS): Use $FONT_OBJ.
1267
294c50a0
GM
1268 * Makefile.in (LIBXMU): Set with configure, not cpp.
1269 * s/aix4-2.h (LIBXMU):
1270 * s/hpux10-20.h (LIBXMU):
1271 Remove definition, now set in configure.
1272
e6ec4e99
GM
1273 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
1274
f1e3642a
GM
1275 * m/amdx86-64.h [i386]: Move this test to configure.in.
1276
c6ea2936
GM
12772010-04-27 Glenn Morris <rgm@gnu.org>
1278
8fdac2c3
GM
1279 * Makefile.in (LIBXTR6): Set with configure, not cpp.
1280 * s/unixware.h (NEED_LIBW): Remove definition.
1281
986fb647
GM
1282 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
1283 (TOOLKIT_LIBW): New, set by configure.
1284 (@X_TOOLKIT_TYPE@): No longer define it.
1285
c6ea2936
GM
1286 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
1287 (MOTIF_LIBW): Set with configure, not cpp.
1288 * s/aix4-2.h (LIB_MOTIF):
1289 * s/gnu-linux.h (LIB_MOTIF):
1290 * s/unixware.h (LIB_MOTIF): Move to configure.in.
1291
aaa36002
DN
12922010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
1293
1294 Reduce CPP usage.
1295 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
1296 (obj): Use autoconf for unexec instead of cpp.
ed6281b0
DN
1297 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
1298 definitions and undefs. Inline definitions in the only user.
1299 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
aaa36002 1300
b678dd8b
GM
13012010-04-27 Glenn Morris <rgm@gnu.org>
1302
76cda504
GM
1303 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
1304 since the defaults (set by the system file) are fine in most cases.
1305 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
1306 * m/ibms390x.h (START_FILES, LIB_STANDARD):
1307 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
1308 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
1309 Remove definitions, since they are set correctly in s/gnu-linux.h.
1310 * s/freebsd.h (START_FILES, LIB_STANDARD):
1311 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
1312 * s/hpux10-20.h (START_FILES):
1313 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
1314 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
1315
b678dd8b
GM
1316 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
1317 (MOTIF_LIBW): Use $LIBXP.
1318 (otherobj): Use $WIDGET_OBJ.
1319
9452ded1
DN
13202010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
1321
7e10844c
DN
1322 * Makefile.in (LIBS_MACHINE): Remove, unused.
1323
9452ded1
DN
1324 Use autoconf instead of cpp for LIB_MATH.
1325 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
1326 * s/cygwin.h (LIB_MATH): Likewise.
1327 * Makefile.in (LIB_MATH): Do not define with cpp.
1328 (LIBES): Use autoconf for LIB_MATH.
1329
fcebfc6a
KH
13302010-04-26 Kenichi Handa <handa@m17n.org>
1331
1332 * composite.c (Ffind_composition_internal): Fix the return value
1333 for an automatic composition.
1334
39e2ad1b
DN
13352010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
1336
1337 Remove all NO_ARG_ARRAY uses.
1338 * fns.c (concat2, concat3, nconc2):
1339 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
1340 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
1341 * m/xtensa.h (NO_ARG_ARRAY):
1342 * m/template.h (NO_ARG_ARRAY):
1343 * m/sparc.h (NO_ARG_ARRAY):
1344 * m/sh3.h (NO_ARG_ARRAY):
1345 * m/mips.h (NO_ARG_ARRAY):
1346 * m/macppc.h (NO_ARG_ARRAY):
1347 * m/iris4d.h (NO_ARG_ARRAY):
1348 * m/intel386.h (NO_ARG_ARRAY):
1349 * m/ibms390x.h (NO_ARG_ARRAY):
1350 * m/ibms390.h (NO_ARG_ARRAY):
1351 * m/ibmrs6000.h (NO_ARG_ARRAY):
1352 * m/ia64.h (NO_ARG_ARRAY):
1353 * m/hp800.h (NO_ARG_ARRAY):
1354 * m/arm.h (NO_ARG_ARRAY):
1355 * m/amdx86-64.h (NO_ARG_ARRAY):
1356 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
1357
adf4f59c
EZ
13582010-04-25 Eli Zaretskii <eliz@gnu.org>
1359
6bdf5d65
EZ
1360 * xdisp.c (display_line): Don't assume 2nd call to
1361 get_next_display_element cannot return zero. (Bug#6030)
f538fcec
EZ
1362 (iterate_out_of_display_property): New function, body from pop_it.
1363 (pop_it): Use it.
adf4f59c 1364
dfbbda83
GM
13652010-04-24 Glenn Morris <rgm@gnu.org>
1366
1367 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
1368 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
1369 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
1370 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
1371
2d4018aa
EZ
13722010-04-24 Eli Zaretskii <eliz@gnu.org>
1373
a49884a6
EZ
1374 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
1375 use `get_next_display_element' and `set_iterator_to_next' to
1376 advance to the next character, when looking for the character that
1377 begins the next row.
1378
76db6fcc 1379 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2d4018aa
EZ
1380 definition of "struct Lisp_Symbol".
1381
70eab5c1
GM
13822010-04-24 Glenn Morris <rgm@gnu.org>
1383
1384 * Makefile.in (CRT_DIR): New variable, set by configure.
1385 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
1386 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
1387
1ad4cc3d
DN
13882010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1389
e769f484
DN
1390 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
1391
4196ff33
DN
1392 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
1393
879b0ee4
DN
1394 Remove redundant flags.
1395 * s/freebsd.h (C_SWITCH_SYSTEM):
1396 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
1397 * s/netbsd.h (C_SWITCH_SYSTEM):
1398 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
1399 of these.
1400
03cbbcb8
DN
1401 Simplify m/intel386.h.
1402 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
1403 user: ecrt0.c.
1404 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
1405 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
1406 the only user: s/unixware.h.
1407 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
1408 from m/intel386.h.
1409 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
1410 moved here from m/intel386.h.
1411
1ad4cc3d
DN
1412 * m/mips.h: Remove #if 0 code.
1413
8785b888
EZ
14142010-04-23 Eli Zaretskii <eliz@gnu.org>
1415
728588cc
EZ
1416 Fix display of composed characters from L2R scripts in bidi buffers.
1417 * xdisp.c (set_iterator_to_next, next_element_from_composition):
1418 After advancing IT past the composition, resync the bidi iterator
1419 with IT's position. (Bug#5977)
1420
a63f80b4
DN
14212010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1422
1423 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
1424 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
1425
ff5dec5c
SM
14262010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
1429
8785b888
EZ
14302010-04-23 Eli Zaretskii <eliz@gnu.org>
1431
58ccf243 1432 Support `display' text properties and overlay strings in bidi buffers.
8785b888
EZ
1433 * xdisp.c (pop_it): When the stack is popped after displaying
1434 from a string, bidi-iterate to exit from the text portion covered
1435 by the `display' property or overlay. (Bug#5988, bug#5920)
1436
feeb1604
DN
14372010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1438
8e324eb6
DN
1439 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
1440 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
1441
809fcaba
DN
1442 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
1443 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
1444
ed710380
DN
1445 Simplify STARTFILES definition.
1446 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
1447 relying on Makefile.in to define it.
1448 * s/cygwin.h (START_FILES): Likewise.
1449 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
1450
feeb1604
DN
1451 Clean up Solaris code.
1452 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
1453 (LIB_MOTIF): Remove, configure takes care of this.
1454 (NOT_USING_MOTIF): Remove, unused.
1455 * xrdb.c: Remove #if 0-ed #include.
1456 (SYSV): Remove conditional for old SysV.
1457 * sysdep.c (closedir): Remove conditional code for Solaris,
1458 Solaris has closedir.
1459
a0d0b563
JD
14602010-04-22 Jan Djärv <jan.h.d@swipnet.se>
1461
1462 * xsettings.c (read_and_apply_settings): Check if current_font is
1463 NULL before strcmp (Bug#6001).
1464
56bae7c7
DN
14652010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
1466
1467 Clean up HP-UX files.
1468 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
1469 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
1470 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
1471 * s/hpux10-20.h: ... to the only user, here.
1472
372b7a95
EZ
14732010-04-21 Eli Zaretskii <eliz@gnu.org>
1474
1475 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
1476 use buffer-local values of paragraph-start and paragraph-separate.
1477 <paragraph_start_re, paragraph_separate_re>: Rename from
1478 fallback_paragraph_start_re and fallback_paragraph_separate_re.
1479 (Bug#5992)
1480
f904c0f9
JD
14812010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1482
1483 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
1484 current_tool_bar_style are new.
1485 (store_config_changed_event): Rename from store_font_changed_event.
1486 (XSETTINGS_TOOL_BAR_STYLE): New define.
1487 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
1488 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
1489 HAVE_XFT.
1490 (something_changedCB): store_font_changed_event is now
1491 store_config_changed_event
1492 (parse_settings): Rename from parse_xft_settings. Read
1493 non-xft xsettings outside #ifdef HAVE_XFT.
1494 (read_settings): Renamed from read_xft_settings.
1495 (apply_xft_settings): Take current settings as parameter. Do not
1496 call read_(xft)_settings.
1497 (read_and_apply_settings): New function.
1498 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
1499 read_and_apply_settings if there are settings to be read.
1500 (init_xsettings): Renamed from init_xfd_settings.
1501 Call read_and_apply_settings unconditionally.
1502 (xsettings_initialize): Call init_xsettings.
1503 (Ftool_bar_get_system_style): New function.
1504 (syms_of_xsettings): Define Qmonospace_font_name and
1505 Qtool_bar_style. Initialize current_tool_bar_style to nil.
f9dddf52 1506 defsubr Stool_bar_get_system_style. Fprovide on
f904c0f9 1507 dynamic-setting.
31a01b90 1508 Move misplaced HAVE_GCONF
f904c0f9
JD
1509
1510 * xsettings.h (Ftool_bar_get_system_style): Declare.
1511
1512 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
1513 Qtext, Qboth, Qboth_horiz are new.
1514 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
1515 Vtool_bar_style, tool_bar_max_label_size.
1516
1517 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
1518
1519 * keyboard.c: QClabel is new.
1520 (parse_tool_bar_item): Take out QClabel from tool bar items.
1521 Try to construct a label if ther is no QClabel.
1522 (syms_of_keyboard): Intern :label as QClabel.
1523
1524 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
1525 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
1526 New.
1527
1528 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
1529 dynamic-setting.el.
1530
1531 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
1532 (xg_make_tool_item, xg_show_toolbar_item): New function.
1533 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
1534 Call xg_make_tool_item to make a tool bar item.
1535 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
1536
1537 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
1538 into account for toolbars.
1539
c632dfda
JD
15402010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1541
1542 * data.c (make_blv): Declarations before code (Bug#5993).
1543
10efe302
GM
15442010-04-21 Glenn Morris <rgm@gnu.org>
1545
1546 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
1547 Define using autoconf, not cpp.
1548 (LIBXSM): New variable, set by autoconf.
1549 (LIBXT): Use $LIBXSM.
1550
4285ac5a
DN
15512010-04-21 Dan Nicolaescu <local_user@dannlt>
1552
3ec759e7
DN
1553 Remove NOMULTIPLEJOBS, unused.
1554 * s/template.h (NOMULTIPLEJOBS):
1555 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
1556
4285ac5a
DN
1557 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
1558 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
1559 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
1560 detects -znocombreloc and passes it to the linker
1561 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
1562
2807228d
GM
15632010-04-21 Glenn Morris <rgm@gnu.org>
1564
1565 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
1566
574c05e2
KK
15672010-04-21 Karel Klíč <kklic@redhat.com>
1568
1569 * Makefile.in (LIBSELINUX_LIBS): New.
1570 (LIBES): Add $LIBSELINUX_LIBS.
1571 * eval.c, lisp.h (call7): New function.
1572 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
1573 (Ffile_selinux_context, Fset_file_selinux_context):
1574 New functions.
1575 (Fcopy_file): New parameter preserve-selinux-context.
1576 (Frename_file): Preserve selinux context when renaming by copy-file.
1577
91eac4bb 15782010-04-21 Juanma Barranquero <lekktu@gmail.com>
acd0102a 1579 Eli Zaretskii <eliz@gnu.org>
91eac4bb 1580
50426a04
JB
1581 Don't depend on cm.c or termcap.c on Windows, use stubs.
1582 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
1583 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
1584 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
1585 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
1586 (sys_tputs, sys_tgetstr): New stubs.
1587 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
1588 (tputs, tgetstr): New; define to sys_*.
91eac4bb 1589
938efb77
JB
15902010-04-20 Juanma Barranquero <lekktu@gmail.com>
1591
1592 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
1593
b4bf28b7
SM
15942010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1595
8b1e1112
SM
1596 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
1597 Just signal a warning rather than an error when inside a let.
1598 (Fmake_variable_frame_local): Add the same test.
1599
933ac235
SM
1600 * font.c (syms_of_font): Make the style table vars read-only.
1601
b4bf28b7
SM
1602 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
1603 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
1604
1605 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
1606
93d68d0c
EZ
16072010-04-20 Eli Zaretskii <eliz@gnu.org>
1608
1609 Fix R2L paragraph display on TTY.
1610
1611 * xdisp.c (unproduce_glyphs): New function.
1612 (display_line): Use it when produced glyphs are discarded from R2L
1613 glyph rows.
1614 (append_composite_glyph): In R2L rows, prepend the glyph rather
1615 than appending it.
1616
1617 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
1618 rather than append it. Set up the resolved_level and bidi_type
1619 attributes of the appended glyph.
283ccc18
EZ
1620 (produce_special_glyphs): Mirror the backslash continuation
1621 character in R2L lines.
93d68d0c 1622
283ccc18 1623 Implement display of R2L paragraphs in GUI sessions.
26cdf528 1624
283ccc18
EZ
1625 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
1626 append_stretch_glyph.
1627 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
1628 off-by-one error in computing x at end of text in the row.
1629 (append_stretch_glyph): In reversed row, prepend the glyph rather
1630 than append it. Set resolved_level and bidi_type of the glyph.
1631 (extend_face_to_end_of_line): If the row is reversed, prepend a
1632 stretch glyph whose width is such that the rightmost glyph will be
1633 drawn at the right margin of the window. Fix off-by-one error on
1634 TTY frames in testing whether a line needs face extension. Fix
1635 face extension at ZV. If this is the last glyph row, use
1636 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
1637 region face.
1638 (set_cursor_from_row, display_line): Use
26cdf528
EZ
1639 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
1640 row->continuation_lines_width.
283ccc18
EZ
1641 (next_element_from_buffer): Don't call bidi_paragraph_init if we
1642 are at ZV. Fixes a crash when reseated to ZV by
1643 try_window_reusing_current_matrix.
45903529
EZ
1644 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
1645 which happens with R2L glyph rows. Fixes a crash when inserting a
1646 character at end of an R2L line.
283ccc18
EZ
1647 (set_cursor_from_row): Don't be fooled by truncated rows: don't
1648 treat them as having zero-width characters. Improve comments.
1649 Don't reverse pos_before and pos_after for reversed glyph rows.
1650 Set cursor.x to negative value when the cursor might be on the
1651 left fringe.
1652 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
1653 left fringe, not the right one.
f951a506
EZ
1654 (notice_overwritten_cursor, draw_phys_cursor_glyph)
1655 (erase_phys_cursor): For reversed cursor_row, support cursor on
1656 the left fringe.
1657
283ccc18
EZ
1658 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
1659 of continuation indicators on the fringes.
1660 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
1661 left fringe.
1662
f951a506
EZ
1663 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
1664 draw cursor on the left fringe.
1665
1666 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
1667 cursor on the left fringe.
1668
f951a506
EZ
1669 * dispnew.c (update_text_area): Handle reversed desired rows when
1670 the cursor is on the left fringe.
1671 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
1672 below, not by 0, for when the cursor is on the left fringe.
1673
3bb49aaf
JD
16742010-04-20 Jan Djärv <jan.h.d@swipnet.se>
1675
1676 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
1677 widget is a scrollbar.
1678
c0be27fd
KH
16792010-04-20 Kenichi Handa <handa@m17n.org>
1680
1681 * charset.c (char_charset): Consider Vcharset_non_preferred_head
1682 only when the arg CHARSET_LIST is nil.
1683
ce5b453a
SM
16842010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1685
1686 Make variable forwarding explicit rather the using special values.
1687 Basically, this makes the structure of buffer-local values and object
1688 forwarding explicit in the type of Lisp_Symbols rather than use
1689 special Lisp_Objects for that. This tends to lead to slightly more
1690 verbose code, but is more C-like, simpler, and makes it easier to make
1691 sure we handled all cases, among other things by letting the compiler
1692 help us check it.
1693 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
1694 Removing forwarding objects.
1695 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
1696 (struct Lisp_Symbol): Make the various forms of variable-forwarding
1697 explicit rather than hiding them inside Lisp_Object "values".
1698 (XFWDTYPE): New macro.
1699 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
1700 (XBUFFER_LOCAL_VALUE): Remove.
1701 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
1702 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
1703 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
1704 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
1705 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
1706 Remove the Lisp_Misc_* header.
1707 (struct Lisp_Buffer_Local_Value): Redefine.
1708 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
1709 (struct Lisp_Misc_Any): Add filler to get the right size.
1710 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
1711 Lisp_Intfwd.
1712 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
1713 (DEFVAR_KBOARD): Allocate a forwarding object.
1714 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
1715 (let_shadows_global_binding_p): New function.
1716 (union Lisp_Val_Fwd): New type.
1717 (make_blv): New function.
1718 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
1719 (store_symval_forwarding, swap_in_global_binding, Fboundp)
1720 (swap_in_symval_forwarding, find_symbol_value, Fset)
1721 (let_shadows_buffer_binding_p, set_internal, default_value)
1722 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
1723 (Fkill_local_variable, Fmake_variable_frame_local)
1724 (Flocal_variable_p, Flocal_variable_if_set_p)
1725 (Fvariable_binding_locus):
1726 * xdisp.c (select_frame_for_redisplay):
1727 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
1728 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
1729 * frame.c (store_frame_param):
1730 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
1731 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
1732 value structure.
1733 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
1734 (clone_per_buffer_values): Only adjust markers into the current buffer.
1735 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
1736 (Fbuffer_local_value, set_buffer_internal_1)
1737 (swap_out_buffer_local_variables):
1738 Adapt to the new symbol value structure.
1739 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
1740 (defvar_per_buffer): Take a new arg for the fwd object.
1741 (buffer_lisp_local_variables): Return a proper alist (different fix
1742 for bug#4138).
1743 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
1744 (Fgarbage_collect): Don't handle buffer_defaults specially.
1745 (mark_object): Handle new symbol value structure rather than the old
1746 special Lisp_Misc_* objects.
1747 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
1748 * term.c (set_tty_color_mode):
1749 * bidi.c (bidi_initialize): Don't access the ->value field directly.
1750 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
1751 a buffer_local_flags.
1752 * print.c (print_object): Get rid of impossible forwarding objects.
1753
fd3998ff
EZ
17542010-04-19 Eli Zaretskii <eliz@gnu.org>
1755
1756 * bidi.c (bidi_get_type, bidi_get_category)
1757 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
ce5b453a
SM
1758 (bidi_type_of_next_char, bidi_level_of_next_char):
1759 Declare static. Use `INLINE' rather than `inline'.
fd3998ff 1760
e42cd1a7
JB
17612010-04-19 Juanma Barranquero <lekktu@gmail.com>
1762
1763 * dired.c (Ffile_attributes): Fix typo in docstring.
1764
6e104790 17652010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
79353a53
AR
1766
1767 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
1768 NSInteger (Bug#5811).
1769
6e104790 17702010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
658b9b93
YM
1771
1772 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
1773 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
1774
6e104790 17752010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16009a0e
YM
1776
1777 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
1778
6e104790
SM
17792010-04-19 Chong Yidong <cyd@stupidchicken.com>
1780
1781 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
1782 terminal frames (Bug#5837).
1783
37dcfea0
EZ
17842010-04-19 Eli Zaretskii <eliz@gnu.org>
1785
d1da276f
EZ
1786 * .gdbinit (xsubchartable): New command.
1787
37dcfea0
EZ
17882010-04-19 Eli Zaretskii <eliz@gnu.org>
1789
1790 * xdisp.c (display_line): Don't write beyond the last glyph row in
9166b0f3 1791 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
37dcfea0
EZ
1792 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
1793 and
1794 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
1795
e9515805
SM
17962010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1797
1798 * alloc.c (Fpurecopy): Hash-cons if requested.
1799 (syms_of_alloc): Update purify-flag docstring.
1800
22aa44a8
JD
18012010-04-18 Jan Djärv <jan.h.d@swipnet.se>
1802
1803 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
1804 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
1805
ebb5722e
EZ
18062010-04-17 Eli Zaretskii <eliz@gnu.org>
1807
1808 Fix a crash when an NSM character is inserted at BEGV.
1809
1810 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
1811 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
1812 NEUTRAL_B or UNKNOWN_BT.
1813
0f4442ef
EZ
18142010-04-16 Eli Zaretskii <eliz@gnu.org>
1815
1816 * xdisp.c (set_cursor_from_row): Don't consider possibility of
1817 other rows with cursor unless they are different from this row and
1818 this row is part of a continued line. (Bug#5943)
1819
7d4e45f8
DN
18202010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1821
1822 * s/freebsd.h: Restore osreldate.h include.
1823 Suggested by Naohiro Aota.
1824
5ba5ec85
J
18252010-04-16 Jan Djärv <jan.h.d@swipnet.se>
1826
1827 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
1828
20af301d
CY
18292010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
1830
1831 * s/cygwin.h: Avoid linking against static libgcc.
1832
a4b000fb
JL
18332010-04-15 Juri Linkov <juri@jurta.org>
1834
1835 * window.c: Add Qscroll_command.
1836 Remove Vscroll_preserve_screen_position_commands.
1837 (window_scroll_pixel_based, window_scroll_line_based): Check the
1838 `scroll-command' property on the last command instead of searching
1839 the last command in Vscroll_preserve_screen_position_commands.
1840 (syms_of_window): Initialize and staticpro `Qscroll_command'.
1841 Put Qscroll_command property on Qscroll_up and Qscroll_down.
1842 (scroll-preserve-screen-position): Doc fix.
1843 (Vscroll_preserve_screen_position_commands): Remove variable.
1844
bc319ba4
DN
18452010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
1846
6bb24457
DN
1847 * xdisp.c (message): Do not use NO_ARG_ARRAY.
1848
19d4c244
DN
18492010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
1850
1851 Reduce cpp use in Makefile.in.
1852 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
1853 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
1854 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
1855 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
1856 (CRT0_COMPILE): Remove, inline it in the only user.
1857
32129746
JL
18582010-04-14 Juri Linkov <juri@jurta.org>
1859
1860 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
1861 `scroll-up-command' and `M-v' from `scroll-down' to
1862 `scroll-down-command'.
1863
9013a7f8
JL
18642010-04-14 Juri Linkov <juri@jurta.org>
1865
1866 * window.c (Vscroll_preserve_screen_position_commands): New variable
1867 with the default value as the list of Qscroll_down and Qscroll_up.
1868 (window_scroll_pixel_based, window_scroll_line_based): Search the
1869 last command in the list Vscroll_preserve_screen_position_commands
1870 instead of comparing with Qscroll_up and Qscroll_down.
1871
4bef8d26
JD
18722010-04-13 Jan Djärv <jan.h.d@swipnet.se>
1873
92848133
JD
1874 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
1875 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
1876 does that.
1877
4bef8d26
JD
1878 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
1879 to zero.
1880
58b963f7
SM
18812010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1882
84164a0d
SM
1883 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
1884
2b0a91e7
SM
1885 Try to solve the problem of spurious EOF chars in long lines of text
1886 sent to interactive subprocesses.
1887 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
1888 (system_process_attributes): Remove unused var `ttotal'.
1889 * process.c (send_process): Don't bother breaking long line with EOF
1890 chars when talking to ttys any more.
1891 (wait_reading_process_output): Output a warning when called in such
1892 a way that it could block without being interruptible.
1893
58b963f7
SM
1894 Try to detect file modification within the same second.
1895 * buffer.h (struct buffer): New field modtime_size.
1896 * buffer.c (reset_buffer): Initialize it.
1897 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
1898 (Fverify_visited_file_modtime): Check it.
1899 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
1900 (Fset_visited_file_modtime): Set (or clear) it.
1901
01f5787b
SM
19022010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1903
1904 * process.c (status_notify): Remove unused var `ro'.
1905
83725342
JD
19062010-04-12 Jan Djärv <jan.h.d@swipnet.se>
1907
1908 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
1909 more than one visual (Bug#5938).
1910
b9465836
DN
19112010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
1912
50426a04
JB
1913 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
1914 Undefine.
b9465836 1915
8d9c8ece
DN
19162010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
1917
b1f52161
DN
1918 Remove C_SWITCH_SYSTEM_TEMACS.
1919 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
1920 (malloc, realloc, free): Use emacs, not temacs for conditional
1921 definition.
1922
1923 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
1924 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
1925
8d9c8ece
DN
1926 Use autoconf, not cpp for some variables.
1927 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
1928 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
1929 (ALL_CFLAGS): Use them as make variables.
1930 (really-lwlib, really-oldXMenu): Do not pass them.
1931
1ecb2d3f
JD
19322010-04-11 Jan Djärv <jan.h.d@swipnet.se>
1933
1934 * xmenu.c (apply_systemfont_to_dialog): New.
1935 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
1936
3a4fa2f2
SM
19372010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1938
97e53006
SM
1939 * process.c (exec_sentinel): Preserve current-buffer.
1940
3a4fa2f2
SM
1941 * process.c (read_process_output): Move the save-current-buffer to
1942 apply to both the filter and the non-filter branches.
1943
88df7221
DN
19442010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
1945
1946 * s/msdos.h (UNEXEC): New definition.
1947
5634ff85
YM
19482010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1949
6eff5c3d
YM
1950 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
1951 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
1952
1953 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
1954 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
1955 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
1956 TRY_WINDOW_CHECK_MARGINS.
1957
1958 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5b253e9c
YM
1959 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
1960 width only when it is for padding.
5634ff85 1961
b13aef54
J
19622010-04-09 Jan Djärv <jan.h.d@swipnet.se>
1963
1964 * xfns.c (Fx_show_tip): Call try_window in a loop until
1965 fonts_changed_p is zero (Bug#2423).
1966
21d28484
EZ
19672010-04-08 Eli Zaretskii <eliz@gnu.org>
1968
1969 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
1970 the end of TEXT_AREA. (Bug#5856)
1971
0269ef77
JD
19722010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1973
1974 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
1975 HAVE_GCONF.
1976
5930fe97
EZ
19772010-04-08 Eli Zaretskii <eliz@gnu.org>
1978
1979 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
1980 prev.orig_type, for resolving type of NSM. (Bug#5858)
1981
99852628
JD
19822010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1983
1984 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
1985 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
1986 in current_font.
1987 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
50426a04
JB
1988 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
1989 New functions.
1990 (syms_of_xsettings): Initialize current_font.
1991 defsubr Sfont_get_system_normal_font.
99852628
JD
1992
1993 * xsettings.h (Ffont_get_system_normal_font,
1994 xsettings_get_system_normal_font): Declare.
1995
1996 * xfns.c (extern xlwmenu_default_font): Remove.
1997 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
1998 to xlwmenu.c.
1999
2000 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
2001 menu items in UTF-8.
2002
2003 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
2004 (apply_systemfont_to_menu): New function.
2005 (set_frame_menubar, create_and_show_popup_menu): Call
2006 apply_systemfont_to_menu.
2007
7fc874c4
J
20082010-04-07 Jan Djärv <jan.h.d@swipnet.se>
2009
2010 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
2011 FRAME_LINE_TO_PIXEL_Y.
2012
2013 * xterm.c (x_set_window_size_1): Don't add border_width/height to
2014 pixelwidth/height.
2015
863bf481
DN
20162010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2017
5e5a3b92
DN
2018 Simplify code for HP machines.
2019 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
2020 for GNU_LINUX, not needed.
2021 (UNEXEC, NEED_BSDTTY): Move definitions...
2022 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
2023
863bf481
DN
2024 * m/iris4d.h (UNEXEC): Move definition ...
2025 * s/irix6-5.h (UNEXEC): ... here.
2026
3e6bec3b
JD
20272010-04-04 Jan Djärv <jan.h.d@swipnet.se>
2028
2029 * xfns.c (set_machine_and_pid_properties): New function.
2030 (Fx_create_frame): Call set_machine_and_pid_properties.
2031
2912322b
SM
20322010-04-03 Eli Zaretskii <eliz@gnu.org>
2033
1502b819
EZ
2034 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
2035 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
2036 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
2037
2912322b
SM
2038 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
2039 in this function. (Bug#5703)
2040
20412010-04-03 Chong Yidong <cyd@stupidchicken.com>
2042
2043 * nsterm.h: Fix last change.
2044
c435b432
DN
20452010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
2046
a568f507
DN
2047 * m/intel386.h (NO_REMAP): Move definition ...
2048 * s/msdos.h (NO_REMAP): ... here.
2049
4cd9f6c2
DN
2050 * m/vax.h (CRT0_DUMMIES): Remove, unused.
2051
c435b432
DN
2052 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
2053 used on those platforms.
2054
42a2c622
DN
20552010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2056
2057 Remove extern errno declarations.
2058 * xterm.c:
2059 * xrdb.c:
2060 * w32term.c:
2061 * unexec.c:
2062 * unexaix.c:
2063 * sysdep.c:
2064 * process.c:
2065 * lread.c:
2066 * keyboard.c:
2067 * floatfns.c:
2068 * filelock.c:
2069 * fileio.c:
2070 * emacs.c (main):
2071 * ecrt0.c:
2072 * dispnew.c:
2073 * callproc.c:
2074 * buffer.c: Remove errno extern declarations.
2075 * s/netbsd.h (NEED_ERRNO): Remove.
2076
8224f93d
DN
20772010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2078
2079 Remove all uses of LIBX11_SYSTEM.
2080 * Makefile.in (LIBX11_SYSTEM): Remove.
2081 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
2082 instead.
2083
814062c7
EZ
20842010-04-01 Eli Zaretskii <eliz@gnu.org>
2085
ed68db4d
EZ
2086 Remove support for DJGPP v1.x (bug#5813).
2087
2088 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8224f93d
DN
2089 * s/msdos.h:
2090 * unexec.c (make_hdr, copy_text_and_data):
2091 * sysdep.c (wait_for_termination, sys_subshell):
ed68db4d 2092 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
52f4d8d5
EZ
2093 (IT_set_terminal_modes, __write, _rename, gethostname)
2094 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
2095 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
2096 the value of __DJGPP__.
ed68db4d
EZ
2097 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
2098 compatibility code.
8224f93d
DN
2099 * lread.c:
2100 * gmalloc.c (memalign):
2101 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
2102 * emacs.c (main):
2103 * dosfns.c (init_dosfns):
ed68db4d
EZ
2104 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
2105
52f4d8d5
EZ
21062010-04-01 Eli Zaretskii <eliz@gnu.org>
2107
814062c7
EZ
2108 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
2109 string with `cursor' property comes from an `after-string'
2110 overlay. (Bug#5816)
2111
0dc2e11d
GM
21122010-04-01 Glenn Morris <rgm@gnu.org>
2113
2114 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
2115 Define as Makefile variables.
2116 (LIBX): Use above variables rather than directly using autoconf.
2117
1d29df59
DN
21182010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
2119
2120 Clean up BSD_SYSTEM use.
2121 * xterm.c:
2122 * process.c:
2123 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
2124 for including <sys/ioctl.h>.
2125 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
2126 code is only used for MSDOS.
2127
1546c559
JL
21282010-03-31 Juri Linkov <juri@jurta.org>
2129
2130 * image.c: Add `Qextension_data'.
2131 (syms_of_image): Initialize and staticpro `Qextension_data'.
2132 (Fimage_metadata): Rename from `Fimage_extension_data'.
2133 (gif_load): Put GIF extension data to the property
2134 `Qextension_data'.
2135
6521c534
CY
21362010-03-31 Chong Yidong <cyd@stupidchicken.com>
2137
2138 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
2139 * nsterm.h: Fix prototype.
2140
52c30783
EZ
21412010-03-31 Eli Zaretskii <eliz@gnu.org>
2142
2143 * xdisp.c (highlight_trailing_whitespace): Support highlight of
2144 trailing whitespace in right-to-left rows.
2145
855a0da7
SM
21462010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 Get rid of the direct_output optimizations.
2149 * keyboard.c (nonundocount): Remove extern declaration.
2150 (command_loop_1): Remove brittle optimisation for cheap and
2151 common operations.
2152 * xdisp.c (redisplay_internal): Don't bother checking
2153 redisplay_performed_directly_p any more.
2154 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
2155 any more.
2156 * dispnew.c (redisplay_performed_directly_p)
2157 (direct_output_for_insert, direct_output_forward_char):
2158 * dispextern.h (redisplay_performed_directly_p)
2159 (direct_output_for_insert, direct_output_forward_char): Remove.
2160 * cmds.c (nonundocount): Make it static.
2161
85738751 21622010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
a6d676d9
CY
2163
2164 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
2165
85738751 21662010-03-31 Jan Djärv <jan.h.d@swipnet.se>
67fee863
JD
2167
2168 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
2169 invisible (Bug#5766).
2170
85738751 21712010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
9ae6e189 2172
855a0da7
SM
2173 * xdisp.c (x_consider_frame_title, update_window_cursor):
2174 Remove HAVE_NS conditionals.
194d44e7 2175 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
2176
2177 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
2178 filename for the title.
2179 (ns_set_doc_edited): Do nothing if the selected window is a
2180 minibuffer window.
2181
2182 * nsterm.h: Add prototypes for ns_set_name_as_filename and
2183 ns_set_doc_edited.
2184
2185 * nsterm.m: Remove unneeded prototype.
2186
85738751 21872010-03-31 Glenn Morris <rgm@gnu.org>
25c72475
GM
2188
2189 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
2190 in the DOC file. (Bug#5336)
2191
85738751 21922010-03-31 Chong Yidong <cyd@stupidchicken.com>
f79a01db
CY
2193
2194 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
2195
75d1428c
SM
21962010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2197
2198 * window.c (keys_of_window): Remove redundant/overridden bindings.
2199
82043cfb
EZ
22002010-03-30 Eli Zaretskii <eliz@gnu.org>
2201
2202 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
2203 Restore original behavior when the iterator is not bidi_p.
2204
b5dd0ae7
DN
22052010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2206
2207 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
2208
bd924a5d
EZ
22092010-03-30 Eli Zaretskii <eliz@gnu.org>
2210
2211 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
2212 are outside the range of cached character positions.
2213
3580374b
JB
22142010-03-30 Juanma Barranquero <lekktu@gmail.com>
2215
2216 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
2217
a7b02820
EZ
22182010-03-30 Eli Zaretskii <eliz@gnu.org>
2219
2220 Initial support for bidirectional editing.
2221
2222 * Makefile.in (obj): Include bidi.o.
2223 (bidi.o): New target.
2224
2225 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
2226 ($(BLD)/bidi.$(O)): New target.
2227
2228 * bidi.c: New file.
2229
2230 * buffer.h (struct buffer): New members bidi_display_reordering
2231 and bidi_paragraph_direction.
2232
2233 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
2234 and bidi_paragraph_direction.
2235 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
2236 and bidi-paragraph-direction.
2237 (Fbuffer_swap_text): Swap the values of
2238 bidi_display_reordering and bidi_paragraph_direction.
2239
2240 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
2241 (bidi_type_t, bidi_dir_t): New types.
2242 (bidi_saved_info, bidi_stack, bidi_it): New structures.
2243 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
2244 prev_stop, base_level_stop, and eol_pos.
2245 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
2246 (IT_STACK_SIZE): Enlarge to 5.
2247 (struct glyph_row): New member reversed_p.
2248 <string_buffer_position>: Update prototype.
2249 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
2250 glyph_row if bidi_it.paragraph_dir == R2L.
2251 (struct glyph): New members resolved_level and bidi_type.
2252
2253 * dispnew.c (direct_output_forward_char): Give up if we need bidi
2254 processing or buffer's direction is right-to-left.
2255 (prepare_desired_row): Preserve the reversed_p flag.
2256 (row_equal_p): Compare the reversed_p attributes as well.
2257
2258 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
2259 bidi_init_it and set it->paragraph_embedding from the current
2260 buffer's value of bidi_paragraph_direction.
2261 (reseat_1): Initialize bidi_it.first_elt.
2262 (set_iterator_to_next, next_element_from_buffer): Use the value of
2263 paragraph_embedding to determine the paragraph direction.
2264 (set_iterator_to_next): Under bidi reordering, call
2265 bidi_get_next_char_visually. Call bidi_paragraph_init if the
2266 new_paragraph flag is set in the bidi iterator.
2267 (next_element_from_buffer): If bidi_it.first_elt is set,
2268 initialize paragraph direction and find the first character to
2269 display in the visual order. If reseated to a middle of a line,
2270 prime the bidi iterator starting at the line's beginning. Handle
2271 the situation where we overstepped stop_charpos due to
2272 non-linearity of the bidi iteration. Likewise for when we back up
2273 beyond the previous stop_charpos. When moving across stop_charpos,
2274 record it in prev_stop.
2275 (display_line): Set row->end and it->start for the next row to the
2276 next character in logical order. Always extend reversed_p rows to
2277 the end of line, even if they end at ZV. Copy the reversed_p flag
2278 to the next glyph row. Keep calling set_cursor_from_row for
2279 bidi-reordered rows even if we already have a possible candidate
2280 for cursor position. Set row_end after all the row's glyphs have
2281 been produced, by looping over the glyphs. Record the position
2282 after EOL in it->eol_pos, and use it to set end_pos of the last
2283 row produced for a continued line.
2284 <Qright_to_left, Qleft_to_right>: New variables.
2285 (syms_of_xdisp): Initialize and staticpro them.
2286 (string_buffer_position_lim): New function.
2287 (string_buffer_position): Most of code moved to
2288 string_buffer_position_lim. Last argument and return value are
2289 now EMACS_INT; all callers changed.
2290 (set_cursor_from_row): Rewritten to support bidirectional text and
2291 reversed glyph rows.
2292 (text_outside_line_unchanged_p, try_window_id): Disable
2293 optimizations if we are reordering bidirectional text and the
2294 paragraph direction can be affected by the change.
2295 (append_glyph, append_composite_glyph)
2296 (produce_image_glyph, append_stretch_glyph): Set the
2297 resolved_level and bidi_type members of each glyph.
2298 (append_glyph): If the glyph row is reversed, prepend the glyph
2299 rather than appending it.
2300 (handle_stop_backwards): New function.
2301 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
2302 (reseat): call handle_stop_backwards to recompute prev_stop and
2303 base_level_stop for the new position.
2304 (handle_invisible_prop): Under bidi iteration, skip invisible text
2305 using bidi_get_next_char_visually. If we are `reseat'ed, init the
2306 paragraph direction. Update IT->prev_stop after skipping
2307 invisible text.
2308 (move_it_in_display_line_to): New variables prev_method
2309 and prev_pos. Compare for strict equality in
2310 BUFFER_POS_REACHED_P.
2311 (try_cursor_movement): Examine all the candidate rows that occlude
2312 point, to return the best match. If rows are bidi-reordered
2313 and point moved backwards, back up to the row that is not a
2314 continuation line, and start looking for a suitable row from
2315 there.
2316
2317 * term.c (append_glyph): Reverse glyphs by pre-pending them,
2318 rather than appending, if the glyph_row's reversed_p flag is set.
2319 Set the resolved_level and bidi_type members of each glyph.
2320
2321 * .gdbinit (pbiditype): New command.
2322 (pgx): Use it to display bidi level and type of the glyph.
2323 (pitx): Display some bidi information about the iterator.
2324 (prowlims, pmtxrows): New commands.
2325
32a8894e
DN
23262010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2327
2328 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
2329 * s/usg5-4.h (LIBS_DEBUG):
2330 * s/irix6-5.h (C_DEBUG_SWITCH):
2331 * s/gnu-linux.h (LIBS_DEBUG):
2332 * s/darwin.h (LIBS_DEBUG):
2333 * s/bsd-common.h (LIBS_DEBUG):
2334 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
2335 * m/iris4d.h (LIBS_DEBUG):
2336 * m/hp800.h (LIBS_DEBUG): Remove definitions.
2337
2338 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
2339 (LIBS_DEBUG): Remove definition.
2340
649dbf36
CY
23412010-03-27 Chong Yidong <cyd@stupidchicken.com>
2342
2343 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
2344 Windows.
2345
cad4261f
YM
23462010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2347
2348 * process.c (Fmake_network_process): Don't call turn_on_atimers around
2349 `connect' (Bug#5723).
2350
cd591dbc
HE
23512010-03-25 Helmut Eller <eller.helmut@gmail.com>
2352
2353 * process.c (Fmake_network_process): Call `select' for interrupted
2354 `connect' rather than creating new socket (Bug#5173).
2355
e867cb5d 23562010-03-24 Jan Djärv <jan.h.d@swipnet.se>
93318cbd
JD
2357
2358 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
2359
2360 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
2361
2362 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
2363
e867cb5d 23642010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ad13a3ee
YM
2365
2366 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
2367 XLoadQueryFont.
2368
e867cb5d 23692010-03-24 Kenichi Handa <handa@m17n.org>
fbdc1721
KH
2370
2371 * coding.c (decode_coding_ccl): Fix previous change for the
2372 multibyte case.
fb608df3
KH
2373 (encode_coding_ccl): Don't setup ccl program here. Fix for the
2374 case that the output buffer is fullfilled.
2375 (encode_coding): Setup ccl program here.
fbdc1721 2376
5845f0ed
DN
23772010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2378
814fb708
DN
2379 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
2380
5845f0ed
DN
2381 Simplify LIBS_MACHINE definitions.
2382 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
2383 * m/iris4d.h (LIBS_MACHINE): Likewise.
2384 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
2385 * s/aix4-2.h (LIBS_SYSTEM): ... here.
38e3487c 2386 * s/netbsd.h: Remove commented out code.
5845f0ed 2387
b7064064
DN
23882010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2389
df7734b2
DN
2390 Remove dead code dealing with POSIX_SIGNALS.
2391 * atimer.c (set_alarm): Remove dead code, all USG systems define
2392 POSIX_SIGNALS.
2393 * data.c (arith_error): Likewise.
2394 * keyboard.c (input_available_signal, handle_user_signal)
2395 (interrupt_signal): Likewise.
2396 * process.c (sigchld_handler): Likewise.
2397 (create_process): Remove if 0 code. Remove HPUX conditional when
2398 !defined (POSIX_SIGNALS), it cannot be true.
2399 * syssignal.h: Remove USG5_4 and USG conditionals when
2400 !POSIX_SIGNALS, they cannot be true.
2401
b7064064
DN
2402 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
2403 NO_SOCK_SIGIO, not used anymore.
2404
55da5ee3
DN
24052010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2406
0be96e3a
DN
2407 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
2408 support vax on BSDs.
2409
55da5ee3
DN
2410 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
2411 * s/aix4-2.h (ORDINARY_LINK): ... here.
2412
c0282183
AS
24132010-03-21 Andreas Schwab <schwab@linux-m68k.org>
2414
82c3d67a
AS
2415 * Makefile.in (abs_builddir): Define.
2416 (bootstrap_exe): Use it.
2417 (VPATH): Use $(srcdir) instead of @srcdir@.
c0282183 2418
3613edce
SM
24192010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 * Makefile.in (bootstrap_exe): Use an absolute name.
2422
7f110ddc
DN
24232010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2424
22e87574
DN
2425 Remove support for old GNU/Linux using libc version 5.
2426 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
2427 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
2428
05a670e6
DN
2429 Consolidate redundant definitions in s/bsd-common.h.
2430 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2431 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2432 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
2433 doing it in all files that include this one.
2434 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2435 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2436 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2437 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2438 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2439 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2440 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2441 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2442 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2443
2968f561
DN
2444 Consolidate redundant definitions.
2445 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
2446 it's undefined in all files that include this one.
2447 (POSIX_SIGNALS): Define here instead of doing it in all files that
2448 include this one.
2449 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2450 (POSIX_SIGNALS): Do not define.
2451 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2452 (POSIX_SIGNALS): Do not define.
2453 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2454 (POSIX_SIGNALS): Do not define.
2455
15d25dc0
DN
2456 Remove support for old UNIX System V systems.
2457 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
2458 * s/usg-5-4-2.h: Remove.
2459
07e339e4
DN
2460 Remove support for Solaris on PPC and for old versions.
2461 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
2462 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
2463 that cancel each other.
2464 * s/sol2-3.h:
2465 * s/sol2-4.h:
2466 * s/sol2-5.h: Remove.
2467 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
2468 (NO_REMAP): Remove, unused.
2469 (UNEXEC): Move definition ...
2470 * s/aix4-2.h (UNEXEC): ... here.
2471
7f110ddc
DN
2472 * s/openbsd.h: Remove support for non-ELF and for systems that do
2473 not support shared libraries.
2474 * s/netbsd.h:
2475 * s/freebsd.h: Likewise.
2476
605f35cd
DN
24772010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2478
2479 Remove non-working support for lynxos 3.0.
2480 * s/lynxos.h: Remove file.
2481
2482 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
2483 COFF_BSD_SYMBOLS, nothing defines it anymore.
2484
aed71cf4
DN
24852010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2486
2487 Remove obsolete uses of HAVE_SHM.
2488 * emacs.c (standard_args):
2489 (Fdump_emacs):
2490 (syms_of_emacs): Remove code depending on HAVE_SHM.
2491
2492 * alloc.c: Remove HAVE_SHM dependent definition.
2493
2494 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
2495
aded53ff
GM
24962010-03-18 Glenn Morris <rgm@gnu.org>
2497
17284745
GM
2498 * emacs.c (USAGE4): Hard-code bug address.
2499 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
2500 (bug_reporting_address): Remove.
2501 (main): Don't call bug_reporting_address.
2502
aded53ff
GM
2503 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
2504 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
2505
303500aa
CY
25062010-03-15 Chong Yidong <cyd@stupidchicken.com>
2507
2508 * xfns.c (Fx_create_frame):
2509 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
2510 on left.
2511
cef3058f
CY
25122010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
2513
2514 * editfns.c (Fformat): Account for string precision when computing
2515 field width (Bug#5710).
2516
a647d59d
CY
25172010-03-12 Chong Yidong <cyd@stupidchicken.com>
2518
4fa42018
CY
2519 * xfns.c (Fx_create_frame): Set default to Qright.
2520
a647d59d
CY
2521 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
2522 all window systems.
2523
6da23aaa
EZ
25242010-03-12 Eli Zaretskii <eliz@gnu.org>
2525
a96f6398 2526 These changes remove termcap.c from the build on Posix platforms.
83d02def 2527 * Makefile.in (termcapobj): Move termcap.o from here...
6da23aaa
EZ
2528 (MSDOS_OBJ): ...to here.
2529 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
2530 now identical to when LIBS_TERMCAP is defined.
2531
2532 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
2533
2534 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
2535
a96f6398 2536 * config.in: Regenerated. (See top-level ChangeLog.)
6da23aaa 2537
288f9fc0
CY
25382010-03-10 Chong Yidong <cyd@stupidchicken.com>
2539
2540 * Branch for 23.2.
2541
d48cd3f4
SM
25422010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 Cleanup setup of gl_state in various parts of the code.
2545 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
2546 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
2547 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
2548 (skip_chars):
2549 * regex.c (regex_compile): Use it.
2550 (re_compile_pattern): Don't set gl_state.current_syntax_table since
2551 it's now set in regex_compile when/if we need it.
2552
618db430
SM
25532010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2554
c0335e02
SM
2555 Make it possible to C-g in a tight bytecode loop again (bug#5680).
2556 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
2557 (QUIT): Use it to consolidate code and remove redundancy.
2558 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
2559
254c06a8
SM
2560 * regex.c (regex_compile): Setup gl_state as well.
2561
618db430
SM
2562 * syntax.c (skip_chars): Setup gl_state (bug#3823).
2563 (in_classes): Use CONSP before XCAR/XCDR.
2564
233f0c9f
CY
25652010-03-03 Chong Yidong <cyd@stupidchicken.com>
2566
2567 * keymap.c (Fwhere_is_internal): Use Fequal to compare
2568 definitions, so that keyboard macros are correctly handled
2569 (Bug#5481).
2570
75f80e63
EZ
25712010-03-02 Eli Zaretskii <eliz@gnu.org>
2572
2573 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
2574 text that could be relocated inside the call to emacs_mule_char.
2575 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
2576 (CODING_DECODE_CHAR): Add a comment describing its purpose.
2577
dcfb9bc4
KH
25782010-03-02 Kenichi Handa <handa@m17n.org>
2579
fc9a17bc
KH
2580 * character.c (parse_str_as_multibyte): Fix handling of the
2581 multibyte form of raw-bytes.
2582 (str_as_multibyte): Likewise.
2583
dcfb9bc4
KH
2584 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
2585 form of raw-bytes.
2586
412c01b6
CY
25872010-02-28 Chong Yidong <cyd@stupidchicken.com>
2588
2589 * charset.c (load_charset_map_from_file)
2590 (load_charset_map_from_vector): Zero out allocated
2591 charset_map_entries before using them.
2592
df7e1ea0
AS
25932010-02-27 Andreas Schwab <schwab@linux-m68k.org>
2594
2595 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
2596
fe69a722
CY
25972010-02-27 Chong Yidong <cyd@stupidchicken.com>
2598
4ed28cf4
CY
2599 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
2600 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 2601
7379cfce
KH
26022010-02-26 Kenichi Handa <handa@m17n.org>
2603
f88cc4d6
KH
2604 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
2605
7379cfce
KH
2606 * xdisp.c (reseat_to_string): Fix previous change.
2607
cf2fdcfb
CY
26082010-02-26 David Reitter <david.reitter@gmail.com>
2609
2610 * nsfont.m (nsfont_draw): ns_antialias_text should be a
2611 Lisp_Object (Bug#4736).
2612
cc6c7c75
KH
26132010-02-25 Kenichi Handa <handa@m17n.org>
2614
2615 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
2616
32e737d7
JD
26172010-02-24 Jan Djärv <jan.h.d@swipnet.se>
2618
2619 * xterm.c (XTflash): Move declarations before statements.
2620
2621 * gtkutil.c (xg_get_gdk_display): Remove (unused).
2622 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
2623 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
2624 (xg_create_tool_bar): Remove unused variables.
2625 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 2626 (xg_create_frame_widgets): Remove variable grav.
32e737d7 2627
676cae9f
CY
26282010-02-21 Chong Yidong <cyd@stupidchicken.com>
2629
2630 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
2631
886cc2b8
SM
26322010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2633
2634 * term.c (fatal): Add a final \n if needed (bug#5596).
2635
ddb2d8e2
CY
26362010-02-18 Chong Yidong <cyd@stupidchicken.com>
2637
2638 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
2639
2a4f8d3d
GM
26402010-02-18 Glenn Morris <rgm@gnu.org>
2641
2642 * callint.c (Finteractive): Doc fix.
2643
ebaf11b6
KH
26442010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2645
886cc2b8
SM
2646 * coding.c (record_conversion_result):
2647 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
2648 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
2649 memory allocation error.
2650
d0396581
KH
26512010-02-17 Kenichi Handa <handa@m17n.org>
2652
886cc2b8
SM
2653 * coding.c (decode_coding_ccl): Don't setup ccl program here.
2654 Fix for the case that the output buffer is fullfilled.
d0396581
KH
2655 (decode_coding): Setup ccl program here. Keep looping when the
2656 decoder stopped because the output buffer is
2657 fullfilled (bug#5534).
2658
2659 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
2660
98599f74
JD
26612010-02-13 Jan Djärv <jan.h.d@swipnet.se>
2662
471e4f04 2663 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 2664 bug #5571.
886cc2b8 2665 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 2666 overdrawn.
98599f74 2667
182659ae
JD
26682010-02-10 Jan Djärv <jan.h.d@swipnet.se>
2669
2670 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
2671 doing_interact here.
2672 (ice_connection_closed): New function.
2673 (x_session_check_input, smc_die_CB, ice_io_error_handler)
2674 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
2675 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
2676 returns I/O error.
2677 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
2678 bug #5512.
2679
9be32c4e 26802010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
2681
2682 * nsfont.m (nsfont_open): The system's value for the font descent
2683 is negative, so round it down to avoid clipping.
2684
a2f3eb19
CY
26852010-02-06 Chong Yidong <cyd@stupidchicken.com>
2686
2687 * charset.c (load_charset_map_from_file)
2688 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 2689 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 2690
3088147c
CY
26912010-02-05 Chong Yidong <cyd@stupidchicken.com>
2692
2693 * charset.c (load_charset_map_from_file): Allocate large
2694 charset_map_entries structure on the heap rather than the stack.
2695 (Bug#5526).
2696
b57d9029
KH
26972010-01-31 Kenichi Handa <handa@m17n.org>
2698
2699 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 2700 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 2701
c67d885b
CY
27022010-01-31 Chong Yidong <cyd@stupidchicken.com>
2703
2704 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
2705 <deactivated@gmail.com> (Bug#3605).
2706
8fab2362
CY
27072010-01-31 David De La Harpe Golden <david@harpegolden.net>
2708
2709 * fileio.c (Frename_file): Correctly rename symlinks to
2710 directories (Bug#5496).
2711
cb2a62f2
CY
27122010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
2713
2714 * nsterm.m (ns_ring_bell): Handle visible bell like X.
2715
944c7a26
AS
27162010-01-30 Andreas Schwab <schwab@linux-m68k.org>
2717
2718 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
2719
c024ac08
CY
27202010-01-29 Chong Yidong <cyd@stupidchicken.com>
2721
2722 * frame.c (DEFAULT_ROWS): Change default to 35.
2723
2724 * xfns.c (x_default_font_parameter): Change default XFT font to
2725 monospace-10 (Bug#3643).
2726
af93af83
EZ
27272010-01-29 Eli Zaretskii <eliz@gnu.org>
2728
2729 * w32inevt.c (key_event): Remove unnecessary comparison of
2730 event->uChar.AsciiChar with 128.
2731
ca0eb708
CY
27322010-01-28 Chong Yidong <cyd@stupidchicken.com>
2733
b242dbfc
CY
2734 * fileio.c (Frename_file): Fix last change (Bug#5487).
2735
ca0eb708
CY
2736 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
2737
2738 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
2739
45d45af5
JD
27402010-01-28 Jan Djärv <jan.h.d@swipnet.se>
2741
2742 * xfns.c (Fx_create_frame): Remove window size matching code from
2743 2010-01-15.
a73f9c9d 2744 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 2745
7e233730
JR
27462010-01-27 Jason Rumney <jasonr@gnu.org>
2747
2748 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 2749 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 2750
86e893e3
KH
27512010-01-27 Kenichi Handa <handa@m17n.org>
2752
2753 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 2754 pattern string (Bug#4209).
86e893e3 2755
8719abec
CY
27562010-01-27 David De La Harpe Golden <david@harpegolden.net>
2757
2758 * fileio.c (Frename_file): Call copy-directory and
2759 delete-directory for directories, in order to handle cross-device
2760 renaming (Bug#3353).
2761
844794c8
JD
27622010-01-25 Jan Djärv <jan.h.d@swipnet.se>
2763
aa3e13b5 2764 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 2765 sizes 24 and 10. Bug #3643.
844794c8 2766
bd4b5750
SM
27672010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2768
8dc1adf6 2769 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
2770 * keymap.c (shadow_lookup): Add `remap' arg.
2771 (describe_map, describe_vector): Update calls to shadow_lookup.
2772 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
2773 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
2774 perform remapping during shadow_lookup check of remapped_sequences.
2775
285d07e2
CY
27762010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
2777
2778 * image.c (png_load): Use png_sig_cmp instead of the obsolete
2779 png_check_sig, which has been removed in libpng 1.4.
2780
c6d09b8d
CY
27812010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2782
2783 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
2784 lacks this header file).
2785
3d782998
YM
27862010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2787
2788 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
2789 as in Emacs 22.
2790
2aff7c53
YM
27912010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2792
2793 * lisp.h (make_pure_string): String pointer arg now points to const.
2794
2795 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
2796 args now point to const.
2797
74327f7a
EZ
27982010-01-22 Eli Zaretskii <eliz@gnu.org>
2799
2800 * lread.c (Fload): Don't treat files without .elc extension as
2801 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
2802 them. (bug#5303)
2803
4d1e6632
KH
28042010-01-20 Kenichi Handa <handa@m17n.org>
2805
2806 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
2807 treat the source as actual byte sequence.
2808
1fdede8f
AM
28092010-01-19 Alan Mackenzie <acm@muc.de>
2810
2811 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 2812 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
2813 `signal_after_change_p' to `coherent_change_p', and make the
2814 invocation of `modify_region' conditional on it.
2815
67477f30
JD
28162010-01-19 Jan Djärv <jan.h.d@swipnet.se>
2817
2818 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
2819 for debug purpose.
2820 (syms_of_xsettings): Declare xft-settings.
2821
244b023e
CY
28222010-01-18 Chong Yidong <cyd@stupidchicken.com>
2823
2824 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
2825
617364fe
CY
28262010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2827
2828 * xterm.c (event_handler_gdk): Block input (Bug#5037).
2829
4fe22cdf
CY
28302010-01-16 Chong Yidong <cyd@stupidchicken.com>
2831
2832 * emacs.c (standard_args): Adjust arg priorities to reflect how
2833 they are processed in startup.el.
2834
e118d2be
AS
28352010-01-16 Andreas Schwab <schwab@linux-m68k.org>
2836
2837 * Makefile.in (lisp, shortlisp): Update.
2838
523ae620
SM
28392010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
2842 code, link the new kboard into all_kboard before running Lisp code,
2843 and protect the new terminal with GCPRO (Bug#5365).
2844 (x_term_init): Remove unused var `atom'.
2845 (x_delete_display, x_delete_terminal): Remove unused var `i'.
2846
f0d13888
JD
28472010-01-15 Jan Djärv <jan.h.d@swipnet.se>
2848
2849 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
2850 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
2851 to find out usable size of the desktop. Don't make frames larger than
ac146f82 2852 this. Bug #3643.
f0d13888 2853
cc320f07
KH
28542010-01-15 Kenichi Handa <handa@m17n.org>
2855
2856 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
2857
7ffdf101
CY
28582010-01-15 Chong Yidong <cyd@stupidchicken.com>
2859
2860 * nsterm.m (Qnone): Define.
2861
2862 * nsfns.m (Qnone): Move definition to nsterm.m.
2863
d12bd917
KH
28642010-01-14 Kenichi Handa <handa@m17n.org>
2865
2866 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
2867 systems.
2868
d9a7c140
KH
28692010-01-14 Kenichi Handa <handa@m17n.org>
2870
2871 Make auto-composition work on all buffers even if they are
2872 fundamental mode.
2873
2874 * composite.c (Vauto_composition_mode): New variable.
2875 (composition_compute_stop_pos): Check Vauto_composition_mode
2876 instead of Vauto_composition_function.
2877 (composition_adjust_point, Ffind_composition_internal): Likewise.
2878 (syms_of_composite): Declare Lisp variable
2879 "auto-composition-mode" here.
2880
63286bb2
CY
28812010-01-13 Chong Yidong <cyd@stupidchicken.com>
2882
2883 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
2884 during call to vendor-specific-keysyms (Bug#5365).
2885
c2623ee7
YM
28862010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2887
2888 * keyboard.c (input_available_signal) [SYNC_INPUT]:
2889 Call SIGNAL_THREAD_CHECK (Bug#5333).
2890
2891 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
2892 Call SIGNAL_THREAD_CHECK.
2893
0b5397c2
SM
28942010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2895
2896 Try to fix bug#5314. This is probably not the final word, tho.
2897 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
2898 recent-auto-save-p as a side-effect.
2899 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
2900 * buffer.c (Fkill_buffer, reset_buffer):
2901 * editfns.c (Fsubst_char_in_region):
2902 * fileio.c (Finsert_file_contents, Fdo_auto_save)
2903 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
2904
dc954cb2
KH
29052010-01-13 Kenichi Handa <handa@m17n.org>
2906
2907 Display buffer name, etc. in mode line by composing correctly.
2908
2909 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
2910 STRING is not nil.
0b5397c2 2911 (display_mode_element): Adjust for the change of
dc954cb2
KH
2912 decode_mode_spec and display_line.
2913 (decode_mode_spec): Change arg MULTIBYTE to STRING.
2914 (display_string): Handle the case that STRING is non-null and
2915 LISP_STRING is not nil.
2916
0b5397c2
SM
2917 * xterm.c (x_draw_composite_glyph_string_foreground):
2918 Pay attention to s->face->overstrike.
dc954cb2
KH
2919
2920 * composite.c (composition_reseat_it): Don't check PT if STRING is
2921 non nil.
2922
4a00eaca
YM
29232010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2924
2925 * keyboard.c (read_char): Don't apply previous change when current
2926 buffer is unchanged by command execution.
2927
60abb287
JD
29282010-01-12 Jan Djärv <jan.h.d@swipnet.se>
2929
2930 * keyboard.c (read_char): Return after executing from special map.
2931
893db5bc
GM
29322010-01-12 Glenn Morris <rgm@gnu.org>
2933
2934 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
2935 bug-gnu-emacs rather than emacs-pretest-bug.
2936
4d03ece0
CY
29372010-01-11 Chong Yidong <cyd@stupidchicken.com>
2938
2939 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
2940 initializing the Lisp variables that depend on them.
2941
1df47e38
YM
29422010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2943
2944 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
2945 Clear areas that will not be updated after change of menu bar lines.
2946 Clear the menu bar window's current matrix when the window gets empty.
2947
2f1c6384
CY
29482010-01-09 Chong Yidong <cyd@stupidchicken.com>
2949
e398c61c
CY
2950 * intervals.h, textprop.c (extend_property_ranges): Return value
2951 and args changed. Discard properties that begin at or after the
2952 new end (Bug#5306).
2953
2954 * editfns.c (Fformat): Caller changed.
2955
e5a29a10
CY
2956 * nsterm.m (ns_set_default_prefs): Delete function.
2957 (syms_of_nsterm): Initialize ns_command_modifier,
2958 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
2959 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
2960
2f1c6384
CY
2961 * xdisp.c (pos_visible_p): Check for invisible text at the correct
2962 position (Bug#4040).
2963
d427a9fa
EZ
29642010-01-09 Eli Zaretskii <eliz@gnu.org>
2965
2966 * editfns.c (Ffloat_time): Doc fix.
2967
21b9df2f
JD
29682010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2969
2970 * xfns.c (Fx_create_frame): Don't create frame larger than display
2971 by default bug#3643.
2972
4b00d3b1
YM
29732010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2974
2975 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
2976 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
2977 windows above internal border.
2978
2979 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
2980 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
2981 windows above internal border.
2982
2983 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
2984 tool bar windows specially.
2985
2986 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
2987
2988 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
2989 specially.
2990 (XTflash): Take account of menu bar height.
2991
2992 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
2993 specially.
2994
5075d853
JD
29952010-01-08 Jan Djärv <jan.h.d@swipnet.se>
2996
ac146f82 2997 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
2998 also be true before we can return early (bug #5339).
2999
474217c8
CY
30002010-01-06 David Reitter <david.reitter@gmail.com>
3001
3002 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
3003 (Fns_display_usable_bounds): Rewrite, computing bounds properly
3004 (Bug#3233).
3005
c0e6d47d
JD
30062010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3007
d0cf45b7
JD
3008 * font.c (font_open_entity): Enable chache and call cached_font_ok
3009 for the driver if defined.
3010 (QCuser_spec): New symbol.
3011 (font_spec_from_name): Save name as user-spec.
3012 (font_load_for_lface): Keep user-spec instead of name.
3013 (font_open_by_name): Save name as user-spec.
3014 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 3015 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
3016
3017 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
3018 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
3019 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
3020
3021 * font.h (struct font_driver): Add cached_font_ok.
3022
c0e6d47d
JD
3023 * xterm.c (x_clear_frame): Queue draw for scroll bars.
3024
7c583cd8
JD
30252010-01-05 Jan Djärv <jan.h.d@swipnet.se>
3026
3027 * xterm.c (x_new_font): Move code for setting rows/cols before
3028 resizing ...
ac146f82 3029 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
3030
3031 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
3032 (xg_frame_resized, xg_frame_set_char_size):
3033 Call xg_clear_under_internal_border.
7c583cd8 3034 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 3035
03f77f0a
CY
30362010-01-05 Chong Yidong <cyd@stupidchicken.com>
3037
3038 * keyboard.c (read_key_sequence): Catch keyboard switch after
3039 making a new tty frame (Bug#5095).
3040
2a1ef5be
KH
30412010-01-05 Kenichi Handa <handa@m17n.org>
3042
3043 * fontset.c (fontset_find_font): Fix getting the frame pointer.
3044
e3eb1dae
SM
30452010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3046
3047 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
3048 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
3049 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
3050
777013f2
MA
30512010-01-03 Michael Albinus <michael.albinus@gmx.de>
3052
3053 * dbusbind.c (xd_add_watch): Improve debug message.
3054 (xd_remove_watch): Improve debug message. If DATA is the session
3055 bus, unset D-Bus session environment.
3056 (Fdbus_init_bus): Pass the bus as argument to
3057 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 3058
8932b1c2
CY
30592010-01-01 Chong Yidong <cyd@stupidchicken.com>
3060
87231e2c
CY
3061 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
3062
4801c5fa
CY
3063 * lread.c (syms_of_lread): Make it clearer that these are the
3064 names of loaded files (Bug#5068).
3065
8932b1c2
CY
3066 * eval.c (run_hook_with_args): Handle the case where the global
3067 value has the obsolete single-function form (Bug#5026).
3068
11e3c684
CY
30692009-12-27 Chong Yidong <cyd@stupidchicken.com>
3070
3071 * minibuf.c (Fall_completions): Minor optimization.
3072
5b28ce35
EZ
30732009-12-26 Eli Zaretskii <eliz@gnu.org>
3074
5ce6e4f4
JB
3075 * .gdbinit (pgx): Fix display of composite glyphs.
3076 Display cmp.from and cmp.to as well.
3077 (pitx): Fix last change.
5b28ce35 3078
bcffff46
KH
30792009-12-25 Kenichi Handa <handa@m17n.org>
3080
3081 * composite.h (composition_adjust_point): Update prototype.
3082
3083 * composite.c (composition_reseat_it): Don't make a composition
3084 spanning over point.
3085 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
3086 composable characters.
3087 (composition_adjust_point): New arg NEW_PT. Callers changed.
3088
3089 * keyboard.c (command_loop_1): Force redisplay if the last point
3090 was within a composition.
3091 (adjust_point_for_property): Don't adjust point for automatic
3092 composition when called after buffer modification.
3093
3f670e9a
EZ
30942009-12-19 Eli Zaretskii <eliz@gnu.org>
3095
5ce6e4f4
JB
3096 * .gdbinit (pitx): Don't use enum names, use their values.
3097 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
3098 (pgx): Don't use enum names, use their values.
3099 (pitmethod): New helper command.
3100 (pitx): Use it to display iteration method.
3101 (pgrowit): New command.
3102
ad903955
EZ
3103 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
3104
3f670e9a
EZ
3105 Update dependencies in Makefile.in.
3106
3107 * Makefile.in (alloc.o): Depend on termhooks.h.
3108 (atimer.o): Depend on blockinput.h.
3109 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
3110 and frame.h.
3111 (callint.o): Depend on systime.h, coding.h, and composite.h.
3112 (callproc.o): Depend on buffer.h.
3113 (casefiddle.o): Don't depend on charset.h.
3114 (casetab.o): Depend on character.h.
3115 (ccl.o): Depend on composite.h.
3116 (chartab.o): Depend on ccl.h.
3117 (cm.o): Depend on dispextern.h.
3118 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
3119 (coding.o): Don't depend on $(INTERVALS_H).
3120 (composite.o): Don't depend on dispextern.h explicitly (it's in
3121 $(INTERVALS_H)). Depend on ccl.h.
3122 (data.o): Depend on systime.h, coding.h, composite.h,
3123 dispextern.h, font.h, and ccl.h.
3124 (dired.o): Depend on composite.h.
3125 (dispnew.o): Depend on coding.h. Don't depend explicitly on
3126 composite.h (it's in $(INTERVALS_H)).
3127 (doc.o): Depend on systime.h, coding.h, and composite.h.
3128 (editfns.o): Don't depend explicitly on dispextern.h.
3129 (emacs.o): Depend on frame.h and coding.h.
3130 (eval.o): Depend on coding.h, composite.h, and xterm.h.
3131 (fileio.o): Depend on frame.h and commands.h. Don't depend
3132 explicitly on dispextern.h.
3133 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
3134 composite.h.
3135 (fns.o): Don't depend on termhooks.h.
3136 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
3137 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
3138 coding.h, $(INTERVALS_H), window.h, xterm.h.
3139 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
3140 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
3141 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
3142 fontset.h, ccl.h, and ftfont.h.
3143 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3144 (gtkutil.o): Depend on dispextern.h and composite.h.
3145 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
3146 termhooks.h, and ccl.h.
3147 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
3148 (intervals.o): Depend on systime.h and coding.h.
3149 (keyboard.o): Depend on composite.h and coding.h.
3150 (keymap.o): Depend on coding.h and frame.h.
3151 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
3152 (macros.o): Depend on systime.h, coding.h, and composite.h.
3153 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
3154 and atimer.h.
3155 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
3156 dispextern.h explicitly.
0b5397c2
SM
3157 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
3158 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
3159 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
3160 (regex.o): Don't depend on charset.h.
3161 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
3162 (search.o): Don't depend explicitly on composite.h.
3163 (sound.o): Depend on atimer.h and systime.h.
3164 (syntax.o): Don't depend explicitly on composite.h.
3165 (sysdep.o): Depend on coding.h and composite.h.
3166 (term.o): Depend on xterm.h and buffer.h.
3167 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
3168 (textprop.o): Don't depend on dispextern.h explicitly.
3169 (undo.o): Depend on dispextern.h.
3170 (window.o): Depend on coding.h and termhooks.h. Don't depend on
3171 dispextern.h and composite.h explicitly.
3172 (xdisp.o): Depend on ccl.h.
3173 (xfaces.o): Depend on coding.h and ccl.h.
3174 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
3175 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3176 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
3177 ftfont.h.
3178 (xgselect.o): New dependency.
3179 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
3180 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
3181 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
3182 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
3183 (xsmfns.o): Depend on frame.h and dispextern.h.
3184 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
3185 sysselect.h.
3186
7a6f7fea
AS
31872009-12-19 Andreas Schwab <schwab@linux-m68k.org>
3188
3189 * font.c (Fclear_font_cache): Pass correct cache argument to
3190 font_clear_cache.
3191
f4c21026
AS
31922009-12-16 Andreas Schwab <schwab@linux-m68k.org>
3193
3194 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
3195 twice.
3196
f7ab0997
CY
31972009-12-15 Chong Yidong <cyd@stupidchicken.com>
3198
3199 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
3200 calling file-remote-p. Reported by Jim Meyering.
3201
fa8e045a
MA
32022009-12-15 Michael Albinus <michael.albinus@gmx.de>
3203
3204 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 3205 avoid compiler warnings. (Bug #5217)
fa8e045a 3206
a63dba42
KH
32072009-12-14 Kenichi Handa <handa@m17n.org>
3208
3209 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
3210 in 8-bit encoding.
3211
5ce6e4f4 32122009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
3213
3214 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
3215 tooltip windows.
3216
223e5fc6
JD
32172009-12-13 Jan Djärv <jan.h.d@swipnet.se>
3218
36acb2a7
JD
3219 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
3220 Xatom_net_window_type.
3221
3222 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
3223 Xatom_net_window_type.
3224
b8f00677
JD
3225 * xterm.c (my_log_handler): New function.
3226 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 3227 so we can filter out buggy messages. (Bug #5120).
b8f00677 3228
e5f0bc9a
JD
3229 * xterm.c (xg_scroll_callback): Parameter list changed,
3230 use parameter GtkScrollType to determine scroll/line/page.
3231 Only allow dragging if a button < 4 is grabbed (bug #5177).
3232 (xg_end_scroll_callback): New function.
3233 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
3234 xg_create_scroll_bar.
3235
3236 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
3237 (scroll_end_callback): Remove.
3238 (xg_create_scroll_bar): Add parameter end_callback, bind it to
3239 button-release-event. Replace value-changed event with change-value,
3240 bug #5177,
3241 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
3242 bug #5177.
3243
3244 * gtkutil.h (XG_LAST_SB_DATA): Remove.
3245 (xg_create_scroll_bar): Add GCallback end_callback.
3246
223e5fc6
JD
3247 * xftfont.c (QClcdfilter): New variable.
3248 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
3249 (syms_of_xftfont): Initialize QClcdfilter.
3250
3c055b77
JD
32512009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3252
3253 * xsettings.c (struct xsettings): Add member seen.
3254 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 3255 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
3256 (apply_xft_settings): Only update Xft settings with what member seen
3257 indicates as new.
3258
05fe33ff
EZ
32592009-12-12 Eli Zaretskii <eliz@gnu.org>
3260
3261 * dispextern.h (struct text_pos): Use EMACS_INT;
3262 (struct glyph): Use EMACS_INT for charpos.
3263 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
3264 region_beg_charpos, region_end_charpos,
3265 redisplay_end_trigger_charpos, and also for
3266 iterator_stack_entry.end_charpos and
3267 iterator_stack_entry.stop_charpos.
3268
e8d7886a
JD
32692009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3270
5ce6e4f4 3271 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
3272 (xg_create_scroll_bar): Call scroll_end_callback on button release
3273 event (bug #5177).
3274 (xg_event_is_for_scrollbar): != replaced with ==.
3275
d0db2ec8
KH
32762009-12-12 Kenichi Handa <handa@m17n.org>
3277
3278 * ftfont.c (struct ftfont_info): New member matrix.
3279 (ftfont_open): Setup xftfont_info->matrix.
3280 (MFLTFontFT): New member matrix.
3281 (FLOOR, CEIL, ROUND): New macros.
3282 (ftfont_get_metrics): Handle matrix transformation.
3283 (ftfont_shape_by_flt): New arg matrix. Callers changed.
3284
3285 * xftfont.c (struct xftfont_info): New member matrix.
3286 (xftfont_open): Setup xftfont_info->matrix.
3287
32882009-12-10 Kenichi Handa <handa@m17n.org>
3289
3290 * xdisp.c (append_space_for_newline): Consider face-remapping.
3291
2cc7b62f
AS
32922009-12-09 Andreas Schwab <schwab@linux-m68k.org>
3293
b87dd913
AS
3294 * xsettings.c: Include "keyboard.h".
3295
eba5eb94
AS
3296 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
3297
2cc7b62f
AS
3298 Fix implicit function declarations.
3299 * cmds.c: Include "frame.h".
3300 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
3301 * frame.h: Move declaration of delete_frame outside of
3302 HAVE_WINDOW_SYSTEM.
3303
a4ef73c8
CY
33042009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3305
3306 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
3307
3308 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
3309 GTK builds.
3310
944a300c
AS
33112009-12-07 Andreas Schwab <schwab@linux-m68k.org>
3312
3313 * unexelf.c (unexec): Don't search for .data twice.
3314
022eef62
CY
33152009-12-05 Chong Yidong <cyd@stupidchicken.com>
3316
426ac949
CY
3317 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
3318 if push failed.
3319 (handle_line_prefix): Set avoid_cursor_p here. Check return value
3320 of push_display_prop (Bug#5000).
3321
022eef62
CY
3322 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
3323 value of font_list_entities (Bug#5085).
3324
be95bee9
JB
33252009-12-04 Juanma Barranquero <lekktu@gmail.com>
3326
3327 Fix `string-to-number' to deal consistently with integers and floats.
3328 * lread.c (isfloat_string): New argument ignore_trailing to accept all
3329 trailing characters, not just whitespace.
3330 (read1): Pass new arg 0 to keep old behavior.
3331 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
3332 trailing chars, as it is already done for integers. Doc fixes.
3333 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
3334
24c2d7ce
EZ
33352009-12-04 Eli Zaretskii <eliz@gnu.org>
3336
0b5397c2
SM
3337 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
3338 Delete unused enumeration value.
24c2d7ce 3339
7e694795
EZ
33402009-12-03 Eli Zaretskii <eliz@gnu.org>
3341
3342 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
3343
84b31826
SM
33442009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
3345
3346 * process.c (Fmake_network_process): Fix up the tests for
3347 "connectionless socket", so they DTRT for seqpacket sockets as well.
3348
f00c449b
SM
33492009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3350
3351 * process.c (Qseqpacket): New symbol.
3352 (HAVE_SEQPACKET): New macro.
3353 (Fmake_network_process): Accept new :type `seqpacket'.
3354 (init_process): Add `seqpacket' feature when applicable.
3355 (syms_of_process): Initialize Qseqpacket.
3356
8096a0ff
YM
33572009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3358
3359 * font.c (font_load_for_lface, font_open_by_name): Don't store name
3360 if entity is Qnil.
3361
3e0de07f
SM
33622009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3363
3364 * print.c (print_preprocess): Preprocess the key_and_value table of
3365 hashtables, even tho they're "hidden" (bug#5082).
3366
abeafb2a
JD
33672009-11-29 Jan Djärv <jan.h.d@swipnet.se>
3368
3369 * frame.c (frame_make_pointer_invisible)
3370 (frame_make_pointer_visible): Declare f before statements.
3371
4bf47195
EZ
33722009-11-28 Eli Zaretskii <eliz@gnu.org>
3373
3374 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
3375 omitted dependencies on lisp.h.
3376
c525b3f2
JD
33772009-11-27 Jan Djärv <jan.h.d@swipnet.se>
3378
ece2d4ed
JD
3379 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
3380 is NULL.
3381
3382 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
3383
3384 * frame.c (frame_make_pointer_invisible)
3e0de07f 3385 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
3386 frame.
3387
c525b3f2
JD
3388 * search.c (simple_search): Remove warning by making *p const.
3389
2f00e299
DN
33902009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3391
3392 * xdisp.c (power_letter): Remove duplicate const.
3393
084b049b
JD
33942009-11-25 Jan Djärv <jan.h.d@swipnet.se>
3395
a1fadc6f
JD
3396 * term.c (delete_tty): Remove check for last terminal (bug#4970).
3397
5ce6e4f4 3398 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
3399 defaults (bug #5025).
3400
28259cac
SM
34012009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3402
3403 * insdel.c (adjust_markers_for_delete): Move it in the
3404 right direction! (bug#4803)
3405
e8e14166
YM
34062009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3407
3408 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
3409
3410 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
3411
86677b58
GM
34122009-11-24 Glenn Morris <rgm@gnu.org>
3413
3414 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
3415
581e51e8
JD
34162009-11-23 Jan Djärv <jan.h.d@swipnet.se>
3417
cfc86c7a
JD
3418 * Makefile.in: Must create deps for ecrt0.o in its rule.
3419
581e51e8
JD
3420 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
3421 because that is what Gtk+ font dialog understands.
3422
3423 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
3424 of Fcopy_sequence.
3425 (font_open_by_name): Put name given into QCname for font-object returned.
3426
3427 * frame.c (x_set_font): Save original font name as frame parameter
3428 font-parameter.
3429
3430 * xsettings.c (set_default_xft_settings): New function.
3431 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
3432 is found.
3433
8b264ecb
AS
34342009-11-22 Andreas Schwab <schwab@linux-m68k.org>
3435
3436 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
3437 searching backwards through multibyte buffer.
3438
872870b2
JD
34392009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3440
3441 * xterm.c: #include xgselect.h.
3442 (x_initialize): Call xgselect_initialize.
3443
3444 * xsettings.c (something_changedCB): C++ comments => C comments.
3445 (init_gconf): Do not deal with any GLib file descriptors, xg_select
3446 does that now.
3447
3448 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
3449 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
3450 (scroll_bar_button_cb): Remove.
5ce6e4f4 3451 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
3452 event.
3453 (xg_create_scroll_bar): Don't bind button-press-event and
3454 button-release-event.
3455
3456 * process.c: Include xgselect.h if defined (USE_GTK) ||
3457 defined (HAVE_GCONF).
3458 (wait_reading_process_output): Call xg_select for the same condition.
3459
3460 * xgselect.c (xg_select): New function to better integrate with
3461 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
3462
3463 * xgselect.h: New file, declare xg_select, xgselect_initialize.
3464
3465 * Makefile.in (XOBJ): Add xgselect.o.
3466
62a6e103
AS
34672009-11-21 Andreas Schwab <schwab@linux-m68k.org>
3468
0b5397c2
SM
3469 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
3470 Remove ignored second argument. All callers changed.
62a6e103
AS
3471 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
3472 (RE_STRING_CHAR_AND_LENGTH): Likewise.
3473 * xdisp.c (string_char_and_length): Likewise.
3474
b0ca0f33
DN
34752009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3476
3477 * xterm.c (x_new_font):
3478 * print.c (print_object):
3479 * cmds.c (Fself_insert_command): Move declarations before statements.
3480
dd5a6279
CY
34812009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3482
3483 * s/cygwin.h: Remove unneeded linker flags.
3484
4a8e097d
JD
34852009-11-20 Jan Djärv <jan.h.d@swipnet.se>
3486
0d1d0d26
JD
3487 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
3488
3489 * xsettings.h: Declare xsettings_get_system_font.
3490
3491 * xsettings.c (xsettings_get_system_font): New function.
3492 (init_gconf): No use initiating gconf unless we have Xft also.
3493 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
3494 HAVE_GCONF.
3495
4a8e097d
JD
3496 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
3497 add a blank entry so it doesn't collapse into nothing.
3498
8ab1650e
SM
34992009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 * lread.c (Funintern): Comment out last change.
3502
82c602f0
RS
35032009-11-19 Richard Stallman <rms@gnu.org>
3504
3505 * lread.c (Funintern): Error if symbol is t or nil.
3506
87e32266
SM
35072009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3508
3509 * insdel.c (make_gap_larger): Don't make as many assumptions about the
3510 representation of Lisp integers.
3511 Reported by MJ Chan <mjchan.inbox@gmail.com>.
3512
1b9ac145
AS
35132009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3514
3515 * lisp.h: Remove declaration of Ffont_get_system_font.
3516 * xfns.c: Move include of "xsettings.h".
3517 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
3518
dfb3c4c6
JD
35192009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3520
87e32266
SM
3521 * xsettings.c (something_changedCB, Ffont_get_system_font):
3522 Check use_system_font.
dfb3c4c6
JD
3523 (syms_of_xsettings): DEFVAR font-use-system-font.
3524
9370c1d8
AS
35252009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3526
25fe851a
AS
3527 * xfns.c (x_default_font_parameter): Remove dead assignment.
3528
9370c1d8
AS
3529 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
3530
637fa988
JD
35312009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3532
87e32266 3533 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 3534 not have FC_LCD_*. #define them if not there.
a6eb20d8 3535
87e32266 3536 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 3537
637fa988
JD
3538 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
3539
3540 * xterm.c (handle_one_xevent): Call xft_settings_event for
3541 ClientMessage, PropertyNotify and DestroyNotify.
3542 (x_term_init): If we have XFT, get DPI from Xft.dpi.
3543 Call xsettings_initialize.
3544
3545 * xftfont.c (xftfont_fix_match): New function.
3546 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
3547 Call xftfont_fix_match after XftFontMatch.
3548
3549 * xfont.c (xfont_driver): Initialize all members.
3550
87e32266
SM
3551 * xfns.c (x_default_font_parameter):
3552 Try font from Ffont_get_system_font.
637fa988
JD
3553 Do not get font from x_default_parameter if we got one from
3554 Ffont_get_system_font.
87e32266 3555 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
3556
3557 * w32font.c (w32font_driver): Initialize all members.
3558
3559 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
3560
3561 * lisp.h: Declare syms_of_xsettings.
3562
87e32266
SM
3563 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
3564 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
3565
3566 * ftfont.c (ftfont_filter_properties): New function.
3567
3568 * frame.c (x_set_font): Remove unused variable lval.
3569
87e32266 3570 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
3571
3572 * font.c (font_put_extra): Don't return if val is nil, it means
3573 boolean option is off.
3574 (font_parse_fcname): Collect all extra properties in extra_props
3575 and call filter_properties for all drivers with extra_props and
3576 font as parameter.
87e32266
SM
3577 (font_open_entity): Do not use cache, it does not pick up new
3578 fontconfig settings like hinting.
637fa988
JD
3579 (font_load_for_lface): If spec had a name in it, store it in entity.
3580
a73f9c9d 3581 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
3582
3583 * config.in: HAVE_GCONF is new.
3584
3585 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
3586 xsettings.o is new.
3587
5a942932
KH
35882009-11-17 Kenichi Handa <handa@m17n.org>
3589
3590 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
3591 back to the default font in case that no suitable font is found.
3592
b7c7a4d1
SM
35932009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3594
3595 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
3596 Suggested by Chad Brown <yandros@mit.edu>.
3597 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
3598
072f1e39
JD
35992009-11-16 Jan Djärv <jan.h.d@swipnet.se>
3600
3601 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
3602
5d1e70a2
AS
36032009-11-14 Andreas Schwab <schwab@linux-m68k.org>
3604
87e32266 3605 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 3606
a53cfbe5
JD
36072009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3608
473a99b7
JD
3609 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
3610 has a parent.
3611
a53cfbe5 3612 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 3613 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
3614
3615 * config.in: Generated (AUTO_DEPEND).
3616
f04bb9b2
MA
36172009-11-13 Michael Albinus <michael.albinus@gmx.de>
3618
b7c7a4d1 3619 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
3620 Vdbus_registered_functions_table, because it contains also
3621 properties. Fix docstring.
b7c7a4d1 3622 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 3623
8f11f7ec
SM
36242009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3625
3626 * alloc.c (mark_object): Don't reprocess marked strings.
3627 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
3628 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
3629
8a605fe8
KH
36302009-11-13 Kenichi Handa <handa@m17n.org>
3631
8f11f7ec 3632 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
3633 semantics of Vword_combining_categories.
3634 (Vword_combining_categories): Describe the slight change of the
3635 semantics.
3636
241c4680
EZ
36372009-11-13 Eli Zaretskii <eliz@gnu.org>
3638
3639 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
3640
3641 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
3642
5d58e44c
SM
36432009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3644
3645 * xdisp.c (syms_of_xdisp): Fix typo in last change.
3646
5e13f9d3
JB
36472009-11-12 Juanma Barranquero <lekktu@gmail.com>
3648
3649 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
3650
cf54c754
DR
36512009-11-11 David Reitter <david.reitter@gmail.com>
3652
3653 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
3654 variables to fix 2009-11-09 change.
3655
a4ada374
DN
36562009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3657
91433552
DN
3658 * process.c (ifflag_def): Make flag_sym constant.
3659 (Fnetwork_interface_info): Use a constant pointer.
3660 (ifflag_table):
3661 * xfns.c (cursor_bits):
3662 * xdisp.c (power_letter):
3663 * termcap.c (speeds, esctab):
3664 * sysdep.c (baud_convert):
3665 * keyboard.c (lispy_accent_codes, modifier_names):
3666 * image.c (xbm_format, xpm_format, pbm_format, png_format)
3667 (jpeg_format, tiff_format, gif_format, svg_format)
3668 (interlace_start, interlace_increment, gs_format):
3669 * gtkutil.c (separator_names):
3670 * fringe.c (swap_nibble):
3671 * fns.c (base64_value_to_char, base64_char_to_value):
3672 * fileio.c (make_temp_name_tbl):
3673 * coding.c (suffixes): Make constant.
3674
f4265f6c
DN
3675 * frame.c (make_initial_frame):
3676 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
3677 build_string.
3678 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
3679
04420943
DN
3680 * s/freebsd.h:
3681 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
3682
0a5d24ae
DN
3683 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
3684 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
3685
a4ada374
DN
3686 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
3687 * xterm.c (syms_of_xterm):
3688 * xfaces.c (syms_of_xfaces):
3689 * xdisp.c (syms_of_xdisp):
3690 * lread.c (syms_of_lread):
3691 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
3692 build_string.
91433552 3693
a4ada374
DN
3694 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
3695
af98fc7f
SM
36962009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3697
8ab1650e 3698 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 3699
e90292a9
JD
37002009-11-10 Jan Djärv <jan.h.d@swipnet.se>
3701
3702 * keyboard.h: Declare timer_check.
3703
3704 * keyboard.c (timer_check_2): New function that does what the old
3705 timer_check did.
3706 (timer_check): Call timer_check_2 until -1 or a non-zero time is
3707 returned, i.e. don't return -1 with timers pending.
3708
3709 * process.c: Remove extern declaration of timer_check.
3710
3711 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
3712 even if timer_check returned -1.
3713
af98fc7f
SM
3714 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
3715 xg_dialog_data.
e90292a9
JD
3716 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
3717 the event loop.
3718 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
3719 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
3720 Destroy the dialog after xg_dialog_run.
3721
045b83c0
SM
37222009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
3725
1fb99a3a
JD
37262009-11-10 Jan Djärv <jan.h.d@swipnet.se>
3727
3728 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
3729
04e452cb
JB
37302009-11-09 Juanma Barranquero <lekktu@gmail.com>
3731
3732 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
3733
ef7417fd
SM
37342009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3735
3736 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
3737 w32menu.c, and nsmenu.m.
3738 Simplify the obsolete case where position is nil.
3739 (cleanup_popup_menu): New function, moved from nsmenu.m.
3740 (struct skp): Remove slot `notreal'.
3741 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
3742 adjust callers.
3743 (single_menu_item): Adjust call to parse_menu_item.
3744 (syms_of_menu): Defsubr x-popup-menu.
3745 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
3746 (keymap_panes): Don't export any more.
3747 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
3748 (xmenu_show): Declare.
3749 * keyboard.c (parse_menu_item): Remove arg `notreal'.
3750 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
3751 * keyboard.h (parse_menu_item): Update declaration.
3752 * xmenu.c (Fx_popup_menu): Remove.
3753 (syms_of_xmenu): Don't defsubr x-popup-menu.
3754 * w32menu.c (Fx_popup_menu): Remove.
3755 (syms_of_w32menu): Don't defsubr x-popup-menu.
3756 * nsmenu.m (cleanup_popup_menu): Remove.
3757 (ns_menu_show): Rename from ns_popup_menu and remove all the code
3758 moved to menu.c's Fx_popup_menu.
3759 (Fx_popup_menu): Remove.
3760 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
3761 menu_items (it's done in menu.c already).
3762
424d6179
SM
37632009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
3766 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
3767
c0df13a6 37682009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
3769
3770 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 3771 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
3772 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
3773 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
3774
2de9f71c
SM
37752009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3776
3777 Let integers use up 2 tags to give them one extra bit and thus double
3778 their range.
3779 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
3780 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
3781 New macros.
3782 (enum Lisp_Type): Use them. Give explicit values.
3783 (Lisp_Type_Limit): Remove.
3784 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
3785 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
3786 Pay attention to USE_2_TAGS_FOR_INTS.
3787 (INTEGERP): Use LISP_INT_TAG_P.
3788 * fns.c (internal_equal): Simplify the default case.
3789 (sxhash): Use case_Lisp_Int.
3790 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
3791 any more.
3792 (Ftype_of): Use case_Lisp_Int.
3793 (store_symval_forwarding): Take into account the fact that Ints can
3794 now have more than one tag.
3795 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
3796 buffer_slot_type_mismatch):
3797 * xfaces.c (face_attr_equal_p):
3798 * print.c (print_object):
3799 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
3800 Use case_Lisp_Int.
3801
323637a2
EZ
38022009-11-06 Eli Zaretskii <eliz@gnu.org>
3803
7ac65b38
EZ
3804 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
3805
323637a2
EZ
3806 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
3807 warning.
3808
e511451f
JD
38092009-11-06 Jan Djärv <jan.h.d@swipnet.se>
3810
3811 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
3812
3813 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
3814
3815 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
3816 ButtonPressRelease and MotionNotify (bug#4870).
3817
5e2327cf
DN
38182009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
3819
5adc433e
DN
3820 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
3821
d67b4f80
DN
3822 * xterm.c (syms_of_xterm):
3823 * xselect.c (syms_of_xselect):
3824 * xmenu.c (syms_of_xmenu):
3825 * xfns.c (syms_of_xfns):
3826 * xfaces.c (syms_of_xfaces):
3827 * xdisp.c (syms_of_xdisp):
3828 * window.c (syms_of_window):
3829 * w32fns.c (syms_of_w32fns):
3830 * undo.c (syms_of_undo):
3831 * textprop.c (syms_of_textprop):
3832 * terminal.c (syms_of_terminal):
3833 * syntax.c (syms_of_syntax):
3834 * sound.c (syms_of_sound):
3835 * search.c (syms_of_search):
3836 * print.c (syms_of_print):
3837 * minibuf.c (syms_of_minibuf):
3838 * macros.c (syms_of_macros):
3839 * keymap.c (syms_of_keymap, initial_define_key)
3840 (initial_define_lispy_key):
3841 * keyboard.c (syms_of_keyboard):
3842 * insdel.c (syms_of_insdel):
3843 * image.c (syms_of_image):
3844 * fringe.c (syms_of_fringe):
3845 * frame.c (syms_of_frame):
3846 * fontset.c (syms_of_fontset):
3847 * fns.c (syms_of_fns):
3848 * fns.c (syms_of_fns):
3849 * fileio.c (syms_of_fileio):
3850 * fileio.c (syms_of_fileio):
3851 * eval.c (syms_of_eval):
3852 * doc.c (syms_of_doc):
3853 * dispnew.c (syms_of_display):
3854 * dired.c (syms_of_dired):
3855 * dbusbind.c (syms_of_dbusbind):
3856 * data.c (syms_of_data):
3857 * composite.c (syms_of_composite):
3858 * coding.c (syms_of_coding):
3859 * cmds.c (syms_of_cmds):
3860 * charset.c (define_charset_internal, syms_of_character):
3861 * ccl.c (syms_of_ccl):
3862 * category.c (syms_of_category, init_category_once):
3863 * casetab.c (syms_of_casetab):
3864 * casefiddle.c (syms_of_casefiddle):
3865 * callint.c (syms_of_callint):
3866 * bytecode.c (syms_of_bytecode):
3867 * buffer.c (keys_of_buffer, syms_of_buffer):
3868 * alloc.c (syms_of_alloc):
3869 * process.c (syms_of_process, init_process):
3870 * lread.c (syms_of_lread, init_obarray):
3871 * font.c (build_style_table):
3872 * emacs.c (syms_of_emacs, main): Replace calls to intern with
3873 intern_c_string, calls to make_pure_string with
3874 make_pure_c_string. Use pure_cons instead of Fcons.
3875
5e2327cf
DN
3876 * process.c (socket_options): Make it const.
3877 (set_socket_option, init_process): Use a const pointer.
3878
3879 * lread.c (intern_c_string): New function.
3880 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
3881 (defvar_int): Uset it. Make the name const char*.
3882
3883 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
3884 (defvar_int): Update prototypes.
3885 (DEFUN, EXFUN): Support for prototypes is now required.
3886 (intern_c_string): New prototype.
3887 (struct Lisp_Subr): Make symbol_name constant.
3888
3889 * font.c (struct table_entry): Remove unused member. Make NAMES
3890 constant.
3891 (weight_table, slant_table, width_table): Make constant.
3892
3893 * emacs.c (struct standard_args): Make name and longname constant.
3894
3895 * character.h (DEFSYM): Use intern_c_string.
3896
a56eaaef
DN
38972009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3898
3899 * alloc.c (make_pure_c_string): New function.
3900
3901 * eval.c (Fautoload): Purecopy all arguments.
3902
f6a07420
KH
39032009-11-05 Kenichi Handa <handa@m17n.org>
3904
3905 * fileio.c (Finsert_file_contents): Be sure set coding-system of
3906 the buffer in case of replace.
3907
5d28d4b1
DN
39082009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3909
3910 * puresize.h (BASE_PURESIZE): Increase to 1620000.
3911
b349d111
SM
39122009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3913
d528b1ce
SM
3914 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
3915 when applicable (bug#4851).
3916
b349d111
SM
3917 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
3918 (P_): Support for prototypes is now required.
3919
c38eb027
CY
39202009-10-31 Chong Yidong <cyd@stupidchicken.com>
3921
3922 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
3923 (Bug#4827).
3924
0405f8d9
EZ
39252009-10-30 Eli Zaretskii <eliz@gnu.org>
3926
d528b1ce 3927 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 3928
ca0a881a
DN
39292009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3930
3931 * puresize.h (BASE_PURESIZE): Increase to 1470000.
3932
d528b1ce
SM
3933 * lread.c (Fload): Purecopy the file name when building
3934 Vpreloaded_file_list.
ca0a881a 3935
47e0e0e4
JR
39362009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
3937
3938 * w32fns.c (syms_of_w32fns): Change default value of
3939 w32-scroll-lock-modifier to nil. (Bug#2827)
3940
057bce6f
JB
39412009-10-26 Juanma Barranquero <lekktu@gmail.com>
3942
782a943e 3943 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 3944
242bc74c
AS
39452009-10-26 Andreas Schwab <schwab@redhat.com>
3946
3947 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
3948
522d013a
JB
39492009-10-26 Juanma Barranquero <lekktu@gmail.com>
3950
3951 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
3952 For delta < 0, skip check that only makes sense when the mini-window
3953 is going to be enlarged. (Bug#4534)
3954
18060980
CY
39552009-10-25 Chong Yidong <cyd@stupidchicken.com>
3956
3957 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
3958 string in menu maps (Bug#4471).
3959
fec8f0fe
CY
39602009-10-24 Chong Yidong <cyd@stupidchicken.com>
3961
3962 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
3963 FRAME_NS_VIEW on terminal frames (Bug#4765).
3964
10d66ec0
AS
39652009-10-24 Andreas Schwab <schwab@linux-m68k.org>
3966
1cae01f7
AS
3967 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
3968 DBUS_TYPE_UINTnn separately to get proper sign extension.
3969
58a12889
AS
3970 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
3971 can properly handle unsigned types.
d528b1ce 3972 (make_uid, make_gid): Remove.
58a12889 3973
987c9327
AS
3974 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
3975 types again.
3976
522d013a 3977 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
3978 (system_process_attributes): Likewise.
3979
905a9ed3
DN
39802009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
3981
3982 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
3983
3984 * eval.c (Fautoload): Purecopy the filename. Simplify.
3985
3986 * category.c (Fdefine_category): Purecopy docstring.
3987
a599b3e8
AS
39882009-10-23 Andreas Schwab <schwab@linux-m68k.org>
3989
7b792fc9
AS
3990 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
3991
a599b3e8
AS
3992 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
3993
b35ac83e
CY
39942009-10-23 Chong Yidong <cyd@stupidchicken.com>
3995
3996 * window.c (Fwindow_edges, Fwindow_pixel_edges)
3997 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
3998 (Bug#4775).
3999
e8903e00
SM
40002009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4001
4002 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
4003 (init_fileio_once):
4004 * lisp.h (init_fileio_once): Remove.
4005 * emacs.c (main): Don't call init_fileio_once.
4006
8f43cbf3
DN
40072009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4008
4009 * puresize.h (BASE_PURESIZE): Increase to 1430000.
4010
26898943
AS
40112009-10-21 Andreas Schwab <schwab@linux-m68k.org>
4012
4013 * doprnt.c (doprnt): Fix overflow check.
4014
5c646d5a
JD
40152009-10-21 Jan Djärv <jan.h.d@swipnet.se>
4016
3132a7ea
JD
4017 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
4018
5c646d5a
JD
4019 * xterm.h (x_wait_for_event): Declare it.
4020
4021 * xterm.c (pending_event_wait): New variable.
4022 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
4023 see pending_event_wait.eventtype.
4024 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
4025 (x_new_font): Call change_frame_size with new rows/columns before we
4026 try to resize the frame.
5c646d5a 4027 (x_wait_for_event): New function.
d528b1ce
SM
4028 (x_set_window_size_1): Don't change gravity unless change_gravity
4029 is set.
5c646d5a
JD
4030 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
4031 don't change frame size, instead wait for the ConfigureNotify.
4032 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
4033 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
4034 (x_initialize): Initialize pending_event_wait.
4035
4036 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
4037 size.
4038
4039 * widget.c (EmacsFrameSetValues): Add comment.
4040 (EmacsFrameSetCharSize): Just call x_set_window_size.
4041
4042 * gtkutil.c (xg_frame_set_char_size): Flush events and call
4043 x_wait_for_event.
d528b1ce 4044 (flush_and_sync): Remove again.
5c646d5a
JD
4045 (xg_get_font_name): Suggest monospace if no previous font is known.
4046
e9c1637d
SM
40472009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4048
4049 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 4050 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 4051
5a72cccb
YM
40522009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4053
4054 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
4055 processing pending events when event is filtered for input method.
ab04798f 4056 (Bug#3681)
5a72cccb 4057
2629aa37
JB
40582009-10-20 Juanma Barranquero <lekktu@gmail.com>
4059
4060 * fns.c: Add #endif accidentally removed in previous change.
4061
c3417a74
DN
40622009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4063
4064 * fns.c: Remove code for unsupported system: MAC_OS.
4065 * image.c: Likewise. Include setjmp.h.
4066
9685cef2
JD
40672009-10-19 Jan Djärv <jan.h.d@swipnet.se>
4068
4069 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
4070 pixel -1 (bug #4742).
4071
d7306fe6
DN
40722009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4073
019d2c4c
DN
4074 * process.c (create_pty): Remove conditionals for no longer
4075 supported systems: UNIPLUS and RTU.
4076
ee6bacd4
DN
4077 * xterm.c:
4078 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
4079
d7306fe6
DN
4080 * alloc.c: Do not define struct catchtag.
4081 * eval.c: Move struct catchtag definition ...
4082 * lisp.h: ... here.
4083
4084 * image.c: Move png.h #include earlier to avoid warnings.
4085
4086 * xterm.c:
4087 * xsmfns.c:
4088 * xselect.c:
4089 * xrdb.c:
4090 * xmenu.c:
4091 * xftfont.c:
4092 * xfont.c:
4093 * xfns.c:
4094 * xfaces.c:
4095 * xdisp.c:
4096 * window.c:
4097 * widget.c:
4098 * w32xfns.c:
4099 * w32uniscribe.c:
4100 * w32term.c:
4101 * w32select.c:
4102 * w32reg.c:
4103 * w32proc.c:
4104 * w32menu.c:
4105 * w32inevt.c:
4106 * w32heap.c:
4107 * w32font.c:
4108 * w32fns.c:
4109 * w32console.c:
4110 * w32.c:
4111 * w16select.c:
4112 * vm-limit.c:
4113 * unexsol.c:
4114 * unexec.c:
4115 * unexcw.c:
4116 * unexaix.c:
4117 * undo.c:
4118 * tparam.c:
4119 * textprop.c:
4120 * terminfo.c:
4121 * terminal.c:
4122 * termcap.c:
4123 * term.c:
4124 * syntax.c:
4125 * sound.c:
4126 * sheap.c:
4127 * search.c:
4128 * scroll.c:
4129 * region-cache.c:
4130 * regex.c:
4131 * ralloc.c:
4132 * process.c:
4133 * print.c:
b024548b
DN
4134 * nsterm.m:
4135 * nsselect.m:
4136 * nsmenu.m:
4137 * nsimage.m:
4138 * nsfont.m:
4139 * nsfns.m:
d7306fe6
DN
4140 * msdos.c:
4141 * minibuf.c:
4142 * menu.c:
4143 * marker.c:
4144 * macros.c:
4145 * keymap.c:
4146 * keyboard.c:
4147 * intervals.c:
4148 * insdel.c:
4149 * indent.c:
4150 * gtkutil.c:
4151 * ftxfont.c:
4152 * ftfont.c:
4153 * fringe.c:
4154 * frame.c:
4155 * fontset.c:
4156 * font.c:
4157 * fns.c:
4158 * floatfns.c:
4159 * filelock.c:
4160 * fileio.c:
4161 * emacs.c:
4162 * editfns.c:
4163 * dosfns.c:
4164 * doprnt.c:
4165 * doc.c:
4166 * dispnew.c:
4167 * dired.c:
4168 * dbusbind.c:
4169 * data.c:
4170 * composite.c:
4171 * coding.c:
4172 * cmds.c:
4173 * cm.c:
4174 * chartab.c:
4175 * charset.c:
4176 * character.c:
4177 * ccl.c:
4178 * category.c:
4179 * casetab.c:
4180 * casefiddle.c:
4181 * callproc.c:
4182 * callint.c:
4183 * bytecode.c:
4184 * buffer.c:
4185 * atimer.c: Include setjmp.h. (Bug#4643)
4186
fd5f21e6
SM
41872009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4188
4c0354d7
SM
4189 Remove leftover table unibyte_to_multibyte_table.
4190 * character.c (unibyte_to_multibyte_table): Remove.
4191 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
4192 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
4193 * character.h (UNIBYTE_TO_CHAR): New macro.
4194 (MAKE_CHAR_MULTIBYTE): Use it.
4195 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
4196 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
4197 (message_dolog, set_message_1):
4198 * search.c (Freplace_match):
4199 * editfns.c (Fcompare_buffer_substrings):
4200 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
4201 (concat):
4202 * insdel.c (copy_text, count_size_as_multibyte):
4203 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
4204 * term.c (produce_glyphs):
4205 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
4206 * regex.c (RE_CHAR_TO_MULTIBYTE):
4207 * cmds.c (internal_self_insert):
4208 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
4209
fd5f21e6
SM
4210 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
4211
4418646e
DN
42122009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4213
4214 * puresize.h (BASE_PURESIZE): Increase to 1310000.
4215
35f5c1d2
JB
42162009-10-16 Juanma Barranquero <lekktu@gmail.com>
4217
4218 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
4219
a0cd8f6b
AR
42202009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4221
4222 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
4223 still needed under Tiger.
4224
4225 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
4226
4227 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
4228 __Apple__.
4229
4230 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
4231
01a8d3fa
KH
42322009-10-15 Kenichi Handa <handa@m17n.org>
4233
4234 * print.c (print_object): Escape a symbol like "2E10" too.
4235
bf6c75c9 42362009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
4237
4238 Cleanups and changes for 64-bit compile under Snow Leopard.
4239 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
4240
4241 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
4242
c5959062 4243 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
4244 (ns_findfonts, nsfont_list_family): Use long format in printf, and
4245 cast argument.
4246 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 4247 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
4248
4249 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
4250
4251 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
4252 where appropriate.
4253
4254 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
4255 where appropriate.
6e4780c5
JB
4256 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
4257 Use stringWithUTF8String.
bf6c75c9
AR
4258 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
4259
6e4780c5
JB
4260 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
4261 Add formal protocol mention to inheritance.
bf6c75c9
AR
4262 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
4263
6e4780c5
JB
4264 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
4265 Fix printf format.
bf6c75c9
AR
4266 (ns_query_color): Use CGFloat where appropriate.
4267 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 4268 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
4269 argument.
4270
3d87f118
AR
4271 * config.in (NS_HAVE_NSINTEGER): Drop.
4272
a95c8102
AR
4273 * dbusbind.c (dbus-method-return-internal)
4274 (dbus-method-error-internal): Use long format in printf, and cast
4275 argument.
4276
4277 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
4278 in printf, and cast argument.
4279
6873acca 4280 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
4281 cast argument.
4282
9ec6f100
GM
42832009-10-11 Glenn Morris <rgm@gnu.org>
4284
4285 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
4286
5be883cd
JD
42872009-10-08 Jan Djärv <jan.h.d@swipnet.se>
4288
4289 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
4290 menu bar with a small width so it doesn't enlarge the frame.
4291
d7a39b51
JB
42922009-10-08 Juanma Barranquero <lekktu@gmail.com>
4293
4294 * fontset.c (Fset_fontset_font): Fix typos in error messages.
4295
0c2b6f8e
GM
42962009-10-06 Glenn Morris <rgm@gnu.org>
4297
4298 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
4299 SOME_MACHINE_LISP (this enters indirectly via DOC).
4300
e02131a2
EZ
43012009-10-05 Eli Zaretskii <eliz@gnu.org>
4302
4303 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
4304
b4744254
EZ
43052009-10-04 Eli Zaretskii <eliz@gnu.org>
4306
4307 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
4308 Doc fix.
4309
dbf64827
JB
43102009-10-03 Martin Rudalics <rudalics@gmx.at>
4311
4312 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
4313
e9a0aef8
MA
43142009-10-02 Michael Albinus <michael.albinus@gmx.de>
4315
d528b1ce 4316 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
4317 used anymore outside fileio.c.
4318
4319 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
4320
64eb2b56
JB
43212009-10-01 Juanma Barranquero <lekktu@gmail.com>
4322
4323 * lisp.h (Qdelete_directory_internal):
4324 Declare, instead of Qdelete_directory.
4325
4326 * w32fns.c (Fsystem_move_file_to_trash): Use it.
4327
9d28c33e
SM
43282009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4329
4330 * eval.c (Fcalled_interactively_p): Add `kind' argument.
4331
9d8f3bd9
MA
43322009-10-01 Michael Albinus <michael.albinus@gmx.de>
4333
9d28c33e 4334 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
4335 Fdelete_directory. It is not a command anymore. It has no file
4336 name handler.
4337
9694740b
SM
43382009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * xdisp.c (get_next_display_element): Use an enum in last change.
4341
748e162f
KH
43422009-09-28 Kenichi Handa <handa@m17n.org>
4343
9694740b 4344 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
4345 unibyte_display_via_language_environment in handling
4346 Vnobreak_char_display.
4347
17efd58d
AR
43482009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4349
4350 * nsterm.h (ns_app_name): New extern variable.
4351
4352 * nsterm.m (ns_app_name): New variable.
4353 (ns_term_init): Set and use it.
4354 (ns_term_shutdown): Use it.
4355
4356 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
4357 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
4358
4359 * nsfns.m (ns_set_name_iconic, ns_set_name)
4360 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
4361 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
4362
9694740b
SM
4363 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
4364 Remove double-casting in client_data comparison.
31c2d412 4365
3208cb35
YM
43662009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4367
4368 * keyboard.c (make_lispy_event): Remember last wheel direction.
4369 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
4370
b7d552d6
GM
43712009-09-26 Glenn Morris <rgm@gnu.org>
4372
4373 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
4374 internal.elc. Add term/pc-win.elc.
4375 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
4376 term/x-win.elc.
4377 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
4378 term/w32-win.elc.
4379 (NS_SUPPORT): New.
4380 (lisp): Add NS_SUPPORT.
4381 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
4382
4ff670a8
DR
43832009-09-25 David Reitter <david.reitter@gmail.com>
4384
4385 * nsmenu.m (EmacsMenu-clear): Recognize application menu
4386 on Mac OS X 10.6+ (bug#4513).
4387
feabfb6c
JB
43882009-09-24 Juanma Barranquero <lekktu@gmail.com>
4389
4390 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
4391 some parts of Emacs code (like font selection) don't grok them.
4392 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 4393
de59072a
AS
43942009-09-24 Andreas Schwab <schwab@redhat.com>
4395
4396 * coding.c (decode_coding_iso_2022): Fix operator precedence.
4397
a489517b
JB
43982009-09-24 Juanma Barranquero <lekktu@gmail.com>
4399
4400 * dired.c (Fdirectory_files): Fix typo in docstring.
4401
0592970c
AR
44022009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4403
4404 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
4405 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
4406 (EmacsScroller-setPosition:portion:whole:): Remove -display call
4407 under GNUstep.
4408 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
4409
4410 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
4411 glyph advancement.
4412
48e8a88b
AR
44132009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4414
4415 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 4416 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
4417
4418 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
4419 deleted (bug #4492).
4420
e14f0a78
AR
4421 * nsfont.m (Vns_reg_to_script): New lisp variable.
4422 (syms_of_nsfont): Declare it.
4423 (ns_registry_to_script): New function.
4424 (ns_get_req_script): Call it.
4425 (ns_findfonts): Don't give up on non-unicode registry.
4426
4427 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
4428
5b650faa
SM
44292009-09-20 Tom Tromey <tromey@redhat.com>
4430
4431 * eval.c (find_handler_clause): Make stack-trace-on-error work in
4432 batch mode (bug#4228).
4433
a489517b 44342009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
4435
4436 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 4437 carefully. (Bug #4339)
0bae4e09 4438
fcfe06f3
CY
44392009-09-18 Chong Yidong <cyd@stupidchicken.com>
4440
d798ba87 4441 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 4442
31642728
AR
44432009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4444
4445 * emacs.c (inhibit_x_resources): Update doc string for NS.
4446 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 4447 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
4448
4449 * nsterm.h (ns_no_defaults): Remove.
4450
4451 * nsterm.m (ns_no_defaults): Remove.
4452 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
4453 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
4454 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
4455 don't update the NSWindow itself.
4456 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 4457 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
4458
4459 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
4460 ns_use_qd_smoothing.
4461
4462 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
4463 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 4464 (x-close-connection): Drop PSFlush() under OS X.
a489517b 4465 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 4466
8686ac71
JB
44672009-09-17 Juanma Barranquero <lekktu@gmail.com>
4468
4469 * emacs.c (inhibit_x_resources): New variable.
4470 (main) [HAVE_NS]: Don't process --quick command line option.
4471 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
4472
4473 * lisp.h (inhibit_x_resources): Declare it extern.
4474
4475 * w32reg.c (x_get_string_resource):
4476 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
4477
e227ba05
EZ
44782009-09-17 Eli Zaretskii <eliz@gnu.org>
4479
362654a6
JB
4480 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
4481 Add lisp/term/internal.elc.
e227ba05 4482
742d40e8
SM
44832009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4484
4485 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
4486 (bug#4461).
4487
005bd5a2
DN
44882009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4489
4490 * puresize.h (BASE_PURESIZE): Increase to 1290000.
4491
4492 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
4493 (OBJECTS_MACHINE): Remove, unused.
4494
f9af9719
SM
44952009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4496
4497 * frame.c (x_get_resource_string): Remove unused.
4498
0307c7d2
JD
44992009-09-15 Jan Djärv <jan.h.d@swipnet.se>
4500
4501 * xterm.c (x_new_font): Call change_frame_size before calling
4502 x_set_window_size, in case frame size won't change.
4503
4504 * frame.c (x_set_font): Remove dead code.
4505
428b13d6
SM
45062009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4507
4508 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
4509
5766c380
SM
45102009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * lread.c (Fload): Don't output a message after loading an obsolete
4513 package any more (done in Lisp now).
4514
2fd0161b
CY
45152009-09-12 Chong Yidong <cyd@stupidchicken.com>
4516
4517 * fns.c (syms_of_fns): Doc fix (Bug#4227).
4518
bc5e75b6
SM
45192009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4520
4521 * keymap.c (Fwhere_is_internal): Use nconc2.
4522
c31c985e
AM
45232009-09-11 Alan Mackenzie <acm@muc.de>
4524
4525 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
4526 batch mode.
4527
78012bd2
AS
45282009-09-11 Andreas Schwab <schwab@linux-m68k.org>
4529
4530 * xdisp.c (display_mode_element): Detect cycles.
4531
9d889332
SM
45322009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * keymap.c (where_is_internal): Don't erroneously return nil right after
4535 filling the cache.
4536 (where_is_internal_1): Fix up typo.
4537
7ab5d780
GM
45382009-09-11 Glenn Morris <rgm@gnu.org>
4539
4540 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
4541 share a common doc-string.
4542
5238a749
SM
45432009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4544
66d77eda
SM
4545 * keymap.c (get_keymap): Return the actual keymap symbol rather than
4546 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
4547
5238a749
SM
4548 * keymap.c (QCadvertised_binding): New constant.
4549 (syms_of_keymap): Initialize it.
4550 (Fwhere_is_internal): Try and use bindings from :advertised-binding
4551 if applicable.
4552
19f48442
SM
45532009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4554
50d4ba39
SM
4555 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
4556 (parse_menu_item): Streamline since bindings are recomputed all the
4557 time anyway. Don't bother checking Vdefine_key_rebound_commands any
4558 more and don't support lmenu's menu-alias any more either.
4559
a88a5372
SM
4560 * keymap.c (where_is_internal_data): Make noindirect a boolean.
4561 (where_is_internal): Strip it down to only traverse the keymaps.
4562 Move the cache handling from Fwhere_is_internal to here.
4563 (Fwhere_is_internal): Move the handling of remapping and the choice of
4564 the best binding from where_is_internal to here.
4565 Unify the cached/noncached paths, so remapping is also handled
4566 correctly when the cache is used, and so the cache can be used to
4567 speed up remap-handling when applicable.
4568 Give preference to non-remapped bindings.
4569 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
4570 non-remapped bindings.
4571 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
4572 command remapping.
4573
19f48442
SM
4574 * xdisp.c (display_mode_element): Move list length limit from 50 to
4575 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
4576
599498c3 45772009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
4578
4579 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
4580
f9b7b5ac
SM
45812009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4582
a53af587
JB
4583 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
4584 (Bug#4334)
4585
f9b7b5ac
SM
4586 * keymap.c (where_is_internal): Filter out shadowed remappings.
4587 Assume that where_is_internal returns unshadowed bindings to simplify
4588 the code and get rid of the gotos. Use ASIZE.
4589
04f4b72d
JD
45902009-09-04 Jan Djärv <jan.h.d@swipnet.se>
4591
4da146f2
JD
4592 * xterm.c (x_focus_changed): If we get a focusout and pointer
4593 is invisible, make it visible.
4594
04f4b72d
JD
4595 * xterm.h: Remove condition for declaration of
4596 x_*_window_to_frame.
4597
7cef7ce3
SM
45982009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4599
4600 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
4601 initial terminal as well.
4602
a54fa5b7
JD
46032009-09-02 Jan Djärv <jan.h.d@swipnet.se>
4604
4605 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 4606 x_menubar_window_to_frame.
a54fa5b7 4607
50426a04 4608 * xterm.c: Remove declarations also in xterm.h.
a54fa5b7
JD
4609 (XTmouse_position): Do not return valid positions
4610 for clicks in the menubar and the toolbar for Gtk+.
4611
4612 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
4613 if the widget for the event has the same top level as a frame,
4614 return the frame.
4615 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
4616 internal windows, bug #4122.
4617 (x_non_menubar_window_to_frame): Remove.
4618
5a021dd0
GM
46192009-09-02 Glenn Morris <rgm@gnu.org>
4620
4621 * buffer.c (default-major-mode): Move most of the doc from here...
4622 (major-mode): ... to here.
4623
548fe2f3
NR
46242009-08-30 Nick Roberts <nickrob@snap.net.nz>
4625
4626 * process.c (wait_reading_process_output): Keep the descriptor
4627 when pty is used by a non-child process, e.g., in I/O buffer of
4628 GDB this allows inferior to be restarted.
4629
e0840eef
EZ
46302009-08-29 Eli Zaretskii <eliz@gnu.org>
4631
4632 * xdisp.c (redisplay_internal): Remove redundant test and collapse
4633 both branches into one.
4634
82e98df4
SM
46352009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
4638 (main): Use enable-multibyte-characters rather than
4639 default-enable-multibyte-characters. Output a warning message when
4640 running a unibyte session.
4641
890617cb
YM
46422009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4643
4644 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
4645 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
4646 (copy_data_segment): Also copy __program_vars section.
4647 (copy_dyld_info) [LC_DYLD_INFO]: New function.
4648 (dump_it) [LC_DYLD_INFO]: Use it.
4649
4650 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
4651
e7adeadc
EZ
46522009-08-28 Eli Zaretskii <eliz@gnu.org>
4653
4654 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
4655 $(SRC)/buildobj.h.
4656 (buildobj.h): Renamed from $(SRC)/buildobj.h.
4657 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
4658 $(SRC)/buildobj.h.
4659 (clean): Add buildobj.h.
4660
3ed8bbdc
TZ
46612009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
4662
4663 * print.c (print_object): Set escapeflag to 1 when printing
4664 hashtable keys and values.
4665
155a6764
SM
46662009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4667
4668 * lread.c (read_integer): Use doubles (and potentially return a float
4669 number) as we do in string-to-number.
4670 (read1): Use strtol to read integers, signal errors on strtol's
4671 overflow and use floats if strtol's output is too large for
4672 Elisp integers.
4673
877610de
EZ
46742009-08-27 Eli Zaretskii <eliz@gnu.org>
4675
4676 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
4677 (make-buildobj-SH): Fix last change.
4678 (SRC): Move to before where it's first used.
4679
ef73e7be
KH
46802009-08-27 Kenichi Handa <handa@m17n.org>
4681
550c8289
KH
4682 * process.c (send_process): Use encode_coding_object instead of
4683 encode_coding_string to perform eol-conversion even if the string
4684 is unibyte.
4685
60afa08d
KH
4686 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
4687 character.
4688
ef73e7be 4689 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 4690 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 4691
7b3a82d7
DN
46922009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4693
5654bf63
DN
4694 * callproc.c (Fcall_process): Remove always true #if.
4695
7b3a82d7
DN
4696 * lisp.h: Replace #if 0 code for checking with text pointing to
4697 the --enable-checking configure flag.
4698
4699 * emacs.c (main): Mention the --enable-profiling configure flag
4700 instead of using CFLAGS.
4701
878bde49
KR
47022009-08-26 Ken Raeburn <raeburn@raeburn.org>
4703
4704 * Makefile.in (buildobj.h): New target.
4705 (doc.o): Depend on it.
4706 (temacs${EXEEXT}): Don't generate buildobj.lst.
4707 (mostlyclean): Delete buildobj.h, not buildobj.lst.
4708 * makefile.w32-in ($(SRC)/buildobj.h): New target.
4709 ($(BLD)/doc.$(O)): Depend on it.
4710 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
4711 provided by Eli Zaretskii.)
4712 ($(TEMACS)): Don't generate buildobj.lst.
4713 * doc.c: Include buildobj.h.
4714 (buildobj): New static variable.
4715 (Fsnarf_documentation): Use it, instead of opening and reading
4716 buildobj.lst.
4717
1574224c
MA
47182009-08-25 Michael Albinus <michael.albinus@gmx.de>
4719
4720 * dbusbind.c (Fdbus_call_method)
4721 (Fdbus_call_method_asynchronously): Use English numeric format for
4722 timeout values in doc string.
4723
d9da2f45
KH
47242009-08-25 Kenichi Handa <handa@m17n.org>
4725
ef73e7be
KH
4726 * alloc.c (mark_char_table): New function.
4727 (mark_object): Use mark_char_table for a char-table.
4728
d9da2f45
KH
4729 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
4730 (CHAR_TABLE_REF): Use it.
4731
c8edcc01
KR
47322009-08-23 Ken Raeburn <raeburn@raeburn.org>
4733
4734 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
4735 before invoking the newly build emacs to check for load-path
4736 shadowing.
4737
7763401b
GM
47382009-08-22 Glenn Morris <rgm@gnu.org>
4739
4740 * Makefile.in (bootstrap_exe): New variable.
4741 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
4742 Use ${bootstrap_exe}.
4743
729eadda
EZ
47442009-08-22 Eli Zaretskii <eliz@gnu.org>
4745
4746 * coding.h (encode_coding_string): Don't encode unibyte strings.
4747 (Bug#4047)
4748
eb4c6ace
MA
47492009-08-22 Michael Albinus <michael.albinus@gmx.de>
4750
4751 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
4752
4753 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
4754 intended as hotfix only.
4755 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
4756
36e34d1b
AR
47572009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4758
4759 * nsterm.m (ns_get_color): Update documentation properly for last
4760 change, and clean up loose ends in the code left by it. Fix
4761 longstanding bug with 16-bit hex parsing, and add support for
4762 yet another X11 format (rgb:r/g/b) for compatibility.
4763 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
4764 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
4765
f983eb8a
SM
47662009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
4769
3f56d3c6
MA
47702009-08-20 Michael Albinus <michael.albinus@gmx.de>
4771
4772 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
4773 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
4774 (xd_initialize, xd_pending_messages): Check, whether
4775 $DBUS_SESSION_BUS_ADDRESS is set.
4776
fb641d68
YM
47772009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4778
4779 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
4780
4781 * nsterm.m (ns_get_color): Remove incompatible color formats again.
4782
cf59a374
GM
47832009-08-20 Glenn Morris <rgm@gnu.org>
4784
4785 * emacs.c (system-type): Doc fix.
4786
1373f3be
SM
47872009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4788
4789 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
4790 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
4791
058ed861
MA
47922009-08-18 Michael Albinus <michael.albinus@gmx.de>
4793
1373f3be
SM
4794 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
4795 New functions.
058ed861
MA
4796 (xd_initialize): Revert change from 2009-08-16.
4797
563a866e 47982009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
4799
4800 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 4801 font-group vector, return nil.
5fc05db0 4802
e42bdf01
CY
48032009-08-17 Chong Yidong <cyd@stupidchicken.com>
4804
4805 * process.c (status_notify): Don't perform redisplay.
4806 (Fdelete_process, list_processes_1, process_send_signal):
4807 Expliticly perform redisplay.
4808 (wait_reading_process_output): Always check process status, but
4809 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
4810
4230ab74
KR
48112009-08-17 Ken Raeburn <raeburn@raeburn.org>
4812
1373f3be 4813 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
4814 (XFLOAT_INIT): New macro for storing a float value.
4815 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
4816 * fns.c (sxhash): Copy out the value of a float in order to
4817 examine its bytes.
4818 * dbusbind.c (xd_append_arg): Likewise.
4819
4230ab74
KR
4820 * emacs.c (main): Don't call syms_of_data twice.
4821
a0645cdd
MA
48222009-08-16 Michael Albinus <michael.albinus@gmx.de>
4823
4824 * dbusbind.c (xd_initialize): Add connection file descriptor to
4825 input_wait_mask, in order to let select() detect, whether a new
4826 message has been arrived.
ca4f31ea 4827 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 4828
485db0ba
MA
48292009-08-15 Michael Albinus <michael.albinus@gmx.de>
4830
1373f3be
SM
4831 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
4832 New functions.
485db0ba
MA
4833
4834 * lisp.h (xd_pending_messages): Declare.
4835
4836 * keyboard.c (readable_events): Call xd_pending_messages.
4837
b5b98ff4
CY
48382009-08-15 Chong Yidong <cyd@stupidchicken.com>
4839
1373f3be 4840 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 4841
f8354c6e
CY
4842 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
4843
b5b98ff4
CY
4844 * buffer.c (set_buffer_internal_1)
4845 (swap_out_buffer_local_variables): Check for unbound local
4846 variables (Bug#4138).
4847
8b9fc636
EZ
48482009-08-14 Eli Zaretskii <eliz@gnu.org>
4849
4850 * process.c (create_pty): Fix last change.
4851
ce959360
CY
48522009-08-13 Chong Yidong <cyd@stupidchicken.com>
4853
4854 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
4855 (xbm_load_image): Caller changed.
64b807c9 4856 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 4857
c7baf7e9
NR
48582009-08-13 Nick Roberts <nickrob@snap.net.nz>
4859
4860 * process.c (create_pty): New function.
4861 (Fstart_process): Use it to allow Emacs to just associate a pty
4862 with the buffer. See associated change in gdb-mi.el.
4863 (list_processes_1): Deal with no program name.
4864 (start_process_unwind): Use pid == -2 to mean no process.
4865
1ac9108a
SM
48662009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4867
4868 * cmds.c (nonundocount): New global variable.
4869 (keys_of_cmds): Initialize it.
4870 (Fself_insert_command): Use it to combine upto 20 sequential chars
4871 into a single undo entry, just like the Qself_insert_command code in
4872 keyboard.c does.
4873 Call frame_make_pointer_invisible, also like the Qself_insert_command
4874 code in keyboard.c does.
4875 * keyboard.c (command_loop_1): Use the new global nonundocount rather
4876 than its own local replacement for it.
4877
e267324c
KR
48782009-08-10 Ken Raeburn <raeburn@raeburn.org>
4879
1ac9108a 4880 * fns.c (concat): Don't re-set string length to its current value.
77437343 4881
1ac9108a
SM
4882 * coding.h (decode_coding_string, encode_coding_string):
4883 Use SBYTES macro.
f0bed503 4884
1ac9108a 4885 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
4886 (doprnt): Merge with doprnt1, discarding lispstrings code.
4887 * lisp.h (doprnt_lisp): Don't declare.
4888
416e006d
JL
48892009-08-07 Juri Linkov <juri@jurta.org>
4890
4891 * puresize.h (BASE_PURESIZE): Increase to 1270000.
4892
6f7d5780
DN
48932009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4894
4895 * print.c (syms_of_print): Undo previous change.
4896
f19a0f5b
TZ
48972009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
4898
4899 * lread.c (read1, syms_of_lread): Read hashtables back from the
4900 readable format.
4901
4902 * print.c (print_preprocess, print_object): Print hashtables fully
4903 and readably.
4904 (syms_of_print): Provide 'hashtable-print-readable.
4905
b9173dc2
AR
49062009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
4907
4908 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
4909 no family set.
4910 (nsfont_open): Handle case when entity has no family.
4911
1586503c
AR
49122009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
4913
4914 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
4915 element, not a list, for match case.
4916
087048cd
KH
49172009-07-28 Kenichi Handa <handa@m17n.org>
4918
4919 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
4920 rigidly.
4921
4922 * xfont.c (xfont_list_pattern): Don't ignore the return value of
4923 font_parse_xlfd. Check font properties more rigidly.
4924
780c2506
DN
49252009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4926
31fd7c5c
JB
4927 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
4928 bsd-common.h.
780c2506 4929
a8c0cc18
KH
49302009-07-27 Kenichi Handa <handa@m17n.org>
4931
4932 * xfaces.c (face_with_height): Call font_clear_prop.
4933
4fbe2306
CY
49342009-07-26 Chong Yidong <cyd@stupidchicken.com>
4935
111d9af3
CY
4936 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
4937
4938 * xterm.c (x_term_init): Use Qx.
4939
4fbe2306
CY
4940 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
4941
1ac9108a 4942 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
4943 (ns_get_color): Revert 2009-07-16 change.
4944
beb0b7f9
EZ
49452009-07-25 Eli Zaretskii <eliz@gnu.org>
4946
4947 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 4948 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 4949
2baf5e76
KR
49502009-07-25 Ken Raeburn <raeburn@raeburn.org>
4951
1ac9108a
SM
4952 * coding.h (decode_coding_string, encode_coding_string):
4953 Use SCHARS macro.
8890e5f5 4954
2baf5e76 4955 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 4956 (load_depth): Delete.
2baf5e76
KR
4957 (Qload_in_progress): New variable.
4958 (load_unwind): Don't reference load_depth or load_in_progress.
4959 (Fload): Likewise; specbind Qload_in_progress instead.
4960 (init_lread): Don't initialize load_depth.
4961 (syms_of_lread): Initialize and protect Qload_in_progress.
4962
1395c6f5
AR
49632009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4964
4965 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
4966
4e2f36cf
AR
49672009-07-23 Yavor Doganov <yavor@gnu.org>
4968
4969 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
4970
5dd9a6f7
AR
49712009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4972
4973 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
4974 Bugs 3792, 3720, 2402.
4975 (ns_lookup_indexed_color): Check for bad index.
4976 (ns_index_color): Init unused slot to 0.
4977 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
4978 Bug 3714, possibly 3082.
5dd9a6f7 4979
c902b920
JR
49802009-07-22 Jason Rumney <jasonr@gnu.org>
4981
1ac9108a
SM
4982 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
4983 Position IME window at cursor (Bug#2570).
c902b920
JR
4984 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
4985 (globals_of_w32fns): Dynamically load functions required above.
4986
4987 * w32term.c (w32_draw_window_cursor): Send message to reposition
4988 any IME window.
4989
090101cf
CY
49902009-07-21 Chong Yidong <cyd@stupidchicken.com>
4991
4992 * fileio.c: Revert 2009-07-16 changes.
4993 (Vauto_save_include_big_deletions): New variable.
4994 (Fdo_auto_save): Disable auto-save only if
4995 auto-save-include-big-deletions is nil.
4996
e6583e3d
CY
49972009-07-21 Chong Yidong <cyd@stupidchicken.com>
4998
4999 * xdisp.c (move_it_to): For continued lines ending in a tab, take
5000 the overflowed pixels into account (Bug#3879).
5001
ece435a5
KR
50022009-07-21 Ken Raeburn <raeburn@raeburn.org>
5003
5004 * lread.c (load_depth): New variable.
5005 (Fload, load_unwind, init_lread): Set it to the load recursion
5006 depth; set load_in_progress as a simple boolean based on the
5007 current load_depth. (Bug#3892)
5008
40b2d973
AR
50092009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5010
5011 * nsfont.m (ns_has_attribute): Remove.
5012 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
5013
10be7e0d
JL
50142009-07-18 Juri Linkov <juri@jurta.org>
5015
5016 * process.c (Fset_process_query_on_exit_flag): Mention killing
5017 a buffer in docstring.
5018
fa055055
KH
50192009-07-17 Kenichi Handa <handa@m17n.org>
5020
5021 * casetab.c (shuffle): Fix the logic of setting up the cycle.
5022
042f7b69
YM
50232009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5024
5025 * nsfns.m (Fns_set_alpha): Remove function.
5026 (syms_of_nsfns): Don't defsubr it.
5027
5028 * nsterm.m (ns_get_color): Remove incompatible color formats.
5029 (ns_color_to_lisp): Generate #rrggbb color format string.
5030
4be941e3
RS
50312009-07-16 Richard Stallman <rms@gnu.org>
5032
5033 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
5034 (Fset_buffer_auto_saved): Handle save_length = -2.
5035
4e6b227d
CY
50362009-07-16 Chong Yidong <cyd@stupidchicken.com>
5037
5038 * xterm.c (Qx_gtk_map_stock): New var.
5039
5040 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
5041 of calling intern each time.
5042
a1856973
YM
50432009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5044
5045 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
5046 does tiling.
5047
5048 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
5049
497e54d8
KH
50502009-07-14 Kenichi Handa <handa@m17n.org>
5051
72d36834
KH
5052 * font.c (font_vconcat_entity_vectors): New function.
5053 (struct font_sort_data): New member font_driver_preference.
5054 (font_compare): Check font_driver_preference.
5055 (font_sort_entities): The format of the first argument changed.
5056 (font_delete_unmatched): Likewise.
5057 (font_list_entities): The return type changed.
5058 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
5059 (font_find_for_lface): Adjuste for the above changes.
5060 Don't suppress the checking of C even if the repertory supports it.
5061 (Flist_fonts): Adjust for the above changes.
72d36834 5062
1ac9108a
SM
5063 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
5064 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
5065 Reject a font who has adstyle property that is different from a
5066 langname derived from registry property.
1ac9108a 5067 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 5068
b6046155
EZ
50692009-07-13 Eli Zaretskii <eliz@gnu.org>
5070
5071 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
5072 local copy of dirfilename.
5073
fb6b6049
KH
50742009-07-13 Kenichi Handa <handa@m17n.org>
5075
e2402a5e
KH
5076 * chartab.c (sub_char_table_ref_and_range): Fix the range check
5077 against max_char.
5078
fb6b6049
KH
5079 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
5080 calling XSYMBOL (sym).
5081
65156807
EZ
50822009-07-11 Eli Zaretskii <eliz@gnu.org>
5083
1ac9108a
SM
5084 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
5085 New function.
5086 (directory_files_internal) [WINDOWSNT]:
5087 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
5088 the filesystem of the directory is fast or slow.
5089
5090 * w32.c (logon_network_drive): Don't assume PATH is an absolute
5091 file name.
5092 (is_slow_fs): New function.
5093 (stat): Use it to determine whether to issue more system calls to
5094 get accurate file attributes, when w32-get-true-file-attributes is
5095 `local'.
5096
e0ab5fcf
JD
50972009-07-10 Jan Djärv <jan.h.d@swipnet.se>
5098
5099 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 5100 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
5101 parameter font-parameter as default to the font dialog.
5102
784ceded
KH
51032009-07-10 Kenichi Handa <handa@m17n.org>
5104
5105 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
5106
fb8edc0b
EZ
51072009-07-09 Eli Zaretskii <eliz@gnu.org>
5108
1ac9108a 5109 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 5110
fb8edc0b
EZ
5111 * w32.c (stat): Treat UNC file names as residing on remote
5112 drives. (Bug#3542)
5113
635c75b1
KH
51142009-07-09 Kenichi Handa <handa@m17n.org>
5115
5116 * fontset.c (fontset_find_font): Fix previous change.
5117
c1d5ce94
MA
51182009-07-08 Michael Albinus <michael.albinus@gmx.de>
5119
5120 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
5121 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
5122 error flag.
5123
edb61b39
KH
51242009-07-08 Kenichi Handa <handa@m17n.org>
5125
374bf7e4
KH
5126 * fontset.c (fontset_find_font): Fix the logic of handling
5127 charset_matched.
5128 (font_for_char): Delete unused var.
5129 (generate_ascii_font_name): Delete it.
5130
edb61b39
KH
5131 * coding.h (JIS_TO_SJIS2): Fix the code range check.
5132
5133 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
5134 (encode_coding_sjis): Fix the code range check.
5135
0f3f018c
CY
51362009-07-07 Chong Yidong <cyd@stupidchicken.com>
5137
5138 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
5139 (Fexpand_file_name): Copy string data properly (Bug#3772).
5140
fcaf6f3a
JD
51412009-07-07 Jan Djärv <jan.h.d@swipnet.se>
5142
5143 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
5144 first MapNotify.
5145
6809ca75
KH
51462009-07-07 Kenichi Handa <handa@m17n.org>
5147
5148 * character.h (unibyte_has_multibyte_table): Delete extern.
5149 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
5150
5151 * charset.c (Fset_charset_priority): Update charset_unibyte.
5152 (syms_of_charset): Initialize charset_unibyte.
5153
5154 * character.c (unibyte_has_multibyte_table): Delete it.
5155 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
5156 charset_unibyte.
5157 (multibyte_char_to_unibyte_safe): Likewise.
5158 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
5159
1ac9108a 5160 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
5161 (x_produce_glyphs): Likewise.
5162
5163 * .gdbinit (xcharset): Fix the treating $arg0.
5164
ad9e2d54
EZ
51652009-07-04 Eli Zaretskii <eliz@gnu.org>
5166
5167 Emulation of `getloadavg' on MS-Windows.
50426a04 5168 * w32.c: Include float.h.
ad9e2d54
EZ
5169 (g_b_init_get_native_system_info, g_b_init_get_system_times)
5170 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
5171 (get_native_system_info, get_system_times): New functions.
5172 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
5173 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
5174 (globals_of_w32): Initialize g_b_init_get_native_system_info,
5175 g_b_init_get_system_times, and num_of_processors.
5176
0a3472c7
JR
51772009-07-03 Jason Rumney <jasonr@gnu.org>
5178
5179 * w32term.c (w32_initialize): Use standard types.
5180
80904120
EZ
51812009-07-03 Eli Zaretskii <eliz@gnu.org>
5182
5183 * dired.c (Ffile_attributes): Decode user and group names by the
5184 locale's encoding. (Bug#3443)
5185
6978862d
DN
51862009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5187
f8d23104
DN
5188 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
5189 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
5190
5191 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
5192
5193 * term.c (init_tty): Remove spurious #ifdef.
5194
6978862d
DN
5195 * m/mips.h: Mention this file is also used for netbsd.
5196 * m/pmax.h: Remove file.
5197
e044e4fc
JD
51982009-07-03 Jan Djärv <jan.h.d@swipnet.se>
5199
5200 * xterm.h (struct x_display_info): Add invisible_cursor.
5201 (struct x_output): Add current_cursor.
5202
5203 * xterm.c (XTtoggle_invisible_pointer): New function.
5204 (x_define_frame_cursor): Don't define cursor if invisible or the
5205 same as before. Set current_cursor.
5206 (x_create_terminal): Set toggle_invisible_pointer_hook.
5207
5208 * xfns.c (make_invisible_cursor): New function.
5209 (x_set_mouse_color): Call make_invisible_cursor.
5210 Set current_cursor.
5211 (x_window): Set current_cursor.
5212
5213 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
5214
5215 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
5216 inserting a character.
5217 (read_avail_input): Call frame_make_pointer_visible.
5218
5219 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
5220 (frame_make_pointer_invisible, frame_make_pointer_visible):
5221 New functions.
e044e4fc
JD
5222 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
5223
5224 * frame.h: Declare frame_make_pointer_invisible and
5225 frame_make_pointer_visible.
5226 (struct frame): Add pointer_invisible.
5227
574c8efa
JD
52282009-07-02 Jan Djärv <jan.h.d@swipnet.se>
5229
7b507248
JD
5230 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
5231 frame isn't visible.
5232 (xg_frame_resized): If width/height is -1, get size of window
5233 from X server.
5234
5235 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
5236 for MapNotify.
5237
835bdaa7 5238 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 5239 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 5240 (flush_and_sync): Reintroduce.
574c8efa 5241
3f1c6666 52422009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 5243
31fd7c5c 5244 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
5245
5246 * xterm.c (x_handle_net_wm_state): Also look for sticky.
5247 (x_term_init): Initialize Xatom_net_wm_state_sticky.
5248
5249 * frame.h: Declare Qsticky.
5250
cad9ef74
JD
5251 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
5252
5253 * nsfns.m (ns_frame_parm_handlers): Ditto.
5254
5255 * frame.c: Declare Qsticky.
5256 (frame_parms): Add sticky.
5257
5258 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
5259
5260 * xterm.h: Declare x_set_sticky.
5261
5262 * xterm.c (x_set_sticky): New function.
5263
69b16610
JD
5264 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
5265 (xg_tool_bar_menu_proxy): Attach enter/leave events to
5266 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
5267
5268 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
5269
5270 * frame.c: Qmaximized is new.
5271 (x_set_frame_parameters): Do not handle fullscreen specially.
5272 Only set width and height if explicitly set.
5273 (x_set_fullscreen): Handle Qmaximized.
5274 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
5275 (syms_of_frame): Initialize Qmaximized.
5276
1ac9108a
SM
5277 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
5278 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
5279
5280 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
5281 for Expose event. Add call to x_check_fullscreen for MapNotify event.
5282 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
5283 set gravity to NorthWestGravity when USE_GTK.
5284 (set_wm_state): New function.
31fd7c5c 5285 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
5286 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
5287 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 5288 or the case when no window manager is running. That means remove calls
3f1c6666
JD
5289 to x_real_positions and x_fullscreen_adjust.
5290
5291 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
5292 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
5293 flush_and_sync.
5294 (xg_height_changed): New function.
5295 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
5296 and gtk_window_set_policy. Set frame gravity after parsing the
5297 geometry string.
3f1c6666
JD
5298 (xg_update_frame_menubar, free_frame_menubar)
5299 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
5300 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
5301 Remove calls to xg_frame_set_char_size.
5302
fd503d99
KH
53032009-07-01 Kenichi Handa <handa@m17n.org>
5304
5305 * keyboard.c (decode_keyboard_code): New function.
5306 (tty_read_avail_input): Decode the input bytes if necessary.
5307
1ac9108a
SM
5308 * coding.c (setup_coding_system):
5309 Initialize coding->carryover_bytes to 0.
fd503d99
KH
5310 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
5311 use Qno_conversion.
5312
24ed93fb
YM
53132009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5314
5315 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
5316
99061dfc
CY
53172009-06-30 Chong Yidong <cyd@stupidchicken.com>
5318
1ac9108a 5319 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 5320
ff90fbde
JR
53212009-06-30 Jason Rumney <jasonr@gnu.org>
5322
5323 * w32term.c (w32_initialize): Use GetModuleHandle for library that
5324 is already loaded.
5325 Set user model ID if supported (bug#1849).
5326
5f445726
JM
53272009-06-29 Jim Meyering <meyering@redhat.com>
5328
5329 Remove useless if-before-xfree test.
5330 * nsfont.m (nsfont_close): Remove useless test.
5331 * term.c (delete_tty): Likewise.
5332 * w32.c (system_process_attributes): Likewise.
5333 * w32font.c (w32font_close): Likewise.
5334 * xfaces.c (x_free_gc): Likewise.
5335 * xselect.c (buffer): Likewise.
5336
b9607587
AS
53372009-06-28 Andreas Schwab <schwab@linux-m68k.org>
5338
5339 * process.c (send_process): Keep decoded string in a local
5340 variable and protect it from GC. (Bug#3521)
5341
89ba96f4
EZ
53422009-06-28 Eli Zaretskii <eliz@gnu.org>
5343
5344 * term.c (create_tty_output) [MSDOS]: #ifdef away.
5345 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
5346
098a1589
CY
53472009-06-28 Chong Yidong <cyd@stupidchicken.com>
5348
485422be
CY
5349 * xdisp.c (start_display, handle_face_prop)
5350 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
5351 (redisplay_window, try_window_id, produce_image_glyph):
5352 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 5353
098a1589
CY
5354 * xterm.c (x_update_window_begin, x_new_focus_frame)
5355 (x_scroll_bar_handle_click, handle_one_xevent)
5356 (handle_one_xevent, XTread_socket, x_focus_on_frame)
5357 (x_make_frame_visible, x_make_frame_invisible)
5358 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
5359 code chunks that are now obsolete.
5360
78c38319
MA
53612009-06-28 Michael Albinus <michael.albinus@gmx.de>
5362
5363 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
5364 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
5365 for hours, when optimzation is enabled.
5366 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
5367 (xd_read_message): Make them static.
5368
4189ed40
CY
53692009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
5370
5371 * term.c (turn_on_face): Allow simultaneously bold and dim
5372 terminal faces (Bug#3530).
5373
cd9b5e16
CY
53742009-06-27 Chong Yidong <cyd@stupidchicken.com>
5375
4e23bedb
CY
5376 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
5377
cd9b5e16
CY
5378 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
5379 truncation glyphs (Bug#3686).
5380
07cc3c35
GM
53812009-06-27 Glenn Morris <rgm@gnu.org>
5382
5383 * m/pmax.h: Restore file, with only netbsd portions.
5384
31fd7c5c 53852009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 5386
cd9b5e16 5387 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 5388
42d4a64f
KH
53892009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
5390
5391 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
5392 the arg FORCE_SYMBOL.
5393
930fe55b 53942009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
5395
5396 * fontset.c (fontset_find_font): When a usable rfont_def is found
5397 in a fallback font-group, make it the first element of the group.
5398
57ebc3fd
CY
53992009-06-24 Chong Yidong <cyd@stupidchicken.com>
5400
5401 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
5402
f084f942
KH
54032009-06-24 Kenichi Handa <handa@m17n.org>
5404
5405 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
5406 set for C.
5407 (fontset_font): Record the availability of a font for C both in
5408 the realized fontsets of the current one and the default one.
5409
2f686c87
DN
54102009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5411
5412 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
5413 conditional, it is always defined on AIX.
5414
666e158e
MB
54152009-06-23 Miles Bader <miles@gnu.org>
5416
5417 * window.c (Vrecenter_redisplay): New variable.
5418 (syms_of_window): Initialize it.
5419 (Qtty): New extern declaration.
5420 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
5421
c6da7cd2
JM
54222009-06-23 Jim Meyering <meyering@redhat.com>
5423
1ac9108a
SM
5424 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
5425 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 5426 pointer dereferences are guaranteed to be valid.
c6da7cd2 5427
678dca3d
KH
54282009-06-23 Kenichi Handa <handa@m17n.org>
5429
74d75424
KH
5430 * emacs.c (main): Call init_font ().
5431
5432 * font.h (Vfont_log): Extern it.
5433 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
5434
5435 * font.c (font_sort_entities, font_list_entities)
5436 (font_matching_entity, font_open_entity)
5437 (font_close_object): Change font_add_log to FONT_ADD_LOG.
5438 (Vfont_log): Delete static.
5439 (font_log_env_checked): Delete this variable.
5440 (font_add_log): Don't check font_log_env_checked.
5441 (font_deferred_log): Check Vfont_log.
5442 (init_font): New function.
5443
678dca3d
KH
5444 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
5445
5446 * w32font.c: Change font_add_log to FONT_ADD_LOG.
5447
5448 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
5449
5450 * xfont.c: Change font_add_log to FONT_ADD_LOG.
5451
5452 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
5453 (face_for_char): Don't call font_deferred_log here.
5454 (font_for_char): Likewise.
5455
8a668709
CY
54562009-06-22 Chong Yidong <cyd@stupidchicken.com>
5457
9a01ee33
CY
5458 * w32term.c (x_draw_glyph_string): Use the glyph string's width
5459 rather than its background_width for drawing the overline and
5460 underline (Bug#489).
5461
5462 * xterm.c (x_draw_glyph_string): Use the glyph string's width
5463 rather than its background_width for drawing the overline and
5464 underline (Bug#489).
ec7c9926
CY
5465 (xg_default_icon_file): New variable.
5466 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
5467 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 5468
8a668709
CY
5469 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
5470 (load_overlay_strings): Remove externs.
5471 (fast_find_position): Function deleted.
5472 (mouse_face_from_buffer_pos): New function, based on
5473 fast_find_position. Correctly handle before-strings,
5474 display-strings, and after-strings (Bug#1220).
5475 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
5476
4d4c02d8
CY
54772009-06-21 Chong Yidong <cyd@stupidchicken.com>
5478
1ac9108a 5479 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
5480 (move_it_in_display_line_to, move_it_in_display_line_to)
5481 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
5482
70243478
CY
54832009-06-21 Chong Yidong <cyd@stupidchicken.com>
5484
5485 * Branch for 23.1.
5486
13087e59
JR
54872009-06-21 Jason Rumney <jasonr@gnu.org>
5488
5489 * w32term.c (keyboard_codepage): New static variable.
5490 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
5491 (w32_read_socket) [WM_CHAR]: Use it to decode character
5492 input (bug#3237).
5493 (w32_initialize): Initialize it.
5494 (codepage_for_locale): New function.
5495
4735b74e
KR
54962009-06-20 Ken Raeburn <raeburn@raeburn.org>
5497
5498 * process.c (status_message): Pass Faset index argument as a lisp
5499 object, so as to work with USE_LISP_UNION_TYPE.
5500
0e727afa
YM
55012009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5502
5503 * coding.c (Ffind_coding_systems_region_internal):
5504 Cache checked characters.
5505
cf299835
KH
55062009-06-18 Kenichi Handa <handa@m17n.org>
5507
1ac9108a 5508 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 5509
90f20d94
AS
55102009-06-18 Andreas Schwab <aschwab@redhat.com>
5511
5512 * xdisp.c (redisplay_internal): Check that the frame is still
5513 live after redisplay of its windows.
5514 (redisplay_windows): Check that the window is still live.
5515
7f1faf1c
KH
55162009-06-17 Andreas Schwab <schwab@linux-m68k.org>
5517
5518 * coding.c (detect_coding_utf_16): Fix previous change.
5519
cc13543e
KH
55202009-06-16 Kenichi Handa <handa@m17n.org>
5521
5522 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
5523 UTF-16 by checking the dispersion of Eth and Oth bytes.
5524
977b85f4
AS
55252009-06-15 Andreas Schwab <schwab@linux-m68k.org>
5526
5527 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
5528
66bd43d1
KH
55292009-06-15 Kenichi Handa <handa@m17n.org>
5530
5531 * process.c (status_message): Fix previous change. Be sure to
5532 decode a localized string.
5533
cb5ca9c5
YM
55342009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5535
5536 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
5537 add comment explaining why.
5538
ec7709ba 55392009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 5540
ec7709ba 5541 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 5542
4b7f335c
AR
55432009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
5544
5545 * nsfont.m (ns_attribute_value): Remove.
5546 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
5547 (ns_has_attribute): Shrink the normal range.
5548 (ns_findfonts): Don't worry about requested spec in determining
5549 need for synthItal.
e41820ee 5550 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 5551
73b26103
SZ
55522009-06-14 Seiji Zenitani <zenitani@mac.com>
5553
5554 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
5555
5753e4da
KH
55562009-06-11 Kenichi Handa <handa@m17n.org>
5557
5558 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5559 overhang for the static composition case.
5560
3561b671
KH
55612009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5562
5753e4da
KH
5563 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5564 overhang for the automatic composition case.
5565
3561b671
KH
5566 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
5567 composition case.
5568
852bbd41
CY
55692009-06-10 Chong Yidong <cyd@stupidchicken.com>
5570
5571 * xdisp.c (get_next_display_element): When handling wrap-prefix
5572 and line-prefix, treat \n as a control character (bug#3502).
5573
9903d1e6
KH
55742009-06-10 Kenichi Handa <handa@m17n.org>
5575
5576 * font.c (font_parse_family_registry): Fix for one-char foundry.
5577 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
5578
0bcbaaaa
CY
55792009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
5580
5581 * process.c (status_message): Fix handling of multibyte signal
5582 string (Bug#3499).
5583
40aa3f13
JM
55842009-06-09 Jim Meyering <meyering@redhat.com>
5585
1f80c7e2
CY
5586 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
5587 color name is missing.
40aa3f13 5588
72d51285
KH
55892009-06-09 Kenichi Handa <handa@m17n.org>
5590
5591 * charset.c (Fmap_charset_chars): In docstring, state clearly that
5592 FROM-CODE and TO-CODE are codepoints of CHARSET.
5593
c1d04d84
AR
55942009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5595
5596 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
5597
55982009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5599
5600 Changes to support :script/:lang/:otf in NS font driver.
5601 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
5602 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
5603 indicate not part of font driver interface, and change callers.
5604 (ns_get_family): Remove pointless null check.
5605 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
5606 ns_spec_to_descriptor, ns_descriptor_to_entity.
5607 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
5608 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
5609 (ns_spec_to_descriptor, ns_descriptor_to_entity)
5610 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
5611 (ns_get_req_script, ns_accumulate_script_ranges)
5612 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
5613 New functions.
5614 (nsfont_list, nsfont_match): Use ns_findfonts.
5615 (nsfont_open): Use font descriptor instead of traits.
5616 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
5617 (dump_glyphstring): Rename to ns_dump_glyphstring.
5618
c7eb9816
AR
5619 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
5620
c1d04d84
AR
5621 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
5622
5623 * fontset.c (fontset_from_font): Remove NS-specific code.
5624
ec7709ba 56252009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
5626
5627 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
5628 nonactive windows.
5629
31fd7c5c 56302009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 5631
1ac9108a 5632 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 5633
68852c13 56342009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
5635
5636 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
5637
6756cd1d
CY
56382009-06-07 Chong Yidong <cyd@stupidchicken.com>
5639
5640 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
5641 account for the overflowing of newlines into the last glyph on the
5642 display line (Bug#3482).
5643
28bf482a
DR
56442009-06-05 David Reitter <david.reitter@gmail.com>
5645
ec7709ba
JB
5646 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
5647 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
5648 Fns_selection_exists_p, Fns_selection_owner_p.
5649
fdb55376
JR
56502009-06-03 Jason Rumney <jasonr@gnu.org>
5651
5652 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
5653 available. (Bug#3379)
5654
05129fbe
KH
56552009-05-29 Kenichi Handa <handa@m17n.org>
5656
1ac9108a
SM
5657 * coding.c (get_translation_table):
5658 Check Venable_character_translation.
05129fbe 5659
ec7709ba 56602009-05-26 David Reitter <david.reitter@gmail.com>
15891144 5661
ec7709ba
JB
5662 * nsterm.m (ns_raise_frame): Only raise frame if visible.
5663 (x_make_frame_visible): Move frame to front rather than calling
15891144 5664 ns_raise_frame().
ec7709ba 5665 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 5666 isn't key window.
ec7709ba 5667 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
5668 drawRect may be called by NSView even if the frame is hidden.
5669
ec7709ba
JB
5670 * nsfns.m (Fx_create_frame): Follow other ports in
5671 determining visibility; default to t. Ensure async_visible is set.
15891144 5672
21f73755
EZ
56732009-05-23 Eli Zaretskii <eliz@gnu.org>
5674
5675 * dired.c (Ffile_attributes): Doc fix.
5676
34001e41
CY
56772009-05-22 Chong Yidong <cyd@stupidchicken.com>
5678
5679 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
5680
46306a17
SM
56812009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5682
5683 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
5684 and xfont_scratch_props.
5685 (syms_of_xfont): Do it here instead.
5686 (xfont_find_ccl_program): Delete, unused.
5687 (xfont_open): Delete unused var `i'.
5688
ef6e0694
KH
56892009-05-21 Kenichi Handa <handa@m17n.org>
5690
5691 * fontset.c (Qlatin): Don't make it static.
5692
46306a17
SM
5693 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
5694 New functions.
ef6e0694
KH
5695 (xfont_scripts_cache, xfont_scratch_props): New variables.
5696 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
5697 (xfont_list_pattern): Argument changed. Callers changed.
5698 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
5699 (xfont_list): Don't reject a font spec with :script property.
5700 (xfont_has_char): Fix setting of encoding.
5701 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
5702 xfont_scratch_props.
5703
57042009-05-19 Kenichi Handa <handa@m17n.org>
5705
46306a17 5706 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
5707 Callers changed.
5708
57092009-05-18 Kenichi Handa <handa@m17n.org>
5710
5711 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
5712
ac71ced7
SM
57132009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5714
5715 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
5716 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
5717
1c6d1051
YM
57182009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5719
5720 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
5721 (x_delete_terminal): Dissociate resource database from display and
5722 then call XrmDestroyDatabase before closing display.
5723
9b9b779c
AR
57242009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5725
5726 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
5727 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
5728 whether selected frame is viable before raising it (based on patch
5729 by David Reitter), and improve commentary.
5730 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 5731
cccd42d5
KH
57322009-05-15 Kenichi Handa <handa@m17n.org>
5733
5734 * font.c (Ffont_spec): Check arguments.
5735
337fbd17
CY
57362009-05-14 Chong Yidong <cyd@stupidchicken.com>
5737
5738 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
5739 weight when testing attributes (Bug#3282).
5740
47a6002f
JD
57412009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5742
5743 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
5744 what we expect to get in the next ConfigureNotify event.
5745
9cb363db
YM
5746 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
5747 before Xft one (Bug#1696).
5748
b9126609
CY
57492009-05-07 David Reitter <david.reitter@gmail.com>
5750
5751 * nsfns.m (Fx_display_planes): Compute bitplanes using
5752 NSBitsPerPixelFromDepth (Bug#3207).
5753
27a69fd9
CY
57542009-05-10 Chong Yidong <cyd@stupidchicken.com>
5755
5756 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
5757
00f37552
TTN
57582009-05-10 Ulrich Mueller <ulm@gentoo.org>
5759
5760 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
5761
2d82a920
DR
57622009-05-07 David Reitter <david.reitter@gmail.com>
5763
ec7709ba
JB
5764 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
5765 Respect mouse face background.
2d82a920 5766
46b0d52d
DR
57672009-05-07 David Reitter <david.reitter@gmail.com>
5768
ec7709ba
JB
5769 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
5770 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
5771 in ns_update_begin and ns_update_end.
5772
ce1b23bb
SM
57732009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5774
5996e1b7
SM
5775 * nsfns.m (ns_get_screen): Rewrite.
5776 Don't presume selected-frame is of type `ns'.
5777
ba98e3a0
SM
5778 * font.c (font_update_drivers): Sanity fallback to avoid disabling
5779 all drivers.
5780
ce1b23bb
SM
5781 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
5782
bcda200f
YM
57832009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5784
5785 * keyboard.h (add_user_signal): Fix typo in extern.
5786
5787 * lisp.h (add_user_signal): Remove extern.
5788
5789 * unexelf.c (unexec): Consider a section to precede the .bss section
5790 if its addresses overlap that of .bss.
5791 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
5792 instead of dumping process.
5793
864660a2
SM
57942009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5795
5796 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
5797
50da4e56
SM
57982009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5799
5800 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
5801
51520a1a
DN
58022009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
5803
5804 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
5805 any statements.
5806
409ea3a1
AS
58072009-05-02 Andreas Schwab <schwab@linux-m68k.org>
5808
59c4c60f
AS
5809 * process.c (read_process_output): Make sure the current buffer is
5810 always restored.
5811
409ea3a1
AS
5812 * coding.c (record_conversion_result): Don't modify
5813 Vlast_code_conversion_error for successful result.
5814 (alloc_destination): Don't clobber conversion result. (Bug#1650)
5815
56f00ed2
KH
58162009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5817
5818 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 5819 (load_charset_map): Remove unnecessary code.
56f00ed2 5820
4491c9d2
DR
58212009-04-30 David Reitter <david.reitter@gmail.com>
5822
35f5b128 5823 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
5824 through f24.
5825
6970f632
CY
58262009-04-30 Chong Yidong <cyd@stupidchicken.com>
5827
5828 * xfaces.c (face_at_buffer_position): New arg base_face_id.
5829
5830 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
5831 face_at_buffer_position.
5832 (face_before_or_after_it_pos, get_next_display_element)
5833 (note_mouse_highlight): Update face_at_buffer_position call.
5834
5835 * term.c (term_mouse_highlight):
5836 * msdos.c (IT_note_mouse_highlight):
5837 * fontset.c (Finternal_char_font):
35f5b128 5838 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
5839
5840 * dispextern.h (face_at_buffer_position): Update prototype.
5841
0c616f63
KH
58422009-04-30 Kenichi Handa <handa@m17n.org>
5843
35f5b128 5844 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 5845
ad3aaf33
AS
58462009-04-29 Andreas Schwab <schwab@linux-m68k.org>
5847
5848 * callproc.c (Fcall_process): Fix GC protection. Make sure
5849 current buffer is always restored.
5850
c3c963a0
YM
58512009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5852
5853 * atimer.c (init_atimer): Also clear stopped_atimers.
5854
5855 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
5856
7e3386cb
YM
5857 * process.c (create_process): Clean up merger residues of
5858 2008-07-17 change.
5859
91f68422
CY
58602009-04-29 Ulrich Mueller <ulm@gentoo.org>
5861
5862 * lread.c (Vread_circle): New variable.
5863 (read1): Disable recursive read if Vread_circle is nil.
5864
24b34550
KH
58652009-04-29 Kenichi Handa <handa@m17n.org>
5866
5867 * fontset.h (set_default_ascii_font): Delete extern.
5868
5869 * fontset.c (set_default_ascii_font): Delete this unused function.
5870
5871 * frame.c (x_set_font): When ARG is a font-object, check if the
5872 font-object matches with the ASCII font-spec of the frame's
9c358bda 5873 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 5874
77bf07e1
AS
58752009-04-28 Andreas Schwab <schwab@linux-m68k.org>
5876
5877 * fns.c (Flocale_info): Protect vector from GC during decoding.
5878
5879 * process.c (Fstart_process): Protect argv strings from GC during
5880 encoding.
5881
2c55aacf
AS
58822009-04-27 Andreas Schwab <schwab@linux-m68k.org>
5883
5884 * sysdep.c: Include <ctype.h>.
5885
b892d3c9
DR
58862009-04-27 David Reitter <david.reitter@gmail.com>
5887
35f5b128 5888 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
5889 Remove commented-out code.
5890
9d0644c4
JB
58912009-04-26 Johan Bockgård <bojohan@gnu.org>
5892
5893 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
5894
b7053016
JR
58952009-04-25 Jason Rumney <jasonr@gnu.org>
5896
5897 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
5898
4e8231f3
YM
58992009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5900
5901 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
5902 Swap bytes in short integer if fringe bitmap width > 8.
5903
493dcf2c
KH
59042009-04-23 Kenichi Handa <handa@m17n.org>
5905
5906 * xfaces.c (Fx_list_fonts): If a font size is specified in
5907 PATTERN, set it in returned scalable fonts.
5908
401e9e57
CY
59092009-04-22 Chong Yidong <cyd@stupidchicken.com>
5910
708e05dc
CY
5911 * keyboard.c (Fset_input_meta_mode): Doc fix.
5912
5913 * dispnew.c (Fsend_string_to_terminal): Doc fix.
5914
1ac9108a 5915 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
5916
5917 * coding.c (Fterminal_coding_system): Doc fix.
5918
5919 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
5920 (Fx_display_pixel_height, Fx_display_planes)
5921 (Fx_display_color_cells, Fx_server_max_request_size)
5922 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
5923 (Fx_display_mm_height, Fx_display_mm_width)
5924 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
5925 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
5926 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
5927 (check_x_display_info): Handle terminal objects instead of
5928 terminal ids.
5929
401e9e57
CY
5930 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
5931 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
5932 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
5933 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 5934
df80c7f0
KH
59352009-04-21 Kenichi Handa <handa@m17n.org>
5936
5a8f12af 5937 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 5938 (font_score): Check AVGWIDTH too.
908567ef 5939
df80c7f0
KH
5940 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
5941 worst case.
1ac9108a
SM
5942 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
5943 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 5944
705af33f
JR
59452009-04-19 Jason Rumney <jasonr@gnu.org>
5946
5947 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 5948 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
5949
5950 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
5951 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
5952 get_phys_cursor_geometry.
5953
b71ac3dd 5954 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
5955 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
5956 using get_phys_cursor_geometry.
5957
5958 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
5959 correctly calculated.
5960
dc2933eb
JD
59612009-04-19 Jan Djärv <jan.h.d@swipnet.se>
5962
1ac9108a
SM
5963 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
5964 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
5965 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
5966 is deprecated.
5967
973e7849
AS
59682009-04-18 Andreas Schwab <schwab@linux-m68k.org>
5969
5970 * font.c (font_put_frame_data): Use xfree instead of free.
5971
314d66f4
JB
59722009-04-17 Juanma Barranquero <lekktu@gmail.com>
5973
5974 * w32font.c (Qja, Qko): Remove declarations.
5975 (syms_of_w32font): Don't DEFSYM them.
5976
cf702558
CY
59772009-04-17 Chong Yidong <cyd@stupidchicken.com>
5978
5979 * font.c (Qja, Qko): Move definitions here from ftfont.c.
5980
5981 * font.h (Qja, Qko): Extern them.
5982
5983 * ftfont.c (Qja, Qko): Remove declarations.
5984
5985 * xfont.c (Qja, Qko): Remove declarations.
5986
b50504f5
KH
59872009-04-17 Kenichi Handa <handa@m17n.org>
5988
bde25748
KH
5989 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
5990 string from a vector to handle Latin-1 characters correctly.
5991
b50504f5
KH
5992 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
5993 entity even if the cache hits.
5994
f4646fff
AS
59952009-04-16 Andreas Schwab <schwab@linux-m68k.org>
5996
5997 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 5998 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 5999
e7deaab0
AS
6000 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
6001 * lisp.h: Adjust prototypes.
6002
0a0e7d49
CY
60032009-04-16 Chong Yidong <cyd@stupidchicken.com>
6004
6005 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
6006 change (Bug#3003).
6007
3c908a57
KH
60082009-04-16 Kenichi Handa <handa@m17n.org>
6009
1ac9108a 6010 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
6011
6012 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
6013 adstyle.
6014
6015 * ftfont.c (Qja, Qko): Don't make them static.
6016 (enum ftfont_cache_for): New enum.
6017 (fc_charset_table): Undo the previous change.
6018 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
6019 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
6020 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
6021 non-scarable font, try to get AVERAGE_WIDTH.
6022 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
6023 Change ft_face_cache from a list of a hash-table. Don't check
6024 `ja' and `ko' adstyle here.
6025 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
6026 FTFONT_CACHE_FOR_CHARET.
6027 (ftfont_get_charset): Undo the previous change.
1ac9108a 6028 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
6029 (ftfont_close): Likewise.
6030 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
6031
6032 * font.c (font_sort_entites): Change the meaning of the arg
6033 BEST-ONLY. Don't optimize for VEC of lenght 1.
6034 (font_select_entity): Just return the value of font_sort_entites.
6035
6036 * xfaces.c (merge_face_vectors): Reflect font properties in
6037 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
6038 font_clear_prop if a face attribute doesn't change.
6039
3c908a57
KH
6040 * charset.h (charset_ksc5601): Extern it.
6041
6042 * charset.c (charset_ksc5601): New variable.
6043 (Fdefine_charset_internal): Set charset_ksc5601.
6044 (init_charset_once): Initialize charset_ksc5601 to -1.
6045
d65859c3
DN
60462009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
6047
6048 * fileio.c (history_delete_duplicates): Remove unused declaration.
6049
6050 * callint.c (history_delete_duplicates): New declaration.
6051 (Fcall_interactively): Remove command history duplicates when
6052 history_delete_duplicates is true.
6053
3ba010e5
EZ
60542009-04-14 Eli Zaretskii <eliz@gnu.org>
6055
6056 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
6057
06f19b91
KH
60582009-04-14 Kenichi Handa <handa@m17n.org>
6059
6060 * font.c (Ffont_info): Fix docstring. Fix the second element of
6061 the returned value (bug#2949).
6062
2cce8bfc
CY
60632009-04-14 Chong Yidong <cyd@stupidchicken.com>
6064
6065 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
6066
d156542d
KH
60672009-04-14 Kenichi Handa <handa@m17n.org>
6068
6069 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
6070 encoding charset is ascii_compatible.
6071
6072 * charset.c (Fdefine_charset_internal): Make charset
6073 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
6074 code_offset is 0, and covers all ASCII characters.
6075
86fa089e
SM
60762009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6077
6078 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
6079 (ns_string_to_pasteboard_internal):
6080 * nsmenu.m (process_dialog):
6081 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
6082 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
6083 * lisp.h (Fx_load_color_file): Declare.
6084
a8a3728b
KH
60852009-04-13 Kenichi Handa <handa@m17n.org>
6086
1ac9108a 6087 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
6088 (font_select_entity): Suppress the code to optimize for the same
6089 kind of fonts.
6090 (font_load_for_lface): Get a font that supports at least ASCII
6091 characters.
6092
6093 * ftfont.c (Qja, Qko): New variables.
6094 (fc_charset_table): Delete uniquifier data for iso8859-1.
6095 (ftfont_get_latin1_charset): New function.
6096 (get_adstyle_property): New function.
6097 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
6098 bitmap fonts.
6099 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
6100 Delete iso-8859-1 range from the charset of fonts whose adstyle is
6101 `ko' or `ja'.
6102 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 6103 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
6104 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
6105 property.
6106 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
6107 (syms_of_ftfont): DEFSYM Qja and Qko.
6108
483670b5
KH
61092009-04-09 Kenichi Handa <handa@m17n.org>
6110
12b55765
KH
6111 * charset.c (map_charset_chars): For a charset of `superset'
6112 method, fix calculation of code range.
6113
483670b5
KH
6114 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
6115 from the list of extra properties.
6116 (font_clear_prop): Be sure to delete `:name' font property.
6117
57d3b93b
KH
61182009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6119
b4b2c2ca
YM
6120 * dispnew.c (redraw_overlapping_rows): Fix detection of
6121 overlapping for topmost and bottommost rows.
6122
1ac9108a 6123 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 6124
472c3609
JR
61252009-04-06 Jason Rumney <jasonr@gnu.org>
6126
6127 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
6128
ab193662
KH
61292009-04-06 Kenichi Handa <handa@m17n.org>
6130
6131 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
6132
6133 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
6134
0c26f026
KH
61352009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6136
6137 * ftfont.c (ftfont_open): Fix checking of the return value of
6138 FT_Load_Char. Fix setting font->underline_thickness.
6139
e173bbce
CY
61402009-04-04 Chong Yidong <cyd@stupidchicken.com>
6141
6142 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
6143 (Fterminal_parameters, Fterminal_parameter)
6144 (Fset_terminal_parameter): In doc string, refer to terminal
6145 objects rather than terminal ids.
6146
693a2698
EZ
61472009-04-04 Eli Zaretskii <eliz@gnu.org>
6148
6149 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
6150 ret_lim_data. (Bug#2867)
6151
d5221487
CY
61522009-04-03 Chong Yidong <cyd@stupidchicken.com>
6153
6154 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
6155 so they don't get wider than the window, matching 2006-01-23
6156 change to the partner function in xdisp.c (Bug#2800).
6157
223509a3
KH
61582009-04-03 Kenichi Handa <handa@m17n.org>
6159
6160 * print.c (print_object): Make each lowest sub_char_table start a
6161 new line (Bug#2866).
6162
74fcd0b1
KH
61632009-04-02 Kenichi Handa <handa@m17n.org>
6164
6165 * fontset.c (fontset_font): Record no-font when a fontset
6166 explicitly tells not to try another font-specs.
6167
c542407d
SM
61682009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
6169
6170 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
6171
e3869731
KH
61722009-03-30 Kenichi Handa <handa@m17n.org>
6173
d8d2f142
KH
6174 * fontset.c (fontset_from_font): Specify only registry in a
6175 font-spec for all characters supported by that registry.
6176
e3869731
KH
6177 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
6178 even if HAVE_M17N_FLT is not defined.
6179
5da5f805
CY
61802009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
6181
6182 * ftfont.c: Conditionalize prototyping and use of
6183 ftfont_variation_glyphs.
6184
ab226c50
SM
61852009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6186
9628fed7
SM
6187 * frame.c (delete_frame): Work around compiler bug.
6188
6189 * editfns.c (general_insert_function): Adjust to insdel.c changes.
6190 * insdel.c (prepare_to_modify_buffer, signal_before_change):
6191 Some more EMACS_INT.
6192 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
6193
6194 * xdisp.c (dump_glyph): Fix typo.
6195
ae19ba7c
SM
6196 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
6197 (adjust_markers_gap_motion, adjust_markers_for_delete)
6198 (adjust_markers_for_insert, adjust_point)
6199 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
6200 (make_gap, copy_text, count_size_as_multibyte, insert)
6201 (insert_and_inherit, insert_before_markers)
6202 (insert_before_markers_and_inherit, insert_1)
6203 (count_combining_before, count_combining_after, insert_1_both)
6204 (insert_from_string, insert_from_string_before_markers)
6205 (insert_from_string_1, insert_from_gap, insert_from_buffer)
6206 (insert_from_buffer_1, adjust_after_replace)
6207 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
6208 (replace_range_2, del_range, del_range_1, del_range_byte)
6209 (del_range_both, del_range_2, modify_region)
6210 (prepare_to_modify_buffer, signal_before_change)
6211 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
6212 for buffer positions and sizes.
6213 * lisp.h: Adjust prototypes accordingly.
6214
6215 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
6216 (non_regular_inserted, non_regular_nbytes, read_non_regular)
6217 (Finsert_file_contents): Use EMACS_INT for buffer positions.
6218
ab226c50
SM
6219 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
6220
46dfb8fb
JD
62212009-03-27 Jan Djärv <jan.h.d@swipnet.se>
6222
6223 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
6224 lines and columns so we keep the same pixel height and width.
6225
6226 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
6227 the property _NET_WM_STATE has changed.
46dfb8fb
JD
6228 (x_handle_net_wm_state): New function to update frame parameter
6229 fullscreen.
6230 (x_term_init): Initialize atoms for _NET_WM_STATE.
6231
6232 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
6233
d347e494
SM
62342009-03-27 Kevin Ryde <user42@zip.com.au>
6235
6236 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
6237 Gpm_GetEvent as an error that justifies closing the filedescriptor.
6238 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
6239 (Fgpm_mouse_stop): Pass that new parameter.
6240 * termhooks.h (close_gpm): Adjust prototype.
6241
84db11d6
SM
62422009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6243
c95a5008
SM
6244 * lisp.h (Fx_focus_frame): Declare.
6245
84db11d6
SM
6246 * callint.c (Fcall_interactively): For '^' just delegate the work to
6247 handle-shift-selection.
6248 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
6249
0a1958d6
CY
62502009-03-24 Chong Yidong <cyd@stupidchicken.com>
6251
0bfdff23
CY
6252 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
6253
0a1958d6
CY
6254 * data.c (Qinteractive_form): New variable.
6255 (Finteractive_form): Use it.
6256
6257 * eval.c (Fcommandp): Use Qinteractive_form.
6258
58aec0d6
JR
62592009-03-24 Jason Rumney <jasonr@gnu.org>
6260
6261 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
6262 Calculate total size precisely. Decode environment variables
6263 before substituting. (Bug#38)
6264
553dd618
KH
62652009-03-24 Kenichi Handa <handa@m17n.org>
6266
6267 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 6268 encoding (Bug#2722).
553dd618 6269
c39ea606
JD
62702009-03-23 Jan Djärv <jan.h.d@swipnet.se>
6271
6272 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
6273 that gdpy is set.
6274
bc9b2b5e
AM
62752009-03-22 Alan Mackenzie <acm@muc.de>
6276
6277 * callint.c (Finteractive): Clarify the doc string - even
6278 promptless elements need \n separators.
6279
9f995a76
JR
62802009-03-22 Jason Rumney <jasonr@gnu.org>
6281
6282 * w32term.c (syms_of_w32term): Doc fix for
6283 x-use-underline-position-properties.
6284
22749e9a
EZ
62852009-03-21 Eli Zaretskii <eliz@gnu.org>
6286
6287 * w32.c (getpwuid): Change argument type to unsigned.
6288 (struct w32_id): Change type of `rid' member to unsigned.
6289 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
6290 argument ID to unsigned. All callers changed.
6291 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
6292
e00553bf
EZ
62932009-03-20 Eli Zaretskii <eliz@gnu.org>
6294
6295 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
6296 negative, produce a float value.
6297
6298 * dired.c (make_uid, make_gid): New functions.
6299 (Ffile_attributes): Use them to avoid negative UID and GID.
6300
f761d6b6
JB
63012009-03-20 Juanma Barranquero <lekktu@gmail.com>
6302
6303 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
6304 (syms_of_keyboard) <command-hook-internal, input-method-function>:
6305 Fix typos in docstrings.
6306
d507f8d7
KH
63072009-03-19 Kenichi Handa <handa@m17n.org>
6308
6309 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
6310 changed, use font_load_for_lface to get a new font object.
6311 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
6312
6313 * frame.c (x_set_font): Handle the case that ARG is a cons.
6314
c68845e0
GM
63152009-03-19 Glenn Morris <rgm@gnu.org>
6316
6317 * fileio.c (Fsubstitute_in_file_name): Doc fix.
6318
bfa49dd1
CY
63192009-03-19 Chong Yidong <cyd@stupidchicken.com>
6320
6321 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
6322
8458d4c1
KH
63232009-03-19 Kenichi Handa <handa@m17n.org>
6324
6325 * charset.c (load_charset_map_from_file): When a mapfile can't be
6326 loaded, signal an error.
6327
78e7d1fe
EZ
63282009-03-18 Eli Zaretskii <eliz@gnu.org>
6329
6330 * dired.c (Ffile_attributes): Make sure UID and GID are always
6331 positive, even if the value is too large for a positive EMACS_INT.
6332 Doc fix.
6333
6334 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
6335
5da9fdfa
YM
63362009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6337
6338 * xmenu.c (xdialog_show): Move Fredisplay call ...
6339 (Fx_popup_dialog): ... here.
6340
7519c40d
SM
63412009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6342
6343 * dired.c (file_name_completion): Disable the first optimization just
6344 installed, since it is not implemented correctly.
6345
2cd298e2
SM
63462009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6347
6348 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 6349 only if the entry can affect bestmatch.
2cd298e2
SM
6350 Stop the search early, as Ftry_completion already does.
6351
48d37adf
CY
63522009-03-17 Chong Yidong <cyd@stupidchicken.com>
6353
e10c9c93 6354 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 6355
9286b16a
CY
63562009-03-15 Chong Yidong <cyd@stupidchicken.com>
6357
6358 * keyboard.c (parse_menu_item): Don't display remappings as menu
6359 equivalent bindings (Bug#788).
6360
f7b146dc
JR
63612009-03-15 Jason Rumney <jasonr@gnu.org>
6362
6363 * w32term.h (WM_EMACS_PAINT): New message.
6364 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
6365 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
6366 before passing to lisp thread. (Bug#950)
6367
f761d6b6 63682009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 6369
d93f9575
CY
6370 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
6371 variable as it was never reset.
6372 (ns_term_init): Remove initialization of Lisp-settable defaults
6373 and ns_expand_space.
6374 (-setPanelFromDefaultValues): Remove ns_expand_space.
6375 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
6376 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
6377 i.e. no additional spacing, similar to Carbon port.
6378
d93f9575
CY
6379 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
6380 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 6381
305018ec
JD
63822009-03-14 Jan Djärv <jan.h.d@swipnet.se>
6383
6384 * sound.c (alsa_configure): Remove call to deprecated
6385 snd_pcm_sw_params_set_xfer_align.
6386
f761d6b6 63872009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
6388
6389 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
6390 after clicking in a detached tool bar.
6391 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
6392
46e722a9
SM
63932009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6394
348db3dd
SM
6395 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
6396 int/Lisp_Object mixup).
46e722a9 6397
a3d16f39
KH
63982009-03-13 Kenichi Handa <handa@m17n.org>
6399
6400 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 6401 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
6402 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
6403 (set_fontset_font): Change ARG to a vector. Handle range_list in
6404 ARG correctly.
6405 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 6406 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
6407 the above change.
6408 (fontset_from_font): Fix previous change.
fe24f56a 6409 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
6410 entry. If FONTSET is the default fontset, don't set the extra
6411 slot of the returning char-table.
6412
b066e6b6
JB
64132009-03-12 Juanma Barranquero <lekktu@gmail.com>
6414
6415 * nsfns.m (Fx_close_connection): Doc fix.
6416 (Fns_do_applescript): Reflow docstring.
6417 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
6418 (Fx_display_pixel_width, Fx_display_pixel_height)
6419 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
6420 Fix typos in docstrings.
6421 (Fns_set_alpha): Fix typos in error messages.
6422
d472514e 64232009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 6424
d472514e 6425 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
6426 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
6427 were used for such events.
6428
d472514e
JB
6429 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
6430 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 6431
d472514e 6432 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
6433 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
6434
fb930676
KH
64352009-03-11 Kenichi Handa <handa@m17n.org>
6436
ff85581a
KH
6437 * font.h (font_open_by_spec): Extern it.
6438
c50b7e98
KH
6439 * font.c (font_open_by_spec): New function.
6440 (font_open_by_name): Use font_open_by_spec.
6441
fb930676
KH
6442 * frame.c (x_set_font): When ARG is a font-object, don't alter the
6443 fontset of the frame.
6444
6445 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
6446 modify the default font of frames that use this fontset.
6447 (num_auto_fontsets): New variable.
6448 (fontset_from_font): Use num_auto_fontsets to decide a fontset
6449 name. Be sure to set FONTSET_ASCII to the correct font name.
6450 (update_auto_fontset_alist): New function.
6451
df4e8455
JB
64522009-03-11 Juanma Barranquero <lekktu@gmail.com>
6453
6454 * makefile.w32-in: Update dependencies.
6455
0a375797
AR
64562009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6457
6458 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
6459
61313fa3
SM
64602009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6461
6462 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
6463
b55103fb
CY
64642009-03-10 Chong Yidong <cyd@stupidchicken.com>
6465
6466 * lread.c (Feval_buffer): Doc fix.
6467
dde2559c
KH
64682009-03-09 Kenichi Handa <handa@m17n.org>
6469
6470 * charset.c (Qfile_name_handler_alist): Extern it.
6471 (load_charset_map_from_file): Temporarily bind
6472 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
6473
df4e8455 64742009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 6475
47f588bb
GM
6476 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
6477 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 6478
4ddf94bd
AR
64792009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6480
4c9bdfc2
AR
6481 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
6482 (x_set_window_size): Change back to calculated method of setting
6483 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
6484 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
6485 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
6486
fe41ae9e
AR
6487 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
6488
4c9bdfc2
AR
6489 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
6490 accelerator in parens under GNUstep.
6491
825d0875
KH
64922009-03-06 Kenichi Handa <handa@m17n.org>
6493
6494 These changes are to detect incorrect composition sequence without
f3b3be74 6495 looking ahead the source. (Bug#2370)
825d0875
KH
6496
6497 * coding.h: Include "composite.h".
6498 (enum compisition_state): New enum.
6499 (struct compisition_status): New struct.
6500 (struct iso_2022_spec): New member cmp_status.
6501 (struct emacs_mule_spec): New struct.
6502 (struct coding_system): New members ctext_extended_segment_len and
6503 embedded_utf_8. Change the union member
6504 spec.emacs_mule_full_support to spec.emacs_mule.
6505
6506 * coding.c (CODING_ISO_CMP_STATUS): New macro.
6507 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 6508 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
6509 (ADD_COMPOSITION_DATA): New arg nbytes.
6510 (emacs_mule_char): New arg cmp_status.
6511 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
6512 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
6513 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
6514 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
6515 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
6516 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
6517 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
6518 (EMACS_MULE_COMPOSITION_END): New macro.
6519 (emacs_mule_finish_composition): New function.
6520 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
6521 (decode_coding_emacs_mule): Avoid long looking ahead while
6522 handling composition.
6523 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
6524 (ENCODE_COMPOSITION_RULE): New macro.
6525 (finish_composition): New function.
6526 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
6527 (DECODE_COMPOSITION_START): New implementation.
6528 (DECODE_COMPOSITION_END): Likewise.
6529 (STORE_COMPOSITION_RULE): New macro.
6530 (decode_coding_iso_2022): Avoid long looking ahead while handling
6531 composition, CTEXT extended segment, and embedded UTF-8.
6532 (setup_coding_system): For a coding of type iso-2022, reset
6533 CODING_ISO_EXTSEGMENT_LEN (coding) and
6534 CODING_ISO_EMBEDDED_UTF_8 (coding).
6535 (get_translation): Delete arguments last_block, from_nchars,
6536 to_nchars. Callers changed.
6537 (produce_chars): Don't modify charbuf. Adjusted for the change of
6538 get_translation.
98a326f7 6539 (produce_composition): Adjust for the new annotation sequence.
825d0875 6540 (handle_composition_annotation): Likewise.
98a326f7 6541 (consume_chars): Adjust for the change of get_translation.
825d0875 6542
ccbc4452
AR
65432009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
6544
4ddf94bd 6545 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 6546
988a7ddb
KH
65472009-03-05 Kenichi Handa <handa@m17n.org>
6548
6549 * font.c (font_select_entity): New function.
6550 (font_find_for_lface): Use font_select_entity to select a font.
6551
6552 * fontset.c (fontset_find_font): If a font found without
a8a3728b 6553 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
6554 font with C restriction.
6555
98a326f7 65562009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 6557
be1bce46 6558 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 6559
10ea2b82
JR
65602009-03-04 Jason Rumney <jasonr@gnu.org>
6561
2c93b248 6562 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 6563 characters that have already been read. (Bug#2569)
2c93b248 6564
10ea2b82
JR
6565 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
6566 Log an error message if check_image_size failed.
6567 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 6568 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 6569
71a0c011
EZ
65702009-03-02 Eli Zaretskii <eliz@gnu.org>
6571
6572 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
6573 when decoding process output.
6574
2f63bba8
RS
65752009-03-01 Richard M Stallman <rms@gnu.org>
6576
6577 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
6578
6579 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
6580
0a9564cb
EZ
65812009-02-28 Eli Zaretskii <eliz@gnu.org>
6582
6583 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
6584 (decode_coding_emacs_mule, decode_coding_iso_2022)
6585 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6586 (decode_coding_raw_text, decode_coding_charset)
6587 (setup_coding_system, decode_eol, decode_coding, consume_chars):
6588 Honor inhibit-eol-conversion. (Bug #2186)
6589
449148b3
JR
65902009-02-28 Jason Rumney <jasonr@gnu.org>
6591
6592 * coding.c (detect_coding_charset): If not checking latin extra,
6593 fail on characters between 0x80 and 0xA0. (Bug#2354)
6594
a4aee864
EZ
65952009-02-28 Eli Zaretskii <eliz@gnu.org>
6596
6597 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 6598 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 6599
d88bee5a
GM
66002009-02-27 Glenn Morris <rgm@gnu.org>
6601
6602 * callint.c (Finteractive): Doc fix.
6603
a808f22d
KH
66042009-02-27 Kenichi Handa <handa@m17n.org>
6605
6606 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
6607
caf8d60c
CY
66082009-02-27 Chong Yidong <cyd@stupidchicken.com>
6609
6610 * font.c (font_style_to_value): Set value for unknown symbols to
6611 100 instead of 255.
b61137ea
CY
6612 (weight_table, slant_table, width_table): Treat "unspecified" as
6613 the default value.
caf8d60c 6614
1a0de25c
JB
66152009-02-26 Juanma Barranquero <lekktu@gmail.com>
6616
6617 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
6618
8fc45744
JB
66192009-02-25 Juanma Barranquero <lekktu@gmail.com>
6620
107bd7d1
JB
6621 * lread.c (Fload): Stop checking Vloads_in_progress and signal
6622 error as soon as a recursive load is detected.
8fc45744 6623
f097e223
AR
66242009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6625
6626 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
6627 before caching.
6628
8810a12f
KH
66292009-02-24 Kenichi Handa <handa@m17n.org>
6630
6631 * fontset.c (fontset_find_font): Fix the condition for checking
6632 unavailable font.
6633
2c7d1565
GM
66342009-02-24 Glenn Morris <rgm@gnu.org>
6635
6636 * xfaces.c (Finternal_set_font_selection_order): Remove leading
6637 whitespace that confuses documentation.
6638
a20878b6
MB
66392009-02-23 Miles Bader <miles@gnu.org>
6640
6641 * process.c (Flist_system_processes, Fprocess_attributes)
6642 (syms_of_process): Rename `system-process-attributes' to
6643 `process-attributes'.
6644
b3b58c01
AS
66452009-02-22 Andreas Schwab <schwab@linux-m68k.org>
6646
1b3b981b
AS
6647 * coding.h (struct coding_system): Make safe_charsets a pointer to
6648 unsigned char.
6649 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
6650 being 255.
6651 (SAFE_CHARSET_P): Likewise.
6652 (setup_iso_safe_charsets): Properly setup safe_charsets.
6653 (Fdefine_coding_system_internal): Likewise.
6654 (setup_coding_system): Likewise. Remove unneeded casts.
6655 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
6656 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
6657 unneeded casts.
6658
b3b58c01
AS
6659 * insdel.c (del_range_2): Don't modify gap contents when called
6660 from decode_coding_object. (Bug#1809)
6661
0b6f228c
CY
66622009-02-21 Chong Yidong <cyd@stupidchicken.com>
6663
6664 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
6665 Qfont_object.
6666 (Ftype_of): Recognize font objects.
6667
6668 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
6669
6670 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
6671 moved to data.c.
6672
52f8870b
AR
66732009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6674
6675 * nsterm.m (x_make_frame_invisible): Unset async_visible,
6676 async_iconified. Based on a patch by Christian Lynbech
6677 <christian.lynbech@tieto.com>.
6678 (EmacsView-windowDidMiniaturize:): Unset async_visible.
6679
7087d5e9
GM
66802009-02-20 Glenn Morris <rgm@gnu.org>
6681
6682 * syntax.c (Fskip_chars_forward): Fix doc typo.
6683
41d2ceef
CY
66842009-02-20 Chong Yidong <cyd@stupidchicken.com>
6685
6686 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
6687
1a3b7ca6
CY
66882009-02-19 Chong Yidong <cyd@stupidchicken.com>
6689
6690 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
6691
73cce38d
KH
66922009-02-19 Kenichi Handa <handa@m17n.org>
6693
6694 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 6695 Don't overflow coding->carryover. (Bug#2370)
73cce38d 6696
a51092ee
DN
66972009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
6698
6699 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
6700
c423ecca
KH
67012009-02-18 Kenichi Handa <handa@m17n.org>
6702
6703 * font.c (font_check_otf_features): Fix handling of `nil' element.
6704 (Ffont_spec): Describe :lang and :otf in the docstring.
6705
4c1958f4
AS
67062009-02-16 Andreas Schwab <schwab@suse.de>
6707
6708 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
6709 string.
6710
5704f39a
KH
67112009-02-16 Kenichi Handa <handa@m17n.org>
6712
6713 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 6714 (Bug#1723)
5704f39a 6715
8f0085aa
CY
67162009-02-14 Chong Yidong <cyd@stupidchicken.com>
6717
a057d86a 6718 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
6719
6720 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
6721 (handle_line_prefix): Suppress wrapping of wrap prefixes.
6722
aff01dd9
EZ
67232009-02-14 Eli Zaretskii <eliz@gnu.org>
6724
6725 * msdos.c (MAX_SCREEN_BUF): New macro.
6726 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
6727 Encode the entire run of glyphs sharing the same face, instead of
6728 doing that one glyph at a time (fixes a bug with displaying
6729 double-size characters).
6730
ba301db3
AR
67312009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
6732
6733 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
6734
6735 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
6736 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 6737 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
6738
6739 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 6740 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 6741
51d861de
SM
67422009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
6743
ac146f82 6744 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
6745 invisible areas.
6746
7fed8996
JR
67472009-02-12 Jason Rumney <jasonr@gnu.org>
6748
631ea4fb
JR
6749 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
6750 (add_font_entity_to_list): Call check_face_name even when family
6751 is unspecified.
6752
cb4a3e42
JR
6753 * w32term.c (x_display_pixel_height, x_display_pixel_width):
6754 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 6755 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 6756
7fed8996 6757 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 6758 raster fonts. (Bug#2219)
7fed8996 6759
895416e3
KH
67602009-02-12 Kenichi Handa <handa@m17n.org>
6761
6762 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
6763 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
6764 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 6765 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
6766 (find_automatic_composition): While looking forward and backward,
6767 check static composition. Fix where to stop looking forward.
6768 (composition_adjust_point): Fix checking of static composition.
6769 (Fcomposition_get_gstring): Pay attention to
1dacf998 6770 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
6771
6772 * lisp.h (fast_looking_at): Extern it.
6773
6774 * search.c (fast_looking_at): New function.
6775
51d861de 6776 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
6777 <struct glyph>.u.cmp.to.
6778 (append_composite_glyph): Likewise.
6779
51d861de 6780 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
6781 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
6782 composition.
51d861de 6783 (append_composite_glyph): Adjust for the change of
895416e3
KH
6784 <strcut glyph>.u.cmp.to.
6785
8510724d
JB
67862009-02-11 Juanma Barranquero <lekktu@gmail.com>
6787
6788 * casetab.c (init_casetab_once):
6789 * coding.c (ALLOC_CONVERSION_WORK_AREA):
6790 * font.c (font_update_lface):
6791 * fontset.c (Fnew_fontset):
6792 * ftfont.c (ftfont_drive_otf):
6793 * xfont.c (xfont_open):
6794 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
6795
294fa707
SM
67962009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6797
6798 * fileio.c (Fwrite_region): !NILP -> CONSP.
6799
b5bfebec
AS
68002009-02-10 Andreas Schwab <schwab@suse.de>
6801
6802 * process.c (send_process): Properly relocate pointer into data
adab88bd 6803 when using encoded data. (Bug#2272)
b5bfebec 6804
cb84a2be
KH
68052009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
6806
6807 * coding.c (detect_coding_charset): Fix previous change.
6808
89e09428
JR
68092009-02-08 Jason Rumney <jasonr@gnu.org>
6810
6811 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 6812 disappeared while hourglass was displayed. (Bug #2193)
89e09428 6813
4470a277
AS
68142009-02-07 Andreas Schwab <schwab@suse.de>
6815
6816 * unexelf.c (unexec): Fix error message.
6817
3175b12a
AR
68182009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
6819
6820 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 6821 when modal window is active. (Bug #2152)
3175b12a
AR
6822 (applicationShouldTerminate:): Remove now-unneeded while loop
6823 around NSRunAlertPanel.
6824
6825 * nsmenu.m (popupSession): New file-global variable.
6826 (pop_down_menu): End the popupSession before closing dialog.
6827 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
6828 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
6829 don't query NSApp for events (just sleep instead).
6830
8434d0b8
EZ
68312009-02-07 Eli Zaretskii <eliz@gnu.org>
6832
51d861de
SM
6833 * coding.c (syms_of_coding) <translation-table-for-input>:
6834 Modify doc string to discourage use for character code unification.
8434d0b8 6835
aa82edfd
CY
68362009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6837
6838 * atimer.c (run_timers): Update pending_atimers.
6839
2d283c7c
CY
68402009-02-06 Chong Yidong <cyd@stupidchicken.com>
6841
eb306cab
CY
6842 * image.c (svg_load_image): Fix last change.
6843
2d283c7c
CY
6844 * xfns.c (Fx_create_frame): Signal an error if no font is
6845 found (Bug#2147).
6846
4d8e170e
JB
68472009-02-05 Juanma Barranquero <lekktu@gmail.com>
6848
6849 * character.c (syms_of_character) <script-representative-chars>:
6850 Fix typo in docstring.
6851
c96169a0
AR
68522009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6853
6854 * nsmenu.m (pop_down_menu): New function.
6855 (ns_popup_dialog): Call it on unwind.
6856 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
6857 call timer_check() (Bug#2154).
6858 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
6859 handling_signal is set.
6860 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
6861
31fd7c5c 6862 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
6863
6864 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
6865
6866 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
6867
51d861de
SM
6868 * keyboard.c (poll_for_input_1, handle_async_input):
6869 Set handling_signal under HAVE_NS.
c96169a0 6870
aacd8ba1
GM
68712009-02-04 Glenn Morris <rgm@gnu.org>
6872
6873 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
6874
4cb75c4b
KH
68752009-02-04 Kenichi Handa <handa@m17n.org>
6876
6877 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
6878
6879 * charset.c (Fchar_charset): New optional arg restriction.
6880
6881 * coding.h (coding_system_charset_list): Extern it.
6882
6883 * coding.c (coding_system_charset_list): New function.
6884
6885 * composite.c: Include coding.h and termhooks.h.
6886 (composition_gstring_p): Fix for the terminal case.
6887 (composition_gstring_width): Likewise.
6888 (fill_gstring_body): Likewise.
6889 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
6890 the frame.
6891 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
6892 is within a composition.
867d4bb3 6893 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
6894
6895 * term.c (encode_terminal_code): Fix handling of composition.
6896 (produce_composite_glyph): For static composition, get pixel_width
6897 from struct composition.
6898
826ba17e
AS
68992009-02-02 Andreas Schwab <schwab@suse.de>
6900
6901 * unexelf.c (unexec): Handle unaligned bss offset.
6902
8ad093db
AR
69032009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6904
6905 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
6906 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 6907
8ad093db
AR
6908 * keyboard.c (handle_interrupt): Don't call
6909 quit_throw_to_read_char() under NS.
d0a76a6e 6910
8ad093db
AR
6911 * blockinput.h: Remove NS-specific code.
6912
4d18a7a2
DN
69132009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
6914
db878925
DN
6915 * dispnew.c (window_change_signal): Don't try to get the size of a
6916 suspended tty frame.
6917 * term.c (Fresume_tty): Resize if the size has changed while the
6918 tty was suspended.
6919
4d18a7a2
DN
6920 * alloc.c (mark_stack): Properly conditionalize previous change.
6921
8984df7c
JB
69222009-01-30 Juanma Barranquero <lekktu@gmail.com>
6923
6924 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
6925 * w32term.c (w32_read_socket) [SYNC_INPUT]:
6926 Remove; this code is not used on Windows.
6927
75f4f1ac
EZ
69282009-01-30 Eli Zaretskii <eliz@gnu.org>
6929
6930 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
6931 EOLs that also has stray ^M characters.
6932
07a1e794
JB
69332009-01-30 Juanma Barranquero <lekktu@gmail.com>
6934
6935 * atimer.c (run_timers, alarm_signal_handler):
6936 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
6937 * w32inevt.c (w32_console_read_socket):
6938 * w32term.c (w32_read_socket):
6939 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
6940
a8b11cc9
CY
69412009-01-30 Chong Yidong <cyd@stupidchicken.com>
6942
6943 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
6944 Initialize it as a relative filename pattern.
6945 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
6946 (Fcall_process_region): Simplify temp file creation using
6947 temporary-file-directory.
6948
c279587b
EZ
69492009-01-29 Eli Zaretskii <eliz@gnu.org>
6950
6951 * msdos.c: Rename pending_signals to msdos_pending_signals.
6952 (sig_suspender, sigprocmask): Adjust.
6953
a8fe3242
CY
69542009-01-29 Chong Yidong <cyd@stupidchicken.com>
6955
6956 * keyboard.c (pending_signals): New var.
6957 (poll_for_input, input_available_signal, init_keyboard): Set it.
6958 (process_pending_signals): New function.
6959
6960 * lisp.h (QUIT): Check pending_signals instead of
6961 interrupt_input_pending. Use process_pending_signals.
6962
51d861de 6963 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 6964
51d861de 6965 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
6966
6967 * sysdep.c (emacs_write): Use process_pending_signals.
6968
6969 * xterm.c (XTread_socket): Update pending_signals.
6970
6971 * w32term.c (w32_read_socket): Update pending_signals.
6972
6973 * w32inevt.c (w32_console_read_socket): Update pending_signals.
6974
6570a1c4
KH
69752009-01-29 Kenichi Handa <handa@m17n.org>
6976
6977 * xftfont.c (xftfont_has_char): New function.
6978 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
6979
d72a4afa
AR
69802009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6981
6982 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
6983 under GNUstep.
6984 (ns_query_color): New declaration.
6985
6986 * nsterm.m (ns_confirm_quit): New variable.
6987 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
6988 (EmacsApp-applicationShouldTerminate:): Use it.
6989 (EmacsPrefsController): Let user set it.
6990 (ns_query_color): New function.
6991 (ns_defined_color): Use it.
6992 (ns_initialize): Drop.
6993 (ns_term_init): Add two lines from ns_initialize(), and set
6994 input_interrupt_mode to nil.
6995
6996 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 6997 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 6998
9fe78804
KH
69992009-01-28 Kenichi Handa <handa@m17n.org>
7000
7001 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
7002 (fontset_get_font_group): Remember that no font-group is specified
7003 for C.
9fe78804 7004
fa57de36
CY
70052009-01-27 Chong Yidong <cyd@stupidchicken.com>
7006
930600e9
CY
7007 * fns.c (concat): Check for string overflow (bug#1787).
7008
fa57de36
CY
7009 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
7010 Quadruple undo limits (bug#1501).
7011
7179ce7b
KH
70122009-01-27 Kenichi Handa <handa@m17n.org>
7013
7014 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
7015 directly use GT_Get_Char_index.
7016
7017 * xftfont.c (struct xftfont_info): New member `index'.
7018
7019 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 7020 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 7021
5be8fcc0
CY
70222009-01-26 Kenichi Handa <handa@m17n.org>
7023
7024 * fontset.c (fontset_find_font): Fix handling of non-cons return
7025 value of fontset_get_font_group.
7026 (fontset_font): Revert last change.
7027
19ae3e61
JR
70282009-01-26 Jason Rumney <jasonr@gnu.org>
7029
7030 * w32font.c (w32font_list_internal): Return quickly if registry is
7031 unknown. Simplify final return.
7032 (add_font_entity_to_list): Break complex logic down into more
7033 manageable chunks. Move unknown registry check to
7034 w32font_list_internal.
7035
8612b71a
AR
70362009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
7037
7038 Changes to remove Feval calls from GUI under NS.
7039
d8038940
JB
7040 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
7041 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
7042 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
7043
7044 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
7045 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
7046 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
7047 instead of NON_ASCII_KEYSTROKE_EVENT.
7048 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
7049 (EmacsApp-applicationShouldTerminate:): Query user.
7050 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
7051 instead of Feval.
7052
7053 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
7054
7055 * keyboard.c (kbd_buffer_get_event): Check for it.
7056 (keys_of_keyboard): Define lispy keys for
7057 ns-put/unput-working-text.
7058
7059 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
7060 versions.
7061 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
7062
6288ae55
CY
70632009-01-25 Chong Yidong <cyd@stupidchicken.com>
7064
7065 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 7066 setting current_buffer directly. (Bug#2044)
6288ae55 7067
289e7f8f
CY
70682009-01-24 Chong Yidong <cyd@stupidchicken.com>
7069
5ce87308 7070 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 7071 any work. (Bug#1952, bug#1990).
5ce87308 7072
64cc3cf6 7073 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 7074
b3243e6f
AR
70752009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7076
7077 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
7078 (ns_no_defaults): New declaration.
7079 (main): Use it.
e0d2e69a 7080
d900b2af 7081 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 7082
d900b2af 7083 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 7084
d900b2af
AR
7085 * nsterm.m (ns_no_defaults): New variable.
7086 (ns_initialize): Don't read defaults when ns_no_defaults.
7087 (EmacsView-readSelectionFromPasteboard:)
7088 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 7089 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
7090 (ns_dumpglyphs_stretch): New function.
7091 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 7092 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 7093
e0d2e69a
AR
7094 * nsimage.m (setPixmapData:): Set to ignore image DPI.
7095
3ac71f5d
CY
70962009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
7097
7098 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
7099 call for Sparc64.
7100
3fe53a83
AR
71012009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7102
7103 * nsfns.m:
7104 * nsgui.h:
7105 * nsmenu.m:
7106 * nsselect.m:
7107 * nsterm.h:
7108 * nsterm.m: Remove '23' comments that indicated code added during
7109 update from emacs-20 -> emacs-23.
7110
10f87c6f 71112009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
7112
7113 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 7114 ns_alternate_modifier. (Bug#1217)
a3b53a85 7115
c7cef62d
AR
7116 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
7117 Display all shortcuts, including those w/o super modifier.
7118
575fb8bd
AR
7119 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
7120
918b848b
CY
71212009-01-22 Chong Yidong <cyd@stupidchicken.com>
7122
7123 * fileio.c (Vwrite_region_post_annotation_function)
7124 (Vwrite_region_annotation_buffers): New vars.
7125 (build_annotations_unwind): Just reset
7126 Vwrite_region_annotation_buffers.
7127 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
7128 Call write-region-post-annotation-function.
7129 (build_annotations): Add to Vwrite_region_annotation_buffers if
7130 buffer changes.
7131
a39e2539
AR
71322009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7133
7134 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
7135 Tiger.
51d861de
SM
7136 * nsfns.m (ns_do_applescript):
7137 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 7138
35ed44db
AR
71392009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
7140
7141 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
7142
cbe0b5bf
AR
71432009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7144
7145 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 7146
6049d3a0
AR
7147 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
7148
7149 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
7150 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
7151 handle Ctrl-tab. (Bug#1841)
7152 (ns_get_color): Use unsigned long long for scanned hex string value.
7153 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 7154 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 7155 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 7156 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 7157 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 7158 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 7159 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 7160
d3810c21 7161 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 7162 DPI. (Bug#1316)
d3810c21
AR
7163 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
7164 values in onTiger section.
4c7077c3 7165
e301e634
CY
71662009-01-19 Chong Yidong <cyd@stupidchicken.com>
7167
7f82490b
CY
7168 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
7169 Check return value of font_spec_from_name.
64cc3cf6 7170 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
7171
7172 * font.c (font_spec_from_name): Return Qnil if font name could not
7173 be parsed.
7174 (font_parse_name): Treat a `?' character as part of an XLFD.
7175
e301e634
CY
7176 * fns.c (Fsubstring): Doc fix.
7177
1c0db158
KH
71782009-01-19 Kenichi Handa <handa@m17n.org>
7179
51d861de 7180 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
7181 (ftfont_list): Likewise.
7182
acf20901
JB
71832009-01-18 Juanma Barranquero <lekktu@gmail.com>
7184
fff4e459
JB
7185 * dbusbind.c (Fdbus_register_signal):
7186 * process.c (conv_sockaddr_to_lisp):
7187 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
7188
acf20901
JB
7189 * callproc.c (Fgetenv_internal): Doc fix.
7190
e7abcdfb
CY
71912009-01-16 Chong Yidong <cyd@stupidchicken.com>
7192
7193 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
7194 it is not even used.
7195
b60861e6
GM
71962009-01-16 Glenn Morris <rgm@gnu.org>
7197
7198 * font.c (Ffont_variation_glyphs): Silence compiler.
7199
8db52afe
JB
72002009-01-15 Juanma Barranquero <lekktu@gmail.com>
7201
7202 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
7203 Reported by David Robinow <drobinow@gmail.com>.
7204
4cddb209
KH
72052009-01-15 Kenichi Handa <handa@m17n.org>
7206
51d861de 7207 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 7208
f247f67b
JR
72092009-01-14 Jason Rumney <jasonr@gnu.org>
7210
7211 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 7212 never a fontset. (Bug#1562)
f247f67b 7213
f56a4450
KH
72142009-01-14 Kenichi Handa <handa@m17n.org>
7215
7216 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 7217 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 7218
4e99855e
CY
72192009-01-13 Chong Yidong <cyd@stupidchicken.com>
7220
7221 * font.c (font_clear_prop): If clearing the family, clear the font
7222 width index too.
7223
fff4e459 7224 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 7225
24f01470
JB
72262009-01-12 Juanma Barranquero <lekktu@gmail.com>
7227
7228 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
7229 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
7230 functions, use sizeof.
7231
a41240a3
MR
72322009-01-12 Martin Rudalics <rudalics@gmx.at>
7233
7234 * keyboard.c (read_char): Fix case where last_nonmenu_event
7235 returned a bad value with submenus. (Bug#447)
7236
944636b8
CY
72372009-01-12 Chong Yidong <cyd@stupidchicken.com>
7238
7239 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
7240 family, clear the font width index too.
7241
0dad7c6f
JR
72422009-01-11 Jason Rumney <jasonr@gnu.org>
7243
7244 * keyboard.c (cmd_error_internal): Exit when errors occur before
7245 frame creation and not in daemon mode. (Bug#1836)
7246
7c2363af
CY
72472009-01-10 Chong Yidong <cyd@stupidchicken.com>
7248
7249 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
7250 of a display vector, backtrack.
7251 (try_window_reusing_current_matrix): Check glyph type before
7252 referencing charpos member.
7253
97b1b294
EZ
72542009-01-10 Eli Zaretskii <eliz@gnu.org>
7255
7256 Fix Bug #876:
7257
7258 * coding.c (inhibit_null_byte_detection): New variable.
7259 (detect_coding, detect_coding_system): Don't pay attention to null
7260 bytes if inhibit_null_byte_detection is non-zero.
51d861de 7261 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
7262 <inhibit-iso-escape-detection>: Doc fix.
7263
4624b6e3
JR
72642009-01-09 Jason Rumney <jasonr@gnu.org>
7265
7266 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 7267 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
7268 Only report Unicode Plane 2 fonts as unicode-sip.
7269
323b840c
CY
72702009-01-09 Chong Yidong <cyd@stupidchicken.com>
7271
51d861de
SM
7272 * xfaces.c (Fx_font_family_list): Delete function.
7273 Move compatibility version to faces.el.
323b840c 7274
51d861de 7275 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 7276
eba7400d
MR
72772009-01-09 Martin Rudalics <rudalics@gmx.at>
7278
7279 * frame.c (x_set_frame_parameters): Remember requested value for
7280 fullscreen before it's reset by the parameter handler.
7281
4b09796d
GM
72822009-01-09 Glenn Morris <rgm@gnu.org>
7283
7284 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 7285 (last_command_event): ... and update all users.
4b09796d
GM
7286 (last_input_char): For clarity, rename to...
7287 (last_input_event): ... and update all users.
7288 (last-command-char, last-input-char): Move to subr.el as aliases.
7289 * cmds.c, commands.h: Update for last_command_char rename.
7290
14ccea62
CY
72912009-01-08 Chong Yidong <cyd@stupidchicken.com>
7292
51d861de 7293 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 7294
5f004711
JR
72952009-01-08 Jason Rumney <jasonr@gnu.org>
7296
7297 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
7298 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
7299 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
7300 Don't declare.
fff4e459 7301 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
7302 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
7303
b71f6f73
KH
73042009-01-07 Kenichi Handa <handa@m17n.org>
7305
50b06221 7306 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 7307 remember the coding system used for decoding in
50b06221
KH
7308 coding_system (Bug#1039).
7309
b71f6f73 7310 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 7311 breaking the loop. (Bug#870)
b71f6f73
KH
7312 (decode_coding_utf_16, decode_coding_emacs_mule)
7313 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7314 (decode_coding_charset): Likewise.
7315
56f668f7
MR
73162009-01-05 Martin Rudalics <rudalics@gmx.at>
7317
7318 * frame.c (x_set_frame_parameters): Make sure height (width) get
7319 applied when fullwidth (fullheight) is set. (Bug#1522)
7320
5da9424d
JB
73212009-01-04 Juanma Barranquero <lekktu@gmail.com>
7322
7323 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
7324 (utc_base): Declare as ULONGLONG, not long double.
7325 (convert_time_raw): Delete.
7326 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
7327 (initialize_utc_base): New function.
7328 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
7329 (convert_from_time_t): Use initialize_utc_base; compute result with
7330 64-bit arithmetic.
7331 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
7332
c4605e09
EZ
73332009-01-03 Eli Zaretskii <eliz@gnu.org>
7334
9acef61c 7335 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
7336 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
7337 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
7338 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
7339 [!subprocesses]: Define.
7340 (syms_of_process) [!subprocesses]: Intern and staticpro them.
7341 (Flist_system_processes, Fsystem_process_attributes)
7342 [!subprocesses]: Call list_system_processes and
7343 system_process_attributes instead of returning Qnil.
7344
9acef61c
JB
7345 * dosfns.c (system_process_attributes, list_system_processes):
7346 New functions.
c4605e09
EZ
7347
7348 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
7349
7350 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
7351 Don't use the default (no-op) implementation.
7352
8b7d0a16
JR
73532009-01-03 Jason Rumney <jasonr@gnu.org>
7354
a6d46bc1
JR
7355 * keyboard.c (parse_modifiers_uncached): Wheel events are
7356 clicks (bug#687).
7357
8b7d0a16
JR
7358 * w32term.c (x_query_colors, x_query_color): New functions.
7359
7360 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
7361 (svg_load_image): Cast returned pointers from dynamically loaded
7362 functions. Eliminate W32 specific code.
7363
bfe11752
DN
73642009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7365
89e2438a
DN
7366 * nsfns.m (x_set_foreground_color, x_set_background_color)
7367 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
7368 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
7369 x_ prefix instead of ns_. Update references.
7370 (syms_of_nsfns): Add a FIXME comment.
7371
7372 * nsterm.m (x_set_cursor_type): New prototype.
7373 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
7374
bfe11752
DN
7375 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
7376 for Solaris instead of incorrectly providing Qutime and Qcutime.
7377
031da700
EZ
73782009-01-02 Eli Zaretskii <eliz@gnu.org>
7379
7380 * w32.c (process_times): Compute sum of utime and stime.
7381 (system_process_attributes): Add Qtime to the alist.
7382
7383 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
7384 and add them to the alist.
7385
7386 * process.c (top level) <Qtime, Qctime>: New variables.
7387 (syms_of_process): staticpro them.
7388 (Fsystem_process_attributes): Add their documentation to the doc
7389 string.
7390
7391 * process.h: Declare Qtime and Qctime.
7392
df23bf08
JR
73932009-01-02 Jason Rumney <jasonr@gnu.org>
7394
9acef61c 7395 * image.c (Qgobject): New symbol.
df23bf08
JR
7396 (syms_of_image): Initialize it.
7397 (init_svg_functions): Load some functions from gobject library.
7398
5bbdf7aa
DN
73992009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
7400
7401 * frame.c (make_terminal_frame): Remove redundant code and useless
7402 block.
7403
63136da6
AS
74042009-01-01 Andreas Schwab <schwab@suse.de>
7405
7406 * process.c (conv_sockaddr_to_lisp): Add workaround for
7407 getsockname bug on BSD.
7408
9ef69046
CY
74092009-01-01 Chong Yidong <cyd@stupidchicken.com>
7410
d6fafbe0
CY
7411 * xfns.c (x_create_tip_frame): Set border width of the X window.
7412
51d861de 7413 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 7414
f9c34147
JR
74152009-01-01 Jason Rumney <jasonr@gnu.org>
7416
9acef61c 7417 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
7418 Don't block input, as per earlier xterm.c changes.
7419
f5497e45
AR
74202008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
7421
7422 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
7423 (ns_appkit_version_int): New function.
7424 (x-server-version): Use ns_appkit_version_int and follow 21+
7425 convention of returning 3 integers.
7426
c19cab20
KH
74272008-12-30 Kenichi Handa <handa@m17n.org>
7428
7429 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
7430 (CHAR_SURROGATE_PAIR_P): New macro.
7431
7432 * font.h (struct font_driver): New member get_variation_glyphs.
7433
9acef61c 7434 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
7435 (Ffont_variation_glyphs): New function.
7436 (syms_of_font): Defsubr it.
7437
7438 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
7439 ftfont_variation_glyphs.
7440 (setup_otf_gstring): New function.
7441 (ftfont_drive_otf): Use it.
7442 (ftfont_shape_by_flt): Handle variation selector.
7443 (ftfont_variation_glyphs): New function.
7444
28cd591f
MR
74452008-12-30 Martin Rudalics <rudalics@gmx.at>
7446
7447 * frame.c (Vemacs_iconified): Remove.
7448
7f714baf
JR
74492008-12-30 Jason Rumney <jasonr@gnu.org>
7450
7451 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 7452 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 7453
9d2d22ab
CY
74542008-12-30 Chong Yidong <cyd@stupidchicken.com>
7455
7456 * indent.c (Fvertical_motion): Don't advance iterator if we have
7457 reseated to the desired position.
7458
7459 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
7460 checking for pos match.
7461
545312c2
KH
74622008-12-30 Kenichi Handa <handa@m17n.org>
7463
1ede3eb6
KH
7464 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
7465 just get the low 8-bit of the code.
7466
545312c2
KH
7467 * font.c (font_intern_prop): Validate str as multibyte.
7468
bd7bbf29
DN
74692008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7470
31e0750e
DN
7471 * dispextern.h (struct face): Move lface and hash from the middle
7472 of bitfields.
7473
bd7bbf29
DN
7474 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
7475
b5672e7c
DN
74762008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7477
7478 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
7479 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
7480 instead of intervals.h.
7481
d704470f
AS
74822008-12-26 Andreas Schwab <schwab@suse.de>
7483
7484 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
7485 cons.
7486
54b33868
MR
74872008-12-26 Martin Rudalics <rudalics@gmx.at>
7488
7489 * textprop.c (Qminibuffer_prompt): New variable.
7490 (syms_of_textprop): Initialize it.
7491 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
7492 in minibuffer-prompt face. (Bug#1662)
7493
40b615d6
JR
74942008-12-25 Jason Rumney <jasonr@gnu.org>
7495
7496 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
7497
baae5c2d
JR
74982008-12-24 Jason Rumney <jasonr@gnu.org>
7499
7500 * ralloc.c (r_alloc_reset_variable): New function.
7501
7502 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 7503 record of what points where. (Bug#716)
baae5c2d 7504
a9051c88
DN
75052008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
7506
7507 * minibuf.c (read_minibuf): Follow the non-interactive case when
7508 running as a daemon, before detaching.
7509
8b146312
AS
75102008-12-22 Andreas Schwab <schwab@suse.de>
7511
7512 * buffer.c (init_buffer): Use realloc instead of xrealloc.
7513 * gtkutil.c (free_widget_value): Use xfree instead of free.
7514
56f2de10
MR
75152008-12-22 Martin Rudalics <rudalics@gmx.at>
7516
7517 * frame.c (delete_frame): New function derived from
7518 Fdelete_frame to handle Qnoelisp value for FORCE argument.
7519 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
7520 (Fdelete_frame): Call delete_frame. Remove line from doc-string
7521 saying that FORCE non-nil doesn't run `delete-frame-functions'.
7522 * frame.h: Extern delete_frame.
7523 * window.c (window_loop):
7524 * terminal.c (delete_terminal):
7525 * xterm.c (x_connection_closed):
7526 * xfns.c (Fx_hide_tip):
9acef61c 7527 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 7528
1fc200d6
JR
75292008-12-21 Jason Rumney <jasonr@gnu.org>
7530
7531 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
7532 when character maps to .notdef character.
7533
5e252df2
SM
75342008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7535
7536 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
7537
99b72cc4
JR
75382008-12-20 Jason Rumney <jasonr@gnu.org>
7539
7540 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 7541 a graphical frame on Windows. (Bug#1325)
99b72cc4 7542
acc49a52
JD
75432008-12-20 Jan Djärv <jan.h.d@swipnet.se>
7544
7545 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
7546
6ea15123
CY
75472008-12-20 Chong Yidong <cyd@stupidchicken.com>
7548
7549 * minibuf.c (Fread_buffer): Doc fix.
7550
b2dab6c8
JR
75512008-12-20 Jason Rumney <jasonr@gnu.org>
7552
54ea0c87 7553 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 7554 server name in UNC paths. (Bug#719)
54ea0c87 7555
b2dab6c8 7556 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 7557 charbuf. (Bug#1035)
b2dab6c8 7558
6d1921be
DN
75592008-12-19 Daniel Engeler <engeler@gmail.com>
7560
7561 * sysdep.c (serial_configure): Fix typo.
7562
53934c98
DN
75632008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7564
7565 * sysdep.c: Include alloca.h.
f4f634e8
DN
7566 (system_process_attributes): Add implementation for Solaris.
7567
7568 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 7569
06e111a6
DN
75702008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7571
7572 Reorganize implementation of Flist_system_processes and
7573 Fsystem_process_attributes. No functional changes.
7574 * process.c: Don't #include pwd.h, grp.h and limits.h.
7575 (Flist_system_processes): Just call list_system_processes.
7576 (Fsystem_process_attributes): Just call system_process_attributes.
7577 (procfs_list_system_processes, time_from_jiffies)
7578 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
7579 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
7580
7581 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
7582 (list_system_processes): Rename from
7583 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
7584 Provide a do nothing implementation.
7585 (system_process_attributes): Rename from
7586 procfs_list_system_processes.
7587 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 7588 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
7589
7590 * w32.c (list_system_processes): Rename from
7591 w32_list_system_processes.
7592 (system_process_attributes): Rename from
7593 w32_system_process_attributes.
7594
7595 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
7596
7597 * process.h (w32_list_system_processes)
7598 (w32_system_process_attributes): Remove.
362654a6
JB
7599 (list_system_processes, system_process_attributes):
7600 New prototypes.
06e111a6 7601
6a705b23
KH
76022008-12-19 Kenichi Handa <handa@m17n.org>
7603
7604 * xfont.c (xfont_decode_coding_xlfd): New function.
7605 (xfont_encode_coding_xlfd): New function.
7606 (xfont_list_pattern): Decode XLFD by iso-8859-1.
7607 (xfont_list): Decode and encode XLFD by iso-8859-1.
7608 (xfont_match): Likewise.
7609 (xfont_list_family): Likewise.
7610 (xfont_open): Likewise.
7611
d66c0241 7612 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
7613 names are utf-8.
7614
d66c0241 7615 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
7616 names are utf-8.
7617
5a130941
JD
76182008-12-18 Jan Djärv <jan.h.d@swipnet.se>
7619
7620 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
7621 changed.
bfd20325
JD
7622 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
7623 clicked on a detached tool bar button.
5a130941 7624
fd95644b
DN
76252008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
7626
7627 * emacs.c (main): Print and error and exit when no data is read
7628 from the pipe.
7629
e6eee6ae
JR
76302008-12-17 Jason Rumney <jasonr@gnu.org>
7631
7632 * w32font.c (w32font_has_char): Always return -1.
7633
a35dd56b
KH
76342008-12-16 Kenichi Handa <handa@m17n.org>
7635
7636 * font.c (font_open_entity): Fix previous change.
7637
0e3635c2
DN
76382008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
7639
7640 * process.c: Include <limits.h>.
7641
d4835507 76422008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
7643
7644 * font.c (font_update_drivers): Fix mistake in reconstructing the
7645 driver list.
7646
76472008-12-16 Chong Yidong <cyd@stupidchicken.com>
7648
7649 * font.c (font_clear_cache): Fix format of font cache data.
7650
e2cbc401
CY
76512008-12-15 Chong Yidong <cyd@stupidchicken.com>
7652
7653 * xftfont.c (xftfont_open): Free Xft font pattern if
7654 XftFontOpenPattern fails.
7655
7656 * xterm.c (x_free_frame_resources): Remove extraneous call to
7657 free_frame_faces.
7658
b131d535
CY
76592008-12-13 Chong Yidong <cyd@stupidchicken.com>
7660
7661 * xterm.c (x_delete_display): Move xim_close_dpy call to
7662 x_delete_terminal.
7663 (x_delete_terminal): Call xim_close_dpy.
7664
e6df5336
JR
76652008-12-13 Jason Rumney <jasonr@gnu.org>
7666
7667 * w32font.c (intern_font_name): New function.
7668 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
7669 (w32font_open_internal, Fx_select_font): Decode font name.
7670 (fill_in_logfont, list_all_matching_fonts): Encode font name.
7671
7672 * w32font.h (intern_font_name): Declare new function.
7673
7674 * w32uniscribe.c (add_opentype_font_name_to_list):
7675 Use intern_font_name.
7676
20d68145
CY
76772008-12-13 Chong Yidong <cyd@stupidchicken.com>
7678
9f2554de
CY
7679 * frame.c (Fdelete_frame): Call free_font_driver_list.
7680
3d9bec9a
CY
7681 * font.c (free_font_driver_list): Implement missing function.
7682
20d68145
CY
7683 * w32term.c (w32_term_init): Don't initialize the image cache
7684 here; it will be done in init_frame_faces.
7685
7686 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
7687 (struct x_display_info): Remove unused member null_pixel. New
7688 member xim_callback_data.
7689
7690 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
7691 (xim_initialize): Save pointer to callback function data.
7692 (xim_close_dpy): Free callback function data. Call XCloseIM,
7693 reverting 2008-11-04 change by David Smith.
7694 (x_term_init): Don't initialize the image cache here; it will be
7695 done in init_frame_faces. Remove ancient "null_pixel" cruft.
7696 (x_delete_display): Free x_dnd_atoms member.
7697
96f9306b
KH
76982008-12-13 Kenichi Handa <handa@m17n.org>
7699
6dec9044
JB
7700 * font.c (font_rescale_ratio): Moved from xfaces.c.
7701 Argument type changed. Handle a font-spec too.
96f9306b 7702 (font_score): Check Vface_font_rescale_alist.
6dec9044 7703 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
7704
7705 * xfaces.c (font_rescale_ratio): Moved to font.c.
7706
8d5b4964
CY
77072008-12-13 Chong Yidong <cyd@stupidchicken.com>
7708
7709 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
7710
e6df5336
JR
77112008-12-12 Jason Rumney <jasonr@gnu.org>
7712
7713 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
7714 Vwindow_system_version to the real w32 major version.
7715
97c6058a
DN
77162008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
7717
7718 * term.c (init_tty): Move setting the terminal name before the
7719 potential user: maybe_fatal.
7720
ec4e88d7
CY
77212008-12-11 Chong Yidong <cyd@stupidchicken.com>
7722
d4835507
JB
7723 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
7724 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 7725
b4233ec9
JR
77262008-12-11 Jason Rumney <jasonr@gnu.org>
7727
8ec71e23 7728 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 7729 SYMBOL_CHARSET. (Bug#547)
8ec71e23 7730
b4233ec9 7731 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 7732 size for surrogates. (Bug#1096, bug#872)
b4233ec9 7733
011a0143
JB
77342008-12-11 Juanma Barranquero <lekktu@gmail.com>
7735
7736 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
7737
3c309f34
JB
77382008-12-11 Juanma Barranquero <lekktu@gmail.com>
7739
7740 * process.c (Fsystem_process_attributes, syms_of_process):
7741 Fix typo in name of Ssystem_process_attributes.
7742 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
7743
fedc6ab5
JB
77442008-12-11 Juanma Barranquero <lekktu@gmail.com>
7745
7746 * syntax.c (Fmodify_syntax_entry): Doc fix.
7747
ba3de0e8
JB
77482008-12-10 Juanma Barranquero <lekktu@gmail.com>
7749
7750 * font.c (Ffont_spec): Move usage to end of docstring.
7751
174f1c74
JR
77522008-12-10 Jason Rumney <jasonr@gnu.org>
7753
7754 * w32font.c (Qcham): New symbol.
7755 (font_supported_scripts): Add cham, and comments for other new
7756 scripts in bitfield from OpenType spec.
9d32f818
JR
7757 (add_font_entity_to_list): Limit unicode-sip fonts to those that
7758 contain characters beyond the bmp.
174f1c74 7759
7b649478
KH
77602008-12-10 Kenichi Handa <handa@m17n.org>
7761
7762 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 7763 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
7764 Qunicode_sip.
7765
2133e2d1
JB
77662008-12-10 Juanma Barranquero <lekktu@gmail.com>
7767
7768 * coding.c (QCdefault_char): Rename from QCdefalut_char.
7769 (Fcoding_system_put): Use QCdefault_char.
7770 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
7771
9af886ee
CY
77722008-12-09 Chong Yidong <cyd@stupidchicken.com>
7773
74d819eb
CY
7774 * xftfont.c (syms_of_xftfont): Fix typo.
7775
4ccfa1c0 7776 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 7777
7c19d3ae
DN
77782008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
7779
7780 * emacs.c (main): Close daemon_pipe on exec.
7781
567826bb
CY
77822008-12-08 Chong Yidong <cyd@stupidchicken.com>
7783
7784 * termchar.h (struct tty): New members termcap_term_buffer and
7785 termcap_strings_buffer.
7786
7787 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 7788 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
7789 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
7790 All callers changed.
7791 (init_tty): Store termcap data and string buffers in new struct
7792 tty members termcap_term_buffer and termcap_strings_buffer.
7793 (delete_tty): Free them.
4ccfa1c0 7794 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 7795
aa96c42b
SZ
77962008-12-07 Seiji Zenitani <zenitani@mac.com>
7797
7798 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 7799 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 7800
b7e1d896
CY
78012008-12-06 Chong Yidong <cyd@stupidchicken.com>
7802
7803 * coding.c (make_conversion_work_buffer): Disable buffer
7804 modification hooks in the work buffer.
7805
b5ec91a5
EZ
78062008-12-05 Eli Zaretskii <eliz@gnu.org>
7807
7808 * process.c (procfs_system_process_attributes): If `nread' has a
7809 negative value, assign zero to it.
7810
a5d2a52b
CY
78112008-12-05 Chong Yidong <cyd@stupidchicken.com>
7812
68c5540b 7813 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 7814
7bf1bb21
KH
78152008-12-05 Kenichi Handa <handa@m17n.org>
7816
7817 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
7818 second character is a combining character.
7819
2fdc7d00
EZ
78202008-12-05 Eli Zaretskii <eliz@gnu.org>
7821
7822 * process.c (procfs_system_process_attributes): Don't use cmd,
7823 cmdsize, and q without initializing them first.
7824
bf6bfba8
JR
78252008-12-04 Jason Rumney <jasonr@gnu.org>
7826
7827 * w32font.c (w32font_draw): Initialize orig_clip before getting
7828 it, and delete it when finished.
7829
a3b1a468
DN
78302008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
7831
7832 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
7833 case when running as a daemon before detaching.
7834
8b8be8eb
JB
78352008-12-03 Juanma Barranquero <lekktu@gmail.com>
7836
805f2638 7837 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 7838
b1bde622
KH
78392008-12-03 Kenichi Handa <handa@m17n.org>
7840
e500c47d
KH
7841 * font.c (font_at): Set `multibyte' at first.
7842
ca516334
KH
7843 * coding.c (decode_coding_charset): Check type of an element of
7844 vector VALIDS.
7bf1bb21 7845 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 7846
4ccfa1c0 7847 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
7848 (font_for_char): Likewise.
7849
1e5ecd37
CY
78502008-12-03 Chong Yidong <cyd@stupidchicken.com>
7851
d5b01609 7852 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
7853 (font_update_lface): Handle fonts with corrupted size specs,
7854 i.e. non-int and non-float.
d5b01609 7855
11e3a6e4 7856 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 7857 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 7858 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 7859
ab06788b
CY
7860 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
7861
1e5ecd37 7862 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 7863 underline_minimum_offset for underline position.
1e5ecd37 7864
63c125ab
DN
78652008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7866
7867 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
7868
7869 * character.c (c_string_width): Specify the type for LEN.
7870
3a8406e1
KH
78712008-12-03 Kenichi Handa <handa@m17n.org>
7872
4ccfa1c0 7873 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 7874 (decode_coding_utf_8): Likewise.
4ccfa1c0 7875 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 7876 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 7877
651df7d9
CY
78782008-12-02 Chong Yidong <cyd@stupidchicken.com>
7879
7880 * keyboard.c (make_lispy_position): Only use PT if the selected
7881 window is current.
7882
1f625c6c
AS
78832008-12-02 Andreas Schwab <schwab@suse.de>
7884
f7741ce9
AS
7885 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
7886
1f625c6c
AS
7887 * doprnt.c (doprnt1): Fix size of charbuf.
7888
92bc2678
CY
78892008-12-02 Chong Yidong <cyd@stupidchicken.com>
7890
7891 * keyboard.c (timer_check): Revert last change.
7892
93b9e8cc
JB
78932008-12-02 Juanma Barranquero <lekktu@gmail.com>
7894
7895 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
7896
fd7a37d5
JB
78972008-12-01 Juanma Barranquero <lekktu@gmail.com>
7898
7899 * makefile.w32-in: Update dependencies.
7900 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
7901
c115043b
AS
79022008-12-01 Andreas Schwab <schwab@suse.de>
7903
7904 * font.c (register_font_driver): Use xmalloc.
7905 (font_put_frame_data): Likewise.
7906
f5668d2a
CY
79072008-12-01 Chong Yidong <cyd@stupidchicken.com>
7908
860d96be
CY
7909 * xfaces.c (realize_x_face): Make abort condition clearer.
7910
f5668d2a
CY
7911 * gtkutil.c (update_frame_tool_bar): Initialize variable.
7912
379c17e7
CY
79132008-11-30 Chong Yidong <cyd@stupidchicken.com>
7914
7915 * keyboard.c (timer_check): After a timer runs, ensure that the
7916 selected window's buffer is current.
7917
35f36d65
JB
79182008-11-30 Juanma Barranquero <lekktu@gmail.com>
7919
f952c61c
JB
7920 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
7921 It was accidentally restored by the Unicode merge.
7922
35f36d65
JB
7923 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
7924
b23077df
JB
79252008-11-29 Juanma Barranquero <lekktu@gmail.com>
7926
7927 * w32proc.c: Include "coding.h".
7928 (Fw32_short_file_name): Encode filename passed to Windows API.
7929 (Fw32_long_file_name): Encode filename passed to Windows API and
7930 decode back the result. (Bug#1433)
7931
b8ebe9dd
KH
79322008-11-29 Kenichi Handa <handa@m17n.org>
7933
8cc53f96
KH
7934 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
7935 not before accessing it.
7936
b8ebe9dd
KH
7937 * charset.c (Fdefine_charset_internal): After calculating
7938 min_char, max_char, and fastmap, copy the charset structure again.
7939 (encode_char): Fix the previous change.
7940
59bc82c0
SZ
79412008-11-28 Seiji Zenitani <zenitani@mac.com>
7942
7943 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
7944
7945 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
7946
7947 * nsterm.m (x_set_frame_alpha): New function.
7948
32247e3d
EZ
79492008-11-27 Eli Zaretskii <eliz@gnu.org>
7950
7951 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
7952
b003e5ff
JB
79532008-11-27 Juanma Barranquero <lekktu@gmail.com>
7954
7955 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
7956 pointer to check_face_name.
7957
708550f5
KH
79582008-11-27 Kenichi Handa <handa@m17n.org>
7959
7960 * category.h (SET_CATEGORY_SET): Call set_category_set.
7961 (set_category_set): Extern it.
7962
7963 * category.c (hash_get_category_set): New function.
7964 (Fmodify_category_entry): Adjusted for the change of
7965 char_table_ref_and_range. Call hash_get_category_set to get a
7966 category set to store in the table.
7967
7968 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
7969 Funify_charset.
7970
2ae37cf0 7971 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
7972 (DECODE_CHAR): Check if the decoder vector is ready.
7973 (ENCODE_CHAR): Check if the encoder char-table is ready.
7974 (maybe_unify_char): Extern it.
7975
7976 * charset.c (Vchar_unified_charset_table): Delete it.
7977 (inhibit_load_charset_map): New variable.
7978 (temp_charset_work): New variable.
7979 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
7980 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
7981 New macros.
7982 (load_charset_map): Meaning of control_flag changed. If
7983 inhibit_load_charset_map is nonzero, setup a table in
7984 temp_charset_work.
7985 (load_charset): New argument control_flag.
7986 (map_charset_for_dump): New function.
7987 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
7988 map_charset_for_dump.
7989 (Fdefine_charset_internal): If the charset method is MAP, load
7990 mapping tables by calling load_charset.
7991 (Funify_charset): Don't load a mapping table but directly set
7992 Vchar_unify_table.
7993 (maybe_unify_char): New function.
7994 (decode_char): Don't handle the deleted method MAP_DEFERRED.
7995 Handle the case of inhibit_load_charset_map being nonzero.
7996 (encode_char): Don't handle the deleted method MAP_DEFERRED.
7997 Handle the case of inhibit_load_charset_map being nonzero.
7998 (Fclear_charset_maps): Just free temp_charset_work.
7999 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
8000 variable.
8001
8002 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
8003 change of char_table_ref_and_range.
8004 (char_table_ref_and_range): Change the meaning of argument FROM
8005 and TO. Now the caller must provide initial values for *FROM
8006 and *TO.
8007
8008 * fontset.c (fontset_add): Adjusted for the change of
8009 char_table_ref_and_range.
8010 (fontset_get_font_group): Likewise.
8011 (Ffontset_info): Likewise.
8012
8013 * keymap.c (describe_vector): Adjusted for the change of
8014 char_table_ref_and_range. For char-table, put boundary between
8015 non-ASCII and 8-bit characters.
8016
8017 * print.c (print_object): For bool-vector, delete unnecessary
8018 check of ASCII_BYTE_P.
8019
9196133b
JR
80202008-11-26 Jason Rumney <jasonr@gnu.org>
8021
8022 * w32font.c (w32font_open_internal): Don't include external
9acef61c 8023 leading in font height. (Bug#879)
9196133b 8024
9f688acf
GM
80252008-11-26 Glenn Morris <rgm@gnu.org>
8026
8027 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
8028 redefinition with ifdef. (Bug#1383)
8029
90d19aff
AR
80302008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8031
8032 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
8033
4ccfa1c0 80342008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
8035
8036 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
8037 New EmacsView methods.
8038 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
8039 Fixes bug #1048,1357,1414.
8040
80412008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8042
8043 Fix bug #1362.
8044 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
8045 is not an indexed color.
8046 * nsterm.m (free_indexed_color): Add argument checking.
8047 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
8048
e7d5ecb3
CY
80492008-11-24 Chong Yidong <cyd@stupidchicken.com>
8050
8051 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
8052 Document confirm-after-completion value for
8053 minibuffer-completion-confirm.
8054
c285743c
JR
80552008-11-24 Jason Rumney <jasonr@gnu.org>
8056
8057 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
8058 warning.
8059
b0857706
JR
80602008-11-23 Jason Rumney <jasonr@gnu.org>
8061
8062 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
8063 restored before returning.
8064
8065 * w32font.c (check_face_name): New function.
8066 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 8067 fonts. (Bug#642)
b0857706 8068
ee50ff07
MR
80692008-11-22 Martin Rudalics <rudalics@gmx.at>
8070
8071 * buffer.c (Fswitch_to_buffer): Reword and mention new option
8072 confirm-nonexistent-file-or-buffer in doc-string.
8073
b8ff72fa
SM
80742008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8075
8076 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
8077 Fix copy/paste typo. Add checks.
8078
cee53ed4
KH
80792008-11-21 Kenichi Handa <handa@m17n.org>
8080
8081 * coding.c (detect_coding_iso_2022): Reject invalid composition
8082 sequence.
8083 (DECODE_COMPOSITION_START): If the current source is the last
8084 block, and the current composition doesn't end, regard this
8085 sequence as invalid.
8086 (decode_coding_iso_2022): Handle invalid composition sequence.
8087
f6ef1e65
MR
80882008-11-20 Martin Rudalics <rudalics@gmx.at>
8089
8090 * window.c (coordinates_in_window): Don't return
8091 ON_VERTICAL_BORDER for the rightmost position of a mode/header
8092 line when the window is not the rightmost one. (Bug#1372)
8093
e08b1705
MR
80942008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
8095
8096 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
8097
ad98e89f
EZ
80982008-11-15 Eli Zaretskii <eliz@gnu.org>
8099
8100 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
8101 and bright_bg if noninteractive is non-zero.
8102
fb098a4b
CY
81032008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8104
8105 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
8106 x_draw_glyph_string_background.
8107
8108 * w32term.c (x_draw_glyph_string): Likewise.
8109
ce952b6e
CY
81102008-11-15 Chong Yidong <cyd@stupidchicken.com>
8111
8112 * xterm.c (x_draw_glyph_string): Stop drawing the background of
8113 the next glyph string once past the overhang width.
8114
8115 * nsterm.m (ns_draw_glyph_string): Likewise.
8116
8117 * w32term.c (x_draw_glyph_string): Likewise.
8118
26ea7079
CY
81192008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
8120
8121 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
8122 double file close.
8123
1c33c906
MR
81242008-11-14 Martin Rudalics <rudalics@gmx.at>
8125
8126 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
8127 dedicated status of window before attempting to display another
8128 buffer in it.
8129
8fc29035
JB
81302008-11-14 Juanma Barranquero <lekktu@gmail.com>
8131
8132 * msdos.c (Fmsdos_long_file_names):
8133 (syms_of_msdos) <dos-unsupported-char-glyph>:
8134 * dosfns.c (Fint86): Fix typos in docstrings.
8135
55fb4286
EZ
81362008-11-14 Eli Zaretskii <eliz@gnu.org>
8137
8138 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
8139
3fda0315
KY
81402008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8141
8142 * puresize.h (BASE_PURESIZE): Increase to 1260000.
8143
7e849c17
CY
81442008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
8145
8146 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
8147
8148 * frame.h: Negative alpha means "don't touch".
8149
8150 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
8151
8152 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
8153
b9fd67bd
DN
81542008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8155
8156 * hftctl.c:
8157 * chpdef.h:
8158 * acldef.h: Remove files used only for systems no longer supported.
8159
8160 * Makefile.in: Fix .o alphabetical ordering.
8161 (hftctl.o): Remove dependency, file removed.
8162 (keymap.o, print.o): Depend on charset.h.
8163
d5998e03
KH
81642008-11-10 Kenichi Handa <handa@m17n.org>
8165
2ae37cf0 8166 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 8167
be70e183
CY
81682008-11-08 Chong Yidong <cyd@stupidchicken.com>
8169
8170 * dired.c (file_name_completion): If completion_ignore_case is
8171 enabled, ignore case when checking completion-regexp-list.
8172
7cf94eac
EZ
81732008-11-08 Eli Zaretskii <eliz@gnu.org>
8174
8175 * vm-limit.c (get_lim_data): Fix last change.
8176
ee107a89
KH
81772008-11-08 Kenichi Handa <handa@m17n.org>
8178
8179 * character.c (Fget_byte): New function.
8180 (syms_of_character): Defsubr Fget_byte.
8181
5fd15622
CY
81822008-11-07 Chong Yidong <cyd@stupidchicken.com>
8183
8184 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
8185 cursor position is valid after scrolling.
8186
13d62fad
JB
81872008-11-06 Juanma Barranquero <lekktu@gmail.com>
8188
8189 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
8190
a1dd2936
GM
81912008-11-06 Glenn Morris <rgm@gnu.org>
8192
8193 * xterm.c (handle_one_xevent): Don't let popup menus cause
8194 mouse-autoselect-window related window switching. (Bug#1261)
8195
860cd236
CY
81962008-11-04 David Smith <davidsmith@acm.org> (tiny change)
8197
8198 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
8199
653a3150
AS
82002008-11-04 Andreas Schwab <schwab@suse.de>
8201
8202 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
8203
870f5cac
CY
82042008-11-03 Chong Yidong <cyd@stupidchicken.com>
8205
8206 * xfns.c (Fx_wm_set_size_hint): New function.
8207
1e02f3cb
MR
82082008-11-03 Martin Rudalics <rudalics@gmx.at>
8209
8210 * textprop.c (Fprevious_single_char_property_change): Return 0
8211 when there's no change in a string. (Bug#1301)
8212
e630dfc6
MR
82132008-11-02 Martin Rudalics <rudalics@gmx.at>
8214
8215 * frame.c (do_switch_frame): New argument NORECORD passed to
8216 Fselect_window.
8217 (Fselect_frame): New argument NORECORD passed to
8218 do_switch_frame.
8219 (Fset_frame_selected_window): New argument NORECORD passed to
8220 Fselect_frame.
8221 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
8222 in call of do_switch_frame.
8223 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
8224 Handle NORECORD argument in call of Fselect_frame.
8225 * lisp.h (do_switch_frame, Fselect_frame)
8226 (Fset_frame_selected_window): Adjust declarations.
8227 * window.c (select_frame_norecord): New function.
8228 (run_window_configuration_change_hook): Use it and call
8229 Fselect_frame with NORECORD set.
8230 (Fselect_window): Pass NORECORD to Fselect_frame.
8231 (Fset_window_configuration): Handle NORECORD argument in call of
8232 do_switch_frame.
8233 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
8234 Fset_frame_selected_window.
8235 * keyboard.c (command_loop_1): Handle NORECORD in call of
8236 Fselect_frame (currently ifdefd).
8237
9020b223
GM
82382008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
8239
8240 * emacs.c (USAGE2): Untabify.
8241
793ffee8
SM
82422008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * composite.c (fill_gstring_header): Fix copy/paste typo.
8245
ab6d1131
MR
82462008-10-31 Martin Rudalics <rudalics@gmx.at>
8247
8248 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
8249 (Fother_window): Rename argument and rewrite doc-string.
8250 (select_window_norecord): Fix return value. (Bug#1276)
8251
601a9cf1
JB
82522008-10-30 Juanma Barranquero <lekktu@gmail.com>
8253
8254 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
8255 new frames overriding foreground for tooltips. Based on similar patch
8256 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
8257
813b0652
CY
82582008-10-29 Chong Yidong <cyd@stupidchicken.com>
8259
8260 * emacs.c (Fdaemon_initialized): Initialize nfd.
8261
4414f58f
MR
82622008-10-29 Martin Rudalics <rudalics@gmx.at>
8263
8264 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
8265 (Fwindow_text_height): Clarify doc-strings.
8266 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
8267 doc-string of window-scroll-functions.
8268
ecdcaa09
RS
82692008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8270
8271 * category.c (syms_of_category): Fix typo in docstring.
8272
23fe745a
JB
82732008-10-28 Juanma Barranquero <lekktu@gmail.com>
8274
8275 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
8276 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
8277 Fix typos in docstrings.
8278
ff808935
DN
82792008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
8280
8281 * emacs.c (daemon_pipe): Make non-static.
8282 (IS_DAEMON): Move definition ...
8283 * lisp.h (IS_DAEMON): ... here.
8284 (daemon_pipe): Declare.
8285 (is_daemon): Remove.
8286 * dispnew.c (init_display): Use IS_DAEMON.
8287
fc012771
SM
82882008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8289
8290 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
8291 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
8292
8293 * emacs.c (is_daemon): Remove.
8294 (main): Don't set is_daemon.
8295 (IS_DAEMON): New macro.
8296 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 8297 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
8298 parent exits.
8299 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
8300
d8bdbe6f
CY
83012008-10-27 Chong Yidong <cyd@stupidchicken.com>
8302
d1a072bf
CY
8303 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
8304 over-sized glyph, draw it with the default glyph width.
8305
e2e325aa
CY
8306 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8307 glyph, draw it with the default glyph width.
8308
8309 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8310 glyph, draw it with the default glyph width.
8311
d8bdbe6f
CY
8312 * xdisp.c (try_scrolling): When computing the distance from the
8313 scroll margin to PT, try moving some distance past the window
8314 bottom before giving up.
8315
7bfac547
MR
83162008-10-27 Martin Rudalics <rudalics@gmx.at>
8317
8318 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
8319 (Fset_window_buffer): Explain in doc-string that a window can be
8320 "strongly" dedicated to its buffer.
8321
4ff029f6
DN
83222008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
8323
8324 * emacs.c (daemon_name): New variable.
8325 (main): Deal with --daemon=SERVER_NAME.
8326 (Fdaemonp): Return a name if one was passed to --daemon.
8327
5790ef40
DN
83282008-10-26 Romain Francoise <romain@orebokech.com>
8329
f9bd0df9 8330 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
8331 (main): Create a pipe before forking, make the parent exit only after
8332 the child has closed its end of the pipe. Move closing the
8333 descriptors ...
8334 (Fdaemon_initialized): ... here. New function.
8335
f5385255
SM
83362008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8337
4d632321
SM
8338 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
8339 the previous unoptimized table.
8340
f5385255
SM
8341 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
8342 the distinction between non-nil and non-t value of `dedicated'.
8343
6c56a0f3
CY
83442008-10-25 Chong Yidong <cyd@stupidchicken.com>
8345
8346 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 8347 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 8348
fec89261
MR
83492008-10-25 Martin Rudalics <rudalics@gmx.at>
8350
8351 * window.c (Fget_buffer_window, Fdelete_windows_on)
8352 (Freplace_buffer_in_windows): Make buffer argument optional and
8353 rename to buffer_or_name.
8354
34fcddd0
CY
83552008-10-24 Chong Yidong <cyd@stupidchicken.com>
8356
f5385255
SM
8357 * xdisp.c (handle_single_display_spec, handle_display_prop):
8358 Undo 2005-05-16 change.
34fcddd0
CY
8359 (handle_stop): Pop iterator if it's loaded with an empty string.
8360 (get_overlay_strings_1): Don't save iterator if it's loaded with
8361 an empty string (bug#1201).
8362
064766f2
KH
83632008-10-24 Kenichi Handa <handa@m17n.org>
8364
8365 * ftfont.c (ftfont_otf_features): Fix previous change.
8366 (ftfont_otf_capability): Check FeatureList.FeatureCount before
8367 calling ftfont_otf_features.
8368
f9bd0df9 83692008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
8370
8371 * font.c (font_match_p): Fix for the case that a vector of
8372 characters is in script-representative-chars.
8373
1dae9197
MA
83742008-10-24 Michael Albinus <michael.albinus@gmx.de>
8375
8376 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 8377 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
8378 (xd_read_queued_messages): Catch Qdbus_error from the macros.
8379 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 8380 macro. (Bug#1186)
1dae9197 8381
f9bd0df9 83822008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
8383
8384 * s/sol2-10.h: New file.
8385
878a4584
JB
83862008-10-23 Juanma Barranquero <lekktu@gmail.com>
8387
8388 * xdisp.c (fill_glyph_string): Fix typo in source (though the
8389 poor beast has survived 9+ years and the jump from xterm.c!).
8390
cd265ca6
MR
83912008-10-23 Martin Rudalics <rudalics@gmx.at>
8392
8393 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
8394 Reword doc-string.
f5385255 8395 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 8396
472a4dc9
JB
83972008-10-23 Juanma Barranquero <lekktu@gmail.com>
8398
8399 * character.c (syms_of_character) <script-representative-chars>:
8400 <unicode-category-table>: Doc fixes.
8401
159bd5a2
NF
84022008-10-23 Noah Friedman <friedman@splode.com>
8403
8404 * coding.c (make_conversion_work_buffer): Check that
8405 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
8406 Fget_buffer_create.
8407
49f9c344
KH
84082008-10-23 Kenichi Handa <handa@m17n.org>
8409
8410 * font.c (font_add_log): Check the values of extra properties.
8411
12bb3111
MR
84122008-10-22 Martin Rudalics <rudalics@gmx.at>
8413
8414 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8415 Reword doc-string.
8416 (Fset_window_parameter): Use NILP.
8417 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 8418 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 8419
bbeb4e99
JB
84202008-10-22 Juanma Barranquero <lekktu@gmail.com>
8421
8422 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
8423
84242008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
8425
8426 * nsfns.m (ns_appkit_version): New function.
8427 (x-server-version): Use it.
8428 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
8429 (x-server-vendor): Don't check_ns().
8430
8431 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
8432
a9b555d3
JB
84332008-10-22 Juanma Barranquero <lekktu@gmail.com>
8434
8435 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
8436 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
8437
4626499f
KH
84382008-10-22 Kenichi Handa <handa@m17n.org>
8439
e3681952
KH
8440 * syntax.c (scan_words): Call word_boundary_p instead of comparing
8441 scripts.
8442
4626499f
KH
8443 * category.c (word_boundary_p): Check scripts instead of charset.
8444 Handle nil value in word-separating-categories and
8445 word-combining-categories.
8446 (syms_of_category): Fix docstrings of word-separating-categories
8447 and word-combining-categories.
8448
1560f91a
EZ
84492008-10-21 Eli Zaretskii <eliz@gnu.org>
8450
8451 * coding.c (Fencode_coding_region, Fdecode_coding_region)
8452 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
8453
f4668441
MR
84542008-10-21 Martin Rudalics <rudalics@gmx.at>
8455
8456 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
8457 Rename arg "buffer" to "buffer_or_name".
8458 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
8459 it optional.
8460 (no_switch_window): Remove since the return value is not used.
a9b555d3 8461 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
8462 Consider window as dedicated when Fwindow_dedicated_p returns a
8463 non-nil value.
8464 * lisp.h: Remove prototype for no_switch_window.
8465
fd75ddb2
JD
84662008-10-21 Jan Djärv <jan.h.d@swipnet.se>
8467
8468 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 8469 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 8470
07295713
KH
84712008-10-21 Kenichi Handa <handa@m17n.org>
8472
8473 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
8474 check Vlatin_extra_code_table.
8475
712adc82
EZ
84762008-10-20 Eli Zaretskii <eliz@gnu.org>
8477
8478 * fileio.c (Fset_file_modes): Doc fix.
8479
f549eb0b
MA
84802008-10-19 Michael Albinus <michael.albinus@gmx.de>
8481
8482 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
8483 in arrays.
8484
aac0c6e3
MR
84852008-10-19 Martin Rudalics <rudalics@gmx.at>
8486
8487 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8488 Mention kill-buffer in doc-string.
8489 (Fset_window_buffer): Reinsert tem check removed in last commit.
8490 (Fenlarge_window, Fshrink_window): Have argument names and
8491 doc-string follow Elisp manual more closely.
8492
84932008-10-18 Eli Zaretskii <eliz@gnu.org>
8494
8495 * fileio.c (Fset_file_modes): Doc fix.
8496
84972008-10-18 Martin Rudalics <rudalics@gmx.at>
8498
8499 * window.c (Fwindow_width, Fset_window_start)
8500 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
8501 (Fdelete_windows_on, Freplace_buffer_in_windows):
8502 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
8503 (Fwindow_dedicated_p): Make window argument optional.
8504 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
8505 (Fset_window_buffer): Respect any non-nil dedicated value for
8506 window. Rename "buffer" argument to "buffer_or_name".
8507
85082008-10-18 Ulrich Mueller <ulm@gentoo.org>
8509
8510 * m/sh3.h: New file, machine description for SuperH.
8511
85122008-10-17 Martin Rudalics <rudalics@gmx.at>
8513
8514 * window.c (Fsplit_window): Rename arg horflag to horizontal.
8515
85162008-10-17 Kenichi Handa <handa@m17n.org>
8517
8518 * ftfont.c (ftfont_otf_features): Fix indexing
8519 gsub_gpos->FeatureList.Feature. Check the validity of indices.
8520
85212008-10-16 Magnus Henoch <mange@freemail.hu>
8522
8523 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
8524 (Fdbus_call_method_asynchronously): Ditto.
8525 This change makes C-h f display the argument list.
8526
85272008-10-16 Chong Yidong <cyd@stupidchicken.com>
8528
8529 * fileio.c (Fexpand_file_name): Doc fix.
8530
8531 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
8532 of :foreground and :background equivalent to unspecified (20.x
8533 compatibility).
8534
85352008-10-15 Eli Zaretskii <eliz@gnu.org>
8536
8537 * buffer.c (syms_of_buffer): Doc fix.
8538
85392008-10-14 Kenichi Handa <handa@m17n.org>
8540
8541 * font.c (font_clear_prop): When clearing font width, clear the
8542 average width field too.
8543
85442008-10-12 Andreas Schwab <schwab@suse.de>
8545
8546 * ftfont.c (ftfont_shape_by_flt): Make static.
8547 * ftfont.h (ftfont_shape_by_flt): Don't declare.
8548
8549 * font.c: Don't include <m17n-flt.h>.
8550
85512008-10-10 Eli Zaretskii <eliz@gnu.org>
8552
8553 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
8554
85552008-10-09 Eli Zaretskii <eliz@gnu.org>
8556
8557 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
8558 away code.
8559
85602008-10-09 Chong Yidong <cyd@stupidchicken.com>
8561
8562 * dispnew.c (update_text_area): Avoid looping due to large glyph
8563 overhangs (bug#1070).
8564
85652008-10-09 Kenichi Handa <handa@m17n.org>
8566
8567 * fontset.c (face_for_char): If face->fontset is negative, just
8568 return ascii_face.
8569
f5385255
SM
8570 * font.c (font_delete_unmatched): Fix previous change.
8571 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
8572
85732008-10-09 Martin Rudalics <rudalics@gmx.at>
8574
8575 * frame.c (Fraise_frame): On text-only terminals select frame in
8576 order to make it visible. (Bug#1061)
8577
85782008-10-08 Chong Yidong <cyd@stupidchicken.com>
8579
8580 * fontset.c (fontset_find_font): Check frame validity.
8581
85822008-10-07 Chong Yidong <cyd@stupidchicken.com>
8583
a9b555d3 8584 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
8585 (xg_display_close): Allow Emacs to close all displays (bug#985).
8586
85872008-10-06 Andreas Schwab <schwab@suse.de>
8588
f5385255 8589 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
8590
85912008-10-06 Chong Yidong <cyd@stupidchicken.com>
8592
f5385255 8593 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 8594
a9b555d3 8595 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
8596
8597 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
8598 during initialization.
8599
86002008-10-04 Eli Zaretskii <eliz@gnu.org>
8601
8602 * xdisp.c (redisplay_internal): If frame switched, redisplay the
8603 whole thing on MSDOS frames as well as on a TTY.
8604
8605 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
8606 well as for TTY.
8607 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
8608 well as on a TTY.
8609
8610 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
8611 as well as for TTY.
8612
8613 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
8614
8615 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
8616 MSDOS frames as well.
8617
86182008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8619
8620 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
8621 correct arguments.
b71ac3dd 8622 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
8623
86242008-10-03 Glenn Morris <rgm@gnu.org>
8625
8626 * emacs.c (USAGE1): Add --daemon.
8627
86282008-10-02 Eli Zaretskii <eliz@gnu.org>
8629
8630 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
8631 100, so it's in percents as advertised.
8632
86332008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8634
8635 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
8636 (ns_output.current_cursor, ns_output.desired_cursor)
8637 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
8638 (FRAME_NEW_CURSOR_COLOR): Remove.
8639
8640 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 8641 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
8642 enumeration (HOLLOW_BOX_CURSOR, etc.).
8643
8644 * nsterm.m (ns_frame_rehighlight): Remove commented code.
8645 (draw_window_cursor): Simplify code.
f5385255
SM
8646 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
8647 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 8648 updates manually.
a9b555d3
JB
8649 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
8650 Use core Emacs cursor types.
aac0c6e3 8651
b8ff72fa 8652 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
8653
86542008-10-02 Martin Rudalics <rudalics@gmx.at>
8655
8656 * process.c (Faccept_process_output): Fix doc-string.
8657
86582008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
8659
8660 * gmalloc.c (__sbrk): Also define for uClibc.
8661
8662 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
8663 for uClibc.
8664
86652008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8666
8667 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
8668 styles.
8669 (nsfont_open): Reenable the cache.
8670
86712008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8672
8673 * font.c (font_matching_entity): Reflect ATTRS in font selection.
8674 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
8675
86762008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8677
8678 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
8679 a suspended terminal.
8680
86812008-09-30 Michael Albinus <michael.albinus@gmx.de>
8682
8683 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
8684
86852008-09-30 Eli Zaretskii <eliz@gnu.org>
8686
8687 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
8688
86892008-09-30 Chong Yidong <cyd@stupidchicken.com>
8690
8691 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
8692 in a continued line coincides with a line beginning.
8693
86942008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8695
8696 * nsfont.m (nsfont_trait_distance): Fix bug.
8697 (nsfont_list): Return a list rather than a vector (syncs with Handa
8698 changes of 2008-05-14).
8699 (nsfont_open): Improve logging.
8700
87012008-09-29 Andreas Schwab <schwab@suse.de>
8702
8703 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
8704
87052008-09-28 Martin Rudalics <rudalics@gmx.at>
8706
8707 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
8708 name as char-resolve-modifiers.
8709 Reported by: Markus Triska <markus.triska@gmx.at>
8710
87112008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
8712
8713 * dispnew.c (init_display): Return earlier when running as a daemon.
8714
87152008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8716
8717 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
8718
87192008-09-27 Eli Zaretskii <eliz@gnu.org>
8720
8721 * composite.c (Fcomposition_get_gstring)
8722 (Fcompose_region_internal, Fcompose_string_internal)
8723 (Ffind_composition_internal): Doc fix.
8724 (syms_of_composite) <compose-chars-after-function>: Doc fix.
8725 (syms_of_composite) <auto-composition-function>: Doc fix.
8726 (syms_of_composite) <composition-function-table>: Doc fix.
8727
87282008-09-25 Chong Yidong <cyd@stupidchicken.com>
8729
8730 * search.c (wordify): New argument for lax word-ends.
8731 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
8732
87332008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
8734
8735 * lisp.h (is_daemon): Declare.
8736 * dispnew.c (init_display): Do not try to initialize the terminal
8737 when running as a daemon.
8738
87392008-09-22 Chong Yidong <cyd@stupidchicken.com>
8740
8741 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
8742 x_display_pixel_height.
8743
87442008-09-22 Martin Rudalics <rudalics@gmx.at>
8745
8746 * undo.c (record_point): Don't call Fundo_boundary for first
8747 change. (Bug#731)
8748
87492008-09-22 Juanma Barranquero <lekktu@gmail.com>
8750
8751 * emacs.c (Fdaemonp): Doc fix.
8752
87532008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
8754
8755 * emacs.c (main): Place #ifdef in the proper place.
8756
87572008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8758
8759 * emacs.c (standard_args): Add --daemon.
8760 (main): Disconnect from the terminal when --daemon is passed.
8761 (is_daemon): New variable.
8762 (Fdaemonp): New function.
8763 (syms_of_emacs): Defsubr it.
8764
87652008-09-20 Chong Yidong <cyd@stupidchicken.com>
8766
8767 * xdisp.c (get_next_display_element): Handle string display
8768 correctly when checking for the end of a box run.
8769
87702008-09-20 Glenn Morris <rgm@gnu.org>
8771
8772 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
8773 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
8774 (Frename_file): Avoid copying to trash if a rename involves
8775 a delete. (Bug#964).
8776
87772008-09-20 Eli Zaretskii <eliz@gnu.org>
8778
8779 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
8780 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
8781 frames as well as termcap frames.
8782 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
8783 get_named_tty.
8784
87852008-09-19 Eli Zaretskii <eliz@gnu.org>
8786
8787 * process.c (procfs_system_process_attributes): Fix cmdline in
8788 case /proc/PID/cmdline is empty.
8789
8790 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
8791 x_display_pixel_height.
8792
87932008-09-19 Juanma Barranquero <lekktu@gmail.com>
8794
8795 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
8796
8797 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
8798 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
8799
88002008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
8801
8802 * dispextern.h (struct it): Move line_wrap away from the middle of
8803 bitfields. Move voffset in struct iterator_stack_entry after the
8804 bitfields. Move tab_width near after another short.
8805
88062008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
8807
8808 * frame.h (struct frame): Move alpha from the middle of bitfields.
8809
8810 * window.h (struct window): Move frozen_window_start_p after the
8811 rest of the bitfields to reduce padding.
8812
88132008-09-18 Chong Yidong <cyd@stupidchicken.com>
8814
8815 * xterm.h (x_display_info): Remove `height' and `width' members.
8816
8817 * nsterm.h (ns_display_info): Remove `height' and `width' members.
8818
8819 * w32term.h (w32_display_info): Remove `height', `width',
8820 `height_in', and `width_in' members.
8821
b8ff72fa
SM
8822 * xterm.c (x_display_pixel_height, x_display_pixel_width):
8823 New functions.
aac0c6e3
MR
8824 (x_calc_absolute_position): Use them.
8825 (x_term_init): Omit removed `height' and `width' members.
8826
b8ff72fa
SM
8827 * w32term.c (x_display_pixel_height, x_display_pixel_width):
8828 New functions.
aac0c6e3
MR
8829 (w32_read_socket, x_calc_absolute_position): Use them.
8830 (w32_initialize_display_info, w32_term_init): Omit removed members
8831 of w32_display_info.
8832
b8ff72fa
SM
8833 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
8834 New functions.
8835 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 8836
b8ff72fa
SM
8837 * xterm.c (x_display_pixel_height, x_display_pixel_width):
8838 New functions.
aac0c6e3
MR
8839 (x_calc_absolute_position): Use them.
8840 (x_term_init): Omit removed `height' and `width' members.
8841
8842 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
8843 (compute_tip_xy):
8844 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
8845 * xmenu.c (menu_position_func): Use x_display_pixel_height and
8846 x_display_pixel_width.
8847
88482008-09-18 Kenichi Handa <handa@m17n.org>
8849
8850 * composite.c (fill_gstring_header): Don't check FROM and TO here.
8851 (composition_compute_stop_pos): Fix handling of static composition.
8852 (Fcomposition_get_gstring): Check FROM and TO at first.
8853
88542008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8855
46e722a9 8856 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
8857 mixup (YAILOM).
8858
88592008-09-17 Chong Yidong <cyd@stupidchicken.com>
8860
8861 * indent.c (Fvertical_motion): Use position reported by iterator
8862 instead of PT for determining screen motion (bug#943).
8863
88642008-09-17 Romain Francoise <romain@orebokech.com>
8865
8866 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
8867
88682008-09-17 Kenichi Handa <handa@m17n.org>
8869
8870 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
8871
8872 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
8873 if necessary.
8874
88752008-09-16 Kenichi Handa <handa@m17n.org>
8876
8877 * coding.c (make_conversion_work_buffer): Avoid calling
8878 Fget_buffer_create if it is not necessary.
8879
88802008-09-15 Martin Rudalics <rudalics@gmx.at>
8881
8882 * window.c (Fselect_window): Don't update window_select_count and
8883 use_time when norecord is not nil.
8884
88852008-09-14 Kenichi Handa <handa@m17n.org>
8886
8887 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
8888 specpdl_ptr.
8889
88902008-09-12 Kenichi Handa <handa@m17n.org>
8891
8892 * indent.c (scan_for_column): Don't handle automatic composition
8893 if the current buffer is not associated with a window.
8894
8895 * composite.c (composition_reseat_it): If the current buffer is
8896 not associated with a window, ignore the automatic composition.
8897 (find_automatic_composition): Likewise.
8898
88992008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8900
8901 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
8902 (Fgpm_mouse_stop): Use it.
8903 * termhooks.h (close_gpm): Declare.
8904 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
8905 connection if Gpm_GetEvent fails.
8906
8907 * window.c (set_window_buffer): Always preserve current-buffer.
8908
89092008-09-12 Glenn Morris <rgm@gnu.org>
8910
8911 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
8912
89132008-09-11 Glenn Morris <rgm@gnu.org>
8914
8915 * charset.c (charset-map-path): Doc fix.
8916
89172008-09-10 Kenichi Handa <handa@m17n.org>
8918
8919 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
8920
8921 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
8922 compose a grapheme cluster with the preceding base glyph.
8923
8924 * composite.c (composition_compute_stop_pos): Fix previous change.
8925 Reset cmp_it->id to -1 at first.
8926
89272008-09-10 Glenn Morris <rgm@gnu.org>
8928
8929 * Makefile.in (character.o, chartab.o): Fix config.h typo.
8930
89312008-09-09 Chong Yidong <cyd@stupidchicken.com>
8932
8933 * keyboard.c (read_key_sequence): Reapply translation maps when
8934 switching keyboards.
8935
89362008-09-09 Kenichi Handa <handa@m17n.org>
8937
8938 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
8939 characters.
8940
8941 * composite.c (FORWARD_CHAR): Fix calculation
8942 of (POSITION).pos_byte.
8943 (composition_compute_stop_pos): Limit the search of composition to
8944 at most 500 characters ahead. If we reach the limit or find a
8945 newline, set cmp_it->ch to -2 and return 0.
8946 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
8947
89482008-09-08 Kenichi Handa <handa@m17n.org>
8949
8950 * indent.c (Fvertical_motion): Be sure to set
8951 it_overshoot_expected if it.cmp_it.id is non-negative.
8952
89532008-09-07 Andreas Schwab <schwab@suse.de>
8954
8955 * callproc.c (Fcall_process): Don't hold references to string data
8956 across garbage collection. Move initialisation of new_argv down
8957 to avoid compiler bug.
8958
89592008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8960
8961 * process.c (Fsystem_process_attributes): Doc fix.
8962
89632008-09-07 Chong Yidong <cyd@stupidchicken.com>
8964
8965 * callproc.c (Fcall_process): Canonicalize current directory name.
8966
8967 * xdisp.c (move_it_to): When moving by vpos, ensure that the
8968 iterator advances to the next line if the current line ends in a
8969 continued tab.
8970
89712008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
8972
8973 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
8974 member to point to cmp_from.
8975
8976 * xdisp.c: Doc fix for references to gidx data member.
8977
89782008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8979
8980 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
8981
89822008-09-07 Kenichi Handa <handa@m17n.org>
8983
8984 * composite.c (FORWARD_CHAR): Check STOP after
8985 incrementing (POSITION).pos.
8986
89872008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8988
8989 * process.c (Fsystem_process_attributes): Doc fix.
8990
89912008-09-06 Chong Yidong <cyd@stupidchicken.com>
8992
8993 * keyboard.c (Ftop_level): Doc fix.
8994
89952008-09-06 Eli Zaretskii <eliz@gnu.org>
8996
8997 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
8998 minibuffer, don't let lower part of menu invade the echo area.
8999
9000 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
9001 "char *q" to access menu text and advance through it. Revert the
9002 change that displayed ">" instead of ASCII character 0x10.
9003
90042008-09-05 Eli Zaretskii <eliz@gnu.org>
9005
9006 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
9007 toggle boxes and radio buttons on MS-DOS as well.
9008
90092008-09-05 Kenichi Handa <handa@m17n.org>
9010
9011 * composite.c (autocmp_chars): Check lookback count.
9012 (composition_compute_stop_pos): Set cmp_it->lookback.
9013 (composition_reseat_it): Check lookback count.
9014 (struct position_record): New struct.
9015 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
9016 (find_automatic_composition): New function.
9017 (composition_adjust_point): Use find_automatic_composition.
9018
9019 * dispextern.h (struct composition_it): New member lookback.
9020
90212008-09-02 Chong Yidong <cyd@stupidchicken.com>
9022
9023 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
9024 if moving by a single line.
9025
90262008-09-02 Andreas Schwab <schwab@suse.de>
9027
9028 * xterm.c (x_delete_display): Fix merge error.
9029
9030 * fileio.c (Fexpand_file_name): Remove unused variables.
9031
90322008-09-02 Eli Zaretskii <eliz@gnu.org>
9033
9034 * fileio.c (Fexpand_file_name): Copy argument `name' into local
9035 storage on all platforms, not just on DOS_NT.
9036
90372008-09-02 Jason Rumney <jasonr@gnu.org>
9038
b8ff72fa
SM
9039 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
9040 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
9041
90422008-09-01 Chong Yidong <cyd@stupidchicken.com>
9043
9044 * xfaces.c (Finternal_set_alternative_font_family_alist)
9045 (Finternal_set_alternative_font_registry_alist): Properly copy
9046 entire alist structure.
9047
90482008-09-01 Kenichi Handa <handa@m17n.org>
9049
d66c0241 9050 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 9051 representative chars of the script is a vector.
d66c0241
JB
9052 (ftfont_list): Handle the case where the representative chars of
9053 the script is a vector.
aac0c6e3
MR
9054
9055 * character.c (syms_of_character): Docstring of
9056 script-representative-chars fixed.
9057
90582008-08-31 Eli Zaretskii <eliz@gnu.org>
9059
9060 * msdos.c (BUILD_CHAR_GLYPH): New macro.
9061 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
9062 the menu. Allocate larger buffer for `text', to account for
9063 possible ^C characters.
9064
90652008-08-31 Martin Rudalics <rudalics@gmx.at>
9066
9067 * xdisp.c (prepare_menu_bars): Don't call
9068 Vwindow_size_change_functions with arg Qt.
9069
90702008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9071
9072 * font.h (font_range):
9073 * fileio.c (report_file_error):
46e722a9
SM
9074 * composite.c (composition_update_it): Yet another int/Lisp_Object
9075 mixup (YAILOM).
aac0c6e3
MR
9076
90772008-08-30 Glenn Morris <rgm@gnu.org>
9078
9079 * data.c (Fmake_variable_frame_local): Doc fix.
9080
9081 * frame.c (Fmodify_frame_parameters): Doc fix.
9082
90832008-08-30 Eli Zaretskii <eliz@gnu.org>
9084
9085 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
9086 needed by GetTokenInformation.
9087 (w32_system_process_attributes): Check return values of all system
9088 APIs.
9089
9090 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
9091 only when the state changes.
9092 (IT_update_begin, IT_update_end): Add termscript trace.
9093
9094 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
9095 clipboard is unavailable. Set dst to NULL if it doesn't point to
9096 malloc'ed data.
9097 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
9098 passing random values to xfree.
9099
9100 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 9101 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
9102
91032008-08-29 Jason Rumney <jasonr@gnu.org>
9104
9105 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
9106
91072008-08-29 Eli Zaretskii <eliz@gnu.org>
9108
9109 * composite.c (fill_gstring_body): Avoid compiler warnings.
9110
9111 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
9112 LGLYPH_SET_CODE to avoid compiler warnings.
9113
2ae37cf0 9114 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
9115
9116 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
9117
9118 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
9119 LGLYPH_SET_CODE.
9120
91212008-08-29 Kenichi Handa <handa@m17n.org>
9122
9123 * fileio.c (report_file_error): Don't downcase the first character
9124 of errstring if it is still unibyte.
9125
91262008-08-29 Kenichi Handa <handa@m17n.org>
9127
9128 These changes are to re-implement the automatic composition so
9129 that it doesn't use text properties.
9130
9131 * Makefile.in (ftfont.o): Depend on composite.h.
9132 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
9133
9134 * character.h (Vunicode_category_table): Extern it.
9135
9136 * character.c (Vunicode_category_table): New variable.
9137 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
9138
9139 * chartab.c (optimize_sub_char_table): Perform more greedy
9140 optimization.
9141
b8ff72fa
SM
9142 * composite.h (enum composition_method):
9143 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
9144 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
9145 (Vcomposition_function_table): Extern it.
9146 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
9147 (composition_gstring_put_cache, composition_gstring_from_id)
9148 (composition_gstring_p, composition_gstring_width)
9149 (composition_compute_stop_pos, composition_reseat_it)
9150 (composition_update_it, composition_adjust_point): Extern them.
9151 (Fcomposition_get_gstring): EXFUN it.
9152
d66c0241 9153 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
9154 (Vcomposition_function_table)
9155 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
9156 (gstring_hash_table, gstring_work, gstring_work_headers):
9157 New variables.
aac0c6e3
MR
9158 (gstring_lookup_cache, composition_gstring_put_cache)
9159 (composition_gstring_from_id, composition_gstring_p)
9160 (composition_gstring_width, fill_gstring_header)
9161 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
9162 (composition_reseat_it, composition_update_it)
b8ff72fa 9163 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
9164 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
9165 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 9166 Defsubr composition_get_gstring.
aac0c6e3
MR
9167
9168 * dispextern.h (struct glyph): New union u.cmp. Delete the member
9169 cmp_id.
9170 (struct glyph_string): Delete the member gidx. New members
9171 cmp_id, cmp_from, and cmp_to.
9172 (enum it_method): Delete GET_FROM_COMPOSITION.
9173 (struct composition_it): New struct.
9174 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
9175 Delete c, len, cmp_id, cmp_len in u.comp.
9176
9177 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 9178 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 9179 (enum lglyph_indices): Likewise.
b8ff72fa 9180 (font_range): Adjust extern.
aac0c6e3
MR
9181 (font_fill_lglyph_metrics): Extern it.
9182
9183 * font.c (QCf): New variable.
9184 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9185 (font_prepare_composition): Delete this function.
9186 (font_range): Type and arguments changed.
9187 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
9188 (font_fill_lglyph_metrics): New function.
b8ff72fa 9189 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 9190 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
9191 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
9192 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
9193
9194 * fontset.h (font_for_char): Extern it.
9195
9196 * fontset.c (font_for_char): New function.
9197
9198 * ftfont.c: Include composite.h.
9199 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 9200 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
9201
9202 * indent.c: Include composite.h and dispextern.h.
9203 (check_composition): Delete this function.
9204 (scan_for_column): Handle composition by
9205 composition_compute_stop_pos, composition_reseat_it, and
9206 composition_update_it.
9207 (compute_motion): Likewise.
9208 (Fvertical_motion): Fix checking of composition.
9209
9210 * keyboard.c (adjust_point_for_property): Check composition by
9211 composition_adjust_point.
9212
b8ff72fa 9213 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
9214 struct glyph_string.
9215
b8ff72fa
SM
9216 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
9217 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
9218 struct glyph.
9219 (produce_composite_glyph): Likewise.
9220
b8ff72fa
SM
9221 * w32term.c (x_draw_composite_glyph_string_foreground):
9222 Adjust for the change of struct glyph_string.
aac0c6e3
MR
9223 (x_draw_glyph_string): Likewise.
9224
9225 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
9226 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9227
9228 * xdisp.c: Include font.h.
9229 (it_props): Delete the entry for Qauto_composed.
9230 (init_iterator): Initialize it->cmp_it.id to -1.
9231 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 9232 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
9233 (handle_auto_composed_prop): Delete it.
9234 (handle_composition_prop): Handle only static composition.
9235 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
9236 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 9237 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
9238 (pop_it): Likewise.
9239 (get_next_element): Delete next_element_from_composition.
9240 (CHAR_COMPOSED_P): New macro.
9241 (get_next_display_element): For automatic composition, get a face
9242 from the font in the glyph-string.
9243 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 9244 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
9245 (next_element_from_string): Check if the character at the current
9246 position is composed by CHAR_COMPOSED_P.
9247 (next_element_from_buffer): Likewise.
d66c0241
JB
9248 (next_element_from_composition): Adjust for the change of struct it.
9249 Update it->cmp_it.
b8ff72fa
SM
9250 (dump_glyph): Adjust for the change of struct glyph.
9251 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
9252 it and struct glyph. Don't handle automatic composition here.
9253 (fill_gstring_glyph_string): New function.
9254 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 9255 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
9256 (BUILD_GSTRING_GLYPH_STRING): New macro.
9257 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
9258 automatic composition.
b8ff72fa 9259 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 9260 struct glyph.
b8ff72fa 9261 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 9262
b8ff72fa 9263 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
9264 the change of struct glyph_string.
9265 (x_draw_glyph_string): Likewise.
9266
92672008-08-29 Glenn Morris <rgm@gnu.org>
9268
9269 * buffer.c (word-wrap): Doc fix.
9270 * xdisp.c (truncate-partial-width-windows): Doc fix.
9271 Increase default to 50.
9272
92732008-08-29 Chong Yidong <cyd@stupidchicken.com>
9274
9275 * xdisp.c (update_tool_bar_unwind): New function.
9276 (update_tool_bar): Temporarily set selected frame before building
9277 tool-bar items.
9278
92792008-08-28 Michael Albinus <michael.albinus@gmx.de>
9280
9281 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
9282 snprintf, respectively.
9283 (xd_append_arg): Convert strings with Fstring_make_unibyte.
9284
92852008-08-28 Chong Yidong <cyd@stupidchicken.com>
9286
9287 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
9288 LDFLAGS to GNUstep CC invocation.
9289
92902008-08-27 Chong Yidong <cyd@stupidchicken.com>
9291
9292 * indent.c (Fvertical_motion): Revert last change. Handle the
9293 general case where we are moving forward, and PT spans multiple
9294 screen lines.
9295
9296 * eval.c (find_handler_clause): Temporarily increase
9297 max-lisp-eval-depth while printing the backtrace buffer, to
9298 guarantee that help-mode code can run.
9299
93002008-08-27 Eli Zaretskii <eliz@gnu.org>
9301
9302 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
9303 colors under -rv.
9304 (IT_set_frame_parameters): Don't swap foreground and background
9305 colors if `(reverse . t)' is present in the frame properties.
9306 (internal_terminal_init): Call init_frame_faces only for the
9307 initial frame.
9308
93092008-08-27 Andreas Schwab <schwab@suse.de>
9310
9311 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
9312
93132008-08-27 Andreas Schwab <schwab@suse.de>
9314
9315 * search.c (search_buffer): Set char_base to zero only at the end.
9316
93172008-08-27 Kenichi Handa <handa@m17n.org>
9318
b8ff72fa 9319 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
9320
93212008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
9322
9323 * xterm.c (x_term_init): Temporarily hide the partially
9324 initialized terminal while calling vendor-specific-keysyms.
9325
93262008-08-26 Eli Zaretskii <eliz@gnu.org>
9327
9328 * msdos.c (internal_terminal_init): Most initializations done only
9329 once, especially initial_screen_colors[] and termscript open.
9330
93312008-08-26 Chong Yidong <cyd@stupidchicken.com>
9332
9333 * eval.c (Fcondition_case): Doc fix.
9334
9335 * widgetprv.h (EmacsFramePart): Change font member to the new font
9336 struct.
9337
9338 * widget.c: Include character.h and font.h for XSETFONT.
9339 (setup_frame_gcs): Compute X font id from font struct, just once.
9340
93412008-08-26 Eli Zaretskii <eliz@gnu.org>
9342
9343 * term.c (get_named_tty): Fix last change.
9344
93452008-08-26 Chong Yidong <cyd@stupidchicken.com>
9346
9347 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 9348 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
9349
93502008-08-25 Eli Zaretskii <eliz@gnu.org>
9351
9352 * frame.c (do_switch_frame): Mark previously displayed frame as
9353 obscured for FRAME_MSDOS_P frames as well.
9354
93552008-08-24 Eli Zaretskii <eliz@gnu.org>
9356
9357 * frame.c (make_terminal_frame): Initialize f->terminal,
9358 f->terminal->reference_count, and scroll bars on MS-DOS as well.
9359 Set the top frame to newly created frame.
9360 (Fmake_terminal_frame): Reuse the_only_display_info.
9361
9362 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
9363 estimating available memory.
9364
b97439ce 93652008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
9366
9367 * nsterm.m (ns_draw_window_cursor): Don't call
9368 NSDisableScreenUpdates and NSEnableScreenUpdates on
9369 non-NS_IMPL_COCOA systems.
9370
93712008-08-23 Andreas Schwab <schwab@suse.de>
9372
9373 * process.c (procfs_system_process_attributes): Fix use of
9374 uninitialized variables.
9375
93762008-08-23 Eli Zaretskii <eliz@gnu.org>
9377
9378 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
9379
9380 * dispnew.c (init_display): Remove MS-DOS specific conditions for
9381 calling tty-set-up-initial-frame-faces.
9382
b8ff72fa
SM
9383 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
9384 Allow MSDOS frames along with X frames.
aac0c6e3
MR
9385
9386 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
9387 addition to output_termcap.
9388
9389 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
9390
9391 * termchar.h (FRAME_TTY): Support output_msdos_raw.
9392 (struct tty_display_info) [MSDOS]: Add fields related to mouse
9393 highlight.
9394
9395 * process.c [!subprocesses]: Define QCname.
9396 (syms_of_process): Intern and staticpro it.
9397
9398 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
9399 Adjust for changes in encoding/decoding routines.
9400 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
9401 encode_coding and decode_coding.
9402
b8ff72fa 9403 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
9404
9405 * dosfns.c: Include frame.h before termhooks.h.
9406 (dos_cleanup): Use CURTTY ()->termscript instead of a global
9407 variable termscript.
9408
9409 * s/msdos.h (USER_FULL_NAME): Define.
9410 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
9411
9412 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
9413 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
9414 pw->pw_gecos.
9415
9416 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
9417 SELECTED_FRAME as additional (1st) argument.
9418 (tty_read_avail_input): Handle output_msdos_raw in
9419 addition to output_termcap.
9420
9421 * msdos.c: Include frame.h before termhooks.h.
9422 (mouse_on, mouse_off, mouse_moveto, mouse_init)
9423 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
9424 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
9425 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
9426 (IT_set_terminal_modes, IT_reset_terminal_modes)
9427 (IT_set_frame_parameters): Use tty->termscript instead of a global
9428 variable termscript.
9429 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
9430 global variable terminal_coding. Don't refer to
9431 Vnonascii_translation_table.
9432 (internal_terminal_init): Set Vwindow_system in current_kboard.
9433 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
9434 Announce date and time of session start, if termscript is open.
9435 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
9436 term.c:init_tty). Open termscript only of not already open.
9437 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
9438 here instead of dos_ttraw. Don't initialize display if this is an
9439 initial tty. Don't set FRAME_FONT.
9440 (Vwindow_system_version): Bump to 23.
9441 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
9442 is available, set up mouse_position_hook.
9443 (dos_ttraw, IT_set_terminal_modes): If called with initial
9444 terminal, do nothing.
9445 (IT_set_frame_parameters): Handle the Qtty_type frame
9446 parameter by calling internal_terminal_init.
9447 (dos_set_window_size, show_mouse_face)
9448 (clear_mouse_face, IT_note_mode_line_highlight)
9449 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
9450 (dos_rawgetc): Use tty_display_info instead of x_display_info.
9451 (initialize_msdos_display): New function.
9452 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
9453 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
9454 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
9455 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 9456 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
9457 (request_sigio, unrequest_sigio): Don't define, now defined on
9458 sysdep.c.
9459 (IT_write_glyphs): Rewrite to use encode_terminal_code.
9460
9461 * term.c [MSDOS]: Include msdos.h.
9462 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
9463 conditional to DOS_NT. Allow only one call to this function in a
9464 session. Don't allocate a new struct tty_display_info; instead,
9465 reuse the_only_display_info. Call get_tty_size to get screen
9466 dimensions. Call init_baud_rate to set bad_rate.
9467 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
9468 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 9469 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
9470 (get_tty_terminal, get_named_tty, Ftty_type)
9471 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
9472 output_termcap.
b8ff72fa
SM
9473 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
9474 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 9475 only when subprocesses are supported.
aac0c6e3
MR
9476
9477 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
9478 f->output_data.x.
9479 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
9480 terminal devices.
9481
5582fbc7 9482 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
9483 x_output.
9484 (FRAME_FONT): Use output_data.tty.
9485 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
9486 (struct x_display_info): Rename from display_info. Update all users in
9487 msdos.c.
aac0c6e3 9488 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 9489 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
9490 (dos_ttraw): Update prototype.
9491
9492 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
9493 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
9494
94952008-08-23 Jason Rumney <jasonr@gnu.org>
9496
9497 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
9498 (fn_TIFFSetDirectory): New library function used.
9499 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
9500 (tiff_load): Use :index to select among multiple images. Set count
9501 property when multiple images exist.
9502 (gif_format): Use :index, not :image.
9503
95042008-08-23 Chong Yidong <cyd@stupidchicken.com>
9505
9506 * xdisp.c (try_scrolling): Check INT_MAX instead of
9507 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
9508 to obtain INT_MAX.
9509
95102008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
9511
9512 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
9513
95142008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
9515
9516 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
9517 GNUstep library location.
9518
95192008-08-21 Chong Yidong <cyd@stupidchicken.com>
9520
9521 * xfaces.c (x_update_menu_appearance): Check validity of menu font
9522 before using it.
9523
9524 * puresize.h (BASE_PURESIZE): Increase to 1250000.
9525
95262008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9527
9528 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
9529 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
9530 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
9531 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
9532 (EmacsApp-cursor_blink_handler): Remove declaration.
9533 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
9534 match 01 Feb 2008 changes in xterm.c.
9535 (ns_read_socket): Add cast to avoid warning.
9536 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
9537 GNUstep.
9538
95392008-08-20 Chong Yidong <cyd@stupidchicken.com>
9540
9541 * xselect.c (x_get_foreign_selection): Return nil if desired
9542 selection could not be obtained, instead of signalling an error.
9543
95442008-08-20 David Reitter <david.reitter@gmail.com>
9545
9546 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
9547 * nsterm.m: Remove ns-specific code for cursor blinking.
9548 (ns_draw_window_cursor): Clear cursor properly rather than
9549 redrawing the area. Respect width of bar cursors.
9550 These changes enable the use of generic blink-cursor-mode and
9551 generic cursor types in NS and support smooth cursor movements (do
9552 not blink off after command).
9553 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
9554 Nextstep, too.
9555
95562008-08-19 Kenichi Handa <handa@m17n.org>
9557
9558 * font.c (Vfont_log_deferred): New variable.
9559 (font_add_log): Check Vfont_log_deferred.
9560 (font_deferred_log): New function.
9561
9562 * font.h (font_deferred_log): Extern it.
9563
9564 * fontset.c (reorder_font_vector): Use encoding charset of fonts
9565 for sorting.
9566 (face_for_char): Use deferred log.
9567
95682008-08-18 Kenichi Handa <handa@m17n.org>
9569
9570 * fontset.c (face_for_char): Add font log.
9571
9572 * font.c (font_add_log): Add the font properties :script, :lang,
9573 and :otf in the log.
9574
95752008-08-17 Chong Yidong <cyd@stupidchicken.com>
9576
9577 * xdisp.c: Remove dead code.
9578 (handle_invisible_prop, next_overlay_string): Defer call to
9579 setup_for_ellipsis.
9580 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
9581
95822008-08-15 Chong Yidong <cyd@stupidchicken.com>
9583
9584 * xfaces.c (lookup_derived_face): Properly handle possible zero
9585 return value of get_lface_attributes.
9586 (merge_faces): Don't tell lookup_derived_face to signal an error
9587 if face is not found.
9588
9589 * dired.c (Fdirectory_files): Doc fix.
9590
9591 * process.c (make_process): Initialize kill_without_query struct
9592 member.
9593
95942008-08-15 Eli Zaretskii <eliz@gnu.org>
9595
9596 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
9597 Alternative calculation of totphys for Visual Studio 6.
9598
9599 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
9600
9601 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
9602 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
9603 All users changed.
9604 (stat): Only root directory passed to GetDriveType. Allow RAM
9605 disk as well as local fixed disk when w32-get-true-file-attributes
9606 is set to `local'.
9607 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
9608 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
9609 (w32_cached_id, w32_add_to_cache): New functions.
9610 (get_name_and_id): Look account names in the cache before calling
9611 lookup_account_sid.
9612 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
9613 New initialization flags.
9614 (globals_of_w32): Initialize them to zero.
9615 (w32_system_process_attributes): Use w32_cached_id and
9616 w32_add_to_cache.
9617
96182008-08-14 Lawrence Mitchell <wence@gmx.li>
9619
9620 * lread.c (Fread_char, Fread_char_exclusive): If no character
9621 event is read before timeout is reached, return nil, rather than
9622 converting to a number.
9623
96242008-08-14 Chong Yidong <cyd@stupidchicken.com>
9625
9626 * fns.c (use_dialog_box): Doc fix.
9627
9628 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
9629 on OS X.
9630
96312008-08-13 Chong Yidong <cyd@stupidchicken.com>
9632
9633 * frame.c (Qns_parse_geometry): New var.
9634 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
9635
96362008-08-11 Chong Yidong <cyd@stupidchicken.com>
9637
9638 * xdisp.c (x_produce_glyphs): Handle the case when font has no
9639 space character in calculating tabs.
9640
96412008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
9642
9643 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
9644
96452008-08-10 Glenn Morris <rgm@gnu.org>
9646
9647 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
9648 silence gcc "limited range of data type" warnings in some
9649 make_fixnum_or_float calls.
9650
96512008-08-09 Eli Zaretskii <eliz@gnu.org>
9652
9653 * w32.c (w32_system_process_attributes): If the process does not
9654 exist, return nil.
9655
9656 * w32.c: Include thelp32.h, psapi.h and coding.h.
9657 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
9658 declarations.
9659 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
9660 (Process32Next_Proc): New typedefs.
9661 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
9662 (g_b_init_process32_next, g_b_init_open_thread_token)
9663 (g_b_init_impersonate_self, g_b_init_revert_to_self)
9664 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
9665 (g_b_init_get_process_working_set_size)
9666 (g_b_init_global_memory_status_ex): New static variables.
9667 (globals_of_w32): Initialize them.
9668 (create_toolhelp32_snapshot, process32_first, process32_next)
9669 (open_thread_token, impersonate_self, revert_to_self)
9670 (get_process_memory_info, get_process_working_set_size)
9671 (global_memory_status, global_memory_status_ex): New wrapper
9672 functions.
9673 (w32_list_system_processes, w32_system_process_attributes)
9674 (enable_privilege, restore_privilege, ltime, process_times):
9675 New functions.
9676 (convert_time_raw): New function.
9677 (convert_time): Remove conversion of FILETIME into time in 100
9678 nsec units, call convert_time_raw instead.
9679
9680 * process.h (w32_list_system_processes, w32_system_process_attributes):
9681 Add prototypes.
9682 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
9683 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
9684 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
9685 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
9686
9687 * process.c (Fsystem_process_attributes): Doc fix.
9688
96892008-08-08 Chong Yidong <cyd@stupidchicken.com>
9690
9691 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
9692 a continued multi-char glyph; if so, advance to the actual glyph.
9693
96942008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9695
9696 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
9697
9698 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
9699 (.m.o): Use it.
9700 * config.in: Regenerate.
9701
97022008-08-07 Chong Yidong <cyd@stupidchicken.com>
9703
9704 * xdisp.c (redisplay_window): Revert last change.
9705 (try_window): Check bottom scroll margin too.
9706
97072008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9708
9709 * config.in: Regenerate.
9710
9711 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
9712 -list-load-path-shadows'.
9713 (nsgui.h): Reduce number of things depending on it.
9714
97152008-08-06 Chong Yidong <cyd@stupidchicken.com>
9716
9717 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
9718 instead of window-end which does the wrong thing at eob.
9719 (try_cursor_movement): Minor optimization.
9720 (redisplay_window): If scroll margin is defined, don't assume
9721 window doesn't need scrolling.
9722
97232008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9724
9725 * config.in: Regenerate.
9726
9727 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
9728 (mostlyclean): Don't delete *.d under NS.
9729
9730 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
9731
97322008-08-06 Kenichi Handa <handa@m17n.org>
9733
9734 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
9735
97362008-08-06 Andreas Schwab <schwab@suse.de>
9737
9738 * config.in: Regenerate.
9739
97402008-08-05 Chong Yidong <cyd@stupidchicken.com>
9741
9742 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
9743 forcing a window start.
9744
9745 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
9746 (auto_save_1): Update modtime when auto-save-list-file-name is on.
9747
97482008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9749
9750 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
9751 argument.
9752
97532008-08-05 Juanma Barranquero <lekktu@gmail.com>
9754
9755 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
9756 <scroll-down-aggressively, before-change-functions>:
9757 <after-change-functions>: Reflow docstrings.
9758
97592008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
acd0102a 9760 Ken Raeburn <raeburn@gnu.org>
aac0c6e3
MR
9761
9762 Dock menu customization, based on a patch by Ken Raeburn, plus some
9763 other fixes.
9764 * nsmenu.m (dockMenu): New variable.
9765 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
9766
9767 * nsterm.h (dockMenu): Declare.
9768
9769 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
9770 (ns_term_init): Initialize dockMenu.
9771 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
9772 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
9773 left.
9774
9775 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
9776
97772008-08-04 Chong Yidong <cyd@stupidchicken.com>
9778
9779 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
9780
9781 * config.in: Regenerate.
9782
97832008-08-04 Seiji Zenitani <zenitani@mac.com>
9784
9785 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
9786
97872008-08-04 Chong Yidong <cyd@stupidchicken.com>
9788
9789 * nsterm.h (find_and_call_menu_selection): Fix prototype.
9790
97912008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
9792
9793 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
9794
9795 * keyboard.h: Comment an #endif.
9796
9797 * lisp.h (have_menus_p): Adjust comment.
9798
9799 * menu.c (find_and_return_menu_selection): Fix comparison with
9800 client_data.
9801
9802 * nsmenu.m (popup_activated_flag): New variable.
9803 (popup_activated): New function.
9804 (menu-or-popup-active-p): New exported lisp definition.
9805 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
9806 when popup done.
9807 (ns_popup_dialog): Set popup_activated_flag.
9808
9809 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
9810 version for GNUstep (handled by conditional typedef in nsterm.m).
9811 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
9812 in rgb.txt).
9813
9814 * process.c (init_process): Use DARWIN_OS, not DARWIN.
9815
9816 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
9817
9818 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
9819
9820 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
9821 shortcircuit if popup_activated like GTK and X toolkit.
9822
9823 * m/inter386.h: Change DARWIN to DARWIN_OS.
9824
9825 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
9826 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
9827 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
9828 comment on NO_SOCK_SIGIO.
9829
98302008-08-03 Chong Yidong <cyd@stupidchicken.com>
9831
9832 * nsterm.m (windowDidResize): Remove stopModal call.
9833
98342008-08-03 Andreas Schwab <schwab@suse.de>
9835
9836 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
9837 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
9838
98392008-08-02 Chong Yidong <cyd@stupidchicken.com>
9840
9841 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
9842 Don't use uninitialized pointer variable when using getrlimit.
9843
98442008-08-02 Jason Rumney <jasonr@gnu.org>
9845
9846 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
9847
98482008-08-02 Eli Zaretskii <eliz@gnu.org>
9849
9850 * alloc.c (NSTATICS): Bump to 0x640.
9851
9852 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
9853
9854 * lisp.h: Add prototype for directory_files_internal.
9855
9856 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
9857 New functions.
9858 (syms_of_process): Defsubr them. Add initializations for various
9859 Q* symbols used in procfs_system_process_attributes.
9860 (procfs_list_system_processes, procfs_system_process_attributes)
9861 [HAVE_PROCFS]: New functions.
9862 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
9863 (procfs_get_total_memory): New functions.
9864
98652008-08-01 Juanma Barranquero <lekktu@gmail.com>
9866
9867 * xfaces.c (Fx_load_color_file): Fix previous change;
9868 it is #ifdef WINDOWSNT, not WINDOWS_NT.
9869
98702008-08-01 Michael Albinus <michael.albinus@gmx.de>
9871
9872 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
9873
98742008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9875
9876 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
9877
98782008-08-01 Chong Yidong <cyd@stupidchicken.com>
9879
9880 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
9881
9882 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
9883 define NSApplicationDelegateReplySuccess.
9884 (EmacsView -converstationIdentifier): Use long instead of
9885 NSInteger for GNUstep, since it doesn't have NSInteger.
9886
9887 * xmenu.c: Revert last change.
9888
9889 * keyboard.h: Fix last change.
9890
98912008-08-01 Juanma Barranquero <lekktu@gmail.com>
9892
9893 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
9894 on Windows.
9895
98962008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9897
9898 Warning clearing and clean-up in NS port.
9899 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
9900 Add prototypes.
9901 * nsgui.h (FACE_DEFAULT): Remove, unused.
9902 (XGCValues): Change colors to unsigned long.
9903 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
9904 nsterm.m.
9905 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
9906 (ns_list_fonts): Remove, unused.
9907 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
9908 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
9909 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
9910 (nsfont_draw): Compare face colors to 0, not nil.
9911 * nsmenu.m (struct widget_value): Drop unneeded declaration.
9912 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
9913 (-addSubmenuWithTitle:): Use NSMenuItem class.
9914 (ns_popup_menu): Use NO, not NULL, for enabled setting.
9915 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
9916 (ns_clip_to_row): Make gc arg a BOOL.
9917 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
9918 ns_clip_to_row() call.
9919 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
9920 used). Cast FRAME_FONT assignments.
9921 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
9922 (ns_string_to_lispmod): Change arg to const char.
9923 (ns_term_init): Use NSMenuItem class.
9924 (EmacsApp -openFile:): Move to different section of file.
9925 (EmacsApp -application:openFiles:): Don't return a value, call
9926 -replyToOpenOrPrint:.
9927 (EmacsView -keyDown:): Fix up cast.
9928 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
9929 (EmacsView -menuDown:): Cast tag in call to
9930 find_and_call_menu_selection().
9931 (ns_list_fonts): Remove, unused.
9932 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
9933 (ns_fontname_to_xlfd): Make static.
9934 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
9935 Remove prototypes (now in keyboard.h).
9936 (next_menubar_widget_id): Remove, unused.
9937 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
9938 Remove prototypes (now in keyboard.h).
9939 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
9940
99412008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
9942
9943 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
9944 (floatfns.o): Depend on syssignal.h.
9945 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
9946
9947 * systty.h: Fix previous change that removed BSD_TERMIOS.
9948 Add comments to #ifdefs.
9949
99502008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9951
9952 * w32fns.c (w32-load-color-file): Remove.
9953 (x-open-connection): Use renamed Fx_load_color_file.
9954 * xfaces.c (x-load-color-file): Add.
9955 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
9956 Emacs.clr.
9957 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
9958
99592008-07-31 Michael Albinus <michael.albinus@gmx.de>
9960
9961 * dbusbind.c (Fdbus_call_method_asynchronously)
9962 (Fdbus_method_error_internal): New defuns.
9963 (xd_read_message): Handle also reply messages.
9964 (Vdbus_registered_functions_table): Extend docstring.
9965
99662008-07-31 Juanma Barranquero <lekktu@gmail.com>
9967
9968 * keyboard.c (gobble_input): Fix previous change.
9969
99702008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
9971
9972 * bitmaps/README:
9973 * xfns.c:
9974 * termcap.c:
9975 * term.c:
9976 * syswait.h:
9977 * systty.h:
9978 * systime.h:
9979 * syssignal.h:
9980 * sysdep.c:
9981 * process.h:
9982 * process.c:
9983 * print.c:
9984 * ndir.h:
9985 * lread.c:
9986 * keyboard.c:
9987 * getpagesize.h:
9988 * floatfns.c:
9989 * fileio.c:
9990 * emacs.c:
9991 * doc.c:
9992 * dispnew.c:
9993 * dired.c:
9994 * data.c:
9995 * callproc.c:
9996 * buffer.c:
9997 * README:
9998 * Makefile.in:
9999 * s/template.h:
10000 * s/msdos.h:
10001 * m/vax.h: Remove VMS support.
10002 * s/vms.h:
10003 * vlimit.h:
10004 * uaf.h:
10005 * temacs.opt:
10006 * param.h:
10007 * ioctl.h: Remove file.
10008
100092008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
10010
10011 * s/ms-w32.h (MULTI_KBOARD): Remove.
10012 * xterm.c:
10013 * xselect.c:
10014 * xfns.c:
10015 * window.c:
10016 * w32term.c:
10017 * w32fns.c:
10018 * terminal.c:
10019 * termhooks.h:
10020 * term.c:
10021 * sysdep.c:
10022 * keyboard.h:
10023 * keyboard.c:
10024 * frame.h:
10025 * frame.c:
10026 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
10027 * config.in: Regenerate.
10028
100292008-07-30 Jason Rumney <jasonr@gnu.org>
10030
10031 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
10032
10033 * w32font.c (w32font_encode_char): Leave as unicode if in range.
10034 (w32font_open_internal): Get unicode version of textmetrics.
10035 Don't enable or disable glyph indices here.
10036 (w32font_open): Disable use of glyph indices.
10037
10038 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
10039
100402008-07-30 Chong Yidong <cyd@stupidchicken.com>
10041
10042 * minibuf.c (Vread_buffer_function): Doc fix.
10043
100442008-07-30 John Paul Wallington <jpw@pobox.com>
10045
10046 * minibuf.c (read_buffer_completion_ignore_case): New var.
10047 (Fread_buffer): Use it.
10048
100492008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
10050
10051 * systty.h (sensemode): Remove empty #if. Remove reference to
10052 BSD_TERMIOS, unused.
10053
10054 * sysdep.c: Remove reference to DGUX.
10055 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
10056
10057 * config.in: Regenerate.
10058
100592008-07-30 Jason Rumney <jasonr@gnu.org>
10060
10061 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
10062
100632008-07-29 Jason Rumney <jasonr@gnu.org>
10064
10065 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
10066 is populated.
10067 (uniscribe_encode_char): Always use uniscribe.
10068 Avoid using context if cache is populated.
10069
100702008-07-29 Jan Djärv <jan.h.d@swipnet.se>
10071
10072 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
10073 open menu.
10074
10075 * gtkutil.c (menu_nav_ended): Remove.
10076 (create_menus): Remove signal connect for menu_nav_ended.
10077
100782008-07-28 Chong Yidong <cyd@stupidchicken.com>
10079
10080 * xdisp.c (redisplay_window): Check return value of
10081 compute_window_start_on_continuation_line before forcing a window
10082 start.
10083
100842008-07-28 Jason Rumney <jasonr@gnu.org>
10085
10086 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
10087
10088 * w32term.c (w32_enable_unicode_output, cleartype_active):
10089 Remove obsolete display options.
10090 (x_draw_glyph_string_background): Don't use old cleartype_active
10091 workaround.
10092 (w32_initialize): Remove cleartype_active initialization.
10093 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
10094
100952008-07-28 Andreas Schwab <schwab@suse.de>
10096
10097 * lisp.h (init_weak_hash_tables, syms_of_font)
10098 (xd_read_queued_messages, syms_of_dbusbind): Declare.
10099 (remove_hash_entry): Don't declare.
10100 * eval.c (maybe_call_debugger): Make static and move before use.
10101 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
10102 * xdisp.c: Include "gtkutil.h" if USE_GTK.
10103 * xterm.h (x_set_frame_alpha): Declare.
10104
101052008-07-28 Jan Djärv <jan.h.d@swipnet.se>
10106
10107 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
10108 (create_menus): Connect selection-done to menu_nav_ended.
10109
101102008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10111
10112 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
10113 Set Vx_resource_name to a fallback. Replace read of 'buffered'
10114 parameter with read of 'alpha' one.
10115 (Qns_frame_parameter): Remove.
5582fbc7 10116 * nsselect.m (selection-coding-system)
aac0c6e3
MR
10117 (next-selection-coding-system, Vselection_coding_system)
10118 (Vnext_selection_coding_system): Drop.
10119
101202008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10121
10122 * nsfns.m (do-applescript, do_applescript): Rename to
10123 ns-do-applescript, ns_do_applescript, and move within file.
10124
101252008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10126
10127 Remove support for Mac Carbon.
10128 * mactoolbox.c:
10129 * macterm.h:
10130 * macterm.c:
10131 * macselect.c:
10132 * macmenu.c:
10133 * macgui.h:
10134 * macfns.c:
10135 * mac.c: Remove file.
10136 * s/darwin.h:
10137 * m/intel386.h:
10138 * xfaces.c:
10139 * xdisp.c:
10140 * window.c:
10141 * tparam.c:
10142 * termhooks.h:
10143 * termcap.c:
10144 * term.c:
10145 * syssignal.h:
10146 * sysselect.h:
10147 * sysdep.c:
10148 * process.c:
10149 * lread.c:
10150 * lisp.h:
10151 * keyboard.c:
10152 * image.c:
10153 * fringe.c:
10154 * frame.h:
10155 * frame.c:
10156 * fontset.c:
10157 * font.h:
10158 * font.c:
10159 * fns.c:
10160 * fileio.c:
10161 * emacs.c:
10162 * dispnew.c:
10163 * dispextern.h:
10164 * config.in:
10165 * atimer.c:
2ae37cf0 10166 * Makefile.in: Remove code for Carbon.
aac0c6e3 10167
f0131492 101682008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
10169
10170 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
10171
101722008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10173
10174 * macterm.h (kCGBitmapByteOrder32Host): New define for
10175 non-universal SDKs.
10176
10177 * image.c (mac_create_cg_image_from_image, image_load_image_io)
10178 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10179
10180 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
10181 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10182
101832008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
10184
10185 * w32inevt.c: Include dispextern.h.
10186
101872008-07-26 Andreas Schwab <schwab@suse.de>
10188
10189 * print.c (print_object): Fix off-by-one in last change.
10190
101912008-07-25 Juanma Barranquero <lekktu@gmail.com>
10192
10193 * term.c (syms_of_term): Don't initialize default_orig_pair,
10194 default_set_foreground and default_set_background on Windows.
10195
101962008-07-25 Jason Rumney <jasonr@gnu.org>
10197
10198 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
10199 ScriptItemize. Clean up return value checking. Remove unused
10200 variables.
10201 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
10202 shaping engine.
10203
10204 * w32font.c (w32font_has_char): Handle the case where we can't
10205 determine the script for a character.
10206
102072008-07-25 Chong Yidong <cyd@stupidchicken.com>
10208
10209 * term.c (syms_of_term): Initialize default_orig_pair,
10210 default_set_foreground, and default_set_background.
10211
10212 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
10213 clash (bug#86).
10214 (getloadavg): Callers changed.
10215
10216 * image.c (svg_load_image): Fix last change.
10217 (svg_load_image): Use rsvg_handle_get_dimensions to check that
10218 image size is valid. Use g_object_unref instead of deprecated
10219 rsvg_handle_free to free rsvg handle.
10220 (x_from_xcolors): Don't initialize pixmap (silence compiler).
10221
102222008-07-25 Jason Rumney <jasonr@gnu.org>
10223
10224 * w32font.c (w32font_encode_char): Encode characters outside BMP as
10225 surrogates before looking up glyph index.
10226 (w32font_text_extents): Encode as surrogates if falling back to
10227 functions that need UTF-16 wide chars.
10228
10229 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
10230 BMP as surrogates before looking up glyph index.
10231
102322008-07-25 Chong Yidong <cyd@stupidchicken.com>
10233
10234 * image.c (svg_load_image): Check for failure in return value of
10235 rsvg_handle_get_pixbuf. Free rsvg handle when done.
10236
102372008-07-25 Jason Rumney <jasonr@gnu.org>
10238
10239 * w32font.c (Fx_select_font): Reverse sense of second arg.
10240
102412008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10242
10243 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
10244 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
10245
10246 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
10247 (PURESIZE): Use it.
10248
102492008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10250
10251 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
10252 * m/alpha.h (TEXT_END):
10253 * m/ibmrs6000.h (TEXT_END):
10254 * m/macppc.h (TEXT_END):
10255 * s/darwin.h (TEXT_END):
10256 * s/msdos.h (TEXT_END): Remove, unused.
10257 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
10258 * s/cygwin.h: Remove comment.
10259
10260 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
10261 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
10262 * m/intel386.h (DOT_GLOBAL_START):
10263 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
10264 (USG): Remove, file not used on USG platforms.
10265
10266 * Makefile.in (HAVE_X11): Remove empty #else.
10267
102682008-07-24 Andreas Schwab <schwab@suse.de>
10269
10270 * fileio.c (Finsert_file_contents): Properly adjust undo list
10271 after format conversion.
10272
102732008-07-24 Jan Djärv <jan.h.d@swipnet.se>
10274
10275 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
10276 (menu_nav_ended): Remove.
10277 (create_menus): Remove signal connect for menu_nav_ended.
10278 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
10279 create_menus.
10280 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
10281
102822008-07-23 Jason Rumney <jasonr@gnu.org>
10283
10284 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
10285 with opened font.
10286 (w32font_open): Set font type to gdi.
10287
10288 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
10289
102902008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10291
10292 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
10293 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
10294 defines it.
10295 * unexec.c (ADDR_CORRECT): Define unconditionally.
10296
10297 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
10298
10299 * unexec.c: Remove code depending on !COFF and USG, the file is
10300 not used for such systems.
10301
10302 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
10303 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
10304 (LD_SWITCH_SYSTEM_1): Remove, update users.
10305
10306 * s/darwin.h (DATA_END):
10307 * m/intel386.h (DATA_END):
10308 * m/ibmrs6000.h (DATA_END):
10309 * m/alpha.h (DATA_END): Remove, unused.
10310
10311 * config.in: Regenerate.
10312 * s/ms-w32.h (subprocesses): Define unconditionally.
10313 * s/template.h (subprocesses): Update comment.
10314 * s/vms.h (subprocesses):
10315 * s/usg5-4.h (subprocesses):
10316 * s/hpux10-20.h (subprocesses):
10317 * s/gnu-linux.h (subprocesses):
10318 * s/cygwin.h (subprocesses):
10319 * s/bsd-common.h (subprocesses):
10320 * s/aix4-2.h (subprocesses):
10321 * s/darwin.h (subprocesses): Do not define, defined by default now.
10322
10323 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
10324 Remove all references.
10325 (temacs): Add GNUstep specific ld flags.
10326
10327 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
10328 similarly to what X does.
10329
103302008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10331
10332 * nsfns.m (x-list-fonts): Remove.
10333 (syms_of_nsfns): Drop the x-list-fonts declaration.
10334 * nsterm.m: Get rid of remaining "//" comments.
10335
103362008-07-22 Chong Yidong <cyd@stupidchicken.com>
10337
10338 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
10339
10340 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
10341 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
10342 (Fns_own_selection_internal, Fx_disown_selection_internal)
10343 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
10344
10345 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
10346 ... */' style of docstrings. Doc fixes.
10347
103482008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10349
10350 * terminfo.c (UP, BC, PC): Undo previous change.
10351
10352 * nsfns.m: Rename ns prefixed functions/variables to the
10353 corresponding x versions. Update references.
10354
103552008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10356
10357 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
10358
103592008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10360
10361 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
10362 Remove forwarding functions.
10363 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
10364 non-static.
10365 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
10366 non-static.
10367 (ns_frame_parm_handlers): Use the new names.
10368 (syms_of_nsfns): Move to the end of file.
10369
10370 * nsterm.m (syms_of_nsterm): Move to the end of file.
10371
10372 * dispnew.c (init_display): Remove code for X10.
10373
103742008-07-22 Jason Rumney <jasonr@gnu.org>
10375
10376 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
10377 bare drive.
10378
103792008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10380
10381 * nsterm.m (syms_of_nsterm): Remove debugging println.
10382
103832008-07-22 David Reitter <david.reitter@gmail.com>
10384
10385 * nsfns.m (do_applescript, F_do_applescript): NS version of the
10386 Carbon implementation of the same functionality: execute arbitrary
10387 AppleScript code.
10388
103892008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10390
10391 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
10392 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
10393 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
10394 (Fx_display_mm_height, Fx_display_mm_width)
10395 (Fx_display_backing_store, Fx_display_visual_class)
10396 (Fx_display_save_under, Fx_open_connection)
10397 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
10398 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
10399 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10400 (Fx_display_pixel_width, Fx_display_pixel_height)
10401 (Fx_display_usable_bounds, Fx_display_planes)
10402 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
10403 ... */' style of docstrings.
10404
104052008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10406
10407 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
10408 on this platform.
10409 (mips):
10410 * m/iris4d.h (mips): Do not define.
10411 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
10412
10413 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
10414
10415 * image.c:
10416 * nsfns.m:
10417 * nsselect.m:
10418 * nsterm.h:
10419 * nsterm.m: Rename ns prefixed functions/variables to the
10420 corresponding x versions. Update references.
10421
10422 * m/ibms390x.h (NO_REMAP): Do not undefine.
10423
10424 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
10425
104262008-07-21 Chong Yidong <cyd@stupidchicken.com>
10427
10428 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
10429 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
10430 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
10431 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
10432 (Fns_display_mm_height, Fns_display_mm_width)
10433 (Fns_display_backing_store, Fns_display_visual_class)
10434 (Fns_display_save_under, Fns_open_connection)
10435 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
10436 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
10437 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10438 (Fns_display_pixel_width, Fns_display_pixel_height)
10439 (Fns_display_usable_bounds, Fx_display_planes)
10440 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
10441
104422008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
10443
10444 * print.c (print_object): Check print_depth before searching for
10445 circularities.
10446
104472008-07-21 Michael Albinus <michael.albinus@gmx.de>
10448
10449 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
10450 only sprintf.
10451
104522008-07-21 Kenichi Handa <handa@m17n.org>
10453
10454 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
10455
104562008-07-20 Andreas Schwab <schwab@suse.de>
10457
10458 * syntax.c (find_start_pos, find_start_value)
10459 (find_start_value_byte, find_start_begv, find_defun_start)
10460 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
10461
104622008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10463
10464 * s/sol2-3.h: Insert contents of s/sol2.h.
10465 (LD_SWITCH_SYSTEM): Remove redundant definition.
10466 * s/sol2.h: Remove, unused.
10467
104682008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10469
10470 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
10471
104722008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10473
10474 * Makefile.in (ns_appdir): Fix typo in find command.
10475
104762008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10477
10478 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
10479
10480 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
10481 added not supported anymore.
10482
10483 * s/usg5-4-2.h (LIBS_SYSTEM):
10484 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
10485
10486 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10487 * s/lynxos.h (GETPGRP_NO_ARG):
10488 * s/hpux10-20.h (NO_SIOCTL_H):
10489 * s/gnu.h (GETPGRP_NO_ARG):
10490 * s/gnu-linux.h (NO_SIOCTL_H):
10491 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10492 * s/cygwin.h (GETPGRP_NO_ARG):
10493 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
10494 (C_DEBUG_SWITCH): Remove duplicate definition.
10495
10496 * m/ibms390.h: Remove boilerplate comments.
10497
10498 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
10499
10500 * process.c (HAVE_SERIAL): Consolidate ifdefs.
10501 (wait_reading_process_output): Remove code for SunOS, platform not
10502 supported anymore. Use SOLARIS2 instead of sun.
10503
105042008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10505
10506 * font.c (font_open_by_name): Under NS, default lface height to zero.
10507 (font_open_for_lface): Under NS, set size based on frame fontsize.
10508 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
10509 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
10510
105112008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10512
10513 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
10514 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
10515 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
10516 YES/NO.
10517 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
10518 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
10519 * Makefile.in (clean): Clear out build destination dir.
10520
105212008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10522
10523 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
10524 xterm, xselect.
10525 * lisp.h: Remove declaration of hash_remove.
10526 * nsgui.h: Remove redefinitions of hash_remove.
10527 * fns.c (hash_remove): Rename to hash_remove_from_table.
10528
105292008-07-19 Seiji Zenitani <zenitani@mac.com>
10530
10531 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
10532 strdup() the family UTF8String before modifying it.
10533
105342008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10535
10536 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
10537 NS_FACE_BACKGROUND with 0 instead of nil.
10538 * nsfont.m (nsfont_draw): Same.
10539
105402008-07-19 Chong Yidong <cyd@stupidchicken.com>
10541
10542 * nsfns.m (ns_set_background_color): Fix crash.
10543
105442008-07-18 Chong Yidong <cyd@stupidchicken.com>
10545
10546 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
10547
105482008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
10549
10550 * puresize.h (BASE_PURESIZE): Increase to 1240000.
10551
105522008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10553
10554 * gtkutil.c: Include <config.h> instead of "config.h".
10555
10556 * lisp.h (Foverlay_buffer): Add EXFUN.
10557
10558 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
10559 child process to complete child_setup. Undo 2005-09-21 change.
10560
10561 * s/darwin.h: Mention setsid after vfork.
10562
105632008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10564
10565 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
10566 Depend on macgui.h.
10567
10568 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
10569 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
10570
10571 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
10572 and f19.
10573 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
10574
10575 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
10576 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
10577 Remove enumerators.
10578
10579 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
10580 Check if FACE_FROM_ID returns NULL.
10581
105822008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
10583
10584 * w32inevt.c (change_frame_size): Remove extern declaration.
10585 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
10586 change_frame_size.
10587
105882008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10589
10590 * getloadavg.c: Revert last change (2008-07-15).
10591
105922008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10593
10594 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 10595 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
10596 from configure.
10597
105982008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10599
10600 * s/sol2.h:
10601 * s/sol2-4.h: Reorganize conditionals.
10602
10603 * ecrt0.c: Remove code depending on m68000, not used anymore.
10604
10605 * fns.c (hash_remove): Make static.
10606 * lisp.h (hash_remove): Don't prototype.
10607
10608 * m/ibmrs6000.h:
10609 * m/ibms390x.h:
10610 * m/macppc.h: Remove boilerplate comments.
10611
10612 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
10613 Solaris, which does not need them.
10614
10615 * m/vax.h: Remove comments about unsupported systems.
10616
10617 * s/darwin.h: Reorganize ifdefs.
10618
106192008-07-17 Andreas Schwab <schwab@suse.de>
10620
10621 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
10622
106232008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10624
10625 Use SDATA. Follow coding convention of placing operators at
10626 beginning of next line rather than end of previous line, and placing
10627 spaces around infix operators.
10628
10629 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
10630 in case it was defined already.
10631 USE @GNUSTEP_MAKEFILES@ rather than envvars.
10632 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
10633 ns_default.
10634 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
10635 Lisp_Objects.
10636 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
10637 (ns_defined_color, ns_color_to_lisp): Declare.
10638 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
10639 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
10640 it's accepted even with USE_LISP_UNION_TYPE.
10641 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
10642 (update_frame_tool_bar): Remove apparently obsolete tests for
10643 non-integerness of f->tool_bar_lines.
10644 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
10645 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
10646 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
10647 (nsfont_open): Don't confuse NULL for Qnil.
10648 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
10649 * menu.h (find_and_call_menu_selection):
10650 * menu.c (find_and_call_menu_selection): Use just int for vector size.
10651 (find_and_return_menu_selection): Always return something.
10652 * frame.h: Include dispextern.h for Display_Info.
10653 (display_x_get_resource): Declare.
10654
106552008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
10656
10657 * syntax.c: Remove stdio.h include accidentally introduced in
10658 Emacs.app commit.
10659 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
10660 NS_IMPL_COCOA.
10661 * keyboard.c (handle_async_input, input_available_signal): Remove
10662 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
10663
106642008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10665
10666 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
10667 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
10668 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
10669 Use SDATA.
10670
10671 * keymap.c: Remove all NS-specific code.
10672 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
10673 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
10674 where_is_preferred_modifier, return a different value depending on how
10675 preferred is the binding.
10676 (where_is_internal): Adjust accordingly.
10677 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
10678 Adjust to new preferred_sequence_p.
10679 (syms_of_keymap): Declare `where-is-preferred-modifier'.
10680 * keyboard.c (parse_solitary_modifier): Not static any more.
10681 * keyboard.h (parse_solitary_modifier): Declare.
10682
106832008-07-16 Andreas Schwab <schwab@suse.de>
10684
10685 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
10686 of easymenu.
10687
106882008-07-16 Chong Yidong <cyd@stupidchicken.com>
10689
10690 * xdisp.c (move_it_in_display_line): Account for word wrap, so
10691 that we don't move off the line.
10692
106932008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10694
10695 * keyboard.c (Qsuper): Remove.
10696 (parse_menu_item): Don't call where_is_internal specially for NS.
10697
106982008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10699
10700 * s/gnu-linux.h: Remove boilerplate comments.
10701
10702 * m/alpha.h (__ELF__): Consolidate conditions.
10703
10704 * m/m68k.h (linux): Use GNU_LINUX instead.
10705 Remove boilerplate comments.
10706
10707 * m/intel386.h: Undo refactoring from previous change.
10708 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
10709 too, remove dead code.
10710 (linux): Use GNU_LINUX instead.
10711
107122008-07-16 Jason Rumney <jasonr@gnu.org>
10713
10714 * w32gui.h: Repeat 26 June changes lost by last change.
10715
107162008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10717
10718 * systty.h: Remove code for Aix on 386, unsupported platform.
10719
10720 * s/ms-w32.h: Remove boilerplate comments.
10721 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
10722
10723 * s/gnu-linux.h (TERM): Remove support.
10724 (HAVE_SYSVIPC): Remove, unused.
10725 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
10726 for this system.
10727
10728 * process.c: Remove support for IRIS, unused.
10729 Remove support for TERM, not relevant anymore.
10730
10731 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
10732 used with the definition.
10733
10734 * s/aix4-2.h (static): Do not undef.
10735
10736 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
10737 only used on Aix.
10738 (HAVE_SYSVIPC): Remove, unused.
10739
10740 * m/hp800.h (CANNOT_DUMP): Do not undef.
10741
10742 * m/alpha.h: Fix comment.
10743
10744 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
10745 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
10746 used by this configuration.
10747 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
10748 * unexec.c: Remove code depending on HPUX and
10749 USG_SHARED_LIBRARIES, not used with this file. Remove code
10750 depending on IRIS, unused. Remove if 0-ed code.
10751
10752 * s/template.h: Remove comments about static.
10753
10754 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
10755 Remove if 0-ed code.
10756 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
10757 were the same as the default.
10758 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
10759 Remove boilerplate comments.
10760 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
10761 (HAVE_SYSVIPC): Remove, unused.
10762 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
10763
10764 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10765 Remove boilerplate comments.
10766 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10767 Remove boilerplate comments.
10768 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
10769 Remove boilerplate comments.
10770 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
10771
10772 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
10773 USG systems which do not use DATA_SEG_BITS.
10774 Refactor code. Remove boilerplate comments.
10775
10776 * m/ibms390.h:
10777 * m/m68k.h:
10778 * s/bsd-common.h:
10779 * s/cygwin.h:
10780 * s/darwin.h:
10781 * s/freebsd.h:
10782 * s/gnu.h:
10783 * s/msdos.h: Remove boilerplate comments.
10784
10785 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 10786 do not use this file.
aac0c6e3
MR
10787 (IRIS_4D): Remove, unused.
10788
10789 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 10790 do not use this file.
aac0c6e3
MR
10791 (SIGN_EXTEND_CHAR):
10792 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
10793 * unexmips.c: Remove file, unused.
10794
10795 * editfns.c (Fuser_full_name): Replace the only use of
10796 USER_FULL_NAME with its value.
10797 * config.in: Regenerate.
10798
107992008-07-16 David Reitter <david.reitter@gmail.com>
10800
10801 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
10802 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
10803
108042008-07-16 Glenn Morris <rgm@gnu.org>
10805
10806 * emacs.c (system-type): Doc fix.
10807
108082008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
10809
10810 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
10811 If the cache doesn't work, let's fix it, rather than work around it.
10812
108132008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10814
10815 * Makefile.in: Correct additions for nsfont.o in last commit.
10816 * nsfont.m: New file (forgot last commit).
10817
108182008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
10819
10820 * callproc.c (set_initial_environment): Initialize
10821 Vprocess_environment under CANNOT_DUMP (fixes crash when
10822 batch-compiling for bootstrap).
10823
108242008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
acd0102a 10825 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
10826
10827 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
10828 fix crash due to different init order.
10829
108302008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10831
10832 Changes and additions for NeXTstep windowing system (Cocoa and
10833 GNUstep) support.
10834
10835 * Makefile.in:
10836 * config.in: Support defines and build commands for NS port.
10837 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
10838 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
10839 * dispextern.h: Include nsgui.h and add needed typedefs under NS
10840 windowing.
10841 (struct face): Add synth_ital field.
10842 * dispnew.c: Include nsterm.h when compiling under NS windowing.
10843 (init_display): Initialize Vinitial_window_system to "ns" when so
10844 compiled.
10845 * emacs.c: Include GSConfig.h when compiling under GNUstep.
10846 (display_arg): Use under NS.
10847 (main): Under NS, allocate autorelease pool and handle command line
10848 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
10849 (standard_args): Add NS-specific args.
10850 (shut_down_emacs): Shut down NS terminal if compiled under NS.
10851 * font.c (DEFAULT_ENCODING): New variable.
10852 (font_find_for_lface): Use it.
10853 (syms_of_font): Load syms_of_nsfont under NS.
10854 * font.h: Declare nsfont_driver when compiled under NS.
10855 * fontset.c: When compiling under NS, include nsterm.h.
10856 (fontset_from_font): Autoconstruct fontset under NS.
10857 * frame.c (various): Under NS, include nsterm.h, add Qns window system
10858 symbol, document and use it.
10859 (do_switch_frame): When for_deletion under Cocoa, add
10860 Fraise_frame(Qnil).
10861 (x_set_frame_parameters): Ensure font attribute changes are picked up.
10862 (x_get_arg): Allow "yes" and "no" as boolean values.
10863 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
10864 Qright under Cocoa.
10865 (focus-follows-mouse): Default to 0 under NS.
10866 * frame.h (enum output_method): Add output_ns.
10867 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
10868 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
10869 (FRAME_WINDOW_P): NS-specific definition.
10870 * fringe.c (max_used_fringe_bitmap): Make public.
10871 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
10872 (getloadavg): Use NeXT code under descendant OS's.
10873 * image.c (includes and header section, x_create_bitmap_from_data)
10874 (x_create_bitmap_from_file, free_bitmap_record, image_background)
10875 (image_background_transparent, x_clear_image_1)
10876 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
10877 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
10878 (x_to_xcolors, x_from_xcolors, x_disable_image)
10879 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
10880 other GUIs, including XPM support using code originally written for
10881 Carbon GUI.
10882 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
10883 using NS API.
10884 (image_ascent): Use font metrics macros instead of direct struct field
10885 access.
10886 * keyboard.c (includes): Add nsterm.h when compiling under NS.
10887 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
10888 Also, handle NS as GTK for menu bar purposes.
10889 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
10890 toolkit where they differ.
10891 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
10892 use cachelist, still needed under NS.
10893 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
10894 (struct widget_value): Define it here for menu.c.
10895 * keymap.c (includes): Include modifier internals.
10896 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
10897 NS.
10898 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
10899 support for preferring sequences using certain modifiers, specified by
10900 the FIRSTONLY argument.
10901 * lisp.h (hash_remove): Rename to avoid name clash when compiling
10902 under NS GNUstep implementation.
10903 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
10904 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
10905 * menu.c: Include nsterm.h under NS.
10906 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
10907 (free_menubar_widget_tree_value, update_submenu_strings)
10908 (find_and_call_menu_selection): Treat NS as X and NT.
10909 (find_and_return_menu_selection): New function, used for popup menus.
10910 * nsgui.h:
10911 * nsterm.h:
10912 * nsfns.m:
10913 * nsimage.m:
10914 * nsmenu.m:
10915 * nsselect.m:
10916 * nsterm.m: New files.
10917 * process.c (wait_reading_process_output): Under NS, call ns_select()
10918 instead of plain select().
10919 * syntax.c (char_quoted): Under NS, avoid a crash when called near
10920 beginning of buffer.
10921 * sysselect.h (init_process): Rename when compiling under Cocoa to
10922 avoid name conflict.
10923 * termhooks.h (display_info): Add ns_display_info to union.
10924 * terminal.c (Fterminal_live_p): Add ns to terminal types.
10925 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
10926 COCOA environment.
10927 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
10928 unexec() signature. (Note, this will dump, but the resulting file
10929 crashes; unexosx is used instead; keeping around for reference and
10930 possible aid in getting dump working under GNUstep.)
10931 * w32gui.h (button_type, widget_value): Remove definitions (now in
10932 keyboard.h).
10933 * window.c: Include nsterm.h when compiling under NS.
10934 * xdisp.c (includes): Include nsterm.h when compiling under NS.
10935 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
10936 other GUI windowing systems.
10937 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
10938 GTK.
10939 (x_consider_frame_title): Under NS, set icon type and frame
10940 modified-state indicator; use ns_set_name_as_filename() when using
10941 formatted title.
10942 (update_window_cursor): Make public when compiling under NS.
10943 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
10944 (hourglass_atimer, Vhourglass_delay
10945 * xfaces.c (header section, init_frame_faces, clear_font_table)
10946 (defined_color, unload_color, x_face_list_fonts)
10947 (prepare_face_for_display): Add NS support parallel to other GUIs.
10948 Emulate GCs like other non-X GUIs.
10949 (split_font_name): Don't lowercase font name under NS.
10950 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
10951 under NS.
10952 * s/darwin.h: Add support for compilation under NS.
10953
109542008-07-15 Jason Rumney <jasonr@gnu.org>
10955
10956 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
10957 (w32_show_hourglass): Rename from show_hourglass.
10958 (w32_hide_hourglass): Rename from hide_hourglass.
10959 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
10960 (Vhourglass_delay): Declare extern.
10961 (hourglass_started): Remove.
10962
10963 * xdisp.c (Vhourglass_delay): Remove static.
10964 (hourglass_started, start_hourglass, cancel_hourglass):
10965 Don't include these versions on WINDOWSNT.
10966
109672008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10968
10969 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
10970 variables (formerly in xfns.c).
10971 (show_hourglass, hide_hourglass): New prototypes (same).
10972 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
10973 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
10974 in xfns.c).
10975 (syms_of_xdisp): Declare/initialize display-hourglass,
10976 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
10977 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
10978 formerly in xfns.c.
10979 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
10980 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
10981 (start_hourglass, cancel_hourglass): Remove.
10982 (show_hourglass, hide_hourglass): Remove prototypes and static
10983 modifiers.
10984 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
10985 hourglass_atimer, hourglass_shown_p declaration/initialization.
10986 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
10987 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
10988 (start_hourglass, cancel_hourglass): Remove.
10989 (show_hourglass, hide_hourglass): Remove prototypes and static
10990 modifiers.
10991 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
10992 hourglass_atimer, hourglass_shown_p declaration/initialization.
10993 * w32fns.c (display_hourglass_p, Vhourglass_delay)
10994 (DEFAULT_HOURGLASS_DELAY): Remove.
10995 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
10996 hourglass_shown_p declaration/initialization.
10997
109982008-07-14 Jason Rumney <jasonr@gnu.org>
10999
11000 * w32fns.c (w32_get_arg): Remove wrapper function.
11001 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
11002 directly.
11003 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
11004
110052008-07-14 Kenichi Handa <handa@m17n.org>
11006
11007 * xfont.c (xfont_open): Add workaround for X's bug.
11008
110092008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11010
11011 * fontset.c: Include <stdio.h> unconditionally.
11012
110132008-07-13 Michael Albinus <michael.albinus@gmx.de>
11014
11015 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
11016 for filtering.
11017
110182008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11019
11020 * s/vms.h: Use __GNUC__ instead of _GNUC_.
11021
11022 * m/macppc.h:
11023 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
11024
11025 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
11026 (SPECIAL_EMACS_INT):
11027 * m/ia64.h (SPECIAL_EMACS_INT):
11028 * m/amdx86-64.h (SPECIAL_EMACS_INT):
11029 * s/gnu.h (NLIST_STRUCT):
11030 * s/aix4-2.h (X11R5_INHIBIT_I18N):
11031 * s/gnu-linux.h (LINUX):
11032 * s/msdos.h (HAVE_FACES):
11033 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
11034
11035 * systty.h:
11036 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
11037 anymore.
11038
110392008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
11040
11041 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
11042 always defined as int.
11043
11044 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
11045 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
11046 * s/gnu-linux.h (HAVE_WAIT_HEADER):
11047 * s/freebsd.h (HAVE_WAIT_HEADER):
11048 * s/bsd-common.h (HAVE_UNION_WAIT):
11049 * s/aix4-2.h (HAVE_WAIT_HEADER):
11050 * m/mips.h (HAVE_UNION_WAIT):
11051 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
11052 (COFF, static): Do not define, they are undefined later in the file.
11053
11054 * process.c (update_status): Don't use a union.
11055 (status_convert):
11056 (sigchld_handler): Use int instead of WAITTYPE.
11057
110582008-07-12 Chong Yidong <cyd@stupidchicken.com>
11059
11060 * indent.c (Fvertical_motion): Restore hscroll before moving to
11061 goal column.
11062
110632008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11064
11065 * lisp.h: Remove left over code.
11066
110672008-07-11 Andreas Schwab <schwab@suse.de>
11068
11069 * lisp.h: Fix logic in last change.
11070
11071 * menu.h: New file.
11072 * menu.c: Include it.
11073 * xmenu.c: Likewise.
11074 * Makefile.in: Update dependencies.
11075
110762008-07-11 Kenichi Handa <handa@m17n.org>
11077
11078 * fontset.c (fontset_from_font): Cancel the previous change.
11079
110802008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11081
11082 * lisp.h:
11083 * w32heap.c:
11084 * emacs.c:
11085 * alloc.c: Replace all references of NO_UNION_TYPE with
11086 USE_LISP_UNION_TYPE.
11087
11088 * m/xtensa.h (NO_UNION_TYPE):
11089 * m/vax.h (NO_UNION_TYPE):
11090 * m/template.h (NO_UNION_TYPE):
11091 * m/sparc.h (NO_UNION_TYPE):
11092 * m/mips.h (NO_UNION_TYPE):
11093 * m/macppc.h (NO_UNION_TYPE):
11094 * m/m68k.h (NO_UNION_TYPE):
11095 * m/iris4d.h (NO_UNION_TYPE):
11096 * m/intel386.h (NO_UNION_TYPE):
11097 * m/ibms390x.h (NO_UNION_TYPE):
11098 * m/ibms390.h (NO_UNION_TYPE):
11099 * m/ibmrs6000.h (NO_UNION_TYPE):
11100 * m/ia64.h (NO_UNION_TYPE):
11101 * m/hp800.h (NO_UNION_TYPE):
11102 * m/arm.h (NO_UNION_TYPE):
11103 * m/amdx86-64.h (NO_UNION_TYPE):
11104 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
11105 defining it the same.
11106
111072008-07-10 Chong Yidong <cyd@stupidchicken.com>
11108
11109 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
11110
111112008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
11112
11113 * fileio.c:
50426a04 11114 * sysdep.c:
aac0c6e3
MR
11115 * systty.h:
11116 * m/ibmrs6000.h:
11117 * m/iris4d.h:
11118 * s/aix4-2.h:
11119 * s/freebsd.h:
11120 * s/gnu-linux.h:
11121 * s/hpux10-20.h:
11122 * s/hpux11.h:
11123 * s/netbsd.h:
11124 * s/sol2-3.h:
11125 * s/sol2-4.h:
11126 * s/sol2.h:
11127 * s/usg5-4.h:
11128 * s/vms.h: Remove references to unused variables.
11129
111302008-07-10 Andreas Schwab <schwab@suse.de>
11131
11132 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
11133 pattern before matching the generic family.
11134
111352008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
11136
11137 * unexec.c:
11138 * s/vms.h:
11139 * s/usg5-4-2.h:
11140 * s/sol2-5.h:
11141 * s/freebsd.h:
11142 * s/darwin.h: Remove dead code.
11143
11144 * m/template.h:
11145 * m/sparc.h:
11146 * m/mips.h:
11147 * m/m68k.h:
11148 * m/iris4d.h:
11149 * m/intel386.h:
11150 * m/ibms390x.h:
11151 * m/ibms390.h:
11152 * m/ia64.h:
11153 * m/hp800.h:
11154 * m/arm.h:
11155 * m/amdx86-64.h: Remove dead code and references to unused
11156 and compiler defined symbols.
11157
11158 * unexmips.c:
11159 * unexelf.c: Remove references to desupported systems.
11160
11161 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
11162
11163 * m/powermac.h: Remove boilerplate comments.
11164 (NO_REMAP): Remove unused definition.
11165
11166 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
11167 define them.
11168
111692008-07-10 Kenichi Handa <handa@m17n.org>
11170
11171 * xfont.c (xfont_open): Log the reason of failure.
11172
111732008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11174
11175 * fontset.c (fontset_get_font_group):
11176 * font.c (font_check_otf): Specify argument types.
11177
111782008-07-09 Kenichi Handa <handa@m17n.org>
11179
11180 * coding.c (detect_coding_utf_8): Set detect_info->found only when
11181 non-ASCII char is found.
11182
11183 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
11184 (reorder_font_vector): Change the arg preferred_family to font.
11185 Prefer the spec matching with font.
11186 (fontset_get_font_group): New function.
11187 (fontset_find_font): Change the format of an element of a realized
11188 fontset. Use fontset_get_font_group.
11189 (fontset_font): Try the current fontset, the default fontset, the
11190 fallbacks of the current fontset, and the fallbacks of the default
11191 fontset in this order.
11192 (face_for_char): Delete the shortcut to use the current font.
11193 (fontset_from_font): Don't set fonts for Latin in the fontset.
11194
11195 * font.h (font_make_object, font_match_p): Adjust prototypes.
11196
11197 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
11198
11199 * font.c (font_make_object): New arg entity and pixelsize.
11200 (font_check_otf_features, font_check_otf): New functions.
11201 (font_match_p): Check :lang, :script, and :otf properties.
11202
11203 * xfont.c (xfont_open): Adjust it for the change of
11204 font_make_object.
11205 (xfont_text_extents): Fix initial setting of metrics.
11206
11207 * ftfont.c (struct ftfont_info): New member index, delete member
11208 fc_charset_idx. Make the member order compatible with struct
11209 xftfont_info.
11210 (fc_charset_table): Change charset names to registry names.
11211 (ftfont_pattern_entity): Delete the args registry and
11212 fc_charset_idx. Change the value of :font-entity property
11213 to (FONTNAME . INDEX). Always set :registry property to
11214 `iso10646-1'.
11215 (struct ftfont_cache_data): New struct.
11216 (ftfont_lookup_cache): New arg for_face.
11217 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
11218 (ftfont_driver): Set the member otf_capability.
11219 (ftfont_get_charset): Adjust it for the change of
11220 fc_charset_table.
11221 (OTF_TAG_SYM): New macro.
11222 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
11223 for the change of fc_charset_table.
11224 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
11225 ftfont_pattern_entity. Add FC_INDEX to objset.
11226 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
11227 and ftfont_pattern_entity.
11228 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
11229 font_make_object, struct ftfont_info.
11230 (ftfont_has_char): Use ftfont_get_fc_charset.
11231 (ftfont_otf_features, ftfont_otf_capability): New functions.
11232 (ftfont_shape): Use ftfont_get_otf.
11233 (ftfont_text_extents): Fix initial setting of metrics.
11234
11235 * xftfont.c (struct xftfont_info): New member ft_size. Make the
11236 member order compatible with struct ftfont_info.
11237 (xftfont_open): Add FC_CHARSET to the pattern. Set
11238 xftfont_info->ft_size. Don't unlock the face. Check BDF
11239 properties if appropriate.
11240 (xftfont_close): Unlock the face.
11241 (xftfont_anchor_point, xftfont_shape): Deleted.
11242 (syms_of_xftfont): Don't set members anchor_point and shape of
11243 xftfont_driver.
11244
11245 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
11246 font_make_object.
11247
11248 * w32font.c (w32font_open): Adjust it for the change of
11249 font_make_object.
11250 (w32font_open_internal): Don't set properties of font_object here.
11251
112522008-07-08 Chong Yidong <cyd@stupidchicken.com>
11253
11254 * macfns.c (x_create_tip_frame):
11255 * w32fns.c (x_create_tip_frame):
11256 * xfns.c (x_create_tip_frame): Pass parameter argument to
11257 face-set-after-frame-default.
11258
11259 * xfaces.c (Finternal_merge_in_global_face): Save merged
11260 attributes for the default face back into the face vector.
11261
112622008-07-08 Andreas Schwab <schwab@suse.de>
11263
11264 * fontset.h: Declare fontset_from_font. Don't declare
11265 new_fontset_from_font and fontset_from_font_name.
11266 * xterm.c: Include "fontset.h".
11267 * Makefile.in (xterm.o): Update dependencies.
11268
112692008-07-08 Glenn Morris <rgm@gnu.org>
11270
11271 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
11272 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
11273
112742008-07-07 Chong Yidong <cyd@stupidchicken.com>
11275
11276 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
11277 (x_set_frame_parameters): Don't bind it.
11278
112792008-07-07 Juanma Barranquero <lekktu@gmail.com>
11280
11281 * w32fns.c (map_w32_filename): Declare extern.
11282
112832008-07-07 Jason Rumney <jasonr@gnu.org>
11284
11285 * w32term.c (WS_EX_LAYERED): Define if not already.
11286
112872008-07-06 Chong Yidong <cyd@stupidchicken.com>
11288
11289 * xfaces.c (set_font_frame_param): Don't try to set the font
11290 parameter if it is still unspecified in the lface.
11291
112922008-07-05 Chong Yidong <cyd@stupidchicken.com>
11293
11294 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
11295 face if it didn't already exist.
11296
11297 * xdisp.c (try_window_id): Give up if word-wrapping is on.
11298
112992008-07-05 Andreas Schwab <schwab@suse.de>
11300
11301 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
11302
113032008-07-05 Chong Yidong <cyd@stupidchicken.com>
11304
11305 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
11306 word-wrapping.
11307 (IT_DISPLAYING_WHITESPACE): New macro.
11308 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
11309 when word-wrapping. Simplify word-wrapping logic. Use correct
11310 pixel positions when saving copies of the iterator.
11311 (display_line): Use proper wrap point if the last character on a
11312 line was preceded by whitespace.
11313
113142008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11315
11316 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
11317
113182008-07-04 Kenichi Handa <handa@m17n.org>
11319
11320 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
11321
11322 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
11323
113242008-07-02 Jason Rumney <jasonr@gnu.org>
11325
11326 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 11327 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
11328
11329 * xdisp.c (next_element_from_display_vector): Move assignment out
11330 of if statement.
11331
113322008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
11333
11334 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
11335
11336 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
11337 (syms_of_fileio): Initialize and export them.
11338 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
11339
11340 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
11341 (Fsystem_move_file_to_trash): New function.
11342 (syms_of_w32fns): Export it to lisp.
11343
113442008-07-01 Jason Rumney <jasonr@gnu.org>
11345
11346 * w32font.c (w32font_text_extents): Don't count overhang as part
11347 of width.
11348
113492008-06-30 Miles Bader <miles@gnu.org>
11350
11351 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
11352 Add `avoid_cursor_p' field.
11353
11354 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
11355 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
11356 (append_glyph, append_composite_glyph, produce_image_glyph)
11357 (append_stretch_glyph): Initialize avoid_cursor_p.
11358 (get_it_property): Rename from `get_line_height_property'.
11359 (x_produce_glyphs): Use get_it_property.
11360 (handle_line_prefix, push_display_prop): New functions.
11361 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
11362 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
11363 New variables.
11364 (syms_of_xdisp): Initialize them.
11365
113662008-06-30 Kenichi Handa <handa@m17n.org>
11367
11368 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
11369 XftDefaultSubstitute (they are called in XftFontMatch).
11370 (xftfont_open): Fix args to ftfont_font_format.
11371
11372 * ftfont.c (fc_charset_table): New member lang.
11373 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 11374 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
11375 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
11376 (ftfont_open): Fix args to ftfont_font_format.
11377 (ftfont_font_format): New arg filename.
11378
113792008-06-30 Chong Yidong <cyd@stupidchicken.com>
11380
11381 * xfaces.c (Finternal_merge_in_global_face): If default face was
11382 modified, realize it again. Update the font face attribute.
11383
113842008-06-29 Jason Rumney <jasonr@gnu.org>
11385
11386 * w32term.c (x_set_frame_alpha): Fix logic.
11387
113882008-06-29 Kenichi Handa <handa@m17n.org>
11389
11390 * fontset.c (Finternal_char_font): Return font-object instead of
11391 font-name.
11392
11393 * composite.c (get_composition_id): Fix the width calculation for TAB.
11394
113952008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11396
11397 * indent.c (Fvertical_motion): Properly handle float column arg.
11398
113992008-06-28 Jason Rumney <jasonr@gnu.org>
11400
11401 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
11402 (pfnSetLayeredWindowAttributes): New function pointer.
11403 (w32_initialize): Initialize it when supported.
11404 (x_set_frame_alpha): New function.
11405
11406 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
11407 (w32_frame_parm_handlers): Set alpha handler.
11408
11409 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
11410
114112008-06-27 Jason Rumney <jasonr@gnu.org>
11412
11413 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
11414 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
11415 (w32_to_x_charset, x_to_w32_charset)
11416 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11417 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11418 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11419 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11420 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11421 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11422 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
11423 (Qw32_charset_unicode): Remove.
11424 (syms_of_w32fns): Update for above changes.
11425
11426 * w32font.c (w32_to_x_charset, x_to_w32_charset)
11427 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11428 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11429 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11430 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11431 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11432 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11433 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
11434 (syms_of_w32font): Update for above changes.
11435
114362008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
11437
11438 * s/usg5-4.h: Fix previous change: keep the correct branch of a
11439 removed #if.
11440 (USG_SHARED_LIBRARIES): Remove duplicate definition.
11441
114422008-06-26 Juanma Barranquero <lekktu@gmail.com>
acd0102a 11443 Eli Zaretskii <eliz@gnu.org>
aac0c6e3
MR
11444
11445 * makefile.w32-in (LOCAL_FLAGS):
11446 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
11447
11448 * sysdep.c (_spawnlp, _getpid):
11449 Declare with explicit _cdecl instead of _CRTAPI1.
11450
11451 * editfns.c (Fget_internal_run_time):
11452 Check for WINDOWSNT with #ifdef, not #if.
11453
114542008-06-26 Jason Rumney <jasonr@gnu.org>
11455
11456 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
11457
11458 * w32term.c (x_draw_glyph_string_foreground)
11459 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
11460 Use FONT_HANDLE macro.
11461 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
11462
11463 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11464 (uniscribe_encode_char): Use FONT_HANDLE macro.
11465
11466 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
11467 (w32font_text_extents): Use precast w32_font.
11468 (w32font_close): Free cached metrics.
11469 (w32font_open_internal): Allocate space for name on stack.
11470
114712008-06-26 Chong Yidong <cyd@stupidchicken.com>
11472
11473 * xdisp.c (extend_face_to_end_of_line): Fix last change.
11474
114752008-06-26 Jason Rumney <jasonr@gnu.org>
11476
11477 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
11478 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
11479
114802008-06-26 Juanma Barranquero <lekktu@gmail.com>
11481
11482 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
11483
114842008-06-26 Jason Rumney <jasonr@gnu.org>
11485
11486 * w32bdf.c, w32bdf.h: Remove obsolete files.
11487
11488 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
11489
11490 * w32gui.h: Don't include w32bdf.h.
11491 (XCharStruct, enum w32_char_font_type, W32FontStruct):
11492 Remove obsolete font support.
11493
11494 * w32font.h (struct w32font_info): Remove compat_w32_font.
11495 Add hfont member.
11496 (FONT_COMPAT): Remove obsolete macro.
11497
11498 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
11499 (w32font_encode_char, w32font_text_extents): Use new hfont member.
11500 (w32font_open_internal): Remove compat code. Set new hfont member.
11501 (Fx_select_font): Use new hfont member.
11502
11503 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11504 (uniscribe_encode_char): Use new hfont member.
11505
11506 * w32term.c (x_draw_glyph_string_foreground)
11507 (x_draw_composite_glyph_string_foreground): Use new hfont member.
11508 (x_draw_glyph_string): Use metrics in w32font_info.
11509
115102008-06-26 Kenichi Handa <handa@m17n.org>
11511
11512 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
11513
115142008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11515
11516 * unexnext.c:
11517 * m/ews4800.h:
11518 * m/hp9000s300.h:
11519 * m/ibm370aix.h:
11520 * m/mips-siemens.h:
11521 * m/ncr386.h:
11522 * m/next.h:
11523 * m/pmax.h:
11524 * m/powerpcle.h:
11525 * m/tandem-s2.h:
11526 * s/386bsd.h:
11527 * s/bsd386.h:
11528 * s/bsd4-1.h:
11529 * s/bsd4-2.h:
11530 * s/bsdos2-1.h:
11531 * s/bsdos2.h:
11532 * s/bsdos3.h:
11533 * s/bsdos4.h:
11534 * s/nextstep.h:
11535 * s/ultrix4-3.h:
11536 * s/usg5-0.h:
11537 * s/usg5-2-2.h:
11538 * s/usg5-2.h:
11539 * s/usg5-4-3.h:
11540 * s/ux4800.h:
11541 * s/uxpds.h:
11542 * s/uxpv.h: Remove support for obsolete systems.
11543 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 11544 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
11545 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
11546 Remove, insert contents in s/aix4-2.h.
11547 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
11548 * s/bsd4-3.h: Rename to ...
11549 * s/bsd-common.h: ... this.
11550 * data.c:
11551 * doc.c:
11552 * ecrt0.c:
11553 * emacs.c:
11554 * fileio.c:
11555 * floatfns.c:
11556 * keyboard.c:
11557 * mem-limits.h:
11558 * print.c:
11559 * process.c:
11560 * sysdep.c:
11561 * syssignal.h:
11562 * systty.h:
11563 * syswait.h:
11564 * term.c:
11565 * unexec.c:
11566 * unexelf.c:
11567 * unexhp9k800.c:
11568 * m/hp800.h:
11569 * m/ibmrs6000.h:
11570 * m/mips.h:
11571 * m/vax.h:
11572 * s/darwin.h:
11573 * s/freebsd.h:
11574 * s/gnu.h:
11575 * s/ms-w32.h:
11576 * s/msdos.h:
11577 * s/netbsd.h:
11578 * s/template.h: Remove references to obsolete variables.
11579
11580 * Makefile.in: Add dependencies for all unexec files.
11581 (admindir): Remove unused variable.
11582 (UNEXEC_SRC): Remove references.
11583
115842008-06-25 Chong Yidong <cyd@stupidchicken.com>
11585
11586 * xfns.c (x_default_font_parameter): If Xft is available, first
11587 try Monospace-12 for the default font.
11588
115892008-06-25 Jason Rumney <jasonr@gnu.org>
11590
11591 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
11592
115932008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11594
11595 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
11596
11597 * buffer.c (syms_of_buffer): Remove default-word-wrap.
11598
115992008-06-25 Juanma Barranquero <lekktu@gmail.com>
11600
11601 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
11602 <scroll-conservatively>: Fix typo in docstring.
11603
11604 * xselect.c (Fx_send_client_event): Doc fix.
11605
116062008-06-25 Kenichi Handa <handa@m17n.org>
11607
11608 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
11609
11610 * font.c (font_parse_fcname): Remove unused variables.
11611 (font_sort_entites): Delete the arg SPEC. Caller changed.
11612 Fix for the case of ! best_only.
11613 (font_delete_unmatched): Check DPI and AVGWIDTH too.
11614
11615 * lisp.h (Fstring_to_unibyte): EXFUN it.
11616
11617 * character.h (str_to_unibyte): Extern it.
11618
11619 * character.c (str_to_unibyte): New function.
11620
11621 * fns.c (Fstring_to_unibyte): New function.
11622 (syms_of_fns): Defsubr it.
11623
116242008-06-24 Kenichi Handa <handa@m17n.org>
11625
11626 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
11627 DPI too.
11628 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
11629
116302008-06-24 Andreas Schwab <schwab@suse.de>
11631
11632 * Makefile.in (${lispsource}loaddefs.el): Rename from
11633 ../lisp/loaddefs.el.
11634 (bootstrap-clean): Do what distclean does but don't remove
11635 Makefile.
11636 (distclean): Depend on bootstrap-clean and remove Makefile.
11637
116382008-06-24 Chong Yidong <cyd@stupidchicken.com>
11639
11640 * buffer.h (struct buffer): New member word_wrap.
11641
11642 * buffer.c (syms_of_buffer): New variables default-word-wrap and
11643 word-wrap.
11644 (init_buffer_once): Initialize them.
11645
11646 * dispextern.h (struct it): Replace bool truncate_lines_p with a
11647 line_wrap enum possessing three possible values.
11648
11649 * termopts.h: Replace truncate_partial_width_windows with
11650 Vtruncate_partial_width_windows.
11651
11652 * dispnew.c (direct_output_for_insert): Avoid direct output when
11653 inserting a space with word wrap on.
11654
11655 * indent.c (compute_motion): Obey integer values of
11656 truncate-partial-width-windows.
11657
11658 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
11659 replacing truncate_partial_width_windows.
11660 (init_iterator): If Vtruncate_partial_width_windows is an integer,
11661 truncate only if the window width is below that integer.
11662 (start_display, resize_mini_window, produce_stretch_glyph)
11663 (display_string, move_it_in_display_line_to): Use line_wrap.
11664 (back_to_previous_visible_line_start, reseat_1): Reset
11665 string_from_display_prop_p.
11666 (display_line): Extend default face to end of line when wrapping.
11667
116682008-06-24 Kim F. Storm <storm@cua.dk>
11669
11670 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
11671 to wrap continued lines at word boundaries.
11672
116732008-06-24 Jason Rumney <jasonr@gnu.org>
11674
11675 * font.c (Ffont_face_attributes): Multiply pixel size before point
11676 conversion to avoid multiplying rounding error.
11677
116782008-06-23 Jason Rumney <jasonr@gnu.org>
11679
11680 * w32term.c (x_draw_glyph_string_background)
11681 (x_draw_glyph_string): Remove old bdf font code.
11682
11683 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
11684
116852008-06-22 Kenichi Handa <handa@m17n.org>
11686
11687 * font.c (font_find_for_lface): Try the adstyle specified in
11688 the property of LFACE_FONT of LFACE (if any).
11689
116902008-06-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 11691 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
11692
11693 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
11694
116952008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11696
11697 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
11698 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
11699 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
11700 (witness-emacs): Remove.
11701 (lisp, shortlisp): Move loaddefs.el earlier.
11702 (mostlyclean): Forget about witness-emacs.
11703
117042008-06-22 Glenn Morris <rgm@gnu.org>
11705
11706 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
11707 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
11708
117092008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11710
11711 * Makefile.in (PRECOMP): Remove.
11712 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
11713 (witness-emacs): Run `compile-first'.
11714 (.el.elc): Use the new compile-onefile target.
11715
117162008-06-21 Kenichi Handa <handa@m17n.org>
11717
11718 * xftfont.c (xftfont_open): Handle QCembolden only when
11719 FC_EMBOLDEN is defined.
11720
117212008-06-21 Andreas Schwab <schwab@suse.de>
11722
11723 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
11724 (.el.elc): Likewise.
11725
117262008-06-21 Miles Bader <miles@gnu.org>
11727
11728 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
11729 build dir, not the lisp source dir.
11730
117312008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11732
11733 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
11734 (bootstrapclean): Remove.
11735 (.el.elc): New rule.
11736 (PRECOMP): New var.
11737 (../lisp/subdirs.el): Remove.
11738 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
11739 (witness-emacs): New target.
11740 (mostlyclean): Remove witness-emacs as well.
11741 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
11742 Add witness-emacs dependency.
11743
117442008-06-20 Chong Yidong <cyd@stupidchicken.com>
11745
11746 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
11747 defined by the font.
11748
117492008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11750
11751 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
11752 (bootstrap-clean): New target that keeps TAGS around.
11753 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
11754 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
11755
117562008-06-20 Jason Rumney <jasonr@gnu.org>
11757
11758 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
11759 Remove obsolete font code.
11760
11761 * w32font.c (font_matches_spec): Use csb bitfield from font signature
11762 to determine language support.
11763
117642008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11765
11766 * sysdep.c (cfsetspeed): New fun extracted from the code.
11767 (cfmakeraw): Move before first use.
11768
117692008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
11770
11771 * sysdep.c (cfmakeraw): Provide fallback implementation.
11772 (serial_configure): Provide fallback implementation of cfsetspeed.
11773
117742008-06-20 Kenichi Handa <handa@m17n.org>
11775
11776 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
11777 the pattern.
11778
11779 * fontset.c (fontset_from_font): Copy font_spec before changing
11780 the elements.
11781
11782 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
11783
117842008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11785
11786 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
11787 for explicit `font' parameters.
11788
11789 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
11790
117912008-06-19 Kenichi Handa <handa@m17n.org>
11792
11793 * frame.c: Include <ctype.h>.
11794 (x_set_font_backend): Allow spacing characters in the X resource
11795 for FontBackend.
11796
117972008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
11798
11799 * w32fns.c, xfns.c (Qfont_param): New var.
11800 (syms_of_w32fns): Initialize it.
11801 (x_default_font_parameter): Record explicit `font' into
11802 `font-parameter'.
11803
118042008-06-18 Kenichi Handa <handa@m17n.org>
11805
11806 * font.c (font_parse_xlfd): Fix previous change.
11807 (font_parse_fcname): Don't use :fc-unknown-spec.
11808 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
11809 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
11810 (font_add_log): Prepend the driver name to the resulting fonts.
11811
11812 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
11813 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
11814 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
11815
11816 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
11817 (QCembolden): New variables.
11818 (syms_of_xftfont): DEFSYM them.
11819 (xftfont_open): Call XftFontMatch. Don't trust the result of
11820 XftTextExtents8 if the pixel_size is less than 5.
11821
118222008-06-18 Andreas Schwab <schwab@suse.de>
11823
11824 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
11825 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
11826
118272008-06-18 Jason Rumney <jasonr@gnu.org>
11828
11829 * w32font.c (w32font_list, w32font_match): Add logging.
11830
11831 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
11832
118332008-06-17 Chong Yidong <cyd@stupidchicken.com>
11834
11835 * font.c (font_parse_fcname): Store divider characters for
11836 unknown-spec list. For known key symbols, intern using correct
11837 symbol name.
11838
118392008-06-17 Kenichi Handa <handa@m17n.org>
11840
11841 * xfaces.c (realize_default_face): If the frame is not on window
11842 system, set the fontset of face to nil.
11843
118442008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
11845
11846 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
11847
118482008-06-16 Juanma Barranquero <lekktu@gmail.com>
11849
11850 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
11851 (build_font_name_from_vector): Delete externs.
11852
11853 * xfaces.c (struct font_name): Don't declare.
11854
118552008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
11856
11857 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
11858
118592008-06-16 Chong Yidong <cyd@stupidchicken.com>
11860
11861 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
11862
118632008-06-16 Juanma Barranquero <lekktu@gmail.com>
11864
11865 * font.c (Ffont_spec): Fix usage in docstring.
11866 (Ffont_face_attributes): Doc fix.
11867
118682008-06-16 Andreas Schwab <schwab@suse.de>
11869
11870 * font.c (Ffont_face_attributes): Fix definition.
11871
118722008-06-16 Jason Rumney <jasonr@gnu.org>
11873
11874 * font.h (font_style_symbolic_from_value): Remove.
11875
11876 * font.c (font_style_symbolic_from_value): Remove.
11877 (font_style_symbolic): Revert to pre 2008-06-13 version.
11878
11879 * w32font.c (w32_to_fc_weight): New function.
11880 (w32font_full_name, logfont_to_fcname): Use it.
11881
118822008-06-16 Kenichi Handa <handa@m17n.org>
11883
11884 * font.c (font_check_object): Delete it.
11885 (font_clear_cache): Check if a font-object is alive.
11886 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
11887 font-object to nil.
11888 (font_close_object): Don't check FONT_CLOSE_OBJECT.
11889 (font_at): Don't call font_check_object.
11890 (Ffont_get): Return a symbol for :weight, :slant, and :width.
11891
118922008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
11893
11894 * puresize.h (BASE_PURESIZE): Increase to 1230000.
11895
118962008-06-16 Chong Yidong <cyd@stupidchicken.com>
11897
11898 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
11899
119002008-06-15 Chong Yidong <cyd@stupidchicken.com>
11901
11902 * font.c (font_parse_fcname): Only one decimal point.
11903 (font_unparse_fcname): Handle data in family and foundry indices
11904 as symbols, not strings.
11905 (font_unparse_gtkname, Ffont_face_attributes): New functions.
11906
11907 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
11908
11909 * font.h (font_unparse_gtkname): Add prototype.
11910
119112008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
11912
11913 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
11914
119152008-06-15 Andreas Schwab <schwab@suse.de>
11916
11917 * font.c (font_update_drivers): Fix crash when no drivers match.
11918
119192008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11920
11921 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
11922 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
11923
119242008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11925
11926 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
11927
119282008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11929
11930 * process.c (Fserial_process_configure, Fprocess_send_eof):
11931 Use EQ to compare Lisp_Objects.
11932
119332008-06-13 Jason Rumney <jasonr@gnu.org>
11934
11935 * w32fns.c (Fw32_select_font): Remove old font API function.
11936
11937 * w32font.c (logfont_to_fcname): New function.
11938 (Fx_select_font): New font dialog function compatible with
11939 GTK/fontconfig version.
11940
11941 * font.c (font_style_symbolic_from_value): New function.
11942 (font_style_symbolic): Use it.
11943
11944 * font.h (font_style_symbolic_from_value): Declare new function.
11945
119462008-06-13 Juanma Barranquero <lekktu@gmail.com>
11947
11948 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
11949 <font-width-table>: Fix typos in docstrings.
11950
119512008-06-13 Daniel Engeler <engeler@gmail.com>
11952
11953 These changes add serial port access.
11954 * process.c: Add HAVE_SERIAL.
11955 (Fdelete_process, Fprocess_status, Fset_process_buffer)
11956 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
11957 (list_processes_1, select_wrapper, Fstop_process)
11958 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
11959 (status_notify): Modify to handle serial processes.
11960 [HAVE_SERIAL] (Fserial_process_configure)
11961 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
11962 New functions.
11963 * process.h (struct Lisp_Process): Add `type'.
11964 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
11965 New functions.
11966 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
11967 serial ports.
b71ac3dd 11968 (serial_open, serial_configure): New functions.
aac0c6e3
MR
11969 * w32.h: Add FILE_SERIAL.
11970 (struct _child_process): Add ovl_read, ovl_write.
11971
119722008-06-13 Kenichi Handa <handa@m17n.org>
11973
11974 * dispextern.h (enum lface_attribute_index): New member
11975 LFACE_FOUNDRY_INDEX.
11976
11977 * font.c (font_score): Delete arg alternate_families. Check only
11978 weight, slant, width, and size. Ignore the difference of alias
11979 style symbols.
11980 (font_sort_entites): Adjust for the above change. Reflect the
11981 order of font-driver to scores.
11982 (font_list_entities): Don't check alternate_familes here.
11983 (font_clear_prop): Handle foundry.
11984 (font_update_lface): Don't parse "foundry-family" form here.
11985 Handle FONT_FOUNDRY_INDEX.
11986 (font_find_for_lface): Likewise. Handle alternate families here.
11987 If registry is nil, try iso8859-1 and ascii-0.
11988 (font_open_for_lface): Pay attention to size in ENTITY.
11989 (font_open_by_name): Simplify by calling font_load_for_lface.
11990 (free_font_driver_list): Delete it.
11991 (font_update_drivers): Preserve the order of backends.
11992 (syms_of_font): Setting of sort_shift_bits adjusted for the change
11993 of font_score and font_sort_entites.
11994 (font_update_sort_order): Likewise.
11995
11996 * xfaces.c (LFACE_FOUNDRY): New macro.
11997 (check_lface_attrs): Check foundry.
11998 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
11999 (merge_face_vectors): Check foundry.
12000 (merge_face_ref): Likewise.
12001 (Finternal_set_lisp_face_attribute): Likewise.
12002 (x_update_menu_appearance): Likewise.
12003 (Finternal_get_lisp_face_attribute): Likewise.
12004 (lface_hash): Likewise.
12005 (lface_same_font_attributes_p): Likewise.
12006 (x_supports_face_attributes_p): Likewise.
12007 (tty_supports_face_attributes_p): Likewise.
12008 (Finternal_set_alternative_font_family_alist): Intern strings.
12009 (Finternal_set_alternative_font_registry_alist): Downcase strings.
12010 (realize_default_face): Set LFACE_FOUNDRY (lface).
12011
12012 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
12013 font-driver at first.
12014
12015 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
12016
120172008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12018
12019 * lread.c (Fload): Use xfree, not free on saved_doc_string.
12020
120212008-06-12 Jim Meyering <meyering@redhat.com>
12022
12023 Make unexec_free handle NULL the same way free does.
12024 * unexmacosx.c (unexec_free): Ignore a NULL argument.
12025
120262008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12027
12028 * character.h (CHAR_TO_BYTE_SAFE): New macro.
12029 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
12030 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
12031 (WEAK_ALIAS): Simplify.
12032 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
12033 when searching a unibyte buffer.
12034
120352008-06-12 Chong Yidong <cyd@stupidchicken.com>
12036
12037 * xfns.c (Fx_select_font): Rename from x-font-dialog.
12038
120392008-06-12 Juanma Barranquero <lekktu@gmail.com>
12040
12041 * w32font.c: Include ctype.h.
12042
120432008-06-11 Jason Rumney <jasonr@gnu.org>
12044
12045 * w32font.c (w32font_encode_char): Detect missing glyphs that are
12046 misreported as space.
12047 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
12048 as aliases for registry iso10646-1.
12049
120502008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12051
12052 * buffer.c (clone_per_buffer_values): Skip `name'.
12053
120542008-06-11 Chong Yidong <cyd@stupidchicken.com>
12055
12056 * font.c (font_parse_fcname): Fix last change; accept decimal
12057 points in font size.
12058
120592008-06-10 Jason Rumney <jasonr@gnu.org>
12060
12061 * w32uniscribe.c (add_opentype_font_name_to_list):
12062 Skip non unicode fonts.
12063
120642008-06-10 Chong Yidong <cyd@stupidchicken.com>
12065
12066 * xfns.c (Fx_font_dialog): New function.
12067
12068 * gtkutil.c (xg_dialog_response_cb): Rename from
12069 xg_file_response_callback.
12070 (pop_down_dialog): Rename from pop_down_file_dialog.
12071 (xg_get_file_name): Callers changed.
12072 (xg_get_font_name): New function.
12073
12074 * gtkutil.h (xg_get_font_name): Insert prototype.
12075
120762008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12077
12078 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
12079 x_underline_minimum_display_offset.
12080 (syms_of_xdisp): Declare it here rather than in xterm.c.
12081 * dispextern.h (underline_minimum_offset): Declare it.
12082 * w32term.c (x_draw_glyph_string): Use it.
12083 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
12084 (syms_of_xterm): Don't declare it any more.
12085 (x_draw_glyph_string): Adjust to the new name.
12086
8719abec 120872008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
12088
12089 * xterm.c (x_underline_minimum_display_offset): New var.
12090 (x_draw_glyph_string): Use it.
12091 (syms_of_xterm): Declare it.
12092
120932008-06-10 Chong Yidong <cyd@stupidchicken.com>
12094
12095 * font.c (font_parse_fcname): Accept GTK-style font names too.
12096
120972008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12098
12099 * dired.c (file_name_completion): Don't return t if the match is exact
12100 but with different capitalization.
12101 * minibuf.c (Ftry_completion): Simplify.
12102
12103 * window.c (Vwindow_point_insertion_type): New var.
12104 (set_window_buffer): Use it.
12105 (syms_of_window): Init and export it to Lisp.
12106
121072008-06-10 Kenichi Handa <handa@m17n.org>
12108
12109 * font.h (font_intern_prop): Prototype adjusted.
12110
12111 * font.c (font_intern_prop): New arg force_symbol.
12112 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
12113 Adjust for the change of font_intern_prop.
12114
12115 * ftfont.c (ftfont_pattern_entity):
12116 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
12117 (w32_registry):
12118 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
12119 the change of font_intern_prop.
12120
121212008-06-09 Juanma Barranquero <lekktu@gmail.com>
12122
12123 * w32menu.c (digest_single_submenu): Declare extern.
12124
121252008-06-09 Jason Rumney <jasonr@gnu.org>
12126
12127 * w32term.c (x_make_frame_visible): Use alternate restore flags.
12128
12129 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
12130 (parse_single_submenu): Remove.
12131 (digest_single_submenu): Remove.
12132 (syms_of_w32menu): Don't initialise variables that have moved
12133 to menu.c.
12134 (set_frame_menubar): Sync with version in xmenu.c.
12135 (w32_menu_show): Sync with xmenu_show in xmenu.c.
12136
12137 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
12138 Make static again.
12139
121402008-06-09 Jason Rumney <jasonr@gnu.org>
12141
12142 Changes to w32 files related to the move of common menu code
12143 to menu.c on 2008-06-08 by Chong Yidong.
12144
12145 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
12146 defs to w32gui.h.
12147 (single_keymap_panes, push_menu_item, push_menu_pane):
12148 Make globally visible.
12149
12150 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
12151 (local_free, malloc_widget_value, free_widget_value)
12152 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
12153 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
12154 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
12155 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
12156 (menu_items, menu_items_allocated, menu_items_used)
12157 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
12158 (init_menu_items, finish_menu_items, discard_menu_items)
12159 (grow_menu_items, push_submenu_start, push_submenu_end)
12160 (push_left_right_boundary, push_menu_pane, push_menu_item)
12161 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
12162 (free_menubar_widget_tree_value, parse_single_submenu)
12163 (update_submenu_strings): Remove functions.
12164 (xmalloc_widget_value): Remove and declare extern.
12165
12166 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
12167 (OBJ1): Build it.
12168
12169 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
12170 (local_heap, local_alloc, local_free, malloc_widget_value)
12171 (free_widget_value): Define here.
12172
121732008-06-09 Kenichi Handa <handa@m17n.org>
12174
12175 * font.h (Qascii_0): Extern it.
12176
12177 * font.c (Qascii_0): New variable.
12178 (syms_of_font): DEFSYM it.
12179 (font_open_by_name): If the registry "iso8859-1" fails, try also
12180 "ascii-0".
12181
12182 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
12183
121842008-06-08 Kenichi Handa <handa@m17n.org>
12185
12186 * .gdbinit (xfont): New command.
12187
121882008-06-08 Andreas Schwab <schwab@suse.de>
12189
12190 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
12191 * Makefile.in (menu.o): Update dependencies.
12192
12193 * Makefile.in (obj): Always add menu.o.
12194 * emacs.c (main): Always call syms_of_menu.
12195 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
12196
121972008-06-08 Chong Yidong <cyd@stupidchicken.com>
12198
12199 * Makefile.in: Compile menu.c.
12200
12201 * lisp.h: Declare syms_of_menu.
12202
12203 * emacs.c (main): Call syms_of_menu.
12204
12205 * keyboard.h: Relocate platform-independent menu definitions from
12206 xmenu.c.
12207
12208 * menu.c: New file. Relocate platform-independent menu
12209 definitions from xmenu.c. Suggested by Adrian Robert.
12210
12211 * xmenu.c: Remove platform-independent menu definitions.
560bb7ae 12212 (menu_items, menu_items_inuse, menu_items_allocated)
aac0c6e3
MR
12213 (menu_items_used, menu_items_n_panes)
12214 (menu_items_submenu_depth): Move to keyboard.h.
12215 (init_menu_items, finish_menu_items, unuse_menu_items)
12216 (discard_menu_items, restore_menu_items, save_menu_items)
12217 (grow_menu_items, push_submenu_start, push_submenu_end)
12218 (push_left_right_boundary, push_menu_pane, push_menu_item)
12219 (keymap_panes, single_keymap_panes, single_menu_item)
12220 (list_of_panes, list_of_items, find_and_call_menu_selection)
12221 (xmalloc_widget_value, free_menubar_widget_value_tree)
12222 (parse_single_submenu, digest_single_submenu)
12223 (update_submenu_strings): Move to menu.c.
12224
122252008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12226
12227 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
12228
122292008-06-06 Miles Bader <miles@gnu.org>
12230
12231 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
12232 face, not frame default.
12233
122342008-06-05 Martin Rudalics <rudalics@gmx.at>
12235
12236 * window.c (pop_up_windows, pop_up_frames)
12237 (display_buffer_reuse_frames, Vpop_up_frame_function)
12238 (Vdisplay_buffer_function, Veven_window_heights)
12239 (Vspecial_display_buffer_names, Vspecial_display_regexps)
12240 (Vspecial_display_function, Vsame_window_buffer_names)
12241 (Vsame_window_regexps, split_height_threshold)
12242 (Vsplit_window_preferred_function): Move those vars to window.el.
12243 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
12244 (Fdisplay_buffer): Move those functions to window.el.
12245 (syms_of_window): Remove corresponding declarations.
12246 (display_buffer): New function.
12247 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
12248 * dispnew.c (Flast_nonminibuf_frame): New function.
12249 * buffer.c (Fpop_to_buffer): Move to window.el.
12250
122512008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12252
12253 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
12254
122552008-06-05 Kenichi Handa <handa@m17n.org>
12256
12257 * coding.c (detect_coding): Fix previous change.
12258 (detect_coding_system): Likewise.
12259
122602008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12261
12262 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
12263
12264 * keymap.c (Vminibuffer_local_filename_must_match_map):
12265 Rename from Vminibuffer_local_must_match_filename_map.
12266 (syms_of_keymap):
12267 * minibuf.c (Fcompleting_read): Adjust accordingly.
12268 * commands.h: Rename declaration as well.
12269
122702008-06-05 Kenichi Handa <handa@m17n.org>
12271
12272 * font.c (Ffont_spec): Don't use font_parse_family_registry for
12273 family name.
12274 (Ffont_put): Likewise.
12275
12276 * fontset.c (fontset_find_font): Call font_open_for_lface with the
12277 current font-spec.
12278
12279 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
12280 is unspecified.
12281
12282 * xfaces.c (realize_x_face): If the font-related face attributes
12283 are the same as those of default face, realize a new fontset from
12284 default->fontset.
12285 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
12286
122872008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12288
12289 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
12290 (move_it_in_display_line): New wrapper.
12291
12292 * window.c (window_scroll_pixel_based_preserve_x)
12293 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
12294 (window_scroll_pixel_based, window_scroll_line_based):
12295 Use them to preserve column positions.
12296 (syms_of_window): Initialize them.
12297
12298 * indent.c (Fvertical_motion): Extend first arg to allow passing an
12299 (HPOS . VPOS) pair.
12300
12301 * dispextern.h (move_it_in_display_line): Declare.
12302
123032008-06-05 Juanma Barranquero <lekktu@gmail.com>
12304
12305 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
12306 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
12307 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
12308
123092008-06-04 Juanma Barranquero <lekktu@gmail.com>
12310
12311 * window.c (Fset_window_parameter): Doc fix.
12312 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
12313
123142008-06-04 Joakim Verona <joakim@verona.se>
12315
12316 * window.h (struct window): Add new member window_parameters.
12317
12318 * window.c (Fwindow_parameters, Fwindow_parameter)
12319 (Fset_window_parameter): New defuns.
12320 (syms_of_window): Defsubr the new defuns.
12321 (make_window): Initialize window_parameters to nil.
12322
123232008-06-04 John Paul Wallington <jpw@pobox.com>
12324
12325 * eval.c (Fdefmacro): Doc fix.
12326
123272008-06-04 Kenichi Handa <handa@m17n.org>
12328
12329 * coding.c (detect_coding): Fix handling of coding->head_ascii.
12330 Be sure to call setup_coding_system when we find a proper coding system.
12331 (detect_coding_system): Fix handling of coding->head_ascii.
12332
123332008-06-03 Andreas Schwab <schwab@suse.de>
12334
12335 * font.c (font_prop_validate_spacing): Fix last change.
12336
123372008-06-03 Kenichi Handa <handa@m17n.org>
12338
12339 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
12340 (font_parse_fcname): Fix handling of unknown key.
12341
12342 * xfont.c (xfont_list): Try an alias.
12343
12344 * charset.c (char_charset): Return NULL if the arg charset_list is
12345 specified and C doesn't belong to any of them.
12346
123472008-06-02 Chip Coldwell <coldwell@redhat.com>
12348
12349 * font.c (font_pixel_size): Don't take cdr of an integer.
12350
123512008-06-02 Jim Meyering <meyering@redhat.com>
12352
12353 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
12354 * alloc.c (xfree): Return right away for a NULL arg.
12355 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
12356 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
12357 * mac.c (create_apple_event_from_event_ref): Likewise.
12358 (create_apple_event_from_drag_ref, cfstring_create_normalized):
12359 Likewise.
12360 * doprnt.c (doprnt1): Likewise.
12361 * frame.c (frame): Likewise.
12362 * keyboard.c (wipe_kboard): Likewise.
12363 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
12364 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
12365 * term.c (tty_default_color_capabilities, maybe_fatal)
12366 (delete_tty): Likewise.
12367 * w16select.c (string): Likewise.
12368 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
12369 * w32bdf.c (w32_free_bdf_font): Likewise.
12370 * w32fns.c (w32_unload_font): Likewise.
12371 * w32font.c (w32font_close): Likewise.
12372 * window.c (size_window): Likewise.
12373 * xselect.c (receive_incremental_selection): Likewise.
12374 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
12375 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
12376 * w32.c (stat): Likewise.
12377
12378 Remove useless if-before-free tests.
12379 * editfns.c (Fset_time_zone_rule): Likewise.
12380 * lread.c (nosuffix): Likewise.
12381 * ralloc.c (get_bloc): Likewise.
12382 * regex.c (reg_free): Likewise.
12383 * xftfont.c (xftfont_open, xftfont_close): Likewise.
12384 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
12385 * xsmfns.c (smc_save_yourself_CB): Likewise.
12386
123872008-06-02 Kenichi Handa <handa@m17n.org>
12388
12389 * font.c (font_find_for_lface): Handle float font size.
12390 (font_open_for_lface): Likewise.
12391
12392 * xfaces.c (x_supports_face_attributes_p): Check face->font before
12393 comparing the properties.
12394
123952008-06-01 Jason Rumney <jasonr@gnu.org>
12396
12397 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
12398 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
12399 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
12400 Don't add empty script list.
12401 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
12402
124032008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
12404
12405 * Makefile.in (dot, dotdot): Remove, update users.
12406 ".." has been used elsewhere in the file for a long time.
12407 (LIBXT_STATIC): Remove conditional based on unused variable.
12408
124092008-06-01 Miles Bader <miles@gnu.org>
12410
12411 * xfaces.c (Vface_remapping_alist): New variable.
12412 (syms_of_xfaces): Initialize it.
12413 (enum named_merge_point_kind): New type.
12414 (struct named_merge_point): Add `named_merge_point_kind' field.
12415 (push_named_merge_point): Make cycle detection respect different
12416 named-merge-point kinds.
12417 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
12418 Remove face-name alias resolution.
12419 (lface_from_face_name): New definition using
12420 `lface_from_face_name_no_resolve'.
12421 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
12422 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
12423 (get_lface_attributes): New definition that layers face-remapping on
12424 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
12425 (lookup_basic_face): New function.
12426 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
12427 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
12428 `get_lface_attributes'.
12429 (face_at_buffer_position): Use `lookup_basic_face' to lookup
12430 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
12431 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
12432
12433 * xdisp.c (init_iterator): Pass base_face_id through
12434 `lookup_basic_face' when we actually use it as a face-id.
12435 (handle_single_display_prop): Use `lookup_basic_face' to lookup
12436 DEFAULT_FACE_ID.
12437
12438 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
12439 lookup the initial face-id.
12440
12441 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
12442
124432008-06-01 Juanma Barranquero <lekktu@gmail.com>
12444
12445 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
12446 (Fremove_text_properties): Fix typos in docstrings.
12447
124482008-05-31 Kenichi Handa <handa@m17n.org>
12449
12450 * font.c (font_list_entities): Fix the car part of data to be
12451 stored in the cache.
12452
12453 * ftfont.c (ftfont_font_format): Don't use strcasestr.
12454
124552008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12456
12457 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
12458 Add a `test' argument so another predicate than `equal' can be used.
12459 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
12460 (map_char_table): Remove unused vars `c' and `i'.
12461 * lisp.h (Foptimize_char_table): Adjust declaration.
12462 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
12463
124642008-05-30 Kenichi Handa <handa@m17n.org>
12465
12466 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
12467 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
12468 defined.
12469
124702008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12471
12472 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12473 (Fmake_variable_frame_local): Disallow mixing buffer-local and
12474 frame-local settings for the same variable.
12475
124762008-05-30 Kenichi Handa <handa@m17n.org>
12477
12478 * fontset.c (Ffont_info): Move to font.c.
12479 (syms_of_fontset): Delete defsubr of Sfont_info.
12480
12481 * font.c (font_style_to_value, font_score): Delete casting of the
12482 args to xstcasecmp.
12483 (register_font_driver): Increment num_font_drivers only when
12484 registering the driver globally.
12485 (Ffont_info): Move from fontset.c. Handle a font object too.
12486 (syms_of_font): Defsubr Sfont_info.
12487
124882008-05-29 Kenichi Handa <handa@m17n.org>
12489
12490 * coding.h (enum define_coding_utf8_arg_index): New enum.
12491 (enum coding_attr_index): Change coding_attr_utf_16_bom to
12492 coding_attr_utf_bom.
12493 (enum utf_bom_type): Rename from utf_16_bom_type.
12494 (struct utf_16_spec): Adjust for the above change.
12495 (struct coding_system): Add utf_8_bom in `spec' union.
12496
12497 * coding.c (CODING_UTF_8_BOM): New macro.
12498 (enum coding_category): Delete coding_category_utf_8, add
12499 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
12500 coding_category_utf_8_sig.
12501 (CATEGORY_MASK_UTF_8): Delete it.
12502 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
12503 (CATEGORY_MASK_UTF_8_SIG): New macros.
12504 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
12505 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
12506 CATEGORY_MASK_UTF_8_SIG.
12507 (CATEGORY_MASK_UTF_8): New macro.
12508 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
12509 (detect_coding_utf_8): Check BOM.
12510 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
12511 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
12512 (encode_coding_utf_16): Likewise.
12513 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
12514 (detect_coding, detect_coding_system): Handle utf-8-auto.
12515 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
12516 (syms_of_coding): Fix setting up of Vcoding_category_table.
12517
125182008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12519
12520 * process.c (Faccept_process_output): If `millisec' is non-nil,
12521 `seconds' default to 0.
12522 (wait_reading_process_output): Also return non-nil if we read output
12523 from a non-running process.
12524
125252008-05-29 Jason Rumney <jasonr@gnu.org>
12526
12527 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
12528 `raster' specified.
12529 (add_font_entity_to_list): Allow non-opentype truetype fonts back
12530 in the uniscribe backend, but disallow any font that has no
12531 unicode subrange support.
12532
125332008-05-29 Juanma Barranquero <lekktu@gmail.com>
12534
12535 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
12536 Fix typos in docstrings.
12537
125382008-05-29 Kenichi Handa <handa@m17n.org>
12539
12540 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
12541 (Fx_family_fonts): Set frame correctly.
12542
125432008-05-28 Jason Rumney <jasonr@gnu.org>
12544
12545 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
12546
125472008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12548
12549 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
12550 calling build_annotations.
12551
125522008-05-28 Juanma Barranquero <lekktu@gmail.com>
12553
12554 * coding.c (Fdecode_coding_region, Fencode_coding_region)
12555 (Fencode_coding_string):
12556 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
12557 <latin-extra-code-table>: Fix typos in docstrings.
12558 (syms_of_coding) <coding-system-alist>: Doc fix.
12559 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
12560
125612008-05-28 Kenichi Handa <handa@m17n.org>
12562
12563 * fontset.c (Ffont_info): Don't call font_close_object.
12564
12565 * font.c (font_parse_family_registry): Use Ffont_put to validate
12566 foundry and family.
12567 (font_delete_unmatched): Don't check spacing.
12568 (font_list_entities): Add spacing to the spec to list fonts.
12569
12570 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
12571 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
12572
12573 * coding.c (encode_coding_raw_text): Fix previous change.
12574 (encode_coding_object): When the dst_object is a buffer and is
12575 different from src_object, move gap to PT.
12576
125772008-05-27 Chong Yidong <cyd@stupidchicken.com>
12578
12579 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
12580
125812008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12582
12583 * coding.c (encode_coding_raw_text): Set coding->produced_char for
12584 all branches. Compute it differently.
12585
12586 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
12587
125882008-05-27 Juanma Barranquero <lekktu@gmail.com>
12589
12590 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
12591 into "else if () ... else ...".
12592
125932008-05-27 Jason Rumney <jasonr@gnu.org>
12594
12595 * w32font.c (w32font_open_internal): Determine if glyph indices
12596 are likely to work here.
12597
125982008-05-27 Chong Yidong <cyd@stupidchicken.com>
12599
12600 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
12601 draw overlap glyphs with appropriate highlighting.
12602
126032008-05-27 Kenichi Handa <handa@m17n.org>
12604
12605 * xfont.c (xfont_open): Fix calculation of font->average_width.
12606
126072008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12608
12609 * casefiddle.c (casify_object): Try to guess better whether the
12610 argument is a byte or a char.
12611
126122008-05-26 Andreas Schwab <schwab@suse.de>
12613
12614 * xselect.c (x_reply_selection_request): Properly handle format == 32.
12615 Always send multiples of format size.
12616
12617 * xterm.c (x_set_frame_alpha): Fix type mismatch.
12618
126192008-05-26 Jason Rumney <jasonr@gnu.org>
12620
12621 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
12622 (compute_metrics): Don't set failure if we just cleared the cache.
12623 (w32_weight_table): Remove unused variable.
12624 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
12625 backwards compatibility.
12626
126272008-05-25 Kenichi Handa <handa@m17n.org>
12628
12629 * w32term.c (x_draw_glyph_string):
12630 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
12631
12632 * xfaces.c: Delete unused function prototypes.
12633 (xstrlwr, font_frame): Delete them.
12634 (clear_face_cache): Delete unused variable.
12635
12636 * xftfont.c (xftfont_open): Delete unused variable.
12637 If underline_thickness is not 1, adjust underline_position.
12638
12639 * ftxfont.c (ftxfont_open): Delete unused variable.
12640
12641 * fontset.c (face_for_char): Optimize for the case of no charset
12642 property.
12643
12644 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
12645 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
12646 (otf_open, font_otf_capability, generate_otf_features)
12647 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
12648 Comment out by surrounding "#if 0" and "#endif" for the moment.
12649 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
12650 (syms_of_font): Codes for accessing above commented out.
12651
126522008-05-24 Eli Zaretskii <eliz@gnu.org>
12653
12654 * w32proc.c: Include dispextern.h.
12655
12656 * w32.c: Include dispextern.h.
12657
126582008-05-23 Juanma Barranquero <lekktu@gmail.com>
12659
12660 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
12661 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
12662 Fix typos in docstrings.
12663
126642008-05-23 Jason Rumney <jasonr@gnu.org>
12665
12666 * xsmfns.c: Remove includes that are already included by config.h.
12667
126682008-05-23 Kenichi Handa <handa@m17n.org>
12669
12670 * charset.c (Qemacs, charset_emacs): New variables.
12671 (char_charset): Fix for non-Unicode characters.
12672 (syms_of_charset): Define charset_emacs.
12673
12674 * w32term.c (x_draw_glyph_string): Be sure to update
12675 s->underline_thickness and s->underline_position. Be sure to draw
12676 underline within the current line area.
12677
12678 * xterm.c (x_draw_glyph_string): Be sure to update
12679 s->underline_thickness and s->underline_position. Be sure to draw
12680 underline within the current line area.
12681
12682 * fontset.c: Delete unused variables and add casting for char *
12683 throughout the file.
12684 (fontset_font): Try the fallback fonts of the current fontset
12685 before consulting the default fontset.
12686
12687 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
12688
12689 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
12690
126912008-05-22 Jason Rumney <jasonr@gnu.org>
12692
12693 * font.c: Don't include strings.h.
12694
12695 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
12696
12697 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
12698 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
12699 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
12700 to call xstrcasecmp.
12701
12702 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
12703
12704 * fontset.c (fs_query_fontset): Use xstrcasecmp.
12705
12706 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
12707
12708 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
12709
127102008-05-22 Kenichi Handa <handa@m17n.org>
12711
12712 * puresize.h (BASE_PURESIZE): Increase to 1220000.
12713
12714 * font.c (font_prop_validate_style): Adjust for the format
12715 change of font_style_table.
12716
12717 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
12718 two args.
12719
12720 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
12721 two args.
12722
127232008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12724
12725 * minibuf.c (keys_of_minibuf): Delete.
12726 * lisp.h (keys_of_minibuf): Delete.
12727 * emacs.c (main): Don't call keys_of_minibuf.
12728
127292008-05-22 Kenichi Handa <handa@m17n.org>
12730
12731 * ftfont.c (ftfont_resolve_generic_family): Rename from
12732 ftfont_list_generic_family. Return a single family for each
12733 generic family.
12734 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
12735 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
12736 Call font_add_log.
12737 (ftfont_match): Call font_add_log.
12738
12739 * font.h (Ffont_xlfd_name): EXFUN adjusted.
12740 (FONT_DEBUG): Define it.
12741 (font_add_log): Extern it.
12742 (font_assert): Rename from xassert.
12743
12744 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
12745 (xfont_list_family): Call font_add_log.
12746 (xfont_match): Likewise.
12747 (memq_no_quit): Delete.
12748
12749 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
12750 call of Ffont_xlfd_name.
12751
12752 * xfaces.c (struct table_entry, slant_table, weight_table)
12753 (swidth_table): Move to font.c.
12754
12755 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
12756 xassert are changed to font_assert. Delete many unused variables.
12757 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
12758 New variables.
12759 (struct table_entry): Move from xfaces.c and modified.
12760 (weight_table, slant_table, width_table): Move from xfaces.c and
12761 contents adjusted for the change of struct table_entry.
12762 (font_style_to_value, font_style_symbolic): Adjust for the
12763 format change of font_style_table.
12764 (font_parse_family_registry): Don't overwrite existing foundry and
12765 family of font_spec.
12766 (font_score): Fix calculation of diff for sizes.
12767 (font_sort_entites): Call font_add_log.
12768 (font_delete_unmatched): Return a newly created list.
12769 (font_list_entities): Fix previous change. Call font_add_log.
12770 (font_matching_entity, font_open_entity, font_close_entity):
12771 Call font_add_log.
12772 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
12773 (Finternal_set_font_style_table): Delete.
12774 (BUILD_STYLE_TABLE): New macro.
12775 (build_style_table): New function.
12776 (Vfont_log, font_log_env_checked): New variables.
12777 (font_add_log): New function.
12778 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
12779 Declare Lisp variables "font-weight-table", "font-slant-table",
12780 "font-width-table", and "font-log". Initialize font_style_table.
12781
127822008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
12783
12784 * xterm.c (x_set_frame_alpha): Move declarations before statements.
12785
127862008-05-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 12787 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
12788
12789 * frame.c (Qalpha): Add a new frame parameter `alpha'.
12790 (Vframe_alpha_lower_limit): New variable.
12791 (x_set_alpha): New function.
12792
12793 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
12794
12795 * xfns.c (x-create-frame, Qalpha):
12796 Initialize the frame parameter `alpha'.
12797 * xterm.c (OPAQUE, OPACITY): New.
12798 (x_set_frame_alpha): New function.
12799 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
12800
12801 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
12802 * w32fns.c (w32_frame_parm_handlers): Likewise.
12803
128042008-05-20 Jason Rumney <jasonr@gnu.org>
12805
12806 * w32font.c (add_font_entity_to_list): Don't add non-opentype
12807 truetype fonts to opentype list.
12808
128092008-05-20 Juanma Barranquero <lekktu@gmail.com>
12810
12811 * fontset.c (Ffontset_info): Doc fix.
12812 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
12813 <ignore-relative-composition>: Fix typos in docstrings.
12814
12815 * font.c (syms-of-font) <font-encoding-alist>:
12816 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
12817 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
12818 (Ffont_otf_alternates): Doc fixes.
12819
128202008-05-20 Kenichi Handa <handa@m17n.org>
12821
12822 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
12823 font.h through out the file.
12824 (FONT_DRIVERS): Rename from FONTOBJ.
12825 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
12826 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
12827
12828 * emacs.c (main): Call syms_of_font unconditionally.
12829
12830 * font.h (find_font_encoding): Extern it.
12831
12832 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
12833 fontset.c.
194d44e7 12834 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
12835 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
12836 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
12837 only when HAVE_WINDOW_SYSTEM is defined.
12838 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
12839 when HAVE_WINDOW_SYSTEM is defined.
12840
12841 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
12842 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
12843
12844 * xfaces.c: Include font.h unconditionally.
12845 (merge_face_ref, merge_face_vectors)
12846 (Finternal_set_lisp_face_attribute): Cancel the previous change.
12847
128482008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12849
12850 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
12851 indirect_variable.
12852 * eval.c (lisp_indirect_variable): New fun.
12853 (Fuser_variable_p): Use it.
12854
128552008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12856
12857 * lisp.h (indirect_variable):
12858 * data.c (indirect_variable, let_shadows_buffer_binding_p):
12859 Use Lisp_Symbol pointers rather than Lisp_Object.
12860 Adjust callers.
12861 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
12862 To this end, change calling-convention.
12863
12864 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
12865 if some non-hidden buffers are selected by string&pred.
12866
128672008-05-19 Chong Yidong <cyd@stupidchicken.com>
12868
12869 * process.c (wait_reading_process_output): Always check status
12870 when in batch mode.
12871
128722008-05-19 Kenichi Handa <handa@m17n.org>
12873
12874 * font.c (font_list_entities): Fix handling of cache.
12875 (font_matching_entity): Likewise.
12876
12877 * ftfont.c (cs_iso8859_1): Delete.
12878 (ft_face_cache): New variable.
12879 (struct ftfont_info): New member fc_charset_idx.
12880 (ftfont_build_basic_charsets): Delete.
12881 (fc_charset_table): New variable.
12882 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
12883 . FC_CHARSET_IDX) as :font-entity property in the font entity.
12884 Callers changed.
12885 (ftfont_lookup_cache, ftfont_get_charset): New functions.
12886 (ftfont_spec_pattern): New argument fc_charset_idx.
12887 Check registry more rigidly. Change callers.
12888 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
12889 change of :font-entity property of the font.
12890
12891 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
12892 property of the font.
12893
128942008-05-18 Juanma Barranquero <lekktu@gmail.com>
12895
12896 * coding.c (Fcoding_system_p): Rename argument to match docstring.
12897 (Funencodable_char_position, Fcheck_coding_systems_region)
12898 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
12899 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
12900 (Ffind_operation_coding_system, Fset_coding_system_priority)
12901 (Fcoding_system_eol_type): Doc fixes.
12902
129032008-05-17 Glenn Morris <rgm@gnu.org>
12904
12905 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
12906
129072008-05-16 Eli Zaretskii <eliz@gnu.org>
12908
12909 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
12910 and st_gid.
12911
12912 * frame.c (Fdelete_frame): Don't call font_update_drivers if
12913 HAVE_WINDOW_SYSTEM is not defined.
12914
12915 * xfaces.c (merge_face_ref, merge_face_vectors)
12916 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
12917 HAVE_WINDOW_SYSTEM is defined.
12918 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
12919
129202008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12921
12922 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
12923
129242008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12925
12926 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
12927
129282008-05-15 Kenichi Handa <handa@m17n.org>
12929
12930 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
12931 preference.
12932
129332008-05-15 Glenn Morris <rgm@gnu.org>
12934
12935 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
12936
129372008-05-15 Chong Yidong <cyd@stupidchicken.com>
12938
12939 * fns.c (init_fns): Don't initialize weak_hash_tables here.
12940 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
12941
12942 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
12943
129442008-05-15 Kenichi Handa <handa@m17n.org>
12945
12946 * ftfont.c (ftfont_list): Downcase family name to check generic
12947 families.
12948
12949 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
12950 font-spec for QCfont value.
12951
12952 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
12953 buffer. Check the return value of it.
12954
129552008-05-14 Jason Rumney <jasonr@gnu.org>
12956
12957 * w32term.c (w32_get_glyph_overhangs): Remove.
12958 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
12959
129602008-05-14 Kenichi Handa <handa@m17n.org>
12961
12962 * font.c (font_prop_validate): Make nil a valid value.
12963 (font_clear_cache): Check if the cached vector of entities is nil
12964 or not.
12965
129662008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12967
12968 * emacs.c (main_thread): Conditionalize on
12969 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
12970 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
12971
12972 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
12973 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
12974 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
12975
129762008-05-14 Kenichi Handa <handa@m17n.org>
12977
12978 * coding.c (detect_coding_iso_2022): Ignore a coding category that
12979 has no corresponding coding system.
12980
129812008-05-14 Jason Rumney <jasonr@gnu.org>
12982
12983 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
12984
12985 * w32font.h (w32font_open_internal): Update declaration.
12986
12987 * w32font.c (w32font_open_internal): Change last argument from
12988 w32font_info struct to font object. Fill in font object from
12989 font_entity. Get Outline metrics if possible. Use them to
12990 calculate underline position and thickness. Use xlfd name as name
12991 property. Don't set codepage.
12992 (w32font_open): Pass font_object to w32font_open_internal. Don't
12993 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
12994 (w32font_draw): Use s->font.
12995 (clear_cached_metrics): Don't clear non-existent blocks.
12996
12997 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
12998 font was not found.
12999 (x_draw_glyph_string): Use underline position and thickness from font.
13000
13001 * w32uniscribe.c (uniscribe_open): Pass font_object to
13002 w32font_open_internal.
13003
130042008-05-14 Kenichi Handa <handa@m17n.org>
13005
13006 These changes are to delete all legacy font-handling codes, and
13007 make Emacs use only font-backends.
13008
13009 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
13010 (frame.o, image.o, print.o): Depend on $(FONTSRC).
13011
13012 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
13013
13014 * charset.h (Vcharset_non_preferred_head)
13015 (Vcurrent_iso639_language): Extern them.
13016
13017 * charset.c (Vcharset_non_preferred_head): New variable.
13018 (Vcurrent_iso639_language): New variable.
13019 (syms_of_charset): Declare it as a Lisp variable.
13020 (char_charset): Don't check non preferred charsets. As a last
13021 resort, return charset_unicode.
13022 (Fset_charset_priority): Update Vcharset_non_preferred_head.
13023
13024 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
13025 conditionals. Don't check enable_font_backend. Delete all codes
13026 used only when USE_FONT_BACKEND is not defined.
13027
13028 * dispextern.h (struct glyph_string): Change type of `font' to
13029 `struct font *'.
13030 (struct glyph_string): New member underline_position and
13031 underline_thickness.
13032 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
13033 (struct face): Change type of `font' to `struct font *'. Remove
13034 members `font_name', `font_info_id'.
13035 (per_char_metric, encode_char): Delete externs.
13036 (calc_pixel_width_or_height): Adjust the prototype.
13037
13038 * emacs.c (enable_font_backend): Delete extern.
13039 (main): Don't set enable_font_backend. Don't check the command
13040 line argument "-disable-font-backend".
13041
13042 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
13043 (enum font_property_index): New members FONT_DPI_INDEX,
13044 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
13045 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
13046 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
13047 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
13048 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
13049 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
13050 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
13051 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
13052 (struct font_spec, struct font_entity): New structs.
13053 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
13054 (struct font): Many members from old "struct font_info" moved to
13055 here. Members font and entity deleted.
13056 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
13057 the new font-related objects.
13058 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
13059 (CHECK_FONT_GET_OBJECT): Likewise.
13060 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
13061 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
13062 (struct font_driver): New members case_sensitive anc check. Type
13063 of the member list and open changed.
13064 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
13065 (font_symbolic_width, font_find_object, font_get_spec)
13066 (font_set_lface_from_name): Delete extern.
13067 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
13068
13069 * font.c: Include <strings.h>.
13070 (enable_font_backend): Delete it.
13071 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
13072 (CHECK_VALIDATE_FONT_SPEC): Delete it.
13073 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
13074 (null_string): Delete it.
13075 (null_vector): Make it static.
13076 (font_family_alist): Delete it.
13077 (Qnormal): Extern it.
13078 (QCextra, QClanguage): Delete it.
13079 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
13080 (font_make_spec, font_make_entity, font_make_object)
13081 (font_intern_prop): Renamed from intern_downcase. Don't downcase
13082 the string. Callers changed.
13083 (font_pixel_size): Adjusted for the format change of font-related
13084 objects.
13085 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
13086 (font_style_to_value, font_style_symbolic): New function.
13087 (build_font_family_alist): Delete it.
13088 (font_registry_charsets): Use Fassoc_string instead of
13089 assq_no_quit.
13090 (font_prop_validate_symbol): Don't return null_string.
13091 (font_prop_validate_style): Adjusted for the change of
13092 style-related values in a font vector.
13093 (font_property_table): Delete entries for QClanguage and
13094 QCantialias, add entries for QCavgwidth.
13095 (get_font_prop_index): Delete the 2nd argument FROM.
13096 (font_prop_validate): Arguments changed.
13097 (font_put_extra): Adjusted for the change of font-related objects.
13098 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
13099 (font_parse_fcname, font_unparse_fcname)
13100 (font_prepare_composition): Likewise.
13101 (font_parse_family_registry): Renamed from font_merge_old_spec.
13102 (otf_open): Delete the 1st arg entity.
13103 (font_otf_capability): Adjusted for the above change.
13104 (font_score): New arg alternate_families. Adjusted for the change
13105 of font-related objects.
13106 (font_sort_entites): New arg best_only.
13107 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
13108 Delete them.
13109 (font_match_p): Check alternate families.
13110 (font_find_object): Delete it.
13111 (font_check_object): New function.
13112 (font_clear_cache): Adjusted for the change of font-related objects.
13113 (font_delete_unmatched): New arg.
13114 (font_list_entities): Call font_driver->list with a spec that
13115 doesn't specify style-related properties.
13116 (font_matching_entity): Arguments changed. Caller changed.
13117 (font_open_entity): Adjusted for the change of font-related objects.
13118 (font_close_object, font_has_char, font_encode_char)
13119 (font_get_name, font_get_spec): Likewise.
13120 (font_spec_from_name, font_clear_prop, font_update_lface):
13121 New functions.
13122 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
13123 (font_prepare_for_face, font_done_for_face, font_open_by_name)
13124 (font_at): Adjusted for the change of font-related objects.
13125 (font_range): New function.
13126 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
13127 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
13128 (Fcopy_font_spec, Fmerge_font_spec): New function.
13129 (Ffont_family_list): Renamed from list-families.
13130 (Finternal_set_font_style_table): Arguments changed.
13131 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
13132 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
13133 change of font-related objects.
13134 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
13135
13136 * fontset.h (struct font_info): Delete it. Most members go to
13137 struct font.
13138 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
13139 (enum FONT_SPEC_INDEX): Delete it.
13140 (font_info, list_fonts_func, load_font_func, query_font_func)
13141 (set_frame_fontset_func, find_ccl_program_func)
13142 (get_font_repertory_func, new_fontset_from_font_name): Delete
13143 externs.
13144 (fontset_from_font_name): Extern it.
13145 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
13146 (FONT_INFO_FROM_FACE): Deleted.
13147 (face_for_font): Adjust prototype.
13148
13149 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
13150 conditionals. Don't check enable_font_backend. Delete all codes
13151 used only when USE_FONT_BACKEND is not defined.
13152 (get_font_info_func, list_font_func, load_font_func)
13153 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
13154 (get_font_repertory_func): Delete them.
13155 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
13156 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
13157 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
13158 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
13159 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
13160 (fontset_compare_rfontdef): New function.
13161 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
13162 rfont-defs by qsort. Adjusted for the change of font-group vector.
13163 (load_font_get_repertory): Deleted.
13164 (fontset_find_font): Use new macros to ref/set elements of
13165 font-def and rfont-def.
13166 (fontset_font): Fix the timing of remembering that no font for C.
13167 (free_face_fontset): Do nothing if the face has no fontset.
13168 (face_suitable_for_char_p): Use new macros to ref/set elements of
13169 rfont-def.
13170 (face_for_char): Likewise. Call face_for_char with font_object.
13171 (fs_load_font): Delete. Delete #pragma surrounding it.
13172 (fs_query_fontset): Use strcasecmp instead of strcmp.
13173 (generate_ascii_font_name): Adjusted for the format change of
13174 font-spec.
13175 (Fset_fontset_font): Likewise. Use new macros to set elements of
13176 font-def.
13177 (Fnew_fontset): Use font_unparse_xlfd to generate
13178 FONTSET_ASCII (fontset).
13179 (new_fontset_from_font_name): Deleted.
13180 (fontset_from_font): Renamed from new_fontset_from_font. Check if
13181 a fontset is already created for the font. FIx updating of
13182 Vfontset_alias_alist.
13183 (fontset_ascii_font): Deleted.
13184 (Ffont_info): Adjusted for the format change of font-spec.
13185 (Finternal_char_font): Likewise.
13186 (Ffontset_info): Likewise.
13187 (syms_of_fontset): Don't check load_font_func.
13188
13189 * fns.c (internal_equal): Handle PREV_FONT.
13190
13191 * frame.h: Delete USE_FONT_BACKEND conditional.
13192
13193 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
13194 conditionals. Don't check enable_font_backend. Delete all codes
13195 used only when USE_FONT_BACKEND is not defined.
13196 (x_set_font): Call x_new_font, not x_new_fontset2.
13197 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
13198 already set for the frame.
13199
13200 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
13201 a font-entity by font_make_entity. Use font_intern_prop instead
13202 of intern_downcase. Use FONT_SET_STYLE to set a style-related
13203 font property. If a font is scalable, set avgwidth property to 0.
13204 Set font-entity property by font_put_extra.
13205 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
13206 (ffont_driver): Adjusted for the change of struct font_driver.
13207 (ftfont_spec_pattern): New function.
13208 (ftfont_list): Return a list, not vector.
13209 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
13210 (ftfont_list_family): Don't downcase names.
13211 (ftfont_free_entity): Deleted.
13212 (ftfont_open): Return a font-object. Adjusted for the change of
13213 struct font. Get underline_thickness and underline_position from
13214 font property. Don't update dpyinfo->smallest_font_height and
13215 dpyinfo->smallest_char_width.
13216 (ftfont_close): Don't free `struct font'.
13217 (ftfont_has_char): Adjusted for the format change of font-entity.
13218 (ftfont_encode_char, ftfont_text_extents): Likewise.
13219
13220 * ftxfont.c (ftxfont_list): Return a list, not vector.
13221 (ftxfont_open): Return a font-object. Adjusted for the change of
13222 struct font. Get underline_thickness and underline_position from
13223 font property. Don't update dpyinfo->smallest_font_height and
13224 dpyinfo->smallest_char_width.
13225 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
13226 (ftxfont_draw): Adjusted for the change of struct font.
13227
13228 * image.c (image_ascent): Don't include "charset.h". Include
13229 "character.h" and "font.h".
13230
13231 * lisp.h (enum pvec_type): New member PREV_FONT.
13232 (Fassoc_string): EXFUN it.
13233
13234 * print.c: Include font.h.
13235 (print_object): Handle font-related objects.
13236
13237 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
13238 conditionals. Don't check enable_font_backend. Delete all codes
13239 used only when USE_FONT_BACKEND is not defined.
13240 (handle_auto_composed_prop): Do nothing if it->f is not on a
13241 window system. Check how many following characters can be
13242 displayed by the same font.
13243 (calc_pixel_width_or_height): Type of the 4th arg is changed to
13244 'struct font *'.
13245 (get_char_face_and_encoding): Assign the whole encoding task to
13246 the `encode-char' method of a font driver.
13247 (fill_composite_glyph_string): Adjusted for the change of `struct
13248 face' and `struct glyph_string'.
13249 (fill_glyph_string): Likewise.
13250 (get_per_char_metric): Arguments changed.
13251 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
13252 and `struct glyph_string'.
13253 (produce_stretch_glyph, calc_line_height_property)
13254 (x_produce_glyphs): Likewise.
13255
13256 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
13257 conditionals. Don't check enable_font_backend. Delete all codes
13258 used only when USE_FONT_BACKEND is not defined. Use
13259 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
13260 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
13261 (Qp): Extern them.
13262 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
13263 Deleted.
13264 (struct font_name): Deleted.
13265 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
13266 (compare_fonts_by_sort_order): New function.
13267 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
13268 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
13269 Deleted.
13270 (Fx_family_fonts): Use font_list_entities, and sort fonts by
13271 compare_fonts_by_sort_order.
13272 (Fx_font_family_list): Call Ffont_family_list.
13273 (face_numeric_value, face_numeric_weight, face_numeric_slant)
13274 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
13275 (face_symbolic_slant, face_symbolic_swidth)
13276 (split_font_name_into_vector, build_font_name_from_vector)
13277 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
13278 (font_rescale_ratio, split_font_name, build_font_name)
13279 (free_font_names, sort_fonts, x_face_list_fonts)
13280 (face_font_available_p, sorted_font_list, cmp_font_names)
13281 (font_list_1, concat_font_list, font_list, remove_duplicates):
13282 Deleted.
13283 (Fx_list_fonts): Use Ffont_list.
13284 (LFACE_AVGWIDTH): Deleted.
13285 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
13286 by FONTP.
13287 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
13288 (set_lface_from_font_name): Delete it.
13289 (set_lface_from_font): Renamed from
13290 set_lface_from_font_and_fontset. Caller changed. Don't set
13291 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
13292 for face.
13293 (merge_face_vectors): Copy font-spec if necessary.
13294 Clear properties of the font-spec if necessary.
13295 (merge_face_ref): Clear properties of the font-spec if necessary.
13296 (Finternal_set_lisp_face_attribute): Likewise.
13297 (set_font_frame_param): Use font_load_for_lface to load a
13298 font-object, and call Fmodify_frame_parameters with it.
13299 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
13300 font name by Ffont_xlfd_name.
13301 (Finternal_lisp_face_attribute_values): Don't check QCweight,
13302 QCslant, and QCwidth.
13303 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
13304 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
13305 Compare fonts by EQ.
13306 (lookup_non_ascii_face): Deleted.
13307 (face_for_font): The 2nd argument changed.
13308 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
13309 Check atomic font properties by case insensitive.
13310 (realize_non_ascii_face): Set face->overstrike correctly.
13311 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
13312 (dump_realized_face): Get font name from
13313 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
13314
13315 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
13316 conditionals. Don't check enable_font_backend. Delete all codes
13317 used only when USE_FONT_BACKEND is not defined.
13318 (xic_create_xfontset): Original code deleted and renamed from
13319 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
13320 (x_make_gc): Don't set GCFont in GCs.
13321 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
13322 opened by "fixed".
13323 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
13324 find_ccl_program_func, query_font_func, set_frame_fontset_func,
13325 get_font_repertory_func.
13326
13327 * xfont.c: Include <stdlib.h> and "ccl.h".
13328 (struct xfont_info): New structure.
13329 (xfont_query_font): Deleted.
13330 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
13331 moved from xterm.c.
13332 (xfont_driver): Adjusted for the change of struct font_driver.
13333 (compare_font_names): New function.
13334 (xfont_list_pattern): Sort font names case insensitively. Make
13335 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
13336 (xfont_list): Return a list, not vector.
13337 (xfont_match): If the font doesn't have QCname property, generate
13338 a name from the other font properties.
13339 (xfont_open): Return a font-object. Adjusted for the change of
13340 struct font. Get underline_thickness and underline_position from
13341 font property. Don't update dpyinfo->smallest_font_height and
13342 dpyinfo->smallest_char_width.
13343 (xfont_close): Don't free struct font.
13344 (xfont_prepare_face): Adjusted for the change of struct font.
13345 (xfont_done_face): Deleted.
13346 (xfont_has_char): Adjusted for the change of struct font.
13347 (xfont_encode_char, xfont_draw): Likewise.
13348 (xfont_check): New function.
13349
13350 * xftfont.c (xftfont_list): Adjusted for the change of `list'
13351 callback function.
13352 (xftfont_match): Adjusted for the format change of font-entity.
13353 (xftfont_open): Adjusted for the format change of font-entity and
13354 font-object. Adjusted for the change of struct font. Return a
13355 font-object. Don't update dpyinfo->smallest_font_height and
13356 dpyinfo->smallest_char_width.
13357 (xftfont_close): Block input while calling XftFontClose.
13358 (xftfont_prepare_face): Don't block input while calling
13359 xftfont_get_colors. Adjusted for the change of struct font.
13360 (xftfont_shape): Return value of error case fixed.
13361
13362 * xrdb.c (x_load_resources): Don't setup a fontset resource.
13363
13364 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
13365 conditionals.
13366 (FONT_WIDTH): Return (f)->max_width.
13367 (struct x_display_info): Delete member `font'.
13368 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
13369 (x_find_ccl_program, x_get_font_repertory): Delete externs.
13370 (struct x_output): Change type of `font' to `struct font *'.
13371
13372 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
13373 conditionals. Don't check enable_font_backend. Delete all codes
13374 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
13375 (x_per_char_metric, x_encode_char): Deleted.
13376 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
13377 (x_compute_glyph_string_overhangs): Adjusted for the change of
13378 `struct face'.
13379 (x_draw_glyph_string_foreground)
13380 (x_draw_composite_glyph_string_foreground): Likewise.
13381 (x_draw_glyph_string): Likewise. Use font->underline_position and
13382 font->underline_thickness.
13383 (x_new_font): Renamed from x_new_fontset2.
13384 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
13385 (x_check_font): Call `check' method of a font driver.
13386 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
13387 (x_query_font, x_get_font_repertory): Deleted.
13388 (x_find_ccl_program): Renamed and moved to xfont.c.
13389 (x_redisplay_interface): Adjusted for the change of `struct
13390 redisplay_interface'.
13391
13392 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
13393 conditionals. Don't check enable_font_backend. Delete all codes
13394 used only when USE_FONT_BACKEND is not defined. Surround non-used
13395 code by "#ifdef OLD_FONT" and "endif".
13396 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
13397
13398 * w32font.h (struct w32font_info): New member.
13399 (FONT_COMPAT): New macro.
13400 (w32font_open_internal): Prototype adjusted.
13401
13402 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
13403 OLD_FONT" and "endif".
13404
13405 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
13406 conditionals. Don't check enable_font_backend. Delete all codes
13407 used only when USE_FONT_BACKEND is not defined.
13408 (w32font_open): Return a font-object. Make a font-object by
13409 font_make_object. Adjusted for the change of struct w32font_info.
13410 (w32font_close): Don't free struct font. Adjusted for the change
13411 of struct w32font_info.
13412 (w32font_encode_char, w32font_text_extents, w32font_draw):
13413 Adjusted for the change of struct w32font_info.
13414 (w32font_draw): Likewise.
13415 (w32font_list_internal): Return a list, not vector.
13416 (w32font_open_internal): Change the 4th arg to font-object.
13417 Adjusted for the change of struct w32font_info and font-object format.
13418 (add_font_name_to_list): Don't downcase names.
13419 (w32_enumfont_pattern_entity): Make a font-entity by
13420 font_make_entity. Adjusted for the format change of font-entity.
13421 Use FONT_SET_STYLE to set a style-related font property. If a
13422 font is scalable, set avgwidth property to 0. Set font-entity
13423 property by font_put_extra.
13424 (font_matches_spec): Adjusted for the format change of font-entity.
13425 (w32_weight_table, w32_decode_weight): New variables.
13426 (w32_encode_weight): New function.
13427 (fill_in_logfont): Adjusted for the format change of font-spec.
13428 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
13429 weight value.
13430 (w32font_driver): Adjusted for the change of struct font_driver.
13431
13432 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
13433 conditionals. Don't check enable_font_backend. Surround non-used
13434 code by "#ifdef OLD_FONT" and "endif".
13435 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
13436 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
13437
13438 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
13439 conditionals. Don't check enable_font_backend. Delete all codes
13440 used only when USE_FONT_BACKEND is not defined. Surround non-used
13441 code by "#ifdef OLD_FONT" and "endif".
13442
13443 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
13444 (uniscribe_open): Return value changed to font-object.
13445 Adjusted for the format change of font-object.
13446 (uniscribe_otf_capability): Adjusted for the change of struct font.
13447 (add_opentype_font_name_to_list): Don't downcase names.
13448 (uniscribe_font_driver): Adjusted for the change of struct
13449 font_driver.
13450
134512008-05-13 Chong Yidong <cyd@stupidchicken.com>
13452
13453 * dispnew.c (update_frame_1): Check if tty output is still valid
13454 before flushing it.
13455
134562008-05-13 Jan Djärv <jan.h.d@swipnet.se>
13457
13458 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
13459 to Gtk+ menus.
13460
134612008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13462
13463 * dired.c (file_name_completion): Tweak the code so as to always do it
13464 in a single pass. Tighten the scope of some variables.
13465
13466 * dired.c (Qdefault_directory): New var.
13467 (file_name_completion): Use it instead of Fexpand_file_name.
13468 (syms_of_dired): Initialize it.
13469
134702008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13471
13472 * fileio.c (double_dollars): Remove dead code.
13473
134742008-05-10 Eli Zaretskii <eliz@gnu.org>
13475
13476 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
13477 Mention w32-get-true-file-attributes in doc string.
13478
13479 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
13480
134812008-05-09 Glenn Morris <rgm@gnu.org>
13482
13483 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
13484 2008-04-23.
13485
134862008-05-09 Eli Zaretskii <eliz@gnu.org>
13487
13488 Support for reporting owner and group of each file on MS-Windows:
13489 * dired.c (stat_uname, stat_gname): New functions, with special
13490 implementation for w32.
13491 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
13492
13493 * w32.c: Rename the_passwd_* to dflt_passwd_*.
13494 (dflt_group_name): New static variable.
13495 (dflt_group): Rename from the_group.
13496 (init_user_info): Init dflt_group fields. Get user's group name
13497 from LookupAccountSid.
13498 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
13499 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
13500 New initialization states.
13501 (globals_of_w32): Initialize them to zero. Initialize the default
13502 group name to "None".
13503 (GetFileSecurity_Name): New global var, the name of the function
13504 to call for GetFileSecurity.
13505 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
13506 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
13507 (get_file_security, get_security_descriptor_owner)
13508 (get_security_descriptor_group, is_valid_sid)
13509 (get_file_security_desc, get_rid, get_name_and_id)
13510 (get_file_owner_and_group): New functions.
13511 (stat): Use get_file_security_desc and get_file_owner_and_group to
13512 report the owner and primary group of each file. Don't ignore the
13513 high 32 bits of file's size, now that st_size is 64-bit wide.
13514 Fix test when to get true file attributes.
13515 (init_user_info): Use get_rid instead of equivalent inline code.
13516 (fstat): Don't ignore the high 32 bits of file's size.
13517
135182008-05-09 Chong Yidong <cyd@stupidchicken.com>
13519
13520 * image.c (png_load): Use correct bit-depth for setting background
13521 color.
13522
135232008-05-08 Eli Zaretskii <eliz@gnu.org>
13524
13525 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
13526 epa-hook.elc.
13527
135282008-05-08 Juanma Barranquero <lekktu@gmail.com>
13529
13530 * font.c (Ffont_match_p): Don't use `iff' in docstring.
13531
135322008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
13533
13534 * macfns.c (Fx_create_frame): Make a copy of frame parameters
13535 because the original parameters are in pure storage now.
13536 (mac_window): Remove unused params. Update callers.
13537
135382008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13539
13540 * lread.c (substitute_object_recurse): Use lower-level primitives.
13541 Don't signal errors when traversing sub-char-tables.
13542 Don't loop over all the possible characters when traversing char-tables.
13543
13544 * print.c (print_preprocess): Add sub-char-tables to the print-table,
13545 just like we do in print.c.
13546
135472008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13548
13549 * minibuf.c (Ftry_completion): Remove code left over from when we used
13550 scmp instead of Fcompare_strings.
13551
135522008-05-04 Juanma Barranquero <lekktu@gmail.com>
13553
13554 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
13555
135562008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13557
13558 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
13559 Create bitmap context in native byte order.
13560
13561 * macterm.c (XDrawLine)
13562 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
13563 context in native byte order.
13564
135652008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13566
13567 * config.in: Regenerate.
13568
13569 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
13570 New definitions for Image I/O support.
13571 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13572 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
13573 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13574 (mac_data_provider_release_data, image_load_image_io)
13575 [USE_MAC_IMAGE_IO]: New functions.
13576 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
13577 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
13578 (init_image_func_pointer) [MAC_OSX]: Remove function.
13579 (image_load_quartz2d) [MAC_OSX]: Check availability of
13580 CGImageCreateWithPNGDataProvider at compile time.
13581 Use lowercase `false' for boolean constant.
13582 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
13583 Use image_load_image_io.
13584 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
13585 Don't check MyCGImageCreateWithPNGDataProvider.
13586 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
13587 Don't call init_image_func_pointer.
13588
13589 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
13590
13591 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
13592 Make variable non-static.
13593 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
13594 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13595
13596 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
13597 (RED_FROM_ULONG): Mask off higher bits.
13598 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
13599
13600 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
13601 Include AvailabilityMacros.h.
13602 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
13603 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
13604
136052008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13606
13607 * chartab.c (Fset_char_table_range): If range is t, really set all
13608 chars to that value.
13609
136102008-05-03 Eli Zaretskii <eliz@gnu.org>
13611
13612 * dired.c (Ffile_attributes): Don't allow the device number become
13613 negative.
13614
136152008-05-02 Daiki Ueno <ueno@unixuser.org>
13616
13617 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
13618
136192008-05-02 Juri Linkov <juri@jurta.org>
13620
13621 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
13622 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
13623 DEFAULT argument as a list of default values in docstrings.
13624
136252008-05-01 Chong Yidong <cyd@stupidchicken.com>
13626
13627 * puresize.h (BASE_PURESIZE): Increase to 1210000.
13628
136292008-05-01 Martin Rudalics <rudalics@gmx.at>
13630
13631 * dispnew.c (change_frame_size_1): Preserve small windows when
13632 shrinking frames by calling set_window_height|width with third
13633 arg 2.
13634
13635 * window.h (struct window): Replace field too_small_ok by field
13636 resize_proportionally.
13637
13638 * window.c (make_window): Initialize resize_proportionally.
13639 (enlarge_window): Temporarily set resize_proportionally to make
13640 sure that shrink_windows does scale the window proportionally.
13641 (shrink_windows): When window has resize_proportionally set try
13642 to shrink it proportionally by stealing from other windows.
13643 (struct saved_window, Fset_window_configuration)
13644 (compare_window_configurations): Handle resize_proportionally.
13645 (WINDOW_TOTAL_SIZE): New macro.
13646 (window_min_size, shrink_windows, size_window): Use it.
13647 (check_min_window_sizes): Remove. Invalid values of
13648 window-min-height|width are handled by window_min_size_2 now.
13649 (size_window, Fsplit_window, enlarge_window)
13650 (adjust_window_trailing_edge, grow_mini_window): Don't call
13651 check_min_window_sizes.
13652 (window_min_size_2, window_min_size_1, window_min_size):
13653 New argument safe_p for retrieving "safe" minimum sizes.
13654 (Fdisplay_buffer, Fsplit_window, enlarge_window)
13655 (adjust_window_trailing_edge, grow_mini_window):
13656 Adjust arguments of window_min_size... functions.
13657 (shrink_windows): Argument min_size removed. New argument
13658 safe_p allows shrinking windows to their safe minimum sizes.
13659 Calculate minimum size and decide whether a window shall be
13660 deleted for each window individually.
13661 (size_window): When nodelete_p equals 2, tell shrink_windows to
13662 delete windows only if their new minimum size is no more safe.
13663 (shrink_window_lowest_first): Call window_min_size_1 to make
13664 sure to preserve modeline of bottom-most window when resizing
13665 the minibuffer.
13666 (Fset_window_configuration, Fcurrent_window_configuration)
13667 (compare_window_configurations): Do not handle
13668 window-min-height|width any more.
13669 (syms_of_window): Clarify window-min-height|width doc-strings.
13670
136712008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
13672
13673 * dired.c (file_name_completion): Fix up the encoding/decoding issue
13674 some more. Copy some of the code from Ftry_completions.
13675 Remove special case code that dates back to initial revision when the
13676 slash was only added when necessary and that can't trigger nowadays.
13677
136782008-04-27 Kenichi Handa <handa@m17n.org>
13679
13680 * font.c (font_prop_validate): Signal `error' instead of `font'.
13681
136822008-04-29 Jason Rumney <jasonr@gnu.org>
13683
13684 * w32fns.c (Fw32_battery_status): New defun.
13685 (syms_of_w32fns): Defsubr it.
13686
136872008-04-28 Andreas Schwab <schwab@suse.de>
13688
13689 * dired.c (file_name_completion): Fix another mixing of encoded
13690 and decoded names.
13691
136922008-04-28 Juanma Barranquero <lekktu@gmail.com>
13693
13694 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
13695
136962008-04-27 Juanma Barranquero <lekktu@gmail.com>
13697
13698 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
13699
137002008-04-27 Andreas Schwab <schwab@suse.de>
13701
13702 * dired.c (file_name_completion): Fix inappropriate mixing of
13703 encoded and decoded names.
13704
13705 * xterm.c (XTread_socket): Fix use of uninitialized variable.
13706
13707 * puresize.h (BASE_PURESIZE): Increase to 1200000.
13708
137092008-04-26 Eli Zaretskii <eliz@gnu.org>
13710
13711 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
13712 2008-03-31, it's not needed anymore with `struct stat' definition
13713 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
13714 for the same reasons.
13715
137162008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
13717
13718 * m/sparc.h: Additional redefinitions for GNU/Linux.
13719
137202008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13721
13722 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
13723 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
13724 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
13725 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
13726 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
13727 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
13728 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13729 Likewise.
13730
13731 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
13732 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
13733 (mac_ax_number_of_characters): Add externs.
13734 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
13735 [USE_MAC_TSM]: Likewise.
13736 (mac_handle_text_input_event) [MAC_OSX]:
13737 Handle kEventTextInputOffsetToPos for no active input area case.
13738 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
13739 (mac_handle_document_access_event)
13740 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
13741 (install_application_handler) [MAC_OSX]: Register handlers for
13742 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
13743 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13744 Register mac_handle_document_access_event.
13745
13746 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
13747 Make functions non-static.
13748
137492008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13750
13751 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
13752 (read_file_name_completion_ignore_case, insert_default_directory)
13753 (Qdefault_directory): Move to minibuffer.el.
13754 (Fread_file_name): Call the new `read-file-name' instead.
13755
137562008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13757
13758 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
13759 Make function non-static.
13760 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
13761 Remove function.
13762 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
13763 Move to mactoolbox.c.
13764 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
13765
13766 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
13767 (mac_rect_make): New macro.
13768
13769 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
13770 instead of float.
13771 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
13772 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
13773 (XSetBackground) [USE_CG_DRAWING]: Likewise.
13774 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
13775 CGRectMake.
13776 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
13777 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
13778 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
13779 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
13780 instead of WindowRef in argument type.
13781 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
13782 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
13783 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
13784 instead of DISPLAY. All uses changed.
13785 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
13786 (x_calc_absolute_position): Simplify so as not to use
13787 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
13788
13789 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
13790 instead of WindowRef in argument type.
13791 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
13792 [TARGET_API_MAC_CARBON]: Remove externs.
13793 (create_apple_event, mac_event_parameters_to_lisp)
13794 [TARGET_API_MAC_CARBON]: Add externs.
13795
13796 * mactoolbox.c (Vmac_ts_script_language_on_focus)
13797 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
13798 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
13799 is clicked.
13800 (x_activate_menubar): Remove extern for saved_menu_event_location.
13801 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
13802 Move from mac.c.
13803
138042008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13805
13806 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
13807 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
13808
138092008-04-23 Jason Rumney <jasonr@gnu.org>
13810
13811 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
13812 attributes only for local files.
13813
13814 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
13815 default to Qlocal.
13816
138172008-04-22 Juri Linkov <juri@jurta.org>
13818
13819 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
13820 read-buffer-to-switch instead of using the letter "B".
13821
138222008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
13823
13824 * fileio.c (Qdefault_directory): New variable.
13825 (Fread_file_name): Use it to pass `dir' to the completion functions.
13826
138272008-04-20 Chong Yidong <cyd@stupidchicken.com>
13828
13829 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
13830
138312008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13832
13833 * keyboard.c (Vpre_help_message): Remove.
13834 (show_help_echo): Remove default C code.
13835
13836 * dired.c (directory_files_internal, file_name_completion):
13837 Only call ENCODE_FILE if the string is indeed decoded.
13838
138392008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13840
13841 * Makefile.in (TOOLKIT_DEFINES): Remove.
13842 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
13843
138442008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13845
13846 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
13847 (mactoolbox.o): New target.
13848
13849 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
13850 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
13851
13852 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
13853 Use mac_set_frame_window_background instead of XSetWindowBackground.
13854 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
13855 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
13856 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
13857 instead of SetWindowTitleWithCFString.
13858 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
13859 Move function to mactoolbox.c.
13860 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
13861 Use mac_set_window_modified instead of SetWindowModified.
13862 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
13863 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
13864 (Fx_focus_frame): Use mac_front_non_floating_window instead of
13865 FrontNonFloatingWindow. Use mac_activate_window instead of
13866 ActivateWindow. Use mac_active_non_floating_window instead of
13867 ActiveNonFloatingWindow.
13868 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
13869 Use mac_show_hourglass and mac_hide_hourglass.
13870 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
13871 instead of GetGlobalMouse.
13872 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
13873 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
13874 Use mac_bring_window_to_front instead of BringToFront.
13875 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
13876 mactoolbox.c.
13877 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
13878 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
13879 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
13880 mactoolbox.c.
13881
13882 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
13883 (XtPointer): Move typedef from macmenu.c.
13884 (enum button_type): Move enum from macmenu.c.
13885 (widget_value): Move typedef from macmenu.c.
13886 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
13887 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
13888 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
13889 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
13890 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
13891 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
13892 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
13893 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
13894 (Selection): Move typedef from macselect.c.
13895 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
13896 macterm.c.
13897 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
13898 (mac_is_window_collapsed, mac_bring_window_to_front)
13899 (mac_send_window_behind, mac_hide_window, mac_show_window)
13900 (mac_collapse_window, mac_front_non_floating_window)
13901 (mac_active_non_floating_window, mac_activate_window)
13902 (mac_move_window_structure, mac_move_window, mac_size_window)
13903 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
13904
13905 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
13906 (enum mac_menu_kind): Move enum to mactoolbox.c.
13907 (min_menu_id): Move variable to mactoolbox.c.
13908 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
13909 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
13910 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
13911 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
13912 [TARGET_API_MAC_CARBON]: Likewise.
13913 (XtPointer): Move typedef to macgui.h.
13914 (enum button_type): Move enum to macgui.h.
13915 (widget_value): Move typedef to macgui.h.
13916 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
13917 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
13918 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
13919 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
13920 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
13921 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
13922 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
13923 (popup_activated_flag): Make variable non-static.
13924 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
13925 (add_menu_item, fill_menu, dispose_menus):
13926 Move functions to mactoolbox.c.
13927 (restore_show_help_function, menu_target_item_handler)
13928 (install_menu_target_item_handler, mac_handle_dialog_event)
13929 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
13930 [TARGET_API_MAC_CARBON]: Likewise.
13931 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
13932 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
13933 (find_and_call_menu_selection, name_is_separator): Make function
13934 non-static.
13935 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
13936 to mactoolbox.c.
13937 (set_frame_menubar): Don't call install_menu_quit_handler.
13938 (menu_item_selection): New variable.
13939 (mac_menu_show): Use create_and_show_popup_menu.
13940 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
13941 selection but set variable menu_item_selection. All uses changed.
13942 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
13943 Call install_menu_quit_handler. Move to mactoolbox.c.
13944
13945 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
13946 (Selection): Move typedef to macgui.h.
13947 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
13948 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
13949 Make variables non-static.
13950 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
13951 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
13952 Make functions non-static.
13953 (Vmac_service_selection) [MAC_OSX]: Likewise.
13954 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
13955 (mac_valid_selection_target_p, mac_clear_selection)
13956 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
13957 (mac_put_selection_value, mac_selection_has_target_p)
13958 (mac_get_selection_value, mac_get_selection_target_list)
13959 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
13960 Move functions to mactoolbox.c.
13961 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
13962 Likewise.
13963 (copy_scrap_flavor_data, mac_handle_service_event)
13964 (install_service_handler) [MAC_OSX]: Likewise.
13965 (syms_of_macselect) <Vmac_dnd_known_types>:
13966 Use mac_dnd_default_known_types.
13967
13968 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
13969 Move to mactoolbox.c.
13970 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
13971 (Fx_selection_owner_p): Add EXFUN.
13972 (install_window_handler, remove_window_handler, XSetWindowBackground):
13973 Remove externs.
13974 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
13975 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
13976 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
13977 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
13978 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
13979 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
13980 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
13981 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
13982 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
13983 (create_and_show_popup_menu, mac_get_selection_from_symbol)
13984 (mac_valid_selection_target_p, mac_clear_selection)
13985 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
13986 (mac_put_selection_value, mac_selection_has_target_p)
13987 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
13988 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
13989 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
13990 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
13991 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
13992 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
13993 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
13994 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
13995 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
13996
13997 * mactoolbox.c: New file.
13998
139992008-04-18 Jason Rumney <jasonr@gnu.org>
14000
14001 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
14002
140032008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14004
14005 * character.c (Fmultibyte_char_to_unibyte):
14006 Return latin1 chars unchanged.
14007
14008 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
14009 relocated if it points to `name'.
14010
140112008-04-17 Kenichi Handa <handa@m17n.org>
14012
14013 * data.c (Faset): Allow setting a multibyte character in an
14014 ASCII-only unibyte string.
14015
14016 * lisp.h (STRING_SET_MULTIBYTE): New macro.
14017
140182008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14019
14020 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
14021 done in config.h.
14022
140232008-04-16 Juanma Barranquero <lekktu@gmail.com>
14024
14025 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
14026 (Fchar_direction): Add usage in the docstring.
14027
140282008-04-15 Chong Yidong <cyd@stupidchicken.com>
14029
14030 * keyboard.c (read_key_sequence): Remove always-true checks.
14031
140322008-04-14 Jason Rumney <jasonr@gnu.org>
14033
14034 * w32font.c (w32font_open_internal): Set max_bounds.descent in
14035 compatibility struct, for better underline positioning.
14036
140372008-04-13 David Hansen <david.hansen@gmx.net>
14038
14039 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
14040 string.
14041
140422008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
14043
14044 * m/hp800.h (XUINT, XSET): Remove.
14045
140462008-04-12 Juanma Barranquero <lekktu@gmail.com>
14047
14048 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
14049 previous change.
14050
140512008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14052
14053 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
14054 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
14055
140562008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14057
14058 * keymap.h (map_keymap_canonical): Declare.
14059 * xmenu.c (single_keymap_panes): Use it.
14060
140612008-04-11 Glenn Morris <rgm@gnu.org>
14062
14063 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
14064 set the target's value to that of the alias.
14065
140662008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14067
14068 * term.c (set_tty_color_mode): Left over typo.
14069
140702008-04-10 Michael Albinus <michael.albinus@gmx.de>
14071
14072 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
14073 only after check for file name handler functions. Signal, when
14074 native functionality is not supported.
14075 (syms_of_fileio): Declare it unconditionally.
14076
140772008-04-10 Jason Rumney <jasonr@gnu.org>
14078
14079 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
14080 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
14081
14082 * w32.c (logon_network_drive): Also logon to remote drives that
14083 are mapped to drive letters.
14084
140852008-04-10 Glenn Morris <rgm@gnu.org>
14086
14087 * xdisp.c (truncate-partial-width-windows): Doc fix.
14088
140892008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14090
14091 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
14092 Move functions to minibuffer.el.
14093 (syms_of_fileio): Don't declare them.
14094
140952008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14096
14097 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
14098 (syms_of_minibuf): Remove its initialization.
14099
14100 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
14101
141022008-04-09 Juanma Barranquero <lekktu@gmail.com>
14103
14104 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
14105
141062008-04-09 Jason Rumney <jasonr@gnu.org>
14107
14108 * makefile.w32-in (distclean): Delete makefile too.
14109 (maintainer-clean): New target.
14110
14111 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
14112
14113 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
14114 for new font backend and composite cases.
14115
141162008-04-09 Jan Djärv <jan.h.d@swipnet.se>
14117
14118 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
14119 Most of the code moved to run_timers.
14120 (do_pending_atimers): Call run_timers.
14121 (run_timers): New function.
14122
14123 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
14124 run atimers.
14125
14126 * process.c (wait_reading_process_output): The same as above.
14127
141282008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14129
14130 * minibuf.c (last_exact_completion): Remove variable.
14131 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
14132 (complete_and_exit_1, complete_and_exit_2)
14133 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
14134 (Fdisplay_completion_list, display_completion_list_1)
14135 (Fminibuffer_completion_help, Fself_insert_and_exit)
14136 (Fexit_minibuffer, Fminibuffer_message): Move functions to
14137 minibuffer.el.
14138 (syms_of_minibuf): Remove corresponding initializations.
14139
14140 * keyboard.c (Qdeactivate_mark): New var.
14141 (command_loop_1): Use it to call `deactivate-mark'.
14142 (syms_of_keyboard): Initialize it.
14143
14144 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
14145 to another frame.
14146 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
14147 Don't call set_tty_color_mode.
14148 (store_frame_param): Reset previous_frame rather than call
14149 set_tty_color_mode.
14150 * term.c (set_tty_color_mode): Rewrite.
14151 * dispextern.h (set_tty_color_mode): New type.
14152 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
14153
141542008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14155
14156 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
14157 for generic chars, which do not exist any more in emacs-unicode.
14158
141592008-04-08 Michael Albinus <michael.albinus@gmx.de>
14160
14161 * coding.c (detect_coding_emacs_mule)
14162 (Ffind_operation_coding_system): Fix typo.
14163
141642008-04-08 Jason Rumney <jasonr@gnu.org>
14165
14166 * w32uniscribe.c (SNAME): Extract only symbol name.
14167
14168 * w32font.h (struct w32_metric_cache): New struct.
14169 (w32font_info): Use it.
14170 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
14171 (CACHE_BLOCKSIZE): New constants.
14172
14173 * w32font.c (Qja, Qko, Qzh): New symbols.
14174 (syms_of_w32font): Initialise them.
14175 (font_matches_spec): Use them to filter by language.
14176 (recompute_cached_metrics): Remove function.
14177 (compute_metrics, clear_cached_metrics): New functions.
14178 (w32font_encode_char): Use them to manage metric cache.
14179 (w32font_text_extents): Cache metrics for all glyphs on demand.
14180 Delay converting glyph indices to WORD until needed.
14181 (w32font_open_internal): Initialize metric cache to empty.
14182 (registry_to_w32_charset): Charset should always be a symbol.
14183 (fill_in_logfont, list_all_matching_fonts): Family should
14184 always be a symbol.
14185
141862008-04-06 Jason Rumney <jasonr@gnu.org>
14187
14188 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
14189 Give up if glyph indices not supported. Use uniscribe obtained
14190 ABC widths for individual metrics. Map glyph clusters back to
14191 characters using fClusterStart flag. Return number of glyphs
14192 produced, not chars processed.
14193 (uniscribe_shape): Map char at FROM to current glyph.
14194
141952008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14196
14197 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
14198 Use SetMenuItemHierarchicalMenu.
14199
142002008-04-05 Jason Rumney <jasonr@gnu.org>
14201
14202 * image.c (pbm_load): Allow color values up to 65535.
14203 Throw an error if max_color_idx is outside the supported range.
14204 Report an error when image size is invalid.
14205 Read two bytes at a time when raw images have max_color_idx above 255.
14206
aac0c6e3
MR
142072008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
14208
14209 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
14210 append "CCL: Quitted" when the CCL program is quitted.
14211 (setup_ccl_program): Initialize ccl->quit_silently to zero.
14212
14213 * ccl.h (struct ccl_program): New member quit_silently.
14214
142152008-04-05 Chong Yidong <cyd@stupidchicken.com>
14216
14217 * search.c (compile_pattern_1): Treat non-nil and non-string of
14218 search-spaces-regexp as nil.
14219
14220 * minibuf.c (Fassoc_string): Tweak docstring.
14221
142222008-04-05 Eli Zaretskii <eliz@gnu.org>
14223
14224 * dired.c (Ffile_attributes): Support inode numbers wider than 32
14225 bits. Remove ugly WINDOWSNT-specific kludge introduced on
14226 2008-03-14 to force inode be positive.
14227
14228 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
14229 _S_* ones, since we now use our own sys/stat.h.
14230 (stat, fstat): Don't mangle the inode number.
14231 (init_user_info): Don't restrict UID and GID to 0-60000 range.
14232
142332008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14234
14235 * frame.h (struct frame): Give one more bit to `visible' since we use
14236 values larger than 1 to indicate obscured frames on ttys.
14237
14238 * keymap.c (Qkeymap_canonicalize): New var.
14239 (Fmap_keymap_internal): New fun.
14240 (describe_map): Use keymap-canonicalize.
14241
14242 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
14243 (Fundo_boundary): Set them.
14244 (syms_of_undo): Initialize them.
14245 (record_point): Use them instead of last_point_position*.
14246 (last_undo_buffer): Change type.
14247
142482008-04-04 Jason Rumney <jasonr@gnu.org>
14249
14250 * w32font.c (w32font_text_extents): Use font's ascent and descent.
14251 (recompute_cached_metrics): Don't set ascent and descent per char.
14252
14253 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
14254 (uniscribe_check_otf): Add GC protection before consing.
14255 Rearrange loop for counting features.
14256
142572008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14258
14259 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
14260 buffer with byte-size of source buffer.
14261
142622008-04-03 Chong Yidong <cyd@stupidchicken.com>
14263
14264 * callint.c (Fcall_interactively): Handle temporary region even
14265 when shift-select-mode is off.
14266
142672008-04-03 Jason Rumney <jasonr@gnu.org>
14268
14269 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
14270
142712008-04-03 Kenichi Handa <handa@m17n.org>
14272
14273 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
14274 (CATEGORY_MASK_UTF_16): Likewise.
14275 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
14276 binary file.
14277 (detect_coding): Add null-byte detection for a binary file.
14278 (detect_coding_system): Likewise.
14279
142802008-04-03 Jason Rumney <jasonr@gnu.org>
14281
14282 * w32uniscribe.c: New file.
14283
14284 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
14285
14286 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
14287
14288 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
14289 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
14290 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
14291 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
14292 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
14293 (Qphonetic): New symbols.
14294 (syms_of_w32font): Initialize them.
14295 (font_supported_scripts): Use them.
14296 (w32font_list_family): List all charsets.
14297 (w32font_text_extents, recompute_cached_metrics): Fix metric
14298 calculations.
14299 (w32_enumfont_pattern_entity): Make full_type a DWORD.
14300 Give opentype fonts their own format.
14301 (font_matches_spec): New arguments backend and logfont.
14302 Handle :otf spec for uniscribe backend.
14303 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
14304 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
14305
14306 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
14307 font backend.
14308 (globals_of_w32fns): Initialize uniscribe font backend.
14309
14310 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
14311 dependencies.
14312 (w32uniscribe.$(O)): New file to build.
14313 (FONT_OBJ): Include w32uniscribe.$(O).
14314 (LIBS): Add uniscribe libraries.
14315
14316 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
14317
143182008-04-02 Chong Yidong <cyd@stupidchicken.com>
14319
14320 * callint.c (Vshift_select_mode): New var.
14321 (Finteractive): Document new ^ spec.
14322 (Fcall_interactively): Call handle-shift-selection if the ^ spec
14323 is present.
14324
14325 * keyboard.c (Vthis_command_keys_shift_translated): New var.
14326 (command_loop_1): Avoid running the direct display versions of
14327 forward-char and backward-char if shift-selection may occur.
14328 (read_key_sequence): Set Vthis_command_keys_shift_translated if
14329 shift-translation takes place.
14330
14331 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
14332 avoid clobbering by define-minor-mode.
14333
14334 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
14335 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
14336
14337 * syntax.c (Fforward_word): Add ^ interactive spec.
14338
14339 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
14340 (Fscroll_right): Add ^ interactive spec.
14341
143422008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14343
14344 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
14345
14346 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
14347
14348 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
14349
143502008-03-31 Juri Linkov <juri@jurta.org>
14351
14352 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
14353
143542008-03-30 Jan Djärv <jan.h.d@swipnet.se>
14355
14356 * gtkutil.c (xg_set_geometry): Fix indentation.
14357 (xg_resize_outer_widget): Remove.
14358 (x_wm_size_hint_off): Fix indentation.
14359 (xg_frame_set_char_size): Call flush_and_sync after
14360 gtk_window_resize.
14361 (x_wm_set_size_hint): Pass NULL as geometry window to
14362 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
14363 Add menu bar and tool bar height to base height.
14364 (xg_update_frame_menubar, free_frame_menubar)
14365 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
14366 (update_frame_tool_bar, free_frame_tool_bar):
14367 Change xg_resize_outer_widget to xg_frame_set_char_size.
14368
143692008-03-30 Michael Albinus <michael.albinus@gmx.de>
14370
14371 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
14372 (Fdbus_call_method): New parameter TIMEOUT.
14373 (dbus-send-signal): Optimize UNGCPRO call.
14374
143752008-03-29 Juri Linkov <juri@jurta.org>
14376
14377 * window.c (Fdisplay_buffer): Move call to
14378 Vsplit_window_preferred_function out of conditions that check
14379 if window is eligible for vertical splitting.
14380 When Vsplit_window_preferred_function is non-nil, call it and use
14381 its non-nil return value as window. Otherwise, continue doing
14382 vertical splitting using Fsplit_window with arg horflag=nil.
14383 (syms_of_window) <Vsplit_window_preferred_function>: Change the
14384 default value from `split-window' to nil.
14385
143862008-03-29 Juri Linkov <juri@jurta.org>
14387
14388 * callint.c (Fcall_interactively): Revert 2008-03-16 change
14389 for interactive code letters 'b' and 'B'.
14390
143912008-03-29 Eli Zaretskii <eliz@gnu.org>
14392
14393 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
14394 multibyte string.
14395
143962008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14397
14398 * keyboard.c (pending_funcalls): New var.
14399 (timer_check): Run it.
14400 (syms_of_keyboard): Initialize it.
14401 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
14402 (Vdelete_terminal_functions): New vars.
14403 (syms_of_terminal): Initialize them.
14404 (Fdelete_terminal): Run delete-terminal-functions.
14405 * xdisp.c (safe_eval): Rewrite.
14406 (safe_call2): New fun.
14407 * frame.c (Qdelete_frame_functions): New var.
14408 (syms_of_frame): Initialize it.
14409 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
14410 * lisp.h (safe_call2, pending_funcalls): Declare.
14411
144122008-03-28 Andreas Schwab <schwab@suse.de>
14413
14414 * indent.c (Fmove_to_column): Move declaration before statements.
14415
144162008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14417
14418 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
14419 (struct frame): Use bit fields for boolean vars.
14420
14421 * process.c (server_accept_connection): Simplify naming.
14422 (emacs_get_tty_pgrp): Use SDATA.
14423
14424 * coding.c (decode_coding_object): Fix last change.
14425
144262008-03-27 Jason Rumney <jasonr@gnu.org>
14427
14428 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
14429
144302008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
14431
14432 * charset.c (Fdefine_charset_internal): Change the way of
14433 registering charsets in Vcharset_order_list.
14434 (syms_of_charset): Make the charset `eight-bit' supplementary.
14435
144362008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
14437
14438 * regex.c (EXTEND_BUFFER): Change order of pointer addition
14439 operations, to avoid having the difference between pointers
14440 overflow.
14441
144422008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14443
14444 * indent.c (check_display_width): New fun.
14445 (scan_for_column): Use it.
14446
14447 * data.c (syms_of_data): Mark most-positive-fixnum and
14448 most-negative-fixnum as constants.
14449
14450 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
14451
14452 * indent.c (scan_for_column): Extract from current_column_1.
14453 Merge with the same code from Fmove_to_column.
14454 (current_column_1, Fmove_to_column): Use it.
14455
144562008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14457
14458 * keymap.c (map_keymap_internal): New fun.
14459 (map_keymap): Use it.
14460 (Fmap_keymap_internal): New fun.
14461 (Fmap_keymap): Remove left-out test from before make_save_value.
14462
14463 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
14464
14465 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
14466 Use XCAR/XCDR.
14467
14468 * process.h (struct Lisp_Process): Remove filter_multibyte.
14469 * process.c (QCfilter_multibyte): Remove.
14470 (setup_process_coding_systems): Don't use filter_multibyte.
14471 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
14472 (read_process_output): Don't adjust multibyteness to filter_multibyte.
14473 (Fset_process_filter_multibyte): Change the coding-system to
14474 approximate the previous behavior.
14475 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
14476 coding-system.
14477
14478 * coding.c (decode_coding_object): When not decoding into a buffer,
14479 obey the coding system's preference of (uni|multi)byte.
14480
144812008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14482
14483 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
14484 every char is changed and has a different byte-length.
14485 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
14486 Fix int -> EMACS_INT.
14487
144882008-03-23 David Hansen <david.hansen@gmx.net>
14489
14490 * dbusbind.c (xd_read_message): Remove extra copying of message
14491 strings. Check for NULL `interface' or `member'.
14492
144932008-03-22 Eli Zaretskii <eliz@gnu.org>
14494
14495 * w32.c (readdir): If FindFirstFile/FindNextFile return in
14496 cFileName a file name that includes `?' characters, use the 8+3
14497 alias in cAlternateFileName instead.
14498
144992008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14500
14501 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
14502
145032008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14504
14505 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
14506 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
14507 work on current_buffer only instead (that was already the case
14508 for some of the code anyway).
14509 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
14510 (temp_set_point, temp_set_point_both): Use EMACS_INT.
14511 (SET_PT, SET_PT_BOTH): Adjust.
14512 * intervals.h (set_point, temp_set_point, set_point_both)
14513 (temp_set_point_both): Remove redundant declarations.
14514
145152008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14516
14517 * fileio.c (Finsert_file_contents):
14518 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
14519 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
14520 when buffer != current_buffer anyway.
14521
145222008-03-20 Andreas Schwab <schwab@suse.de>
14523
14524 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
14525 as default.
14526
145272008-03-19 Jason Rumney <jasonr@gnu.org>
14528
14529 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
14530 (syms_of_w32fns): Initialize them.
14531 (HOURGLASS_ID): New constant.
14532 (x_window_to_frame): Don't check hourglass_window.
14533 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
14534 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
14535 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
14536 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
14537 Only change the cursor if hourglass is not active.
14538 (Fx_create_frame): Initialize frame's current_cursor.
14539 (hourglass_atimer): Remove.
14540 (hourglass_started): New function.
14541 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
14542 (show_hourglass): Adapt to w32, changing argument to frame.
14543
14544 * w32term.h (struct w32_output): Remove hourglass_window.
14545 Add current_cursor.
14546
14547 * eval.c (call_debugger, Fsignal):
14548 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
14549 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
14550 (Fexecute_extended_command, cancel_hourglass_unwind):
14551 * minibuf.c (read_minibuf):
14552 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
14553
145542008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14555
14556 * window.c (run_funs): New fun.
14557 (run_window_configuration_change_hook): Use it to run the buffer-local
14558 and the global part of the hook.
14559
14560 * xdisp.c (format_mode_line_unwind_data): Add window argument.
14561 (unwind_format_mode_line): Restore selected window.
14562 (x_consider_frame_title, Fformat_mode_line): Set selected window.
14563
145642008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14565
14566 * editfns.c (Fchar_equal): Check they are valid characters.
14567
14568 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
14569
145702008-03-17 Andreas Schwab <schwab@suse.de>
14571
14572 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
14573 against a charset.
14574
14575 * lisp.h (Fbuffer_list): Declare.
14576
145772008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 14578
aac0c6e3
MR
14579 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
14580 handlebox_widget is != 0.
14581
145822008-03-16 Juri Linkov <juri@jurta.org>
14583
14584 * callint.c (Fcall_interactively): For interactive code letters
14585 'b' and 'B' put the buffer list into the list of default "future"
14586 values of the minibuffer.
14587
145882008-03-16 Andreas Schwab <schwab@suse.de>
14589
14590 * keyboard.c (read_key_sequence): Fix downcasing of letters with
14591 modifiers.
14592
14593 * regex.c (re_match_2_internal): Correct matching of a charset
14594 against latin-1 characters.
14595
145962008-03-16 Kenichi Handa <handa@m17n.org>
14597
14598 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
14599 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
14600 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
14601 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
14602 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
14603 CHAR_STRING_ADVANCE.
14604 (produce_chars): Fix for the case that the source and the
14605 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
14606 instead of CHAR_STRING_ADVANCE.
14607 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
14608 STRING_CHAR_ADVANCE.
14609
146102008-03-15 Andreas Schwab <schwab@suse.de>
14611
14612 * regex.c (re_match_2_internal): Correct matching of eight bit
14613 characters in unibyte strings.
14614
146152008-03-15 Martin Rudalics <rudalics@gmx.at>
14616
14617 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
14618 at end of range when it coincides with the end of the buffer.
14619
146202008-03-14 Eli Zaretskii <eliz@gnu.org>
14621
14622 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
14623
14624 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
14625
146262008-03-14 Jason Rumney <jasonr@gnu.org>
14627
14628 * editfns.c (initial_tz): New variable.
14629 (syms_of_editfns): Initialize it.
14630 (Fset_time_zone_rule): Set it when first called.
14631 Use it when TZSTRING is nil.
14632
14633 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
14634 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
14635 (monitor_from_point_fn, get_monitor_info_fn): New globals.
14636 (globals_of_w32fns): Initialize them.
14637 (compute_tip_xy): Use them to position tooltips.
14638
146392008-03-14 Glenn Morris <rgm@gnu.org>
14640
14641 * emacs.c (main): Revert previous change.
14642 (standard_args): Revert -internal-script back to -scriptload,
14643 and remove the long-option form.
14644
146452008-03-13 Glenn Morris <rgm@gnu.org>
14646
14647 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
14648 Remove option -enable-font-backend.
14649
146502008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14651
14652 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
14653
146542008-03-11 Jan Djärv <jan.h.d@swipnet.se>
14655
14656 * xterm.c (x_connection_closed): For GTK: If this is the last
14657 terminal just exit without closing the display.
14658
146592008-03-11 Jason Rumney <jasonr@gnu.org>
14660
14661 * w32font.c (w32font_full_name): Use floor to round.
14662
f0131492 146632008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
14664
14665 * sound.c (alsa_configure): Declare vol at beginning of block.
14666
14667 * fontset.c (Ffontset_info): Remove extra semicolon.
14668
146692008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14670
14671 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
14672 size of resulting string.
14673
146742008-03-10 Jason Rumney <jasonr@gnu.org>
14675
14676 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
14677
146782008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14679
14680 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
14681 Don't pretend as if characters with display property haven't been
14682 consumed for string-replacing-string case.
14683
146842008-03-08 Kim F. Storm <storm@cua.dk>
14685
14686 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
14687 (get_next_display_element, next_element_from_string)
14688 (next_element_from_ellipsis, next_element_from_buffer): Use it.
14689
146902008-03-08 Andreas Schwab <schwab@suse.de>
14691
14692 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
14693
146942008-03-06 Jason Rumney <jasonr@gnu.org>
14695
14696 * w32font.c (w32_registry): Take font_type argument. Use ANSI
14697 when charset not specified. Only translate ANSI to unicode when
14698 font_type is truetype.
14699 (w32font_coverage_ok): New function.
14700 (add_font_entity_to_list): Use it to filter unsuitable fonts.
14701
147022008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
14703
14704 * lread.c (Fread_char): Resolve modifiers.
14705 (Fread_char_exclusive): Likewise.
14706
14707 * character.c (char_resolve_modifier_mask): New function.
14708 (char_string): Use char_resolve_modifier_mask.
14709 (Fchar_resolve_modifiers): New function.
14710 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
14711 function.
14712
147132008-03-04 Jason Rumney <jasonr@gnu.org>
14714
14715 * makefile.w32-in: Always include w32font.c in the build.
14716 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
14717
147182008-03-04 Andreas Schwab <schwab@suse.de>
14719
14720 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
14721 (versionclean): Likewise.
14722
147232008-03-04 Juanma Barranquero <lekktu@gmail.com>
14724
14725 * .cvsignore: Add oo.
14726
147272008-03-03 Andreas Schwab <schwab@suse.de>
14728
14729 * coding.c (decode_coding_object): Inhibit gap shrinking while
14730 decoding in place.
14731
147322008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
14733
14734 * w32term.c: Remove unused include "gnu.h".
14735 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
14736
14737 * gnu.h: Rename to ...
14738 * emacs-icon.h: ... this.
14739 * xterm.c: Use emacs-icon.h instead of gnu.h.
14740 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
14741
147422008-03-03 Juanma Barranquero <lekktu@gmail.com>
14743
14744 * w32font.c: Include math.h.
14745
147462008-03-03 Jason Rumney <jasonr@gnu.org>
14747
14748 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
14749 Compute options separately.
14750 (w32font_open_internal): Set glyph_idx before caching metrics.
14751
14752 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
14753 Define if system headers don't.
14754 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
14755 (w32font_encode_char): Don't declare here.
14756
14757 * w32font.c (Quniscribe, QCformat): New symbols.
14758 (syms_of_w32font): Define them.
14759 (w32font_has_char): Indicate uncertainty.
14760 (w32font_encode_char): Encode as glyph point. Make static.
14761 (recompute_cached_metrics): New function.
14762 (w32font_open_internal): Use it. Set font to use glyph points
14763 initially. Set format based on type of font.
14764 (w32font_text_extents, w32font_draw): Optionally use glyph points.
14765 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
14766 on it. Set format based on information available here.
14767 (add_font_entity_to_list): Identify backend based on opentype_only.
14768
147692008-03-02 Andreas Schwab <schwab@suse.de>
14770
14771 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
14772
14773 * coding.c (decode_coding_big5, produce_chars):
14774 Fix typos in last change.
14775
147762008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
14777
14778 * gnu.h: New icon.
14779
147802008-03-02 Kenichi Handa <handa@m17n.org>
14781
14782 * coding.c (decode_coding_utf_8): When eol-type of CODING is
14783 `dos', don't decode '\r' if that is the last in the source.
14784 (decode_coding_utf_16, decode_coding_emacs_mule)
14785 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14786 (decode_coding_raw_text, decode_coding_charset): Likewise.
14787 (produce_chars): Don't decode EOL here. Use EMACS_INT.
14788
147892008-03-01 Jason Rumney <jasonr@gnu.org>
14790
14791 * w32font.c (w32font_full_name): Report point size for scalable fonts.
14792
147932008-03-01 Kim F. Storm <storm@cua.dk>
14794
14795 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
14796
147972008-03-01 Jason Rumney <jasonr@gnu.org>
14798
14799 * w32font.c (w32font_full_name): New function.
14800 (w32font_open_internal): Use it.
14801
148022008-03-01 Kim F. Storm <storm@cua.dk>
14803
14804 * dispnew.c (line_draw_cost): Fix invalid glyph check.
14805
148062008-03-01 Jason Rumney <jasonr@gnu.org>
14807
14808 * font.c (font_unparse_fcname): Increase len when style is a symbol.
14809
148102008-03-01 Jan Djärv <jan.h.d@swipnet.se>
14811
14812 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
14813 xg_frame_resized when the event is for the edit widget.
14814
14815 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
14816
14817 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
14818 set_char_size.
14819 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
14820 operations on widgets here. Just set frame size if needed.
14821 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
14822 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
14823 (x_wm_set_size_hint): Set size hints on the edit widget only, not
14824 the whole frame.
14825 (xg_create_tool_bar): Move attachment of the tool bar to
14826 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
14827 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
14828
148292008-03-01 Jason Rumney <jasonr@gnu.org>
14830
14831 * w32fns.c (w32_msg_pump): Disable debug code.
14832
148332008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14834
14835 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
14836
148372008-02-29 Chong Yidong <cyd@stupidchicken.com>
14838
14839 * xdisp.c (next_overlay_string): Don't set
14840 overlay_strings_at_end_processed_p if we're currently reading from
14841 a display string.
14842
148432008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
14844
14845 * xdisp.c (get_overlay_strings_1): Fix typo.
14846
148472008-02-29 Chong Yidong <cyd@stupidchicken.com>
14848
14849 * xdisp.c (get_overlay_strings_1): Add missing argument type.
14850
148512008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
14852
14853 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
14854
14855 * xdisp.c (display_mode_element): Cancel the previous change.
14856 (decode_mode_spec): Likewise.
14857 (handle_auto_composed_prop): Don't make composition if it->string
14858 is a string.
14859
148602008-02-27 Kim F. Storm <storm@cua.dk>
14861
14862 * lisp.h (GLYPH): Change type from int to struct with separate char
14863 and face_id members.
14864 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
14865 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
14866 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
14867 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
14868 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
14869 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
14870 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
14871 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
14872 handle new Lisp glyph code encoding, either an integer or a cons.
14873
14874 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
14875 (GLYPH_ALIAS): Delete.
14876 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
14877 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
14878 (GLYPH_FROM_CHAR): Replace macro by ...
14879 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
14880
14881 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
14882 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
14883 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
14884 (GLYPH_INVALID_P): New macro.
14885 (spec_glyph_lookup_face): Update prototype.
14886
14887 * dispnew.c (line_draw_cost): Adapt to new glyph type.
14888 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
14889 new glyph code encoding.
14890 (spec_glyph_lookup_face): No return value; update passed glyph instead.
14891 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
14892
14893 * xdisp.c (get_next_display_element, next_element_from_display_vector):
14894 Adapt to new glyph type and new glyph code encoding.
14895
14896 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
14897
14898 * indent.c (current_column, current_column_1, Fmove_to_column)
14899 (compute_motion): Adapt to new glyph code encoding.
14900
14901 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
14902
149032008-02-27 Chong Yidong <cyd@stupidchicken.com>
14904
14905 * process.c (wait_reading_process_output): Check for window
14906 changes caused by timers.
14907 Suggested by Johan Bockgård.
14908
149092008-02-27 Glenn Morris <rgm@gnu.org>
14910
14911 * emacs.c (USAGE1): Add `--disable-font-backend'.
14912
149132008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
14914
14915 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
14916 is made to the buffer.
14917
149182008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14919
14920 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
14921 (face_at_string_position):
14922 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
14923 (face_at_string_position):
14924 * xdisp.c (display_string, next_overlay_change):
14925 * buffer.h (overlays_at):
14926 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
14927 Update callers.
14928
149292008-02-26 Chong Yidong <cyd@stupidchicken.com>
14930
14931 * editfns.c (Fformat): Doc fix.
14932
149332008-02-26 Juanma Barranquero <lekktu@gmail.com>
14934
14935 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
14936 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
14937 (Ffont_otf_alternates, Fquery_font): Doc fixes.
14938
149392008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14940
14941 * buffer.c (Fbuffer_swap_text): New function.
14942 (syms_of_buffer): Defsubr it.
14943
149442008-02-25 Chong Yidong <cyd@stupidchicken.com>
14945
14946 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
14947
149482008-02-25 Jason Rumney <jasonr@gnu.org>
14949
14950 * w32font.c (w32font_draw): Draw one character at a time when padding.
14951
149522008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14953
14954 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
14955 Handle a nil arg. Use run_window_configuration_change_hook.
14956 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
14957 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
14958 Use run_window_configuration_change_hook.
14959
149602008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
14961
14962 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
14963 1-pixel width.
14964
149652008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
14966
14967 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
14968 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
14969 if the glyph in the font is zero pixel with.
14970
14971 * dispextern.h (struct glyph_string): New member padding_p.
14972
14973 * w32font.c (w32font_draw): Pay attention to s->padding_p.
14974
14975 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
14976
14977 * xfont.c (xfont_draw): Pay attention to s->padding_p.
14978
14979 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
14980
14981 * font.c: If the font driver doesn't have `shape' function, return Qnil.
14982
149832008-02-25 Jason Rumney <jasonr@gnu.org>
14984
14985 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
14986
149872008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14988
14989 Allow fine-grained image-cache flushing.
14990 * dispextern.h (struct image): Add `dependencies' field.
14991 (clear_image_caches): Change arg to Lisp_Object.
14992 * image.c (make_image): Initialize `dependencies' field.
14993 (clear_image_cache): Change arg to allow fine-grained flushing.
14994 Perform the flush even if image-cache-eviction-delay is nil.
14995 (clear_image_caches): Change arg to Lisp_Object.
14996 (Fclear_image_cache): Expand meaning of the argument.
14997 (mark_image): Mark `dependencies' field.
14998 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
14999 (lface_hash): Use XHASH rather than XFASTINT.
15000 (face_at_buffer_position): Fix int -> EMACS_INT position.
15001 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
15002 (select_frame_for_redisplay): Remove code duplication.
15003 (redisplay_internal): Adapt arg to call to clear_image_caches.
15004
150052008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
15006
15007 * s/vms4-0.h:
15008 * s/vms4-2.h:
15009 * s/vms4-4.h:
15010 * s/vms5-5.h: Remove, unused.
15011
15012 * s/irix5-2.h:
15013 * s/irix6-0.h:
15014 * s/riscos5.h:
15015 * s/mach-bsd4-3.h:
15016 * m/mips4.h: Remove files for obsolete systems.
15017
15018 * Makefile.in:
15019 * filelock.c:
15020 * unexmips.c:
15021 * m/hp9000s300.h:
15022 * m/iris4d.h:
15023 * s/aix3-1.h:
15024 * s/hpux.h:
15025 * s/msdos.h:
15026 * s/usg5-0.h:
15027 * s/usg5-2-2.h:
15028 * s/usg5-2.h:
15029 * s/usg5-3.h: Remove references to obsolete variables.
15030
15031 * s/irix5-0.h: Remove, move all the contents ...
15032 * s/irix6-5.h: ... here. Simplify.
15033 * config.in: Regenerate.
15034
150352008-02-24 Jason Rumney <jasonr@gnu.org>
15036
15037 * w32term.c (x_draw_glyph_string_background): Clear the background
15038 manually when cleartype is in use.
15039 (x_draw_glyph_string_foreground): Draw text transparently when
15040 cleartype is in use.
15041
15042 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
15043 a font into it unless we have to.
15044
150452008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15046
15047 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
15048 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 15049
aac0c6e3
MR
150502008-02-18 Jason Rumney <jasonr@gnu.org>
15051
15052 * w32fns.c (Fw32_shell_execute): Encode parameters.
15053
150542008-02-09 Eli Zaretskii <eliz@gnu.org>
15055
15056 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
15057
150582008-02-05 Juanma Barranquero <lekktu@gmail.com>
15059
15060 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
15061
150622008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
15063
15064 * xterm.c (x_set_offset): Don't change the gravity if
15065 CHANGE_GRAVITY is -1.
15066
150672008-02-23 Chong Yidong <cyd@stupidchicken.com>
15068
15069 * fileio.c (auto_save_error_occurred): New var.
15070 (auto_save_error): Set it.
15071 (Fdo_auto_save): Don't overwrite the error message if an auto-save
15072 error occurred.
15073
150742008-02-23 Eli Zaretskii <eliz@gnu.org>
15075
15076 * w32.c (globals_of_w32): Add initializations for
15077 g_b_init_get_sid_sub_authority and
15078 g_b_init_get_sid_sub_authority_count.
15079
150802008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
15081
15082 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
15083 (font_parse_xlfd): Use them for sanity check.
15084 (Finternal_set_font_style_table): Make sure the table is bijective.
15085
15086 Consolidate the image_cache to the terminal struct.
15087 * termhooks.h (P_): Remove redundant def.
15088 (struct terminal): New field `image_cache'.
15089 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
15090 of FRAME_X_IMAGE_CACHE.
15091 * xterm.h (struct x_display_info): Remove image_cache field.
15092 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15093 * w32term.h (struct w32_display_info): Remove image_cache field.
15094 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15095 * macterm.h (struct mac_display_info): Remove image_cache field.
15096 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15097 * xterm.c (x_term_init):
15098 * w32term.c (w32_term_init):
15099 * macterm.c (mac_term_init): Set the image_cache in the terminal.
15100 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
15101 Remove declarations.
15102 (clear_image_caches, mark_image_cache): New declarations.
15103 * xfaces.c (clear_face_cache):
15104 * xdisp.c (redisplay_internal): Use clear_image_caches.
15105 * image.c (clear_image_cache): Don't check that a frame is on
15106 a window-system before checking if it shares the same cache.
15107 (clear_image_caches): New function.
15108 (Fclear_image_cache): Use it.
15109 (mark_image): Move from allo.c.
15110 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
15111 * alloc.c (mark_image, mark_image_cache): Move to image.c.
15112 (mark_object): Don't call mark_image_cache for frames.
15113 (mark_terminals): Call mark_image_cache.
15114
15115 * lisp.h (Fdelete_terminal): Declare.
15116
15117 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
15118 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
15119 wrong_type_argument.
15120
151212008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
15122
15123 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
15124 malayalam.el, and tamil.el. Add sinhala.el.
15125
151262008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
15127
15128 * xterm.c (x_connection_closed): Consolidate identical tests.
15129 (x_delete_terminal): Don't crash if called via x_connection_closed.
15130
151312008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
15132
15133 * xdisp.c (decode_mode_spec): New arg string.
15134 (display_mode_element): Adjust for the above change.
15135
151362008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15137
15138 * callint.c (Fcall_interactively): Use AREF.
15139
151402008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
15141
15142 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
15143
151442008-02-18 Jan Djärv <jan.h.d@swipnet.se>
15145
15146 * xfns.c (Fx_show_tip): Set string to " " if empty.
15147
151482008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
15149
15150 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
15151 with Qt.
15152
151532008-02-17 Kenichi Handa <handa@m17n.org>
15154
15155 * ftfont.c (ftfont_shape): Return Lispy number.
15156
15157 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
15158 for GCs.
15159 (Finternal_set_font_selection_order): Call font_update_sort_order
15160 only when enable_font_backend is set.
15161 (realize_x_face): Set face->font_info to that of default face only
15162 when enable_font_backend is set.
15163
15164 * xdisp.c (handle_composition_prop): Set it->c to the fist
15165 character of the composed region.
15166 (fill_composite_glyph_string): Set base_face->font_info to
15167 s->font_info. Get a face for ascii from base_face->ascii_face.
15168 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
15169 with a face already decided.
15170 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
15171 non-negative.
15172 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
15173 call font_prepare_composition unconditionally.
15174
15175 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
15176
15177 * xterm.h (struct x_display_info): New member font.
15178
15179 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
15180 (x_set_mouse_face_gc, x_new_font): Likewise.
15181 (x_term_init): Setup display_info->font.
15182 (x_delete_terminal): Free display_info->font.
15183
15184 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
15185
15186 * ftxfont.c (ftxfont_default_fid): Delete it.
15187 (ftxfont_open): Set xfont->fid to 0.
15188 (ftxfont_end_for_frame): Clear data specific to the frame and the
15189 font-driver.
15190
15191 * xftfont.c (xftfont_default_fid): Delete it.
15192 (xftfont_open): Set xfont->fid to 0.
15193
15194 * fontset.c (FONTSET_OBJLIST): New macro.
15195 (fontset_find_font): Update font-object list of the fontset.
15196 (free_realized_fontset): New function.
15197 (free_face_fontset): Call free_realized_fontset.
15198 (Ffont_info): Call font_close_object only when enable_font_backend
15199 is set.
15200
15201 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
15202 [HAVE_NTGUI]: Include w32term.h.
15203 [MAC_OS]: Include macterm.ch.
15204 (font_otf_ValueRecord): Use make_number.
15205 (font_finish_cache): Fix handling of reference count.
15206 (font_clear_cache): Update num_fonts.
15207 (font_open_entity): Update smallest_char_width and
15208 smallest_font_height of the frame.
15209 (font_close_object): Update num_fonts.
15210 (Fclear_font_cache): Fix finding the target cache data.
15211
152122008-02-16 Glenn Morris <rgm@gnu.org>
15213
15214 * fontset.c (Finternal_char_font): Fix compilation warning.
15215
152162008-02-16 Eli Zaretskii <eliz@gnu.org>
15217
15218 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
15219 instead of char arrays. Enlarge the size of array passed to
15220 get_token_information.
15221
15222 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
15223 warnings.
15224
152252008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
15226
15227 * .gdbinit: Don't set `args', it breaks gdb --args.
15228
152292008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
15230
15231 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
15232 within a narrowed buffer.
15233
152342008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
15235
15236 * coding.c (decode_coding_object, encode_coding_object):
15237 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
15238
152392008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15240
15241 * coding.c (coding_set_destination): Use BEG_BYTE rather than
15242 hardcoding 1.
15243 (detect_coding_system):
15244 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
15245 (string_char_to_byte, string_byte_to_char, insert_from_gap):
15246 * insdel.c (insert_from_gap):
15247 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
15248 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
15249 (string_to_multibyte):
15250 * character.c (chars_in_text, multibyte_chars_in_text):
15251 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
15252
15253 * character.h (FETCH_STRING_CHAR_ADVANCE)
15254 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
15255 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
15256 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
15257
15258 * casefiddle.c (casify_region): Only call after-change and composition
15259 functions on the part of the region that was changed.
15260
15261 * keyboard.c (read_avail_input):
15262 * frame.c (Fdelete_frame): Call Fdelete_terminal.
15263
152642008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15265
15266 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
15267 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
15268
152692008-02-11 Juanma Barranquero <lekktu@gmail.com>
15270
15271 * w32menu.c (push_submenu_start, push_submenu_end)
15272 (push_left_right_boundary, push_menu_pane, push_menu_item):
15273 * keyboard.c (read_key_sequence): Don't pass args with side effects
15274 to AREF, it fails when compiling with -DENABLE_CHECKING.
15275
152762008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
15277
15278 * Makefile.in (${lispsource}international/charprop.el):
15279 Delete this target.
15280
15281 * search.c (boyer_moore): Fix incorrect synching of the trunk and
15282 emacs-unicode-2.
15283
152842008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15285
15286 * terminal.c (Fdelete_terminal): Clean up the `force' path.
15287
152882008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15289
15290 * frame.c (Qnoelisp): New symbol.
15291 (syms_of_frame): Initialize it.
15292 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
15293 harmless Elisp code, from a strong `force' from x_connection_closed.
15294 * frame.h (Qnoelisp): Declare.
15295 * xterm.c (x_connection_closed): Pass `noelisp'.
15296
15297 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
15298 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
15299 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
15300 rather than `int' for the type of `type'.
15301
153022008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
15303
15304 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
15305
15306 * Makefile.in (GNUC): Remove support for gcc-1.x.
15307
153082008-02-10 Richard Stallman <rms@gnu.org>
15309
15310 * lisp.h (ASET): Use AREF, not ASLOT.
15311
153122008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15313
15314 * lisp.h (ASET): Check bounds.
15315
153162008-02-10 Glenn Morris <rgm@gnu.org>
15317
15318 * buffer.c (mode-name): Doc fix.
15319
153202008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15321
15322 * Makefile.in:
15323 * emacs.c:
15324 * gmalloc.c:
15325 * keyboard.c:
15326 * lisp.h:
15327 * m/ibm370aix.h:
15328 * process.c:
15329 * regex.c:
15330 * s/hpux.h:
15331 * sysdep.c:
15332 * sysselect.h:
15333 * systty.h:
15334 * unexec.c:
15335 * w32term.c:
15336 * xsmfns.c:
15337 * xterm.c: Remove code that deals with obsolete variables.
15338
15339 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
15340
15341 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
15342 nothing else needs it anymore.
15343
153442008-02-09 Eli Zaretskii <eliz@gnu.org>
15345
15346 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
15347 instead of unibyte_char_to_multibyte.
15348
153492008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15350
15351 * s/gnu-linux.h: Remove commented out code.
15352
15353 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
15354
15355 * Makefile.in: Update what RMS says about using autoconf.
15356 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
15357 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
15358 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
15359 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
15360
153612008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
15362
15363 * keymap.c (Fkey_description): Move side effect outside of macro call.
15364
15365 * xfaces.c (Finternal_make_lisp_face):
15366 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
15367
15368 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
15369 (syms_of_fontset): Use ASET.
15370
15371 * fns.c (concat): Move side effect outside of macro call.
15372 (hash_clear): Use ASET.
15373
153742008-02-08 Richard Stallman <rms@gnu.org>
15375
15376 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
15377 If FORCE, and frame has a surrogate minibuffer for another frame,
15378 delete the other frame first.
15379
153802008-02-07 Timo Savola <timo.savola@iki.fi>
15381
15382 * xterm.c (x_detect_focus_change): Handle embed client message.
15383 (handle_one_xevent): Ditto.
15384 (handle_one_xevent): If embedded and we get a button press/release,
15385 request focus.
15386 (xembed_set_info, xembed_send_message): New functions.
15387 (x_make_frame_visible): Call xembed_set_info if embedded.
15388 (x_make_frame_invisible): Call xembed_set_info if embedded.
15389 (x_term_init): Initialize Xatom_XEMBED.
15390 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
15391 (x_iconify_frame): Ditto.
15392
15393 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
15394 (enum xembed_info, enum xembed_message, enum xembed_focus)
15395 (enum xembed_modifier, enum xembed_accelerator): New.
15396 (xembed_set_info, xembed_send_message): Declare.
15397 (FRAME_X_EMBEDDED_P): New.
15398
15399 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
15400 gtk_plug_new.
15401
15402 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
15403 window ID of a frame.
15404 (x_window): Reparent frame if embedded.
15405 (Fx_create_frame): Don't set border width if embedded.
15406
15407 * emacs.c (USAGE3): Add --parent-id.
15408 (standard_args): Ditto.
15409
154102008-02-07 Jan Djärv <jan.h.d@swipnet.se>
15411
15412 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
15413
154142008-02-07 Jim Meyering <meyering@redhat.com>
15415
15416 Use "do...while (0)", not "if (1)...else" in macro definitions.
15417 The latter provokes a warning from gcc about the empty else, when
15418 followed by ";". Also, without that trailing semicolon, it would
15419 silently swallow up any following statement.
15420 * syntax.h (SETUP_SYNTAX_TABLE)
15421 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
15422 * buffer.h (DECODE_POSITION): Likewise.
15423 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
15424 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
15425 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
15426 (FETCH_CHAR_ADVANCE): Likewise.
15427 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
15428
154292008-02-07 Jim Meyering <meyering@redhat.com>
15430
15431 * lread.c [lint]: Don't include <sys/inode.h>.
15432
154332008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15434
15435 * xselect.c (x_handle_dnd_message):
15436 * xmenu.c (digest_single_submenu, xmenu_show):
15437 * xdisp.c (with_echo_area_buffer_unwind_data)
15438 (format_mode_line_unwind_data, unwind_format_mode_line)
15439 (display_menu_bar):
15440 * eval.c (Ffetch_bytecode):
15441 * doc.c (store_function_docstring):
15442 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
15443 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
15444 * buffer.c (add_overlay_mod_hooklist): Use ASET.
15445
154462008-02-07 Kenichi Handa <handa@m17n.org>
15447
15448 * ftxfont.c (ftxfont_open): Don't set
15449 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
15450
15451 * ftfont.c (ftfont_open): Fix previous change.
15452
154532008-02-06 Jason Rumney <jasonr@gnu.org>
15454
15455 * w32font.c (w32font_text_extents): Fill in lbearing metric.
15456 Use cached metrics for ASCII characters.
15457 (w32font_open_internal): Don't set font's owning_frame.
15458 Cache metrics for ASCII characters.
15459
15460 * w32font.h (struct w32font_info): Add ascii_metrics.
15461 Remove owning_frame.
15462
154632008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
15464
15465 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
15466 to negative value.
15467
15468 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
15469
15470 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
15471
15472 * charset.c (syms_of_charset): Set QCtest and Qeq.
15473
154742008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15475
15476 * process.c (Fstart_process):
15477 * callproc.c (Fcall_process): Handle the case where
15478 Funhandled_file_name_directory returns nil.
15479
15480 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
15481 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
15482 * font.c (check_gstring): Use them and AREF to access the vector before
15483 we know it's really a gstring.
15484 (Ffont_shape_text): Fix typo.
46e722a9 15485 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
15486
15487 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
15488 Declare.
15489
15490 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
15491
154922008-02-05 Jason Rumney <jasonr@gnu.org>
15493
15494 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
15495 Set smallest_font_height and smallest_char_width in display info.
15496
154972008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
15498
15499 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
15500
155012008-02-05 Miles Bader <miles@gnu.org>
15502
15503 * xfaces.c (get_lface_attributes, merge_named_face)
15504 (lookup_named_face, lookup_derived_face, realize_named_face):
15505 Revert 2008-02-01 change by cyd@stupidchicken.com.
15506
155072008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
15508
15509 * fontset.c (Ffontset_info): Handle the case of inhibitting the
15510 fallback fonts.
15511 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
15512
155132008-02-04 Jason Rumney <jasonr@gnu.org>
15514
15515 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
15516 set full_name.
15517 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
15518
155192008-02-03 Jason Rumney <jasonr@gnu.org>
15520
15521 * makefile.w32-in (OBJ1): Include font.o here.
15522 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
15523
155242008-02-02 Jason Rumney <jasonr@gnu.org>
15525
15526 * makefile.w32-in (temacs): Bump EMHEAP to 21.
15527
155282008-02-01 Jason Rumney <jasonr@gnu.org>
15529
15530 * s/cygwin.h: Define VIRT_ADDR_VARIES.
15531
15532 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
15533
155342008-02-01 Andreas Schwab <schwab@suse.de>
15535
15536 * Makefile.in (shortlisp, lisp): Update for rename of
15537 ../lisp/language/myanmar.el.
15538
155392008-02-01 Chong Yidong <cyd@stupidchicken.com>
15540
15541 * xfaces.c (get_lface_attributes): Delete function.
15542 (merge_named_face, lookup_named_face, lookup_derived_face)
15543 (realize_named_face): Call lface_from_face_name directly, and use
15544 the fact that merge_face_vectors does not alter its FROM argument.
15545
155462008-02-01 Jason Rumney <jasonr@gnu.org>
15547
15548 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
15549 input in the default locale. Handle non-Unicode multibyte input.
15550
155512008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15552
15553 * fontset.c (reorder_font_vector): Exclude nil elements from the
15554 font group. Don't try multiple fonts.
15555 (fontset_font): Adjust for the above change.
15556 (Finternal_char_font): Return nil if the found font doesn't
15557 contain the character ch.
15558
15559 * Makefile.in (lisp, shortlisp): Add cham.el.
15560
155612008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15562
15563 * font.h (FONTP): Make it return 1 also for a font-object.
15564
15565 * .gdbinit (xfontset): New function.
15566
15567 * font.c (font_find_for_lface): Check if the character C is
15568 supported or not only for the first font.
15569
15570 * fontset.c (reorder_font_vector): Fix typo.
15571 (fontset_find_font): Don't add a font-spec specifying a script.
15572 Use 0 (not Qt) for the indication of empty font-group. Change the
15573 format of RFONT-DEF. Return Qt if no font in the font-group
15574 support the character.
15575 (fontset_font): Adjust for the above change. If no font was
15576 found the character, remember that.
15577 (face_for_char): Adjust for the change of RFONT-DEF.
15578 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
15579 no font for the target.
15580 (Finternal_char_font): Adjust for the change of RFONT-DEF.
15581
155822008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15583
15584 * font.c (font_load_for_face): Handle the case that the font in
15585 face->lface is a string.
15586
155872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15588
15589 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
15590
155912008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15592
15593 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
15594 Fix previous change. If the frame is not on a window system,
15595 signal an error.
15596
155972008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15598
15599 * coding.c (decode_coding_object, encode_coding_object): Adjust
15600 marker positions after conversion.
15601
15602 * lisp.h (struct Lisp_Marker): New member need_adjustment.
15603
156042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15605
15606 * font.c (font_find_for_lface): Fix the handling of the return
15607 value of font_has_char.
15608 (Ffont_shape_text): Fix previous change.
15609
15610 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
15611 (fontset_ref_and_range): Delete it.
15612 (fontset_find_font): Call char_table_ref_and_range instead of
15613 FONTSET_REF_AND_RANGE.
15614 (make_fontset): Don't setup font groups of Latin here.
15615 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
15616 (new_fontset_from_font): Make the specified font the default for
15617 all Latin characters.
15618
156192008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15620
15621 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
15622 is on a window system before accessing the fontset of the frame.
15623
156242008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15625
15626 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
15627
15628 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
15629 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
15630
15631 * font.c (Ffont_shape_text): If the font driver doesn't have a
15632 shaper function, make zero-width glyphs to have at least one-pixel
15633 width. Fix setting of `to' field of glyphs.
15634
156352008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15636
15637 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
15638 glyphs.
15639
15640 * font.h (struct font_driver): Improve docstring of member `shape'.
15641
156422008-02-01 Kenichi Handa <handa@m17n.org>
15643
15644 * composite.c (syms_of_composite): Fix docstring of
15645 auto-composition-function.
15646
15647 * font.h (LGLYPH_SIZE): New macro.
15648
15649 * font.c (Ffont_fill_gstring): Stop filling when a character not
15650 supported by the font is found.
15651 (Ffont_shape_text): When a shape callback function returns nil,
15652 try at most two more times with larger gstring.
15653 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
15654
15655 * xdisp.c (handle_auto_composed_prop): Change the argument to
15656 auto-composition-function.
15657
15658 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
15659 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
15660 Lispy glyph and store it in the lgstring.
15661
15662 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
15663
15664 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
15665
156662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15667
15668 * font.c (Ffont_shape_text): Avoid unnecessary composition.
15669
15670 * fontset.c (Vfont_encoding_charset_alist): New variable.
15671 (syms_of_fontset): DEFVAR it.
15672 (reorder_font_vector, fontset_find_font): Optimize for the case of
15673 no need of reordering.
15674 (face_for_char): Map the charset property by
15675 Vfont_encoding_charset_alist.
15676
156772008-02-01 Jason Rumney <jasonr@gnu.org>
15678
15679 * w32font.c (logfonts_match): Don't check adstyle here.
15680 (font_matches_spec): Check here against physical font instead.
15681 (add_font_entity_to_list): Avoid some substitutions.
15682
15683 * font.c (font_parse_fcname): Default weight and slant to normal.
15684 (font_score): Prefer normal fonts if weight or slant unspecified.
15685 (font_score) [WINDOWSNT]: Scale weight difference down to closer
15686 match freetype scores.
15687
156882008-02-01 Jason Rumney <jasonr@gnu.org>
15689
15690 * w32font.c (w32font_text_extents): Don't use the frame stored in the
15691 font, as it may have been deleted.
15692 (w32_enumfont_pattern_entity): Map generic family to adstyle using
15693 most common hyphenless variation.
15694 (logfonts_match): Check generic family.
15695 (font_matches_spec): Don't check generic family here.
15696 (fill_in_logfont): Set generic family based on adstyle.
15697
15698 * w32font.h (w32font_get_cache): Update declaration.
15699
157002008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15701
15702 * ftfont.c (ftfont_get_cache): Adjust the argument type.
15703
15704 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
15705 If none of the new drivers are available, call font_update_drivers
15706 with the old drivers.
15707
15708 * w32font.c (w32font_get_cache): Adjust the argument type.
15709
15710 * xfont.c (xfont_get_cache): Adjust the argument type.
15711
15712 * font.h (struct font_driver): Change argument type of get_cache.
15713
15714 * xftfont.c (xftfont_start_for_frame): Delete prototype.
15715
15716 * font.c (Ffont_get): Fix arguments to Fassoc.
15717 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
15718 (font_clear_cache): New function.
15719 (font_list_entities, font_matching_entity): Use font_get_cache.
15720 (font_update_drivers): Call font_clear_cache when finishing a driver.
15721
15722 * fontset.c (fontset_find_font): Fix previous change.
15723
157242008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15725
15726 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
15727 dpyinfo->font_table.
15728 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
15729 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
15730
15731 * font.c (font_at): Handle the case that the arg C is negative.
15732 Handle the unibyte case.
15733 (Ffont_at): Call font_at with the arg C -1.
15734
15735 * xdisp.c (handle_auto_composed_prop): Don't get a character at
15736 the position here, and call font_at with the arg C -1.
15737 Don't check the range of the existing composition at the point.
15738
157392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15740
15741 * fontset.c (fontset_add): New args charset_id and family.
15742 Change caller.
15743 (load_font_get_repertory, fontset_find_font): Assume that
15744 font_spec is always a font-spec object.
15745 (Fset_fontset_font): Always store a font-spec object in a fontset.
15746
15747 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
15748 instead of get_property_and_range.
15749
157502008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15751
15752 * xftfont.c (struct xftfont_info): Delete the member ft_face.
15753 (xftfont_open): Don't keep locking face.
15754 (xftfont_close): Don't unlock face.
15755 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
15756
15757 * fontset.c (fontset_find_font): Don't prefer a font of
15758 supplementary charset.
15759
157602008-02-01 Kenichi Handa <handa@m17n.org>
15761
15762 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
15763 script, langsys_tag to langsys, new member script.
15764 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 15765 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
15766 listing to the script specified in that property. Fix arg to
15767 OTF_check_features.
15768
157692008-02-01 Jason Rumney <jasonr@gnu.org>
15770
15771 * w32font.h: New file.
15772
15773 * w32font.c: Include it.
15774 (struct w32font_info): Add owning_frame field. Move to w32font.h.
15775 (w32font_open): Set owning_frame.
15776 (w32font_text_extents): Use owning_frame.
15777 (struct font_callback_data): Add opentype_only field.
15778 (add_font_entity_to_list): Use it to filter fonts.
15779 Don't check against full name.
15780 (w32font_list_internal): New function.
15781 (w32font_list): Use it.
15782 (w32font_match_internal): New function.
15783 (w32font_match): Use it.
15784 (w32font_open_internal): New function.
15785 (w32font_open): Use it.
15786 (w32font_get_cache, w32font_close, w32font_has_char)
15787 (w32font_encode_char, w32font_text_extents, w32font_draw):
15788 Make non-static.
15789
15790 * makefile.w32-in (w32font.o): Depend on w32font.h.
15791
157922008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15793
15794 * charset.c (Fdefine_charset_internal): Record a supplementary
15795 charset at the tail of Vcharset_order_list.
15796
15797 * font.c (Ffont_shape_text): Fix the return value.
15798
15799 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
15800
15801 * xdisp.c (handle_auto_composed_prop): Fix previous change.
15802
158032008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15804
15805 * ftfont.c (struct OpenTypeSpec): New struct.
15806 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
15807 (ftfont_get_open_type_spec): New function.
15808 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
15809
15810 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
15811
158122008-02-01 Jason Rumney <jasonr@gnu.org>
15813
15814 * w32font.c (add_font_entity_to_list): Compare only the beginning
15815 of full name.
15816
158172008-02-01 Kenichi Handa <handa@m17n.org>
15818
15819 * xdisp.c (handle_auto_composed_prop): Simplify the code.
15820 Never return HANDLED_RECOMPUTE_PROPS.
15821
158222008-02-01 Kenichi Handa <handa@m17n.org>
15823
15824 * font.c (font_gstring_produce): Delete it.
15825
15826 * composite.h (COMPOSITION_METHOD):
15827 Handle COMPOSITION_WITH_GLYPH_STRING.
15828
158292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15830
15831 * xfont.c (Qx): Delete.
15832 (syms_of_xfont): Don't initialize Qx.
15833
15834 * composite.h (enum composition_method):
15835 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
15836
158372008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15838
15839 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
15840 (choose_face_font): Accept new form of font-spec.
15841
15842 * frame.h (font_driver_list): Declare it unconditionally.
15843 (struct frame): Define members font_driver_list and font_data_list
15844 unconditionally.
15845
15846 * fontset.c: Include "font.h" unconditionally.
15847 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
15848 (Fset_fontset_font): Accept a font-spec object.
15849
15850 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
15851 PIXEL_SIZE part a wild card.
15852
15853 * dispextern.h (struct glyph_string): Define members clip and
15854 num_clips unconditionally.
15855 (struct face): Define members font_info and extra unconditionally.
15856
15857 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
15858 ftfont_info only when HAVE_LIBOTF is defined.
15859
158602008-02-01 Andreas Schwab <schwab@suse.de>
15861
15862 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
15863 and end.
15864
158652008-02-01 Jason Rumney <jasonr@gnu.org>
15866
15867 * w32font.c (w32font_driver): Add new fields.
15868
158692008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15870
15871 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
15872 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
15873 (LIBES): Add @M17N_FLT_CFLAGS@.
15874
15875 * composite.c (compose_text): Don't treat the new style
15876 composition specially.
15877
15878 * emacs.c (main): Call syms_of_font unconditionally.
15879
15880 * font.h (FONT_ENTITY_NOT_LOADABLE)
15881 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
15882 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
15883 (struct font_driver): New member shape.
15884 (font_registry_charsets): Extern it.
15885 (font_find_for_lface, font_prepare_composition): Adjust prototype.
15886 (font_otf_capability, font_drive_otf): Delete their externs.
15887
15888 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
15889 (font_charset_alist, font_registry_charsets): Move from xfont.c
15890 and rename.
15891 (font_prop_validate_otf): New function.
15892 (font_property_table): Register it for QCotf.
15893 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
15894 (font_drive_otf): Delete.
15895 (font_prepare_composition): New arg F. Adjust for the change of
15896 lispy gstring.
15897 (font_find_for_lface): New arg C.
15898 (font_load_for_face): Adjust for the change of font_find_for_lface.
15899 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
15900 lispy gstring.
15901 (Ffont_shape_text): New function.
15902 (Fopen_font): If the font size is not given, use 12-pixel.
15903 (Ffont_at): New arg STRING.
15904 (syms_of_font): Initalize font_charset_alist.
15905 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
15906 conditionally.
15907
15908 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
15909 fonts of the same font-spec. Change the format of RFONT-DEF.
15910 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
15911 Adjust for the change of RFONT-DEF.
15912 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
15913
15914 * ftfont.h: New file.
15915
15916 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
15917 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
15918 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
15919 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
15920 font_otf_capability and font_drive_otf, set ftfont_shape.
15921 (ftfont_list): Adjust for the change of :otf property value.
15922 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
15923 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
15924 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
15925 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15926 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
15927 (otf_gstring, gstring, m17n_flt_initialized): New variables.
15928
15929 * w32term.c (x_draw_composite_glyph_string_foreground):
15930 Adjust for the change of lispy gstring.
15931
15932 * xdisp.c (handle_composition_prop): Adjust for the change of
15933 lispy gstring. Call a function for auto-composition with the
15934 third arg it->window.
15935 (fill_composite_glyph_string): Adjust for the change of lispy string.
15936 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
15937
15938 * xfaces.c (set_font_frame_param): Adjust for the change of
15939 font_find_for_lface.
15940
15941 * xfont.c (x_font_charset_alist): Move to font.c and rename.
15942 (xfont_registry_charsets): Likewise. Change caller.
15943 (syms_of_xfont): Don't handle x_font_charset_alist.
15944
15945 * xftfont.c: Include "ftfont.h".
15946 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
15947 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
15948 (xftfont_close) [HAVE_LIBOTF]: Close otf.
15949 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15950 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
15951 Set xftfont_driver.shape to xftfont_shape.
15952
15953 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
15954 the change of lispy gstring.
15955
159562008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15957
15958 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
15959
159602008-02-01 Jason Rumney <jasonr@gnu.org>
15961
15962 * w32font.c (w32font_draw): Fill background manually.
15963
159642008-02-01 Jason Rumney <jasonr@gnu.org>
15965
15966 * font.c (Qfontp): Remove unused symbol.
15967 (QCantialias): New symbol.
15968 (syms_of_font): Define it.
15969 (font_property_table): Set a validator for QCantialias.
15970
15971 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
15972 Define if not already.
15973 (QCfamily): Share with xfaces.c.
15974 (Qstandard, Qsubpixel, Qnatural): New symbols.
15975 (syms_of_w32font): Define them. Don't define QCfamily here.
15976 (w32_antialias_type, lispy_antialias_type): New functions.
15977 (w32_enumfont_pattern_entity): New arg requested_font.
15978 Set antialias parameter if non-default was requested.
15979 (fill_in_logfont): Fill in lfQuality if :antialias specified.
15980
159812008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15982
15983 * lread.c (read1): Undo the previous change.
15984
159852008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
15986
15987 * frame.c (Fdelete_frame): Call font_update_drivers only when
15988 USE_FONT_BACKEND is defined.
15989
159902008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15991
15992 * font.h (struct font_bitmap): New member bits_per_pixel.
15993 (struct font_driver): New members start_for_frame and end_for_frame.
15994 (struct font_data_list): New struct.
15995 (font_put_frame_data, font_get_frame_data): Extern them.
15996
15997 * frame.h (struct frame): New member font_data_list.
15998
15999 * font.c (font_update_drivers): Call driver->start_for_frame and
16000 driver->end_for_frame at proper timings.
16001 (font_put_frame_data, font_get_frame_data): New functions.
16002 (Ffont_spec): Add usage in the docstring.
16003
16004 * frame.c (make_frame): Initialize f->font_data_list to NULL.
16005 (Fdelete_frame): Call font_update_drivers.
16006
16007 * xftfont.c (struct xftface_info): Delete the member xft_draw.
16008 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
16009 (xftfont_get_xft_draw): New function.
16010 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
16011 (xftfont_end_for_frame): New function.
16012 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
16013
16014 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
16015 Change argument. Cache GCs in the per-frame data.
16016 (struct ftxfont_frame_data): New struct.
16017 (ftxfont_draw_bitmap): New arg gc_fore and flush.
16018 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
16019 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
16020 (ftxfont_end_for_frame): New function.
16021 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
16022
16023 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
16024
160252008-02-01 Kenichi Handa <handa@m17n.org>
16026
16027 * xselect.c (Vselection_coding_system)
16028 (Vnext_selection_coding_system): Delete them.
16029 (syms_of_xselect): Don't declare selection-coding-system and
16030 next-selection-coding-system. They are declared in select.el.
16031
160322008-02-01 Jason Rumney <jasonr@gnu.org>
16033
16034 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
16035
16036 * w32fns.c: Include imm.h.
16037 (get_composition_string_fn, get_ime_context_fn): New optional
16038 system functions.
16039 (globals_of_w32fns): Load them from imm32.dll.
16040 (ignore_ime_char): New flag.
16041 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
16042 WM_IME_ENDCOMPOSITION messages.
16043
16044 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
16045 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
16046
160472008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16048
16049 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
16050 (READCHAR_REPORT_MULTIBYTE): New macro.
16051 (readchar): New 2nd arg MULTIBYTE.
16052 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
16053 Make symbol's name multibyte according to the multibyteness of the
16054 source.
16055
160562008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16057
16058 * xfaces.c (face_for_overlay_string): Call lookup_face with
16059 correct arguments (fix of synching with the trunk).
16060
160612008-02-01 Kenichi Handa <handa@m17n.org>
16062
16063 * font.c (font_prop_validate_symbol, font_prop_validate_style)
16064 (font_prop_validate_non_neg, font_prop_validate_spacing):
16065 Delete argument prop_index.
16066 (font_property_table): Change arguments to validater. Change Callers.
16067 (font_lispy_object): Delete.
16068 (font_at): Use font_find_object instead fo font_lispy_object.
16069
160702008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16071
16072 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
16073 and file names.
16074
160752008-02-01 Jason Rumney <jasonr@gnu.org>
16076
16077 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
16078 (font_matches_spec): Remove debug output.
16079 (add_font_entity_to_list): Avoid using substituted fonts.
16080
160812008-02-01 Jason Rumney <jasonr@gnu.org>
16082
16083 * doc.c (Fsnarf_documentation):
16084 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
16085
160862008-02-01 Miles Bader <miles@gnu.org>
16087
16088 * dispextern.h (struct glyph_row): Only define "clip" field if
16089 HAVE_WINDOW_SYSTEM is defined.
16090
160912008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16092
16093 Fix up multi-tty merge.
16094
16095 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
16096 and indentation.
16097
16098 * xfaces.c (free_realized_face, clear_face_gcs):
16099 Include font_done_for_face in the input_blocked section, just in case.
16100
16101 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
16102 (get_char_face_and_encoding): Undo last change and remove the *other*
16103 duplicate definition (i.e. keep the one that's better scoped and that
16104 includes code for the font-backend).
16105
16106 * terminal.c (create_terminal): Default keyboard_coding to
16107 `no-conversion' and terminal_coding to `undecided'.
16108
16109 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
16110
16111 * fontset.c (free_realized_fontsets): Check that the table entry does
16112 contain a fontset before trying to compare it to `base'.
16113
16114 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
16115 syms_of_charset, and syms_of_coding earlier because init_window_once
16116 now needs Vcoding_system_hash_table to be setup.
16117
16118 * coding.h (default_buffer_file_coding): Remove.
16119
16120 * coding.c (default_buffer_file_coding): Remove.
16121 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
16122 than ->symbol, and use the terminal-local coding system.
16123 (syms_of_coding): Don't setup the coding-systems that are not
16124 terminal-local.
16125 (Fdefine_coding_system_internal): Use XCAR/XCDR.
16126
16127 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
16128 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
16129
16130 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
16131 in chartab.c and were re-added here by mistake.
16132 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
16133
16134 * doc.c (Fsnarf_documentation):
16135 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
16136 src to etc.
16137
16138 * ChangeLog.10: Add mistakenly removed entry.
16139
161402008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
16141
16142 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
16143
161442008-02-01 Miles Bader <miles@gnu.org>
16145
16146 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
16147 Add extra args to FACE_FOR_CHAR.
16148
161492008-02-01 Kenichi Handa <handa@m17n.org>
16150
16151 * keymap.c (where_is_internal_1): If key is a cons, store the copy
16152 in sequence.
16153
16154 * chartab.c (map_sub_char_table, map_char_table): If the range
16155 contains just one character, call the function with that character
16156 even if the depth is not 3.
16157
161582008-02-01 Jason Rumney <jasonr@gnu.org>
16159
16160 * w32font.c (w32font_text_extents): Calculate metrics for the
16161 whole string.
16162
161632008-02-01 Jason Rumney <jasonr@gnu.org>
16164
16165 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
16166
161672008-02-01 Jason Rumney <jasonr@gnu.org>
16168
16169 * w32term.c (x_set_glyph_string_clipping): Use
16170 get_glyph_string_clip_rects.
16171 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16172 Adjust for the change of struct glyph_string.
16173
16174 * w32font.c (w32font_draw): Do clipping here.
16175
161762008-02-01 Kenichi Handa <handa@m17n.org>
16177
16178 * xftfont.c (xftfont_draw): Adjust for the change of struct
16179 glyph_string.
16180
16181 * xterm.c (x_set_glyph_string_clipping): Use
16182 get_glyph_string_clip_rects.
16183 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16184 Adjust for the change of struct glyph_string.
16185
16186 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
16187 the resulting clip(s}.
16188 (expose_overlaps): Add arg r. Change callers. Set it to
16189 row->clip temporarily.
16190 (expose_window): Redraw rows overlapping the exposed area.
16191
16192 * dispextern.h (struct glyph_row): New member clip.
16193 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
16194 clip_height, new member clip, and num_clips.
16195
161962008-02-01 Kenichi Handa <handa@m17n.org>
16197
16198 * data.c (Fchar_or_string_p): Fix docstring.
16199
162002008-02-01 Kenichi Handa <handa@m17n.org>
16201
16202 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
16203 create a temporary XftDraw object.
16204
162052008-02-01 Kenichi Handa <handa@m17n.org>
16206
16207 * font.c (Ffontp): Fix docstring.
16208
16209 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
16210 strong evidence of ISO-2022.
16211
162122008-02-01 Kenichi Handa <handa@m17n.org>
16213
16214 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
16215 SYNTAX_ENTRY_FOLLOW_PARENT.
16216
162172008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16218
16219 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
16220 its type.
16221 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
16222 Update to the new type of weak_hash_tables and next_weak.
16223
16224 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
16225 a plain C pointer to Lisp_Hash_Table.
16226
16227 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
16228 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
16229 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
16230 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
16231 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
16232 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
16233 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
16234 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
16235 (GC_EQ): Remove since they've been identical to their non-GC_
16236 alter-egos ever since the markbit was eradicated.
16237
16238 * alloc.c:
16239 * buffer.c:
16240 * buffer.h:
16241 * data.c:
16242 * fileio.c:
16243 * filelock.c:
16244 * fns.c:
16245 * frame.h:
16246 * lisp.h:
16247 * macterm.c:
16248 * print.c:
16249 * process.c:
16250 * w32fns.c:
16251 * w32menu.c:
16252 * w32term.c:
16253 * xfns.c:
16254 * xmenu.c:
16255 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
16256
162572008-02-01 Kenichi Handa <handa@m17n.org>
16258
16259 * chartab.c (map_sub_char_table): Make it work for the top-level
16260 char-table. Fix handling of parent char-table.
16261 (map_char_table): Adjust for the above change.
16262
162632008-02-01 Jason Rumney <jasonr@gnu.org>
16264
16265 * w32font.c (Qgdi): Rename from Qw32.
16266
162672008-02-01 Jason Rumney <jasonr@gnu.org>
16268
16269 * w32bdf.c (get_quoted_string): Make function static.
16270
162712008-02-01 Kenichi Handa <handa@m17n.org>
16272
16273 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
16274 bigger ascent and descent than those of the font, use them as
16275 font's ascent and descent.
16276
162772008-02-01 Kenichi Handa <handa@m17n.org>
16278
16279 * Makefile.in (${lispsource}international/charprop.el): Move this
16280 target within "#ifdef HAVE_UNIDATA" and "#endif".
16281
162822008-02-01 Kenichi Handa <handa@m17n.org>
16283
16284 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
16285 (shortlisp): Add ../lisp/language/tai-viet.el.
16286
162872008-02-01 Ulrich Mueller <ulm@gentoo.org>
16288
16289 * Makefile.in (${lispsource}international/charprop.el): Depend on
16290 temacs${EXEEXT}.
16291
162922008-02-01 Jason Rumney <jasonr@gnu.org>
16293
16294 * w32font.c (w32font_close): Delete the GDI font object.
16295
16296 * w32menu.c: Include character.h.
16297
16298 * w32proc.c: Likewise.
16299
16300 * w32select.c: Likewise.
16301
16302 * makefile.w32-in (w32proc.o): Depend on character.h.
16303
163042008-02-01 Jason Rumney <jasonr@gnu.org>
16305
16306 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
16307
16308 * w32menu.c (syms_of_w32menu): Likewise.
16309
16310 * w32proc.c (syms_of_ntproc): Likewise.
16311
16312 * w32select.c (syms_of_w32select): Likewise.
16313
16314 * w32term.c (syms_of_w32term): Likewise.
16315
163162008-02-01 Jason Rumney <jasonr@gnu.org>
16317
16318 * w32font.c (w32font_draw): Delete brush after using it.
16319
163202008-02-01 Jason Rumney <jasonr@gnu.org>
16321
16322 * w32font.c (w32font_open): Don't set font_idx.
16323 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
16324 to font settings.
16325 (w32font_draw): Fill background explicitly.
16326
163272008-02-01 Jason Rumney <jasonr@gnu.org>
16328
16329 * w32term.c (w32_initialize): Don't call w32font_initialize.
16330
16331 * w32font.c (w32font_info): Remove subranges.
16332 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
16333 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
16334 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
16335 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
16336 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
16337 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
16338 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
16339 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
16340 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
16341 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
16342 New symbols.
16343 (font_callback_data): New struct.
16344 (w32font_list, w32font_match): Use it.
16345 (w32font_open): Don't populate subranges.
16346 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
16347 (w32font_encode_char): Always return unicode code-point as-is.
16348 (w32font_text_extents): Supply a transformation matrix to
16349 GetGlyphOutline. Never look up by glyph index. Avoid looping
16350 twice. Use unicode version of GetTexExtentPoint32 instead of
16351 glyph index version.
16352 (set_fonts_frame): Remove.
16353 (w32_enumfont_pattern_entity): Add frame parameter, use it to
16354 set frame parameter. Use backward compatible fake foundries.
16355 Save generic family in extra slot under QCfamily. Make width slot
16356 constant. Save QCspacing value. Save list of scripts instead of
16357 binary subranges.
16358 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
16359 (add_font_entity_to_list): Use font_callback_data struct. Filter
16360 unwanted fonts.
16361 (add_one_font_entity_to_list): Use font_callback_data struct.
16362 (w32_registry): Default to iso10646_1.
16363 (fill_in_logfont): Use dpi from extra slot. Don't bother with
16364 string font registries. Don't fill in font name if it is a generic
16365 family name, fill family instead. Use spacing, family and script
16366 extra info to fill pitch, family and charset fields.
16367 (list_all_matching_fonts): Use font_callback_data struct.
16368 (unicode_range_for_char): Remove.
16369 (font_supported_scripts): New function.
16370 (w32font_initialize): Remove.
16371 (syms_of_w32font): Update which symbols are defined.
16372
163732008-02-01 Jason Rumney <jasonr@gnu.org>
16374
16375 * font.c (font_pixel_size): Reverse assq_no_quit args.
16376
16377 * w32term.h (FONT_WIDTH): Report max width, not average.
16378 (FONT_MAX_WIDTH): Remove.
16379 (FONT_AVG_WIDTH): New macro.
16380
16381 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
16382 redefinition of FONT_WIDTH.
16383
16384 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
16385 (w32_cache_char_metrics): Use FONT_WIDTH.
16386
16387 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
16388
163892008-02-01 Jason Rumney <jasonr@gnu.org>
16390
16391 * w32font.c (w32font_open): Make lfHeight negative.
16392
16393 * w32fns.c (x_default_font_parameter): Use new style font name.
16394 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
16395
163962008-02-01 Jason Rumney <jasonr@gnu.org>
16397
16398 * w32font.c (QCsubranges): New symbol.
16399 (w32font_open, w32font_has_char): Get subranges from subproperty
16400 of extra.
16401 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
16402 (syms_of_w32font): Define :subranges symbol.
16403
16404 * font.c (font_put_extra): Expose externally.
16405
16406 * font.h (font_put_extra): Move declaration from font.c.
16407
16408 * font.c (Ffont_get): Use font driver to determine otf capability.
16409 (adjust_anchor): Check if driver defines anchor_point before using.
16410
16411 * w32font.c (w32font_open): Handle size, height and pixel_size better.
16412 (w32font_draw): Use options.
16413 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
16414 Fix detection of truetype fonts.
16415 (registry_to_w32_charset): Handle charsets other than iso8859-1
16416 expressed as lisp symbols.
16417 (w32_registry): Express charset as lisp symbol.
16418 (fill_in_logfont): Reverse pixel and point height logic.
16419 Don't set width here. Set quality to default.
16420
16421 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
16422 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
16423
16424 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16425 Remove redundant loop and allocation.
16426
16427 * makefile.w32-in (font.o, w32font.o): New objects.
16428 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
16429 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
16430
16431 * xdisp.c (fill_composite_glyph_string): Make the first arg to
16432 STORE_XCHARB a valid l-value.
16433
16434 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
16435 calculations for non-Truetype fonts.
16436 (x_draw_glyph_string): Sync with xterm.c.
16437 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16438 Remove redundant code.
16439 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
16440
16441 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
16442 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
16443
16444 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
16445 (x_to_w32_charset, w32_to_x_charset): Expose externally.
16446
16447 * w32font.c: New file for w32 font backend.
16448
164492008-02-01 Kenichi Handa <handa@m17n.org>
16450
16451 * term.c: Don't include "buffer.h" twice.
16452
164532008-02-01 Kenichi Handa <handa@m17n.org>
16454
16455 * character.c (Funibyte_string): New function.
16456 (syms_of_character): Defsubr it.
16457
164582008-02-01 Jason Rumney <jasonr@gnu.org>
16459
16460 * w32term.c [USE_FONT_BACKEND]:
16461 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
16462 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
16463 (x_draw_glyph_string, x_draw_glyph_string_foreground)
16464 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
16465 (x_free_frame_resources): Sync with xterm.c.
16466
164672008-02-01 Andreas Schwab <schwab@suse.de>
16468
16469 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
16470 char-table size.
16471
164722008-02-01 Kenichi Handa <handa@m17n.org>
16473
16474 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
16475
164762008-02-01 Kenichi Handa <handa@m17n.org>
16477
16478 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
16479 font_otf_gpos, add font_drive_otf.
16480
16481 * fontset.c (fontset_find_font): Pay attention to font size
16482 specified for a font.
16483 (reorder_font_vector): Check contents of font_def.
16484
16485 * font.c (struct otf_list): Delete it.
16486 (otf_list): Make it a lisp variable.
16487 (otf_open): Use lispy otf_list.
16488 (generate_otf_features): Rename from parse_gsub_gpos_spec.
16489 (check_otf_features): New function.
16490 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16491 New functions.
16492 (font_drive_otf): New function merging font_otf_gsub and
16493 font_otf_gpos.
16494 (font_open_for_lface): New arg spec. Change argument order.
16495 (font_load_for_face): Adjust for the change of font_open_for_lface.
16496 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
16497 Ffont_otf_gpos.
16498 (syms_of_font): Staticpro otf_list. Delete defsubr of
16499 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
16500
16501 * xfaces.c (set_font_frame_param): Adjust for the change of
16502 font_open_for_lface.
16503
16504 * font.h (font_open_for_lface): Adjust prototype.
16505 (struct font_driver): Delete members otf_gsub and otf_gpos, add
16506 member otf_drive.
16507 (font_otf_gsub, font_otf_gpos): Delete externs.
16508 (font_drive_otf): Extern it.
16509
165102008-02-01 Kenichi Handa <handa@m17n.org>
16511
16512 * font.c (font_at): If the window W is not on a window system,
16513 return Qnil.
16514
16515 * coding.c (produce_chars, encode_coding): Don't call
16516 insert_from_gap if no characters to produce.
16517
165182008-02-01 Kenichi Handa <handa@m17n.org>
16519
16520 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
16521 Fclear_face_cache.
16522
16523 * xfaces.c (face_for_font): Check also face->font==font->font.font.
16524
165252008-02-01 Miles Bader <miles@gnu.org>
16526
16527 * emacs.c (main): Change default value of `enable_font_backend' to 1.
16528 Parse "--disable-font-backend" option.
16529 (standard_args): Add "--disable-font-backend" option.
16530
165312008-02-01 Kenichi Handa <handa@m17n.org>
16532
16533 * fontset.c (fontset_find_font): New function.
16534 (fontset_font): Use fontset_find_font.
16535 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
16536 Register the specified font for all Latin characters.
16537 (new_fontset_from_font): Register the specified font for all Latin
16538 characters.
16539 (dump_fontset): For a realized fontset, include the base fontset
16540 name in the returned vector.
16541
165422008-02-01 Kenichi Handa <handa@m17n.org>
16543
16544 * character.h (CHAR_STRING): Cast C to unsigned on calling
16545 char_string.
16546
16547 * character.c (char_string): Type of arg C changed to unsigned.
16548 Signal an error if C is an invalid character code.
16549
16550 * editfns.c (general_insert_function, Fchar_to_string):
16551 Use CHARACTERP, not INTEGERP.
16552
165532008-02-01 Kenichi Handa <handa@m17n.org>
16554
16555 * character.h (MIN_MULTIBYTE_LEADING_CODE)
16556 (MAX_MULTIBYTE_LEADING_CODE): New macros.
16557
16558 * regex.c (analyse_first): Fix for multibyte characters in "case
16559 charset:" and "case categoryspec:".
16560
165612008-02-01 Andreas Schwab <schwab@suse.de>
16562
16563 * Makefile.in (LIBES): Move standard libraries to the end.
16564
165652008-02-01 Kenichi Handa <handa@m17n.org>
16566
16567 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
16568 nonzero, don't shrink the buffer nextb.
16569
16570 * buffer.h (struct buffer_text): New member inhibit_shrinking.
16571
16572 * coding.c (coding_alloc_by_making_gap): New arg offset.
16573 (alloc_destination): Call coding_alloc_by_making_gap with the arg
16574 offset.
16575 (decode_coding_iso_2022): Update coding->safe_charsets.
16576 (decode_coding_gap): Temporarily set
16577 current_buffer->text->inhibit_shrinking to 1.
16578
165792008-02-01 Kenichi Handa <handa@m17n.org>
16580
16581 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
16582 indexing into elements of s->cmp and s->char2b.
16583
165842008-02-01 Juanma Barranquero <lekktu@gmail.com>
16585
16586 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
16587
165882008-02-01 Kenichi Handa <handa@m17n.org>
16589
16590 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
16591 target_multibyte instead of multibyte.
16592 (re_match_2_internal): Call bcmp_translate with target_multibyte.
16593 (bcmp_translate): Change the argument name from multibyte to
16594 target_multibyte.
16595
165962008-02-01 Kenichi Handa <handa@m17n.org>
16597
16598 These changes are to compile a regexp into a pattern that can be
16599 used both for multibyte and unibyte targets.
16600
16601 * Makefile.in (search.o): Depend on charset.h.
16602
16603 * character.c (multibyte_char_to_unibyte_safe): New function.
16604
16605 * search.c: Include "charset.h".
16606 (compile_pattern_1): Delete argument multibyte. Don't set
16607 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
16608 (compile_pattern): Don't compare cp->buf.target_multibyte.
16609 Compare cp->buf.charset_unibyte.
16610 (compile_pattern): Set cp->buf.target_multibyte.
16611
16612 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
16613
16614 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
16615
16616 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
16617 multibyte. Change callers.
16618 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
16619 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
16620 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
16621 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
16622 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
16623 (regex_compile): Make the compiled pattern usable both for
16624 multibyte and unibyte targets.
16625 (analyse_first): Make the fastmap usable both for multibyte and
16626 unibyte targets.
16627 (TRANSLATE_VIA_MULTIBYTE): Delete.
16628 (re_match_2_internal): Pay attention to the case that the
16629 multibyteness of bufp and target may be different.
16630
166312008-02-01 Kenichi Handa <handa@m17n.org>
16632
16633 * xdisp.c (x_produce_glyphs): When a font is not found, make the
16634 empty box occupy at least one column width.
16635
166362008-02-01 Miles Bader <miles@gnu.org>
16637
16638 * Makefile.in: Remove redundant HAVE_XFT clause.
16639
166402008-02-01 Kenichi Handa <handa@m17n.org>
16641
16642 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
16643
166442008-02-01 Kenichi Handa <handa@m17n.org>
16645
16646 * fontset.c (Finternal_char_font): Fix for the case of POSITION
16647 being nil.
16648
166492008-02-01 Kenichi Handa <handa@m17n.org>
16650
16651 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
16652
166532008-02-01 Kenichi Handa <handa@m17n.org>
16654
16655 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
16656
166572008-02-01 Kenichi Handa <handa@m17n.org>
16658
16659 * search.c (simple_search): Fix previous change.
16660
166612008-02-01 Kenichi Handa <handa@m17n.org>
16662
16663 * xftfont.c (ftfont_font_format): Extern declaration.
16664
16665 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
16666
16667 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
16668 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
16669
16670 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
16671 (ftfont_font_format): Fix previous change.
16672
16673 * font.h (Ffont_xlfd_name): EXFUN it.
16674
16675 * font.c (font_parse_xlfd): Fix the array size of `f'.
16676 (register_font_driver): Use EQ to compare driver->type.
16677
16678 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
16679 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
16680 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
16681
166822008-02-01 Kenichi Handa <handa@m17n.org>
16683
16684 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
16685 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
16686
166872008-02-01 Kenichi Handa <handa@m17n.org>
16688
16689 * xfont.c (xfont_open): Set font->format.
16690
16691 * xftfont.c (xftfont_open): Set font->format.
16692
16693 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
16694 (ftfont_list): Include FC_FONTFORMAT in FcObject.
16695 (ftfont_open): Set font->format.
16696 (ftfont_font_format): New function.
16697
16698 * font.h (struct font): New member format.
16699
16700 * font.c (Qopentype): New variable.
16701 (syms_of_font): Defsym it.
16702 (Fquery_font): Change the format of the last element of the return
16703 value.
16704
167052008-02-01 Kenichi Handa <handa@m17n.org>
16706
16707 * xfns.c (xic_create_xfontset): Try the default fontset name as a
16708 last resort.
16709
167102008-02-01 Kenichi Handa <handa@m17n.org>
16711
16712 * coding.c (detect_coding_charset): Fix detection of multi-byte
16713 charset.
16714
167152008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
16716
16717 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
16718
167192008-02-01 Kenichi Handa <handa@m17n.org>
16720
16721 * xdisp.c (get_next_display_element): Set it->face_id for the
16722 first component of a composition.
16723 (x_produce_glyphs): Check if the font is changed or not for composition.
16724
167252008-02-01 Kenichi Handa <handa@m17n.org>
16726
16727 * fontset.c (Qlatin): New variable.
16728 (syms_of_fontset): Define it as a lisp symbol.
16729 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
16730
167312008-02-01 Kenichi Handa <handa@m17n.org>
16732
16733 * font.c (font_unparse_fcname): Pay attention to the case that
16734 some of font property is a null string.
16735
167362008-02-01 Kenichi Handa <handa@m17n.org>
16737
16738 * term.c: Include "composite.h".
16739 (encode_terminal_code): Output all components of composition.
16740 Check the size of encode_terminal_src.
16741 (produce_glyphs): For composition, call produce_composite_glyph.
16742 (append_composite_glyph, produce_composite_glyph): New functions.
16743
16744 * xdisp.c (x_produce_glyphs): In handling composition, if a font
16745 is not found, get font_info from the current ascii face.
16746
167472008-02-01 Kenichi Handa <handa@m17n.org>
16748
16749 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
16750 buffer-file-name to Qnil before calling insert_from_buffer.
16751
16752 * font.c (font_unparse_fcname): Pay attention to the case that
16753 foundry is a null string.
16754
167552008-02-01 Kenichi Handa <handa@m17n.org>
16756
16757 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
16758
16759 * font.c (Qunicode_sip): New variable.
16760 (syms_of_font): Declare it as a Lisp symbol.
16761
16762 * font.h (Qunicode_sip): Extern it.
16763
167642008-02-01 Kenichi Handa <handa@m17n.org>
16765
16766 * composite.c (get_composition_id): Pay attention to TAB component.
16767
16768 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
16769 TAB. Adjust for the change of s->char2b which always points to
16770 the first element of allocated memory.
16771
16772 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
16773
16774 * xdisp.c (handle_composition_prop): Set it->c to the first
16775 non-TAB component.
16776 (fill_composite_glyph_string): Change argument.
16777 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
16778 (x_produce_glyphs): Fix handling of left/right padding.
16779
167802008-02-01 Kenichi Handa <handa@m17n.org>
16781
16782 * coding.c (detect_coding_system): Fix for handling off
16783 inhibit_iso_escape_detection. Fix for the case that no coding
16784 system is defined for a specific coding category.
16785
167862008-02-01 Kenichi Handa <handa@m17n.org>
16787
16788 * font.c (font_matching_entity): Delete unused local var.
16789
16790 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
16791 opening a font.
16792
16793 * fileio.c (Finsert_file_contents): On recovering a file, assume
16794 Unix-like eol.
16795 (choose_write_coding_system): On auto-saving a file, force
16796 Unix-like eol.
16797
16798 * coding.c (setup_coding_system): Fix setting of
16799 coding->common_flags based on eol_type.
16800 (coding_inherit_eol_type): If PARENT is not nil, be sure to
16801 inherit from it.
16802
168032008-02-01 Kenichi Handa <handa@m17n.org>
16804
16805 * alloc.c (NSTATICS): Increas to 0x600.
16806
168072008-02-01 Kenichi Handa <handa@m17n.org>
16808
16809 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
16810 (ftfont_list): Don't check :name property.
16811 (ftfont_match): New function.
16812 (ftfont_pattern_entity): If the pattern doesn't contain
16813 FC_SPACING, don't assume FC_MONO.
16814
16815 * font.h (struct font_driver): New member `match'.
16816 (font_update_drivers): Adjust prototype.
16817
16818 * font.c (font_parse_fcname, font_parse_name): Don't change :name
16819 property of FONT.
16820 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
16821 them unconditionally.
16822 (font_matching_entity): New function.
16823 (font_open_by_name): Try font_matching_entity if exact match is
16824 not found.
16825 (font_update_drivers): Delete the arg FONT. Return a list of
16826 actually used backends. Don't free faces, font caches here.
16827 Don't store data in frame parameters. Don't call x_set_font.
16828 (Ffont_spec): Store :name property as is.
16829 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
16830 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
16831 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
16832 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
16833 Call font->driver->otf_gsub instead of font_otf_gsub.
16834
16835 * frame.c (x_set_font_backend): Do more works that were done in
16836 font_update_drivers before.
16837
16838 * xfont.c (xfont_match): New function.
16839 (xfont_driver): Set xfont_driver.match to xfont_match.
16840 (xfont_draw): Set font in GC if necessary.
16841
16842 * ftxfont.c (ftxfont_match): New function.
16843 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
16844
16845 * xftfont.c (xftfont_match): New function.
16846 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
16847
168482008-02-01 Kenichi Handa <handa@m17n.org>
16849
16850 * font.h (struct font): New member scalable.
16851 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
16852 (font_otf_gsub): Adjust prototype.
16853
16854 * font.c (font_otf_capability): Fix handling of the default langsys.
16855 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
16856 Check the contents of SPEC.
16857 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
16858 (check_gstring): New function.
16859 (REPLACEMENT_CHARACTER): New macro.
16860 (font_otf_gsub): New arg alternate_subst. Be sure to set all
16861 glyph codes of GSTRING.
16862 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
16863 (font_prepare_composition): Set cmp->glyph_len.
16864 (font_open_entity): Set font->scalable.
16865 (Ffont_get): Handle :otf property.
16866 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
16867 functions.
16868 (Fquery_font): Use font->font.full_name.
16869 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
16870 Sfont_otf_alternates.
16871
16872 * ftfont.c (ftfont_open): Set font->font.full_name and
16873 font->font.name properly. Fix calculation of font->font.height
16874 and font->min_width.
16875
16876 * ftxfont.c (ftxfont_create_gcs): New function.
16877 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
16878 (ftxfont_draw_backgrond): Fix filling region.
16879 (ftxfont_default_fid): New function.
16880 (ftxfont_open): Set xfont->fid to the return value of
16881 ftxfont_default_fid.
16882 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
16883 (ftxfont_done_face): Free only GCs that are created by
16884 ftxfont_create_gcs.
16885 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
16886
16887 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
16888 Clip to src->width, etc (not src->clip_XXX).
16889
16890 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
16891 FontBackend frame parameter.
16892
168932008-02-01 Kenichi Handa <handa@m17n.org>
16894
16895 * font.h (struct font_driver_list): New member `on'.
16896 (Fclear_font_cache): EXFUN it.
16897 (font_update_drivers): Extern it.
16898
16899 * font.c (font_unparse_fcname): Fix typo (swidth->width).
16900 (font_list_entities): Check driver_list->on.
16901 (register_font_driver): Initalize `on' member to 0.
16902 (font_update_drivers): New function.
16903 (Fclear_font_cache): Check driver_list->on.
16904
16905 * frame.h (Qfont_backend): Extern it.
16906 (x_set_font_backend): Extern it.
16907
16908 * frame.c (Qfont_backend): New variable.
16909 (frame_parms): New element for font-backend.
16910 (x_set_font_backend): New function.
16911
16912 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
16913 FontBackend frame parameter.
16914 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
16915 x_set_font_backend.
16916
16917 * xfont.c (xfont_list): Don't try listing by :name property if the
16918 name is not for XLFD.
16919
169202008-02-01 Kenichi Handa <handa@m17n.org>
16921
16922 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
16923 (LGLYPH_SET_TO): New macros.
16924 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
16925 element of G is vector or not.
16926 (font_at): Extern it.
16927
16928 * font.c: Include window.h.
16929 (font_lispy_object): New function.
16930 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
16931 end of valid glyph.
16932 (font_close_object): Fix getting (struct font *).
16933 (font_at): New function.
16934 (Ffont_get): If FONT is a font-object, get entity from it.
16935 (Ffont_make_gstring): Initialize elements of glyphs with nil.
16936 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
16937 range check.
16938 (Ffont_at): New function.
16939 (syms_of_font): Defsubr Sfont_at.
16940
16941 * xdisp.c (it_props): Move the entry for Qauto_composed to just
16942 before the entry for Qcomposition.
16943 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
16944 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
16945 the font in gstring.
16946 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
16947 LGLYPH_FORM (g) to detect the end of valid glyph.
16948 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
16949 we are composing with gstring.
16950
16951 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
16952 Check if adjustment is vector or not.
16953
16954 * Makefile.in (font.o): Make it depends on window.h.
16955
169562008-02-01 Kenichi Handa <handa@m17n.org>
16957
16958 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
16959 adjustment is vector or not.
16960
169612008-02-01 Miles Bader <miles@gnu.org>
16962
16963 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
16964
169652008-02-01 Kenichi Handa <handa@m17n.org>
16966
16967 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
16968 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
16969 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
16970
16971 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
16972 (DEVICE_DELTA): Fix typo.
16973 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
16974 LGLYPH format.
16975
16976 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
16977 the change of LGLYPH format.
16978
169792008-02-01 Kenichi Handa <handa@m17n.org>
16980
16981 * ftfont.c (ftfont_list): Fix typo.
16982 (ftfont_build_basic_charsets): Don't include letters with diacritics.
16983
169842008-02-01 Jan Djärv <jan.h.d@swipnet.se>
16985
16986 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
16987
16988 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
16989 xftface_info is non-NULL.
16990
169912008-02-01 Jan Djärv <jan.h.d@swipnet.se>
16992
16993 * ftfont.c (ftfont_list): Move misplaced #endif.
16994
169952008-02-01 Kenichi Handa <handa@m17n.org>
16996
16997 * ftfont.c (ftfont_list): Pay attention to the case that
16998 FC_CAPABILITY is not defined.
16999
170002008-02-01 Kenichi Handa <handa@m17n.org>
17001
17002 * xftfont.c (xftfont_open): Set charset related members to -1.
17003
17004 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
17005 QCname.
17006 (ftfont_open): Set charset related members to -1.
17007
17008 * fontset.c (Votf_script_alist): New variable.
17009 (syms_of_fontset): Initialize it.
17010 (fontset_font): Delete unused variable.
17011
17012 * fontset.h (Votf_script_alist): Extern it.
17013
17014 * font.c (font_find_for_lface): Optimize code.
17015
17016 * font.h (font_close_object, font_merge_old_spec): Extern them.
17017
170182008-02-01 Kenichi Handa <handa@m17n.org>
17019
17020 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
17021 (syms_of_font): Initialize them.
17022 (font_pixel_size): Allow float value in dpi.
17023 (font_prop_validate_type): Delete.
17024 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
17025 Change caller.
17026 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
17027 (font_prop_validate_extra): Delete.
17028 (font_prop_validate_spacing): New function.
17029 (font_property_table): Add elements for all known properties.
17030 (get_font_prop_index): Rename from check_font_prop_name. New
17031 argument FROM. Change caller.
17032 (font_prop_validate): Validate all known properties.
17033 (font_put_extra): Delete argument force. Change caller.
17034 (font_expand_wildcards): Make it static. Fix the way of shrinking
17035 the possible range.
17036 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
17037 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
17038 Change caller.
17039 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
17040 (font_parse_fcname): Delete argument merge. Fix parsing of point
17041 size. Don't validate properties values here. Change caller.
17042 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
17043 (font_open_by_name): Delete unused variable.
17044 (Ffont_spec): Likewise. Validate property values.
17045 (Ffont_match_p): New function.
17046
17047 * font.h (QCscalable): Extern it.
17048 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
17049
17050 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
17051
17052 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
17053 (xfont_list_pattern): New function.
17054 (xfont_list): Use xfont_list_pattern.
17055
170562008-02-01 Kenichi Handa <handa@m17n.org>
17057
17058 * font.h (Flist_fonts): EXFUN it.
17059
170602008-02-01 Jason Rumney <jasonr@gnu.org>
17061
17062 * w32term.c (w32_initialize): Add back smoothing_type and
17063 smoothing_enabled definitions.
17064
170652008-02-01 Kenichi Handa <handa@m17n.org>
17066
17067 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
17068 s->face->font on determining underline position.
17069
170702008-02-01 Kenichi Handa <handa@m17n.org>
17071
17072 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
17073 (font_has_char): Accept font-object too.
17074 (font_find_for_lface): Try at first with a size specified in face.
17075
170762008-02-01 Kenichi Handa <handa@m17n.org>
17077
17078 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
17079 font_open_by_name.
17080
170812008-02-01 Kenichi Handa <handa@m17n.org>
17082
17083 * font.h (QCspacing, QCdpi): Extern them.
17084 (enum font_spacing): New enum.
17085 (FONT_PIXEL_SIZE_QUANTUM): New macro.
17086
17087 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
17088 (QCspacing, QCdpi): New variables.
17089 (syms_of_font): Initialize them.
17090 (font_pixel_size): New function.
17091 (font_put_extra): New function.
17092 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
17093 in FONT_EXTRA.
17094 (font_parse_fcname): Handle enumerated values (e.g. bold).
17095 Fix handling font size. Add QCname property that contains only
17096 unknown properties.
17097 (font_score): Change argument. Change caller. Pay attention to
17098 FONT_PIXEL_SIZE_QUANTUM.
17099 (font_sort_entites, font_list_entities, font_find_for_lface)
17100 (font_open_for_lface, font_open_by_name): Fix handling of font size.
17101 (Ffont_spec): Add QCname property that contains only unknown properties.
17102
17103 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
17104 include weight in listing pattern, instead check weight of each
17105 listed font. Don't include scalable in pattern. Pay attention to
17106 FONT_PIXEL_SIZE_QUANTUM.
17107
171082008-02-01 Kenichi Handa <handa@m17n.org>
17109
17110 * font.c (font_parse_fcname): Fix parsing of point-size.
17111 (font_unparse_fcname): Produce symbolic names for style properties.
17112 (font_list_entities): Handle float size correctly.
17113 (font_open_by_name): Prefer `normal' property values if the name
17114 doesn't specify them.
17115
17116 * fontset.c (Finternal_char_font): Use font_get_name, not
17117 Ffont_xlfd_name.
17118
17119 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
17120 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
17121 pattern. Don't force scalable.
17122
17123 * xftfont.c (xftfont_open): For generating a name, start from
17124 96-byte buffer.
17125
171262008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17127
17128 * frame.h (x_new_fontset2): Fix prototype.
17129
171302008-02-01 Kenichi Handa <handa@m17n.org>
17131
17132 * font.h (struct font_driver): Delete member parse_name.
17133 (font_match_p, font_get_spec, font_parse_fcname)
17134 (font_unparse_fcname): Extern them.
17135 (font_get_name): Adjust prototype.
17136
17137 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
17138 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
17139 (font_expand_wildcards): Fix handling ENCODING field. Avoid
17140 unnecessary checks for weight, slant, and swidth.
17141 (font_parse_fcname): New function.
17142 (font_unparse_fcname): New function.
17143 (font_parse_name): New function.
17144 (font_match_p): New function.
17145 (font_get_name): Change return value to Lisp string.
17146 (font_get_spec): New function.
17147 (Qunspecified, Qignore_defface): Don't extern them.
17148 (font_find_for_lface): Assume that LFACE is fully specified.
17149 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
17150 object, use it for FACE.
17151 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
17152 driver->parse_name.
17153 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
17154
17155 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
17156 prototype.
17157
17158 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
17159 argument F. Don't call Fnew_fontset. Instead, directly call
17160 make_fontset.
17161
17162 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
17163
17164 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
17165 of x_new_fontset2.
17166
17167 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
17168 (Qsans__serif): New variables.
17169 (ftfont_generic_family_list): New variable.
17170 (syms_of_ftfont): Initialize the above variables.
17171 (ftfont_pattern_entity): Delete argument NAME.
17172 (ftfont_list_generic_family): New function.
17173 (ftfont_parse_name): Delete this function.
17174 (ftfont_list): Try generic family only when FcFontList found no font.
17175 (ftfont_list_family): Fix args to FcObjectSetBuild.
17176
17177 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
17178 object in attrs[LFACE_FONT_INDEX].
17179 (set_lface_from_font_name): Cancel all changes for font-backend.
17180 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
17181 function.
17182 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
17183 font object in QCfont attribute.
17184 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
17185 (realize_default_face) [USE_FONT_BACKEND]: Call
17186 set_lface_from_font_and_fontset.
17187
17188 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
17189 "fixed", and signal error here if no suitable font was found.
17190
17191 * xfont.c (xfont_parse_name): Delete this function.
17192
17193 * xftfont.c (xftfont_open): Change coding style of error
17194 handling. Generate fontconfig's fontname pattern.
17195
17196 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
17197 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
17198
17199 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
17200 Both args FONTSET and FONT_OBJECT must be existing ones.
17201
172022008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17203
17204 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
17205
172062008-02-01 Kenichi Handa <handa@m17n.org>
17207
17208 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
17209
17210 * font.h (struct font): Fix typo.
17211
17212 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
17213 XLFD_XXX_INDEX.
17214 (enum xlfd_field_mask): New enum.
17215 (intern_font_field): Changed argument. Change caller. If digits
17216 are followed by non-digits, return a symbol.
17217 (font_expand_wildcards): New function.
17218 (font_parse_xlfd): Fix wildcard handling.
17219 (Ffont_spec): If :name is specified, reflect the info in the other
17220 properties.
17221
17222 * ftfont.c (ftfont_pattern_entity): Fix typo.
17223 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
17224 locale.
17225
172262008-02-01 Kenichi Handa <handa@m17n.org>
17227
17228 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
17229
17230 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
17231 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
17232 registry doesn't specify encoding part.
17233 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
17234 (font_open_by_name): At first try parsing the name.
17235 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
17236 as Lisp symbols.
17237
17238 * fontset.c (reorder_font_vector): Pay attention to the case that
17239 the 3rd element of font_def is nil.
17240 (fontset_font): For the default fontset, append one more fontset
17241 elements for a script-based font specification. Don't add script
17242 attribute on finding a font.
17243 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
17244 font name.
17245 (fontset_ascii_font): If a font can't be opened, return nil.
17246
17247 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
17248 (ftfont_pattern_entity): New function.
17249 (ftfont_get_cache): Assume that freetype_font_cache is already
17250 initialized.
17251 (ftfont_list): Handle the case that a file is specified in font
17252 name. Use ftfont_pattern_entity to generate entities.
17253 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
17254 (syms_of_ftfont): Initialize freetype_font_cache.
17255
17256 * xftfont.c (xftfont_open): Make the font name fontconfig's
17257 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
17258 (xftfont_close): Free font->font.name if not NULL.
17259
17260 * xfont.c (xfont_list): If script is specified for a font, return
17261 null_vector.
17262 (xfont_list_family): Declare argument type.
17263
17264 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
17265 name, set LFACE_FONT (lface) to nil.
17266
17267 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
17268 return Qnil.
17269
172702008-02-01 Kenichi Handa <handa@m17n.org>
17271
17272 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
17273 (standard_args): Add "-enable-font-backend".
17274
172752008-02-01 Kenichi Handa <handa@m17n.org>
17276
17277 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
17278 (struct xftdraw_list, xftdraw_list): Delete them.
17279 (register_xftdraw, check_xftdraw): Delete them.
17280 (xftfont_prepare_face): Don't call register_xftdraw.
17281 (xftfont_done_face): Don't call check_xftdraw.
17282 (xftfont_draw): Get background color only when with_background is
17283 nonzero.
17284
17285 * xfont.c (xfont_encode_char): Fix calculation of char2b.
17286
172872008-02-01 Kenichi Handa <handa@m17n.org>
17288
17289 These changes are for the new font handling codes.
17290
17291 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
17292 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
17293 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
17294 (FONTSRC, FONTOBJ): New variables.
17295 (obj): Add $(FONTOBJ).
17296 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
17297 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
17298 @LIBOTF_LIBS@.
17299 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
17300 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
17301
17302 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
17303
17304 * character.h (Vscript_representative_chars): Extern it.
17305
17306 * character.c (Vscript_representative_chars): New variable.
17307 (syms_of_character): Declare it as a Lisp variable.
17308
17309 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
17310 enable_font_backend is nonzero, accept the composition method
17311 COMPOSITION_WITH_GLYPH_STRING.
17312
17313 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
17314 enumeration COMPOSITION_WITH_GLYPH_STRING.
17315
17316 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
17317 members clip_x, clip_y, clip_width, and clip_height.
17318 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
17319
17320 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
17321 --enable-font-backend. Call syms_of_font.
17322
17323 * fns.c (assoc_no_quit): New function.
17324
17325 * fontset.h (FONT_INFO_FROM_FACE): New macro.
17326 (face_for_font, new_fontset_from_font)
17327 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
17328
17329 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
17330 (fontset_font, fontset_ascii, face_for_char)
17331 (make_fontset_for_ascii_face, Ffont_info)
17332 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
17333 is nonzero, use font-backend mechanism.
17334 (find_font_encoding): Make it non-static.
17335 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
17336 New functions.
17337
17338 * frame.h (struct frame): New members resx and resy.
17339 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
17340 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
17341
17342 * frame.c [USE_FONT_BACKEND]: Include "font.h".
17343 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
17344
17345 * lisp.h (assoc_no_quit): Extern it.
17346
17347 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
17348 Through out the file, use FONT_INFO_FROM_FACE instead of
17349 FONT_INFO_FROM_ID, use get_per_char_metric instead of
17350 rif->per_char_metric.
17351 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
17352 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
17353 (get_glyph_face_and_encoding, fill_composite_glyph_string)
17354 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
17355 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
17356 nonzero, use font-backend mechanism.
17357 (get_per_char_metric): New function.
17358
17359 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
17360 (set_lface_from_font_name)
17361 (set_font_frame_param, free_realized_face)
17362 (prepare_face_for_display, clear_face_gcs)
17363 (Finternal_set_font_selection_order, realize_x_face)
17364 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
17365 font-backend mechanism.
17366 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
17367 (load_face_font) [USE_FONT_BACKEND]: Abort.
17368 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
17369 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
17370
17371 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
17372 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
17373 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
17374 nonzero, register all available font drivers. Call
17375 x_default_font_parameter for deciding a font.
17376 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
17377
17378 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
17379 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
17380 (x_set_glyph_string_clipping_exactly)
17381 (x_compute_glyph_string_overhangs)
17382 (x_draw_glyph_string_foreground)
17383 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
17384 (x_free_frame_resources) [USE_FONT_BACKEND]: If
17385 enable_font_backend is nonzero, use font-backend mechanism.
17386 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
17387
173882008-02-01 Kenichi Handa <handa@m17n.org>
17389
17390 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
17391 system_eol_type.
17392 (syms_of_coding): Initialize system_eol_type.
17393
17394 * process.c (Fset_process_coding_system): Inherit system's eol
17395 format if necessary.
17396
173972008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17398
17399 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
17400
174012008-02-01 Kenichi Handa <handa@m17n.org>
17402
17403 * coding.c (decode_eol): Pay attention to buffer relocation in
17404 del_range_2.
17405 (decode_coding): Call decode_eol before restoring undo_list.
17406
174072008-02-01 Kenichi Handa <handa@m17n.org>
17408
17409 * charset.c (Fdefine_charset_internal): Fix setting of
17410 emacs_mule_bytes.
17411
174122008-02-01 Kenichi Handa <handa@m17n.org>
17413
17414 * keyboard.c (read_char): Check if C is a character or not before
17415 looking up Vkeyboard_translate_table.
17416
174172008-02-01 Kenichi Handa <handa@m17n.org>
17418
17419 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
17420 condition to terminate the loop.
17421
174222008-02-01 Kenichi Handa <handa@m17n.org>
17423
17424 * coding.c (produce_composition): Compare charbuf[i] instead of
17425 args[i] against 0.
17426 (Fterminal_coding_system): Use EQ to compare Lisp objects.
17427
174282008-02-01 Kenichi Handa <handa@m17n.org>
17429
17430 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
17431 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
17432 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
17433 detect_coding.
17434 (emacs_mule_char): Handle old style (Emacs 20) component character
17435 of a composition.
17436 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
17437 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
17438 composition rule.
17439 (decode_coding_emacs_mule): Handle invalid bytes correctly.
17440
174412008-02-01 Kenichi Handa <handa@m17n.org>
17442
17443 * coding.c (encode_coding_ccl): Allocate destination dynamically
17444 when necessary.
17445
174462008-02-01 Kenichi Handa <handa@m17n.org>
17447
17448 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
17449 the loop. When quitted, show a proper error message.
17450
174512008-02-01 Kenichi Handa <handa@m17n.org>
17452
17453 * xterm.c (x_set_glyph_string_clipping_exactly): Set
17454 src->clip_head and src->clip_tail temporarily instead of src->hl.
17455
17456 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
17457 character sequence.
17458 (Fccl_execute_on_string): Use ASET, not XSET.
17459
174602008-02-01 Kenichi Handa <handa@m17n.org>
17461
17462 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
17463
174642008-02-01 Kenichi Handa <handa@m17n.org>
17465
17466 * coding.c (decode_coding): Fix the condition of terminating the
17467 decoding loop.
17468
174692008-02-01 Kenichi Handa <handa@m17n.org>
17470
17471 * data.c (Faset): On setting a character bigger than 255 in a
17472 unibyte string, signal an error instead of make the string multibyte.
17473
174742008-02-01 Kenichi Handa <handa@m17n.org>
17475
17476 * charset.c (map_charset_chars): Fix for ascii-compatible charset
17477 made by a mapping table.
17478
174792008-02-01 Kenichi Handa <handa@m17n.org>
17480
17481 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
17482 not.
17483 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
17484 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
17485
17486 * xterm.c (x_draw_composite_glyph_string_foreground): Check
17487 s->face is NULL or not.
17488
174892008-02-01 Kenichi Handa <handa@m17n.org>
17490
17491 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
17492 (x_draw_glyph_string): Fix drawing of right_overhang and
17493 left_overhang around/on cursor.
17494
17495 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
17496
174972008-02-01 Kenichi Handa <handa@m17n.org>
17498
17499 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
17500
175012008-02-01 Kenichi Handa <handa@m17n.org>
17502
17503 * coding.c (Fdefine_coding_system_internal)
17504 (Fdefine_coding_system_alias): Avoid a duplicated element in
17505 Vcoding_system_alist.
17506
175072008-02-01 Kenichi Handa <handa@m17n.org>
17508
17509 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
17510
17511 * coding.c (Qcoding_system_define_form): New variable.
17512 (syms_of_coding): Intern and staticpro it.
17513 (Fcoding_system_p): Check Qcoding_system_define_form.
17514 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
17515
17516 * coding.h (CODING_SYSTEM_P): If ID is not available, call
17517 Fcoding_system_p.
17518 (CHECK_CODING_SYSTEM): If ID is not available, call
17519 Fcheck_coding_system.
17520 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
17521 Try also Fcheck_coding_system.
17522
175232008-02-01 Kenichi Handa <handa@m17n.org>
17524
17525 * coding.c (code_conversion_restore): GCPRO arg.
17526
175272008-02-01 Kenichi Handa <handa@m17n.org>
17528
17529 * character.c (lisp_string_width): Check multibyteness of STRING.
17530
175312008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17532
17533 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
17534 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
17535 (decode_mac_font_name): Use decode_coding_c_string instead of
17536 decode_coding.
17537 (x_load_font): Initialize fontp->fontset to -1. Set
17538 fontp->encoding_type.
17539
175402008-02-01 Kenichi Handa <handa@m17n.org>
17541
17542 * search.c (search_buffer): Give up BM search on case-fold-search
17543 if one of a target character has a case-equivalence of different
17544 byte length even if that target charcter is an ASCII.
17545 (simple_search): Fix calculation of byte length of matched text.
17546 (boyer_moore): Fix handling of case-equivalent multibyte characters.
17547
175482008-02-01 Kenichi Handa <handa@m17n.org>
17549
17550 * coding.c (decode_coding): Fix handling of invalid bytes.
17551
175522008-02-01 Kenichi Handa <handa@m17n.org>
17553
17554 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
17555 Unicode characters.
17556
175572008-02-01 Kenichi Handa <handa@m17n.org>
17558
17559 * coding.c (encode_coding_object): If a pre-write-conversion
17560 function makes a new buffer, kill it.
17561
175622008-02-01 Kenichi Handa <handa@m17n.org>
17563
17564 * coding.c (QCascii_compatible_p): New variable.
17565 (syms_of_coding): Initialize it.
17566 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
17567 calling string_char.
17568 (record_conversion_result): Add `default:' case.
17569 (coding_charset_list): Delete unused variable `coding_type'.
17570 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
17571 property in the plist of the coding system.
17572 (Fcoding_system_put): Check QCascii_compatible_p.
17573
175742008-02-01 Miles Bader <miles@gnu.org>
17575
17576 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
17577 removed calculation of frame `f', as it's now used.
17578
175792008-02-01 Kenichi Handa <handa@m17n.org>
17580
17581 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
17582 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
17583 (UNIDATA): New variable.
17584 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
17585 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
17586 $(RUN_TEMACS) unconditionally.
17587
175882008-02-01 Kenichi Handa <handa@m17n.org>
17589
17590 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
17591 (admindir): New variable.
17592 ($(lispsource)international/charprop.el): New target.
17593
175942008-02-01 Miles Bader <miles@gnu.org>
17595
17596 * character.c (chars-in-region): Remove obsolete function.
17597 (syms_of_character): Remove its initialization.
17598
175992008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
17600
17601 * w32select.c (validate_coding_system)
17602 (setup_windows_coding_system): New functions.
17603 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
17604 setup_windows_coding_system.
17605 (setup_config, Fw32_get_clipboard_data): Use
17606 validate_coding_system.
17607 (Fx_selection_exists): Move call to setup_config to a place
17608 where signals are allowed.
17609
17610 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
17611 (Fcheck_coding_system): Add declarations.
17612
176132008-02-01 Kenichi Handa <handa@m17n.org>
17614
17615 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
17616
176172008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17618
17619 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
17620 string as the second argument for x_new_fontset.
17621
176222008-02-01 Kenichi Handa <handa@m17n.org>
17623
17624 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
17625 (encode_coding_object): Use safe_call instead of call2.
17626
176272008-02-01 Kenichi Handa <handa@m17n.org>
17628
17629 * fontset.c (Fset_fontset_font): Check family element of a given vector.
17630
17631 * Makefile.in (lisp): Include charprop.el.
17632
176332008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17634
17635 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
17636 Not sure if it's unnecessary.
17637
176382008-02-01 Steven Tamm <steventamm@mac.com>
17639
17640 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
17641 some possibly unnecessary fontset checking code that crashed
17642 when creating a new frame.
17643
176442008-02-01 Kenichi Handa <handa@m17n.org>
17645
17646 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
17647 lookup_face.
17648
17649 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
17650
17651 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
17652
176532008-02-01 Kenichi Handa <handa@m17n.org>
17654
17655 * coding.c: Cancel the change done in HEAD on 2008-02-01.
17656 (coding_charset_list): New function.
17657
17658 * coding.h (coding_charset_list): Extern it.
17659
176602008-02-01 Kenichi Handa <handa@m17n.org>
17661
17662 * fontset.c (Fset_fontset_font): Call find_font_encoding with
17663 concatenation of family and registry.
17664
176652008-02-01 Kenichi Handa <handa@m17n.org>
17666
17667 * character.h (BYTE8_STRING): Fix typo.
17668
17669 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
17670 string to multibyte (sync to HEAD).
17671
17672 * casefiddle.c (casify_region): Handle changes in byte-length
17673 using replace_range_2 (sync to HEAD).
17674
176752008-02-01 Andreas Schwab <schwab@suse.de>
17676
17677 * chartab.c (map_char_table): GCPRO table and arg.
17678
176792008-02-01 Kenichi Handa <handa@m17n.org>
17680
17681 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
17682 already at limit.
17683
176842008-02-01 Kenichi Handa <handa@m17n.org>
17685
17686 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
17687 instead of fast_c_string_match_ignore_case.
17688 (find_font_encoding): Change argument to Lisp_Object. Use
17689 fast_string_match_ignore_case instead of
17690 fast_c_string_match_ignore_case. Change caller.
17691
176922008-02-01 Kenichi Handa <handa@m17n.org>
17693
17694 * xdisp.c (get_next_display_element): In unibyte case, decide to
17695 display in octal form by checking a character by
17696 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
17697
17698 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
17699
17700 * character.c (unibyte_has_multibyte_table): New variable.
17701
17702 * character.h (unibyte_has_multibyte_table): Extern it.
17703 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
17704
177052008-02-01 Kenichi Handa <handa@m17n.org>
17706
17707 * coding.c (encode_coding_iso_2022): Fix handling of charset
17708 annotation.
17709
177102008-02-01 Kenichi Handa <handa@m17n.org>
17711
17712 * coding.c (setup_coding_system): If coding_system is nil, use
17713 Qundecided.
17714 (Fterminal_coding_system): Return nil if terminal coding system is
17715 `undecided'.
17716 (syms_of_coding): Define coding-system `undecided' here. Setup
17717 terminal_coding as `undecided'.
17718
177192008-02-01 Kenichi Handa <handa@m17n.org>
17720
17721 * xdisp.c (message_dolog, set_message_1): Call
17722 unibyte_char_to_multibyte with arg type int.
17723
17724 * lread.c (read1): Fix reading of a char-table.
17725
17726 * print.c (print_object): Include sub char-table in circularities
17727 detection.
17728
177292008-02-01 Kenichi Handa <handa@m17n.org>
17730
17731 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
17732 Append the found sequences in car of ARGS instead of prepending.
17733
177342008-02-01 Kenichi Handa <handa@m17n.org>
17735
17736 * fileio.c (report_file_error): Make a unibyte string from
17737 strerror (errorno).
17738 (Fsubstitute_in_file_name): Fix the arg to
17739 unibyte_char_to_multibyte. It is evaluated twice.
17740
177412008-02-01 Kenichi Handa <handa@m17n.org>
17742
17743 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
17744
177452008-02-01 Kenichi Handa <handa@m17n.org>
17746
17747 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
17748 BOM is not found.
17749 (detect_coding, detect_coding_system): Optimization for ISO-2022
17750 when no 8-bit data is found.
17751
177522008-02-01 Jason Rumney <jasonr@gnu.org>
17753
17754 * w32fns.c (x_to_w32_font): Update to use new coding struct.
17755
177562008-02-01 Kenichi Handa <handa@m17n.org>
17757
17758 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
17759 CHARS.
17760
177612008-02-01 Steven Tamm <steventamm@mac.com>
17762
17763 * macterm.c (mac_encode_char): Add charset argument and update
17764 to use encoding_type.
17765 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
17766 switch to pure fontset.
17767 (decode_mac_font_name): Temporarily remove decoding.
17768 (x_font_name_to_mac_font_name): Temporarily remove encoding.
17769 (x_load_font): Temporarily remove encoding.
17770
177712008-02-01 Kenichi Handa <handa@m17n.org>
17772
17773 * xfaces.c (Fface_font): If frame is not on a window system,
17774 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
17775 refer to face->font.
17776 (split_font_name_into_vector, build_font_name_from_vector)
17777 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
17778 when HAVE_WINDOW_SYSTEM is defined.
17779
177802008-02-01 Kenichi Handa <handa@m17n.org>
17781
17782 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
17783 (x_produce_glyphs): Fix setting of members of cmp in case
17784 cmp->glyph_len is zero.
17785
17786 * fontset.c (Fset_fontset_font): Fix docstring.
17787 (Ffontset_info): Make it backward compatible. New arg ALL.
17788
177892008-02-01 Kim F. Storm <storm@cua.dk>
17790
17791 * process.c (read_process_output): Grow decoding_buf when needed;
17792 this could cause a crash in allocate_string and compact_small_strings.
17793
177942008-02-01 Kenichi Handa <handa@m17n.org>
17795
17796 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
17797
177982008-02-01 Kenichi Handa <handa@m17n.org>
17799
17800 * coding.c (setup_coding_system): Set coding->common_flags
17801 correctly for raw-text.
17802 (consume_chars): On encoding unibyte text by raw-text, don't check
17803 multibyte form.
17804 (encode_coding): On encoding by raw-text, never use translation tables.
17805
17806 * fileio.c (e_write): Short cut for the case of no encoding.
17807
178082008-02-01 Kenichi Handa <handa@m17n.org>
17809
17810 * coding.c (detect_coding, detect_coding_system): Delete unused
17811 variables.
17812
178132008-02-01 Kenichi Handa <handa@m17n.org>
17814
17815 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
17816 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
17817
178182008-02-01 Kenichi Handa <handa@m17n.org>
17819
17820 * coding.c (Ffind_coding_systems_region_internal): Include
17821 raw-text and no-conversion in the result.
17822
178232008-02-01 Kenichi Handa <handa@m17n.org>
17824
17825 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
17826 (load_font_get_repertory): Delete unnecessary check of ENCODING of
17827 FONT_DEF.
17828 (font_def_arg, add_arg, from_arg, to_arg): New args.
17829 (set_fontset_font): Change argument.
17830 (Fset_fontset_font): Fix for the case that TARGET is a script
17831 name and charset name.
17832 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
17833
178342008-02-01 Kenichi Handa <handa@m17n.org>
17835
17836 * fontset.c (fontset_font): Rename from fontset_face. Change return
17837 value.
17838 (face_suitable_for_char_p, face_for_char): Adjust for the change
17839 of fontset_font.
17840 (make_fontset_for_ascii_face): Fix setting of the fontset element
17841 for ASCII.
17842 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
17843 to get a font name.
17844 (Ffontset_info): Adjust for the change of fontset_font.
17845
17846 * coding.c (emacs_mule_char): Check invalid code more rigidly.
17847
17848 * character.h (LEADING_CODE_LATIN_1_MIN)
17849 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
17850
178512008-02-01 Kenichi Handa <handa@m17n.org>
17852
17853 * editfns.c (check_translation): New function.
17854 (Ftranslate_region_internal): Handle M:N mapping.
17855
178562008-02-01 Kenichi Handa <handa@m17n.org>
17857
17858 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
17859
178602008-02-01 Kenichi Handa <handa@m17n.org>
17861
17862 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
17863 goto invalid_code.
17864 (decode_coding_iso_2022): Fix handling of invalid designation.
17865
17866 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
17867 after calling code_conversion_save.
17868
178692008-02-01 Kenichi Handa <handa@m17n.org>
17870
17871 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
17872
17873 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
17874
17875 * fontset.c: Include "intervals.h".
17876 (fontset_face): Fix comparing of Lisp_Objects.
17877 (free_face_fontset, new_fontset_from_font_name): Fix
17878 Lisp_Object/int mixup.
17879
17880 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
17881
17882 * coding.c: Add many prototypes for static functions.
17883 (get_translation_table): Allow max_lookup to be NULL.
17884 (decode_coding, Ffind_coding_systems_region_internal)
17885 (Funencodable_char_position, Fcheck_coding_systems_region): Call
17886 get_translation_table with max_lookup NULL.
17887
178882008-02-01 Kenichi Handa <handa@m17n.org>
17889
17890 * coding.c (get_translation_table): Declare it as Lisp_Object.
17891 (LOOKUP_TRANSLATION_TABLE): New macro.
17892 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
17893 instead of CHAR_TABLE_REF.
17894
178952008-02-01 Kenichi Handa <handa@m17n.org>
17896
17897 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
17898 annotation data format.
17899 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
17900 Change arguments FROM and TO to single argument NCHARS. Change caller.
17901 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
17902 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
17903 (decode_coding_ccl, decode_coding_charset): Pay attention to
17904 coding->charbuf_used.
17905 (get_translation): New function.
17906 (produce_chars): New arguments translation_table and last_block.
17907 Translate characters here. Return number of carryover chars.
17908 Change caller.
17909 (produce_composition): New argument pos. Change caller.
17910 Adjust for the change of annotation data format.
17911 (produce_charset, produce_annotation): Likewise.
17912 (decode_coding, encode_coding): Don't call translate_chars.
17913 (consume_chars): New arg translation_table. Change caller.
17914 (translate_chars): Delete.
17915 (syms_of_coding): Make translation-table's number of extra slots 2.
17916
179172008-02-01 Kenichi Handa <handa@m17n.org>
17918
17919 * search.c (simple_search): Fix setting this_pos_byte in backward
17920 search.
17921
17922 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
17923 byte sequence.
17924 (detect_coding_ccl): Fix setting of the variable valids.
17925
179262008-02-01 Kenichi Handa <handa@m17n.org>
17927
17928 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
17929
17930 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
17931
17932 * editfns.c (Ftranslate_region_internal): Rename from
17933 Ftranslate_region. Accept a char-table in TABLE.
17934 (syms_of_editfns): Defsubr Stranslate_region_internal.
17935
17936 * xfaces.c (set_lface_from_font_name): If a font is specified for
17937 a frame, generate a fontset from the font.
17938 (build_scalable_font_name): If the scalable font is requested for
17939 a specific size, don't change that size.
17940 (try_font_list): Try a scalable font also in the case that a
17941 pattern string is specified.
17942
179432008-02-01 Kenichi Handa <handa@m17n.org>
17944
17945 * xfaces.c (Fface_font): New optional arg CHARACTER.
17946
179472008-02-01 Kenichi Handa <handa@m17n.org>
17948
17949 * charset.h (CHARSET_OFFSET): New macro.
17950
179512008-02-01 Kenichi Handa <handa@m17n.org>
17952
17953 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
17954
17955 * fontset.c (fontset_face): Handle the case that repertory is a
17956 char-table.
17957 (find_font_encoding): Return nil for unknown encoding.
17958 (Fset_fontset_font): Ignore a font of unknown encoding.
17959
179602008-02-01 Kenichi Handa <handa@m17n.org>
17961
17962 * keymap.c (describe_vector): Handle default value of a char table.
17963
17964 * fontset.c (fontset_face): Handle fallback fonts correctly.
17965 (Ffontset_info): Return infomation about fallback fonts.
17966
179672008-02-01 Kenichi Handa <handa@m17n.org>
17968
17969 * fontset.c (FONTSET_DEFAULT): New macro.
17970 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
17971 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
17972 the case that it is nil.
17973 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
17974 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
17975
17976 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
17977 subset or superset.
17978
179792008-02-01 Kenichi Handa <handa@m17n.org>
17980
17981 * emacs.c (main): Call init_charset after syms_of_XXX.
17982
17983 * charset.c (Vcharset_map_directory): Delete.
17984 (Vcharset_map_path): New variable.
17985 (load_charset_map_from_file): Use Vcharset_map_path instead.
17986 (init_charset): Initialize Vcharset_map_path.
17987 (syms_of_charset): Delete declaration of "charset-map-directory",
17988 add declaration of "charset-map-path".
17989
179902008-02-01 Kenichi Handa <handa@m17n.org>
17991
17992 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
17993 ASCII only string.
17994
17995 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
17996
17997 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
17998 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
17999
180002008-02-01 Kenichi Handa <handa@m17n.org>
18001
18002 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
18003
18004 * coding.c (QCmnemonic, QCdefalut_char)
18005 (QCdecode_translation_table, QCencode_translation_table)
18006 (QCpost_read_conversion, QCpre_write_conversion): New variables.
18007 (get_translation_table): Return a list of translation tables if
18008 necessary.
18009 (decode_coding): Call get_translation_table with ENCODEP 0.
18010 (char_encodable_p): If translation_table is non-nil, always call
18011 translate_char.
18012 (Fdefine_coding_system_internal): Accept list of translation
18013 tables as :encode-translation-table and :decode-translation-table.
18014 (Fcoding_system_put): New function.
18015 (syms_of_coding): Declare new symbols. Defsubr
18016 Scoding_system_put.
18017 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
18018 typically JISX0212.
18019
18020 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
18021 when the charset is superset type.
18022
18023 * character.c (translate_char): Accept list of translation tables.
18024
180252008-02-01 Kenichi Handa <handa@m17n.org>
18026
18027 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
18028 (CODING_ATTR_TRANS_TBL): New macro.
18029
18030 * coding.c (get_translation_table): New function.
18031 (translate_chars): Fix the bug of skipping annotation data.
18032 (decode_coding, encode_coding): Utilize get_translation_table.
18033 (char_encodable_p, Funencodable_char_position): Translate char if
18034 necessary.
18035 (Ffind_coding_systems_region_internal)
18036 (Fcheck_coding_systems_region): Setup translation table for encode
18037 in a coding system attribute vector in advance.
18038 (Fdefine_coding_system_internal): Allow a symbol as translation
18039 table. For shift-jis type coding system, allow 4th charset.
18040
180412008-02-01 Kenichi Handa <handa@m17n.org>
18042
18043 * coding.c (decode_coding_sjis): Check the first byte rigidly.
18044
18045 * xdisp.c (get_next_display_element): Pass -1 as POS to
18046 FACE_FOR_CHAR if displaying a C-string.
18047
180482008-02-01 Kenichi Handa <handa@m17n.org>
18049
18050 * composite.c (get_composition_id): Handle xoff and yoff in a
18051 composition rule.
18052
18053 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
18054 (struct composition): New member lbearing and rbearing.
18055
18056 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
18057 (x_get_glyph_overhangs): Handle a composition glyph.
18058 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
18059
18060 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
18061 composition glyph.
18062
180632008-02-01 Kenichi Handa <handa@m17n.org>
18064
18065 * print.c: Include charset.h.
18066 (Vprint_charset_text_property): New variable.
18067 (Qdefault): Extern it.
18068 (PRINT_STRING_NON_CHARSET_FOUND)
18069 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
18070 (print_check_string_result): New variable.
18071 (print_check_string_charset_prop): New function.
18072 (print_prune_charset_plist): New variable.
18073 (print_prune_string_charset): New function.
18074 (print_object): Call print_prune_string_charset if
18075 Vprint_charset_text_property is not t.
18076 (print_interval): Print nothing if interval->plist is nil.
18077 (syms_of_print): Declare Vprint_charset_text_property as a lisp
18078 variable. Init and staticpro print_prune_charset_plist.
18079
180802008-02-01 Kenichi Handa <handa@m17n.org>
18081
18082 * fontset.c (new_fontset_from_font_name): Use the specified font
18083 for all characters in the new fontset.
18084
18085 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
18086 OBJECT args.
18087
18088 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
18089 OBJECT args for composition too.
18090
18091 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
18092 OBJECT args.
18093
180942008-02-01 Kenichi Handa <handa@m17n.org>
18095
18096 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
18097
18098 * fontset.c (reorder_font_vector): Adjust for the change of
18099 FONT_DEF format.
18100 (fontset_face): New arg id. Change caller.
18101 (face_for_char): New args pos and object.
18102 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
18103 (fs_query_fontset): Check NAME by Fassoc too.
18104 (Fset_fontset_font): Allow non-XLFD font name.
18105 (Ffontset_info): Adjust for the change of FONT_DEF format.
18106
18107 * fontset.h (face_for_char): Adjust prototype.
18108
18109 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
18110 (append_space, extend_face_to_end_of_line)
18111 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
18112 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
18113
18114 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
18115 POS and OBJECT args.
18116
18117 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
18118 POS and OBJECT args.
18119
181202008-02-01 Jason Rumney <jasonr@gnu.org>
18121
18122 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
18123 of GlobalAlloc'ed memory.
18124
181252008-02-01 Kenichi Handa <handa@m17n.org>
18126
18127 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
18128
18129 * charset.h (charset_table_used): Delete extern.
18130
18131 * charset.c (charset_table_used): Make it static.
18132 (map_charset_chars): Fix args to c_function with.
18133
18134 * chartab.c (map_sub_char_table_for_charset): Fix args to
18135 c_function with.
18136
18137 * coding.h (enum coding_result_code): Delete
18138 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
18139
18140 * coding.c (Qinsufficient_source, Qinconsistent_eol)
18141 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
18142 (Vlast_code_conversion_error): New variables.
18143 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
18144 (ONE_MORE_BYTE): Record error if any instead of signaling an
18145 error. If non-ASCII multibyte char is found, return the negative
18146 value of the code. All callers changed to check it.
18147 (ONE_MORE_BYTE_NO_CHECK): Likewise.
18148 (record_conversion_result): New function. Change all codes setting
18149 coding->result to call this function.
18150 (detect_coding_utf_8, decode_coding_utf_8)
18151 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
18152 Don't use the local variable incomplete.
18153 (emacs_mule_char): Change the second arg to `const'.
18154 (decode_coding): Fix of flushing out unprocessed data.
18155 (make_conversion_work_buffer): Fix making of a work buffer.
18156 (decode_coding_object): Return coding->dst_object.
18157
18158 * fontset.c (set_fontset_font): Fix args.
18159
18160 * lisp.h (CHARACTERBITS): Define as 22.
18161
18162 * process.c (send_process): Be sure to set coding->src_multibyte.
18163
18164 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
18165
181662008-02-01 Kenichi Handa <handa@m17n.org>
18167
18168 * xdisp.c (handle_auto_composed_prop): Give limit to
18169 Fnext_single_char_property_change.
18170
181712008-02-01 Kenichi Handa <handa@m17n.org>
18172
18173 * composite.c (syms_of_composite): Don't make the composition hash
18174 table weak.
18175
18176 * fontset.c (Fset_fontset_font): Fix docstring.
18177
18178 * lisp.h (detect_coding_system): Adjust prototype.
18179
18180 * fileio.c (kill_workbuf_unwind): Delete this function.
18181 (Finsert_file_contents): Adjust the call of detect_coding_system.
18182 Get conversion_buffer by code_conversion_save. Use the macro
18183 CODING_MAY_REQUIRE_DECODING. After decoding, update
18184 coding_system.
18185
18186 * coding.h (make_conversion_work_buffer): Delete extern.
18187 (code_conversion_save): Extern it.
18188
18189 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
18190 (CODING_GET_INFO): Delete argument eol_type. Change callers.
18191 (decode_coding_utf_8): Don't do eol converion.
18192 (detect_coding_utf_16): Check coding->src_chars, not
18193 coding->src_bytes. Add heuristics for those that have no signature.
18194 (decode_coding_emacs_mule, decode_coding_iso_2022)
18195 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
18196 Don't do eol converion.
18197 (adjust_coding_eol_type): Return a new coding system.
18198 (detect_coding): Don't detect eol. Fix for utf-16 detection.
18199 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
18200 each change.
18201 (decode_coding): Pay attention to undo_list. Do eol conversion for
18202 all types of coding-systems (if necessary).
18203 (Vcode_conversion_work_buf_list): Delete it.
18204 (Vcode_conversion_reused_workbuf): Rename from
18205 Vcode_conversion_reused_work_buf.
18206 (Vcode_conversion_workbuf_name): New variable.
18207 (reused_workbuf_in_use): New variable.
18208 (make_conversion_work_buffer): Delete the arg DEPTH.
18209 (code_conversion_restore): Change argument to cons.
18210 (code_conversion_save): Delete the argument BUFFER. Change callers.
18211 (detect_coding_system): New argument src_chars. Change callers.
18212 Fix for utf-16 detection.
18213 (init_coding_once): Don't use ISO_carriage_return.
18214 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
18215 reused_workbuf_in_use.
18216
182172008-02-01 Kenichi Handa <handa@m17n.org>
18218
18219 * keymap.c (store_in_keymap): Pay attention to the case that idx
18220 is a cons specifying a character range.
18221
182222008-02-01 Kenichi Handa <handa@m17n.org>
18223
18224 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
18225 HANDLED_RECOMPUTE_PROPS.
18226
18227 * coding.c (Fdefine_coding_system_internal): Fix checking of
18228 ascii compatibility.
18229
182302008-02-01 Kenichi Handa <handa@m17n.org>
18231
18232 * charset.c (find_charsets_in_text): Delete unused locale variable.
18233 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
18234
18235 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
18236 Resync charset_list to Vemacs_mule_charset_list.
18237
18238 * keymap.c (store_in_keymap): Pay attention to the case that idx
18239 is a cons specifying a character range.
18240
182412008-02-01 Kenichi Handa <handa@m17n.org>
18242
18243 * composite.c (update_compositions): Bind inhibit-read-only, etc
18244 to t before calling remove-list-of-text-properties.
18245
18246 * print.c (print_object): Always print ASCII chars as is.
18247
182482008-02-01 Kenichi Handa <handa@m17n.org>
18249
18250 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
18251
18252 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
18253 is a char table.
18254
182552008-02-01 Kenichi Handa <handa@m17n.org>
18256
18257 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
18258
182592008-02-01 Kenichi Handa <handa@m17n.org>
18260
18261 * xfaces.c (set_lface_from_font_name): Fix for the case that
18262 FONTNAME is not fontset name.
18263
182642008-02-01 Kenichi Handa <handa@m17n.org>
18265
18266 * fns.c (base64_encode_1): Fix previous change.
18267
182682008-02-01 Kenichi Handa <handa@m17n.org>
18269
18270 * fontset.c (set_fontset_font): New function.
18271 (Fset_fontset_font): If a font is specified for a charset, use
18272 map_charset_chars to store the font spec in a fontset.
18273
182742008-02-01 Kenichi Handa <handa@m17n.org>
18275
18276 * fontset.c (fontset_face): Create a fallback fontset on demand.
18277 (make_fontset): Don't create a fallback fontset here.
18278 (free_face_fontset): Free a fallback fontset (if any) too.
18279 (n_auto_fontsets): Delete this variable.
18280 (auto_fontset_alist): New variable.
18281 (new_fontset_from_font_name): Check auto_fontset_alist.
18282 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
18283 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
18284 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
18285 Defsubr Sfontset_list_all.
18286
182872008-02-01 Kenichi Handa <handa@m17n.org>
18288
18289 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
18290
182912008-02-01 Kenichi Handa <handa@m17n.org>
18292
18293 * fontset.c (Fnew_fontset): Check NAME more rigidly.
18294
182952008-02-01 Kenichi Handa <handa@m17n.org>
18296
18297 * editfns.c (Fgoto_char): Fix docstring.
18298
182992008-02-01 Kenichi Handa <handa@m17n.org>
18300
18301 * insdel.c (insert_from_gap): Adjust intervals correctly.
18302
183032008-02-01 Jason Rumney <jasonr@gnu.org>
18304
18305 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
18306 (pfnGetFontUnicodeRanges): New dynamically loaded function.
18307 (w32_initialize): Try to load it.
18308 (x_get_font_repertory): Use it if available.
18309 (w32_encode_char): Add shortcut for unicode output.
18310
18311 * w32fns.c (w32_load_system_font): Default charset to -1.
18312 (x_to_w32_charset): Match all fonts for unicode.
18313 (w32_to_x_charset): New parameter matching. Don't return partial
18314 or wildcard charsets.
18315 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
18316 (w32_codepage_for_font): Return CP_UNICODE for unicode.
18317 (w32_to_x_font): Match charset to real charset.
18318 (enum_font_cb2): Always list unicode versions.
18319
18320 * makefile.w32-in (temacs): Increase EMHEAP.
18321
183222008-02-01 Jason Rumney <jasonr@gnu.org>
18323
18324 * w32term.c (w32_encode_char): New charset parameter.
18325 font_info.encoding becomes encoding_type.
18326 (x_get_font_repertory): New function. Warning: stub only!
18327 (x_new_font): Return quickly if font already set.
18328 (x_new_fontset): fontsetname parameter is Lisp_Object.
18329 Use new fs_query_fontset. Try new_fontset_from_font_name.
18330 Use fontset_name for return value.
18331
18332 * w32term.h: Declare x_get_font_repertory.
18333
18334 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
18335 place of find_charset_in_text. Use encode_coding_object in place
18336 of encode_coding.
18337 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
18338 decode_coding.
18339
18340 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
18341 of x_new_fontset.
18342 (w32_load_system_font): Initialize charset as unicode.
18343 font_info.encoding becomes encoding_type.
18344 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
18345 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
18346 (syms_of_w32fns): Set get_font_repertory_func.
18347
18348 * w32console.c: Include character.h. Use terminal_encode_buffer
18349 from term.c.
18350 (write_glyphs): Use new version of encode_terminal_code. Use
18351 encode_coding_object in place of encode_coding.
18352
18353 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
18354 encoding becomes encoding_type.
18355
18356 * term.c (terminal_encode_buffer): Make externally visible.
18357
18358 * makefile.w32-in: Add character.h dependancies.
18359 (character.o, chartab.o): New targets.
18360
183612008-02-01 Kenichi Handa <handa@m17n.org>
18362
18363 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
18364 CODING_ID_EOL_TYPE.
18365
183662008-02-01 Andreas Schwab <schwab@suse.de>
18367
18368 * coding.c (produce_chars): Revert last change.
18369
183702008-02-01 Kenichi Handa <handa@m17n.org>
18371
18372 * charset.h (charset_unicode): Extern it.
18373
18374 * charset.c (string_xstring_p): Check by (C >= 0x100).
18375 (find_charsets_in_text): Change format of the arc CHARSETS. New
18376 arg MULTIBYTE.
18377 (Ffind_charset_region, Ffind_charset_string): Adjust for the
18378 change of find_charsets_in_text.
18379 (Fsplit_char): Fix doc. Never return unknown.
18380
18381 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
18382
18383 * coding.c (Fdefine_coding_system_alias): Update
18384 Vcoding_system_list.
18385
18386 * fontset.c (load_font_get_repertory): Pay attention to the case
18387 that ENCODING of a font is specified by a char-table.
18388
18389 * xterm.c (x_get_font_repertory): Handle the case that the
18390 encoding of font is other than Unicode.
18391
183922008-02-01 Kenichi Handa <handa@m17n.org>
18393
18394 * term.c (encode_terminal_code): Don't handle glyph-table. Check
18395 if a character is encodable by the terminal coding system. If
18396 not, produces proper number of `?'s. Update
18397 terminal_encode_buffer and terminal_encode_buf_size if necessary.
18398 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
18399
184002008-02-01 Kenichi Handa <handa@m17n.org>
18401
18402 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
18403 variables.
18404 (encode_terminal_code): Change argument. Encode multiple
18405 characters at once. Store the result of encoding in
18406 terminal_encode_buffer.
18407 (write_glyphs, insert_glyphs): Adjust for the change of
18408 encode_terminal_code.
18409 (term_init): Initialize terminal_encode_buffer and
18410 terminal_encode_buf_size.
18411
18412 * coding.c (consume_chars): If coding->src_object is nil, don't
18413 check annotation.
18414
184152008-02-01 Kenichi Handa <handa@m17n.org>
18416
18417 * character.c (char_string): Use ASCII_CHAR_P instead of
18418 SINGLE_BYTE_CHAR_P.
18419
184202008-02-01 Kenichi Handa <handa@m17n.org>
18421
18422 * xdisp.c (handle_auto_composed_prop): Check if the last
18423 characters of auto-composed region is newly composed with the
18424 following characters.
18425 (handle_composition_prop): Fix checking of point being inside
18426 composition.
18427
184282008-02-01 Kenichi Handa <handa@m17n.org>
18429
18430 * fns.c (concat): Don't change multibyteness of the result by
18431 concatenating an 8-bit character.
18432
18433 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
18434 multibyteness of the result when newelt is an 8-bit character.
18435
184362008-02-01 Dave Love <fx@gnu.org>
18437
18438 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
18439 EMACS_INT.
18440
18441 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
18442
18443 * xfaces.c (face_numeric_value): Declare dim size_t.
18444 (Finternal_lisp_face_equal_p): Remove unused f.
18445
18446 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
18447 (MATRIX_ROW): Remove unused vars.
18448 (draw_glyphs, x_insert_glyphs, fast_find_position)
18449 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
18450 byte/char counts.
18451
18452 * regex.c (regex_compile): Remove unused var.
18453
18454 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
18455
18456 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
18457 (Faccessible_keymaps, where_is_internal): Remove unused vars.
18458
18459 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
18460
18461 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
18462
18463 * fileio.c (Fwrite_region): Remove unused var.
18464
18465 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
18466 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
18467
18468 * composite.c (Fremove_list_of_text_properties): Declare.
18469
18470 * coding.c (inhibit_pre_post_conversion): Remove (unused).
18471 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
18472 (coding_inherit_eol_type): Remove unused attrs.
18473 (detect_coding): Cast arg of detect_eol.
18474
18475 * charset.c (syms_of_charset): Remove unused var p.
18476 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
18477 byte/char counts.
18478
18479 * casetab.c (set_case_table): Remove unused var.
18480
18481 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
18482 unused vars.
18483
184842008-02-01 Dave Love <fx@gnu.org>
18485
18486 * xterm.c (x_bitmap_mask): Declare.
18487
184882008-02-01 Dave Love <fx@gnu.org>
18489
18490 * xterm.c (x_term_init): Fix type error.
18491
18492 * lisp.h: Add Funibyte_char_to_multibyte.
18493
18494 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
18495 (Fset_coding_system_priority): Doc fix.
18496
18497 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
18498
18499 * indent.c (check_composition): Make start and end EMACS_INT.
18500
18501 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
18502
18503 * xdisp.c (handle_composition_prop, check_point_in_composition):
18504 Make buffer positions EMACS_INT.
18505
18506 * composite.c (find_composition, run_composition_function)
18507 (update_compositions, Ffind_composition_internal): Make buffer
18508 positions EMACS_INT.
18509
18510 * composite.h (find_composition, update_compositions): Make
18511 position args EMACS_INT.
18512
18513 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
18514
18515 * intervals.c (get_property_and_range):
18516 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
18517
18518 * unexalpha.c: Don't include varargs.h.
18519
185202008-02-01 Dave Love <fx@gnu.org>
18521
18522 * coding.h (ENCODE_UTF_8): New.
18523
18524 * Makefile.in (gtkutil.o): Depend on coding.h.
18525
18526 * coding.c (Fset_coding_system_priority): Doc fix.
18527
185282008-02-01 Kenichi Handa <handa@m17n.org>
18529
18530 * fileio.c (Finsert_file_contents): Call setup_coding_system in
18531 the case of auto saving.
18532
185332008-02-01 Andreas Schwab <schwab@suse.de>
18534
18535 * chartab.c (map_char_table, map_char_table_for_charset): Protect
18536 `range' from GC.
18537
185382008-02-01 Kenichi Handa <handa@m17n.org>
18539
18540 * coding.c (decode_coding_sjis): Check bytes more rigidly.
18541
185422008-02-01 Kenichi Handa <handa@m17n.org>
18543
18544 * fileio.c (choose_write_coding_system): Return a decided coding system.
18545 (Fwrite_region): Set Vlast_coding_system_used to the return value
18546 of choose_write_coding_system.
18547
185482008-02-01 Kenichi Handa <handa@m17n.org>
18549
18550 * charset.c (Fset_charset_priority): Pay attention to duplicated
18551 arguments.
18552
18553 * coding.c (QCcategory): New variable.
18554 (syms_of_coding): Defsym it. Set all elements of
18555 Vcoding_category_table and their symbol values.
18556 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
18557 coding-category-XXX, and coding-category-list.
18558 (Fdefine_coding_system_internal): Add category in the plist.
18559
185602008-02-01 Kenichi Handa <handa@m17n.org>
18561
18562 * callproc.c (Fcall_process): Handle carryover correctly.
18563
18564 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
18565 (raw_text_coding_system): Check NILP (coding_system).
18566 (coding_inherit_eol_type): Check NILP (coding_system) and
18567 NILP (parent).
18568 (consume_chars): Fix for the case of raw-text.
18569
18570 * process.c (read_process_output): Handle carryover correctly.
18571
185722008-02-01 Dave Love <fx@gnu.org>
18573
18574 * regex.c (re_search_2): Fix last change.
18575
185762008-02-01 Kenichi Handa <handa@m17n.org>
18577
18578 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
18579 target_multibyte. Even in a unibyte case, return a converted
18580 multibyte char.
18581 (GET_CHAR_AFTER): New macro.
18582 (PATFETCH): Translate via multibyte char.
18583 (HANDLE_UNIBYTE_RANGE): Delete this macro.
18584 (SETUP_MULTIBYTE_RANGE): New macro.
18585 (regex_compile): Setup compiled code so that its multibyteness
18586 matches that of a target. Fix the handling of "[X-YZ]" using
18587 SETUP_MULTIBYTE_RANGE.
18588 (analyse_first) <charset>: For filling fastmap for all multibyte
18589 characters, don't check by BASE_LEADING_CODE_P.
18590 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
18591 the same as RE_MULTIBYTE_P (bufp) now.
18592 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
18593 (TARGET_CHAR_AND_LENGTH): Delete this macro.
18594 (TRANSLATE_VIA_MULTIBYTE): New macro.
18595 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
18596 It is the same as RE_MULTIBYTE_P (bufp) now.
18597 <exactn>: Translate via multibyte.
18598 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
18599 translate it.
18600 <charset, charset_not>: Fetch a character by
18601 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
18602 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
18603 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
18604 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
18605 by GET_CHAR_AFTER.
18606 (bcmp_translate): Likewise.
18607
18608 * search.c (compile_pattern): Check the member target_multibyte,
18609 not the member multibyte of buf.
18610
18611 * lread.c (read1): While reading a string, set force_singlebyte
18612 and force_multibyte correctly.
18613
18614 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
18615 up of unibyte_to_multibyte_table.
18616
186172008-02-01 Kenichi Handa <handa@m17n.org>
18618
18619 * coding.c (setup_coding_system): If coding has
18620 post-read-conversion or pre-write-conversion, set
18621 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
18622 respectively.
18623 (decode_coding_gap): Run post-read-conversion if any.
18624
18625 * fileio.c (Finsert_file_contents): Even if we read into a
18626 unibyte buffer, check if we must decode the result or not.
18627
186282008-02-01 Kenichi Handa <handa@m17n.org>
18629
18630 * coding.c (make_conversion_work_buffer): Change the work buffer
18631 name to the same one as that of Emacs 21.
18632
186332008-02-01 Kenichi Handa <handa@m17n.org>
18634
18635 * coding.h (make_conversion_work_buffer): Adjust prototype.
18636 (code_conversion_restore): Don't extern it.
18637
18638 * coding.c (detected_mask): Delete unused variable.
18639 (decode_coding_iso_2022): Pay attention to the byte sequence of
18640 CTEXT extended segment, and retain those bytes as is.
18641 (decode_coding_ccl): Delete unused variable `valids'.
18642 (setup_coding_system): Delete unused variable `category'.
18643 (consume_chars): Delete unused variable `category'. Make it work
18644 for non-multibyte case.
18645 (make_conversion_work_buffer): Change argument.
18646 (saved_coding): Delete unused variable.
18647 (code_conversion_restore): Don't check saved_coding->destination.
18648 (code_conversion_save): New function.
18649 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
18650 instead of record_unwind_protect.
18651 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
18652 (detect_coding_system): Delete unused variable `mask'.
18653 (Fdefine_coding_system_internal): Delete unused variable id.
18654
18655 * fileio.c (kill_workbuf_unwind): New function.
18656 (Finsert_file_contents): On replacing, call
18657 make_conversion_work_buffer with correct args, and call
18658 record_unwind_protect with the first arg kill_workbuf_unwind.
18659
18660 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
18661
186622008-02-01 Kenichi Handa <handa@m17n.org>
18663
18664 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
18665 (fontset_add): Fix for the case that TO is less than TO1.
18666 (Ffontset_info): Don't use fallback fontset on checking the
18667 default fontset.
18668 (dump_fontset): New function for debugging.
18669
18670 * coding.c (Fdefine_coding_system_internal): Fix for the case that
18671 coding_type is Qcharset.
18672
186732008-02-01 Kenichi Handa <handa@m17n.org>
18674
18675 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
18676 (map_char_table): Don't inherit the value from the parent on
18677 initializing VAL. Adjust for the above change.
18678
186792008-02-01 Kenichi Handa <handa@m17n.org>
18680
18681 * coding.c (Qsignature, Qendian): Delete these variables.
18682 (syms_of_coding): Don't initialize them.
18683 (CATEGORY_MASK_UTF_16_AUTO): New macro.
18684 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
18685 detect_info->found.
18686 (decode_coding_utf_16): Don't detect BOM here.
18687 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
18688 is NOT utf_16_without_bom.
18689 (setup_coding_system): For a coding system of type utf-16, check
18690 if the attribute :endian is Qbig or not (not nil or not), and set
18691 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
18692 (detect_coding): If coding type is utf-16 and BOM detection is
18693 required, detect it.
18694 (Fdefine_coding_system_internal): For a coding system of type
18695 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
18696
186972008-02-01 Kenichi Handa <handa@m17n.org>
18698
18699 * coding.c (coding_set_source): Fix for the case that the current
18700 buffer is different from coding->src_object.
18701 (decode_coding_object): Don't use the conversion work buffer if
18702 DST_OBJECT is a buffer.
18703
187042008-02-01 Dave Love <fx@gnu.org>
18705
18706 * lread.c (read_emacs_mule_char) [len==2]: Index
18707 emacs_mule_charset correctly.
18708
187092008-02-01 Dave Love <fx@gnu.org>
18710
18711 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
18712 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
18713 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
18714 treated specially.)
18715 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
18716 (detected_mask): Remove Big5 bits.
18717
187182008-02-01 Kenichi Handa <handa@m17n.org>
18719
18720 The following changes are to make the font rescaling facility
18721 compatible with Emacs 21.
18722
18723 * xfaces.c (Vface_font_rescale_alist): Rename from
18724 Vface_resizing_fonts.
18725 (struct font_name): Rename member resizing_ratio to rescale_ratio.
18726 (font_rescale_ratio): Rename from font_resizing_ratio.
18727 (split_font_name): Set font->rescale_ratio.
18728 (better_font_p): Pay attention to font->rescale_ratio.
18729 (build_scalable_font_name): Likewise. Change RESX, and RESY
18730 fields.
18731 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
18732
187332008-02-01 Kenichi Handa <handa@m17n.org>
18734
18735 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
18736 (Qutf_16_le): Remove these variables.
18737 (syms_of_coding): Don't DEFSYM them.
18738 (decode_coding_utf_16): Fix handling of BOM.
18739 (encode_coding_utf_16): Fix handling of BOM.
18740
187412008-02-01 Kenichi Handa <handa@m17n.org>
18742
18743 * fileio.c (Finsert_file_contents): On replacing, before decoding
18744 the file into the work buffer, set point of the work buffer to the end.
18745
187462008-02-01 Dave Love <fx@gnu.org>
18747
18748 * coding.c (Fcheck_coding_systems_region): Fix type errors.
18749
187502008-02-01 Dave Love <fx@gnu.org>
18751
18752 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
18753 and fix C types.
18754
187552008-02-01 Kenichi Handa <handa@m17n.org>
18756
18757 * xdisp.c (SKIP_GLYPHS): New macro.
18758 (set_cursor_from_row): Pay attention to string display properties.
18759
18760 * category.c (copy_category_entry): Fix for the case that RANGE
18761 is an integer.
18762
18763 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
18764
18765 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
18766
187672008-02-01 Kenichi Handa <handa@m17n.org>
18768
18769 * charset.c (Fcharset_id_internal): New function.
18770 (syms_of_charset): Defsubr it.
18771
18772 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
18773 with the last arg charset_list acquired from coding.
18774 (Fdefine_coding_system_internal): For ccl-based coding system, fix
18775 the attribute coding_attr_ccl_valids.
18776
18777 * coding.h (enum define_coding_ccl_arg_index): Set the first
18778 member coding_arg_ccl_decoder to coding_arg_max.
18779
18780 * ccl.h (ccl_driver): Adjust prototype.
18781
18782 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
18783 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 18784 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
18785 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
18786 last arg Qnil.
18787
187882008-02-01 Kenichi Handa <handa@m17n.org>
18789
18790 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
18791 call encode_char.
18792
18793 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
18794
187952008-02-01 Dave Love <fx@gnu.org>
18796
18797 * composite.c (syms_of_composite): Make composition_hash_table weak.
18798
187992008-02-01 Kenichi Handa <handa@m17n.org>
18800
18801 * dispextern.h (check_face_attributes, generate_ascii_font_name)
18802 (font_name_registry): Don't extern them.
18803 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
18804
18805 * fontset.h (Qfontset): Don't extern it.
18806 (new_fontset_from_font_name): Extern it.
18807
18808 * fontset.c: Give 8 extra slots to fontset objects.
18809 (Qfontset_info): New variable.
18810 (syms_of_fontset): Defsym it.
18811 (FONTSET_FALLBACK): New macro.
18812 (fontset_face): Try also the default fontset.
18813 (make_fontset): Realize a fallback fontset from the default fontset.
18814 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
18815 using split_font_name_into_vector and build_font_name_from_vector.
18816 (Fset_fontset_font): Access the elements of font_spec by enum
18817 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
18818 name by using split_font_name_into_vector.
18819 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
18820 generate a proper font name from the fontset name. Update
18821 Vfontset_alias_alist.
18822 (n_auto_fontsets): New variable.
18823 (new_fontset_from_font_name): New function.
18824 (Ffont_info): Store the information about fonts generated from the
18825 default fontset in the first extra slot of the returned char-table.
18826
18827 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
18828 (font_name_registry): Delete function.
18829 (split_font_name_into_vector): New function.
18830 (build_font_name_from_vector): New function.
18831 (font_list): The argument REGISTRY is now a list of registry names.
18832 (choose_face_font): If we are choosing an ASCII font, and ATTRS
18833 specifies an explicit font name, return the name as is. Make a
18834 list of registy names.
18835
18836 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
18837 of x_new_fontset.
18838 (Fx_create_frame): Don't call x_new_fontset here. Just use
18839 x_list_fonts to check the existence of fonts.
18840
18841 * xterm.h (x_new_fontset): Adjust prototype.
18842
18843 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
18844 string. Use new_fontset_from_font_name to create a fontset from a
18845 font name.
18846
188472008-02-01 Kenichi Handa <handa@m17n.org>
18848
18849 * syntax.c (Vfind_word_boundary_function_table): New name for
18850 Vnext_word_boundary_function_table.
18851 (find-word-boundary-function-table): New name for
18852 next-word-boundary-function-table.
18853
188542008-02-01 Dave Love <fx@gnu.org>
18855
18856 * Makefile.in: Fix some dependencies.
18857
18858 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
18859 set it to nil before returning.
18860
18861 * composite.c (update_compositions): Fix type error.
18862
18863 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
18864
188652008-02-01 Kenichi Handa <handa@m17n.org>
18866
18867 * xterm.c (x_new_font): Optimize for the case that the font is
18868 already set for the frame.
18869
188702008-02-01 Kenichi Handa <handa@m17n.org>
18871
18872 * chartab.c (char_table_ascii): Check if the char table contents
18873 is sub-char-table or not.
18874 (char_table_set, char_table_set_range): Fix argument to
18875 char_table_ascii.
18876
18877 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
18878 (detect_coding_utf_8, detect_coding_utf_16)
18879 (detect_coding_emacs_mule, detect_coding_iso_2022)
18880 (detect_coding_sjis, detect_coding_big5)
18881 (detect_coding_ccl, detect_coding_charset): Change argument MASK
18882 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
18883 sequence is valid in this coding system. Change callers.
18884 (MAX_ANNOTATION_LENGTH): New macro.
18885 (ADD_ANNOTATION_DATA): New macro.
18886 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
18887 ADD_ANNOTATION_DATA. Change the format of annotation data.
18888 (ADD_CHARSET_DATA): New macro.
18889 (emacs_mule_char): New argument ID. Change callers.
18890 (decode_coding_emacs_mule, decode_coding_iso_2022)
18891 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
18892 Produce charset annotation data in coding->charbuf.
18893 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
18894 to charset annotation data in coding->charbuf.
18895 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
18896 coding->common_flags if the coding system is iso-2022 based and
18897 uses designation.
18898 (produce_composition): Adjust for the new annotation data format.
18899 (produce_charset): New function.
18900 (produce_annotation): Handle charset annotation.
18901 (handle_composition_annotation, handle_charset_annotation): New
18902 functions.
18903 (consume_chars): Handle charset annotation. Utilize the above two
18904 functions.
18905 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
18906 buffer, get the deleted text as a string and set
18907 coding->src_object to that string.
18908 (detect_coding, detect_coding_system): Use the new struct
18909 coding_detection_info.
18910
18911 * coding.h (struct coding_detection_info): New structure.
18912 (struct coding_system): Adjust prototype of the member `detector'.
18913 (CODING_ANNOTATE_CHARSET_MASK): New macro.
18914
189152008-02-01 Kenichi Handa <handa@m17n.org>
18916
18917 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
18918
189192008-02-01 Dave Love <fx@gnu.org>
18920
18921 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
18922 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
18923 to new local and nullify apropos_accumulate before returning.
18924 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
18925
189262008-02-01 Kenichi Handa <handa@m17n.org>
18927
18928 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
18929 correctly.
e3eea1fc 18930
aac0c6e3
MR
189312008-02-01 Dave Love <fx@gnu.org>
18932
18933 * fns.c (Flanginfo): Call synchronize_system_time_locale.
18934
189352008-02-01 Kenichi Handa <handa@m17n.org>
18936
18937 The following changes are to make character composition happen
18938 automatically on displaying.
18939
18940 * Makefile.in (lisp, shortlisp): Add composite.elc.
18941
18942 * composite.h (Qauto_composed, Vauto_composition_function)
18943 (Qauto_composition_function): Extern them.
18944
18945 * composite.c (Vcomposition_function_table)
18946 (Qcomposition_function_table): Delete variables.
18947 (Qauto_composed, Vauto_composition_function)
18948 (Qauto_composition_function): New variables.
18949 (run_composition_function): Don't call
18950 compose-chars-after-function.
18951 (update_compositions): Clear `auto-composed' text property.
18952 (compose_chars_in_text): Delete this function.
18953 (syms_of_composite): Staticpro Qauto_composed and
18954 Qauto_composition_function. Declare Vauto_composition_function as
18955 a Lisp variable.
18956
18957 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
18958
18959 * xdisp.c (it_props): Add an entry for Qauto_composed.
18960 (handle_auto_composed_prop): New function.
18961
18962 * xselect.c (selection_data_to_lisp_data): Don't call
18963 compose_chars_in_text.
18964
189652008-02-01 Dave Love <fx@gnu.org>
18966
18967 * keyboard.c (read_char): Modify checking around use of
18968 Vkeyboard_translate_table.
18969
18970 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
18971 and fix C types.
18972
189732008-02-01 Kenichi Handa <handa@m17n.org>
18974
18975 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
18976 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18977 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
18978 the case that the last byte is '\r' correctly.
18979 (decode_coding): Flush out the unprocessed data correctly.
18980 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
18981
189822008-02-01 Dave Love <fx@gnu.org>
18983
18984 * xterm.c (XTread_socket): Fix changes for defined keysyms.
18985 Add XK_ISO... case.
18986 (xaw_scroll_callback): Revert last change.
18987
189882008-02-01 Kenichi Handa <handa@m17n.org>
18989
18990 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
18991
189922008-02-01 Kenichi Handa <handa@m17n.org>
18993
18994 * xfaces.c (Vface_resizing_fonts): New variable.
18995 (struct font_name): New member `resizing_ratio'.
18996 (font_resizing_ratio): New function.
18997 (split_font_name): Set font->resizing_ratio.
18998 (better_font_p): Pay attention to font->resizing_ratio.
18999 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
19000 RESX, and RESY fields.
19001 (try_alternative_families): Try scalable fonts if
19002 Vscalable_fonts_allowed is not Qt.
19003 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
19004
190052008-02-01 Dave Love <fx@gnu.org>
19006
19007 * xterm.c (xaw_scroll_callback): Cast correctly.
19008
190092008-02-01 Dave Love <fx@gnu.org>
19010
19011 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
19012 (lispy_kana_keys): Comment out.
19013 (make_lispy_event) [XK_kana_A]: Comment out.
19014
19015 * xterm.c (xaw_scroll_callback): Cast call_data.
19016 (XTread_socket): Deal with ASCII keysyms.
19017 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
19018
190192008-02-01 Dave Love <fx@gnu.org>
19020
19021 * xterm.c (Vx_keysym_table): New.
19022 (syms_of_xterm): Initialize it.
19023 (XTread_socket): Use it.
19024 From head: Eliminate incorrect optimization that tried to avoid
19025 decoding the output of X*LookupString.
19026 (x_get_font_repertory): Delete charset declaration.
19027
190282008-02-01 Kenichi Handa <handa@m17n.org>
19029
19030 * coding.c (detect_coding_charset): If only ASCII bytes are found,
19031 return 0.
19032 (Fdefine_coding_system_internal): Setup
19033 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
19034
190352008-02-01 Dave Love <fx@gnu.org>
19036
19037 * coding.c (Fcheck_coding_system): Doc fix.
19038
19039 * editfns.c (Finsert_byte): Return a proper value.
19040
190412008-02-01 Kenichi Handa <handa@m17n.org>
19042
19043 * coding.c (decode_coding): Fix args to translate_chars. Pay
19044 attention to Vstandard_translation_table_for_decode.
19045 (encode_coding): Fix args to translate_chars. Pay attention to
19046 Vstandard_translation_table_for_encode.
19047
19048 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
19049 SINGLE_BYTE_CHAR_P.
19050
19051 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
19052 not by SINGLE_BYTE_CHAR_P.
19053
19054 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
19055 SINGLE_BYTE_CHAR_P.
19056
19057 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
19058 SINGLE_BYTE_CHAR_P.
19059
19060 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
19061 by SINGLE_BYTE_CHAR_P.
19062
19063 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
19064 SINGLE_BYTE_CHAR_P.
19065
190662008-02-01 Dave Love <fx@gnu.org>
19067
19068 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
19069
190702008-02-01 Dave Love <fx@gnu.org>
19071
19072 * fns.c (Flanginfo): Fix typo.
19073
19074 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
19075
190762008-02-01 Kenichi Handa <handa@m17n.org>
19077
19078 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
19079 (detect_coding_emacs_mule, detect_coding_iso_2022)
19080 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
19081 incomplete byte sequence. Don't update *mask when correctly detected.
19082 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
19083 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
19084 (detect_coding, detect_coding_system): Adjust for the changes above.
19085
190862008-02-01 Kenichi Handa <handa@m17n.org>
19087
19088 * character.c (char_string): Rename from
19089 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
19090 (string_char): Rename from string_char.
19091
19092 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
19093 if C is greater than MAX_3_BYTE_CHAR.
19094 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
19095 string_char instead of string_char_with_unification.
19096
190972008-02-01 Dave Love <fx@gnu.org>
19098
19099 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
19100
191012008-02-01 Kenichi Handa <handa@m17n.org>
19102
19103 * keymap.c (push_key_description): Pay attention to force_multibyte.
19104
19105 * regex.c (re_search_2): Fix for the case of unibyte buffer.
19106
191072008-02-01 Dave Love <fx@gnu.org>
19108
19109 * charset.c (define_charset_internal): Rename `supprementary'.
19110
19111 * Makefile.in (lisp, shortlisp): Remove latin-N.
19112
191132008-02-01 Dave Love <fx@gnu.org>
19114
19115 * xfns.c (x_window, x_window): Use use_xim.
19116
19117 * xterm.c (use_xim): Initialize.
19118 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
19119 (x_term_init): Maybe set use_xim.
19120
19121 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
19122
191232008-02-01 Kenichi Handa <handa@m17n.org>
19124
19125 * search.c (search_buffer): Fix case-fold-search of multibyte
19126 characters.
19127 (boyer_moore): Rename the last argument to char_high_bits.
19128
191292008-02-01 Kenichi Handa <handa@m17n.org>
19130
19131 * xdisp.c (display_string): Fix for the case of zero width glyph.
19132
19133 * xfns.c (x_set_font): Change the error message of the case that
19134 x_new_fontset returns Qt.
19135
19136 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
19137 (Finternal_set_lisp_face_attribute): Use signal_error for the
19138 error of invalid fontset.
19139
19140 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
19141 fontset, return Qt.
19142
191432008-02-01 Dave Love <fx@gnu.org>
19144
19145 * unexelf.c (unexec): Make .got handling not SGI-specific.
19146
19147 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
19148
19149 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
19150
19151 * keyboard.c (read_key_sequence): Fix type error.
19152
19153 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
19154 type error.
19155
19156 * fontset.c (fontset_add): Return Lisp_Object.
19157
191582008-02-01 Dave Love <fx@gnu.org>
19159
19160 * charset.h (charset_ordered_list_tick): Declare extern.
19161
191622008-02-01 Kenichi Handa <handa@m17n.org>
19163
19164 The following changes (and some of 2008-02-01 changes of mine) are
19165 for handling syntax, category, and case conversion for unibyte
19166 characters by converting them to multibyte on the fly. With these
19167 changes, we don't have to setup syntax and case tables for unibyte
19168 characters in each language environment.
19169
19170 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
19171 multibyte if necessary.
19172
19173 * bytecode.c (Fbyte_code): Likewise.
19174
19175 * character.h (LEADING_CODE_LATIN_1_MIN)
19176 (LEADING_CODE_LATIN_1_MAX): New macros.
19177 (unibyte_to_multibyte_table): Extern it.
19178 (unibyte_char_to_multibyte): New macro.
19179 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
19180 (CHAR_LEADING_CODE): New macro.
19181 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
19182
19183 * character.c (unibyte_to_multibyte_table): New variable.
19184 (unibyte_char_to_multibyte): Move to character.h and define as macro.
19185 (multibyte_char_to_unibyte): If C is an eight-bit character,
19186 convert it to the corresponding byte value.
19187
19188 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
19189 not 1, signals an error. Update the elements of
19190 unibyte_to_multibyte_table.
19191 (init_charset_once): Initialize unibyte_to_multibyte_table.
19192 (syms_of_charset): Define the charset `iso-8859-1'.
19193
19194 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
19195 as is without converting it to unibyte. In a unibyte buffer,
19196 convert C to multibyte before checking the syntax.
19197
19198 * lisp.h (unibyte_char_to_multibyte): Delete extern.
19199
19200 * minibuf.c (Fminibuffer_complete_word): Use the macro
19201 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
19202
19203 * regex.h (struct re_pattern_buffer): New member target_multibyte.
19204
19205 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
19206 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
19207 that is zero, convert an eight-bit char to multibyte.
19208 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
19209 non-emacs case.
19210 (PATFETCH): Convert an eight-bit char to multibyte.
19211 (HANDLE_UNIBYTE_RANGE): New macro.
19212 (regex_compile): Setup the compiled pattern for multibyte chars
19213 even if the given regex string is unibyte. Use PATFETCH_RAW
19214 instead of PATFETCH in many places. To handle `charset'
19215 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
19216 only for ASCII chars.
19217 (analyse_first) <exactn>: Simplify because the compiled pattern
19218 is multibyte.
19219 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
19220 <charset>: Use CHAR_LEADING_CODE to get leading codes.
19221 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
19222 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
19223 multibyte always 1.
19224 (re_search_2): In emacs, set the locale variable multibyte to 1,
19225 otherwise to 0. New local variable target_multibyte. Check it
19226 to decide the multibyteness of STR1 and STR2. If
19227 target_multibyte is zero, convert unibyte chars to multibyte
19228 before translating and checking fastmap.
19229 (TARGET_CHAR_AND_LENGTH): New macro.
19230 (re_match_2_internal): In emacs, set the locale variable multibyte
19231 to 1, otherwise to 0. New local variable target_multibyte. Check
19232 it to decide the multibyteness of STR1 and STR2. Use
19233 TARGET_CHAR_AND_LENGTH to fetch a character from D.
19234 <charset, charset_not>: If multibyte is nonzero, check fastmap
19235 only for ASCII chars. Call bcmp_translate with
19236 target_multibyte, not with multibyte.
19237 <begline>: Declare the local variable C as `unsigned'.
19238 (bcmp_translate): Change the last arg name to target_multibyte.
19239
19240 * search.c (compile_pattern_1): Don't adjust the multibyteness of
19241 the regexp pattern and the matching target. Set cp->buf.multibyte
19242 to the multibyteness of the regexp pattern. Set
19243 cp->but.target_multibyte to the multibyteness of the matching target.
19244 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
19245 FETCH_STRING_CHAR_ADVANCE.
19246 (Freplace_match): Convert unibyte chars to multibyte.
19247
19248 * syntax.c (char_quoted, back_comment, scan_words)
19249 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
19250 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
19251 unibyte chars to multibyte.
19252 (skip_chars): Delete the arg syntaxp, and move the code for
19253 handling syntaxes to skip_syntaxes. Change callers.
19254 Fix the case that the multibyteness of STRING and the current
19255 buffer doesn't match.
19256 (skip_syntaxes): New function.
19257 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
19258 SINGLE_BYTE_CHAR_P.
19259
192602008-02-01 Kenichi Handa <handa@m17n.org>
19261
19262 * xfaces.c (QCfontset): New variable.
19263 (LFACE_FONTSET): New macro.
19264 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
19265 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
19266 (Finternal_set_lisp_face_attribute)
19267 (Finternal_get_lisp_face_attribute): Handle QCfontset.
19268 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
19269 check also LFACE_FONTSET_INDEX.
19270 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
19271 attrs[LFACE_FONT_INDEX].
19272 (syms_of_xfaces): Intern and staticpro QCfontset.
19273
19274 * dispextern.h (enum lface_attribute_index): New member
19275 LFACE_FONTSET_INDEX.
19276
19277 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
19278
192792008-02-01 Kenichi Handa <handa@m17n.org>
19280
19281 * coding.c (coding_set_destination): Fix coding->destination for
19282 the case converting a region.
19283 (encode_coding_utf_8): Encode eight-bit chars as single byte.
19284 (encode_coding_object): Fix coding->dst_pos and
19285 coding->dst_pos_byte for the case converting a region.
19286
19287 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
19288
19289 * character.h (BYTE8_STRING): New macro.
19290
19291 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
19292
192932008-02-01 Kenichi Handa <handa@m17n.org>
19294
19295 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
19296 characters by octal form.
19297
19298 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
19299
19300 * buffer.h (_fetch_multibyte_char_len): Delete extern.
19301 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
19302 _fetch_multibyte_char_len.
19303 (FETCH_CHAR_AS_MULTIBYTE): New macro.
19304
19305 * casetab.c (set_canon, set_identity, shuffle): Simplify.
19306
19307 * casefiddle.c (casify_object): Simplify. Handle the case that
19308 the case conversion change the byte length.
19309 (casify_region): Likewise.
19310
19311 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
19312
19313 * character.c (_fetch_multibyte_char_len): Delete this variable.
19314 (syms_of_character): Setup Vprintable_chars.
19315
19316 * editfns.c (Fchar_equal): Fix for the unibyte case.
19317 (Finsert_byte): New function.
19318 (syms_of_editfns): Defsubr it.
19319
19320 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
19321 of direct code 0x3ffff.
19322
19323 * search.c (Freplace_match): Fix for the unibyte case.
19324
193252008-02-01 Kenichi Handa <handa@m17n.org>
19326
19327 * lread.c (safe_to_load_p): Fix the logic.
19328
19329 * syntax.c (scan_words): Don't treat characters belonging to
19330 different scripts as constituting a word.
19331
19332 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19333
19334 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
19335
19336 * emacs.c (main): In the case of --unibyte, instead of aborting on
19337 finding non-empty buffer, make it unibyte.
19338
193392008-02-01 Kenichi Handa <handa@m17n.org>
19340
19341 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
19342 to create a fontset.
19343
193442008-02-01 Dave Love <fx@gnu.org>
19345
19346 * character.c (Funibyte_char_to_multibyte): Doc fix.
19347
19348 * xfns.c [HAVE_STDLIB_H]: Fix last change.
19349
193502008-02-01 Kenichi Handa <handa@m17n.org>
19351
19352 * fontset.c (fontset_add): Make the type `int'.
19353 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
19354
19355 * character.c (unibyte_char_to_multibyte)
19356 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
19357 charset_unibyte, not charset_primary.
19358
19359 * charset.h (charset_unibyte): Extern it instead of charset_primary.
19360
19361 * charset.c (charset_unibyte): Rename from charset_primary.
19362 (Funibyte_charset): Rename from Fprimary_charset.
19363 (Fset_unibyte_charset): Rename from Fset_primary_charset.
19364 (syms_of_charset): Adjust for the above changes.
19365
19366 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19367 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19368 it->multibyte_p is zero.
19369
19370 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
19371 Delete extern.
19372
193732008-02-01 Kenichi Handa <handa@m17n.org>
19374
19375 * coding.c (Fdefine_coding_system_internal): Fix category setting
19376 for a coding system of type iso-2022.
19377
193782008-02-01 Kenichi Handa <handa@m17n.org>
19379
19380 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
19381
193822008-02-01 Kenichi Handa <handa@m17n.org>
19383
19384 * syntax.c (Vnext_word_boundary_function_table): New variable.
19385 (next-word-boundary-function-table): Declare it as a Lisp variable
19386 in syms_of_syntax.
19387 (scan_words): Call functions in Vnext_word_boundary_function_table
19388 if any.
19389
19390 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
19391
19392 * fontset.c (fs_load_font): If fontp->charset is not negative,
19393 return fontp without setting its members.
19394
193952008-02-01 Dave Love <fx@gnu.org>
19396
19397 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
19398
19399 * m/sparc.h (HAVE_ALLOCA): Delete.
19400
19401 * s/irix6-5.h: Don't include strings.h.
19402 (bcopy, bzero, bcmp): Don't undef.
19403
19404 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
19405
19406 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
19407 (TIOCSIGSEND): Don't test IRIX6.
19408 (bcopy, bzero, bcmp): Define conditionally.
19409
194102008-02-01 Kenichi Handa <handa@m17n.org>
19411
19412 * buffer.c (Qas, Qmake, Qto): New variables.
19413 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
19414 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
19415
19416 * callproc.c (Fcall_process): Don't call insert_1_both directly if
19417 we are inserting a process output into a multibyte buffer.
19418
19419 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
19420 multibyte_char_to_unibyte.
19421
19422 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
19423 by the primary charset, make it eight-bit char.
19424 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
19425
19426 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
19427 (charset_8_bit__control, charset_8_bit_graphic)
19428 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
19429 (define_charset_internal): New function.
19430 (syms_of_charset): Call define_charset_internal for pre-defined
19431 charsets.
19432
19433 * charset.h (charset_8_bit): Extern it.
19434
19435 * coding.c (make_conversion_work_buffer): Adjust for the change
19436 of Fset_buffer_multibyte.
19437 (encode_coding_raw_text): Increment p0 in the loop.
19438
19439 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
19440
19441 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
19442 for the change of Fset_buffer_multibyte.
19443
19444 * fns.c (Fstring_to_multibyte): New function.
19445 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
19446
194472008-02-01 Dave Love <fx@gnu.org>
19448
19449 * xfns.c (x_put_x_image): Declare args.
19450
19451 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
19452 (try_font_list): Declare an arg.
19453
19454 * xdisp.c (message2_nolog, set_message): Declare an arg.
19455
19456 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
19457
19458 * syntax.c (scan_sexps_forward): Declare an arg.
19459
19460 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
19461 Declare an arg.
19462
19463 * lisp.h (Fnew_fontset): Declare.
19464
19465 * keymap.c (push_key_description): Call CHARACTERP correctly.
19466
19467 * fontset.c (fontset_add): Declare args. Call make_number correctly.
19468 (face_for_char): Delete unused vars.
19469 (Fset_fontset_font): Doc fix. Delete unused vars.
19470
19471 * doc.c (Fsubstitute_command_keys): Delete unused vars.
19472
19473 * composite.c (update_compositions): Declare arg.
19474
19475 * cm.c (calccost, cmgoto): Declare args.
19476
19477 * charset.c: Remove `emacs' conditional. Doc fixes.
19478 (map_char_table_for_charset): Declare.
19479
19480 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
19481
19482 * ccl.c: Remove `emacs' conditional.
19483
194842008-02-01 Kenichi Handa <handa@m17n.org>
19485
19486 The following changes are to allow specifying multiple font
19487 patterns for a character range (specified by script or charset).
19488
19489 * Makefile.in (abbrev.o): Depend on syntax.h.
19490 (xfaces.o): Depend on charset.h.
19491
19492 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
19493 SINGLE_BYTE_CHAR_P.
19494
19495 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
19496
19497 * character.h (Vchar_script_table): Extern it.
19498
19499 * character.c (Vscript_alist): Delete.
19500 (Vchar_script_table, Qchar_script_table): New variable.
19501 (syms_of_character): Declare Vchar_script_table as a lisp variable
19502 and initialize it.
19503
19504 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
19505 have property char-table-extra-slots, make no extra slot.
19506
19507 * dispextern.h (struct face): Delete member `charset'.
19508 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
19509 SINGLE_BYTE_CHAR_P.
19510 (choose_face_font, lookup_non_ascii_face, font_name_registry):
19511 Add prototypes.
19512 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
19513 (generate_ascii_font_name): Rename from generate_ascii_font.
19514
19515 * fontset.h (get_font_repertory_func): New prototype.
19516 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
19517 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
19518
19519 * fontset.c (Qprepend, Qappend): New variables.
19520 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
19521 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
19522 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
19523 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
19524 (fontset_ref_and_range, fontset_add, reorder_font_vector)
19525 (load_font_get_repertory): New functions.
19526 (fontset_set): Delete.
19527 (fontset_face): New arg FACE. Return face ID, not face.
19528 Complete re-write to handle new fontset structure. Change caller.
19529 (free_face_fontset): Use ASET istead of AREF (X) = Y.
19530 (face_for_char): Don't call lookup_face.
19531 (make_fontset_for_ascii_face): New arg FACE.
19532 (fs_load_font): New arg CHARSET_ID. Don't check
19533 Vfont_encoding_alist here.
19534 (find_font_encoding): New function.
19535 (list_fontsets): Use STRINGP, not ! NILP.
19536 (accumulate_script_ranges): New function.
19537 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
19538 re-written to handle new fontset structure.
19539 (Ffontset_font): Return a copy of element.
19540 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
19541 docstring of font-encoding-alist.
19542
19543 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
19544 (Fset_fotset_font): Fix arguments to 5.
19545
19546 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
19547
19548 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
19549 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19550 (highlight_trailing_whitespace): Adjust for the change of
19551 lookup_named_face.
19552
19553 * xfaces.c: Include charset.h.
19554 (load_face_font): Delete argument C. Change caller.
19555 (generate_ascii_font_name): Rename from generate_ascii_font.
19556 (font_name_registry): New function.
19557 (cache_face): Store ascii faces before non-ascii faces in buckets.
19558 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
19559 Lookup only ascii faces.
19560 (lookup_non_ascii_face): New function.
19561 (lookup_named_face): Delete argument C. Change caller.
19562 (lookup_derived_face): Delete argument C. Change caller.
19563 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
19564 a string, just call font_list with it.
19565 (choose_face_font): Delete arguments FACE and C. New arg
19566 FONT_SPEC. Change caller.
19567 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
19568 Change caller.
19569 (realize_non_ascii_face): New function.
19570 (realize_x_face): Call load_face_font here.
19571 (realize_tty_face): Delete argument C. Change caller.
19572 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
19573 get a face ID.
19574 (dump_realized_face): Don't print charset of FACE.
19575
19576 * xfns.c (x_set_font): Always call x_new_fontset and
19577 store_frame_parameter.
19578 (Fx_create_frame): Call x_new_fontset, not x_new_font.
19579 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
19580
19581 * xterm.h (x_get_font_repertory): Extern it.
19582
19583 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19584 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19585 it->multibyte_p is zero.
19586 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19587 (x_new_fontset): If FONTSETNAME doesn't match any existing
19588 fontsets, create a new one.
19589 (x_get_font_repertory): New function.
19590
195912008-02-01 Kenichi Handa <handa@m17n.org>
19592
19593 * coding.c (Ffind_coding_systems_region_internal): Detect an
19594 ASCII only string correctly.
19595
19596 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
19597 version is 0.
19598
195992008-02-01 Kenichi Handa <handa@m17n.org>
19600
19601 * lread.c: Include "coding.h".
19602 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
19603 (load_each_byte, unread_char): New variables.
19604 (readchar_backlog): Delete.
19605 (readchar): Return a character unless load_each_byte is nonzero.
19606 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
19607 cons. If unread_char is not -1, simply return it.
19608 (unreadchar): Handle the case that readcharfun is
19609 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
19610 (read_multibyte): Delete.
19611 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
19612 (read_emacs_mule_char): New functions.
19613 (Fload): Even if the file doesn't have the extension ".elc", if
19614 safe_to_load_p returns a positive version number, assume that the
19615 file contains bytecompiled code. If the version is less than 22,
19616 load the file while decoding multibyte sequences by emacs-mule.
19617 (readevalloop): Don't use readchar_backlog.
19618 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
19619 (Fread_from_string): Pay attention to the case that STREAM is a cons.
19620 (read_escape): Delete the arg BYTEREP.
19621 (read1): Set load_each_byte to 1 temporarily while handling
19622 #@NUMBER. Don't call read_multibyte.
19623 (read_vector): Call Fread with a cons. If readcharfun is
19624 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
19625 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
19626 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
19627 and Qload_force_doc_strings.
19628
196292008-02-01 Kenichi Handa <handa@m17n.org>
19630
19631 * xdisp.c (face_before_or_after_it_pos): Call
19632 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
19633
196342008-02-01 Kenichi Handa <handa@m17n.org>
19635
19636 * character.h (TRAILING_CODE_P): New macro.
19637 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
19638 (string_char_with_unification): Fix prototype.
19639 (Vscript_alist): Extern it.
19640
19641 * character.c (Vscript_alist): New variable.
19642 (string_char_with_unification, str_as_unibyte)
19643 (string_escape_byte8): Add `const' to local variables.
19644 (syms_of_character): Declare script-alist as a Lisp variable.
19645
19646 * charset.h (Vcharset_ordered_list): Extern it.
19647 (charset_ordered_list_tick): Extern it.
19648 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
19649 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
19650 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
19651 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
19652 (Funify_charset): Adjust for the change of Funify_charset.
19653
19654 * charset.c (charset_ordered_list_tick): New variable.
19655 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
19656 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
19657 deunify intead of unify a charset.
19658 (string_xstring_p): Add `const' to local variables.
19659 (find_charsets_in_text): Add `const' to arguments and local variables.
19660 (encode_char): Adjust for the change of Funify_charset. Fix
19661 detecting of invalid code.
19662 (Fset_charset_priority): Increment charset_ordered_list_tick.
19663 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
19664 and TO_CODE.
19665
19666 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
19667 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
19668 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
19669 (decode_coding_ccl, consume_chars)
19670 (Ffind_coding_systems_region_internal)
19671 (Fcheck_coding_systems_region): Add `const' to local variables.
19672
19673 * print.c (print_object): Use octal form for printing the
19674 contents of a bool vector.
19675
196762008-02-01 Dave Love <fx@gnu.org>
19677
19678 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
19679 <version == 20>: Refuse to load.
19680
196812008-02-01 Dave Love <fx@gnu.org>
19682
19683 * fns.c: Move coding.h.
19684 (Qcodeset, Qdays, Qmonths): New.
19685 (concat): Use CHARACTERP instead of INTEGERP.
19686 (Flocale_codeset): Delete.
19687 (Flanginfo): New function.
19688 (syms_of_fns): Change accordingly.
19689
19690 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
19691
196922008-02-01 Dave Love <fx@gnu.org>
19693
19694 * casetab.c (init_casetab_once, init_casetab_once): Fix
19695 CHAR_TABLE_SET call.
19696
19697 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
19698
19699 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
19700
19701 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
19702 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
19703 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
19704
19705 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
19706
19707 * coding.c (ENCODE_DESIGNATION, decode_eol)
19708 (make_conversion_work_buffer, code_conversion_restore)
19709 (Fdefine_coding_system_internal): Convert Lisp types.
19710 (code_conversion_restore): Use EQ, not ==.
19711 (Fencode_coding_string): Fix code_convert_string call.
19712
19713 * coding.h (code_convert_region): Fix prototype.
19714
19715 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
19716
19717 * fontset.c (fontset_ref, fontset_set, fs_load_font)
19718 (Ffontset_info): Convert Lisp types.
19719
19720 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
19721
19722 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
19723
19724 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
19725
19726 * chartab.c: Include "...h", not <...h> in some cases.
19727
19728 * callproc.c (Fcall_process): Remove unused variables.
19729
197302008-02-01 Dave Love <fx@gnu.org>
19731
19732 * coding.c (Fset_coding_system_priority): Allow null arg list.
19733
197342008-02-01 Dave Love <fx@gnu.org>
19735
19736 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
19737 (Fself_insert_and_exit): Use CHARACTERP.
19738
19739 * callproc.c (Fcall_process): Remove unused vars.
19740
19741 * xterm.c (XTread_socket): Add extra dead keysyms.
19742
19743 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
19744
19745 * dispextern.h: Remove prototypes for redraw_frame,
19746 redraw_garbaged_frames.
19747
19748 * cmds.c (Fself_insert_command): Use CHARACTERP.
19749
19750 * chartab.c (make_sub_char_table): Remove unused var.
19751 (Fset_char_table_default, Fmap_char_table): Doc fix.
19752
19753 * keymap.c (access_keymap): Remove generic char code.
19754 (push_key_description): Use CHARACTERP.
19755
197562008-02-01 Dave Love <fx@gnu.org>
19757
19758 * charset.c: Doc fixes.
19759 (Funify_charset): Extra checking.
19760
197612008-02-01 Dave Love <fx@gnu.org>
19762
19763 * lread.c: Remove some unused variables.
19764 (safe_to_load_p): If safe, return the magic number version byte.
19765 (Fload): Maybe use load-with-code-conversion.
19766
197672008-02-01 Kenichi Handa <handa@m17n.org>
19768
19769 * category.c (Fmodify_category_entry): Don't modify the contents
19770 of category_set for characters out of the range. Avoid
19771 unnecessary modification.
19772
19773 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
19774 Vchar_unify_table. The default value of the table is now nil.
19775
19776 * character.c (syms_of_character): Setup Vchar_width_table for
19777 eight-bit-control and raw-byte chars.
19778
19779 * charset.h (enum define_charset_arg_index): Delete
19780 charset_arg_parents and add charset_arg_subset and
19781 charset_arg_superset.
19782 (enum charset_attr_index): Delete charset_parents and add
19783 charset_subset and charset_superset.
19784 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
19785 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
19786 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
19787 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
19788 (CHARSET_SUPERSET): New macros.
19789 (charset_work): Extern it.
19790 (ENCODE_CHAR): Use charset_work.
19791 (CHAR_CHARSET_P): Adjust for the change of encoder format.
19792 (map_charset_chars): Extern it.
19793
19794 * charset.c (load_charset_map): Set the default value of encoder
19795 and deunifier char-tables to nil.
19796 (map_charset_chars): Change argument. Change callers. Use
19797 map_char_table_for_charset instead of map_char_table.
19798 (Fmap_charset_chars): New optional args from_code and to_code.
19799 (Fdefine_charset_internal): Adjust for the change of
19800 `define-charset' (:parents -> :subset or :superset).
19801 (charset_work): New variable.
19802 (encode_char, syms_of_charset): Adjust for the change of
19803 Fdefine_charset_internal.
19804 (Ffind_charset_string): Setup the vector `charsets' correctly.
19805
19806 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
19807 the previous change.
19808 (char_table_ref_and_range): Adjust for the above change.
19809 (map_sub_char_table_for_charset): New function.
19810 (map_char_table_for_charset): New function.
19811
19812 * keymap.c (describe_vector): Handle a char-table directly here.
19813 (describe_char_table): Delete.
19814
19815 * lisp.h (map_charset_chars): Delete.
19816
198172008-02-01 Dave Love <fx@gnu.org>
19818
19819 * fns.c (count_combining): Comment out (unused).
19820 (Flocale_codeset): New.
19821 (syms_of_fns): Defsubr it.
19822
19823 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
19824 (size_t): Remove.
19825
198262008-02-01 Dave Love <fx@gnu.org>
19827
19828 * Makefile.in (chartab.o): Depend on charset.h.
19829
198302008-02-01 Kenichi Handa <handa@m17n.org>
19831
19832 * character.c (syms_of_character): Set the default value of
19833 Vprintable_chars to Qnil.
19834
198352008-02-01 Dave Love <fx@gnu.org>
19836
19837 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
19838
198392008-02-01 Kenichi Handa <handa@m17n.org>
19840
19841 * charset.c (load_charset_map): Handle the case that from < to
19842 correctly.
19843
19844 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
19845 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
19846 Pay attention to raw-8-bit chars.
19847
198482008-02-01 Kenichi Handa <handa@m17n.org>
19849
19850 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
19851 It is not bytecompiled now.
19852
19853 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
19854 (charset_jisx0208): New variables.
19855 (Fdefine_charset_internal): Setup them if appropriate.
19856 (init_charset_once): Initialize them to -1.
19857
19858 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
19859 (charset_jisx0208): Extern them.
19860
19861 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
19862 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
19863 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
19864 (setup_iso_safe_charsets): Fix arguments to Fassq.
19865 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
19866 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
19867 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
19868 (encode_coding_iso_2022): Change the 1st arg to
19869 ENCODE_ISO_CHARACTER to a variable.
19870
198712008-02-01 Kenichi Handa <handa@m17n.org>
19872
19873 * charset.h (enum define_charset_arg_index): New enums
19874 charset_arg_min_code and charset_arg_max_code.
19875 (struct charset): New member char_index_offset.
19876
19877 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
19878 Take charset->char_index_offset into account.
19879 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
19880 args[charset_arg_max_code]. Setup charset.char_index_offset.
19881 (syms_of_charset): Fix args to Fdefine_charset_internal.
19882
198832008-02-01 Dave Love <fx@gnu.org>
19884
19885 * coding.c (decode_coding_utf_8): Reject overlong sequences.
19886
198872008-02-01 Dave Love <fx@gnu.org>
19888
19889 * coding.c: Doc fixes.
19890 (Fcoding_system_aliases): Fix return value.
19891 (Qmac): Remove (duplicated) definition.
19892
198932008-02-01 Dave Love <fx@gnu.org>
19894
362654a6
JB
19895 * charset.c (Fcharset_priority_list, Fset_charset_priority):
19896 New functions.
aac0c6e3
MR
19897
19898 * character.c (Fstring): Doc fix.
19899
19900 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
19901
362654a6 19902 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
19903 (font-encoding-alist): Doc fix.
19904
199052008-02-01 Dave Love <fx@gnu.org>
19906
19907 * term.c (costs_set): Declare static, non-initialized for pcc.
19908 (encode_terminal_code): Remove unused var.
19909
19910 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
19911 for K&R.
19912
19913 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
19914
19915 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
19916 (suffixes): Move out of make_subsidiaries for K&R.
19917
19918 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
19919
19920 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
19921
199222008-02-01 Dave Love <fx@gnu.org>
19923
19924 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
19925
19926 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
19927
199282008-02-01 Yong Lu <lyongu@asia-infonet.com>
19929
19930 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
19931
19932 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
19933
199342008-02-01 Kenichi Handa <handa@m17n.org>
19935
19936 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
19937 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
19938
199392008-02-01 Kenichi Handa <handa@m17n.org>
19940
19941 * coding.c (decode_coding_charset): Adjust for the change of
19942 Fdefine_coding_system_internal.
19943 (Fdefine_coding_system_internal): For a coding system of
19944 `charset' type, store a list of charset IDs in
19945 `charset_attr_charset_valids' element of coding attributes.
19946
199472008-02-01 Kenichi Handa <handa@m17n.org>
19948
19949 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
19950 (emacs_mule_char): New arg src. Delete arg `composition'. Change
19951 caller. Handle 2-byte and 3-byte charsets correctly.
19952 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
19953 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
19954 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
19955 (DECODE_EMACS_MULE_21_COMPOSITION): Call
19956 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
19957 sequence.
19958 (decode_coding_emacs_mule): Handle composition correctly. Rewind
19959 `src' and `consumed_chars' correctly before calling emacs_mule_char.
19960 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
19961 and alt&rule composition.
19962 (decode_coding_iso_2022): Handle composition correctly.
19963 (init_coding_once): Setup emacs_mule_bytes for private charsets.
19964
19965 * charset.c (Fdefine_charset_internal): Fix bug for the case of
19966 re-defining a charset. If the charset has :emacs-mule-id, setup
19967 emacs_mule_bytes.
19968 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
19969
199702008-02-01 Kenichi Handa <handa@m17n.org>
19971
19972 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
19973 (encode_coding_big5, encode_coding_charset): If coding requires safe
19974 encoding, produce a character specified by
19975 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
19976
199772008-02-01 Dave Love <fx@gnu.org>
19978
19979 * xterm.c (XSetIMValues): Declare.
19980
19981 * process.c: Conditionally include sys/wait.h, pty.h.
19982
19983 * print.c (print_object): Fix print format for 64-bit systems.
19984
19985 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
19986
19987 * buffer.c (emacs_strerror): Declare.
19988
19989 * fontset.c (Fclear_face_cache): Declare.
19990 (accumulate_font_info): Comment-out (unused).
19991 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
19992 variables.
19993
19994 * character.h (string_escape_byte8): Declare.
19995
19996 * charset.c (load_charset_map, load_charset_map_from_file): Remove
19997 unused vars.
19998 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
19999 (Fmap_charset_chars): Doc fix.
20000
20001 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
20002 (Fset_coding_system_priority, Fset_coding_system_priority)
20003 (Fdefine_coding_system_internal): Doc fix.
20004
200052008-02-01 Dave Love <fx@gnu.org>
20006
20007 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
20008
200092008-02-01 Kenichi Handa <handa@m17n.org>
20010
20011 * character.c (string_escape_byte8): Make multibyte string with
20012 correct size.
20013
20014 * charset.c (Fmake_char): Delete unnecessary code.
20015
200162008-02-01 Kenichi Handa <handa@m17n.org>
20017
20018 * xfns.c (x_encode_text): Allocate coding.destination here, and
20019 call encode_coding_object with dst_object Qnil.
20020
20021 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
20022 multibyte form correctly.
20023
20024 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
20025 against Vfont_encoding_alist.
20026
20027 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
20028 handling of charset list.
20029 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
20030 (decode_coding_object): Move point to coding->dst_pos before
20031 calling post-read-conversion function.
20032 (encode_coding_object): Give correct arguments to
20033 pre-write-conversion. Ignore the return value of
20034 pre-write-conversion function. Pay attention to the case that
20035 pre-write-conversion changes the current buffer. If dst_object is
20036 Qt, even if coding->src_bytes is zero, allocate at least one byte
20037 to coding->destination.
20038
20039 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
20040
20041 * charset.c (Fmake_char): Make it more backward compatible.
20042 (Fmap_charset_chars): Fix docstring.
20043
200442008-02-01 Dave Love <fx@gnu.org>
20045
20046 * coding.c: Doc fixes.
20047 (Fdefine_coding_system_alias): Use names, not symbols, in
20048 coding-system-alist.
20049
200502008-02-01 Kenichi Handa <handa@m17n.org>
20051
20052 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
20053 of calling free_realized_face.
20054
200552008-02-01 Yong Lu <lyongu@asia-infonet.com>
20056
20057 * charset.c (read_hex): Don't treat SPC as a comment starter.
20058 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
20059 (Fdecode_char): Fix typo.
20060
200612008-02-01 Kenichi Handa <handa@m17n.org>
20062
20063 * charset.h (struct charset): New member `code_space_mask'.
20064
20065 * coding.c (coding_set_source): Delete the local variable beg_byte.
20066 (encode_coding_charset, Fdefine_coding_system_internal):
20067 Delete the local variable charset.
20068 (Fdefine_coding_system_internal): Setup
20069 attrs[coding_attr_charset_valids] correctly.
20070
20071 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
20072 member to check if CODE is valid or not.
20073 (Fdefine_charset_internal): Initialize `code_space_mask' member.
20074 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
20075 is within the range of charset->min_code and carset->max_code.
20076
200772008-02-01 Dave Love <fx@gnu.org>
20078
20079 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
20080
20081 * dispextern.h (generate_ascii_font): Fix return type.
20082
20083 * xfaces.c (generate_ascii_font): Fix arg declaration.
20084
20085 * coding.c (coding_inherit_eol_type)
20086 (Fset_terminal_coding_system_internal)
20087 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
20088
200892008-02-01 Kenichi Handa <handa@m17n.org>
20090
20091 * coding.c (decode_coding_charset, encode_coding_charset): Handle
20092 multiple charsets correctly.
20093
200942008-02-01 Kenichi Handa <handa@m17n.org>
20095
20096 * search.c (boyer_moore): Fix handling of multibyte character
20097 translation.
20098
20099 * xdisp.c (display_mode_element): When the variable `elt' is
20100 changed, update `this' and `lisp_string'.
20101
201022008-02-01 Kenichi Handa <handa@m17n.org>
20103
20104 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
20105
20106 * callproc.c (Fcall_process): Be sure to give the current buffer
20107 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
20108
20109 * charset.c (struct charset_map_entries): New struct.
20110 (load_charset_map): Rename from parse_charset_map. New args
20111 entries and n_entries. Change caller.
20112 (load_charset_map_from_file): Rename from load_charset_map.
20113 Change caller. New arg control_flag. Call load_charset_map at
20114 the tail.
20115 (load_charset_map_from_vector): New function.
20116 (Fdefine_charset_internal): Setup charset.compact_codes_p.
20117 (encode_char): If the charset is compact, change a character index
20118 to a code point.
20119
20120 * coding.c (coding_alloc_by_making_gap): Check the case that the
20121 source and destination are the same correctly.
20122 (decode_coding_raw_text): Set coding->consumed_char and
20123 coding->consumed to 0.
20124 (produce_chars): If coding->chars_at_source is nonzero, update
20125 coding->consumed_char and coding->consumed before calling
20126 alloc_destination.
20127 (Fdefine_coding_system_alias): Register ALIAS in
20128 Vcoding_system_alist.
20129 (syms_of_coding): Define `no-conversion' coding system at the tail.
20130
20131 * fileio.c (Finsert_file_contents): Set coding_system instead of
20132 val. If the current buffer is multibyte, always call
20133 decode_coding_gap.
20134
20135 * xfaces.c (try_font_list): Give higher priority to fontset's
20136 family than face's family.
20137
201382008-02-01 Kenichi Handa <handa@m17n.org>
20139
20140 * callproc.c (Fcall_process): Be sure to give the current buffer
20141 to decode_coding_c_string.
20142
20143 * xfaces.c (try_font_list): Give a family specified in a fontset
20144 higher priority than a family specified in a face.
20145
201462008-02-01 Kenichi Handa <handa@m17n.org>
20147
20148 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
20149 Fix arguments to insert_from_buffer.
20150
20151 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
20152
201532008-02-01 Kenichi Handa <handa@m17n.org>
20154
20155 * coding.c (produce_chars): Set the variable `multibytep' correctly.
20156 (decode_coding_gap): Set coding->dst_multibyte correctly.
20157
201582008-02-01 Kenichi Handa <handa@m17n.org>
20159
20160 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
20161 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
20162 (encode_coding_utf_16): Substitute coding->default_char for
20163 non-Unicode characters.
20164 (decode_coding): Don't call record_insert here.
20165 (setup_coding_system): Initialize `surrogate' of
20166 coding->spec.utf_16 to 0.
20167 (EMIT_ONE_BYTE): Fix for multibyte case.
20168
20169 * insdel.c (insert_from_gap): Call record_insert.
20170
201712008-02-01 Kenichi Handa <handa@m17n.org>
20172
20173 * casefiddle.c (casify_region): Fix multibyte case.
20174
20175 * character.c (c_string_width): Add return type `int'.
20176 (char_string_with_unification): Delete arg ADVANCED.
20177
20178 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
20179 (CHAR_STRING): Adjust for the change of char_string_with_unification.
20180 (CHAR_STRING_ADVANCE): Make it do-while statement.
20181
20182 * chartab.c (sub_char_table_set_range): Optimize for the case
20183 DEPTH == 3. Add workaround code for a GCC optimization bug.
20184
20185 * charset.c (parse_charset_map): Remove an unused variable.
20186
20187 * coding.c: Delete unused variables.
20188
20189 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
20190 earlier. If inserted is zero and the coding system doesn't
20191 require flushing, don't call decode_coding_gap.
20192
20193 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
20194
201952008-02-01 Kenichi Handa <handa@m17n.org>
20196
20197 The following changes are for using Unicode as an internal
20198 character model, and use UTF-8 format for buffer/string
20199 representation.
20200
20201 * .gdbinit (xchartable): Adjust for the change of char table structure.
20202 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
20203
20204 * Makefile.in (obj): Add character.o and chartab.o.
20205 (lisp, shortlisp): Remove utf-8.elc.
20206 (*.o): For many files, change dependency on charset.h to
20207 character.h, and add dependency on character.h.
20208 (character.o, chartab.o): New targets.
20209
20210 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
20211 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
20212 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
20213 of "charset.h".
20214
20215 * dired.c, filelock.c: Include "character.h".
20216
20217 * alloc.c: Include "character.h" instead of "charset.h".
20218 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
20219 (syms_of_alloc): Remove defsubr for Smake_char_table.
20220
20221 * buffer.c: Include "character.h" instead of "charset.h", don't
20222 include "coding.h".
20223 (Fset_buffer_multibyte): Adjust for UTF-8.
20224
20225 * buffer.h: EXFUN Fbuffer_live_p.
20226
20227 * callproc.c: Include "character.h" instead of "charset.h".
20228 (Fcall_process): Big change for the new code-conversion APIs.
20229
20230 * casetab.c: Include "character.h" instead of "charset.h".
20231 (set_canon, set_identity, shuffle): Adjust for the new
20232 map_char_table spec.
20233 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
20234 accessing the char table structure.
20235
20236 * chartab.c: New file that implements char table.
20237
20238 * category.c: Include "character.h".
20239 (copy_category_entry): New function.
20240 (copy_category_table): Call map_char_table and copy_category_entry.
20241 (Fmake_category_table): Initialize all top-level slots.
20242 (char_category_set): New function.
20243 (modify_lower_category_set): Delete.
20244 (Fmodify_category_entry): Call char_table_ref_and_range.
20245
20246 * category.h (CATEGORY_SET): Just call char_category_set.
20247
20248 * ccl.c: Include "character.h".
20249 (Qccl, Qcclp): New variables.
20250 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
20251 it's less than 256.
20252 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
20253 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
20254 and DST type.
20255 (ccl_driver): Change types of argument, adjust code accordingly.
20256 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
20257 ccl_driver.
20258 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
20259
20260 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
20261 New members src_multibyte, dst_multibyte, consumed, and produced.
20262 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
20263 (CODING_SPEC_CCL_PROGRAM): New macro.
20264 (ccl_driver): Update prototype.
20265 (Qccl, Qcclp, Fccl_program_p): Extern them.
20266 (CHECK_CCL_PROGRAM): New macro.
20267
20268 * character.c, character.h, chartab.c: New files.
20269
20270 * charset.c: Mostly re-written. Move character and multibyte sequence
20271 handling codes to character.c.
20272
20273 * charset.h: Mostly re-written. Move character and multibyte sequence
20274 handling codes to character.h.
20275
20276 * coding.c, coding.h: Mostly re-written.
20277
20278 * composite.c: Include "character.h" instead of "charset.h".
20279 (CHAR_WIDTH): Move to character.h.
20280 (HASH_KEY, HASH_VALUE): Delete.
20281
20282 * composite.h (enum composition_method): Change order of enumeration
20283 symbols.
20284
20285 * data.c: Include "character.h" instead of "charset.h".
20286 (Faref): Call CHAR_TABLE_REF for a char table.
20287 (Faset): Call CHAR_TABLE_SET for a char table.
20288
20289 * dispextern.h (free_realized_face, check_face_attribytes)
20290 (generate_ascii_font): Extern them.
20291 (free_realized_multibyte_face): Delete extern.
20292
20293 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
20294 table structure.
20295
20296 * editfns.c: Include "character.h" instead of "charset.h".
20297 (Fchar_to_string): Always call CHAR_STRING.
20298
20299 * emacs.c (main): Call init_charset_once, init_charset,
20300 syms_of_chartab, and syms_of_character.
20301
20302 * fileio.c: Include "character.h" instead of "charset.h".
20303 (Finsert_file_contents): Big change for the new code-conversion API.
20304 (choose_write_coding_system, Fwrite_region): Likewise.
20305 (build_annotations_2): Delete.
20306 (e_write): Big change for the new code-conversion API.
20307
20308 * fns.c: Include "character.h" instead of "charset.h".
20309 (copy_sub_char_table): Move to chartab.c.
20310 (Fcopy_sequence): Call copy_char_table for a char table.
20311 (concat): Delete codes calling count_multibyte.
20312 (string_char_to_byte, string_byte_to_char): Adjust for the new
20313 multibyte form.
20314 (internal_equal): Adjust for the change of char table structure.
20315 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
20316 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
20317 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
20318 (char_table_translate, optimize_sub_char_table)
20319 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
20320 chartab.c.
20321 (char_table_ref_and_index): Delete.
20322 (HASH_KEY, HASH_VALUE): Move to lisp.h.
20323 (Fmd5): Call preferred_coding_system instead of accessing
20324 Vcoding_category_list. Adjust for the new code-conversion API.
20325 (syms_of_fns): Move defsubr for char table related functions to
20326 chartab.c.
20327
20328 * fontset.c: Mostly re-written.
20329
20330 * fontset.h (struct font_info): Change type of the member encoding_type.
20331 (enum FONT_SPEC_INDEX): New enum.
20332 (fontset_font_pattern, fs_load_font): Update prototype.
20333 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
20334
20335 * indent.c: Include "character.h" instead of "charset.h".
20336 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
20337
20338 * insdel.c: Include "character.h" instead of "charset.h".
20339 (copy_text): Don't refer to Vnonascii_translation_table.
20340 (insert_from_gap): New function.
20341
20342 * keyboard.c: Include "character.h" instead of "charset.h".
20343 (command_loop_1): Never call direct_output_forward_char before
20344 a non-ASCII character.
20345 (read_char): If Vkeyboard_translate_table is a char table, always
20346 translate a character.
20347
20348 * keymap.c: Include "character.h".
20349 (store_in_keymap): Handle the case that IDX is a cons.
20350 (Fdefine_key): Handle the case that KEY is a cons and the car part
20351 is also a cons (range).
20352 (push_key_description): Adjust for the new character code.
20353 (describe_vector): Call describe_char_table for a char table.
20354 (describe_char_table): New function.
20355
20356 * keymap.h (describe_char_table): Extern it.
20357
20358 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
20359 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
20360 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
20361 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
20362 Delete.
20363 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
20364 structure.
20365 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
20366 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
20367 (CHARTAB_SIZE_BITS_3): New macros.
20368 (chartab_size): Extern it.
20369 (struct Lisp_Char_Table): Re-design.
20370 (struct Lisp_Sub_Char_Table): New structure.
20371 (HASH_KEY, HASH_VALUE): Move from fns.c.
20372 (CHARACTERBITS): Define as 22.
20373 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
20374 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
20375 (GC_SUB_CHAR_TABLE_P): New macro.
20376 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
20377 (code_convert_string_norecord): Deleted extern.
20378 (init_character_once, syms_of_character, init_charset)
20379 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
20380
20381 * lread.c: Include "character.h".
20382 (read_multibyte): New arg NBYTES.
20383 (read_escape): Change the meaning of returned *BYTEREP.
20384 (to_multibyte): Delete.
20385 (read1): Adjust the handling of char table and string.
20386
20387 * print.c: Include "character.h" instead of "charset.h".
20388 (print_string): Convert 8-bit raw bytes to octal form by
20389 string_escape_byte8.
20390 (print_object): Adjust for the new multibyte form. Print 8-bit
20391 raw bytes always in octal form. Handle sub char table correctly.
20392
20393 * process.c: Include "character.h" instead of "charset.h".
20394 (read_process_output, send_process): Adjust for the new
20395 code-conversion API.
20396
20397 * puresize.h (BASE_PURESIZE): Increase.
20398
20399 * regex.c: Include "character.h" instead of "charset.h".
20400 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
20401 (regex_compile): Accept a range whose starting and ending
20402 character have different leading bytes.
20403 (analyse_first): Adjust for the above change.
20404
20405 * search.c: Include "character.h" instead of "charset.h".
20406 (search_buffer, boyer_moore): Adjust for the new multibyte form.
20407 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
20408
20409 * syntax.c: Include "character.h" instead of "charset.h".
20410 (syntax_parent_lookup): Delete.
20411 (Fmodify_syntax_entry): Accept a cons as CHAR.
20412 (skip_chars): Adjust for the new multibyte form.
20413 (init_syntax_once): Call char_table_set_range instead of directly
20414 accessing the structure of a char table.
20415
20416 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
20417 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
20418 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
20419 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
20420
20421 * term.c: Include "buffer.h" and "character.h".
20422 (encode_terminal_code, write_glyphs): Adjust for the new
20423 code-conversion API.
20424 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
20425
20426 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
20427
20428 * xdisp.c: Include "character.h".
20429 (get_next_display_element): Adjust for the new multibyte form.
20430 (disp_char_vector): Adjust for the new char table structure.
20431 (decode_mode_spec_coding): Adjust for the new structure of
20432 coding system.
20433 (decode_mode_spec): Adjust for the new code-conversion API.
20434
20435 * xfaces.c: Include "character.h" instead of "charset.h".
20436 (load_face_font): Adjust for the change of choose_face_font and
20437 FS_LOAD_FONT.
20438 (generate_ascii_font): New function.
20439 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
20440 (set_font_frame_param): Adjust for the change of choose_face_font.
20441 (free_realized_face): Make it public.
20442 (free_realized_faces_for_fontset): Rename from
20443 free_realized_multibyte_face. Free also faces realized for ASCII.
20444 (choose_face_font): Change arguments. Adjust for the change of
20445 fontset_font_pattern and FS_LOAD_FONT.
20446
20447 * xfns.c: Include "character.h".
20448 (x_encode_text): Adjust for the new code-conversion API.
20449
20450 * xselect.c: Don't include "charset.h".
20451 (selection_data_to_lisp_data): Adjust for the new code conversion API.
20452
20453 * xterm.c: Include "character.h".
20454 (x_encode_char): New argument CHARSET. Change caller.
20455 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
20456 Call ENCODE_CHAR instead of SPLIT_CHAR.
20457 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
20458 CHAR_WIDTH instead of CHARSET_WIDTH.
20459 (XTread_socket): Adjust for the new code-conversion API.
20460 (x_new_font): Adjust for the change of FS_LOAD_FONT.
20461 (x_load_font): Adjust for the change of struct font.
20462
204632008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
20464
20465 * xfaces.c (face_at_buffer_position): Remove unused vars.
20466
204672008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20468
20469 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
20470 Fix overflow checking.
20471
204722008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20473
20474 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
20475 Cancel previous change.
20476
204772008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20478
20479 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
20480 ccl->eight_bit_control. Fix check for buffer overflow.
20481 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
20482 (ccl_driver): Initialize extra_bytes to 0.
20483
204842008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20485
20486 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
20487 return it ORed with ctrl_modifier.
20488
204892008-01-29 Miles Bader <miles@gnu.org>
20490
20491 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
20492
204932008-01-28 Jason Rumney <jasonr@gnu.org>
20494
20495 * w32.c (stat): Don't double check for networked drive.
20496
204972008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20498
20499 * window.c (run_window_configuration_change_hook): New function.
20500 Code extracted from set_window_buffer. Set the selected frame.
20501 (set_window_buffer): Use it.
20502 * window.h (run_window_configuration_change_hook): Declare.
20503 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
20504
20505 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
20506
205072008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
20508
20509 * Makefile.in: Remove references to unused macros.
20510
205112008-01-26 Eli Zaretskii <eliz@gnu.org>
20512
20513 * w32.c (g_b_init_get_sid_sub_authority)
20514 (g_b_init_get_sid_sub_authority_count): New static variables.
20515 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
20516 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
20517 (init_user_info): Use them to retrieve uid and gid.
20518 Use 500/513, the Windows defaults, as Administrator's uid/gid.
20519 (fstat): Use pw_uid and pw_gid from the_passwd structure for
20520 st_uid and st_gid of the file.
20521
205222008-01-26 Jason Rumney <jasonr@gnu.org>
20523
20524 * w32.c (logon_network_drive): New function.
20525 (stat): Use it.
20526
205272008-01-26 Chong Yidong <cyd@stupidchicken.com>
20528
20529 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
20530 invisible text covered with an ellipsis.
20531
205322008-01-25 Richard Stallman <rms@gnu.org>
20533
20534 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
20535 jump back to beginning. Move some other initializations after that.
20536 (Qwindow_text_change_functions, Vwindow_text_change_functions):
20537 New variables.
20538 (syms_of_xdisp): Init them.
20539
20540 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
20541
20542 * buffer.c (reset_buffer_local_variables):
20543 Implement `permanent-local-hook'.
20544 (Qpermanent_local_hook): New variable.
20545 (syms_of_buffer): Init and staticpro it.
20546
205472008-01-25 Michael Albinus <michael.albinus@gmx.de>
20548
20549 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
20550
205512008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
20552
20553 * fns.c (Fclrhash): Return TABLE.
20554
205552008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20556
20557 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
20558 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
20559 is set even without positional changes.
20560 (x_scroll_bar_clear): Set bar->redraw_needed_p.
20561
20562 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
20563
205642008-01-23 Jason Rumney <jasonr@gnu.org>
20565
20566 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
20567
20568 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
20569 the unicode range available in MULE by locale-coding-system.
20570 Improve dbcs lead byte detection. Set event timestamp and modifiers
20571 earlier.
20572
205732008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20574
20575 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
20576 [MAC_OSX] (init_mac_osx_environment): Initialize it.
20577 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
20578 when used on child processes.
20579
205802008-01-21 Michael Albinus <michael.albinus@gmx.de>
20581
20582 * dbusbind.c (Fdbus_method_return_internal): Rename from
20583 Fdbus_method_return.
20584 (Fdbus_unregister_object): Move to dbus.el.
20585 (Fdbus_call_method, Fdbus_method_return_internal)
20586 (Fdbus_send_signal): Improve debug messages.
20587
205882008-01-20 Martin Rudalics <rudalics@gmx.at>
20589
20590 * undo.c (undo_inhibit_record_point): New variable.
20591 (syms_of_undo): Initialize it.
20592 (record_point): Don't record point when undo_inhibit_record_point
20593 is set.
20594
205952008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
20596
20597 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
20598
20599 * xdisp.c (Qauto_hscroll_mode): New var.
20600 (syms_of_xdisp): Initialize it.
20601 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
20602 window's buffer.
20603 (hscroll_windows): Don't check automatic_hscrolling_p here.
20604
20605 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
20606 vscroll if we're setting window-buffer to the value it already has.
20607
206082008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
20609
20610 * m/intel386.h: Remove references to XENIX.
20611
206122008-01-17 Andreas Schwab <schwab@suse.de>
20613
20614 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
20615 instead of HAVE_X86_64_LIB64_DIR.
20616 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
20617
206182008-01-17 Glenn Morris <rgm@gnu.org>
20619
20620 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
20621 to HAVE_X86_64_LIB64_DIR.
20622
206232008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
20624
20625 * s/irix3-3.h:
20626 * s/irix4-0.h:
20627 * s/386-ix.h:
20628 * s/domain.h:
20629 * s/hpux9-x11r4.h:
20630 * s/hpux9shxr4.h: Remove files for systems no longer supported.
20631
20632 * sysdep.c: Remove code containing references to symbols defined
20633 by unsupported systems.
20634
206352008-01-16 Glenn Morris <rgm@gnu.org>
20636
20637 * coding.c (select-safe-coding-system-function): Doc fix.
20638
206392008-01-15 Glenn Morris <rgm@gnu.org>
20640
20641 * config.in: Revert 2008-01-13 change: this is a generated file.
20642
206432008-01-13 Tom Tromey <tromey@redhat.com>
20644
20645 * lisp.h: Fix typo.
20646
206472008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
20648
20649 * m/sequent-ptx.h:
20650 * m/sequent.h:
20651 * s/ptx.h:
20652 * s/ptx4-2.h:
20653 * s/ptx4.h: Remove files for systems no longer supported.
20654
20655 * callproc.c (Fcall_process): Fix previous change.
20656
206572008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
20658
20659 * unexsunos4.c: Remove file, system not supported anymore.
20660
20661 * m/mips.h:
20662 * m/intel386.h:
20663 * callproc.c:
20664 * config.in:
20665 * ecrt0.c:
20666 * emacs.c:
20667 * fileio.c:
20668 * frame.c:
20669 * getpagesize.h:
20670 * keyboard.c:
20671 * lread.c:
20672 * process.c:
20673 * puresize.h:
20674 * sysdep.c:
20675 * systty.h:
20676 * syswait.h:
20677 * unexec.c:
20678 * xdisp.c:
20679 * alloc.c: Remove code containing references to symbols defined by
20680 unsupported systems.
20681
206822008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
20683
20684 * coding.c (detect_coding_mask): Fix previous change.
20685
206862008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
20687
20688 * coding.c (detect_coding_iso2022): New arg
20689 latin_extra_code_state. Allow Latin extra codes only
20690 when *latin_extra_code_state is nonzero.
20691 (detect_coding_mask): If there is a NULL byte, detect the encoding
20692 as UTF-16 or binary. If Latin extra codes exist, detect the
20693 encoding as ISO-2022 only when there's no other proper encoding is
20694 found.
20695
206962008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20697
20698 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
20699 #ifdef MAC_OS.
20700
207012008-01-08 Richard Stallman <rms@gnu.org>
20702
20703 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
20704
207052008-01-06 Nick Roberts <nickrob@snap.net.nz>
20706
20707 * keyboard.c (parse_menu_item): Don't enclose key bindings on
20708 menu bar in parentheses.
20709
207102008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
20711
20712 * m/7300.h:
20713 * m/acorn.h:
20714 * m/alliant-2800.h:
20715 * m/alliant.h:
20716 * m/alliant1.h:
20717 * m/alliant4.h:
20718 * m/altos.h:
20719 * m/amdahl.h:
20720 * m/apollo.h:
20721 * m/att3b.h:
20722 * m/aviion-intel.h:
20723 * m/aviion.h:
20724 * m/celerity.h:
20725 * m/clipper.h:
20726 * m/cnvrgnt.h:
20727 * m/convex.h:
20728 * m/cydra5.h:
20729 * m/delta88k.h:
20730 * m/dpx2.h:
20731 * m/dual.h:
20732 * m/elxsi.h:
20733 * m/f301.h:
20734 * m/gould-np1.h:
20735 * m/gould.h:
20736 * m/i860.h:
20737 * m/ibmps2-aix.h:
20738 * m/ibmrt-aix.h:
20739 * m/ibmrt.h:
20740 * m/irist.h:
20741 * m/is386.h:
20742 * m/isi-ov.h:
20743 * m/mega68.h:
20744 * m/mg1.h:
20745 * m/news-r6.h:
20746 * m/news-risc.h:
20747 * m/news.h:
20748 * m/nh3000.h:
20749 * m/nh4000.h:
20750 * m/ns16000.h:
20751 * m/ns32000.h:
20752 * m/nu.h:
20753 * m/orion.h:
20754 * m/orion105.h:
20755 * m/paragon.h:
20756 * m/pfa50.h:
20757 * m/plexus.h:
20758 * m/pyramid.h:
20759 * m/pyrmips.h:
20760 * m/sh3el.h:
20761 * m/sps7.h:
20762 * m/sr2k.h:
20763 * m/stride.h:
20764 * m/sun1.h:
20765 * m/sun2.h:
20766 * m/sun3-68881.h:
20767 * m/sun3-fpa.h:
20768 * m/sun3-soft.h:
20769 * m/sun3.h:
20770 * m/sun386.h:
20771 * m/symmetry.h:
20772 * m/tad68k.h:
20773 * m/tahoe.h:
20774 * m/targon31.h:
20775 * m/tek4300.h:
20776 * m/tekxd88.h:
20777 * m/tower32.h:
20778 * m/tower32v3.h:
20779 * m/ustation.h:
20780 * m/wicat.h:
20781 * m/xps100.h:
20782 * s/cxux.h:
20783 * s/cxux7.h:
20784 * s/dgux.h:
20785 * s/dgux4.h:
20786 * s/dgux5-4-3.h:
20787 * s/dgux5-4r2.h:
20788 * s/esix.h:
20789 * s/esix5r4.h:
20790 * s/hiuxmpp.h:
20791 * s/hiuxwe2.h:
20792 * s/iris3-5.h:
20793 * s/iris3-6.h:
20794 * s/isc2-2.h:
20795 * s/isc3-0.h:
20796 * s/isc4-0.h:
20797 * s/isc4-1.h:
20798 * s/newsos5.h:
20799 * s/newsos6.h:
20800 * s/osf1.h:
20801 * s/osf5-0.h:
20802 * s/riscix1-1.h:
20803 * s/riscix12.h:
20804 * s/sco4.h:
20805 * s/sco5.h:
20806 * s/sunos4-0.h:
20807 * s/sunos4-1.h:
20808 * s/sunos413.h:
20809 * s/sunos4shr.h:
20810 * s/umax.h:
20811 * s/unipl5-2.h:
20812 * s/xenix.h:
20813 * cxux-crt0.s:
20814 * unexapollo.c:
20815 * unexconvex.c:
20816 * unexenix.c:
20817 * unexsni.c: Remove files for systems no longer supported.
20818
20819 * m/intel386.h: Remove references to unsupported systems.
20820
20821 * w32.c (get_emacs_configuration): Remove reference to i860.
20822
20823 * sysdep.c: Remove dead code.
20824
208252008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
20826
20827 * s/rtu.h:
20828 * m/masscomp.h: Remove files. Platform is obsolete.
20829
208302008-01-04 Michael Albinus <michael.albinus@gmx.de>
20831
20832 * dbusbind.c (Fdbus_method_return): New function.
20833 (xd_read_message): Add the serial number to the event.
20834 (Fdbus_register_method): Activate the function.
20835
208362008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
20837
20838 * keyboard.c (read_key_sequence): Fix typo.
20839
208402008-01-03 Michael Albinus <michael.albinus@gmx.de>
20841
20842 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
20843 (xd_signature, xd_append_arg): Handle element type detection for
20844 empty arrays.
20845 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
20846 SDATA () calls; this must be solved more general.
20847 (Fdbus_register_signal): Use SBYTES instead of strlen.
20848
208492008-01-03 Magnus Henoch <magnus@zemdatav>
20850
20851 * dbusbind.c (xd_append_arg): Use unsigned char instead of
20852 unsigned int for byte values (necessary for big-endian platform).
20853 (Fdbus_call_method): Handle the case of no returned arguments.
20854
208552007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
20856
20857 * dbusbind.c (xd_read_message): Use non-static input_event struct.
20858
208592007-12-31 Magnus Henoch <mange@freemail.hu>
20860
20861 * dbusbind.c (xd_signature): Signature of variant is just "v".
20862
208632007-12-30 Michael Albinus <michael.albinus@gmx.de>
20864
20865 * dbusbind.c: Fix several errors and compiler warnings.
20866 Reported by Tom Tromey <tromey@redhat.com>.
20867 (XD_ERROR, XD_DEBUG_MESSAGE)
20868 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
20869 (xd_append_arg): Part for basic D-Bus types rewritten.
20870 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
20871 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
20872 appropriate.
20873 (xd_read_message): Return Qnil. Don't signal an error; it is not
20874 useful during event reading.
20875 (Fdbus_register_signal): Signal an error if the check for
20876 FUNCTIONP fails.
20877 (Fdbus_register_method): New function. The implementation is not
20878 complete, the call of the function signals an error therefore.
20879 (Fdbus_unregister_object): New function, renamed from
20880 Fdbus_unregister_signal. The initial check signals an error, if
20881 the object is not well formed.
20882
208832007-12-30 Richard Stallman <rms@gnu.org>
20884
20885 * textprop.c (get_char_property_and_overlay):
20886 Signal error if POSITION is out of range in a buffer.
20887
208882007-12-29 Martin Rudalics <rudalics@gmx.at>
20889
20890 * w32fns.c (Fx_create_frame): Make copy of frame parameters
20891 because the original parameters are in pure storage now.
20892
208932007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20894
20895 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
20896
208972007-12-22 Eli Zaretskii <eliz@gnu.org>
20898
20899 * callint.c (syms_of_callint) <command-history>: Add reference to
20900 history-length in the doc string.
20901
209022007-12-17 Jason Rumney <jasonr@gnu.org>
20903
20904 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
20905 before passing as wParam.
20906
209072007-12-22 Michael Albinus <michael.albinus@gmx.de>
20908
20909 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
20910 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
20911 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
20912 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
20913 as number.
20914 (Fdbus_call_method): Fix docstring.
20915
209162007-12-21 Michael Albinus <michael.albinus@gmx.de>
20917
20918 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
20919 New macros.
20920 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
20921 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
20922 Simplify.
20923 (xd_signature): New function.
20924 (xd_append_arg): Compute also signatures. Major rewrite.
20925 (xd_retrieve_arg): Make debug messages friendly.
20926 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
20927 Check for signatures of arguments.
20928
209292007-12-19 Michael Albinus <michael.albinus@gmx.de>
20930
20931 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
20932 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
20933 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
20934 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
20935 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
20936 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
20937 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
20938 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
20939 (xd_retrieve_value): Remove. Functionality included in ...
20940 (xd_append_arg): New function.
20941 (Fdbus_call_method, Fdbus_send_signal): Apply it.
20942
209432007-12-16 Michael Albinus <michael.albinus@gmx.de>
20944
20945 * dbusbind.c (top): Include <stdio.h>.
20946 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
20947 dbus_message_new_method_call and dbus_message_new_signal.
20948 (Fdbus_register_signal): Rename unique_name to uname.
20949 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
20950 non-existing unique name. Fix typos in matching rule. Return an
20951 object which is useful in Fdbus_unregister_signal.
20952 (Fdbus_unregister_signal): Reimplementation, in order to remove
20953 only the corresponding entry.
20954 (Vdbus_registered_functions_table): Change the order of entries.
20955 Apply these changes in xd_read_message and Fdbus_register_signal.
20956
209572007-12-16 Andreas Schwab <schwab@suse.de>
20958
20959 * fileio.c (Finsert_file_contents): Fix overflow check to not
20960 depend on undefined integer overflow.
20961
209622007-12-14 Jason Rumney <jasonr@gnu.org>
20963
20964 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
20965 for characters above 127.
20966
209672007-12-13 Jason Rumney <jasonr@gnu.org>
20968
20969 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
20970 before dereferencing array.
20971 (lookup_vk_code): Remove zero comparison.
20972
209732007-12-14 Michael Albinus <michael.albinus@gmx.de>
20974
20975 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
20976 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
20977 Use `unsigned int' instead of `uint'.
20978 (xd_read_message, Fdbus_register_signal): Split expressions into
20979 multiple lines before operators "&&" and "||", according to the
20980 GNU Coding Standards.
20981
209822007-12-14 Eli Zaretskii <eliz@gnu.org>
20983
20984 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
20985
209862007-12-12 Juri Linkov <juri@jurta.org>
20987
20988 * buffer.c (Frename_buffer): In interactive spec replace
20989 `read-buffer' with `read-string' that uses `buffer-name-history'
20990 as history, and the current buffer's name as default.
20991
209922007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
20993
20994 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
20995 manipulating the backtrace manually.
20996 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
20997 (struct backtrace, backtrace_list): Remove.
20998 (command_loop_1): Remove dead var `no_direct'.
20999
21000 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
21001 preserve non-built-in buffer-local variables.
21002 (Fkill_all_local_variables): Don't re-create&re-set permanent
21003 buffer-local variables.
21004
210052007-12-09 Juri Linkov <juri@jurta.org>
21006
21007 * buffer.c (Frename_buffer): Change interactive spec from "s" to
21008 Lisp code that uses `read-buffer' with current buffer as default.
21009
210102007-12-08 Michael Albinus <michael.albinus@gmx.de>
21011
21012 * dbusbind.c (xd_read_message): Generate an event for every
21013 registered handler. There might be several handlers registered
21014 for the same signal.
21015 (Fdbus_register_signal): Don't overwrite a registration for the
21016 same signal. Add a new registration if handlers are different.
21017 (Vdbus_registered_functions_table): Rework doc string.
21018
210192007-12-07 Michael Albinus <michael.albinus@gmx.de>
21020
21021 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
21022 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
21023 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
21024 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
21025 Unify argument lists.
21026 (xd_read_message, Fdbus_register_signal): Reorder and extend event
21027 arguments and hash table keys. Use unique name for service.
21028 (Fdbus_unregister_signal): Remove checks.
21029 (Vdbus_registered_functions_table): Fix doc string.
21030
210312007-12-05 Magnus Henoch <mange@freemail.hu>
21032
21033 * process.c (make_process): Initialize pty_flag to 0.
21034
210352007-12-05 Jason Rumney <jasonr@gnu.org>
21036
21037 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
21038 specified XBMs.
21039
210402007-12-05 Richard Stallman <rms@gnu.org>
21041
21042 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
21043
210442007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21045
21046 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
21047 New variable.
21048 (mac_try_close_socket) [MAC_OSX]: New function.
21049 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
21050 Update cfsockets_for_select. Replace invalid CFRunLoop source.
21051
21052 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
21053 Use mac_try_close_socket.
21054
210552007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21056
21057 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
21058 reloc_base.
21059 (copy_dysymtab): Compute relocation base here.
21060 (rebase_reloc_address) [__ppc64__]: New function.
21061 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
21062 changed.
21063
210642007-12-05 Jason Rumney <jasonr@gnu.org>
21065
21066 * w32proc.c (sys_spawnve): Quote args with wildcards.
21067
210682007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21069
21070 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
21071 __objc_* sections.
21072 (unrelocate) [_LP64]: Set relocation base to address of data segment.
21073
210742007-12-05 Michael Albinus <michael.albinus@gmx.de>
21075
21076 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
21077 Move check for Vdbus_registered_functions_table to
21078 xd_read_queued_messages.
21079 (xd_read_queued_messages): Protect xd_read_message calls by
21080 internal_condition_case_1.
21081
210822007-12-04 Michael Albinus <michael.albinus@gmx.de>
21083
21084 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
21085 Qdbus_system_bus and Qdbus_session_bus, respectively.
21086 (Vdbus_intern_symbols): Remove.
21087 (Vdbus_registered_functions_table): New hash table.
21088 (XD_SYMBOL_INTERN_SYMBOL): Remove.
21089 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
21090 Rewrite in order to manage registered functions by hash table
21091 Vdbus_registered_functions_table.
21092
210932007-12-03 Jan Djärv <jan.h.d@swipnet.se>
21094
21095 * xterm.c: Update URL to Window Manager Specification in comment.
21096
210972007-12-02 Michael Albinus <michael.albinus@gmx.de>
21098
21099 * config.in (HAVE_DBUS): Add.
21100
21101 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
21102 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
21103 (obj): Add $(DBUS_OBJ).
21104 (LIBES): Add $(DBUS_LIBS).
21105 (dbusbind.o): New target.
21106
21107 * dbusbind.c: New file.
21108
21109 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
21110
21111 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
21112 (Qdbus_event): New Lisp symbol.
21113 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
21114 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 21115 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
21116
21117 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
21118
211192007-12-01 Richard Stallman <rms@gnu.org>
21120
21121 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
21122
211232007-11-30 Jason Rumney <jasonr@gnu.org>
21124
21125 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
21126 (w32con_reset_terminal_modes): Clear screen buffer.
21127 (w32_face_attributes): Don't use color indexes that are out of range.
21128 Only reverse the default colors.
21129
21130 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
21131 WINDOWSNT.
21132
21133 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
21134
211352007-11-29 Jason Rumney <jasonr@gnu.org>
21136
21137 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
21138 (w32_face_attributes): Use Vtty_defined_color_alist to determine
21139 if the terminal colors are initialized.
21140 (unspecified_fg, unspecified_bg): Remove unused declarations.
21141
211422007-11-29 Andreas Schwab <schwab@suse.de>
21143
21144 * keyboard.c (apply_modifiers): Fix typo.
21145
211462007-11-29 Richard Stallman <rms@gnu.org>
21147
21148 * keymap.c (Fcurrent_local_map): Doc fix.
21149
211502007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
21151
21152 * s/gnu-kfreebsd.h: New file.
21153
211542007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
21155
21156 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
21157 Don't cast redundantly.
21158
21159 * keyboard.c (KEY_TO_CHAR): New macro.
21160 (parse_modifiers, apply_modifiers): Accept integer arguments.
21161 (read_key_sequence): Use them to unify the "shift->unshift" mapping
21162 for chars and symbol keys.
21163 After doing such remapping, apply function-key-map again.
21164
211652007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
21166
21167 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
21168 compiled anymore.
21169
211702007-11-26 Andreas Schwab <schwab@suse.de>
21171
21172 * process.c (list_processes_1): Fix indentation level of the
21173 command column.
21174
211752007-11-23 Andreas Schwab <schwab@suse.de>
21176
21177 * editfns.c (Fformat): Handle %c specially since it requires the
21178 argument to be of type int.
21179
211802007-11-23 Markus Triska <markus.triska@gmx.at>
21181
21182 * emacs.c (main): Call init_editfns before init_process, since
21183 init_process sets Vprocess_connection_type depending on OS release.
21184
211852007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21186
21187 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
21188 (find_symbol_value): Use do_symval_forwarding.
21189
21190 * data.c (set_internal): Set the value in the `cons-cell' (for
21191 Buffer_Local_values) not only for frame-local variables.
21192
211932007-11-22 Andreas Schwab <schwab@suse.de>
21194
21195 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
21196 values to sprintf.
21197 * keymap.c (Fsingle_key_description): Likewise.
21198 * print.c (print_object): Likewise.
21199
212002007-11-22 Jan Djärv <jan.h.d@swipnet.se>
21201
21202 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
21203 file for image is nil.
21204
212052007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
21206
21207 * term.c: Include stdarg.h.
21208 (fatal): Implement using varargs.
21209 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
21210
212112007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21212
21213 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
21214 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
21215 Update call to buffer_slot_type_mismatch.
21216 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
21217 (buffer_slot_type_mismatch): Update.
21218 * buffer.c (buffer_local_types): Remove.
21219 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
21220 (defvar_per_buffer): Set the type in the buffer_objfwd.
21221
212222007-11-21 Jason Rumney <jasonr@gnu.org>
21223
21224 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
21225 CreateFileMapping returns NULL on failure.
21226
212272007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21228
21229 * search.c (Fset_match_data): Remove the `evaporate' feature.
21230 (unwind_set_match_data): Don't use the `evaporate' feature.
21231
212322007-11-21 Jason Rumney <jasonr@gnu.org>
21233
21234 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
21235
21236 * w32console.c (w32con_write_glyphs): Remove unused variables.
21237
212382007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
21239
21240 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
21241
21242 * s/darwin.h (MULTI_KBOARD): Remove.
21243
21244 * macfns.c (x_create_tip_frame, Fx_create_frame)
21245 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
21246
212472007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21248
21249 * buffer.c (Fbuffer_local_value): Remove redundant test.
21250 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
21251 than in `current-buffer' to match the comment.
21252 Do the swap using swap_in_global_binding.
21253
21254 * data.c (store_symval_forwarding, set_internal):
21255 * eval.c (specbind): Remove dead code.
21256
21257 * coding.c (detect_coding, Fupdate_coding_systems_internal):
21258 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
21259 Since we do not want to see internal Lisp_*fwd objects here.
21260
212612007-11-18 Jan Djärv <jan.h.d@swipnet.se>
21262
21263 * sysdep.c (init_system_name): Use getaddrinfo if available.
21264
21265 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
21266 (x_scroll_bar_note_movement): start, end, with, height in struct
21267 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
21268
212692007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
21270
21271 * puresize.h (BASE_PURESIZE): Increase to 1190000.
21272
212732007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21274
21275 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
21276 This undoes Richard's change of 14-Oct-2002.
21277
21278 * alloc.c (allocate_other_vector):
21279 * lisp.h (allocate_other_vector): Remove.
21280
21281 * window.c (struct save_window_data): Move non-lisp data to the end
21282 and make it `int' rather than Lisp_Object.
21283 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
21284 Done wrap/unwrap integer values.
21285 (Fset_window_configuration, compare_window_configurations):
21286 Update use of fields to their new types.
21287
21288 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
21289 Turn integer fields into `int'. Merge x_window_low and x_window_high.
21290 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
21291 (SET_SCROLL_BAR_X_WINDOW): Remove.
21292 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
21293 Access the new x_window field directly.
21294 * xterm.c (x_scroll_bar_create): Use a pseudovector.
21295 Don't wrap/unwrap integers into Lisp_Objects.
21296 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
21297 (x_scroll_bar_report_motion):
21298 Don't wrap/unwrap integers into Lisp_Objects.
21299 (x_term_init): Use SDATA.
21300 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
21301 (x_scroll_bar_set_handle, x_scroll_bar_remove)
21302 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
21303 (x_scroll_bar_report_motion, x_scroll_bar_clear):
21304 * xfns.c (x_set_background_color):
21305 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
21306 Access the new x_window field directly.
21307
21308 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
21309 (allocate_pseudovector): Make non-static.
21310
21311 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
21312 (allocate_pseudovector): Declare.
21313 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
21314
213152007-11-15 Andreas Schwab <schwab@suse.de>
21316
21317 * editfns.c (Fformat): Correctly format EMACS_INT values.
21318 Also take precision into account when formatting an integer.
21319
21320 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
21321
213222007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21323
21324 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
21325 (syms_of_keyboard): Defsubr it.
21326
21327 * data.c (swap_in_global_binding): Fix longstanding bug where
21328 store_symval_forwarding was not called with the right second argument,
21329 thus causing objfwd-ing from being dropped.
21330
213312007-11-14 Juanma Barranquero <lekktu@gmail.com>
21332
21333 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
21334 (Fx_display_pixel_height, Fx_display_planes)
21335 (Fx_display_color_cells, Fx_server_max_request_size)
21336 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21337 (Fx_display_visual_class, Fx_display_save_under):
21338 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
21339 (Fx_display_pixel_height, Fx_display_planes)
21340 (Fx_display_color_cells, Fx_server_max_request_size)
21341 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
21342 (Fx_display_mm_height, Fx_display_mm_width)
21343 (Fx_display_backing_store, Fx_display_visual_class)
21344 (Fw32_select_font, Fx_display_save_under):
21345 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
21346 (Fx_display_pixel_height, Fx_display_planes)
21347 (Fx_display_color_cells, Fx_server_max_request_size)
21348 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21349 (Fx_display_save_under): Fix typos in docstrings.
21350
213512007-11-14 Juanma Barranquero <lekktu@gmail.com>
21352
21353 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
21354 corresponding to deleted entries; they are an implementation detail.
21355 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
21356 Remove variables.
21357 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
21358 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
21359 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
21360 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
21361 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
21362 (Fw32_define_rgb_color, Fw32_load_color_file)
21363 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
21364 Fix typos in docstrings.
21365 (Fx_server_version): Reflow docstring.
21366 (Fw32_shell_execute): Doc fixes.
21367
213682007-11-13 Juanma Barranquero <lekktu@gmail.com>
21369
21370 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
21371 if w32_parse_hot_key returned nil.
21372
213732007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21374
21375 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
21376
213772007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 21378
aac0c6e3
MR
21379 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
21380
21381 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
21382
21383 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
21384 Remove W32_SCROLL_BAR_CLICK_EVENT.
21385
21386 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
21387 Add MULTIMEDIA_KEY_EVENT.
21388
21389 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
21390 (lispy_multimedia_keys) [WINDOWSNT]: New array.
21391 (make_lispy_event) [WINDOWSNT]: Use it to translate
21392 MULTIMEDIA_KEY_EVENT.
21393
21394 * w32term.h (WM_APPCOMMAND): Define if not already.
21395 (GET_APPCOMMAND_LPARAM): Likewise.
21396
21397 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
21398 WM_APPCOMMAND.
21399
21400 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
21401 (syms_of_w32fns): Export and initialize it.
21402 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
21403
214042007-11-09 Chong Yidong <cyd@stupidchicken.com>
21405
21406 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
21407 twice.
21408
21409 * xdisp.c (handle_face_prop): Fix last change.
21410
214112007-11-09 Richard Stallman <rms@gnu.org>
21412
21413 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
21414 not just for after-strings and before-strings.
21415 Call face_for_overlay_string and pass the overlay to it.
21416 (handle_display_prop): Determine whether property came from an overlay.
21417 Pass OVERLAY arg to handle_single_display_spec.
21418 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
21419 (load_overlay_strings): Fill in it->string_overlays.
21420 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
21421
21422 * xfaces.c (face_for_overlay_string): Function renamed from
21423 face_at_buffer_position_no_overlays, and add arg OVERLAY.
21424
21425 * dispextern.h (struct it): New elt string_overlays.
21426 New elt from_overlay, also in stack.
21427 Rearrange a few elements.
21428 (face_for_overlay_string): Decl renamed from
21429 face_at_buffer_position_no_overlays, and add argument.
21430
214312007-11-09 Richard Stallman <rms@gnu.org>
21432
21433 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
21434 to get the base face for an overlay string.
21435
21436 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
21437
21438 * xfaces.c (face_at_buffer_position_no_overlays): New function.
21439
21440 * xdisp.c (handle_stop): Move some code out of loop.
21441
214422007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21443
21444 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
21445 Fix conversion from Lisp object to ATSUFontID.
21446
214472007-11-09 Jason Rumney <jasonr@gnu.org>
21448
21449 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
21450
214512007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21452
21453 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
21454 Don't assume regions are aligned to page boundary.
21455 (print_load_command_name): Add LC_UUID if defined.
21456
214572007-11-09 Richard Stallman <rms@gnu.org>
21458
21459 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
21460
214612007-11-07 Jason Rumney <jasonr@gnu.org>
21462
21463 * s/windows95.h: Remove.
21464
214652007-11-06 Jan Djärv <jan.h.d@swipnet.se>
21466
21467 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
21468 abort with a message on unhandled store_type values.
21469
214702007-11-01 Jan Djärv <jan.h.d@swipnet.se>
21471
21472 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
21473 Remove HAVE_X11R5 and HAVE_X11R4.
21474
214752007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21476
21477 * Makefile.in: Remove references to sunfns.c and sunfns.o.
21478
214792007-11-01 Johan Bockgård <bojohan@gnu.org>
21480
21481 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
21482 Don't set s->stippled_p here, since it has already been set by
21483 x_set_glyph_string_gc from x_draw_glyph_string.
21484
214852007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21486
21487 * sunfns.c: Remove file.
21488
21489 * m/sun386.h:
21490 * m/sun2.h:
21491 * m/sparc.h: Remove Sun windows code.
21492
214932007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
21494
21495 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
21496 (init_keyboard): Set current_kboard's window-system to nil.
21497 (tty_read_avail_input): Typo.
21498 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
21499
215002007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21501
21502 * s/usg5-4.h:
21503 * s/usg5-3.h:
21504 * s/ptx.h:
21505 * m/is386.h:
21506 * m/ibmps2-aix.h:
21507 * Makefile.in: Remove all mentions of X10.
21508
21509 * dispnew.c (syms_of_display): Don't mention version 10.
21510
215112007-10-28 Juanma Barranquero <lekktu@gmail.com>
21512
21513 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
21514 ($(BLD)/abbrev.$(O)): Remove.
21515
215162007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
21517
21518 Rewrite abbrev.c in Elisp.
21519 * image.c (Qcount): Don't declare as extern.
21520 (syms_of_image): Initialize and staticpro `Qcount'.
21521 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
21522 * emacs.c (main): Don't call syms_of_abbrev.
21523 * Makefile.in (obj): Remove abbrev.o.
21524 (abbrev.o): Remove.
21525 * abbrev.c: Remove.
21526
215272007-10-26 Martin Rudalics <rudalics@gmx.at>
21528
21529 * window.c (window_min_size_2): Don't count header-line.
21530
215312007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21532
21533 * frame.h (struct frame): Move all bit fields after the first bit
21534 field to take advantage of the available space. Group all the
21535 chars together to reduce wasted space due to padding.
21536
215372007-10-26 Juanma Barranquero <lekktu@gmail.com>
21538
21539 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
21540
21541 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
21542 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
21543 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
21544 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
21545 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
21546 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
21547 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
21548 (last_marked, mark_object_loop_halt): Make static.
21549
21550 * frame.c (syms_of_frame) <delete-frame-functions>:
21551 Fix typo in docstring.
21552
215532007-10-25 Juanma Barranquero <lekktu@gmail.com>
21554
21555 * w32.c (init_environment): Fix tiny memory leak.
21556 (w32_get_resource): Remove unused variable `ok'.
21557
215582007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21559
21560 Make `window-system' into a keyboard-local variable (rather than
21561 frame-local as done originally by multi-tty).
21562
21563 * keyboard.h (struct kboard): Add Vwindow_system.
21564 * keyboard.c (init_kboard): Set a default for Vwindow_system.
21565 (mark_kboards): Mark Vwindow_system.
21566
21567 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
21568 (init_display): Don't set the obsolete `window-system' frame-param.
21569
21570 * xterm.c (x_term_init):
21571 * w32term.c (w32_create_terminal):
21572 * term.c (init_tty): Set Vwindow_system.
21573 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
21574 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
21575
21576 * xfns.c (Fx_create_frame, x_create_tip_frame):
21577 * w32fns.c (Fx_create_frame, x_create_tip_frame):
21578 * macfns.c (Fx_create_frame):
21579 Don't set the obsolete `window-system' frame-param.
21580
21581 * frame.h (Qwindow_system): Remove.
21582 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
21583 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
21584
215852007-10-24 Richard Stallman <rms@gnu.org>
21586
21587 * frame.c (x_figure_window_size): For fullscreen case,
21588 set USPosition | PPosition without clobbering rest of window_prompting.
21589
21590 * keyboard.c (Fcurrent_idle_time): Doc fix.
21591
21592 * print.c (Fwith_output_to_temp_buffer): Doc fix.
21593
215942007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21595
21596 * process.c (unwind_request_sigio): Only define if __ultrix__.
21597
21598 * callproc.c (child_setup): Remove spurious *.
21599
21600 * lisp.h (Fget_text_property): Declare.
21601 (have_menus_p): Declare it here rather than in sys-dep header files.
21602 * macterm.h (have_menus_p):
21603 * msdos.h (have_menus_p):
21604 * xterm.h (have_menus_p): Remove.
21605
21606 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
21607 (Fmake_variable_frame_local): Just check the variable's const-ness
21608 rather than checking nil or t.
21609
216102007-10-22 Jason Rumney <jasonr@gnu.org>
21611
21612 * w32fns.c: Include math.h.
21613 (w32_abort): Declaration moved to nt/config.nt.
21614
21615 * s/ms-w32.h (HAVE_STDLIB_H): Define.
21616 (abort): Redefinition moved to nt/config.nt.
21617
21618 * m/windowsnt.h: Remove.
21619
216202007-10-22 Juanma Barranquero <lekktu@gmail.com>
21621
21622 * emacs.c (Fdump_emacs): Fix typo in message.
21623 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
21624 <installation-directory>: Reflow docstring.
21625
216262007-10-22 Juri Linkov <juri@jurta.org>
21627
21628 * minibuf.c: Allow minibuffer default to be a list of default values.
21629 With empty input use the first element of this list as returned default.
21630 (string_to_object)
21631 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
21632 (read_minibuf): If defalt is cons, set histstring to its car.
21633 (Fread_string): If default_value is cons, set val to its car.
21634 (Fread_buffer): If def is cons, use its car.
21635 (Fcompleting_read): If defalt is cons, set val to its car.
21636
216372007-10-21 Michael Albinus <michael.albinus@gmx.de>
21638
21639 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
21640
216412007-10-20 Juanma Barranquero <lekktu@gmail.com>
21642
21643 * doc.c (Fdocumentation): Check for advice in all cases.
21644
216452007-10-19 Chong Yidong <cyd@stupidchicken.com>
21646
21647 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
21648
216492007-10-19 Richard Stallman <rms@gnu.org>
21650
21651 * doc.c (Fdocumentation): Check for and handle an advised function.
21652
216532007-10-19 Juanma Barranquero <lekktu@gmail.com>
21654
21655 * process.c (Fset_process_filter): Doc fix.
21656
216572007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
21658
21659 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
21660 which caused key-translation-map to applied repeatedly (thus breaking
21661 double-mode).
21662
216632007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21664
21665 * xselect.c (x_own_selection, x_handle_selection_clear)
21666 (x_clear_frame_selections):
21667 * w32menu.c (list_of_panes, list_of_items):
21668 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
21669 * textprop.c (validate_plist, interval_has_all_properties)
21670 (interval_has_some_properties, interval_has_some_properties_list)
21671 (add_properties, text_property_list):
21672 * process.c (Fget_buffer_process, list_processes_1, status_notify):
21673 * minibuf.c (Fassoc_string):
21674 * macselect.c (x_own_selection, x_clear_frame_selections)
21675 (Fx_disown_selection_internal):
21676 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
21677 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
21678
216792007-10-17 Chong Yidong <cyd@stupidchicken.com>
21680
21681 * process.c: Link to libs for calling res_init() if available.
21682 (Fmake_network_process): Call res_init() before getaddrinfo or
21683 gethostbyname, if possible.
21684
216852007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21686
21687 * lread.c (read1): Set pvectype for char_tables.
21688
21689 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
21690 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
21691 Add type checks.
21692 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
21693
21694 * alloc.c (free_misc): Use XMISCTYPE.
21695 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
21696
216972007-10-17 Glenn Morris <rgm@gnu.org>
21698
21699 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
21700 (syms_of_minibuf): Add Qcompletion_ignore_case.
21701 * dired.c (Qcompletion_ignore_case): Change to external.
21702 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
21703 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
21704 (Fread_file_name): Use it rather than intern'ing.
21705
21706 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
21707 (Fread_coding_system): Ignore case of user input.
21708
217092007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21710
21711 * xdisp.c (handle_display_prop): Ignore display specs after
21712 replacing one when string text is being replaced.
21713 (handle_single_display_spec): Pretend as if characters with display
21714 property haven't been consumed only when buffer text is being replaced.
21715
217162007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21717
21718 * xfns.c (Fx_create_frame, Fx_display_list):
21719 * window.c (window_fixed_size_p, enlarge_window)
21720 (shrink_window_lowest_first):
21721 * macterm.c (init_font_name_table):
21722 * macfns.c (Fx_create_frame, Fx_display_list):
21723 * lread.c (close_load_descs):
21724 * keyboard.c (read_char_x_menu_prompt):
21725 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
21726 * coding.c (code_convert_region_unwind): Test the type of an object
21727 rather than just !NILP before extracting data from it.
21728
21729 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
21730
21731 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
21732 (XMISCANY): New macro.
21733 (XMISCTYPE): Use it.
21734 (struct Lisp_Misc_Any): New type.
21735 (union Lisp_Misc): Use it.
21736 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
21737 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
21738 (find_symbol_value, set_internal, default_value, Fset_default)
21739 (Fmake_variable_buffer_local, Fmake_local_variable)
21740 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
21741 (Flocal_variable_if_set_p, Fvariable_binding_locus):
21742 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
21743 * alloc.c (allocate_buffer): Set the size and tag.
21744 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
21745 Use XMISCANY.
21746 (die): Follow the GNU convention for error messages.
21747 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
21748 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
21749 tag any more.
21750 (set_buffer_internal_1):
21751 * frame.c (store_frame_param):
21752 * eval.c (specbind):
21753 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
21754
21755 * doc.c (Fsnarf_documentation): Simplify.
21756
217572007-10-14 Juanma Barranquero <lekktu@gmail.com>
21758
21759 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
21760 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
21761
217622007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
21763
21764 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
21765
217662007-10-14 Juanma Barranquero <lekktu@gmail.com>
21767
21768 * eval.c (do_autoload): Don't save autoloads.
21769
21770 * data.c (Ffset): Save autoload of the function being set.
21771
217722007-10-07 John Paul Wallington <jpw@pobox.com>
21773
21774 * xfns.c (x_create_tip_frame): Set the `display-type' frame
21775 parameter before setting up faces.
21776
217772007-10-13 Eli Zaretskii <eliz@gnu.org>
21778
21779 * ccl.c (Fregister_code_conversion_map):
21780 * keyboard.c (append_tool_bar_item): Reformat last change.
21781
21782 * lisp.h (eabs): Rename from `abs'. All callers changed.
21783
217842007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
21785
21786 * buffer.c (add_overlay_mod_hooklist):
21787 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
21788 * fontset.c (make_fontset):
21789 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
21790 (append_tool_bar_item):
21791 * macmenu.c (grow_menu_items):
21792 * w32menu.c (grow_menu_items):
21793 * xmenu.c (grow_menu_items): Use larger_vector.
21794
217952007-10-13 Eli Zaretskii <eliz@gnu.org>
21796
21797 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
21798 selected frame'' on MSDOS).
21799
218002007-10-12 Martin Rudalics <rudalics@gmx.at>
21801
21802 * frame.c (Qexplicit_name): New variable.
21803 (x_report_frame_params): Report it in parameter alist.
21804 (syms_of_frame): Intern and staticpro it.
21805
218062007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
21807
21808 * macfns.c (x_create_tip_frame): Set terminal for frame.
21809
218102007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21811
21812 * frame.c (Qenvironment): Remove.
21813 (syms_of_frame) <Qenvironment>: Don't initialize.
21814 (Fdelete_frame): Don't treat the `environment' param specially.
21815 * frame.h (Qenvironment): Don't declare.
21816 * callproc.c (set_initial_environment): Don't set unused frame param.
21817
21818 * frame.c (Fframe_with_environment): Remove.
21819 (syms_of_frame) <Sframe_with_environment>: Don't declare.
21820
21821 * lisp.h (Fframe_with_environment): Don't declare.
21822
218232007-10-10 Juanma Barranquero <lekktu@gmail.com>
21824
21825 * indent.c (indent_tabs_mode, last_known_column)
21826 (last_known_column_modified): Make static.
21827 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
21828
218292007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
21830
21831 * puresize.h (BASE_PURESIZE): Increase to 1170000.
21832
218332007-10-09 Jason Rumney <jasonr@gnu.org>
21834
21835 * w32term.c (x_set_window_size): Disable code that attempts to tell
21836 Lisp code about a size change before it actually happens.
21837
218382007-10-09 Richard Stallman <rms@gnu.org>
21839
21840 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
21841 return HANDLED_RETURN.
21842
218432007-10-08 Martin Rudalics <rudalics@gmx.at>
21844
21845 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
21846 when there's an unread command event.
21847
21848 * frame.c (focus_follows_mouse): Move here from frame.el to allow
21849 window autoselection act appropriately when leaving selected frame.
21850 (syms_of_frame): Initialize focus_follows_mouse.
21851 * frame.h (focus_follows_mouse): Extern it.
21852 * macterm.c (XTread_socket): When focus_follows_mouse is nil
21853 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
21854 * msdos.c (dos_rawgetc): Likewise.
21855 * w32term.c (w32_read_socket): Likewise.
21856 * xterm.c (handle_one_xevent): Likewise.
21857 * xdisp.c (syms_of_xdisp): In doc-string of
21858 mouse-autoselect-window mention focus-follows-mouse.
21859
218602007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21861
21862 * macterm.c (mac_load_query_font): Fix missing return value.
21863 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
21864 Add BLOCK_INPUT.
21865
218662007-10-08 Richard Stallman <rms@gnu.org>
21867
21868 * xdisp.c (get_window_cursor_type): Implement documented behavior
21869 for cursor-in-non-selected-windows = t.
21870
218712007-10-08 Jason Rumney <jasonr@gnu.org>
21872
21873 * w32.c (w32_get_resource): Always close registry keys.
21874
218752007-10-08 Jason Rumney <jasonr@gnu.org>
21876
21877 * makefile.w32-in (LIBS): Add COMCTL32.
21878
21879 * w32fns.c (globals_of_w32fns): Init common controls.
21880
218812007-10-08 Richard Stallman <rms@gnu.org>
21882
21883 * image.c (our_memory_buffer): Rename from omfib_buffer.
21884
218852007-10-08 Richard Stallman <rms@gnu.org>
21886
21887 * buffer.c (Foverlays_at): Doc fix.
21888
218892007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
21890
21891 * fns.c (Fplist_put): Preserve uneven tail data.
21892
218932007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
21894
21895 * termhooks.h (enum event_kind): Remove trailing comma.
21896
21897 * frame.h (enum): Remove trailing comma.
21898
218992007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
21900
21901 * w32proc.c (delete_child): Don't terminate threads of zombies.
21902
219032007-10-08 Martin Rudalics <rudalics@gmx.at>
21904
21905 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
21906
21907 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
21908 last-repeatable-command.
21909 (init_kboard): Initialize Vlast_repeatable_command.
21910 (command_loop_1): Set it to real_this_command unless that was
21911 bound to an input event.
21912 (mark_kboards): Mark it.
21913
219142007-10-08 Richard Stallman <rms@gnu.org>
21915
21916 * eval.c (condition-case): Doc fix.
21917
219182007-10-08 Masatake YAMATO <jet@gyve.org>
21919
21920 * xfaces.c (tty_supports_face_attributes_p): Fix code
21921 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
21922 was copied and not edited.
21923
219242007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
21925
21926 Add new `input-decode-map' keymap and use it for terminal
21927 escape sequences.
21928 * keyboard.h (struct kboard): Add Vinput_decode_map.
21929 Remove Vlocal_key_translation_map.
21930 * keyboard.c (read_key_sequence): Add support for input-decode-map.
21931 (init_kboard): Init input-decode-map.
21932 Replace local-key-translation-map back with key-translation-map.
21933 (syms_of_keyboard): Declare input-decode-map.
21934 Remove local-key-translation-map. Update docstrings.
21935 (mark_kboards): Mark Vinput_decode_map.
21936 Don't mark Vlocal_key_translation_map.
21937 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
21938 Replace local-key-translation-map back with key-translation-map.
21939 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
21940 Bind in input-decode-map rather than function-key-map.
21941
21942 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
21943 This was made redundant by the previous introduction of XSETPVECTYPE.
21944
219452007-10-09 Richard Stallman <rms@gnu.org>
21946
21947 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
21948
219492007-09-29 Richard Stallman <rms@gnu.org>
21950
21951 * eval.c (internal_condition_case_2, internal_condition_case_1)
21952 (internal_condition_case): Reenable abort if x_catching_errors ()
21953 to see if that really happens and why.
21954
219552007-10-06 Andreas Schwab <schwab@suse.de>
21956
21957 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
21958
219592007-10-04 Juanma Barranquero <lekktu@gmail.com>
21960
21961 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
21962
219632007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21964
21965 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
21966
219672007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
21968
21969 * window.h (struct window):
21970 * window.c (struct save_window_data, struct saved_window):
21971 * termhooks.h (struct terminal):
21972 * process.h (struct Lisp_Process):
21973 * frame.h (struct frame):
21974 * buffer.h (struct buffer):
21975 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
21976 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
21977 The size field of (pseudo)vectors is now unsigned.
21978 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
21979
21980 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
21981 Turn `count' into an integer.
21982
21983 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
21984 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
21985 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
21986 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
21987 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
21988
21989 * alloc.c (allocate_pseudovector): New fun.
21990 (ALLOCATE_PSEUDOVECTOR): New macro.
21991 (allocate_window, allocate_terminal, allocate_frame)
21992 (allocate_process): Use it.
21993 (mark_vectorlike): New function.
21994 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
21995 (mark_terminals): Use it.
21996 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
21997 (Fmake_byte_code): Use XSETPVECTYPE.
21998
21999 * frame.c (Fframe_parameters): Minor simplification.
22000
22001 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
22002
22003 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
22004
22005 * buffer.c (Fget_buffer_create, init_buffer_once):
22006 * lread.c (defsubr):
22007 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
22008
22009 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
22010 defined differently in the m/*.h files.
22011 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
22012 (XSETPVECTYPE): New macro.
22013 (XSETPSEUDOVECTOR): Use it.
22014
22015 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
22016 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
22017
22018 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
22019 * lread.c (defvar_per_buffer):
22020 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
22021
22022 * window.c (candidate_window_p): Only consider as visible frames that
22023 are on the same terminal.
22024
22025 * m/ibms390x.h (MARKBIT): Remove unused macro.
22026
220272007-10-01 Juanma Barranquero <lekktu@gmail.com>
22028
22029 * lread.c (Fload): Fix typo in docstring.
22030
220312007-10-01 Michaël Cadilhac <michael@cadilhac.name>
22032
22033 * floatfns.c (Fexpt): Manually check for overflows, so that a power
22034 of a non-zero value can't yield zero.
22035
220362007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
22037
22038 * term.c (term_clear_mouse_face, term_mouse_highlight)
22039 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
22040
22041 * print.c (safe_debug_print): Use XHASH.
22042
22043 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
22044 Lisp elements such as tags.
22045 (XHASH): New macro.
22046 (EQ): Use it.
22047 (SREF, SSET, STRING_COPYIN): Use SDATA.
22048 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
22049
22050 * alloc.c (mark_terminal): Remove left-over declaration.
22051 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
22052 (allocate_vectorlike): Remove type argument. Adjust callers.
22053 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
22054 Only handle the one remaining MEM_TYPE_VECTORLIKE.
22055
22056 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
22057 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
22058 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
22059 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
22060 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
22061 Use them.
22062
22063 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
22064 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
22065 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
22066
220672007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
22068
22069 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
22070 loaded by default.
22071
220722007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
22073
22074 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
22075 on this tty.
22076 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
22077
22078 * term.c (mouse_face_window): Rename from Qmouse_face_window.
22079 Update all users.
22080 (handle_one_term_event): Use Gpm_DrawPointer.
22081 (Fgpm_mouse_start): Rename from Fterm_open_connection.
22082 Signal errors instead of returning nil. Always return nil.
22083 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
22084 Make it a noop if gpm-mouse was not activated.
22085 (syms_of_term): Update names.
22086
220872007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
22088
22089 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
22090 (init_sys_modes): Check that gpm_tty is the current tty.
22091
22092 * alloc.c (allocate_terminal): Set the vector size to only count the
22093 lisp fields. Initialize those to nil.
22094 (mark_object): Don't treat terminals specially.
22095 (mark_terminal): Remove.
22096 (mark_terminals): Use mark_object instead.
22097
22098 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
22099 the GC to the beginning.
22100
22101 * indent.h:
22102 * indent.c: Use EMACS_INT for ints coming from Elisp data.
22103
22104 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
22105
221062007-09-25 Jason Rumney <jasonr@gnu.org>
22107
22108 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
22109
22110 * w32console.c (create_w32cons_output): Remove.
22111
22112 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
22113
22114 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
22115 (reset_sys_modes): Use reset_terminal_modes_hook.
22116
221172007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
22118
22119 * eval.c (do_autoload): Don't output any message.
22120
221212007-09-24 Juri Linkov <juri@jurta.org>
22122
22123 * emacs.c (standard_args): Change priority of "--no-splash"
22124 from 40 to 3. Add "--no-desktop" with the same priority.
22125
221262007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
22127
22128 * alloc.c (gc_sweep): Check cons cell mark bits word by word
22129 and optimize the case where they are all 1.
22130
221312007-09-23 Johannes Weiner <hannes@saeurebad.de>
22132
22133 * lisp.h (abs): Define if not defined.
22134 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
22135 Don't define `abs', since it's defined in lisp.h.
22136
221372007-09-22 Eli Zaretskii <eliz@gnu.org>
22138
22139 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
22140 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
22141 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
22142 (init_tty): Use DEV_TTY instead of "/dev/tty".
22143 [WINDOWSNT]: No need to protect from NAME arg being null.
22144
221452007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22146
22147 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
22148 up the tty state.
22149
221502007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22151
22152 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
22153 (gpm_tty): Change its type.
22154 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
22155 (gpm_tty): Change its type and initialize it.
22156 (Fterm_open_connection): Check the frame is indeed a tty.
22157 Use the new gpm_tty.
22158 (Fterm_close_connection): Use the new gpm_tty.
22159 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
22160 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
22161
221622007-09-21 Juanma Barranquero <lekktu@gmail.com>
22163
22164 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
22165 underline_color, to draw strike-through.
22166
221672007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22168
22169 * lisp.h (allocate_terminal): Declare.
22170
22171 * window.c (candidate_window_p): Consider frames that are being placed
22172 by the user as somewhere between visible and iconified.
22173 (window_loop): Prefer windows on the current frame.
22174 (Fselect_window): Move the use of select-frame to the beginning so we
22175 can just delegate all the work (it'll call us back anyway).
22176
22177 * frame.c (Qdisplay_environment_variable):
22178 * frame.h (Qdisplay_environment_variable): Delete.
22179
22180 * .gdbinit (xbacktrace): Print the arg's address rather than the value
22181 of the first arg, since that value may be a union.
22182
22183 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
22184 parameter rather than Qdisplay_environment_variable. If all else
22185 fails, look for DISPLAY in initial-environment.
22186
221872007-09-21 Glenn Morris <rgm@gnu.org>
22188
22189 * Makefile.in (emacstool): Remove target.
22190 (lisp, shortlisp): Remove termdev.elc.
22191
221922007-09-21 Markus Triska <markus.triska@gmx.at>
22193
22194 * xterm.c (x_delete_display): Compile session management conditionally.
22195
221962007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22197
22198 * callproc.c (getenv_internal_1): New function.
22199 (getenv_internal): Use it.
22200 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
22201
22202 * terminal.c (get_terminal): Don't accept ints to represent terminals.
22203 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
22204 (Fset_terminal_parameter): Work with dead terminals as well.
22205 (Fmodify_terminal_parameters): Remove.
22206
22207 * terminal.c (get_terminal): Handle terminals.
22208 Make sure the terminal returned is live.
22209 (create_terminal): Use allocate_terminal.
22210 (mark_terminals): Move to alloc.c.
22211 (delete_terminal): Use terminal->name as liveness status.
22212 NULL out fields after freeing their contents.
22213 Don't deallocate the object.
22214 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
22215 rather than an int.
22216 (Fterminal_live_p): Accept non-integer arguments.
22217 (Fterminal_list): Return terminal objects rather than an ints.
22218
22219 * alloc.c (enum mem_type): New member for `terminal' objects.
22220 (allocate_terminal): New function.
22221 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
22222 Handle terminals.
22223 (mark_terminal): New fun.
22224 (mark_terminals): Move from terminal.c.
22225
22226 * term.c (get_tty_terminal): Don't treat output_initial specially.
22227 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
22228 (delete_tty): Use terminal->name as liveness status.
22229
22230 * termhooks.h (struct terminal): Make it into a pseudovector.
22231 Remove `deleted' replaced by checking `name's nullness.
22232
22233 * print.c (print_object): Handle terminals.
22234
22235 * lisp.h (enum pvec_type): New `terminal' pseudovector.
22236 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
22237
22238 * frame.c (make_terminal_frame):
22239 * keyboard.c (tty_read_avail_input):
22240 * w32term.c (x_delete_terminal):
22241 * xfns.c (Fx_create_frame, x_create_tip_frame):
22242 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
22243
222442007-09-20 Glenn Morris <rgm@gnu.org>
22245
22246 * process.c (Fmake_network_process): Doc fix.
22247
222482007-09-19 Jason Rumney <jasonr@gnu.org>
22249
22250 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
22251
222522007-09-19 Michaël Cadilhac <michael@cadilhac.name>
22253
22254 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
22255 Fix a C warning regarding variable constness.
22256
22257 * xterm.c (handle_one_xevent): Fix a C warning.
22258
222592007-09-18 Jason Rumney <jasonr@gnu.org>
22260
22261 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
22262
222632007-09-17 Jan Djärv <jan.h.d@swipnet.se>
22264
22265 * gtkutil.c (gdpy_def): New variable.
22266 (xg_initialize): Initialize gdpy_def.
22267 (xg_display_close): If no other display exists, set gdpy_def to a
22268 new connection.
22269
222702007-09-16 Jan Djärv <jan.h.d@swipnet.se>
22271
22272 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
22273 when we have no file name for the icon.
22274 (xg_tool_bar_expose_callback): Remove.
22275 (xg_create_tool_bar): Don't connect expose signal to
22276 xg_tool_bar_expose_callback.
22277 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
22278
222792007-09-16 Andreas Schwab <schwab@suse.de>
22280
22281 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
22282 values instead of zapping them.
22283
222842007-09-14 Glenn Morris <rgm@gnu.org>
22285
22286 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
22287 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
22288 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
22289 scope and rename to omfib_buffer for clarity.
22290 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
22291
222922007-09-14 Kenichi Handa <handa@m17n.org>
22293
22294 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
22295
222962007-09-13 Jason Rumney <jasonr@gnu.org>
22297
22298 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
22299
22300 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
22301
22302 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
22303 (mac_term_init): Call here instead, passing rif.
22304
223052007-09-13 Glenn Morris <rgm@gnu.org>
22306
22307 * s/hpux.h: No longer define `static' as nothing.
22308
223092007-09-13 Johan Bockgård <bojohan@gnu.org>
22310
22311 * callint.c (Fcall_interactively): Remove unused var `fun'.
22312
223132007-09-12 Romain Francoise <romain@orebokech.com>
22314
22315 * window.c (prefer_window_split_horizontally, display_buffer):
22316 Revert 2007-09-08 change.
22317
223182007-09-12 Glenn Morris <rgm@gnu.org>
22319
22320 * alloca.c: Remove file.
22321 * Makefile.in (alloca): Do not undef.
22322 (allocaobj, alloca.o): Remove.
22323 (otherobj): Remove allocaobj.
22324 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
22325 * regex.c (C_ALLOCA): Remove all references and code that was only
22326 used when this was defined.
22327 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
22328 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
22329 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
22330
22331 * Makefile.in (SOURCES, unlock, relock): Delete.
22332
22333 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
22334 (menu_grab_callback): All uses changed.
22335
22336 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
22337 (x_reply_selection_request): All uses changed.
22338
223392007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
22340
22341 * lread.c (load_warn_old_style_backquotes): Change message to look
22342 better when it appears in the middle of byte-compiler messages.
22343
223442007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
22345
22346 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
22347
22348 * xterm.c (x_create_terminal): Add comment.
22349
22350 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
22351
223522007-09-10 Richard Stallman <rms@gnu.org>
22353
22354 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
22355
223562007-09-10 Michaël Cadilhac <michael@cadilhac.name>
22357
22358 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
22359 (DEFUN): Document `intspec', use it instead of `prompt'.
22360
22361 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
22362
22363 * data.c (Finteractive_form): If the interactive specification starts
22364 with a `(', use it as a Lisp form.
22365
22366 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
22367 name and file modes.
22368
22369 * callint.c (Fcall_interactively): Comment fixes.
22370
223712007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
22372
22373 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
22374 and compiled functions.
22375
223762007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
22377
22378 * window.c (prefer_window_split_horizontally): New variable.
22379 (display_buffer): Consider splitting window horizontally depending
22380 on prefer_window_split_horizontally.
22381
223822007-09-08 Eli Zaretskii <eliz@gnu.org>
22383
22384 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
22385
223862007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22387
22388 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
22389
22390 * frame.c (x_set_frame_parameters): Check number is positive before
22391 using XFASTINT.
22392
22393 * window.c (freeze_window_start): Don't presume selected_window holds
22394 a window object.
22395 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
22396
223972007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
22398
22399 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
22400
224012007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22402
22403 * window.c (Vsplit_window_preferred_function): New var.
22404 (Fdisplay_buffer): Use it.
22405 (syms_of_window): Export, and initialize it.
22406
224072007-09-06 Pixel <pixel@mandriva.com> (tiny change)
22408
22409 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
22410
224112007-09-06 Glenn Morris <rgm@gnu.org>
22412
22413 * gtkutil.c (menu_grab_callback) <cnt>:
22414 * xselect.c (x_reply_selection_request) <cnt>: Move static
22415 variable to file scope.
22416
224172007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22418
22419 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
22420 consistent values of selected_frame and selected_window.
22421
224222007-09-04 Jason Rumney <jasonr@gnu.org>
22423
22424 * w32console.c (initialize_w32_display): Zero unused hooks.
22425
224262007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22427
22428 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
22429 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
22430
224312007-09-04 Jason Rumney <jasonr@gnu.org>
22432
22433 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
22434 in w32console.c. Set up input. Remove XXX comments that have been
22435 confirmed as correct.
22436
22437 * s/ms-w32.h (MULTI_KBOARD): Define.
22438
22439 * w32console.c (one_and_only_w32cons): Remove.
22440 (initialize_w32_display): Take terminal argument.
22441
22442 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
22443 initialize_w32_display.
22444 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
22445
22446 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
22447
22448 * keyboard.c (discard_mouse_events): Discard it.
22449 (make_lispy_event): Translate it to a lisp event.
22450 (lispy_wheel_names): Add wheel-left and right events.
22451 (syms_of_keyboard): Enlarge wheel_syms.
22452
22453 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
22454 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
22455
22456 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
22457
22458 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
22459 from WM_MOUSEHWHEEL.
22460 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
22461
22462 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
22463 terminal.
22464
22465 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
22466 keyboard for the terminal.
22467
224682007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22469
22470 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
22471 (Vresume_tty_hook): Rename from Vresume_tty_functions.
22472 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
22473 and resume-tty-function to resume-tty-hook.
22474 (Fsuspend_tty, Fresume_tty): Use new names.
22475
224762007-09-02 Jan Djärv <jan.h.d@swipnet.se>
22477
22478 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
22479 if it starts with "n:".
22480
224812007-08-31 Jan Djärv <jan.h.d@swipnet.se>
22482
22483 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
22484
224852007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
22486
22487 * frame.h:
22488 * frame.c (Qterm_environment_variable): Remove.
22489 (syms_of_frame): Don't init and staticpro it.
22490
22491 * callproc.c (getenv_internal): Remove special case for $TERM.
22492
22493 * callproc.c (Vinitial_environment): New variable.
22494 (set_initial_environment): Initialize it.
22495 (syms_of_callproc): Declare it.
22496 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
22497 TERM under which a process runs is never related to the TERM in which
22498 Emacs is running.
22499
225002007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22501
22502 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
22503 * s/darwin.h: ... do it here.
22504
225052007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
22506
22507 * lisp.h (set_initial_environment): Rename from set_global_environment.
22508
22509 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
22510 removed by mistake on the multi-tty branch.
22511
22512 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
22513 (Fmodify_frame_parameters): Return a value.
22514
22515 * image.c (png_load): Comment-out var only used in commented-out code.
22516
22517 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
22518 before passing it to mark_object.
22519
22520 * xfaces.c (internal_resolve_face_name): Return a value.
22521 (internal_resolve_face_name, resolve_face_name_error): Comment out.
22522
22523 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
22524 (x_icon): Comment-out var only used in commented-out code.
22525
225262007-08-29 Romain Francoise <romain@orebokech.com>
22527
22528 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
22529 QUIT hasn't been provided.
22530
225312007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22532
22533 * callproc.c (child_setup, getenv_internal): Use the
22534 display-environment-variable and term-environment-variable frame params.
22535 (set_initial_environment): Initialise Vprocess_environment.
22536
22537 * config.in: Disable multi-keyboard support on a mac.
22538
22539 * frame.c (Qterm_environment_variable)
22540 (Qdisplay_environment_variable): New variables.
22541 (syms_of_frame): Intern and staticpro them.
22542 (Fmake_terminal_frame): Disable output method test.
22543
22544 * frame.h: Declare them here.
22545
22546 * macfns.c (x_set_mouse_color): Get rif from the frame.
22547 (x_set_tool_bar_lines): Don't use updating_frame.
22548 (mac_window): Add 2 new parameters for consistency with other systems.
22549 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
22550 frame parameters following what is done in X11 and w32. Don't use
22551 FRAME_MAC_DISPLAY_INFO.
22552 (Fx_open_connection, start_hourglass): Remove window-system check.
22553 (x_create_tip_frame): Get the keyboard from the terminal.
22554
22555 * macmenu.c: Reorder includes.
22556 (Fx_popup_menu): Use terminal specific mouse_position_hook.
22557
22558 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
22559 terminal parameter.
22560 (x_clear_frame): Add a frame parameter.
22561 (note_mouse_movement): Get rif from the frame.
22562 (mac_term_init): Initialize the terminal.
22563 (mac_initialize): Make static and move terminal initialization ...
22564 (mac_create_terminal): ... to this new function.
22565
22566 * macterm.h (struct mac_display_info): Add terminal.
22567 (mac_initialize): Delete declaration.
22568
22569 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
22570
22571 * sysdep.c: Comment out text after #endif.
22572
22573 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
22574 is defined. Better initialize ttys in windows. Use terminal
22575 specific mouse_position_hook.
22576
22577 * termhooks.h (union display_info): Add mac_display_info.
22578
22579 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
22580 Set the default minibuffer frame, window_system and the rest of the
22581 frame parameters following what is done in X11.
22582
22583 * w32term.c (w32_initialize): Make static.
22584
22585 * xselect.c (x_handle_selection_clear): Only access
22586 terminal->kboard when MULTI_KBOARD is defined.
22587
22588 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
22589 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
22590
225912007-08-29 Jason Rumney <jasonr@gnu.org>
22592
22593 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
22594 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
22595
22596 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
22597 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
22598
22599 * keyboard.c (restore_kboard_configuration): Only define when
22600 MULTI_KBOARD defined.
22601
22602 * makefile.w32-in: Update dependancies from Makefile.in.
22603 (OBJ1): Add terminal.$(O)
22604
22605 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
22606 Don't define function body.
22607 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
22608
22609 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
22610
22611 * w32.c (request_sigio, unrequest_sigio): Remove.
22612
22613 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
22614 (w32con_clear_frame, w32con_clear_end_of_line)
22615 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
22616 (w32con_delete_glyphs, w32con_set_terminal_window)
22617 (scroll_line, w32_sys_ring_bell): Add frame arg.
22618 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
22619 Add terminal arg.
22620 (PICK_FRAME): Remove.
22621 (w32con_write_glyphs): Use frame specific terminal coding.
22622 (one_and_only_w32cons): New global variable.
22623 (initialize_w32_display): Use it for storing hooks.
22624 (create_w32cons_output): New function.
22625
22626 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
22627 arg a frame.
22628
22629 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
22630 Set window_system.
22631 (x_set_tool_bar_lines): Don't use updating_frame.
22632 (Fx_create_frame): Set terminal and ref count.
22633 (Fx_open_connection): Remove window-system check.
22634
22635 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
22636
22637 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
22638 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
22639 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
22640 Add frame arg.
22641 (x_delete_terminal, w32_create_terminal): New functions.
22642 (w32_term_init): Create a terminal.
22643 (w32_initialize): Move terminal specific initialization to
22644 w32_create_terminal.
22645
22646 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
22647 (w32_clear_rect, w32_clear_area): Use background from frame.
22648 (w32_display_info): Add terminal.
22649 (w32_sys_ring_bell, x_delete_display): Declare here.
22650
22651 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
22652
22653 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
22654
226552007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
22656
22657 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
22658 Fix get_named_tty calls for the controlling tty.
22659
226602007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
22661
194d44e7 22662 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
22663
226642007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
22665
22666 * term.c (tty_insert_glyphs): Add missing first parameter.
22667
226682007-08-29 Károly Lőrentey <karoly@lorentey.hu>
22669
22670 * buffer.c (Fbuffer_list, Fbury_buffer):
22671 Take frame->buried_buffer_list into account.
22672
22673 * cm.c (current_tty): New variable, for cmputc().
22674 (cmputc): Use it.
22675 (cmcheckmagic): Add tty parameter, look up terminal streams there.
22676 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
22677 (cmgoto): Add tty parameter. Pass it on to calccost().
22678 Use emacs_tputs() instead of tputs().
22679
22680 * cm.h (emacs_tputs): New macro to set current_tty, and then call
22681 tputs().
22682 (current_tty): New variable, for cmputc().
22683 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
22684
22685 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
22686 (internal_condition_case, internal_condition_case_1)
22687 (internal_condition_case_2): Don't abort when x_catching_errors.
22688
22689 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
22690 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
22691 prevent crashes caused by bogus longjmps in read_char.
22692
22693 * keymap.h (Fset_keymap_parent): Add EXFUN.
22694
22695 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
22696 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
22697 Remove redundant definition.
22698
22699 * macfns.c (x_set_mouse_color, x_make_gc):
22700 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22701
22702 * w32term.c (x_free_frame_resources):
22703 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22704 (w32_initialize): Use the accessor macros for terminal characteristics.
22705
22706 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
22707 Use the accessor macros for terminal characteristics.
22708 * msdos.c (internal_terminal_init): Use the accessor macros for
22709 terminal characteristics.
22710 (ScreenVisualBell, internal_terminal_init):
22711 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22712
22713 * termopts.h (no_redraw_on_reenter): Declare.
22714
22715 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
22716 (mark_terminals, mark_ttys): Declare.
22717 (Fgarbage_collect): Call them.
22718 (mark_object): Mark buried_buffer_list.
22719
22720 * prefix-args.c: Include stdlib.h for exit.
22721
22722 * syssignal.h: Add comment.
22723
22724 * indent.c: Include stdio.h.
22725
22726 * window.h (Vinitial_window_system): Declare.
22727 (Vwindow_system): Delete declaration.
22728
22729 * fontset.c (Finternal_char_font): Use FRAME_RIF.
22730
22731 * image.c (lookup_image): Don't initialize `c' until the xasserts
22732 have been run.
22733
22734 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
22735 FRAME_FOREGROUND_PIXEL.
22736
22737 * print.c (print_preprocess): Don't lose print_depth levels while
22738 iterating.
22739
22740 * widget.c (update_from_various_frame_slots):
22741 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22742
22743 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
22744 frames.
22745 (window_internal_height): Remove bogus make_number call.
22746 (init_window_once): Call make_terminal_frame with two zero parameters.
22747
22748 * fileio.c (Fread_file_name): Update comment.
22749
22750 * callint.c (Fcall_interactively):
22751 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
22752 Make sure it is correctly unwound.
22753
22754 * xsmfns.c (x_session_close): New function.
22755
22756 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
22757 Delete declarations.
22758
22759 * xterm.h: Remove declaration for x_fully_uncatch_errors.
22760 (x_output): Remove background_pixel and foreground_pixel fields.
22761 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
22762 (x_delete_device, x_session_close): Declare.
22763
22764 * lread.c: Include setjmp.h. Update declaration of `read_char'.
22765 (read_filtered_event): Call `read_char' with a local
22766 `wrong_kboard_jmpbuf'.
22767
22768 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
22769 Don't call single_kboard_state. Use FRAME_RIF.
22770
22771 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
22772 systems.
22773
22774 * lisp.h (set_process_environment): Rename to `set_global_environment'.
22775 (Fframe_with_environment, Fset_input_meta_mode)
22776 (Fset_quit_char): EXFUN.
22777 (x_create_device, tty_output, terminal, tty_display_info): Declare.
22778 (init_sys_modes, reset_sys_modes): Update prototypes.
22779 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
22780
22781 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
22782 Vlocal_key_translation_map, and Vkeyboard_translate_table.
22783 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
22784 Delete declarations.
22785 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
22786 (temporarily_switch_to_single_kboard, tty_read_avail_input):
22787 New declarations.
22788
22789 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
22790 already does that during init_display(). Call syms_of_keymap
22791 before syms_of_keyboard. Call `syms_of_terminal'.
22792 Call set_initial_environment, not set_process_environment.
22793 (shut_down_emacs): Call reset_all_sys_modes() instead of
22794 reset_sys_modes().
22795
22796 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
22797 (internal_resolve_face_name, resolve_face_name_error): New functions.
22798 (resolve_face_name): Protect against loops and errors thrown by Fget.
22799 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
22800 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
22801
22802 * scroll.c: Replace CURTTY() with local variables throughout the
22803 file (where applicable).
22804 (calculate_scrolling, calculate_direct_scrolling)
22805 (scrolling_1, scroll_cost): Use the accessor macros for terminal
22806 characteristics.
22807
22808 * keymap.c (Vfunction_key_map): Remove.
22809 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
22810 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
22811 (Vkey_translation_map): Remove.
22812 (syms_of_keymap): Remove DEFVAR for key-translation-map.
22813 (Fdescribe_buffer_bindings)
22814 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
22815 Update for terminal-local key-translation-map.
22816
22817 * Makefile.in (callproc.o): Update dependencies.
22818 (lisp, shortlisp): Add termdev.elc.
22819 (obj): Add terminal.o.
22820 (terminal.o): Add dependencies.
22821 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
22822 (data.o, fns.o): Add termhooks.h dependency.
22823 (SOME_MACHINE_LISP): Add dnd.elc.
22824 (minibuf.o): Fix typo.
22825 Update dependencies.
22826
22827 * data.c (do_symval_forwarding, store_symval_forwarding)
22828 (find_symbol_value): Use the selected frame's keyboard, not
22829 current_kboard.
22830
22831 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
22832 Vwindow_system.
22833
22834 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
22835 Fmenu_bar_open.
22836 (syms_of_xmenu): Update defsubr.
22837 (mouse_position_for_popup, Fx_popup_menu)
22838 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
22839 (set_frame_menubar, free_frame_menubar)
b97439ce 22840 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
22841 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
22842 an X frame.
22843
22844 * xselect.c (x_own_selection): Abort if not an X frame.
22845 (some_frame_on_display): Check if it is an X frame.
22846 (x_handle_selection_clear): Deal with MULTI_KBOARD.
22847
22848 * coding.c: Include frame.h and termhooks.h.
22849 (terminal_coding, keyboard_coding): Delete.
22850 (Fset_terminal_coding_system_internal)
22851 (Fset_keyboard_coding_system_internal)
22852 (Fkeyboard_coding_system)
22853 (Fterminal_coding_system): Add a terminal parameter.
22854 Get terminal_coding from the terminal.
22855 (init_coding_once): Don't call setup_coding_system here.
22856
22857 * dispextern.h (set_scroll_region, turn_off_insert)
22858 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
22859 (tty_clear_end_of_line, tty_setup_colors)
22860 (delete_tty, updating_frame)
22861 (produce_special_glyphs, produce_glyphs, write_glyphs)
22862 (insert_glyphs): Remove.
22863 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
22864 (tty_turn_off_highlight, get_tty_size): Add declaration.
22865 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
22866
22867 * frame.h (enum output_method): Add output_initial.
22868 (struct x_output): Delete.
22869 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
22870 Access foreground_pixel and background_pixel directly from the frame.
22871 (tty_display): Delete.
22872 (struct frame): Add buried_buffer_list, foreground_pixel,
22873 background_pixel and terminal. Delete kboard.
22874 (union output_data): Add tty.
22875 (FRAME_KBOARD): Get the kboard from the terminal.
22876 (FRAME_INITIAL_P): New macro.
22877 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
22878 (Qterm_environment_variable, Qdisplay_environment_variable)
22879 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
22880 New declarations.
22881
22882 * termchar.h (tty_output, tty_display_info): New structures.
22883 (tty_list): Declare.
22884 (FRAME_TTY, CURTTY): New macros.
22885 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
22886 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
22887 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
22888 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
22889
22890 * callproc.c: Include frame.h and termhooks.h, for terminal
22891 parameters.
22892 (add_env): New function.
22893 (child_setup): Use it.
22894 (child_setup, getenv_internal): Handle the new Vprocess_environment.
22895 (getenv_internal): Fix get_terminal_param call.
22896 (Fgetenv_internal, egetenv): Update doc.
22897 (syms_of_callproc): Initialize Vprocess_environment to nil.
22898 Register and initialize them. Remove obsolete defvars. Update doc
22899 strings.
22900 (child_setup): Handle Vlocal_environment_variables.
22901 (getenv_internal): Add terminal parameter.
22902 Handle Vlocal_environment_variables.
22903 (Fgetenv_internal): Add terminal parameter.
22904 (child_setup, getenv_internal, Fgetenv_internal): Store the local
22905 environment in a frame (not terminal) parameter. Update doc strings.
22906 (set_initial_environment): Rename from set_global_environment.
22907 Store Emacs environment in initial frame parameter.
22908
22909 * xdisp.c (redisplay_internal): Update references to
22910 `previous_terminal_frame'.
22911 (display_mode_line, Fformat_mode_line): Replace calls to
22912 `push_frame_kboard' with `push_kboard'.
22913 (get_glyph_string_clip_rects): Add extra parentheses and
22914 braces to prevent compiler warnings.
22915 (calc_pixel_width_or_height): Add xassert to check that the
22916 frame is alive. Don't call `lookup_image' on a termcap frame.
22917 (message2_nolog, message3_nolog, redisplay_internal)
22918 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
22919 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
22920 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
22921 (Fx_display_pixel_width, Fx_display_pixel_height)
22922 (Fx_display_planes, Fx_display_color_cells)
22923 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
22924 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
22925 (Fx_display_backing_store, Fx_display_visual_class)
22926 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
22927 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
22928
22929 * xfns.c (x_set_foreground_color x_set_background_color)
22930 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
22931 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22932 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
22933 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
22934 terminal that is being deleted.
22935 (Fx_create_frame): Use `store_frame_param' to set `window-system'
22936 frame parameter, and make sure it overrides any user-supplied setting.
22937 (Fx_close_connection, Fx_synchronize): Unify argument names with
22938 the rest of the DEFUNs.
22939
22940 * dispnew.c (Fsend_string_to_terminal): Update call to
22941 `get_tty_terminal'.
22942 (Fredraw_frame, Fsend_string_to_terminal)
22943 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
22944 FRAME_TERMCAP_P and FRAME_TTY.
22945 (window_change_signal): Don't believe width/height values that are
22946 impossibly small.
22947 (Vinitial_window_system): Rename from Vwindow_system.
22948 (termscript, Wcm, rif): Delete.
22949
22950 * termhooks.h (struct terminal): New struct containing the
22951 previously global text display hooks and new members NAME,
22952 DELETED and PARAM_ALIST.
22953 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
22954 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
22955 (FRAME_RIF): New macros.
22956 (get_terminal_param, get_device): New declarations.
22957 (termscript): Delete declaration.
22958
22959 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
22960 (XTflash, x_free_frame_resources, x_scroll_bar_create)
22961 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
22962 FRAME_FOREGROUND_PIXEL.
22963 (x_fully_uncatch_errors): Disable definition.
22964 (x_scroll_bar_expose): Fix reference to foreground pixel.
22965 (XTread_socket): Disable loop on all X displays.
22966 (x_delete_terminal): Don't set terminal->deleted and let
22967 delete_terminal delete the frames on the terminal.
22968 (x_delete_display): Doc update to reflect changes in
22969 delete_terminal.
22970 (x_display_info) <terminal>: Move member earlier in the struct.
22971 (deleting_tty): Remove old variable.
22972 (Fsuspend_tty): Call clear_tty_hooks.
22973 (Fresume_tty, init_tty): Call set_tty_hooks.
22974 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
22975 errors on X frames.
22976 (x_catch_errors_unwind): Abort if x_error_message is NULL.
22977 (handle_one_xevent): Initialize `f' to NULL.
22978 (x_delete_terminal, x_create_terminal): New functions.
22979 (XTset_terminal_modes, XTreset_terminal_modes)
22980 (XTread_socket, x_connection_closed, x_term_init)
22981 (x_term_init, x_delete_display): Add terminal parameter.
22982 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
22983 X connections.
22984
22985 * frame.c: Include termchar.h.
22986 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
22987 (Qwindow_system, Qenvironment, Qterm_environment_variable)
22988 (Qdisplay_environment_variable): New vars.
22989 (Fframep): Deal with output_initial.
22990 (Fframe-live-p): Doc fix.
22991 (Fwindow-system): New function.
22992 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
22993 (make_terminal_frame): Don't create frames on a terminal that is
22994 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22995 (store_frame_param): Check for found_for_frame before calling XFRAME.
22996 (Fmake_terminal_frame): Handle NULL tty names correctly.
22997 (syms_of_frame): Enhance doc string of `default-frame-alist'.
22998 (Fdelete_frame): Remove unused variable `count'. Don't allow other
22999 frames to refer to a deleted frame in their 'environment parameter.
23000 (Fframe_with_environment): New function.
23001 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
23002 (get_future_frame_param): New function.
23003 (Fmake_terminal_frame): Use it.
23004 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
23005
23006 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
23007 * sysdep.c (reset_sys_modes): Update for renames.
23008
23009 * keyboard.c (tty_read_avail_input): New function.
23010 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
23011 (syms_of_keyboard): Defsubr them.
23012 (Fset_input_meta_mode, Fset_quit_char): New functions.
23013 (Fset_input_mode): Split to above functions.
23014 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
23015 parameter. Use it in call to `read_char'.
23016 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
23017 Set wrong_kboard_jmpbuf correctly in recursive calls.
23018 Use current_kboard to access Vkeyboard_translate_table.
23019 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
23020 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
23021 Update longjmp invocations. Remember the original current_kboard,
23022 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
23023 changes it. Comment out unnecessary calls to
23024 `record_single_kboard_state' and `any_kboard_state'.
23025 Update recursive calls.
23026 (wrong_kboard_jmpbuf): Remove global variable.
23027 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
23028 Handle deleted interrupted_kboards correctly; that is a legal
23029 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
23030 and read_char calls. Abort if interrupted_kboard died in read_char.
23031 (any_kboard_state, single_kboard_state)
23032 (push_frame_kboard): Remove function.
23033 (pop_kboard): Switch out of single_kboard mode if the kboard has
23034 been deleted. Remove unused variable. Help debugging by not
23035 changing current_kboard unnecessarily. Set current_kboard to the
23036 kboard of the selected frame when the stored kboard object has
23037 been deleted before pop_kboard.
23038 (temporarily_switch_to_single_kboard): Change first parameter to a
23039 frame pointer. Throw an error when caller wants to change kboards
23040 while in single_kboard mode. Don't push_kboard if we weren't in
23041 single kboard state. Don't pop_kboard if we popped into any
23042 kboard state.
23043 (restore_kboard_configuration): Abort if pop_kboard changed the
23044 kboard in single_kboard mode. Call pop_kboard only after setting
23045 up single_kboard mode.
23046 (Frecursive_edit): Switch to single_kboard mode only in nested
23047 command loops.
23048 (cmd_error, command_loop, command_loop_1, timer_check):
23049 Comment out unnecessary call to `any_kboard_state' and
23050 `record_single_kboard_state'.
23051 (delete_kboard): Exit single_kboard mode if we have just deleted
23052 that kboard. Use FRAME_KBOARD.
23053 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
23054 `fatal_error_signal'.
23055 (record_single_kboard_state): Don't push_kboard if we weren't in
23056 single kboard state. Don't pop_kboard if we popped into any
23057 kboard state.
23058 (push_frame_kboard): Rename to push_kboard.
23059 (kbd_buffer_get_event): Use FRAME_TERMINAL.
23060 (read_avail_input): Read input from all terminals.
23061 (mark_kboards): Also mark Vkeyboard_translate_table.
23062 (kbd_buffer_store_event_hold): Simplify condition.
23063 (read_key_sequence): Reinitialize fkey and keytran at each replay.
23064 (Vkeyboard_translate_table): Move to struct kboard.
23065 (init_kboard): Initialize Vkeyboard_translate_table.
23066 (syms_of_keyboard): Use DEFVAR_KBOARD to define
23067 Vkeyboard_translate_table. Update doc strings. Update docs of
23068 local-function-key-map and function-key-map.
23069
23070 * terminal.c: New file.
23071
23072 * term.c: Include errno.h.
23073 (Vring_bell_function, device_list, initial_device)
23074 (next_device_id, ring_bell, update_begin, update_end)
23075 (set_terminal_window, cursor_to, raw_cursor_to)
23076 (clear_to_end, clear_frame, clear_end_of_line)
23077 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
23078 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
23079 (syms_of_term): Move their initialization to terminal.c.
23080 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
23081 (Ftty_display_color_cells)
23082 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
23083 (clear_tty_hooks, set_tty_hooks)
23084 (init_tty, maybe_fatal): New functions.
23085 (Ftty_type): Return nil if terminal is not on a tty instead of
23086 throwing an error. Doc update.
23087 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
23088 Doc update. Initialize new subrs and variables.
23089 (delete_tty): Use terminal->deleted.
23090 (tty_set_terminal_modes): Rename from set_terminal_modes.
23091 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
23092 (set_scroll_region): Rename to `tty_set_scroll_region'.
23093 (turn_on_insert): Rename to `tty_turn_on_insert'.
23094 (turn_off_insert): Rename to `tty_turn_off_insert'.
23095 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
23096 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
23097 (toggle_highligh): Rename to `tty_toggle_highlight'.
23098 (background_highlight): Rename to `tty_background_highlight'.
23099 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
23100 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
23101 (tty_set_scroll_region, tty_background_highlight)
23102 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
23103 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
23104 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
23105 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
23106 Add static modifier.
23107 (tty_reset_terminal_modes, tty_set_terminal_window)
23108 (tty_set_scroll_region, tty_background_highlight)
23109 (tty_highlight_if_desired, tty_cursor_to)
23110 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
23111 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
23112 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
23113 renames.
23114
231152007-08-28 Jan Djärv <jan.h.d@swipnet.se>
23116
23117 * keyboard.c: Qrtl is new.
23118 (parse_tool_bar_item): Handle :rtl keyword.
23119 (syms_of_keyboard): Intern :rtl keyword.
23120
23121 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
23122
23123 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
23124 so no Lisp code is executed.
23125 (file_for_image, find_rtl_image): New functions.
23126 (xg_get_image_for_pixmap): Use file_for_image.
23127 (update_frame_tool_bar): If direction is RTL, use RTL image if
23128 defined. Use Gtk stock images if defined.
23129
231302007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23131
23132 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
23133 for nonexistent or zero-width glyph in composition glyph.
23134
231352007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
23136
23137 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
23138
23139 * xdisp.c (Finvisible_p): New function.
23140 (syms_of_xdisp): defsubr it.
23141
231422007-08-24 Juanma Barranquero <lekktu@gmail.com>
23143
23144 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
23145 Doc fixes.
23146
231472007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23148
23149 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
23150
231512007-08-24 Martin Rudalics <rudalics@gmx.at>
23152
23153 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
23154 whether decoding has modified buffer contents.
23155
231562007-08-24 Jason Rumney <jasonr@gnu.org>
23157
23158 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
23159 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
23160 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
23161 (init_svg_functions) [HAVE_NTGUI]: New function.
23162 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
23163 (svg_load_image): Use them.
23164 (svg_load_image) [HAVE_NTGUI]: Implement background.
23165
231662007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23167
23168 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
23169 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
23170 (LIBX): Remove @RSVG_LIBS@.
23171 (LIBES): Add $(RSVG_LIBS).
23172
23173 * image.c (svg_load_image): Blend with specified background if exists.
23174 Use IMAGE_BACKGROUND. Add Mac OS Support.
23175
23176 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
23177 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
23178 Remove macros.
23179 [MAC_OSX] (socket_callback): Do nothing.
23180 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
23181 ReceiveNextEvent.
23182 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
23183 socket_callback.
23184 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
23185
231862007-08-22 Glenn Morris <rgm@gnu.org>
23187
23188 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
23189
231902007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
23191
23192 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
23193
23194 * image.c: Add support for SVG images. Some additional comments
23195 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
23196 (svg_image_p): New function to test for SVG image.
23197 (svg_load): New function to load SVG image.
23198 (svg_load_image): New function, helper for svg_load.
23199 (Qsvg): New Lisp_object.
23200 (svg_keyword_index): New enum.
23201 (svg_format): New static `image_keyword' struct.
23202 (svg_type): New static `image_type' struct.
23203 (librsvg/rsvg.h): Include it.
23204
232052007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
23206
23207 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
23208
232092007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23210
23211 * lread.c (Qold_style_backquotes): New var.
23212 (syms_of_lread): Init and staticpro it.
23213 (load_warn_old_style_backquotes): New fun.
23214 (Fload): Use them to warn about old style backquotes.
23215 (end_of_file_error, Fload): Remove unused vars.
23216
23217 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
23218
23219 * lread.c (Vold_style_backquotes): New var.
23220 (syms_of_lread): Init and export it to Elisp.
23221 (read1): Set it when we find an old-style (back)quote.
23222
232232007-08-22 Jason Rumney <jasonr@gnu.org>
23224
23225 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
23226
232272007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
23228
23229 * puresize.h (BASE_PURESIZE): Increase to 1140000.
23230
232312007-08-19 Richard Stallman <rms@gnu.org>
23232
23233 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
23234
232352007-08-19 Andreas Schwab <schwab@suse.de>
23236
23237 * alloc.c (pure): Round PURESIZE up.
23238
232392007-08-17 Jan Djärv <jan.h.d@swipnet.se>
23240
23241 * xterm.c (handle_one_xevent): Remove check that mouse click is in
23242 active frame.
23243
232442007-08-16 Richard Stallman <rms@gnu.org>
23245
23246 * eval.c (Fcommandp): Add parens to clarify.
23247
23248 * minibuf.c (Fall_completions): Use enum for type of table.
23249
23250 * emacs.c (USAGE2): Improve text.
23251
232522007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
23253
23254 * term.c (tty_default_color_capabilities): Declare static
23255 variables in file scope, to avoid HPUX compiler problem.
23256
232572007-08-13 Jan Djärv <jan.h.d@swipnet.se>
23258
23259 * gtkutil.c (update_frame_tool_bar): Use -1 as index
23260 to gtk_toolbar_insert.
23261
232622007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
23263
23264 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
23265
23266 * insdel.c (reset_var_on_error): New fun.
23267 (signal_before_change, signal_after_change):
23268 Use it to reset (after|before)-change-functions to nil in case of error.
23269 Bind inhibit-modification-hooks to t.
23270 Don't bind (after|before)-change-functions to nil while they run.
23271
232722007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23273
23274 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
23275 filling pixmap with stippled background.
23276
232772007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23278
23279 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
23280 Don't use invisible frame as parent window for repositioning.
23281
232822007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
23283
23284 * print.c (new_backquote_output): Rename from old_backquote_output.
23285 (print): Inverse its logic (according to its name) so as to match the
23286 behavior of new_backquote_flag in lread.c.
23287
232882007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23289
23290 * gmalloc.c (posix_memalign): New function.
23291
23292 * macterm.c (frame_highlight, frame_unhighlight): Don't call
23293 ActivateControl/DeactivateControl here.
23294 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
23295 frame-notice-user-settings is non-nil.
23296 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
23297 for kEventParamFMFontStyle.
23298 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
23299 mac_pass_command_to_system and mac_pass_control_to_system here.
23300 (XTread_socket): Call ActivateControl/DeactivateControl here.
23301 (XTread_socket) [TARGET_API_MAC_CARBON]:
23302 Check mac_pass_command_to_system and mac_pass_control_to_system here.
23303 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
23304 for window repositioning.
23305
233062007-08-08 Glenn Morris <rgm@gnu.org>
23307
23308 * Replace `iff' in doc-strings and comments.
23309
233102007-08-07 Chong Yidong <cyd@stupidchicken.com>
23311
23312 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
23313
233142007-08-07 Martin Rudalics <rudalics@gmx.at>
23315
23316 * fileio.c (Finsert_file_contents): Run format-decode and
23317 after_insert_file_functions on entire buffer when REPLACE is
23318 non-nil and inhibit modification_hooks and point_motion_hooks.
23319 For consistency, run after_insert_file_functions iff something
23320 got inserted. Move signal_after_change and update_compositions
23321 after code running after_insert_file_functions. Make sure that
23322 undo_list doesn't record intermediate steps of the decoding process.
23323
233242007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23325
23326 * emacs.c (main)
23327 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
23328 Call malloc_enable_thread on interactive startup.
23329
23330 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
23331 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
23332 [USE_PTHREAD]: Conditionalize with it.
23333 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
23334 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
23335 New functions.
23336
233372007-08-06 Chong Yidong <cyd@stupidchicken.com>
23338
23339 * xdisp.c (redisplay_window): When restoring original buffer
23340 position, make sure it is still valid.
23341
23342 * image.c (png_load): Ignore png-supplied background color.
23343
233442007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23345
23346 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
23347 Use kCFAbsoluteTimeIntervalSince1970.
23348
23349 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
23350 New variable.
23351 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
23352 event loop should be quit.
23353 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
23354 Quit dialog event loop if quit_dialog_event_loop is set.
23355
23356 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
23357 (Selection): New typedef. Use instead of ScrapRef.
23358 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
23359 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
23360 (mac_clear_selection): Rename from clear_scrap.
23361 (get_flavor_type_from_symbol): New argument SEL and subsume function of
23362 scrap_has_target_type. All uses changed.
23363 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
23364 (mac_selection_has_target_p): New functions.
23365 (mac_put_selection_value): Rename from put_scrap_string.
23366 (mac_get_selection_value): Rename from get_scrap_string.
23367 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
23368 (put_scrap_private_timestamp, scrap_has_target_type)
23369 (get_scrap_private_timestamp): Remove functions.
23370 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
23371 (x_own_selection, x_get_local_selection):
23372 Use mac_valid_selection_value_p.
23373 (x_own_selection): Don't use put_scrap_private_timestamp.
23374 Record OWNERSHIP-INFO into Vselection_alist instead.
23375 (x_get_local_selection): Don't check type if request is local.
23376 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
23377 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
23378
233792007-08-04 Jan Djärv <jan.h.d@swipnet.se>
23380
23381 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
23382 add comment explaining why.
23383
233842007-08-03 Richard Stallman <rms@gnu.org>
23385
23386 * fileio.c (Fvisited_file_modtime): Use make_time.
23387
233882007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
23389
23390 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
23391 build.
23392
233932007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
23394
23395 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
23396
233972007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
23398
23399 * puresize.h (BASE_PURESIZE): Increase to 1130000.
23400
234012007-07-30 Richard Stallman <rms@gnu.org>
23402
23403 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
23404
234052007-07-29 Jan Djärv <jan.h.d@swipnet.se>
23406
23407 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
23408
234092007-07-28 Nick Roberts <nickrob@snap.net.nz>
23410
23411 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
23412 remote default-directory.
23413
23414 * buffer.c (mode-line-format): Update doc string.
23415
234162007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23417
23418 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
23419 scroll bar gap.
23420 (x_scroll_bar_create): Set bar->fringe_extended_p.
23421 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
23422 on frame edge. Check fringe background extension. Don't clear
23423 extended fringe background area.
23424
23425 * w32term.h (struct scroll_bar): New member fringe_extended_p.
23426 (w32_fill_area): Enclose multiple statements with do ... while (0).
23427
23428 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
23429 Extend fringe background to scroll bar gap.
23430 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
23431 Set bar->fringe_extended_p.
23432 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23433 Put leftmost/rightmost scroll bars on frame edge. Check fringe
23434 background extension. Don't clear extended fringe background area.
23435
23436 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23437 New member fringe_extended_p.
23438
234392007-07-25 Glenn Morris <rgm@gnu.org>
23440
23441 * Relicense all FSF files to GPLv3 or later.
23442
23443 * COPYING: Switch to GPLv3.
23444
234452007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
23446
23447 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
23448
23449 * data.c (Finteractive_form): Check for the presence of an
23450 `interactive-form' symbol property more thoroughly.
23451
23452 * data.c (Finteractive_form): Use an `interactive-form' property if
23453 present, analogous to the function-documentation property.
23454
234552007-07-24 Jason Rumney <jasonr@gnu.org>
23456
23457 * w32fns.c (x_real_positions): Get real position from OS instead of
23458 calculating it.
23459
234602007-07-23 Jason Rumney <jasonr@gnu.org>
23461
23462 * filelock.c (current_lock_owner): Allow for @ sign in username.
23463
234642007-07-22 Nick Roberts <nickrob@snap.net.nz>
23465
23466 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
23467 remote default-directory.
23468
23469 * buffer.c (mode-line-format): Describe above case in doc string.
23470
234712007-07-20 Eli Zaretskii <eliz@gnu.org>
23472
23473 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
23474 Define if not defined.
23475
234762007-07-18 Jason Rumney <jasonr@gnu.org>
23477
23478 * w32proc.c (w32_executable_type): Handle 64 bit executables.
23479
234802007-07-18 Richard Stallman <rms@gnu.org>
23481
23482 * data.c (Fsetq_default): Doc fix.
23483
23484 * eval.c (Fsetq): Doc fix.
23485
234862007-07-18 Juanma Barranquero <lekktu@gmail.com>
23487
23488 * coding.c (Ffind_operation_coding_system):
23489 * eval.c (For, Fand): Doc fixes.
23490 Reported by Johan Bockgård.
23491
234922007-07-18 Jan Djärv <jan.h.d@swipnet.se>
23493
23494 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
23495
23496 * xterm.h: Declare x_ewmh_activate_frame.
23497
23498 * xterm.c (x_ewmh_activate_frame): New function.
23499 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
23500
235012007-07-17 Martin Rudalics <rudalics@gmx.at>
23502
23503 * window.c (Fdisplay_buffer): If largest or LRU window is the
23504 only window, split it even if it is not eligible for splitting.
23505 This restores the original behavior broken by the 2007-07-15
23506 change.
23507
235082007-07-17 Glenn Morris <rgm@gnu.org>
23509
23510 * abbrev.c (abbrev_check_chars): New function.
23511 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
23512 Call abbrev_check_chars to check abbrev characters are word
23513 constituents. Doc fix.
23514
235152007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
23516
23517 * process.c (Fstart_process, Fmake_network_process)
23518 (read_process_output): Fix up last changes.
23519
235202007-07-16 Eli Zaretskii <eliz@gnu.org>
23521
23522 * makefile.w32-in (clean): Don't delete *~.
23523
235242007-07-16 Andreas Schwab <schwab@suse.de>
23525
23526 * window.c (Fdisplay_buffer): Use NILP.
23527 (Fset_window_scroll_bars): Likewise.
23528
235292007-07-15 Martin Rudalics <rudalics@gmx.at>
23530
23531 * window.c (window_min_size_2): New function.
23532 (window_min_size_1, size_window, Fdisplay_buffer)
23533 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
23534 windows without mode- or header-lines when window-min-height is
23535 too small.
23536 (size_window): Reset nodelete_p after testing it, following an
23537 earlier note by Kim F. Storm.
23538 (display_buffer): Do not set split_height_threshold to twice the
23539 value of window_min_height to avoid changing the value of a
23540 customizable variable. Rather explicitly check whether the
23541 height of the window that shall be splitted is at least as large
23542 as split_height_threshold.
23543 (Fwindow_full_width_p): New defun.
23544 (syms_of_window): Defsubr it.
23545
23546 * window.h: Add EXFUN for Fwindow_full_width_p.
23547
235482007-07-14 Jason Rumney <jasonr@gnu.org>
23549
23550 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
23551
235522007-07-14 Richard Stallman <rms@gnu.org>
23553
23554 * eval.c (maybe_call_debugger): New function.
23555 (find_handler_clause): Use maybe_call_debugger.
23556 Call it when the handler says `debug'.
23557 Eliminate DEBUGGER_VALUE_PTR.
23558 (Fsignal): Eliminate debugger_value.
23559 (Qdebug): New variable.
23560 (syms_of_eval): Initialize it.
23561
235622007-07-14 Juanma Barranquero <lekktu@gmail.com>
23563
23564 * eval.c (Fprogn):
23565 * keyboard.c (Ftrack_mouse):
23566 * print.c (Fwith_output_to_temp_buffer):
23567 * window.c (Fsave_window_excursion): Doc fix.
23568
235692007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
23570
23571 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
23572
235732007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
23574
23575 * process.h (struct Lisp_Process): Turn slots infd, outfd,
23576 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
23577 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
23578 read_output_delay, and read_output_skip from Lisp_Objects to ints.
23579 Remove unused encoding_carryover.
23580 * process.c: Adjust all functions accordingly.
23581
235822007-07-12 Richard Stallman <rms@gnu.org>
23583
23584 * term.c: Include unistd.h only if HAVE_UNISTD_H.
23585
235862007-07-11 Jason Rumney <jasonr@gnu.org>
23587
23588 * makefile.w32-in (LIBS): Include OLE32.
23589
23590 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
23591 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
23592
235932007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
23594
23595 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
23596 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
23597 from a Lisp_Object into a bare pointer.
23598 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
23599 Adjust the code correspondingly.
23600
23601 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
23602
23603 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
23604 (term_show_mouse_face): Remove unused var `j'.
23605 (handle_one_term_event): Remove unused vars `i' and `j'.
23606 Don't cast return value of ttyname since it's not necessary.
23607
236082007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
23609
23610 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
23611 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
23612
23613 * fns.c (map_char_table): Use an array of int for `indices' rather than
23614 an array of Lisp_Objects (which are only ever integers anyway).
23615 (Fmap_char_table): Update caller.
23616 * lisp.h: Update prototype.
23617 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
23618 * fontset.c (Ffontset_info):
23619 * casetab.c (set_case_table): Update callers.
23620
23621 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
23622
23623 * keymap.c (struct accessible_keymaps_data)
23624 (struct where_is_internal_data): New structures.
23625 (accessible_keymaps_1, where_is_internal_1): Use them to change
23626 interface to adhere to the one used by map_keymap.
23627 (Faccessible_keymaps, where_is_internal): Use map_keymap.
23628 (accessible_keymaps_char_table, where_is_internal_2): Remove.
23629
23630 * keymap.h (map_keymap_function_t): More informative prototype.
23631
236322007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
23633
23634 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
23635 (looking_at_1): Don't change search_regs and last_thing_searched
23636 if `inhibit-changing-match-data' is non-nil.
23637 (string_match_1, search_buffer, set_search_regs): Likewise.
23638 (syms_of_search): Add Lisp level definition for
23639 `inhibit-changing-match-data' and set it to nil.
23640 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
23641 start and end of the match, instead of using values in search_regs.
23642
236432007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23644
23645 * minibuf.c (Fcompleting_read): New value `confirm-only'
23646 for `require-match'.
23647
236482007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
23649
23650 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
23651 part of the 2007-06-27 change to syms_of_fileio.
23652
236532007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23654
23655 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
23656 Check WINDOWP before using XWINDOW. Consolidate return statements.
23657
236582007-06-27 Richard Stallman <rms@gnu.org>
23659
23660 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
23661
236622007-06-27 Juanma Barranquero <lekktu@gmail.com>
23663
23664 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
23665
236662007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23667
23668 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
23669 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
23670 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
23671 (_free_internal, memalign): Use them.
23672 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
23673 Initialize to PTHREAD_MUTEX_INITIALIZER.
23674 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
23675 (morecore_nolock): Rename from morecore. All uses changed.
23676 Use only nolock versions of internal allocation functions.
23677 (_malloc_internal_nolock, _realloc_internal_nolock)
23678 (_free_internal_nolock): New functions created from
23679 _malloc_internal, _realloc_internal, and _free_internal.
23680 (_malloc_internal, _realloc_internal, _free_internal): Use them.
23681 Copy hook value to automatic variable before its use.
23682 (memalign): Copy hook value to automatic variable before its use.
23683
236842007-06-26 Kenichi Handa <handa@m17n.org>
23685
23686 * coding.c (Ffind_operation_coding_system): Docstring improved.
23687 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
23688
236892007-06-25 David Kastrup <dak@gnu.org>
23690
23691 * keymap.c (Fcurrent_active_maps): Add `position' argument.
23692 (Fwhere_is_internal): Adjust call to `current-active-maps' to
23693 cater for additional parameter.
23694
23695 * keymap.h: Adjust number of parameters to `current-active-maps'.
23696
23697 * doc.c (Fsubstitute_command_keys): Adjust call of
23698 `current-active-maps'.
23699
237002007-06-25 David Kastrup <dak@gnu.org>
23701
23702 * callint.c (Fcall_interactively): Make the parsing of interactive
23703 specs somewhat more readable.
23704
237052007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23706
23707 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
23708 to scroll bar gap also when bitmap fills fringe. Draw only foreground
23709 if extended background has already been filled.
23710
237112007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23712
23713 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
23714 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
23715
23716 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
23717 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
23718 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
23719 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
23720 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
23721 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
23722 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
23723 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
23724 Run timers during dialog popup.
23725 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
23726
237272007-06-21 Jason Rumney <jasonr@gnu.org>
23728
23729 * image.c (convert_mono_to_color_image): Swap fore and background.
23730
237312007-06-20 Jason Rumney <jasonr@gnu.org>
23732
23733 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
23734 (w32_free_bdf_font): Unmap memory not handle.
23735
237362007-06-20 Sam Steingold <sds@gnu.org>
23737
23738 * gmalloc.c (__morecore): Fix the declaration to comply with the
23739 definition.
23740
237412007-06-20 Juanma Barranquero <lekktu@gmail.com>
23742
23743 * w32term.c (w32_delete_display): Remove leftover declaration.
23744 (w32_define_cursor, w32_initialize): Make static.
23745
23746 * w32.c (_wsa_errlist): Fix typo in error message.
23747 (init_environment): Ignore any environment variable from the
23748 registry having a null value.
23749
237502007-06-20 Glenn Morris <rgm@gnu.org>
23751
23752 * Makefile.in (LIBGIF): Default to -lgif.
23753
237542007-06-17 Jason Rumney <jasonr@gnu.org>
23755
23756 * w32menu.c (add_menu_item): Don't use multibyte string functions on
23757 unicode strings.
23758
237592007-06-16 Juanma Barranquero <lekktu@gmail.com>
23760
23761 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
23762 Fix typo in docstring.
23763
237642007-06-16 Eli Zaretskii <eliz@gnu.org>
23765
23766 * w32menu.c (add_menu_item): Escape `&' characters in menu items
23767 and their keybindings.
23768
237692007-06-15 Chong Yidong <cyd@stupidchicken.com>
23770
23771 * composite.c (update_compositions): Fix last fix.
23772
237732007-06-14 Jason Rumney <jasonr@gnu.org>
23774
23775 * w32.c (get_process_times_fn): New function pointer.
23776 (globals_of_w32): Intialize it if present in kernel32.dll.
23777 (w32_get_internal_run_time): New function.
23778
23779 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
23780
237812007-06-14 Kenichi Handa <handa@etlken.m17n.org>
23782
23783 * composite.c (update_compositions): Check the validness of
23784 compositions.
23785
237862007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23787
23788 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
23789 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
23790
23791 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
23792 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
23793
23794 * macgui.h (USE_MAC_TOOLBAR): New define.
23795
23796 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
23797 Return immediately unless popup is activated.
23798
23799 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
23800 background to scroll bar gap.
23801 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
23802 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
23803 scroll bars on frame edge. Check fringe background extension.
23804 Don't clear extended fringe background area.
23805 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
23806 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
23807 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
23808 [USE_MAC_TOOLBAR]: New macros.
23809 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
23810 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
23811 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
23812 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
23813 [USE_MAC_TOOLBAR]: New functions.
23814 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
23815 manually if previous repositioning has failed.
23816 (mac_handle_keyboard_event): Use precomputed event kind.
23817 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
23818 as tool bar item click. Handle mouse movement over tool bar items.
23819
23820 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
23821 toolbar_win_gravity.
23822 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
23823 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
23824 Add externs.
23825
23826 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
23827 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
23828
238292007-06-14 Chong Yidong <cyd@stupidchicken.com>
23830
23831 * image.c (search_image_cache): Remove unused variable.
23832
238332007-06-13 Chong Yidong <cyd@stupidchicken.com>
23834
23835 * xfns.c, xmenu.c: Link to xaw3d if available.
23836
238372007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23838
23839 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
23840 frame_foreground and frame_background.
23841
23842 * image.c (lookup_image): Save frame foreground and background colors.
23843 (search_image_cache): Check if saved and current frame colors match.
23844
238452007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
23846
23847 * regex.c (regex_compile): Remove the `regnum' counter.
23848 Use bufp->re_nsub instead. Add support for \(?N:RE\).
23849
238502007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
23851
23852 * term.c: Include intervals.h to declare Fget_text_property.
23853
238542007-06-10 Jason Rumney <jasonr@gnu.org>
23855
23856 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
23857
238582007-06-08 Juanma Barranquero <lekktu@gmail.com>
23859
23860 * callint.c (Fcall_interactively):
23861 * editfns.c (Fdelete_and_extract_region):
23862 * fileio.c (Fread_file_name):
23863 * fns.c (Fmapconcat):
23864 * keyboard.c (cmd_error_internal):
23865 * keymap.c (Fkey_description):
23866 * lread.c (openp):
23867 * minibuf.c (read_minibuf):
23868 * search.c (wordify):
23869 * sunfns.c (sel_read):
23870 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
23871 * xfns.c (x_default_scroll_bar_color_parameter):
23872 * xmenu.c (menu_help_callback):
23873 * xselect.c (Fx_get_atom_name):
23874 * xterm.c (x_term_init): Use empty_unibyte_string.
23875
238762007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
23877
23878 * alloc.c (init_strings): Initialize canonical empty strings.
23879 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
23880 canonical empty string when the requested size is 0.
23881
23882 * emacs.c (empty_unibyte_string): Rename from empty_string.
23883 (empty_multibyte_string): New canonical empty string.
23884 (syms_of_emacs): Don't initialize empty_string.
23885
23886 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
23887 string, if appropriate.
23888 (empty_unibyte_string, empty_multibyte_string): New externs.
23889 (empty_string): Remove extern.
23890
23891 * lread.c (syms_of_lread): Use empty_unibyte_string.
23892
238932007-06-07 Jason Rumney <jasonr@gnu.org>
23894
23895 * s/ms-w32.h: Don't define HAVE_TZNAME.
23896
23897 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
23898
238992007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23900
23901 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
23902
23903 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
23904 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
23905
23906 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
23907 Don't call next handler.
23908 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
23909 Remove argument. Install handler to application.
23910 (set_frame_menubar): Don't change deep_p.
23911 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
23912 FRAME_OUTER_TO_INNER_DIFF_Y.
23913 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
23914 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
23915 [HAVE_DIALOGS]: New macros.
23916 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
23917 Use them.
23918 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
23919
23920 * macselect.c [MAC_OSX] (install_service_handler): Rename from
23921 init_service_handler. All callers changed. Return OSStatus value.
23922
23923 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
23924 All callers changed so as not to call SetPortWindowPort.
23925 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
23926 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
23927 mac_draw_string_common.
23928 (mac_draw_image_string_qd): Likewise.
23929 (mac_draw_string_common): Use them. Add INLINE.
23930 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
23931 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
23932 GetGlobalMouse.
23933 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
23934 and FRAME_OUTER_TO_INNER_DIFF_Y.
23935 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
23936 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
23937 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
23938 repositioning window to mac_handle_window_event.
23939 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
23940 saving window location to mac_handle_window_event
23941 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
23942 (install_menu_target_item_handler): Remove argument in extern.
23943 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
23944 Also accept command events.
23945 (do_keystroke): New function created from XTread_socket.
23946 (init_command_handler): Remove functions.
23947 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
23948 and save window location by kEventWindowShowing and kEventWindowHiding
23949 handlers here. Don't call next handler for window state change and
23950 focus events.
23951 (mac_handle_application_event, mac_handle_keyboard_event)
23952 [TARGET_API_MAC_CARBON]: New functions.
23953 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
23954 kEventWindowShowing and kEventWindowHiding events. Move installation
23955 of mouse, font, text input and menu target item handlers to
23956 install_application_handler.
23957 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
23958 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
23959 New function.
23960 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
23961 Register it.
23962 (XTread_socket) [TARGET_API_MAC_CARBON]:
23963 Consolidate SendEventToEventTarget calls.
23964 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
23965 Move application activation handler to mac_handle_application_event.
23966 Move keyboard handler to mac_handle_keyboard_event.
23967 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
23968 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
23969 init_command_handler. Call install_application_handler.
23970
23971 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
23972 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
23973
239742007-06-07 Glenn Morris <rgm@gnu.org>
23975
23976 * emacs.c (main): Use `emacs-copyright' in --version output.
23977
239782007-06-06 Chong Yidong <cyd@stupidchicken.com>
23979
23980 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
23981
239822007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23983
23984 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
23985
23986 * macgui.h: Replace WindowPtr with WindowRef.
23987
23988 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
23989 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
23990 Replace ControlHandle with ControlRef.
23991 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
23992
23993 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
23994 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
23995 Replace ControlHandle with ControlRef.
23996 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
23997 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
23998
23999 * macterm.h (struct scroll_bar): Rename member control_handle_low
24000 and control_handle_high to control_ref_low and control_ref_high.
24001 All uses changed.
24002 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
24003 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
24004 respectively. All uses changed.
24005 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
24006 (install_window_handler, remove_window_handler): Replace WindowPtr
24007 with WindowRef in externs.
24008
240092007-06-05 Juanma Barranquero <lekktu@gmail.com>
24010
24011 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
24012
240132007-06-03 Nick Roberts <nickrob@snap.net.nz>
24014
24015 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
24016
24017 * frame.c (Fmouse_position, Fmouse_pixel_position):
24018 Condition on HAVE_GPM too.
24019
24020 * term.c (term_mouse_highlight): Remove unused variables.
24021 (Fterm_open_connection): Set gpm_zerobased to 1.
24022 (term_mouse_movement, term_mouse_click, handle_one_term_event):
24023 Use zero based co-ordinates.
24024 (handle_one_term_event): Report a drag as mouse movement too.
24025
24026 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
24027
240282007-06-03 Chong Yidong <cyd@stupidchicken.com>
24029
24030 * image.c (search_image_cache): New function. Require background
24031 color match if background color is unspecified in the image spec.
24032 (uncache_image, lookup_image): Use it.
24033
240342007-06-01 Juanma Barranquero <lekktu@gmail.com>
24035
24036 * window.c (Fshrink_window): Reflow docstring.
24037
240382007-06-02 Chong Yidong <cyd@stupidchicken.com>
24039
24040 * Version 22.1 released.
24041
240422007-06-01 Richard Stallman <rms@gnu.org>
24043
24044 * xfns.c (x_encode_text): Add GCPRO.
24045
240462007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24047
24048 * xfns.c (x_set_name_internal): Save encoded name before
24049 x_encode_text in case string data is relocated.
24050
240512007-05-31 Richard Stallman <rms@gnu.org>
24052
24053 * buffer.c (syms_of_buffer): Doc fix.
24054
240552007-05-30 Nick Roberts <nickrob@snap.net.nz>
24056
24057 * sysdep.c (init_sys_modes): Add rather than replace with
24058 O_NONBLOCK.
24059
24060 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
24061 term_mouse_moveto.
24062
24063 * termhooks.h (term_mouse_moveto): New extern.
24064
24065 * term.c (mouse_face_window): Rename...
24066 (Qmouse_face_window): ...to this.
24067 (term_show_mouse_face, term_clear_mouse_face)
24068 (term_mouse_highlight): Use Qmouse_face_window.
24069 (term_mouse_moveto): New function.
24070 (term_mouse_position): Make it work.
24071 (syms_of_term): Uncomment assignment to mouse_position_hook.
24072 Staticpro Qmouse_face_window.
24073
240742007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24075
24076 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
24077 around current_column call.
24078
240792007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
24080
24081 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
24082 * xdisp.c (next_element_from_buffer):
24083 * window.c (delete_window):
24084 * term.c (term_mouse_highlight):
24085 * msdos.c (getdefdir):
24086 * macterm.c (mac_create_bitmap_from_bitmap_data)
24087 (init_font_name_table):
24088 * fns.c (Fsxhash):
24089 * data.c (Fmake_local_variable):
24090 * ccl.c (ccl_driver): Likewise.
24091
240922007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24093
24094 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
24095 Call mac_wakeup_from_rne on window size change.
24096
240972007-05-25 Chong Yidong <cyd@stupidchicken.com>
24098
24099 * image.c (uncache_image): Fix typo.
24100
241012007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
24102
24103 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
24104
241052007-05-22 Richard Stallman <rms@gnu.org>
24106
24107 * xterm.c (x_connection_closed): Remove NO_RETURN.
24108
241092007-05-22 Martin Rudalics <rudalics@gmx.at>
24110
24111 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
24112
241132007-05-21 Chong Yidong <cyd@stupidchicken.com>
24114
24115 * image.c (uncache_image): New function.
24116 (Fimage_refresh): New function.
24117
241182007-05-20 Jan Djärv <jan.h.d@swipnet.se>
24119
24120 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
24121
241222007-05-20 Nick Roberts <nickrob@snap.net.nz>
24123
24124 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
24125 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
24126
241272007-05-20 Nick Roberts <nickrob@snap.net.nz>
24128
24129 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
24130 conditional on [HAVE_GPM_H].
24131
241322007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
24133
24134 * syntax.c (skip_chars): Update syntax-table only after we checked that
24135 the new location is valid.
24136
241372007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24138
24139 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
24140 mac_get_window_bounds.
24141
241422007-05-20 Nick Roberts <nickrob@snap.net.nz>
24143
24144 * Makefile.in (LIBGPM): Allow it to be set from configure.
24145 If set then link Emacs with it.
24146
24147 * config.in: Regenerate.
24148
24149 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
24150 New externs.
24151
24152 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
24153 Include gpm.h.
24154 (handle_one_term_event, term_gpm): New externs.
24155
24156 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
24157 and allow it to be interrupted by SIGIO.
24158
24159 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
24160 (wait_reading_process_output): Wait on gpm_fd too.
24161 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
24162 (add_gpm_wait_descriptor_called_flag): New variable.
24163 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
24164
24165 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
24166 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
24167 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
24168 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
24169 (make_lispy_event): Add case GPM_CLICK_EVENT.
24170 (read_avail_input): Handle mouse input.
24171
24172 * term.c (write_glyphs_with_face): New function.
24173 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
24174 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
24175 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
24176 (mouse_face_face_id, term_gpm, pos_x, pos_y)
24177 (last_mouse_x, last_mouse_y): New variables.
24178 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
24179 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
24180 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
24181 (Fterm_close_connection): New functions.
24182 (term_init): Initialise mouse_face_window.
24183
241842007-05-19 Chong Yidong <cyd@stupidchicken.com>
24185
24186 * xdisp.c (redisplay_window): If first window line is a
24187 continuation line, recompute the new window start instead of
24188 recentering.
24189
241902007-05-18 Glenn Morris <rgm@gnu.org>
24191
24192 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
24193 Suggested by Alfred M. Szmidt <ams@gnu.org>.
24194
241952007-05-17 Glenn Morris <rgm@gnu.org>
24196
24197 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
24198
241992007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24200
24201 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
24202 dead key repeat and up events.
24203
242042007-05-14 Chong Yidong <cyd@stupidchicken.com>
24205
24206 * image.c (pbm_load): Check image size for monochrome pbm.
24207
242082007-05-13 Chong Yidong <cyd@stupidchicken.com>
24209
24210 * xterm.c (XTread_socket): Revert last change.
24211
242122007-05-12 Chong Yidong <cyd@stupidchicken.com>
24213
24214 * image.c (pbm_load): Correctly check image size for greyscale pbm.
24215
24216 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
24217
242182007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24219
24220 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
24221 mixup (YAILOM).
24222
242232007-05-07 Andreas Schwab <schwab@suse.de>
24224
24225 * keymap.c (Flookup_key): Fix typo in last change.
24226
242272007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24228
24229 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
24230 mapping for unibyte strings.
24231
242322007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24233
24234 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
24235 (Fx_popup_dialog) [MAC_OSX]: Likewise.
24236
242372007-04-29 Richard Stallman <rms@gnu.org>
24238
24239 * insdel.c (replace_range): For undo, record insertion first.
24240
242412007-04-29 Andreas Schwab <schwab@suse.de>
24242
24243 * lisp.h (VECSIZE): Use OFFSETOF.
24244
242452007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24246
24247 * xdisp.c (try_window_reusing_current_matrix): Fix number of
24248 disabled lines.
24249
242502007-04-28 Richard Stallman <rms@gnu.org>
24251
24252 * lread.c (read_escape): In a string, \s is always space.
24253
242542007-04-27 Jan Djärv <jan.h.d@swipnet.se>
24255
24256 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
24257
24258 * gtkutil.c (xg_update_menubar, create_menus): Create empty
24259 submenu for menu bar items.
24260
24261See ChangeLog.10 for earlier changes.
24262
24263;; Local Variables:
24264;; coding: utf-8
24265;; add-log-time-zone-rule: t
aac0c6e3
MR
24266;; End:
24267
e3eb1dae 24268 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
aac0c6e3
MR
24269
24270 This file is part of GNU Emacs.
24271
24272 GNU Emacs is free software: you can redistribute it and/or modify
24273 it under the terms of the GNU General Public License as published by
24274 the Free Software Foundation, either version 3 of the License, or
24275 (at your option) any later version.
24276
24277 GNU Emacs is distributed in the hope that it will be useful,
24278 but WITHOUT ANY WARRANTY; without even the implied warranty of
24279 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24280 GNU General Public License for more details.
24281
24282 You should have received a copy of the GNU General Public License
24283 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24284
24285;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40