Fix prototypes.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
438105ed
JB
12010-07-04 Juanma Barranquero <lekktu@gmail.com>
2
3 Fix prototypes.
4
5 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
6 * fileio.c (read_non_regular, read_non_regular_quit): Pass Lisp_Object,
7 as required by internal_condition_case_1.
8 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
9 (analyse_first): Fix "const const".
10
971de7fb
DN
112010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
12
13 * alloc.c: Convert function definitions to standard C.
14 * atimer.c:
15 * bidi.c:
16 * bytecode.c:
17 * callint.c:
18 * callproc.c:
19 * casefiddle.c:
20 * casetab.c:
21 * category.c:
22 * ccl.c:
23 * character.c:
24 * charset.c:
25 * chartab.c:
26 * cmds.c:
27 * coding.c:
28 * composite.c:
29 * data.c:
30 * dbusbind.c:
31 * dired.c:
32 * dispnew.c:
33 * doc.c:
34 * doprnt.c:
35 * ecrt0.c:
36 * editfns.c:
37 * fileio.c:
38 * filelock.c:
39 * filemode.c:
40 * fns.c:
41 * font.c:
42 * fontset.c:
43 * frame.c:
44 * fringe.c:
45 * ftfont.c:
46 * ftxfont.c:
47 * gtkutil.c:
48 * indent.c:
49 * insdel.c:
50 * intervals.c:
51 * keymap.c:
52 * lread.c:
53 * macros.c:
54 * marker.c:
55 * md5.c:
56 * menu.c:
57 * minibuf.c:
58 * prefix-args.c:
59 * print.c:
60 * ralloc.c:
61 * regex.c:
62 * region-cache.c:
63 * scroll.c:
64 * search.c:
65 * sound.c:
66 * strftime.c:
67 * syntax.c:
68 * sysdep.c:
69 * termcap.c:
70 * terminal.c:
71 * terminfo.c:
72 * textprop.c:
73 * tparam.c:
74 * undo.c:
75 * unexelf.c:
76 * window.c:
77 * xfaces.c:
78 * xfns.c:
79 * xfont.c:
80 * xftfont.c:
81 * xgselect.c:
82 * xmenu.c:
83 * xrdb.c:
84 * xselect.c:
85 * xsettings.c:
86 * xsmfns.c:
87 * xterm.c: Likewise.
88
ae492bec
EZ
892010-07-03 Eli Zaretskii <eliz@gnu.org>
90
76ea4cc9
EZ
91 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
92 frames other than the initial one. Fix reversal of colors when
93 `reverse' is specified in the frame parameters. Call
94 update_face_from_frame_parameter instead of
95 internal-set-lisp-face-attribute. Initialize screen colors from
96 initial_screen_colors[] when f->default_face_done_p is zero,
97 instead of depending on being called with default-frame-alist as
98 the alist argument.
99
100 * xfaces.c (update_face_from_frame_parameter): Move out of
101 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
102 with HAVE_WINDOW_SYSTEM.
103
1e6255ae
EZ
104 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
105 to menu-bar-mode, if not set in the frame parameters or in
106 default-frame-alist.
107
ae492bec
EZ
108 * w32console.c (sys_tputs): Adjust argument list to prototype in
109 term.c.
110
3a35a84c
JB
1112010-07-03 Juanma Barranquero <lekktu@gmail.com>
112
113 * lisp.h (memory_warnings): Fix prototype.
114
115 * cm.h (evalcost): Fix prototype.
116
117 * cm.c (evalcost): Fix arg type.
118
c532d349
DN
1192010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
120
121 * term.c (term_clear_mouse_face, Fidentity):
122 * syssignal.h (signal_handler_t):
123 * lisp.h (memory_warnings):
124 * coding.h (preferred_coding_system):
125 * cm.h (evalcost):
126 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
127
c0b36d46
EZ
1282010-07-02 Eli Zaretskii <eliz@gnu.org>
129
130 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
131 from prototypes.
132
133 * msdos.h (load_pixmap): Don't define away.
134
383e0970
J
1352010-07-02 Jan Djärv <jan.h.d@swipnet.se>
136
f57e2426
J
137 * lisp.h:
138 * atimer.h: Remove define for P_.
139
140 * alloc.c: Remove __P and P_ from .c and .m files.
141 * atimer.c:
142 * buffer.c:
143 * callint.c:
144 * category.c:
145 * charset.c:
146 * chartab.c:
147 * cm.c:
148 * coding.c:
149 * composite.c:
150 * data.c:
151 * dired.c:
152 * dispnew.c:
153 * doc.c:
154 * editfns.c:
155 * emacs.c:
156 * eval.c:
157 * fileio.c:
158 * filelock.c:
159 * fns.c:
160 * font.c:
161 * fontset.c:
162 * frame.c:
163 * ftfont.c:
164 * ftxfont.c:
165 * gmalloc.c:
166 * gtkutil.c:
167 * image.c:
168 * indent.c:
169 * intervals.c:
170 * keyboard.c:
171 * keymap.c:
172 * lread.c:
173 * marker.c:
174 * menu.c:
175 * minibuf.c:
176 * print.c:
177 * process.c:
178 * scroll.c:
179 * search.c:
180 * sound.c:
181 * strftime.c:
182 * syntax.c:
183 * sysdep.c:
184 * term.c:
185 * terminal.c:
186 * textprop.c:
187 * unexalpha.c:
188 * w32console.c:
189 * w32fns.c:
190 * w32font.c:
191 * w32menu.c:
192 * w32term.c:
193 * w32uniscribe.c:
194 * window.c:
195 * xdisp.c:
196 * xfaces.c:
197 * xfns.c:
198 * xfont.c:
199 * xftfont.c:
200 * xmenu.c:
201 * xselect.c:
202 * xterm.c: Likewise.
203
383e0970 204 Remove P_ and __P macros.
f57e2426
J
205 * atimer.h: Remove P_ and __P macros.
206 * buffer.h:
383e0970
J
207 * category.h:
208 * ccl.h:
209 * character.h:
210 * charset.h:
211 * cm.h:
212 * coding.h:
213 * composite.h:
214 * dispextern.h:
215 * disptab.h:
9e892c8d 216 * dosfns.h:
383e0970
J
217 * font.h:
218 * fontset.h:
219 * frame.h:
220 * gtkutil.h:
221 * indent.h:
222 * intervals.h:
223 * keyboard.h:
224 * keymap.h:
225 * lisp.h:
226 * macros.h:
227 * md5.h:
228 * menu.h:
229 * msdos.h:
230 * nsterm.h:
231 * puresize.h:
232 * region-cache.h:
233 * syntax.h:
234 * syssignal.h:
235 * systime.h:
236 * termhooks.h:
9e892c8d 237 * w32font.h:
383e0970
J
238 * w32term.h:
239 * widget.h:
240 * window.h:
241 * xgselect.h:
242 * xsettings.h:
243 * xterm.h: Likewise.
244
98601119
DN
2452010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
246
d9170db5
DN
247 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
248
98601119
DN
249 Cleanup old code.
250 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
251 * syssignal.h: Remove code for Lynx, not supported anymore.
252 * vm-limit.c: Remove unused code the depends on emacs not being
253 defined and NO_LIM_DATA being defined.
254 * mem-limits.h: Remove dead code.
255
1f984e12
J
2562010-07-01 Jan Djärv <jan.h.d@swipnet.se>
257
c49d071a
J
258 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
259
9d5405ec
J
260 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
261 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
262
7a18115b
J
263 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
264 parameters, they are already absolute.
265
581a8100
J
266 * nsterm.m (x_set_window_size, initFrameFromEmacs): Renamed
267 FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
268
269 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGH
270
271 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar): Update
272 FRAME_TOOLBAR_HEIGHT.
273
1f984e12
J
274 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add
275 BLOCK/UNBLOCK_INPUT so asserts don't trigger.
276
c1ef4455
CY
2772010-06-30 Chong Yidong <cyd@stupidchicken.com>
278
279 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
280 check default-frame-alist.
281
ce8f5a9a
AS
2822010-06-30 Andreas Schwab <schwab@linux-m68k.org>
283
284 * process.c (create_process): Avoid using invalid file descriptors.
285
286 * callproc.c (child_setup): Avoid closing a file descriptor twice.
287
bf935339
J
2882010-06-30 Jan Djärv <jan.h.d@swipnet.se>
289
290 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
291 Improve documentation. Return font regardless of use_system_font.
292 (syms_of_xsettings): Improve documentation for font-use-system-font.
293
769e9d47
KH
2942009-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
295
296 * xftfont.c (xftfont_open): Check font width one by one also when
297 spacing is dual.
298
299 * ftfont.c (ftfont_open): Ditto.
300
6259c2ec
GM
3012010-06-30 Glenn Morris <rgm@gnu.org>
302
a46007e9
GM
303 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
304
6259c2ec
GM
305 * Makefile.in (CANNOT_DUMP): Update for configure name change.
306
307 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
308 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
309 * s/darwin.h (SYSTEM_MALLOC):
310 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
311
5d1d3d04
J
3122010-06-29 Jan Djärv <jan.h.d@swipnet.se>
313
314 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
315 (ns_get_screen): Don't assign integer to f.
316 (Fx_display_color_cells): Declarations before statements.
317
e547b051
J
3182010-06-28 Jan Djärv <jan.h.d@swipnet.se>
319
5fc8e5bc
J
320 * xfns.c (x_default_font_parameter): Remove got_from_system
321 (Bug#6526).
322
e547b051
J
323 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
324 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
325 defines based on what configure finds.
326
327 * xterm.c (XTflash): Use gtk_widget_get_window.
328 (xg_scroll_callback): Use gtk_adjustment_get_upper and
329 gtk_adjustment_get_page_size.
330 (handle_one_xevent): Use gtk_widget_get_mapped.
331 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
332 messages.
333
334 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
335
336 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
337 HAVE_GTK_FILE_SELECTION_NEW.
338
339 * gtkutil.c (xg_display_open, xg_display_close): Remove
340 HAVE_GTK_MULTIDISPLAY, it is always defined.
341 (xg_display_open): Return type is void.
342 (gtk_widget_set_has_window)
343 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
344 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
345 (gtk_adjustment_set_page_increment)
346 (gtk_adjustment_get_step_increment): #define these if not found
347 by configure.
348 (remove_submenu): New define based on Gtk+ version.
349 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
350 gtk_widget_get_window.
351 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
352 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
353 (create_dialog): Use gtk_dialog_get_action_area and
354 gtk_dialog_get_content_area.
355 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
356 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
357 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
358 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
359 g_object_ref and g_object_unref.
360 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
361 gtk_widget_get_sensitive.
362 (xg_update_submenu): Use remove_submenu.
363 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
364 properties instead to get old x and y position.
365 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
366 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
2b7e356a 367 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
e547b051
J
368 (xg_get_tool_bar_widgets): New function.
369 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
370 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
371 (toolbar_set_orientation): New #define based on if configure
372 finds gtk_orientable_set_orientation.
373 (xg_create_tool_bar): Call toolbar_set_orientation.
374 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
375 instead of gtk_box_pack_start_defaults.
376
b9229673
CY
3772010-06-28 Chong Yidong <cyd@stupidchicken.com>
378
379 * cmds.c (Fdelete_backward_char): Move into Lisp.
380
bbc803b0
DN
3812010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
382
383 * s/freebsd.h (BSD4_2): Remove redundant definition.
384 bsd-common.h defines it already.
385
6431f2e6
CY
3862010-06-27 Chong Yidong <cyd@stupidchicken.com>
387
388 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
389 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
390 tool-bar-mode, which are now set using these X resources at
391 startup, to determine the defaults (Bug#2249).
392
393 * w32fns.c (Fx_create_frame):
394 * nsfns.m (Fx_create_frame): Likewise.
395
396 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
397
8c079ebb
JB
3982010-06-24 Juanma Barranquero <lekktu@gmail.com>
399
400 * gtkutil.c (xg_update_scrollbar_pos):
401 Avoid C99 mid-block variable declaration.
402
e9b7ab96
JD
4032010-06-22 Jan Djärv <jan.h.d@swipnet.se>
404
bc869eca
JD
405 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
406
2b7e356a 407 * gtkutil.h (xg_show_scroll_bar): Remove.
bc869eca
JD
408
409 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
410 if height is less than scroll bar min size.
411 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
412
e9b7ab96
JD
413 * xfns.c (x_default_font_parameter): Try to open font from system
414 before using it (bug#6478). Rename got_from_gconf to got_from_system.
415
32a679fd
JD
4162010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
417
418 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
419
70c4cfbb
EZ
4202010-06-20 Eli Zaretskii <eliz@gnu.org>
421
422 * xdisp.c (try_scrolling): When scroll-conservatively is set to
423 most-positive-fixnum, be extra accurate when scrolling window
424 start, to avoid missing the cursor line.
425
ad5a12b5
EZ
4262010-06-19 Eli Zaretskii <eliz@gnu.org>
427
428 * xdisp.c (try_scrolling): Compute the limit for searching point
429 in forward scroll from scroll_max, instead of an arbitrary limit
430 of 10 screen lines. See
431 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
432 and
433 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
434 for details.
435
2a64315a 4362010-06-16 Glenn Morris <rgm@gnu.org>
6fda6a0c
GM
437
438 * editfns.c (Fbyte_to_string): Pacify compiler.
439
288cf4e9
SM
4402010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
441
442 * lread.c (read1): Phase out old-style backquotes a bit more.
443
6e6e5760
EZ
4442010-06-12 Eli Zaretskii <eliz@gnu.org>
445
cbc4fd20
EZ
446 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
447 bidimirror.h.
448
449 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
450
317fbf33
EZ
451 * bidi.c (bidi_initialize): Remove explicit initialization of
452 bidi_type_table; include biditype.h instead. Don't support
288cf4e9 453 entries whose second codepoint is zero. Initialize bidi_mirror_table.
cbc4fd20 454 (bidi_mirror_char): Use bidi_mirror_table.
317fbf33
EZ
455
456 * biditype.h: New file.
457
cbc4fd20
EZ
458 * bidimirror.h: New file.
459
6e6e5760
EZ
460 * window.c (syms_of_window): Doc fix (bug#6409).
461
4176cba2
RF
4622010-06-12 Romain Francoise <romain@orebokech.com>
463
464 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
465 ediff-hook.
466
cb4bfcb5
GM
4672010-06-10 Glenn Morris <rgm@gnu.org>
468
64c60c2f
GM
469 * editfns.c (Fbyte_to_string): Pacify compiler.
470
cb4bfcb5
GM
471 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
472
e454a4a3
SM
4732010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
474
475 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
476 Check `object's type before accessing its guts.
477
c1b1acc2
DN
4782010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
479
480 * s/usg5-4.h: Fix previous change.
481 Suggested by Lawrence Mitchell <wence@gmx.li>
482
657d4c0b
AS
4832010-06-08 Andreas Schwab <schwab@linux-m68k.org>
484
485 * minibuf.c (Fall_completions): Add more checks.
486
9b27fd9f
JB
4872010-06-08 Juanma Barranquero <lekktu@gmail.com>
488
489 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
490
a99ebb40
DN
4912010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
492
d7c5d87d
DN
493 * lread.c (X_OK): Remove, unused.
494
0263a941
DN
495 * dispnew.c: Remove obsolete comment.
496
a99ebb40
DN
497 Remove INCLUDED_FCNTL.
498 * xterm.c (INCLUDED_FCNTL):
499 * callproc.c (INCLUDED_FCNTL):
500 * alloc.c (INCLUDED_FCNTL):
501 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
502 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
503
13b5221f
MR
5042010-06-07 Martin Rudalics <rudalics@gmx.at>
505
506 * window.c (Fselect_window): Move `record_buffer' up to the
507 beginning of this function, so the buffer gets recorded
508 even if the selected window does not change.
509 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
510
5220357f
JB
5112010-06-07 Juanma Barranquero <lekktu@gmail.com>
512
513 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
514 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
515
3085237c
DN
5162010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
517
518 Remove BSTRING related code, all platforms define it.
519 * s/usg5-4.h (BSTRING): Remove definition.
520 * s/template.h (BSTRING):
521 * s/msdos.h (BSTRING):
522 * s/ms-w32.h (BSTRING):
523 * s/hpux10-20.h (BSTRING):
524 * s/gnu-linux.h (BSTRING):
525 * s/darwin.h (BSTRING):
526 * s/cygwin.h (BSTRING):
527 * s/bsd-common.h (BSTRING):
528 * s/aix4-2.h (BSTRING): Likewise.
529 * sysdep.c: Remove code depending on BSTRING not being defined.
530
409f2919
JB
5312010-06-05 Juanma Barranquero <lekktu@gmail.com>
532
533 Remove obsolete macro BASE_LEADING_CODE_P.
534 * character.h (BASE_LEADING_CODE_P): Remove.
535 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
536 * buffer.c (Fset_buffer_multibyte):
537 * indent.c (scan_for_column, compute_motion):
538 * insdel.c (count_combining_before, count_combining_after):
539 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
540
087fc47a
JB
5412010-06-04 Juanma Barranquero <lekktu@gmail.com>
542
543 Turn `directory-sep-char' into a noop.
544
545 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
546 (DIRECTORY_SEP): Define unconditionally.
547
548 * s/ms-w32.h (DIRECTORY_SEP): Remove.
549
550 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
551 call dostounix_filename directly.
552
553 * fileio.c (CORRECT_DIR_SEPS): Remove.
554 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
555 (Fsubstitute_in_file_name): Use dostounix_filename instead.
556 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
557 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
558
559 * w32proc.c (CORRECT_DIR_SEPS): Remove.
560 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
561
0eb7675e
AS
5622010-06-03 Andreas Schwab <schwab@linux-m68k.org>
563
564 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
f07b083d 565 address. (Bug#6346)
0eb7675e 566
78edd3b7
JB
5672010-06-03 Juanma Barranquero <lekktu@gmail.com>
568
569 * ccl.c (Fccl_program_p): Fix typo in docstring.
570
eb697db5
DN
5712010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
572
573 Move UNEXEC definition to autoconf.
574 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
575 * s/sol2-10.h (UNEXEC):
576 * s/irix6-5.h (UNEXEC):
577 * s/hpux10-20.h (UNEXEC):
578 * s/gnu-linux.h (UNEXEC):
579 * s/darwin.h (UNEXEC):
580 * s/cygwin.h (UNEXEC):
581 * s/bsd-common.h (UNEXEC):
582 * s/aix4-2.h (UNEXEC):
583 * m/alpha.h (UNEXEC): Likewise.
584 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
585
aa3830c4
JB
5862010-06-03 Juanma Barranquero <lekktu@gmail.com>
587
588 Remove obsolete pre-unicode2 macros.
589 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
590 * composite.c (composition_reseat_it):
591 * data.c (Faset):
592 * fns.c (Ffillarray):
593 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
594 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
595
d234d13e
JL
5962010-06-03 Juri Linkov <juri@jurta.org>
597
598 * buffer.c (Fother_buffer): Add CHECK_FRAME.
599 (Fswitch_to_buffer): Remove unused variable `err'.
600
0d4bcf4d
GM
6012010-06-03 Glenn Morris <rgm@gnu.org>
602
e23dc1e2
GM
603 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
604
05b09564
GM
605 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
606 now that AH_BOTTOM does it.
607
824e2978
GM
608 * m/hp800.h (HAVE_ALLOCA):
609 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
610
0d4bcf4d
GM
611 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
612 Remove NOT_C_CODE tests, it is always true now.
613
c55d2abf
DN
6142010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
615
08a494a3
DN
616 Fix config.h includes.
617 * xsettings.c:
618 * xgselect.c:
619 * nsterm.m:
620 * nsselect.m:
621 * nsimage.m:
622 * nsfont.m:
623 * nsfns.m:
624 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
625 other files do.
626
75934b1d
DN
627 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
628
9f32a766
DN
629 * s/sol2-6.h: Remove obsolete comments.
630
c55d2abf
DN
631 Remove unnecessary alloca.h includes.
632 * keymap.c: Do not include alloca.h, config.h does that.
633 * sysdep.c: Likewise. Do not define fwrite, not used.
634
06ac62b4
SM
6352010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
638 the HAVE_TERMIO where it belongs (bug#6149).
639
1ab8293c
SM
6402010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
643 of bug#6305).
644
6dcfd253
EZ
6452010-05-30 Eli Zaretskii <eliz@gnu.org>
646
647 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
648 state is always cached (bug#6306).
649
6d26bbb2
EZ
6502010-05-29 Eli Zaretskii <eliz@gnu.org>
651
06fa4a23
EZ
652 Fix cursor motion in bidi-reordered continued lines.
653 * xdisp.c (try_cursor_movement): Backup to non-continuation line
654 only after finding point's row. Fix the logic. Rewrite the loop
6d26bbb2
EZ
655 over continuation lines in bidi-reordered buffers. Return
656 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
657 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
658
f5783df3
MA
6592010-05-28 Michael Albinus <michael.albinus@gmx.de>
660
661 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
662
7d56b2dd
KH
6632010-05-28 Kenichi Handa <handa@m17n.org>
664
665 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
666 Don't sheck SPEC if it is nil.
667 (font_list_entities): Call font_delete_unmatched if
b925d231 668 Vface_ignored_fonts is non-nil. (Bug#6287)
7d56b2dd 669
e58d4ff7
GM
6702010-05-28 Glenn Morris <rgm@gnu.org>
671
672 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
673
f1a5d776
CY
6742010-05-27 Chong Yidong <cyd@stupidchicken.com>
675
676 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
677 whether to trash.
678 (internal_delete_file, Frename_file): Callers changed.
679 (delete_by_moving_to_trash): Doc fix.
680 (Fdelete_directory_internal): Don't move to trash.
681
682 * callproc.c (delete_temp_file):
683 * buffer.c (Fkill_buffer): Callers changed.
684
685 * lisp.h: Update prototype.
686
f44a59e6
CY
6872010-05-27 Chong Yidong <cyd@stupidchicken.com>
688
689 * xdisp.c (redisplay_window): After redisplay, check if point is
690 still valid before setting it (Bug#6177).
691
81ac4f35
GM
6922010-05-27 Glenn Morris <rgm@gnu.org>
693
694 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
695 Convert comments to Makefile format.
696
697 * Makefile.in (bootstrap-clean): No more Makefile.c.
698
ccd89fb3
GM
6992010-05-26 Glenn Morris <rgm@gnu.org>
700
90278cb6
GM
701 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
702 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
703
ccd89fb3
GM
704 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
705 Remove.
706 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
707
b7050583
KH
7082010-05-26 Kenichi Handa <handa@m17n.org>
709
710 * composite.c (composition_compute_stop_pos): Fix condition for
711 backward scanning.
712
e5458003
GM
7132010-05-25 Glenn Morris <rgm@gnu.org>
714
c345fe90
GM
715 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
716 Move before TEMACS_LDFLAGS.
717 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
718 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
719
2e0689ab
GM
720 * Makefile.in (NOT_C_CODE): No longer define.
721 (config.h): No longer include.
722
8009a5e8
GM
723 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
724 variables it may reference.
725
e5458003
GM
726 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
727 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
728
10f72a37
KH
7292010-05-25 Kenichi Handa <handa@m17n.org>
730
731 * dispextern.h (struct composition_it): New members rule_idx and
732 charpos.
733
734 * xdisp.c (set_iterator_to_next): While scanning backward, assume
735 that the character positions of IT point the last character of the
736 current grapheme cluster.
737 (next_element_from_composition): Don't change character positions
738 of IT.
739 (append_composite_glyph): Set glyph->charpos to
740 it->cmp_it.charpos.
741
742 * composite.c (autocmp_chars): Change the first argument to RULE,
743 and try composition with RULE only.
744 (composition_compute_stop_pos): Record the index number of the
745 composition rule in CMP_IT->rule_idx.
746 (composition_reseat_it): Call autocmp_chars repeatedly until the
747 correct rule of the composition is found.
748 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
749 is at the last character of the current grapheme cluster when
750 CMP_IT->reversed_p is nonzero.
751
171eda53 7522010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
f5b416d2 753
171eda53
SM
754 * editfns.c (Fbyte_to_string): New function.
755
66a9f7f4
SM
7562010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * process.c (Fmake_network_process): Set :host to nil if it's not used.
759 Suggested by Masatake YAMATO <yamato@redhat.com>.
760
d8c315d1
EZ
7612010-05-23 Eli Zaretskii <eliz@gnu.org>
762
171eda53 763 * dispextern.h (init_iterator): Sync prototype with changed definition.
d8c315d1 764
f5b416d2 7652010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
766
767 * s/netbsd.h: If terminfo is found, use it in preference to
768 termcap. (Bug#6190) [Backport from trunk]
769
0416466c
EZ
7702010-05-19 Eli Zaretskii <eliz@gnu.org>
771
11117830 772 Redesign and reimplement bidi-aware edge positions of glyph rows.
d36fe237
EZ
773
774 * dispextern.h (struct glyph_row): New members minpos and maxpos.
775 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
776 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
777 and maxpos members instead of start.pos and end.pos, respectively.
778
779 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
780 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
781 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
66a9f7f4
SM
782 (try_window_reusing_current_matrix, try_window_id):
783 Use ROW->minpos rather than ROW->start.pos.
d36fe237
EZ
784 (init_from_display_pos, init_iterator): Use EMACS_INT for
785 character and byte positions.
66a9f7f4 786 (find_row_edges): Rename from find_row_end. Accept additional
d36fe237
EZ
787 arguments for minimum and maximum buffer positions seen by
788 display_line for this row. Don't use iterator to find the
789 position following the maximum one; instead, increment the
11117830
EZ
790 position found by display_line directly. Fix logic; eol_pos
791 should be tested before the rest. Handle the case of characters
792 delivered from display vector (bug#6036). Fix tests related to
793 it->method. Handle the truncated_on_right_p rows.
794 (RECORD_MAX_MIN_POS): New macro.
795 (display_line): Use it to record the minimum and maximum buffer
796 positions for glyphs in the row being assembled. Record the
797 position of the newline that terminates the line. If word wrap is
798 in effect, restore minimum and maximum positions seen up to the
799 wrap point, when iterator returns to it.
800 (try_window_reusing_current_matrix): Give up if in bidi-reordered
801 row and cursor not already at point. Restore original pre-bidi
802 code for unidirectional buffers.
d36fe237
EZ
803
804 * dispnew.c (increment_row_positions, check_matrix_invariants):
805 Increment and check row->start.pos and row->end.pos, in addition
806 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
807
11117830
EZ
808 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
809 Display truncated_on_left_p and truncated_on_right_p flags.
810 Formatting fixes.
811 (pmtxrows): Display the ordinal number of each row. Don't display
812 rows beyond the last one.
813
814 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
815 it is not copied by bidi_copy_it.
816
6e83d800
EZ
8172010-05-22 Eli Zaretskii <eliz@gnu.org>
818
819 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
820 (Bug#6237)
821
110683ad
CY
8222010-05-22 Chong Yidong <cyd@stupidchicken.com>
823
824 * image.c (Fimage_flush): Rename from image-refresh.
825
98fe5161
CY
8262010-05-21 Chong Yidong <cyd@stupidchicken.com>
827
828 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
829 just one window.
830
831 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
832 (clear_image_cache): If the number of cached images is unusually
833 large, decrease the cache eviction delay (Bug#6230).
834
e8752c66
GM
8352010-05-21 Glenn Morris <rgm@gnu.org>
836
66dbf213
GM
837 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
838 Move these rules to ns.mk.
839 * ns.mk: New file.
840
04384b2d
GM
841 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
842
e8752c66
GM
843 * Makefile.in (CANNOT_DUMP): New, set by configure.
844 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
845
2e2bbddb
JL
8462010-05-20 Juri Linkov <juri@jurta.org>
847
848 * fileio.c (Fdelete_file): Change interative spec to use
849 `read-file-name' like in `find-file-read-args' where the default
850 value is `default-directory' instead of `buffer-file-name'.
851 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
852
31c4aaf6
KR
8532010-05-20 Kevin Ryde <user42@zip.com.au>
854
855 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
856 (Voverriding_terminal_local_map, Vsystem_key_alist)
857 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
858
9d5cf9b6
GM
8592010-05-20 Glenn Morris <rgm@gnu.org>
860
861 * Makefile.in (DEPDIR): New constant.
862 (DEPFLAGS): Set with configure, not cpp.
863 (MKDEPDIR): New, set by configure.
864 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
865 (clean): Use $DEPDIR.
866 (deps_frag): Include from configure.
867 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
868 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
869
ead6f8f5
EZ
870 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
871 reallocation of the cache. (Bug#6210)
872
7f34aec3
GM
8732010-05-19 Glenn Morris <rgm@gnu.org>
874
d494e8f2
GM
875 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
876
c1d0dcfd
GM
877 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
878 (GNULIB_VAR): Remove.
879 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
880
881 * m/ibms390x.h (LINKER):
882 * m/macppc.h (LINKER) [GNU_LINUX]:
883 * s/aix4-2.h (ORDINARY_LINK):
884 * s/cygwin.h (LINKER):
885 * s/darwin.h (ORDINARY_LINK):
886 * s/gnu.h (ORDINARY_LINK):
887 * s/netbsd.h (LINKER):
888 * s/usg5-4.h (ORDINARY_LINK):
889 Move to configure.
890
7f34aec3
GM
891 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
892
754790b6
CY
8932010-05-18 Chong Yidong <cyd@stupidchicken.com>
894
895 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
896 prevent stack overflow if number of arguments is too large
897 (Bug#6214).
898
161e44d1
JB
8992010-05-18 Juanma Barranquero <lekktu@gmail.com>
900
901 * charset.c (load_charset_map_from_file): Don't call close after fclose.
902
be4ff9da
GM
9032010-05-18 Glenn Morris <rgm@gnu.org>
904
9539dc5d
GM
905 * s/gnu-linux.h: Combine two conditionals.
906
907 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
6665f4c5
GM
908 $(POST_ALLOC_OBJ).
909
40dc6bf4
GM
910 * Makefile.in (RALLOC_OBJ): New, set by configure.
911 (rallocobj): Replace with the previous variable.
912 (otherobj): Use $RALLOC_OBJ.
913
914 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
915 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
916
be4ff9da
GM
917 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
918 (gmallocobj, vmlimitobj): Replace with previous two variables.
919 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
920
16455a85
GM
9212010-05-17 Glenn Morris <rgm@gnu.org>
922
923 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
924 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
925
5fdb7468
GM
9262010-05-16 Glenn Morris <rgm@gnu.org>
927
7ca1f3f9
GM
928 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
929
7541dad5
GM
930 * Makefile.in (clean): Get rid of HAVE_NS conditional.
931
da53fab9
GM
932 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
933 trailing "/".
934
b02a6645
GM
935 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
936 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
937
8877ca0f
GM
938 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
939 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
940 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
941 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
942 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
943
5fdb7468
GM
944 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
945 Remove ${STARTFLAGS}, nothing ever sets it.
946
95adb4b1
DN
9472010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
948
949 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
950
676b6304
GM
9512010-05-16 Glenn Morris <rgm@gnu.org>
952
9beab9ce
GM
953 * Makefile.in (LIBX_BASE): Always define.
954
8a95f0e7
GM
955 * Makefile.in (LIBX_OTHER): Move out of cpp section.
956
676b6304
GM
957 * Makefile.in (LIBXT): Always define.
958
6e546d18
GM
9592010-05-15 Glenn Morris <rgm@gnu.org>
960
4235ca47 961 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
02d4ac0e 962
6e546d18
GM
963 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
964 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
965
8c5ff6dd
KR
9662010-05-15 Ken Raeburn <raeburn@raeburn.org>
967
560bb7ae 968 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
52766425
KR
969 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
970
8b4eb796
KR
971 * emacs.c (main): Initialize initial-environment and
972 process-environment before generating from env, not after.
973
8c5ff6dd
KR
974 Handle --version reasonably in CANNOT_DUMP configuration.
975 * emacs.c (emacs_version, emacs_copyright): New string variables.
976 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
977 (syms_of_emacs): Defvar them, and initialize them from the C
978 string variables.
979 (main): If initialization hasn't been done, print initial version
980 info from the C strings, instead of starting an interactive session.
981
dbd3f723
EZ
9822010-05-15 Eli Zaretskii <eliz@gnu.org>
983
d20e1419
EZ
984 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
985 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
2e9abc3d
EZ
986 (bidi_paragraph_init): Remove redundant assertion that we are at
987 the beginning of a line after call to bidi_find_paragraph_start.
d20e1419
EZ
988
989 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
990 (syms_of_xdisp): Defsubr it.
991
d36fe237
EZ
992 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
993
dbd3f723
EZ
994 * Makefile.in: Fix MSDOS-related comments.
995
02be533b
GM
9962010-05-15 Glenn Morris <rgm@gnu.org>
997
1a82cca9
GM
998 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
999 (really-lwlib, really-oldXMenu): Always define.
1000 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
1001
3df7b338
GM
1002 * Makefile.in: Simplify cpp conditional.
1003
2b5f541b
GM
1004 * Makefile.in (${ns_appdir}): Simplify using umask.
1005
02be533b
GM
1006 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
1007
4e2db1fe
SM
10082010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1009
1010 * eval.c (specbind): Remove left-over duplicate test.
1011 Disallow let-binding frame-local vars. Add comment.
1012
4b292a22
EZ
10132010-05-14 Eli Zaretskii <eliz@gnu.org>
1014
2fe72643 1015 Make the cache of bidi iterator states dynamically allocated.
1edbd309 1016 * bidi.c (bidi_cache_shrink): New function.
2fe72643
EZ
1017 (bidi_init_it): Call it.
1018 (bidi_cache_iterator_state): Enlarge the cache if needed.
1019
4e2db1fe 1020 * bidi.c (bidi_move_to_visually_next): Rename from
4b292a22
EZ
1021 bidi_get_next_char_visually. All callers changed.
1022
82ebc97b
KH
10232010-05-14 Kenichi Handa <handa@m17n.org>
1024
1025 * dispextern.h (struct composition_it): New member reversed_p.
1026
1027 * composite.c (composition_compute_stop_pos): Search backward if
1028 ENDPOS < CHARPOS.
1029 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
1030 Set CMP_IT->reversed_p.
b4b6e17e 1031 (composition_update_it): Pay attention to CMP_IT->reversed_p.
82ebc97b 1032
4e2db1fe
SM
1033 * xdisp.c (set_iterator_to_next):
1034 Call composition_compute_stop_pos with negative ENDPOS if we are
82ebc97b
KH
1035 scanning backward. Call composition_compute_stop_pos if scan
1036 direction is changed.
1037 (next_element_from_buffer): Call composition_compute_stop_pos with
1038 negative ENDPOS if we are scanning backward.
1039 (next_element_from_composition): Pay attention to
1040 IT->cmp_it.reversed_p.
1041
0e5d7800
KH
10422010-05-14 Kenichi Handa <handa@m17n.org>
1043
560bb7ae 1044 * font.c (font_range): Return the range for the font found at first.
0e5d7800 1045
cb027b32
GM
10462010-05-14 Glenn Morris <rgm@gnu.org>
1047
177b0288
GM
1048 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
1049
fbc00890
GM
1050 * Makefile.in (mktime, X11, register): Move undefs to configure.
1051
f14d1dfd
GM
1052 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
1053 (MSDOS_X_OBJ): New variable.
1054 (MSDOS_SUPPORT_REAL): New constant.
1055 (MSDOS_SUPPORT): Set as a variable, not with cpp.
1056 (obj): Use MSDOS_X_OBJ.
1057 (lisp): Use MSDOS_SUPPORT as a variable.
1058
11842bd8
GM
1059 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
1060 (GPM_MOUSE_SUPPORT): Now it's a constant.
1061 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
1062 not cpp.
1063
489d31a4 1064 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
845612ac 1065 (ns_appresdir): Remove, unused.
e20f1f07 1066
489d31a4
GM
1067 * Makefile.in (SHELL): Move outside cpp section.
1068
cb027b32
GM
1069 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
1070
5a903aa9
GM
10712010-05-13 Glenn Morris <rgm@gnu.org>
1072
3369c79f
GM
1073 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
1074 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
1075
d5e982a6
GM
1076 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
1077 HAVE_WINDOW_SYSTEM must be too.
1078
6192e163
GM
1079 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
1080 (lisp): Remove WINNT_SUPPORT.
1081
472c5d6b
GM
1082 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
1083 Let configure set these variables (to empty) in this case as well.
1084
0116466b
GM
1085 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
1086 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
1087
5a903aa9
GM
1088 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
1089 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
1090 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
1091 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
1092 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
c0a2b70a 1093 the values output by configure.
5a903aa9
GM
1094 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
1095
1a0d7c06
GM
10962010-05-12 Glenn Morris <rgm@gnu.org>
1097
b5457f14
GM
1098 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
1099 (LINKER_WAS_SPECIFIED): Remove.
1100
1a0d7c06
GM
1101 * Makefile.in (LIB_GCC): Set using configure, not cpp.
1102 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
1103 * m/arm.h (LIB_GCC) [GNU_LINUX]:
1104 * s/cygwin.h (LIB_GCC):
1105 * s/freebsd.h (LIB_GCC):
1106 * s/gnu-linux.h (LIB_GCC):
1107 * s/msdos.h (LIB_GCC):
1108 * s/netbsd.h (LIB_GCC):
1109 Move to configure.
1110
3ffd4615 11112010-05-11 Karel Klic <kklic@redhat.com>
c90ca7b7
KH
1112
1113 * ftfont.c: Fix incorrect parentheses of #if condition for
1114 definining M17N_FLT_USE_NEW_FEATURE.
1115
acddf8ae
GM
11162010-05-11 Glenn Morris <rgm@gnu.org>
1117
1118 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
1119 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
1120
ae5e04fa
EZ
11212010-05-10 Eli Zaretskii <eliz@gnu.org>
1122
1123 * xdisp.c (init_iterator): Don't turn on bidi reordering in
1124 unibyte buffers. See
1125 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
1126
7490175b
GM
11272010-05-10 Glenn Morris <rgm@gnu.org>
1128
97efb629
GM
1129 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
1130 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
1131 (LIBES): Use LIBS_SYSTEM as a variable.
1132 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
1133 * s/aix4-2.h (LIBS_SYSTEM):
1134 * s/freebsd.h (LIBS_SYSTEM):
1135 * s/hpux10-20.h (LIBS_SYSTEM):
1136 * s/sol2-6.h (LIBS_SYSTEM):
1137 * s/unixware.h (LIBS_SYSTEM):
1138 Move to configure.
1139
7490175b
GM
1140 * s/aix4-2.h (MAIL_USE_LOCKF):
1141 * s/bsd-common.h (MAIL_USE_FLOCK):
1142 * s/darwin.h (MAIL_USE_FLOCK):
1143 * s/gnu-linux.h (MAIL_USE_FLOCK):
1144 * s/irix6-5.h (MAIL_USE_FLOCK):
1145 * s/template.h (MAIL_USE_FLOCK):
1146 Move to configure.
1147
0235128c 11482010-05-08 Chong Yidong <cyd@stupidchicken.com>
61a808e8
CY
1149
1150 * Version 23.2 released.
1151
0235128c 11522010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5dcde606
AS
1153
1154 * composite.c (autocmp_chars): Save point as marker before calling
1155 auto-composition-function (Bug#5984).
1156
1157 * lisp.h (restore_point_unwind): Add prototype.
1158
1159 * fileio.c (restore_point_unwind): Remove static attribute.
1160
0235128c 11612010-05-08 Kenichi Handa <handa@m17n.org>
c4170e32
KH
1162
1163 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
1164 new feature of libotf and m17n-flt.
0235128c
SM
1165 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
1166 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
1167 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
1168 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
1169 that OUT is NULL. Use OTF_drive_gsub_with_log and
1170 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
1171 OTF_drive_gpos.
1172 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
0235128c
SM
1173 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
1174 Setup mflt_enable_new_feature and mflt_try_otf.
1175
4721152c
J
11762010-05-08 Jan Djärv <jan.h.d@swipnet.se>
1177
1178 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
1179
1180 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
1181 box and toolbar (Bug #6139).
1182 (xg_create_tool_bar): Remove comment (Bug #6139).
1183 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
1184 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
1185
ee0a16cf
JB
11862010-05-08 Juanma Barranquero <lekktu@gmail.com>
1187
1188 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
1189 Update dependencies.
1190
96d79611
EZ
11912010-05-08 Eli Zaretskii <eliz@gnu.org>
1192
1193 * fringe.c (update_window_fringes): Set up truncation bitmaps for
1194 R2L lines.
1195
40c17879
GM
11962010-05-08 Glenn Morris <rgm@gnu.org>
1197
7b42b29f
GM
1198 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
1199
40c17879
GM
1200 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
1201 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
1202 (termcapobj): Replace with TERMCAP_OBJ.
1203 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
1204 (LIBES): Use LIBS_TERMCAP as a variable.
1205
1206 * s/freebsd.h (osreldate.h): No longer include, since this file
1207 does not use __FreeBSD_version any more.
1208
1209 * s/aix4-2.h (TERMINFO):
1210 * s/cygwin.h (TERMINFO):
1211 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1212 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
1213 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1214 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1215 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
1216 * s/irix6-5.h (TERMINFO):
1217 * s/netbsd.h (LIBS_TERMCAP):
1218 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
1219 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
1220 * s/usg5-4.h (TERMINFO):
1221 Move to configure.
1222
94b612ad
SM
12232010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1224
1225 * eval.c (unbind_to): Don't unbind a local binding into the global
1226 binding when the local binding disappeared. Inversely, don't unbind
1227 a global binding into a newly created local binding.
1228 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
1229 can specify the frame to use, when applicable. Adjust callers.
1230
15e12598 12312010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
acd0102a 1232 Stefan Monnier <monnier@iro.umontreal.ca>
15e12598
VB
1233
1234 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
1235
f724825e
EZ
12362010-05-07 Eli Zaretskii <eliz@gnu.org>
1237
5cba3209
EZ
1238 * w32fns.c: Include w32.h.
1239 (Fw32_shell_execute): Decode the error message before passing it
1240 to `error'. (Bug#6126)
1241
d16bdfc3
EZ
1242 * msdos.c (dos_set_window_size):
1243 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
1244 instead of `XSYMBOL (foo)->value'.
1245
59d93e87
EZ
12462010-05-07 Eli Zaretskii <eliz@gnu.org>
1247
9fdec8bc
EZ
1248 Fix the MS-DOS build, broken by autoconfiscation.
1249
1250 * Makefile.in: Don't use Make-style comments past the "start of
1251 cpp stuff" line.
1252 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
1253
1254 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
1255 edited directly by msdos/sed1v2.inp).
f724825e 1256
2f86b22b
GM
12572010-05-07 Glenn Morris <rgm@gnu.org>
1258
1259 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
1260 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
1261 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
1262 move out of cpp section.
1263 * s/freebsd.h (LD_SWITCH_SYSTEM):
1264 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
1265 * s/netbsd.h (LD_SWITCH_SYSTEM):
1266 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
1267
49ebbd65
DN
12682010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
1269
1270 Define LIB_STANDARD and START_FILES using autoconf.
1271 * s/usg5-4.h (LIB_STANDARD):
1272 * s/netbsd.h (START_FILES):
1273 * s/irix6-5.h (LIB_STANDARD):
1274 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
1275 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
1276 * s/freebsd.h (START_FILES):
1277 * s/darwin.h (START_FILES):
1278 * s/cygwin.h (START_FILES):
1279 * s/aix4-2.h (LIB_STANDARD):
1280 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
1281 * Makefile.in (STARTFILES): Rename to START_FILES, define using
1282 autoconf, not cpp.
1283
d43c06d6
DN
12842010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
1285
28823648
DN
1286 Remove NEED_BSDTTY and NEED_UNISTD_H.
1287 * s/hpux10-20.h (NEED_BSDTTY): Remove.
1288 * s/aix4-2.h (NEED_UNISTD_H): Remove.
1289 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
1290 <sys/ptyio.h> and <unistd.h>.
1291
aca00430
DN
1292 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
1293
d43c06d6
DN
1294 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
1295 * s/gnu.h (START_FILES): Remove empty definition.
1296
3e56b11d
JD
12972010-05-06 Jan Djärv <jan.h.d@swipnet.se>
1298
1299 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
1300
e3cf0cde
GM
13012010-05-06 Glenn Morris <rgm@gnu.org>
1302
1303 * Makefile.in (CPP, LN_S): Remove unused variables.
1304
774b9a60
SM
13052010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
1308
4ab92842
LM
13092010-05-05 Lawrence Mitchell <wence@gmx.li>
1310
1311 * m/sparc.h: Fix typo in earlier change.
1312
178f2507
SM
13132010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 Misc tweaks.
1316 * eval.c (Fdefvaralias): Remove unintended nested if.
1317 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
1318
80f00217 13192010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
991be6d4
JD
1320
1321 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
1322
ef03a4e6
DN
13232010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1324
58eb6cf0
DN
1325 Remove BSD_PGRPS.
1326 * s/bsd-common.h (BSD_PGRPS): Remove undef.
1327 * s/gnu-linux.h (BSD_PGRPS): Remove.
1328 * term.c (dissociate_if_controlling_tty):
1329 * sysdep.c (narrow_foreground_group, widen_foreground_group)
1330 (init_sys_modes, reset_sys_modes):
1331 * emacs.c (main):
1332 * callproc.c (Fcall_process, child_setup): Remove code depending
1333 on BSD_PGRPS.
1334
ef03a4e6
DN
1335 Remove POSIX_SIGNALS.
1336 * s/usg5-4.h (POSIX_SIGNALS):
1337 * s/netbsd.h (POSIX_SIGNALS):
1338 * s/msdos.h (POSIX_SIGNALS):
1339 * s/ms-w32.h (POSIX_SIGNALS):
1340 * s/hpux11.h (POSIX_SIGNALS):
1341 * s/gnu.h (POSIX_SIGNALS):
1342 * s/gnu-linux.h (POSIX_SIGNALS):
1343 * s/freebsd.h (POSIX_SIGNALS):
1344 * s/darwin.h (POSIX_SIGNALS):
1345 * s/cygwin.h (POSIX_SIGNALS):
1346 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
1347 * s/unixware.h:
1348 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
1349 * process.c (create_process):
1350 * syssignal.h:
1351 * sysdep.c (wait_for_termination, init_signals):
1352 * process.c (create_process):
1353 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
1354 remove all code that assumes the contrary.
1355
49628785
GM
13562010-05-04 Glenn Morris <rgm@gnu.org>
1357
27a2cdfc
GM
1358 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
1359 variable.
1360 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
1361 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
1362 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
1363 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
1364 LD_SWITCH_SYSTEM_tmp.
1365 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
1366 New variables, set by configure.
1367
eb21eab5
GM
1368 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
1369 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
1370 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
1371 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
1372 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
1373
49628785
GM
1374 * s/aix4-2.h (C_SWITCH_SYSTEM):
1375 * m/alpha.h (C_SWITCH_MACHINE):
1376 Move to configure.in.
1377 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
1378 New variables, set by configure.
1379 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
1380 $c_switch_machine and $c_switch_system.
1381
7dff330b
DN
13822010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1383
1384 * s/hpux10-20.h (LIB_STANDARD): New definition.
1385 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
1386 on it, not used anymore.
1387
53967e09
CY
13882010-05-03 Chong Yidong <cyd@stupidchicken.com>
1389
1390 * eval.c (internal_condition_case_n): Rename from
1391 internal_condition_case_2.
1392 (internal_condition_case_2): New function.
1393
1394 * xdisp.c (safe_call): Use internal_condition_case_n.
1395
1396 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
1397 (internal_delete_file, Frename_file): Callers changed.
1398
1399 * buffer.c (Fkill_buffer):
1400 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
1401
1402 * lisp.h: Update prototypes.
1403
3dee6fdb
GM
14042010-05-03 Glenn Morris <rgm@gnu.org>
1405
1406 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
1407 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
1408 (LIBXT): Set with configure, not cpp.
1409 (LIBX): Remove.
1410 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
1411
a101e0fb
DN
14122010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
1413
1414 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
1415 The FreeBSD is not needed, the default works, Solaris version is
1416 not needed, and the remaining case is not supported by configure.
1417
f63d0028
JD
14182010-05-02 Jan Djärv <jan.h.d@swipnet.se>
1419
1420 * xsmfns.c (CHDIR_OPT): New define.
1421 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
1422 restarting emacs.
1423
1424 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
1425 shut_down_emacs.
1426
1427 * emacs.c (USAGE1): Mention --chdir.
1428 (main): Handle --chdir.
1429 (standard_args): Add --chdir.
1430 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
1431 #5552).
1432
e4814a9f
DN
14332010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1434
cd03c74a
DN
1435 Remove LD_SWITCH_MACHINE.
1436 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
1437 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
1438
c3a398a1
DN
1439 Clean up IRIX code.
1440 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
1441 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
1442
87e7285c
DN
1443 Clean up AIX code.
1444 * m/ibmrs6000.inp: Remove file, unused.
1445 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
1446 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
1447 definition ...
1448 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
1449
80f00217
JB
1450 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
1451 unused.
e4814a9f 1452
59ca28de
EZ
14532010-05-01 Eli Zaretskii <eliz@gnu.org>
1454
197daef4
EZ
1455 Emulate POSIX_SIGNALS on MS-Windows.
1456
1457 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
1458 (SIG_SETMASK, SIG_UNBLOCK): Define.
d6dae14b
EZ
1459
1460 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
1461 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
1462 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
1463
80f00217
JB
1464 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
1465 New stubs.
197daef4 1466
af7c7572
EZ
1467 Miscellaneous fixes of bidi display.
1468
59ca28de
EZ
1469 * xdisp.c (find_row_end): New function, refactored from display_line.
1470 (display_line): Use it.
017ea819
EZ
1471 (extend_face_to_end_of_line): In almost-filled rows, extend only
1472 if the row is R2L and not continued.
166e930d 1473 (display_line): Fix prepending of truncation glyphs to R2L rows.
af7c7572 1474 Preserve overlay and string info in row->end.
166e930d
EZ
1475 (insert_left_trunc_glyphs): Support addition of left truncation
1476 glyphs to R2L rows.
b47e0dcf 1477 (set_cursor_from_row): Don't place cursor on the vertical border
af7c7572
EZ
1478 glyph between adjacent windows. Fix a crash when a display string
1479 is continued to the next line. Don't return zero if cursor was
1480 found by `cursor' property of a display string.
b47e0dcf
EZ
1481 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
1482 test for that explicitly.
59ca28de 1483
7acac9f4
GM
14842010-05-01 Glenn Morris <rgm@gnu.org>
1485
1486 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
1487 for clarity.
1488 (OTHER_OBJ): Remove.
1489 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
1490 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
1491
45841e65
KK
14922010-05-01 Karel Klíč <kklic@redhat.com>
1493
1494 * fileio.c (Ffile_selinux_context): Context functions may return null.
1495
afc61943
DN
14962010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1497
80f00217 1498 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
afc61943 1499
5a1bb006
GM
15002010-04-30 Glenn Morris <rgm@gnu.org>
1501
1502 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
1503 (OTHER_OBJ): Define as a separate variable, for clarity.
1504
210af043
J
15052010-04-30 Jan Djärv <jan.h.d@swipnet.se>
1506
1507 * xsettings.c: include limits.h and update file comment.
1508
0a7df391
GM
15092010-04-30 Glenn Morris <rgm@gnu.org>
1510
d5096f16
GM
1511 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
1512 Set with configure, not cpp.
1513 (LIBW): Remove, replace with $TOOLKIT_LIBW.
1514
7eb1ac33
GM
1515 * Makefile.in (mallocobj): Remove.
1516 (otherobj): Simplify using @OTHER_OBJ@.
1517
517d086b
GM
1518 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
1519 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
1520 Don't bother making nsgui.h dependency platform-specific.
1521
0a7df391
GM
1522 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
1523
d6d23852
SM
15242010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1525
d2630aef
SM
1526 * process.c (read_process_output, exec_sentinel): Don't burp if the
1527 sentinel/filter kills the current buffer (bug#6060).
1528
f9dddf52 1529 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
d6d23852
SM
1530 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
1531 Remove unused var `args'.
1532 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
1533 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
1534 * doc.c (store_function_docstring): Use XSETCAR.
1535
f1e3642a
GM
15362010-04-28 Glenn Morris <rgm@gnu.org>
1537
faf535f8
GM
1538 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
1539 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
1540
c40f9449
GM
1541 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
1542
658f86ca
GM
1543 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
1544 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
1545
bc0b5f61
GM
1546 * Makefile.in (FONT_OBJ): New, set by configure.
1547 (FONT_DRIVERS): Use $FONT_OBJ.
1548
294c50a0
GM
1549 * Makefile.in (LIBXMU): Set with configure, not cpp.
1550 * s/aix4-2.h (LIBXMU):
1551 * s/hpux10-20.h (LIBXMU):
1552 Remove definition, now set in configure.
1553
e6ec4e99
GM
1554 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
1555
f1e3642a
GM
1556 * m/amdx86-64.h [i386]: Move this test to configure.in.
1557
c6ea2936
GM
15582010-04-27 Glenn Morris <rgm@gnu.org>
1559
8fdac2c3
GM
1560 * Makefile.in (LIBXTR6): Set with configure, not cpp.
1561 * s/unixware.h (NEED_LIBW): Remove definition.
1562
986fb647
GM
1563 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
1564 (TOOLKIT_LIBW): New, set by configure.
1565 (@X_TOOLKIT_TYPE@): No longer define it.
1566
c6ea2936
GM
1567 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
1568 (MOTIF_LIBW): Set with configure, not cpp.
1569 * s/aix4-2.h (LIB_MOTIF):
1570 * s/gnu-linux.h (LIB_MOTIF):
1571 * s/unixware.h (LIB_MOTIF): Move to configure.in.
1572
aaa36002
DN
15732010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
1574
1575 Reduce CPP usage.
1576 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
1577 (obj): Use autoconf for unexec instead of cpp.
ed6281b0
DN
1578 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
1579 definitions and undefs. Inline definitions in the only user.
1580 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
aaa36002 1581
b678dd8b
GM
15822010-04-27 Glenn Morris <rgm@gnu.org>
1583
76cda504
GM
1584 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
1585 since the defaults (set by the system file) are fine in most cases.
1586 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
1587 * m/ibms390x.h (START_FILES, LIB_STANDARD):
1588 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
1589 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
1590 Remove definitions, since they are set correctly in s/gnu-linux.h.
1591 * s/freebsd.h (START_FILES, LIB_STANDARD):
1592 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
1593 * s/hpux10-20.h (START_FILES):
1594 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
1595 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
1596
b678dd8b
GM
1597 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
1598 (MOTIF_LIBW): Use $LIBXP.
1599 (otherobj): Use $WIDGET_OBJ.
1600
9452ded1
DN
16012010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
1602
7e10844c
DN
1603 * Makefile.in (LIBS_MACHINE): Remove, unused.
1604
9452ded1
DN
1605 Use autoconf instead of cpp for LIB_MATH.
1606 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
1607 * s/cygwin.h (LIB_MATH): Likewise.
1608 * Makefile.in (LIB_MATH): Do not define with cpp.
1609 (LIBES): Use autoconf for LIB_MATH.
1610
fcebfc6a
KH
16112010-04-26 Kenichi Handa <handa@m17n.org>
1612
1613 * composite.c (Ffind_composition_internal): Fix the return value
1614 for an automatic composition.
1615
39e2ad1b
DN
16162010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
1617
1618 Remove all NO_ARG_ARRAY uses.
1619 * fns.c (concat2, concat3, nconc2):
1620 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
1621 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
1622 * m/xtensa.h (NO_ARG_ARRAY):
1623 * m/template.h (NO_ARG_ARRAY):
1624 * m/sparc.h (NO_ARG_ARRAY):
1625 * m/sh3.h (NO_ARG_ARRAY):
1626 * m/mips.h (NO_ARG_ARRAY):
1627 * m/macppc.h (NO_ARG_ARRAY):
1628 * m/iris4d.h (NO_ARG_ARRAY):
1629 * m/intel386.h (NO_ARG_ARRAY):
1630 * m/ibms390x.h (NO_ARG_ARRAY):
1631 * m/ibms390.h (NO_ARG_ARRAY):
1632 * m/ibmrs6000.h (NO_ARG_ARRAY):
1633 * m/ia64.h (NO_ARG_ARRAY):
1634 * m/hp800.h (NO_ARG_ARRAY):
1635 * m/arm.h (NO_ARG_ARRAY):
1636 * m/amdx86-64.h (NO_ARG_ARRAY):
1637 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
1638
adf4f59c
EZ
16392010-04-25 Eli Zaretskii <eliz@gnu.org>
1640
6bdf5d65
EZ
1641 * xdisp.c (display_line): Don't assume 2nd call to
1642 get_next_display_element cannot return zero. (Bug#6030)
f538fcec
EZ
1643 (iterate_out_of_display_property): New function, body from pop_it.
1644 (pop_it): Use it.
adf4f59c 1645
dfbbda83
GM
16462010-04-24 Glenn Morris <rgm@gnu.org>
1647
1648 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
1649 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
1650 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
1651 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
1652
2d4018aa
EZ
16532010-04-24 Eli Zaretskii <eliz@gnu.org>
1654
a49884a6
EZ
1655 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
1656 use `get_next_display_element' and `set_iterator_to_next' to
1657 advance to the next character, when looking for the character that
1658 begins the next row.
1659
76db6fcc 1660 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2d4018aa
EZ
1661 definition of "struct Lisp_Symbol".
1662
70eab5c1
GM
16632010-04-24 Glenn Morris <rgm@gnu.org>
1664
1665 * Makefile.in (CRT_DIR): New variable, set by configure.
1666 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
1667 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
1668
1ad4cc3d
DN
16692010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1670
e769f484
DN
1671 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
1672
4196ff33
DN
1673 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
1674
879b0ee4
DN
1675 Remove redundant flags.
1676 * s/freebsd.h (C_SWITCH_SYSTEM):
1677 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
1678 * s/netbsd.h (C_SWITCH_SYSTEM):
1679 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
1680 of these.
1681
03cbbcb8
DN
1682 Simplify m/intel386.h.
1683 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
1684 user: ecrt0.c.
1685 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
1686 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
1687 the only user: s/unixware.h.
1688 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
1689 from m/intel386.h.
1690 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
1691 moved here from m/intel386.h.
1692
1ad4cc3d
DN
1693 * m/mips.h: Remove #if 0 code.
1694
8785b888
EZ
16952010-04-23 Eli Zaretskii <eliz@gnu.org>
1696
728588cc
EZ
1697 Fix display of composed characters from L2R scripts in bidi buffers.
1698 * xdisp.c (set_iterator_to_next, next_element_from_composition):
1699 After advancing IT past the composition, resync the bidi iterator
1700 with IT's position. (Bug#5977)
1701
a63f80b4
DN
17022010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1703
1704 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
1705 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
1706
ff5dec5c
SM
17072010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1708
1709 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
1710
8785b888
EZ
17112010-04-23 Eli Zaretskii <eliz@gnu.org>
1712
58ccf243 1713 Support `display' text properties and overlay strings in bidi buffers.
8785b888
EZ
1714 * xdisp.c (pop_it): When the stack is popped after displaying
1715 from a string, bidi-iterate to exit from the text portion covered
1716 by the `display' property or overlay. (Bug#5988, bug#5920)
1717
feeb1604
DN
17182010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1719
8e324eb6
DN
1720 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
1721 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
1722
809fcaba
DN
1723 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
1724 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
1725
ed710380
DN
1726 Simplify STARTFILES definition.
1727 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
1728 relying on Makefile.in to define it.
1729 * s/cygwin.h (START_FILES): Likewise.
1730 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
1731
feeb1604
DN
1732 Clean up Solaris code.
1733 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
1734 (LIB_MOTIF): Remove, configure takes care of this.
1735 (NOT_USING_MOTIF): Remove, unused.
1736 * xrdb.c: Remove #if 0-ed #include.
1737 (SYSV): Remove conditional for old SysV.
1738 * sysdep.c (closedir): Remove conditional code for Solaris,
1739 Solaris has closedir.
1740
a0d0b563
JD
17412010-04-22 Jan Djärv <jan.h.d@swipnet.se>
1742
1743 * xsettings.c (read_and_apply_settings): Check if current_font is
1744 NULL before strcmp (Bug#6001).
1745
56bae7c7
DN
17462010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
1747
1748 Clean up HP-UX files.
1749 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
1750 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
1751 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
1752 * s/hpux10-20.h: ... to the only user, here.
1753
372b7a95
EZ
17542010-04-21 Eli Zaretskii <eliz@gnu.org>
1755
1756 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
1757 use buffer-local values of paragraph-start and paragraph-separate.
1758 <paragraph_start_re, paragraph_separate_re>: Rename from
1759 fallback_paragraph_start_re and fallback_paragraph_separate_re.
1760 (Bug#5992)
1761
f904c0f9
JD
17622010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1763
1764 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
1765 current_tool_bar_style are new.
1766 (store_config_changed_event): Rename from store_font_changed_event.
1767 (XSETTINGS_TOOL_BAR_STYLE): New define.
1768 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
1769 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
1770 HAVE_XFT.
1771 (something_changedCB): store_font_changed_event is now
1772 store_config_changed_event
1773 (parse_settings): Rename from parse_xft_settings. Read
1774 non-xft xsettings outside #ifdef HAVE_XFT.
1775 (read_settings): Renamed from read_xft_settings.
1776 (apply_xft_settings): Take current settings as parameter. Do not
1777 call read_(xft)_settings.
1778 (read_and_apply_settings): New function.
1779 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
1780 read_and_apply_settings if there are settings to be read.
1781 (init_xsettings): Renamed from init_xfd_settings.
1782 Call read_and_apply_settings unconditionally.
1783 (xsettings_initialize): Call init_xsettings.
1784 (Ftool_bar_get_system_style): New function.
1785 (syms_of_xsettings): Define Qmonospace_font_name and
1786 Qtool_bar_style. Initialize current_tool_bar_style to nil.
f9dddf52 1787 defsubr Stool_bar_get_system_style. Fprovide on
f904c0f9 1788 dynamic-setting.
31a01b90 1789 Move misplaced HAVE_GCONF
f904c0f9
JD
1790
1791 * xsettings.h (Ftool_bar_get_system_style): Declare.
1792
1793 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
1794 Qtext, Qboth, Qboth_horiz are new.
1795 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
1796 Vtool_bar_style, tool_bar_max_label_size.
1797
1798 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
1799
1800 * keyboard.c: QClabel is new.
1801 (parse_tool_bar_item): Take out QClabel from tool bar items.
1802 Try to construct a label if ther is no QClabel.
1803 (syms_of_keyboard): Intern :label as QClabel.
1804
1805 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
1806 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
1807 New.
1808
1809 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
1810 dynamic-setting.el.
1811
1812 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
1813 (xg_make_tool_item, xg_show_toolbar_item): New function.
1814 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
1815 Call xg_make_tool_item to make a tool bar item.
1816 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
1817
1818 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
1819 into account for toolbars.
1820
c632dfda
JD
18212010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1822
1823 * data.c (make_blv): Declarations before code (Bug#5993).
1824
10efe302
GM
18252010-04-21 Glenn Morris <rgm@gnu.org>
1826
1827 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
1828 Define using autoconf, not cpp.
1829 (LIBXSM): New variable, set by autoconf.
1830 (LIBXT): Use $LIBXSM.
1831
4285ac5a
DN
18322010-04-21 Dan Nicolaescu <local_user@dannlt>
1833
3ec759e7
DN
1834 Remove NOMULTIPLEJOBS, unused.
1835 * s/template.h (NOMULTIPLEJOBS):
1836 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
1837
4285ac5a
DN
1838 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
1839 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
1840 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
1841 detects -znocombreloc and passes it to the linker
1842 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
1843
2807228d
GM
18442010-04-21 Glenn Morris <rgm@gnu.org>
1845
1846 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
1847
574c05e2
KK
18482010-04-21 Karel Klíč <kklic@redhat.com>
1849
1850 * Makefile.in (LIBSELINUX_LIBS): New.
1851 (LIBES): Add $LIBSELINUX_LIBS.
1852 * eval.c, lisp.h (call7): New function.
1853 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
1854 (Ffile_selinux_context, Fset_file_selinux_context):
1855 New functions.
1856 (Fcopy_file): New parameter preserve-selinux-context.
1857 (Frename_file): Preserve selinux context when renaming by copy-file.
1858
91eac4bb 18592010-04-21 Juanma Barranquero <lekktu@gmail.com>
acd0102a 1860 Eli Zaretskii <eliz@gnu.org>
91eac4bb 1861
50426a04
JB
1862 Don't depend on cm.c or termcap.c on Windows, use stubs.
1863 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
1864 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
1865 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
1866 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
1867 (sys_tputs, sys_tgetstr): New stubs.
1868 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
1869 (tputs, tgetstr): New; define to sys_*.
91eac4bb 1870
938efb77
JB
18712010-04-20 Juanma Barranquero <lekktu@gmail.com>
1872
1873 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
1874
b4bf28b7
SM
18752010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1876
8b1e1112
SM
1877 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
1878 Just signal a warning rather than an error when inside a let.
1879 (Fmake_variable_frame_local): Add the same test.
1880
933ac235
SM
1881 * font.c (syms_of_font): Make the style table vars read-only.
1882
b4bf28b7
SM
1883 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
1884 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
1885
1886 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
1887
93d68d0c
EZ
18882010-04-20 Eli Zaretskii <eliz@gnu.org>
1889
1890 Fix R2L paragraph display on TTY.
1891
1892 * xdisp.c (unproduce_glyphs): New function.
1893 (display_line): Use it when produced glyphs are discarded from R2L
1894 glyph rows.
1895 (append_composite_glyph): In R2L rows, prepend the glyph rather
1896 than appending it.
1897
1898 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
1899 rather than append it. Set up the resolved_level and bidi_type
1900 attributes of the appended glyph.
283ccc18
EZ
1901 (produce_special_glyphs): Mirror the backslash continuation
1902 character in R2L lines.
93d68d0c 1903
283ccc18 1904 Implement display of R2L paragraphs in GUI sessions.
26cdf528 1905
283ccc18
EZ
1906 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
1907 append_stretch_glyph.
1908 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
1909 off-by-one error in computing x at end of text in the row.
1910 (append_stretch_glyph): In reversed row, prepend the glyph rather
1911 than append it. Set resolved_level and bidi_type of the glyph.
1912 (extend_face_to_end_of_line): If the row is reversed, prepend a
1913 stretch glyph whose width is such that the rightmost glyph will be
1914 drawn at the right margin of the window. Fix off-by-one error on
1915 TTY frames in testing whether a line needs face extension. Fix
1916 face extension at ZV. If this is the last glyph row, use
1917 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
1918 region face.
1919 (set_cursor_from_row, display_line): Use
26cdf528
EZ
1920 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
1921 row->continuation_lines_width.
283ccc18
EZ
1922 (next_element_from_buffer): Don't call bidi_paragraph_init if we
1923 are at ZV. Fixes a crash when reseated to ZV by
1924 try_window_reusing_current_matrix.
45903529
EZ
1925 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
1926 which happens with R2L glyph rows. Fixes a crash when inserting a
1927 character at end of an R2L line.
283ccc18
EZ
1928 (set_cursor_from_row): Don't be fooled by truncated rows: don't
1929 treat them as having zero-width characters. Improve comments.
1930 Don't reverse pos_before and pos_after for reversed glyph rows.
1931 Set cursor.x to negative value when the cursor might be on the
1932 left fringe.
1933 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
1934 left fringe, not the right one.
f951a506
EZ
1935 (notice_overwritten_cursor, draw_phys_cursor_glyph)
1936 (erase_phys_cursor): For reversed cursor_row, support cursor on
1937 the left fringe.
1938
283ccc18
EZ
1939 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
1940 of continuation indicators on the fringes.
1941 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
1942 left fringe.
1943
f951a506
EZ
1944 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
1945 draw cursor on the left fringe.
1946
1947 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
1948 cursor on the left fringe.
1949
f951a506
EZ
1950 * dispnew.c (update_text_area): Handle reversed desired rows when
1951 the cursor is on the left fringe.
1952 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
1953 below, not by 0, for when the cursor is on the left fringe.
1954
3bb49aaf
JD
19552010-04-20 Jan Djärv <jan.h.d@swipnet.se>
1956
1957 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
1958 widget is a scrollbar.
1959
c0be27fd
KH
19602010-04-20 Kenichi Handa <handa@m17n.org>
1961
1962 * charset.c (char_charset): Consider Vcharset_non_preferred_head
1963 only when the arg CHARSET_LIST is nil.
1964
ce5b453a
SM
19652010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 Make variable forwarding explicit rather the using special values.
1968 Basically, this makes the structure of buffer-local values and object
1969 forwarding explicit in the type of Lisp_Symbols rather than use
1970 special Lisp_Objects for that. This tends to lead to slightly more
1971 verbose code, but is more C-like, simpler, and makes it easier to make
1972 sure we handled all cases, among other things by letting the compiler
1973 help us check it.
1974 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
1975 Removing forwarding objects.
1976 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
1977 (struct Lisp_Symbol): Make the various forms of variable-forwarding
1978 explicit rather than hiding them inside Lisp_Object "values".
1979 (XFWDTYPE): New macro.
1980 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
1981 (XBUFFER_LOCAL_VALUE): Remove.
1982 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
1983 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
1984 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
1985 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
1986 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
1987 Remove the Lisp_Misc_* header.
1988 (struct Lisp_Buffer_Local_Value): Redefine.
1989 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
1990 (struct Lisp_Misc_Any): Add filler to get the right size.
1991 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
1992 Lisp_Intfwd.
1993 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
1994 (DEFVAR_KBOARD): Allocate a forwarding object.
1995 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
1996 (let_shadows_global_binding_p): New function.
1997 (union Lisp_Val_Fwd): New type.
1998 (make_blv): New function.
1999 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
2000 (store_symval_forwarding, swap_in_global_binding, Fboundp)
2001 (swap_in_symval_forwarding, find_symbol_value, Fset)
2002 (let_shadows_buffer_binding_p, set_internal, default_value)
2003 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
2004 (Fkill_local_variable, Fmake_variable_frame_local)
2005 (Flocal_variable_p, Flocal_variable_if_set_p)
2006 (Fvariable_binding_locus):
2007 * xdisp.c (select_frame_for_redisplay):
2008 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
2009 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
2010 * frame.c (store_frame_param):
2011 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
2012 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
2013 value structure.
2014 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
2015 (clone_per_buffer_values): Only adjust markers into the current buffer.
2016 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
2017 (Fbuffer_local_value, set_buffer_internal_1)
2018 (swap_out_buffer_local_variables):
2019 Adapt to the new symbol value structure.
2020 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
2021 (defvar_per_buffer): Take a new arg for the fwd object.
2022 (buffer_lisp_local_variables): Return a proper alist (different fix
2023 for bug#4138).
2024 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
2025 (Fgarbage_collect): Don't handle buffer_defaults specially.
2026 (mark_object): Handle new symbol value structure rather than the old
2027 special Lisp_Misc_* objects.
2028 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
2029 * term.c (set_tty_color_mode):
2030 * bidi.c (bidi_initialize): Don't access the ->value field directly.
2031 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
2032 a buffer_local_flags.
2033 * print.c (print_object): Get rid of impossible forwarding objects.
2034
fd3998ff
EZ
20352010-04-19 Eli Zaretskii <eliz@gnu.org>
2036
2037 * bidi.c (bidi_get_type, bidi_get_category)
2038 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
ce5b453a
SM
2039 (bidi_type_of_next_char, bidi_level_of_next_char):
2040 Declare static. Use `INLINE' rather than `inline'.
fd3998ff 2041
e42cd1a7
JB
20422010-04-19 Juanma Barranquero <lekktu@gmail.com>
2043
2044 * dired.c (Ffile_attributes): Fix typo in docstring.
2045
6e104790 20462010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
79353a53
AR
2047
2048 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
2049 NSInteger (Bug#5811).
2050
6e104790 20512010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
658b9b93
YM
2052
2053 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
2054 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
2055
6e104790 20562010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16009a0e
YM
2057
2058 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
2059
6e104790
SM
20602010-04-19 Chong Yidong <cyd@stupidchicken.com>
2061
2062 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
2063 terminal frames (Bug#5837).
2064
37dcfea0
EZ
20652010-04-19 Eli Zaretskii <eliz@gnu.org>
2066
d1da276f
EZ
2067 * .gdbinit (xsubchartable): New command.
2068
37dcfea0
EZ
20692010-04-19 Eli Zaretskii <eliz@gnu.org>
2070
2071 * xdisp.c (display_line): Don't write beyond the last glyph row in
9166b0f3 2072 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
37dcfea0
EZ
2073 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
2074 and
2075 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
2076
e9515805
SM
20772010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2078
2079 * alloc.c (Fpurecopy): Hash-cons if requested.
2080 (syms_of_alloc): Update purify-flag docstring.
2081
22aa44a8
JD
20822010-04-18 Jan Djärv <jan.h.d@swipnet.se>
2083
2084 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
2085 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
2086
ebb5722e
EZ
20872010-04-17 Eli Zaretskii <eliz@gnu.org>
2088
2089 Fix a crash when an NSM character is inserted at BEGV.
2090
2091 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
2092 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
2093 NEUTRAL_B or UNKNOWN_BT.
2094
0f4442ef
EZ
20952010-04-16 Eli Zaretskii <eliz@gnu.org>
2096
2097 * xdisp.c (set_cursor_from_row): Don't consider possibility of
2098 other rows with cursor unless they are different from this row and
2099 this row is part of a continued line. (Bug#5943)
2100
7d4e45f8
DN
21012010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2102
2103 * s/freebsd.h: Restore osreldate.h include.
2104 Suggested by Naohiro Aota.
2105
5ba5ec85
J
21062010-04-16 Jan Djärv <jan.h.d@swipnet.se>
2107
2108 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
2109
20af301d
CY
21102010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
2111
2112 * s/cygwin.h: Avoid linking against static libgcc.
2113
a4b000fb
JL
21142010-04-15 Juri Linkov <juri@jurta.org>
2115
2116 * window.c: Add Qscroll_command.
2117 Remove Vscroll_preserve_screen_position_commands.
2118 (window_scroll_pixel_based, window_scroll_line_based): Check the
2119 `scroll-command' property on the last command instead of searching
2120 the last command in Vscroll_preserve_screen_position_commands.
2121 (syms_of_window): Initialize and staticpro `Qscroll_command'.
2122 Put Qscroll_command property on Qscroll_up and Qscroll_down.
2123 (scroll-preserve-screen-position): Doc fix.
2124 (Vscroll_preserve_screen_position_commands): Remove variable.
2125
bc319ba4
DN
21262010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
2127
6bb24457
DN
2128 * xdisp.c (message): Do not use NO_ARG_ARRAY.
2129
19d4c244
DN
21302010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
2131
2132 Reduce cpp use in Makefile.in.
2133 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
2134 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
2135 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
2136 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
2137 (CRT0_COMPILE): Remove, inline it in the only user.
2138
32129746
JL
21392010-04-14 Juri Linkov <juri@jurta.org>
2140
2141 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
2142 `scroll-up-command' and `M-v' from `scroll-down' to
2143 `scroll-down-command'.
2144
9013a7f8
JL
21452010-04-14 Juri Linkov <juri@jurta.org>
2146
2147 * window.c (Vscroll_preserve_screen_position_commands): New variable
2148 with the default value as the list of Qscroll_down and Qscroll_up.
2149 (window_scroll_pixel_based, window_scroll_line_based): Search the
2150 last command in the list Vscroll_preserve_screen_position_commands
2151 instead of comparing with Qscroll_up and Qscroll_down.
2152
4bef8d26
JD
21532010-04-13 Jan Djärv <jan.h.d@swipnet.se>
2154
92848133
JD
2155 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
2156 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
2157 does that.
2158
4bef8d26
JD
2159 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
2160 to zero.
2161
58b963f7
SM
21622010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2163
84164a0d
SM
2164 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
2165
2b0a91e7
SM
2166 Try to solve the problem of spurious EOF chars in long lines of text
2167 sent to interactive subprocesses.
2168 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
2169 (system_process_attributes): Remove unused var `ttotal'.
2170 * process.c (send_process): Don't bother breaking long line with EOF
2171 chars when talking to ttys any more.
2172 (wait_reading_process_output): Output a warning when called in such
2173 a way that it could block without being interruptible.
2174
58b963f7
SM
2175 Try to detect file modification within the same second.
2176 * buffer.h (struct buffer): New field modtime_size.
2177 * buffer.c (reset_buffer): Initialize it.
2178 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
2179 (Fverify_visited_file_modtime): Check it.
2180 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
2181 (Fset_visited_file_modtime): Set (or clear) it.
2182
01f5787b
SM
21832010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2184
2185 * process.c (status_notify): Remove unused var `ro'.
2186
83725342
JD
21872010-04-12 Jan Djärv <jan.h.d@swipnet.se>
2188
2189 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
2190 more than one visual (Bug#5938).
2191
b9465836
DN
21922010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
2193
50426a04
JB
2194 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
2195 Undefine.
b9465836 2196
8d9c8ece
DN
21972010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2198
b1f52161
DN
2199 Remove C_SWITCH_SYSTEM_TEMACS.
2200 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
2201 (malloc, realloc, free): Use emacs, not temacs for conditional
2202 definition.
2203
2204 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
2205 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
2206
8d9c8ece
DN
2207 Use autoconf, not cpp for some variables.
2208 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
2209 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
2210 (ALL_CFLAGS): Use them as make variables.
2211 (really-lwlib, really-oldXMenu): Do not pass them.
2212
1ecb2d3f
JD
22132010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2214
2215 * xmenu.c (apply_systemfont_to_dialog): New.
2216 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
2217
3a4fa2f2
SM
22182010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2219
97e53006
SM
2220 * process.c (exec_sentinel): Preserve current-buffer.
2221
3a4fa2f2
SM
2222 * process.c (read_process_output): Move the save-current-buffer to
2223 apply to both the filter and the non-filter branches.
2224
88df7221
DN
22252010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
2226
2227 * s/msdos.h (UNEXEC): New definition.
2228
5634ff85
YM
22292010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2230
6eff5c3d
YM
2231 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
2232 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
2233
2234 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
2235 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
2236 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
2237 TRY_WINDOW_CHECK_MARGINS.
2238
2239 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5b253e9c
YM
2240 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
2241 width only when it is for padding.
5634ff85 2242
b13aef54
J
22432010-04-09 Jan Djärv <jan.h.d@swipnet.se>
2244
2245 * xfns.c (Fx_show_tip): Call try_window in a loop until
2246 fonts_changed_p is zero (Bug#2423).
2247
21d28484
EZ
22482010-04-08 Eli Zaretskii <eliz@gnu.org>
2249
2250 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
2251 the end of TEXT_AREA. (Bug#5856)
2252
0269ef77
JD
22532010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2254
2255 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
2256 HAVE_GCONF.
2257
5930fe97
EZ
22582010-04-08 Eli Zaretskii <eliz@gnu.org>
2259
2260 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
2261 prev.orig_type, for resolving type of NSM. (Bug#5858)
2262
99852628
JD
22632010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2264
2265 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
2266 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
2267 in current_font.
2268 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
50426a04
JB
2269 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
2270 New functions.
2271 (syms_of_xsettings): Initialize current_font.
2272 defsubr Sfont_get_system_normal_font.
99852628
JD
2273
2274 * xsettings.h (Ffont_get_system_normal_font,
2275 xsettings_get_system_normal_font): Declare.
2276
2277 * xfns.c (extern xlwmenu_default_font): Remove.
2278 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
2279 to xlwmenu.c.
2280
2281 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
2282 menu items in UTF-8.
2283
2284 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
2285 (apply_systemfont_to_menu): New function.
2286 (set_frame_menubar, create_and_show_popup_menu): Call
2287 apply_systemfont_to_menu.
2288
7fc874c4
J
22892010-04-07 Jan Djärv <jan.h.d@swipnet.se>
2290
2291 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
2292 FRAME_LINE_TO_PIXEL_Y.
2293
2294 * xterm.c (x_set_window_size_1): Don't add border_width/height to
2295 pixelwidth/height.
2296
863bf481
DN
22972010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2298
5e5a3b92
DN
2299 Simplify code for HP machines.
2300 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
2301 for GNU_LINUX, not needed.
2302 (UNEXEC, NEED_BSDTTY): Move definitions...
2303 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
2304
863bf481
DN
2305 * m/iris4d.h (UNEXEC): Move definition ...
2306 * s/irix6-5.h (UNEXEC): ... here.
2307
3e6bec3b
JD
23082010-04-04 Jan Djärv <jan.h.d@swipnet.se>
2309
2310 * xfns.c (set_machine_and_pid_properties): New function.
2311 (Fx_create_frame): Call set_machine_and_pid_properties.
2312
2912322b
SM
23132010-04-03 Eli Zaretskii <eliz@gnu.org>
2314
1502b819
EZ
2315 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
2316 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
2317 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
2318
2912322b
SM
2319 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
2320 in this function. (Bug#5703)
2321
23222010-04-03 Chong Yidong <cyd@stupidchicken.com>
2323
2324 * nsterm.h: Fix last change.
2325
c435b432
DN
23262010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
2327
a568f507
DN
2328 * m/intel386.h (NO_REMAP): Move definition ...
2329 * s/msdos.h (NO_REMAP): ... here.
2330
4cd9f6c2
DN
2331 * m/vax.h (CRT0_DUMMIES): Remove, unused.
2332
c435b432
DN
2333 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
2334 used on those platforms.
2335
42a2c622
DN
23362010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2337
2338 Remove extern errno declarations.
2339 * xterm.c:
2340 * xrdb.c:
2341 * w32term.c:
2342 * unexec.c:
2343 * unexaix.c:
2344 * sysdep.c:
2345 * process.c:
2346 * lread.c:
2347 * keyboard.c:
2348 * floatfns.c:
2349 * filelock.c:
2350 * fileio.c:
2351 * emacs.c (main):
2352 * ecrt0.c:
2353 * dispnew.c:
2354 * callproc.c:
2355 * buffer.c: Remove errno extern declarations.
2356 * s/netbsd.h (NEED_ERRNO): Remove.
2357
8224f93d
DN
23582010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2359
2360 Remove all uses of LIBX11_SYSTEM.
2361 * Makefile.in (LIBX11_SYSTEM): Remove.
2362 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
2363 instead.
2364
814062c7
EZ
23652010-04-01 Eli Zaretskii <eliz@gnu.org>
2366
ed68db4d
EZ
2367 Remove support for DJGPP v1.x (bug#5813).
2368
2369 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8224f93d
DN
2370 * s/msdos.h:
2371 * unexec.c (make_hdr, copy_text_and_data):
2372 * sysdep.c (wait_for_termination, sys_subshell):
ed68db4d 2373 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
52f4d8d5
EZ
2374 (IT_set_terminal_modes, __write, _rename, gethostname)
2375 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
2376 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
2377 the value of __DJGPP__.
ed68db4d
EZ
2378 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
2379 compatibility code.
8224f93d
DN
2380 * lread.c:
2381 * gmalloc.c (memalign):
2382 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
2383 * emacs.c (main):
2384 * dosfns.c (init_dosfns):
ed68db4d
EZ
2385 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
2386
52f4d8d5
EZ
23872010-04-01 Eli Zaretskii <eliz@gnu.org>
2388
814062c7
EZ
2389 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
2390 string with `cursor' property comes from an `after-string'
2391 overlay. (Bug#5816)
2392
0dc2e11d
GM
23932010-04-01 Glenn Morris <rgm@gnu.org>
2394
2395 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
2396 Define as Makefile variables.
2397 (LIBX): Use above variables rather than directly using autoconf.
2398
1d29df59
DN
23992010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
2400
2401 Clean up BSD_SYSTEM use.
2402 * xterm.c:
2403 * process.c:
2404 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
2405 for including <sys/ioctl.h>.
2406 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
2407 code is only used for MSDOS.
2408
1546c559
JL
24092010-03-31 Juri Linkov <juri@jurta.org>
2410
2411 * image.c: Add `Qextension_data'.
2412 (syms_of_image): Initialize and staticpro `Qextension_data'.
2413 (Fimage_metadata): Rename from `Fimage_extension_data'.
2414 (gif_load): Put GIF extension data to the property
2415 `Qextension_data'.
2416
6521c534
CY
24172010-03-31 Chong Yidong <cyd@stupidchicken.com>
2418
2419 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
2420 * nsterm.h: Fix prototype.
2421
52c30783
EZ
24222010-03-31 Eli Zaretskii <eliz@gnu.org>
2423
2424 * xdisp.c (highlight_trailing_whitespace): Support highlight of
2425 trailing whitespace in right-to-left rows.
2426
855a0da7
SM
24272010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 Get rid of the direct_output optimizations.
2430 * keyboard.c (nonundocount): Remove extern declaration.
2431 (command_loop_1): Remove brittle optimisation for cheap and
2432 common operations.
2433 * xdisp.c (redisplay_internal): Don't bother checking
2434 redisplay_performed_directly_p any more.
2435 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
2436 any more.
2437 * dispnew.c (redisplay_performed_directly_p)
2438 (direct_output_for_insert, direct_output_forward_char):
2439 * dispextern.h (redisplay_performed_directly_p)
2440 (direct_output_for_insert, direct_output_forward_char): Remove.
2441 * cmds.c (nonundocount): Make it static.
2442
85738751 24432010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
a6d676d9
CY
2444
2445 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
2446
85738751 24472010-03-31 Jan Djärv <jan.h.d@swipnet.se>
67fee863
JD
2448
2449 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
2450 invisible (Bug#5766).
2451
85738751 24522010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
9ae6e189 2453
855a0da7
SM
2454 * xdisp.c (x_consider_frame_title, update_window_cursor):
2455 Remove HAVE_NS conditionals.
194d44e7 2456 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
2457
2458 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
2459 filename for the title.
2460 (ns_set_doc_edited): Do nothing if the selected window is a
2461 minibuffer window.
2462
2463 * nsterm.h: Add prototypes for ns_set_name_as_filename and
2464 ns_set_doc_edited.
2465
2466 * nsterm.m: Remove unneeded prototype.
2467
85738751 24682010-03-31 Glenn Morris <rgm@gnu.org>
25c72475
GM
2469
2470 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
2471 in the DOC file. (Bug#5336)
2472
85738751 24732010-03-31 Chong Yidong <cyd@stupidchicken.com>
f79a01db
CY
2474
2475 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
2476
75d1428c
SM
24772010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2478
2479 * window.c (keys_of_window): Remove redundant/overridden bindings.
2480
82043cfb
EZ
24812010-03-30 Eli Zaretskii <eliz@gnu.org>
2482
2483 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
2484 Restore original behavior when the iterator is not bidi_p.
2485
b5dd0ae7
DN
24862010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2487
2488 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
2489
bd924a5d
EZ
24902010-03-30 Eli Zaretskii <eliz@gnu.org>
2491
2492 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
2493 are outside the range of cached character positions.
2494
3580374b
JB
24952010-03-30 Juanma Barranquero <lekktu@gmail.com>
2496
2497 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
2498
a7b02820
EZ
24992010-03-30 Eli Zaretskii <eliz@gnu.org>
2500
2501 Initial support for bidirectional editing.
2502
2503 * Makefile.in (obj): Include bidi.o.
2504 (bidi.o): New target.
2505
2506 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
2507 ($(BLD)/bidi.$(O)): New target.
2508
2509 * bidi.c: New file.
2510
2511 * buffer.h (struct buffer): New members bidi_display_reordering
2512 and bidi_paragraph_direction.
2513
2514 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
2515 and bidi_paragraph_direction.
2516 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
2517 and bidi-paragraph-direction.
2518 (Fbuffer_swap_text): Swap the values of
2519 bidi_display_reordering and bidi_paragraph_direction.
2520
2521 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
2522 (bidi_type_t, bidi_dir_t): New types.
2523 (bidi_saved_info, bidi_stack, bidi_it): New structures.
2524 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
2525 prev_stop, base_level_stop, and eol_pos.
2526 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
2527 (IT_STACK_SIZE): Enlarge to 5.
2528 (struct glyph_row): New member reversed_p.
2529 <string_buffer_position>: Update prototype.
2530 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
2531 glyph_row if bidi_it.paragraph_dir == R2L.
2532 (struct glyph): New members resolved_level and bidi_type.
2533
2534 * dispnew.c (direct_output_forward_char): Give up if we need bidi
2535 processing or buffer's direction is right-to-left.
2536 (prepare_desired_row): Preserve the reversed_p flag.
2537 (row_equal_p): Compare the reversed_p attributes as well.
2538
2539 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
2540 bidi_init_it and set it->paragraph_embedding from the current
2541 buffer's value of bidi_paragraph_direction.
2542 (reseat_1): Initialize bidi_it.first_elt.
2543 (set_iterator_to_next, next_element_from_buffer): Use the value of
2544 paragraph_embedding to determine the paragraph direction.
2545 (set_iterator_to_next): Under bidi reordering, call
2546 bidi_get_next_char_visually. Call bidi_paragraph_init if the
2547 new_paragraph flag is set in the bidi iterator.
2548 (next_element_from_buffer): If bidi_it.first_elt is set,
2549 initialize paragraph direction and find the first character to
2550 display in the visual order. If reseated to a middle of a line,
2551 prime the bidi iterator starting at the line's beginning. Handle
2552 the situation where we overstepped stop_charpos due to
2553 non-linearity of the bidi iteration. Likewise for when we back up
2554 beyond the previous stop_charpos. When moving across stop_charpos,
2555 record it in prev_stop.
2556 (display_line): Set row->end and it->start for the next row to the
2557 next character in logical order. Always extend reversed_p rows to
2558 the end of line, even if they end at ZV. Copy the reversed_p flag
2559 to the next glyph row. Keep calling set_cursor_from_row for
2560 bidi-reordered rows even if we already have a possible candidate
2561 for cursor position. Set row_end after all the row's glyphs have
2562 been produced, by looping over the glyphs. Record the position
2563 after EOL in it->eol_pos, and use it to set end_pos of the last
2564 row produced for a continued line.
2565 <Qright_to_left, Qleft_to_right>: New variables.
2566 (syms_of_xdisp): Initialize and staticpro them.
2567 (string_buffer_position_lim): New function.
2568 (string_buffer_position): Most of code moved to
2569 string_buffer_position_lim. Last argument and return value are
2570 now EMACS_INT; all callers changed.
2571 (set_cursor_from_row): Rewritten to support bidirectional text and
2572 reversed glyph rows.
2573 (text_outside_line_unchanged_p, try_window_id): Disable
2574 optimizations if we are reordering bidirectional text and the
2575 paragraph direction can be affected by the change.
2576 (append_glyph, append_composite_glyph)
2577 (produce_image_glyph, append_stretch_glyph): Set the
2578 resolved_level and bidi_type members of each glyph.
2579 (append_glyph): If the glyph row is reversed, prepend the glyph
2580 rather than appending it.
2581 (handle_stop_backwards): New function.
2582 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
2583 (reseat): call handle_stop_backwards to recompute prev_stop and
2584 base_level_stop for the new position.
2585 (handle_invisible_prop): Under bidi iteration, skip invisible text
2586 using bidi_get_next_char_visually. If we are `reseat'ed, init the
2587 paragraph direction. Update IT->prev_stop after skipping
2588 invisible text.
2589 (move_it_in_display_line_to): New variables prev_method
2590 and prev_pos. Compare for strict equality in
2591 BUFFER_POS_REACHED_P.
2592 (try_cursor_movement): Examine all the candidate rows that occlude
2593 point, to return the best match. If rows are bidi-reordered
2594 and point moved backwards, back up to the row that is not a
2595 continuation line, and start looking for a suitable row from
2596 there.
2597
2598 * term.c (append_glyph): Reverse glyphs by pre-pending them,
2599 rather than appending, if the glyph_row's reversed_p flag is set.
2600 Set the resolved_level and bidi_type members of each glyph.
2601
2602 * .gdbinit (pbiditype): New command.
2603 (pgx): Use it to display bidi level and type of the glyph.
2604 (pitx): Display some bidi information about the iterator.
2605 (prowlims, pmtxrows): New commands.
2606
32a8894e
DN
26072010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2608
2609 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
2610 * s/usg5-4.h (LIBS_DEBUG):
2611 * s/irix6-5.h (C_DEBUG_SWITCH):
2612 * s/gnu-linux.h (LIBS_DEBUG):
2613 * s/darwin.h (LIBS_DEBUG):
2614 * s/bsd-common.h (LIBS_DEBUG):
2615 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
2616 * m/iris4d.h (LIBS_DEBUG):
2617 * m/hp800.h (LIBS_DEBUG): Remove definitions.
2618
2619 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
2620 (LIBS_DEBUG): Remove definition.
2621
649dbf36
CY
26222010-03-27 Chong Yidong <cyd@stupidchicken.com>
2623
2624 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
2625 Windows.
2626
cad4261f
YM
26272010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2628
2629 * process.c (Fmake_network_process): Don't call turn_on_atimers around
2630 `connect' (Bug#5723).
2631
cd591dbc
HE
26322010-03-25 Helmut Eller <eller.helmut@gmail.com>
2633
2634 * process.c (Fmake_network_process): Call `select' for interrupted
2635 `connect' rather than creating new socket (Bug#5173).
2636
e867cb5d 26372010-03-24 Jan Djärv <jan.h.d@swipnet.se>
93318cbd
JD
2638
2639 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
2640
2641 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
2642
2643 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
2644
e867cb5d 26452010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ad13a3ee
YM
2646
2647 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
2648 XLoadQueryFont.
2649
e867cb5d 26502010-03-24 Kenichi Handa <handa@m17n.org>
fbdc1721
KH
2651
2652 * coding.c (decode_coding_ccl): Fix previous change for the
2653 multibyte case.
fb608df3
KH
2654 (encode_coding_ccl): Don't setup ccl program here. Fix for the
2655 case that the output buffer is fullfilled.
2656 (encode_coding): Setup ccl program here.
fbdc1721 2657
5845f0ed
DN
26582010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2659
814fb708
DN
2660 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
2661
5845f0ed
DN
2662 Simplify LIBS_MACHINE definitions.
2663 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
2664 * m/iris4d.h (LIBS_MACHINE): Likewise.
2665 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
2666 * s/aix4-2.h (LIBS_SYSTEM): ... here.
38e3487c 2667 * s/netbsd.h: Remove commented out code.
5845f0ed 2668
b7064064
DN
26692010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2670
df7734b2
DN
2671 Remove dead code dealing with POSIX_SIGNALS.
2672 * atimer.c (set_alarm): Remove dead code, all USG systems define
2673 POSIX_SIGNALS.
2674 * data.c (arith_error): Likewise.
2675 * keyboard.c (input_available_signal, handle_user_signal)
2676 (interrupt_signal): Likewise.
2677 * process.c (sigchld_handler): Likewise.
2678 (create_process): Remove if 0 code. Remove HPUX conditional when
2679 !defined (POSIX_SIGNALS), it cannot be true.
2680 * syssignal.h: Remove USG5_4 and USG conditionals when
2681 !POSIX_SIGNALS, they cannot be true.
2682
b7064064
DN
2683 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
2684 NO_SOCK_SIGIO, not used anymore.
2685
55da5ee3
DN
26862010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2687
0be96e3a
DN
2688 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
2689 support vax on BSDs.
2690
55da5ee3
DN
2691 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
2692 * s/aix4-2.h (ORDINARY_LINK): ... here.
2693
c0282183
AS
26942010-03-21 Andreas Schwab <schwab@linux-m68k.org>
2695
82c3d67a
AS
2696 * Makefile.in (abs_builddir): Define.
2697 (bootstrap_exe): Use it.
2698 (VPATH): Use $(srcdir) instead of @srcdir@.
c0282183 2699
3613edce
SM
27002010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2701
2702 * Makefile.in (bootstrap_exe): Use an absolute name.
2703
7f110ddc
DN
27042010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2705
22e87574
DN
2706 Remove support for old GNU/Linux using libc version 5.
2707 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
2708 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
2709
05a670e6
DN
2710 Consolidate redundant definitions in s/bsd-common.h.
2711 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2712 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2713 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
2714 doing it in all files that include this one.
2715 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2716 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2717 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2718 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2719 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2720 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2721 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2722 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2723 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2724
2968f561
DN
2725 Consolidate redundant definitions.
2726 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
2727 it's undefined in all files that include this one.
2728 (POSIX_SIGNALS): Define here instead of doing it in all files that
2729 include this one.
2730 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2731 (POSIX_SIGNALS): Do not define.
2732 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2733 (POSIX_SIGNALS): Do not define.
2734 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2735 (POSIX_SIGNALS): Do not define.
2736
15d25dc0
DN
2737 Remove support for old UNIX System V systems.
2738 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
2739 * s/usg-5-4-2.h: Remove.
2740
07e339e4
DN
2741 Remove support for Solaris on PPC and for old versions.
2742 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
2743 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
2744 that cancel each other.
2745 * s/sol2-3.h:
2746 * s/sol2-4.h:
2747 * s/sol2-5.h: Remove.
2748 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
2749 (NO_REMAP): Remove, unused.
2750 (UNEXEC): Move definition ...
2751 * s/aix4-2.h (UNEXEC): ... here.
2752
7f110ddc
DN
2753 * s/openbsd.h: Remove support for non-ELF and for systems that do
2754 not support shared libraries.
2755 * s/netbsd.h:
2756 * s/freebsd.h: Likewise.
2757
605f35cd
DN
27582010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2759
2760 Remove non-working support for lynxos 3.0.
2761 * s/lynxos.h: Remove file.
2762
2763 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
2764 COFF_BSD_SYMBOLS, nothing defines it anymore.
2765
aed71cf4
DN
27662010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2767
2768 Remove obsolete uses of HAVE_SHM.
2769 * emacs.c (standard_args):
2770 (Fdump_emacs):
2771 (syms_of_emacs): Remove code depending on HAVE_SHM.
2772
2773 * alloc.c: Remove HAVE_SHM dependent definition.
2774
2775 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
2776
aded53ff
GM
27772010-03-18 Glenn Morris <rgm@gnu.org>
2778
17284745
GM
2779 * emacs.c (USAGE4): Hard-code bug address.
2780 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
2781 (bug_reporting_address): Remove.
2782 (main): Don't call bug_reporting_address.
2783
aded53ff
GM
2784 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
2785 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
2786
303500aa
CY
27872010-03-15 Chong Yidong <cyd@stupidchicken.com>
2788
2789 * xfns.c (Fx_create_frame):
2790 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
2791 on left.
2792
cef3058f
CY
27932010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
2794
2795 * editfns.c (Fformat): Account for string precision when computing
2796 field width (Bug#5710).
2797
a647d59d
CY
27982010-03-12 Chong Yidong <cyd@stupidchicken.com>
2799
4fa42018
CY
2800 * xfns.c (Fx_create_frame): Set default to Qright.
2801
a647d59d
CY
2802 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
2803 all window systems.
2804
6da23aaa
EZ
28052010-03-12 Eli Zaretskii <eliz@gnu.org>
2806
a96f6398 2807 These changes remove termcap.c from the build on Posix platforms.
83d02def 2808 * Makefile.in (termcapobj): Move termcap.o from here...
6da23aaa
EZ
2809 (MSDOS_OBJ): ...to here.
2810 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
2811 now identical to when LIBS_TERMCAP is defined.
2812
2813 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
2814
2815 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
2816
a96f6398 2817 * config.in: Regenerated. (See top-level ChangeLog.)
6da23aaa 2818
288f9fc0
CY
28192010-03-10 Chong Yidong <cyd@stupidchicken.com>
2820
2821 * Branch for 23.2.
2822
d48cd3f4
SM
28232010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2824
2825 Cleanup setup of gl_state in various parts of the code.
2826 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
2827 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
2828 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
2829 (skip_chars):
2830 * regex.c (regex_compile): Use it.
2831 (re_compile_pattern): Don't set gl_state.current_syntax_table since
2832 it's now set in regex_compile when/if we need it.
2833
618db430
SM
28342010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2835
c0335e02
SM
2836 Make it possible to C-g in a tight bytecode loop again (bug#5680).
2837 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
2838 (QUIT): Use it to consolidate code and remove redundancy.
2839 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
2840
254c06a8
SM
2841 * regex.c (regex_compile): Setup gl_state as well.
2842
618db430
SM
2843 * syntax.c (skip_chars): Setup gl_state (bug#3823).
2844 (in_classes): Use CONSP before XCAR/XCDR.
2845
233f0c9f
CY
28462010-03-03 Chong Yidong <cyd@stupidchicken.com>
2847
2848 * keymap.c (Fwhere_is_internal): Use Fequal to compare
2849 definitions, so that keyboard macros are correctly handled
2850 (Bug#5481).
2851
75f80e63
EZ
28522010-03-02 Eli Zaretskii <eliz@gnu.org>
2853
2854 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
2855 text that could be relocated inside the call to emacs_mule_char.
2856 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
2857 (CODING_DECODE_CHAR): Add a comment describing its purpose.
2858
dcfb9bc4
KH
28592010-03-02 Kenichi Handa <handa@m17n.org>
2860
fc9a17bc
KH
2861 * character.c (parse_str_as_multibyte): Fix handling of the
2862 multibyte form of raw-bytes.
2863 (str_as_multibyte): Likewise.
2864
dcfb9bc4
KH
2865 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
2866 form of raw-bytes.
2867
412c01b6
CY
28682010-02-28 Chong Yidong <cyd@stupidchicken.com>
2869
2870 * charset.c (load_charset_map_from_file)
2871 (load_charset_map_from_vector): Zero out allocated
2872 charset_map_entries before using them.
2873
df7e1ea0
AS
28742010-02-27 Andreas Schwab <schwab@linux-m68k.org>
2875
2876 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
2877
fe69a722
CY
28782010-02-27 Chong Yidong <cyd@stupidchicken.com>
2879
4ed28cf4
CY
2880 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
2881 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 2882
7379cfce
KH
28832010-02-26 Kenichi Handa <handa@m17n.org>
2884
f88cc4d6
KH
2885 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
2886
7379cfce
KH
2887 * xdisp.c (reseat_to_string): Fix previous change.
2888
cf2fdcfb
CY
28892010-02-26 David Reitter <david.reitter@gmail.com>
2890
2891 * nsfont.m (nsfont_draw): ns_antialias_text should be a
2892 Lisp_Object (Bug#4736).
2893
cc6c7c75
KH
28942010-02-25 Kenichi Handa <handa@m17n.org>
2895
2896 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
2897
32e737d7
JD
28982010-02-24 Jan Djärv <jan.h.d@swipnet.se>
2899
2900 * xterm.c (XTflash): Move declarations before statements.
2901
2902 * gtkutil.c (xg_get_gdk_display): Remove (unused).
2903 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
2904 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
2905 (xg_create_tool_bar): Remove unused variables.
2906 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 2907 (xg_create_frame_widgets): Remove variable grav.
32e737d7 2908
676cae9f
CY
29092010-02-21 Chong Yidong <cyd@stupidchicken.com>
2910
2911 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
2912
886cc2b8
SM
29132010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2914
2915 * term.c (fatal): Add a final \n if needed (bug#5596).
2916
ddb2d8e2
CY
29172010-02-18 Chong Yidong <cyd@stupidchicken.com>
2918
2919 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
2920
2a4f8d3d
GM
29212010-02-18 Glenn Morris <rgm@gnu.org>
2922
2923 * callint.c (Finteractive): Doc fix.
2924
ebaf11b6
KH
29252010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2926
886cc2b8
SM
2927 * coding.c (record_conversion_result):
2928 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
2929 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
2930 memory allocation error.
2931
d0396581
KH
29322010-02-17 Kenichi Handa <handa@m17n.org>
2933
886cc2b8
SM
2934 * coding.c (decode_coding_ccl): Don't setup ccl program here.
2935 Fix for the case that the output buffer is fullfilled.
d0396581
KH
2936 (decode_coding): Setup ccl program here. Keep looping when the
2937 decoder stopped because the output buffer is
2938 fullfilled (bug#5534).
2939
2940 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
2941
98599f74
JD
29422010-02-13 Jan Djärv <jan.h.d@swipnet.se>
2943
471e4f04 2944 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 2945 bug #5571.
886cc2b8 2946 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 2947 overdrawn.
98599f74 2948
182659ae
JD
29492010-02-10 Jan Djärv <jan.h.d@swipnet.se>
2950
2951 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
2952 doing_interact here.
2953 (ice_connection_closed): New function.
2954 (x_session_check_input, smc_die_CB, ice_io_error_handler)
2955 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
2956 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
2957 returns I/O error.
2958 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
2959 bug #5512.
2960
9be32c4e 29612010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
2962
2963 * nsfont.m (nsfont_open): The system's value for the font descent
2964 is negative, so round it down to avoid clipping.
2965
a2f3eb19
CY
29662010-02-06 Chong Yidong <cyd@stupidchicken.com>
2967
2968 * charset.c (load_charset_map_from_file)
2969 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 2970 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 2971
3088147c
CY
29722010-02-05 Chong Yidong <cyd@stupidchicken.com>
2973
2974 * charset.c (load_charset_map_from_file): Allocate large
2975 charset_map_entries structure on the heap rather than the stack.
2976 (Bug#5526).
2977
b57d9029
KH
29782010-01-31 Kenichi Handa <handa@m17n.org>
2979
2980 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 2981 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 2982
c67d885b
CY
29832010-01-31 Chong Yidong <cyd@stupidchicken.com>
2984
2985 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
2986 <deactivated@gmail.com> (Bug#3605).
2987
8fab2362
CY
29882010-01-31 David De La Harpe Golden <david@harpegolden.net>
2989
2990 * fileio.c (Frename_file): Correctly rename symlinks to
2991 directories (Bug#5496).
2992
cb2a62f2
CY
29932010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
2994
2995 * nsterm.m (ns_ring_bell): Handle visible bell like X.
2996
944c7a26
AS
29972010-01-30 Andreas Schwab <schwab@linux-m68k.org>
2998
2999 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
3000
c024ac08
CY
30012010-01-29 Chong Yidong <cyd@stupidchicken.com>
3002
3003 * frame.c (DEFAULT_ROWS): Change default to 35.
3004
3005 * xfns.c (x_default_font_parameter): Change default XFT font to
3006 monospace-10 (Bug#3643).
3007
af93af83
EZ
30082010-01-29 Eli Zaretskii <eliz@gnu.org>
3009
3010 * w32inevt.c (key_event): Remove unnecessary comparison of
3011 event->uChar.AsciiChar with 128.
3012
ca0eb708
CY
30132010-01-28 Chong Yidong <cyd@stupidchicken.com>
3014
b242dbfc
CY
3015 * fileio.c (Frename_file): Fix last change (Bug#5487).
3016
ca0eb708
CY
3017 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
3018
3019 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
3020
45d45af5
JD
30212010-01-28 Jan Djärv <jan.h.d@swipnet.se>
3022
3023 * xfns.c (Fx_create_frame): Remove window size matching code from
3024 2010-01-15.
a73f9c9d 3025 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 3026
7e233730
JR
30272010-01-27 Jason Rumney <jasonr@gnu.org>
3028
3029 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 3030 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 3031
86e893e3
KH
30322010-01-27 Kenichi Handa <handa@m17n.org>
3033
3034 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 3035 pattern string (Bug#4209).
86e893e3 3036
8719abec
CY
30372010-01-27 David De La Harpe Golden <david@harpegolden.net>
3038
3039 * fileio.c (Frename_file): Call copy-directory and
3040 delete-directory for directories, in order to handle cross-device
3041 renaming (Bug#3353).
3042
844794c8
JD
30432010-01-25 Jan Djärv <jan.h.d@swipnet.se>
3044
aa3e13b5 3045 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 3046 sizes 24 and 10. Bug #3643.
844794c8 3047
bd4b5750
SM
30482010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3049
8dc1adf6 3050 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
3051 * keymap.c (shadow_lookup): Add `remap' arg.
3052 (describe_map, describe_vector): Update calls to shadow_lookup.
3053 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
3054 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
3055 perform remapping during shadow_lookup check of remapped_sequences.
3056
285d07e2
CY
30572010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
3058
3059 * image.c (png_load): Use png_sig_cmp instead of the obsolete
3060 png_check_sig, which has been removed in libpng 1.4.
3061
c6d09b8d
CY
30622010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3063
3064 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
3065 lacks this header file).
3066
3d782998
YM
30672010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3068
3069 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
3070 as in Emacs 22.
3071
2aff7c53
YM
30722010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3073
3074 * lisp.h (make_pure_string): String pointer arg now points to const.
3075
3076 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
3077 args now point to const.
3078
74327f7a
EZ
30792010-01-22 Eli Zaretskii <eliz@gnu.org>
3080
3081 * lread.c (Fload): Don't treat files without .elc extension as
3082 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
3083 them. (bug#5303)
3084
4d1e6632
KH
30852010-01-20 Kenichi Handa <handa@m17n.org>
3086
3087 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
3088 treat the source as actual byte sequence.
3089
1fdede8f
AM
30902010-01-19 Alan Mackenzie <acm@muc.de>
3091
3092 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 3093 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
3094 `signal_after_change_p' to `coherent_change_p', and make the
3095 invocation of `modify_region' conditional on it.
3096
67477f30
JD
30972010-01-19 Jan Djärv <jan.h.d@swipnet.se>
3098
3099 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
3100 for debug purpose.
3101 (syms_of_xsettings): Declare xft-settings.
3102
244b023e
CY
31032010-01-18 Chong Yidong <cyd@stupidchicken.com>
3104
3105 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
3106
617364fe
CY
31072010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * xterm.c (event_handler_gdk): Block input (Bug#5037).
3110
4fe22cdf
CY
31112010-01-16 Chong Yidong <cyd@stupidchicken.com>
3112
3113 * emacs.c (standard_args): Adjust arg priorities to reflect how
3114 they are processed in startup.el.
3115
e118d2be
AS
31162010-01-16 Andreas Schwab <schwab@linux-m68k.org>
3117
3118 * Makefile.in (lisp, shortlisp): Update.
3119
523ae620
SM
31202010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3121
3122 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
3123 code, link the new kboard into all_kboard before running Lisp code,
3124 and protect the new terminal with GCPRO (Bug#5365).
3125 (x_term_init): Remove unused var `atom'.
3126 (x_delete_display, x_delete_terminal): Remove unused var `i'.
3127
f0d13888
JD
31282010-01-15 Jan Djärv <jan.h.d@swipnet.se>
3129
3130 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
3131 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
3132 to find out usable size of the desktop. Don't make frames larger than
ac146f82 3133 this. Bug #3643.
f0d13888 3134
cc320f07
KH
31352010-01-15 Kenichi Handa <handa@m17n.org>
3136
3137 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
3138
7ffdf101
CY
31392010-01-15 Chong Yidong <cyd@stupidchicken.com>
3140
3141 * nsterm.m (Qnone): Define.
3142
3143 * nsfns.m (Qnone): Move definition to nsterm.m.
3144
d12bd917
KH
31452010-01-14 Kenichi Handa <handa@m17n.org>
3146
3147 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
3148 systems.
3149
d9a7c140
KH
31502010-01-14 Kenichi Handa <handa@m17n.org>
3151
3152 Make auto-composition work on all buffers even if they are
3153 fundamental mode.
3154
3155 * composite.c (Vauto_composition_mode): New variable.
3156 (composition_compute_stop_pos): Check Vauto_composition_mode
3157 instead of Vauto_composition_function.
3158 (composition_adjust_point, Ffind_composition_internal): Likewise.
3159 (syms_of_composite): Declare Lisp variable
3160 "auto-composition-mode" here.
3161
63286bb2
CY
31622010-01-13 Chong Yidong <cyd@stupidchicken.com>
3163
3164 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
3165 during call to vendor-specific-keysyms (Bug#5365).
3166
c2623ee7
YM
31672010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3168
3169 * keyboard.c (input_available_signal) [SYNC_INPUT]:
3170 Call SIGNAL_THREAD_CHECK (Bug#5333).
3171
3172 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
3173 Call SIGNAL_THREAD_CHECK.
3174
0b5397c2
SM
31752010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3176
3177 Try to fix bug#5314. This is probably not the final word, tho.
3178 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
3179 recent-auto-save-p as a side-effect.
3180 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
3181 * buffer.c (Fkill_buffer, reset_buffer):
3182 * editfns.c (Fsubst_char_in_region):
3183 * fileio.c (Finsert_file_contents, Fdo_auto_save)
3184 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
3185
dc954cb2
KH
31862010-01-13 Kenichi Handa <handa@m17n.org>
3187
3188 Display buffer name, etc. in mode line by composing correctly.
3189
3190 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
3191 STRING is not nil.
0b5397c2 3192 (display_mode_element): Adjust for the change of
dc954cb2
KH
3193 decode_mode_spec and display_line.
3194 (decode_mode_spec): Change arg MULTIBYTE to STRING.
3195 (display_string): Handle the case that STRING is non-null and
3196 LISP_STRING is not nil.
3197
0b5397c2
SM
3198 * xterm.c (x_draw_composite_glyph_string_foreground):
3199 Pay attention to s->face->overstrike.
dc954cb2
KH
3200
3201 * composite.c (composition_reseat_it): Don't check PT if STRING is
3202 non nil.
3203
4a00eaca
YM
32042010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3205
3206 * keyboard.c (read_char): Don't apply previous change when current
3207 buffer is unchanged by command execution.
3208
60abb287
JD
32092010-01-12 Jan Djärv <jan.h.d@swipnet.se>
3210
3211 * keyboard.c (read_char): Return after executing from special map.
3212
893db5bc
GM
32132010-01-12 Glenn Morris <rgm@gnu.org>
3214
3215 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
3216 bug-gnu-emacs rather than emacs-pretest-bug.
3217
4d03ece0
CY
32182010-01-11 Chong Yidong <cyd@stupidchicken.com>
3219
3220 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
3221 initializing the Lisp variables that depend on them.
3222
1df47e38
YM
32232010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3224
3225 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
3226 Clear areas that will not be updated after change of menu bar lines.
3227 Clear the menu bar window's current matrix when the window gets empty.
3228
2f1c6384
CY
32292010-01-09 Chong Yidong <cyd@stupidchicken.com>
3230
e398c61c
CY
3231 * intervals.h, textprop.c (extend_property_ranges): Return value
3232 and args changed. Discard properties that begin at or after the
3233 new end (Bug#5306).
3234
3235 * editfns.c (Fformat): Caller changed.
3236
e5a29a10
CY
3237 * nsterm.m (ns_set_default_prefs): Delete function.
3238 (syms_of_nsterm): Initialize ns_command_modifier,
3239 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
3240 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
3241
2f1c6384
CY
3242 * xdisp.c (pos_visible_p): Check for invisible text at the correct
3243 position (Bug#4040).
3244
d427a9fa
EZ
32452010-01-09 Eli Zaretskii <eliz@gnu.org>
3246
3247 * editfns.c (Ffloat_time): Doc fix.
3248
21b9df2f
JD
32492010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3250
3251 * xfns.c (Fx_create_frame): Don't create frame larger than display
3252 by default bug#3643.
3253
4b00d3b1
YM
32542010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3255
3256 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
3257 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
3258 windows above internal border.
3259
3260 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
3261 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
3262 windows above internal border.
3263
3264 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
3265 tool bar windows specially.
3266
3267 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
3268
3269 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
3270 specially.
3271 (XTflash): Take account of menu bar height.
3272
3273 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
3274 specially.
3275
5075d853
JD
32762010-01-08 Jan Djärv <jan.h.d@swipnet.se>
3277
ac146f82 3278 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
3279 also be true before we can return early (bug #5339).
3280
474217c8
CY
32812010-01-06 David Reitter <david.reitter@gmail.com>
3282
3283 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
3284 (Fns_display_usable_bounds): Rewrite, computing bounds properly
3285 (Bug#3233).
3286
c0e6d47d
JD
32872010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3288
d0cf45b7
JD
3289 * font.c (font_open_entity): Enable chache and call cached_font_ok
3290 for the driver if defined.
3291 (QCuser_spec): New symbol.
3292 (font_spec_from_name): Save name as user-spec.
3293 (font_load_for_lface): Keep user-spec instead of name.
3294 (font_open_by_name): Save name as user-spec.
3295 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 3296 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
3297
3298 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
3299 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
3300 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
3301
3302 * font.h (struct font_driver): Add cached_font_ok.
3303
c0e6d47d
JD
3304 * xterm.c (x_clear_frame): Queue draw for scroll bars.
3305
7c583cd8
JD
33062010-01-05 Jan Djärv <jan.h.d@swipnet.se>
3307
3308 * xterm.c (x_new_font): Move code for setting rows/cols before
3309 resizing ...
ac146f82 3310 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
3311
3312 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
3313 (xg_frame_resized, xg_frame_set_char_size):
3314 Call xg_clear_under_internal_border.
7c583cd8 3315 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 3316
03f77f0a
CY
33172010-01-05 Chong Yidong <cyd@stupidchicken.com>
3318
3319 * keyboard.c (read_key_sequence): Catch keyboard switch after
3320 making a new tty frame (Bug#5095).
3321
2a1ef5be
KH
33222010-01-05 Kenichi Handa <handa@m17n.org>
3323
3324 * fontset.c (fontset_find_font): Fix getting the frame pointer.
3325
e3eb1dae
SM
33262010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3327
3328 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
3329 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
3330 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
3331
777013f2
MA
33322010-01-03 Michael Albinus <michael.albinus@gmx.de>
3333
3334 * dbusbind.c (xd_add_watch): Improve debug message.
3335 (xd_remove_watch): Improve debug message. If DATA is the session
3336 bus, unset D-Bus session environment.
3337 (Fdbus_init_bus): Pass the bus as argument to
3338 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 3339
8932b1c2
CY
33402010-01-01 Chong Yidong <cyd@stupidchicken.com>
3341
87231e2c
CY
3342 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
3343
4801c5fa
CY
3344 * lread.c (syms_of_lread): Make it clearer that these are the
3345 names of loaded files (Bug#5068).
3346
8932b1c2
CY
3347 * eval.c (run_hook_with_args): Handle the case where the global
3348 value has the obsolete single-function form (Bug#5026).
3349
11e3c684
CY
33502009-12-27 Chong Yidong <cyd@stupidchicken.com>
3351
3352 * minibuf.c (Fall_completions): Minor optimization.
3353
5b28ce35
EZ
33542009-12-26 Eli Zaretskii <eliz@gnu.org>
3355
5ce6e4f4
JB
3356 * .gdbinit (pgx): Fix display of composite glyphs.
3357 Display cmp.from and cmp.to as well.
3358 (pitx): Fix last change.
5b28ce35 3359
bcffff46
KH
33602009-12-25 Kenichi Handa <handa@m17n.org>
3361
3362 * composite.h (composition_adjust_point): Update prototype.
3363
3364 * composite.c (composition_reseat_it): Don't make a composition
3365 spanning over point.
3366 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
3367 composable characters.
3368 (composition_adjust_point): New arg NEW_PT. Callers changed.
3369
3370 * keyboard.c (command_loop_1): Force redisplay if the last point
3371 was within a composition.
3372 (adjust_point_for_property): Don't adjust point for automatic
3373 composition when called after buffer modification.
3374
3f670e9a
EZ
33752009-12-19 Eli Zaretskii <eliz@gnu.org>
3376
5ce6e4f4
JB
3377 * .gdbinit (pitx): Don't use enum names, use their values.
3378 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
3379 (pgx): Don't use enum names, use their values.
3380 (pitmethod): New helper command.
3381 (pitx): Use it to display iteration method.
3382 (pgrowit): New command.
3383
ad903955
EZ
3384 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
3385
3f670e9a
EZ
3386 Update dependencies in Makefile.in.
3387
3388 * Makefile.in (alloc.o): Depend on termhooks.h.
3389 (atimer.o): Depend on blockinput.h.
3390 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
3391 and frame.h.
3392 (callint.o): Depend on systime.h, coding.h, and composite.h.
3393 (callproc.o): Depend on buffer.h.
3394 (casefiddle.o): Don't depend on charset.h.
3395 (casetab.o): Depend on character.h.
3396 (ccl.o): Depend on composite.h.
3397 (chartab.o): Depend on ccl.h.
3398 (cm.o): Depend on dispextern.h.
3399 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
3400 (coding.o): Don't depend on $(INTERVALS_H).
3401 (composite.o): Don't depend on dispextern.h explicitly (it's in
3402 $(INTERVALS_H)). Depend on ccl.h.
3403 (data.o): Depend on systime.h, coding.h, composite.h,
3404 dispextern.h, font.h, and ccl.h.
3405 (dired.o): Depend on composite.h.
3406 (dispnew.o): Depend on coding.h. Don't depend explicitly on
3407 composite.h (it's in $(INTERVALS_H)).
3408 (doc.o): Depend on systime.h, coding.h, and composite.h.
3409 (editfns.o): Don't depend explicitly on dispextern.h.
3410 (emacs.o): Depend on frame.h and coding.h.
3411 (eval.o): Depend on coding.h, composite.h, and xterm.h.
3412 (fileio.o): Depend on frame.h and commands.h. Don't depend
3413 explicitly on dispextern.h.
3414 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
3415 composite.h.
3416 (fns.o): Don't depend on termhooks.h.
3417 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
3418 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
3419 coding.h, $(INTERVALS_H), window.h, xterm.h.
3420 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
3421 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
3422 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
3423 fontset.h, ccl.h, and ftfont.h.
3424 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3425 (gtkutil.o): Depend on dispextern.h and composite.h.
3426 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
3427 termhooks.h, and ccl.h.
3428 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
3429 (intervals.o): Depend on systime.h and coding.h.
3430 (keyboard.o): Depend on composite.h and coding.h.
3431 (keymap.o): Depend on coding.h and frame.h.
3432 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
3433 (macros.o): Depend on systime.h, coding.h, and composite.h.
3434 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
3435 and atimer.h.
3436 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
3437 dispextern.h explicitly.
0b5397c2
SM
3438 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
3439 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
3440 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
3441 (regex.o): Don't depend on charset.h.
3442 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
3443 (search.o): Don't depend explicitly on composite.h.
3444 (sound.o): Depend on atimer.h and systime.h.
3445 (syntax.o): Don't depend explicitly on composite.h.
3446 (sysdep.o): Depend on coding.h and composite.h.
3447 (term.o): Depend on xterm.h and buffer.h.
3448 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
3449 (textprop.o): Don't depend on dispextern.h explicitly.
3450 (undo.o): Depend on dispextern.h.
3451 (window.o): Depend on coding.h and termhooks.h. Don't depend on
3452 dispextern.h and composite.h explicitly.
3453 (xdisp.o): Depend on ccl.h.
3454 (xfaces.o): Depend on coding.h and ccl.h.
3455 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
3456 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3457 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
3458 ftfont.h.
3459 (xgselect.o): New dependency.
3460 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
3461 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
3462 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
3463 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
3464 (xsmfns.o): Depend on frame.h and dispextern.h.
3465 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
3466 sysselect.h.
3467
7a6f7fea
AS
34682009-12-19 Andreas Schwab <schwab@linux-m68k.org>
3469
3470 * font.c (Fclear_font_cache): Pass correct cache argument to
3471 font_clear_cache.
3472
f4c21026
AS
34732009-12-16 Andreas Schwab <schwab@linux-m68k.org>
3474
3475 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
3476 twice.
3477
f7ab0997
CY
34782009-12-15 Chong Yidong <cyd@stupidchicken.com>
3479
3480 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
3481 calling file-remote-p. Reported by Jim Meyering.
3482
fa8e045a
MA
34832009-12-15 Michael Albinus <michael.albinus@gmx.de>
3484
3485 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 3486 avoid compiler warnings. (Bug #5217)
fa8e045a 3487
a63dba42
KH
34882009-12-14 Kenichi Handa <handa@m17n.org>
3489
3490 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
3491 in 8-bit encoding.
3492
5ce6e4f4 34932009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
3494
3495 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
3496 tooltip windows.
3497
223e5fc6
JD
34982009-12-13 Jan Djärv <jan.h.d@swipnet.se>
3499
36acb2a7
JD
3500 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
3501 Xatom_net_window_type.
3502
3503 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
3504 Xatom_net_window_type.
3505
b8f00677
JD
3506 * xterm.c (my_log_handler): New function.
3507 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 3508 so we can filter out buggy messages. (Bug #5120).
b8f00677 3509
e5f0bc9a
JD
3510 * xterm.c (xg_scroll_callback): Parameter list changed,
3511 use parameter GtkScrollType to determine scroll/line/page.
3512 Only allow dragging if a button < 4 is grabbed (bug #5177).
3513 (xg_end_scroll_callback): New function.
3514 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
3515 xg_create_scroll_bar.
3516
3517 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
3518 (scroll_end_callback): Remove.
3519 (xg_create_scroll_bar): Add parameter end_callback, bind it to
3520 button-release-event. Replace value-changed event with change-value,
3521 bug #5177,
3522 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
3523 bug #5177.
3524
3525 * gtkutil.h (XG_LAST_SB_DATA): Remove.
3526 (xg_create_scroll_bar): Add GCallback end_callback.
3527
223e5fc6
JD
3528 * xftfont.c (QClcdfilter): New variable.
3529 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
3530 (syms_of_xftfont): Initialize QClcdfilter.
3531
3c055b77
JD
35322009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3533
3534 * xsettings.c (struct xsettings): Add member seen.
3535 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 3536 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
3537 (apply_xft_settings): Only update Xft settings with what member seen
3538 indicates as new.
3539
05fe33ff
EZ
35402009-12-12 Eli Zaretskii <eliz@gnu.org>
3541
3542 * dispextern.h (struct text_pos): Use EMACS_INT;
3543 (struct glyph): Use EMACS_INT for charpos.
3544 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
3545 region_beg_charpos, region_end_charpos,
3546 redisplay_end_trigger_charpos, and also for
3547 iterator_stack_entry.end_charpos and
3548 iterator_stack_entry.stop_charpos.
3549
e8d7886a
JD
35502009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3551
5ce6e4f4 3552 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
3553 (xg_create_scroll_bar): Call scroll_end_callback on button release
3554 event (bug #5177).
3555 (xg_event_is_for_scrollbar): != replaced with ==.
3556
d0db2ec8
KH
35572009-12-12 Kenichi Handa <handa@m17n.org>
3558
3559 * ftfont.c (struct ftfont_info): New member matrix.
3560 (ftfont_open): Setup xftfont_info->matrix.
3561 (MFLTFontFT): New member matrix.
3562 (FLOOR, CEIL, ROUND): New macros.
3563 (ftfont_get_metrics): Handle matrix transformation.
3564 (ftfont_shape_by_flt): New arg matrix. Callers changed.
3565
3566 * xftfont.c (struct xftfont_info): New member matrix.
3567 (xftfont_open): Setup xftfont_info->matrix.
3568
35692009-12-10 Kenichi Handa <handa@m17n.org>
3570
3571 * xdisp.c (append_space_for_newline): Consider face-remapping.
3572
2cc7b62f
AS
35732009-12-09 Andreas Schwab <schwab@linux-m68k.org>
3574
b87dd913
AS
3575 * xsettings.c: Include "keyboard.h".
3576
eba5eb94
AS
3577 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
3578
2cc7b62f
AS
3579 Fix implicit function declarations.
3580 * cmds.c: Include "frame.h".
3581 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
3582 * frame.h: Move declaration of delete_frame outside of
3583 HAVE_WINDOW_SYSTEM.
3584
a4ef73c8
CY
35852009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3586
3587 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
3588
3589 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
3590 GTK builds.
3591
944a300c
AS
35922009-12-07 Andreas Schwab <schwab@linux-m68k.org>
3593
3594 * unexelf.c (unexec): Don't search for .data twice.
3595
022eef62
CY
35962009-12-05 Chong Yidong <cyd@stupidchicken.com>
3597
426ac949
CY
3598 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
3599 if push failed.
3600 (handle_line_prefix): Set avoid_cursor_p here. Check return value
3601 of push_display_prop (Bug#5000).
3602
022eef62
CY
3603 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
3604 value of font_list_entities (Bug#5085).
3605
be95bee9
JB
36062009-12-04 Juanma Barranquero <lekktu@gmail.com>
3607
3608 Fix `string-to-number' to deal consistently with integers and floats.
3609 * lread.c (isfloat_string): New argument ignore_trailing to accept all
3610 trailing characters, not just whitespace.
3611 (read1): Pass new arg 0 to keep old behavior.
3612 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
3613 trailing chars, as it is already done for integers. Doc fixes.
3614 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
3615
24c2d7ce
EZ
36162009-12-04 Eli Zaretskii <eliz@gnu.org>
3617
0b5397c2
SM
3618 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
3619 Delete unused enumeration value.
24c2d7ce 3620
7e694795
EZ
36212009-12-03 Eli Zaretskii <eliz@gnu.org>
3622
3623 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
3624
84b31826
SM
36252009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
3626
3627 * process.c (Fmake_network_process): Fix up the tests for
3628 "connectionless socket", so they DTRT for seqpacket sockets as well.
3629
f00c449b
SM
36302009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3631
3632 * process.c (Qseqpacket): New symbol.
3633 (HAVE_SEQPACKET): New macro.
3634 (Fmake_network_process): Accept new :type `seqpacket'.
3635 (init_process): Add `seqpacket' feature when applicable.
3636 (syms_of_process): Initialize Qseqpacket.
3637
8096a0ff
YM
36382009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3639
3640 * font.c (font_load_for_lface, font_open_by_name): Don't store name
3641 if entity is Qnil.
3642
3e0de07f
SM
36432009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3644
3645 * print.c (print_preprocess): Preprocess the key_and_value table of
3646 hashtables, even tho they're "hidden" (bug#5082).
3647
abeafb2a
JD
36482009-11-29 Jan Djärv <jan.h.d@swipnet.se>
3649
3650 * frame.c (frame_make_pointer_invisible)
3651 (frame_make_pointer_visible): Declare f before statements.
3652
4bf47195
EZ
36532009-11-28 Eli Zaretskii <eliz@gnu.org>
3654
3655 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
3656 omitted dependencies on lisp.h.
3657
c525b3f2
JD
36582009-11-27 Jan Djärv <jan.h.d@swipnet.se>
3659
ece2d4ed
JD
3660 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
3661 is NULL.
3662
3663 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
3664
3665 * frame.c (frame_make_pointer_invisible)
3e0de07f 3666 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
3667 frame.
3668
c525b3f2
JD
3669 * search.c (simple_search): Remove warning by making *p const.
3670
2f00e299
DN
36712009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3672
3673 * xdisp.c (power_letter): Remove duplicate const.
3674
084b049b
JD
36752009-11-25 Jan Djärv <jan.h.d@swipnet.se>
3676
a1fadc6f
JD
3677 * term.c (delete_tty): Remove check for last terminal (bug#4970).
3678
5ce6e4f4 3679 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
3680 defaults (bug #5025).
3681
28259cac
SM
36822009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3683
3684 * insdel.c (adjust_markers_for_delete): Move it in the
3685 right direction! (bug#4803)
3686
e8e14166
YM
36872009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3688
3689 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
3690
3691 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
3692
86677b58
GM
36932009-11-24 Glenn Morris <rgm@gnu.org>
3694
3695 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
3696
581e51e8
JD
36972009-11-23 Jan Djärv <jan.h.d@swipnet.se>
3698
cfc86c7a
JD
3699 * Makefile.in: Must create deps for ecrt0.o in its rule.
3700
581e51e8
JD
3701 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
3702 because that is what Gtk+ font dialog understands.
3703
3704 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
3705 of Fcopy_sequence.
3706 (font_open_by_name): Put name given into QCname for font-object returned.
3707
3708 * frame.c (x_set_font): Save original font name as frame parameter
3709 font-parameter.
3710
3711 * xsettings.c (set_default_xft_settings): New function.
3712 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
3713 is found.
3714
8b264ecb
AS
37152009-11-22 Andreas Schwab <schwab@linux-m68k.org>
3716
3717 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
3718 searching backwards through multibyte buffer.
3719
872870b2
JD
37202009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3721
3722 * xterm.c: #include xgselect.h.
3723 (x_initialize): Call xgselect_initialize.
3724
3725 * xsettings.c (something_changedCB): C++ comments => C comments.
3726 (init_gconf): Do not deal with any GLib file descriptors, xg_select
3727 does that now.
3728
3729 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
3730 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
3731 (scroll_bar_button_cb): Remove.
5ce6e4f4 3732 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
3733 event.
3734 (xg_create_scroll_bar): Don't bind button-press-event and
3735 button-release-event.
3736
3737 * process.c: Include xgselect.h if defined (USE_GTK) ||
3738 defined (HAVE_GCONF).
3739 (wait_reading_process_output): Call xg_select for the same condition.
3740
3741 * xgselect.c (xg_select): New function to better integrate with
3742 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
3743
3744 * xgselect.h: New file, declare xg_select, xgselect_initialize.
3745
3746 * Makefile.in (XOBJ): Add xgselect.o.
3747
62a6e103
AS
37482009-11-21 Andreas Schwab <schwab@linux-m68k.org>
3749
0b5397c2
SM
3750 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
3751 Remove ignored second argument. All callers changed.
62a6e103
AS
3752 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
3753 (RE_STRING_CHAR_AND_LENGTH): Likewise.
3754 * xdisp.c (string_char_and_length): Likewise.
3755
b0ca0f33
DN
37562009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3757
3758 * xterm.c (x_new_font):
3759 * print.c (print_object):
3760 * cmds.c (Fself_insert_command): Move declarations before statements.
3761
dd5a6279
CY
37622009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3763
3764 * s/cygwin.h: Remove unneeded linker flags.
3765
4a8e097d
JD
37662009-11-20 Jan Djärv <jan.h.d@swipnet.se>
3767
0d1d0d26
JD
3768 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
3769
3770 * xsettings.h: Declare xsettings_get_system_font.
3771
3772 * xsettings.c (xsettings_get_system_font): New function.
3773 (init_gconf): No use initiating gconf unless we have Xft also.
3774 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
3775 HAVE_GCONF.
3776
4a8e097d
JD
3777 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
3778 add a blank entry so it doesn't collapse into nothing.
3779
8ab1650e
SM
37802009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3781
3782 * lread.c (Funintern): Comment out last change.
3783
82c602f0
RS
37842009-11-19 Richard Stallman <rms@gnu.org>
3785
3786 * lread.c (Funintern): Error if symbol is t or nil.
3787
87e32266
SM
37882009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3789
3790 * insdel.c (make_gap_larger): Don't make as many assumptions about the
3791 representation of Lisp integers.
3792 Reported by MJ Chan <mjchan.inbox@gmail.com>.
3793
1b9ac145
AS
37942009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3795
3796 * lisp.h: Remove declaration of Ffont_get_system_font.
3797 * xfns.c: Move include of "xsettings.h".
3798 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
3799
dfb3c4c6
JD
38002009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3801
87e32266
SM
3802 * xsettings.c (something_changedCB, Ffont_get_system_font):
3803 Check use_system_font.
dfb3c4c6
JD
3804 (syms_of_xsettings): DEFVAR font-use-system-font.
3805
9370c1d8
AS
38062009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3807
25fe851a
AS
3808 * xfns.c (x_default_font_parameter): Remove dead assignment.
3809
9370c1d8
AS
3810 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
3811
637fa988
JD
38122009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3813
87e32266 3814 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 3815 not have FC_LCD_*. #define them if not there.
a6eb20d8 3816
87e32266 3817 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 3818
637fa988
JD
3819 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
3820
3821 * xterm.c (handle_one_xevent): Call xft_settings_event for
3822 ClientMessage, PropertyNotify and DestroyNotify.
3823 (x_term_init): If we have XFT, get DPI from Xft.dpi.
3824 Call xsettings_initialize.
3825
3826 * xftfont.c (xftfont_fix_match): New function.
3827 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
3828 Call xftfont_fix_match after XftFontMatch.
3829
3830 * xfont.c (xfont_driver): Initialize all members.
3831
87e32266
SM
3832 * xfns.c (x_default_font_parameter):
3833 Try font from Ffont_get_system_font.
637fa988
JD
3834 Do not get font from x_default_parameter if we got one from
3835 Ffont_get_system_font.
87e32266 3836 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
3837
3838 * w32font.c (w32font_driver): Initialize all members.
3839
3840 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
3841
3842 * lisp.h: Declare syms_of_xsettings.
3843
87e32266
SM
3844 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
3845 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
3846
3847 * ftfont.c (ftfont_filter_properties): New function.
3848
3849 * frame.c (x_set_font): Remove unused variable lval.
3850
87e32266 3851 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
3852
3853 * font.c (font_put_extra): Don't return if val is nil, it means
3854 boolean option is off.
3855 (font_parse_fcname): Collect all extra properties in extra_props
3856 and call filter_properties for all drivers with extra_props and
3857 font as parameter.
87e32266
SM
3858 (font_open_entity): Do not use cache, it does not pick up new
3859 fontconfig settings like hinting.
637fa988
JD
3860 (font_load_for_lface): If spec had a name in it, store it in entity.
3861
a73f9c9d 3862 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
3863
3864 * config.in: HAVE_GCONF is new.
3865
3866 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
3867 xsettings.o is new.
3868
5a942932
KH
38692009-11-17 Kenichi Handa <handa@m17n.org>
3870
3871 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
3872 back to the default font in case that no suitable font is found.
3873
b7c7a4d1
SM
38742009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3875
3876 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
3877 Suggested by Chad Brown <yandros@mit.edu>.
3878 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
3879
072f1e39
JD
38802009-11-16 Jan Djärv <jan.h.d@swipnet.se>
3881
3882 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
3883
5d1e70a2
AS
38842009-11-14 Andreas Schwab <schwab@linux-m68k.org>
3885
87e32266 3886 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 3887
a53cfbe5
JD
38882009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3889
473a99b7
JD
3890 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
3891 has a parent.
3892
a53cfbe5 3893 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 3894 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
3895
3896 * config.in: Generated (AUTO_DEPEND).
3897
f04bb9b2
MA
38982009-11-13 Michael Albinus <michael.albinus@gmx.de>
3899
b7c7a4d1 3900 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
3901 Vdbus_registered_functions_table, because it contains also
3902 properties. Fix docstring.
b7c7a4d1 3903 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 3904
8f11f7ec
SM
39052009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3906
3907 * alloc.c (mark_object): Don't reprocess marked strings.
3908 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
3909 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
3910
8a605fe8
KH
39112009-11-13 Kenichi Handa <handa@m17n.org>
3912
8f11f7ec 3913 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
3914 semantics of Vword_combining_categories.
3915 (Vword_combining_categories): Describe the slight change of the
3916 semantics.
3917
241c4680
EZ
39182009-11-13 Eli Zaretskii <eliz@gnu.org>
3919
3920 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
3921
3922 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
3923
5d58e44c
SM
39242009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3925
3926 * xdisp.c (syms_of_xdisp): Fix typo in last change.
3927
5e13f9d3
JB
39282009-11-12 Juanma Barranquero <lekktu@gmail.com>
3929
3930 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
3931
cf54c754
DR
39322009-11-11 David Reitter <david.reitter@gmail.com>
3933
3934 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
3935 variables to fix 2009-11-09 change.
3936
a4ada374
DN
39372009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3938
91433552
DN
3939 * process.c (ifflag_def): Make flag_sym constant.
3940 (Fnetwork_interface_info): Use a constant pointer.
3941 (ifflag_table):
3942 * xfns.c (cursor_bits):
3943 * xdisp.c (power_letter):
3944 * termcap.c (speeds, esctab):
3945 * sysdep.c (baud_convert):
3946 * keyboard.c (lispy_accent_codes, modifier_names):
3947 * image.c (xbm_format, xpm_format, pbm_format, png_format)
3948 (jpeg_format, tiff_format, gif_format, svg_format)
3949 (interlace_start, interlace_increment, gs_format):
3950 * gtkutil.c (separator_names):
3951 * fringe.c (swap_nibble):
3952 * fns.c (base64_value_to_char, base64_char_to_value):
3953 * fileio.c (make_temp_name_tbl):
3954 * coding.c (suffixes): Make constant.
3955
f4265f6c
DN
3956 * frame.c (make_initial_frame):
3957 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
3958 build_string.
3959 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
3960
04420943
DN
3961 * s/freebsd.h:
3962 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
3963
0a5d24ae
DN
3964 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
3965 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
3966
a4ada374
DN
3967 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
3968 * xterm.c (syms_of_xterm):
3969 * xfaces.c (syms_of_xfaces):
3970 * xdisp.c (syms_of_xdisp):
3971 * lread.c (syms_of_lread):
3972 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
3973 build_string.
91433552 3974
a4ada374
DN
3975 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
3976
af98fc7f
SM
39772009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3978
8ab1650e 3979 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 3980
e90292a9
JD
39812009-11-10 Jan Djärv <jan.h.d@swipnet.se>
3982
3983 * keyboard.h: Declare timer_check.
3984
3985 * keyboard.c (timer_check_2): New function that does what the old
3986 timer_check did.
3987 (timer_check): Call timer_check_2 until -1 or a non-zero time is
3988 returned, i.e. don't return -1 with timers pending.
3989
3990 * process.c: Remove extern declaration of timer_check.
3991
3992 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
3993 even if timer_check returned -1.
3994
af98fc7f
SM
3995 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
3996 xg_dialog_data.
e90292a9
JD
3997 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
3998 the event loop.
3999 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
4000 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
4001 Destroy the dialog after xg_dialog_run.
4002
045b83c0
SM
40032009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4004
4005 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
4006
1fb99a3a
JD
40072009-11-10 Jan Djärv <jan.h.d@swipnet.se>
4008
4009 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
4010
04e452cb
JB
40112009-11-09 Juanma Barranquero <lekktu@gmail.com>
4012
4013 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
4014
ef7417fd
SM
40152009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4016
4017 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
4018 w32menu.c, and nsmenu.m.
4019 Simplify the obsolete case where position is nil.
4020 (cleanup_popup_menu): New function, moved from nsmenu.m.
4021 (struct skp): Remove slot `notreal'.
4022 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
4023 adjust callers.
4024 (single_menu_item): Adjust call to parse_menu_item.
4025 (syms_of_menu): Defsubr x-popup-menu.
4026 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
4027 (keymap_panes): Don't export any more.
4028 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
4029 (xmenu_show): Declare.
4030 * keyboard.c (parse_menu_item): Remove arg `notreal'.
4031 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
4032 * keyboard.h (parse_menu_item): Update declaration.
4033 * xmenu.c (Fx_popup_menu): Remove.
4034 (syms_of_xmenu): Don't defsubr x-popup-menu.
4035 * w32menu.c (Fx_popup_menu): Remove.
4036 (syms_of_w32menu): Don't defsubr x-popup-menu.
4037 * nsmenu.m (cleanup_popup_menu): Remove.
4038 (ns_menu_show): Rename from ns_popup_menu and remove all the code
4039 moved to menu.c's Fx_popup_menu.
4040 (Fx_popup_menu): Remove.
4041 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
4042 menu_items (it's done in menu.c already).
4043
424d6179
SM
40442009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
4047 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
4048
c0df13a6 40492009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
4050
4051 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 4052 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
4053 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
4054 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
4055
2de9f71c
SM
40562009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4057
4058 Let integers use up 2 tags to give them one extra bit and thus double
4059 their range.
4060 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
4061 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
4062 New macros.
4063 (enum Lisp_Type): Use them. Give explicit values.
4064 (Lisp_Type_Limit): Remove.
4065 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
4066 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
4067 Pay attention to USE_2_TAGS_FOR_INTS.
4068 (INTEGERP): Use LISP_INT_TAG_P.
4069 * fns.c (internal_equal): Simplify the default case.
4070 (sxhash): Use case_Lisp_Int.
4071 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
4072 any more.
4073 (Ftype_of): Use case_Lisp_Int.
4074 (store_symval_forwarding): Take into account the fact that Ints can
4075 now have more than one tag.
4076 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
4077 buffer_slot_type_mismatch):
4078 * xfaces.c (face_attr_equal_p):
4079 * print.c (print_object):
4080 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
4081 Use case_Lisp_Int.
4082
323637a2
EZ
40832009-11-06 Eli Zaretskii <eliz@gnu.org>
4084
7ac65b38
EZ
4085 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
4086
323637a2
EZ
4087 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
4088 warning.
4089
e511451f
JD
40902009-11-06 Jan Djärv <jan.h.d@swipnet.se>
4091
4092 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
4093
4094 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
4095
4096 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
4097 ButtonPressRelease and MotionNotify (bug#4870).
4098
5e2327cf
DN
40992009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
4100
5adc433e
DN
4101 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
4102
d67b4f80
DN
4103 * xterm.c (syms_of_xterm):
4104 * xselect.c (syms_of_xselect):
4105 * xmenu.c (syms_of_xmenu):
4106 * xfns.c (syms_of_xfns):
4107 * xfaces.c (syms_of_xfaces):
4108 * xdisp.c (syms_of_xdisp):
4109 * window.c (syms_of_window):
4110 * w32fns.c (syms_of_w32fns):
4111 * undo.c (syms_of_undo):
4112 * textprop.c (syms_of_textprop):
4113 * terminal.c (syms_of_terminal):
4114 * syntax.c (syms_of_syntax):
4115 * sound.c (syms_of_sound):
4116 * search.c (syms_of_search):
4117 * print.c (syms_of_print):
4118 * minibuf.c (syms_of_minibuf):
4119 * macros.c (syms_of_macros):
4120 * keymap.c (syms_of_keymap, initial_define_key)
4121 (initial_define_lispy_key):
4122 * keyboard.c (syms_of_keyboard):
4123 * insdel.c (syms_of_insdel):
4124 * image.c (syms_of_image):
4125 * fringe.c (syms_of_fringe):
4126 * frame.c (syms_of_frame):
4127 * fontset.c (syms_of_fontset):
4128 * fns.c (syms_of_fns):
4129 * fns.c (syms_of_fns):
4130 * fileio.c (syms_of_fileio):
4131 * fileio.c (syms_of_fileio):
4132 * eval.c (syms_of_eval):
4133 * doc.c (syms_of_doc):
4134 * dispnew.c (syms_of_display):
4135 * dired.c (syms_of_dired):
4136 * dbusbind.c (syms_of_dbusbind):
4137 * data.c (syms_of_data):
4138 * composite.c (syms_of_composite):
4139 * coding.c (syms_of_coding):
4140 * cmds.c (syms_of_cmds):
4141 * charset.c (define_charset_internal, syms_of_character):
4142 * ccl.c (syms_of_ccl):
4143 * category.c (syms_of_category, init_category_once):
4144 * casetab.c (syms_of_casetab):
4145 * casefiddle.c (syms_of_casefiddle):
4146 * callint.c (syms_of_callint):
4147 * bytecode.c (syms_of_bytecode):
4148 * buffer.c (keys_of_buffer, syms_of_buffer):
4149 * alloc.c (syms_of_alloc):
4150 * process.c (syms_of_process, init_process):
4151 * lread.c (syms_of_lread, init_obarray):
4152 * font.c (build_style_table):
4153 * emacs.c (syms_of_emacs, main): Replace calls to intern with
4154 intern_c_string, calls to make_pure_string with
4155 make_pure_c_string. Use pure_cons instead of Fcons.
4156
5e2327cf
DN
4157 * process.c (socket_options): Make it const.
4158 (set_socket_option, init_process): Use a const pointer.
4159
4160 * lread.c (intern_c_string): New function.
4161 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
4162 (defvar_int): Uset it. Make the name const char*.
4163
4164 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
4165 (defvar_int): Update prototypes.
4166 (DEFUN, EXFUN): Support for prototypes is now required.
4167 (intern_c_string): New prototype.
4168 (struct Lisp_Subr): Make symbol_name constant.
4169
4170 * font.c (struct table_entry): Remove unused member. Make NAMES
4171 constant.
4172 (weight_table, slant_table, width_table): Make constant.
4173
4174 * emacs.c (struct standard_args): Make name and longname constant.
4175
4176 * character.h (DEFSYM): Use intern_c_string.
4177
a56eaaef
DN
41782009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 * alloc.c (make_pure_c_string): New function.
4181
4182 * eval.c (Fautoload): Purecopy all arguments.
4183
f6a07420
KH
41842009-11-05 Kenichi Handa <handa@m17n.org>
4185
4186 * fileio.c (Finsert_file_contents): Be sure set coding-system of
4187 the buffer in case of replace.
4188
5d28d4b1
DN
41892009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4190
4191 * puresize.h (BASE_PURESIZE): Increase to 1620000.
4192
b349d111
SM
41932009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4194
d528b1ce
SM
4195 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
4196 when applicable (bug#4851).
4197
b349d111
SM
4198 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
4199 (P_): Support for prototypes is now required.
4200
c38eb027
CY
42012009-10-31 Chong Yidong <cyd@stupidchicken.com>
4202
4203 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
4204 (Bug#4827).
4205
0405f8d9
EZ
42062009-10-30 Eli Zaretskii <eliz@gnu.org>
4207
d528b1ce 4208 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 4209
ca0a881a
DN
42102009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4211
4212 * puresize.h (BASE_PURESIZE): Increase to 1470000.
4213
d528b1ce
SM
4214 * lread.c (Fload): Purecopy the file name when building
4215 Vpreloaded_file_list.
ca0a881a 4216
47e0e0e4
JR
42172009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
4218
4219 * w32fns.c (syms_of_w32fns): Change default value of
4220 w32-scroll-lock-modifier to nil. (Bug#2827)
4221
057bce6f
JB
42222009-10-26 Juanma Barranquero <lekktu@gmail.com>
4223
782a943e 4224 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 4225
242bc74c
AS
42262009-10-26 Andreas Schwab <schwab@redhat.com>
4227
4228 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
4229
522d013a
JB
42302009-10-26 Juanma Barranquero <lekktu@gmail.com>
4231
4232 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
4233 For delta < 0, skip check that only makes sense when the mini-window
4234 is going to be enlarged. (Bug#4534)
4235
18060980
CY
42362009-10-25 Chong Yidong <cyd@stupidchicken.com>
4237
4238 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
4239 string in menu maps (Bug#4471).
4240
fec8f0fe
CY
42412009-10-24 Chong Yidong <cyd@stupidchicken.com>
4242
4243 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
4244 FRAME_NS_VIEW on terminal frames (Bug#4765).
4245
10d66ec0
AS
42462009-10-24 Andreas Schwab <schwab@linux-m68k.org>
4247
1cae01f7
AS
4248 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
4249 DBUS_TYPE_UINTnn separately to get proper sign extension.
4250
58a12889
AS
4251 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
4252 can properly handle unsigned types.
d528b1ce 4253 (make_uid, make_gid): Remove.
58a12889 4254
987c9327
AS
4255 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
4256 types again.
4257
522d013a 4258 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
4259 (system_process_attributes): Likewise.
4260
905a9ed3
DN
42612009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4262
4263 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
4264
4265 * eval.c (Fautoload): Purecopy the filename. Simplify.
4266
4267 * category.c (Fdefine_category): Purecopy docstring.
4268
a599b3e8
AS
42692009-10-23 Andreas Schwab <schwab@linux-m68k.org>
4270
7b792fc9
AS
4271 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
4272
a599b3e8
AS
4273 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
4274
b35ac83e
CY
42752009-10-23 Chong Yidong <cyd@stupidchicken.com>
4276
4277 * window.c (Fwindow_edges, Fwindow_pixel_edges)
4278 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
4279 (Bug#4775).
4280
e8903e00
SM
42812009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4282
4283 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
4284 (init_fileio_once):
4285 * lisp.h (init_fileio_once): Remove.
4286 * emacs.c (main): Don't call init_fileio_once.
4287
8f43cbf3
DN
42882009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4289
4290 * puresize.h (BASE_PURESIZE): Increase to 1430000.
4291
26898943
AS
42922009-10-21 Andreas Schwab <schwab@linux-m68k.org>
4293
4294 * doprnt.c (doprnt): Fix overflow check.
4295
5c646d5a
JD
42962009-10-21 Jan Djärv <jan.h.d@swipnet.se>
4297
3132a7ea
JD
4298 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
4299
5c646d5a
JD
4300 * xterm.h (x_wait_for_event): Declare it.
4301
4302 * xterm.c (pending_event_wait): New variable.
4303 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
4304 see pending_event_wait.eventtype.
4305 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
4306 (x_new_font): Call change_frame_size with new rows/columns before we
4307 try to resize the frame.
5c646d5a 4308 (x_wait_for_event): New function.
d528b1ce
SM
4309 (x_set_window_size_1): Don't change gravity unless change_gravity
4310 is set.
5c646d5a
JD
4311 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
4312 don't change frame size, instead wait for the ConfigureNotify.
4313 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
4314 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
4315 (x_initialize): Initialize pending_event_wait.
4316
4317 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
4318 size.
4319
4320 * widget.c (EmacsFrameSetValues): Add comment.
4321 (EmacsFrameSetCharSize): Just call x_set_window_size.
4322
4323 * gtkutil.c (xg_frame_set_char_size): Flush events and call
4324 x_wait_for_event.
d528b1ce 4325 (flush_and_sync): Remove again.
5c646d5a
JD
4326 (xg_get_font_name): Suggest monospace if no previous font is known.
4327
e9c1637d
SM
43282009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4329
4330 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 4331 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 4332
5a72cccb
YM
43332009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4334
4335 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
4336 processing pending events when event is filtered for input method.
ab04798f 4337 (Bug#3681)
5a72cccb 4338
2629aa37
JB
43392009-10-20 Juanma Barranquero <lekktu@gmail.com>
4340
4341 * fns.c: Add #endif accidentally removed in previous change.
4342
c3417a74
DN
43432009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4344
4345 * fns.c: Remove code for unsupported system: MAC_OS.
4346 * image.c: Likewise. Include setjmp.h.
4347
9685cef2
JD
43482009-10-19 Jan Djärv <jan.h.d@swipnet.se>
4349
4350 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
4351 pixel -1 (bug #4742).
4352
d7306fe6
DN
43532009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4354
019d2c4c
DN
4355 * process.c (create_pty): Remove conditionals for no longer
4356 supported systems: UNIPLUS and RTU.
4357
ee6bacd4
DN
4358 * xterm.c:
4359 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
4360
d7306fe6
DN
4361 * alloc.c: Do not define struct catchtag.
4362 * eval.c: Move struct catchtag definition ...
4363 * lisp.h: ... here.
4364
4365 * image.c: Move png.h #include earlier to avoid warnings.
4366
4367 * xterm.c:
4368 * xsmfns.c:
4369 * xselect.c:
4370 * xrdb.c:
4371 * xmenu.c:
4372 * xftfont.c:
4373 * xfont.c:
4374 * xfns.c:
4375 * xfaces.c:
4376 * xdisp.c:
4377 * window.c:
4378 * widget.c:
4379 * w32xfns.c:
4380 * w32uniscribe.c:
4381 * w32term.c:
4382 * w32select.c:
4383 * w32reg.c:
4384 * w32proc.c:
4385 * w32menu.c:
4386 * w32inevt.c:
4387 * w32heap.c:
4388 * w32font.c:
4389 * w32fns.c:
4390 * w32console.c:
4391 * w32.c:
4392 * w16select.c:
4393 * vm-limit.c:
4394 * unexsol.c:
4395 * unexec.c:
4396 * unexcw.c:
4397 * unexaix.c:
4398 * undo.c:
4399 * tparam.c:
4400 * textprop.c:
4401 * terminfo.c:
4402 * terminal.c:
4403 * termcap.c:
4404 * term.c:
4405 * syntax.c:
4406 * sound.c:
4407 * sheap.c:
4408 * search.c:
4409 * scroll.c:
4410 * region-cache.c:
4411 * regex.c:
4412 * ralloc.c:
4413 * process.c:
4414 * print.c:
b024548b
DN
4415 * nsterm.m:
4416 * nsselect.m:
4417 * nsmenu.m:
4418 * nsimage.m:
4419 * nsfont.m:
4420 * nsfns.m:
d7306fe6
DN
4421 * msdos.c:
4422 * minibuf.c:
4423 * menu.c:
4424 * marker.c:
4425 * macros.c:
4426 * keymap.c:
4427 * keyboard.c:
4428 * intervals.c:
4429 * insdel.c:
4430 * indent.c:
4431 * gtkutil.c:
4432 * ftxfont.c:
4433 * ftfont.c:
4434 * fringe.c:
4435 * frame.c:
4436 * fontset.c:
4437 * font.c:
4438 * fns.c:
4439 * floatfns.c:
4440 * filelock.c:
4441 * fileio.c:
4442 * emacs.c:
4443 * editfns.c:
4444 * dosfns.c:
4445 * doprnt.c:
4446 * doc.c:
4447 * dispnew.c:
4448 * dired.c:
4449 * dbusbind.c:
4450 * data.c:
4451 * composite.c:
4452 * coding.c:
4453 * cmds.c:
4454 * cm.c:
4455 * chartab.c:
4456 * charset.c:
4457 * character.c:
4458 * ccl.c:
4459 * category.c:
4460 * casetab.c:
4461 * casefiddle.c:
4462 * callproc.c:
4463 * callint.c:
4464 * bytecode.c:
4465 * buffer.c:
4466 * atimer.c: Include setjmp.h. (Bug#4643)
4467
fd5f21e6
SM
44682009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4c0354d7
SM
4470 Remove leftover table unibyte_to_multibyte_table.
4471 * character.c (unibyte_to_multibyte_table): Remove.
4472 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
4473 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
4474 * character.h (UNIBYTE_TO_CHAR): New macro.
4475 (MAKE_CHAR_MULTIBYTE): Use it.
4476 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
4477 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
4478 (message_dolog, set_message_1):
4479 * search.c (Freplace_match):
4480 * editfns.c (Fcompare_buffer_substrings):
4481 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
4482 (concat):
4483 * insdel.c (copy_text, count_size_as_multibyte):
4484 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
4485 * term.c (produce_glyphs):
4486 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
4487 * regex.c (RE_CHAR_TO_MULTIBYTE):
4488 * cmds.c (internal_self_insert):
4489 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
4490
fd5f21e6
SM
4491 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
4492
4418646e
DN
44932009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4494
4495 * puresize.h (BASE_PURESIZE): Increase to 1310000.
4496
35f5c1d2
JB
44972009-10-16 Juanma Barranquero <lekktu@gmail.com>
4498
4499 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
4500
a0cd8f6b
AR
45012009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4502
4503 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
4504 still needed under Tiger.
4505
4506 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
4507
4508 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
4509 __Apple__.
4510
4511 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
4512
01a8d3fa
KH
45132009-10-15 Kenichi Handa <handa@m17n.org>
4514
4515 * print.c (print_object): Escape a symbol like "2E10" too.
4516
bf6c75c9 45172009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
4518
4519 Cleanups and changes for 64-bit compile under Snow Leopard.
4520 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
4521
4522 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
4523
c5959062 4524 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
4525 (ns_findfonts, nsfont_list_family): Use long format in printf, and
4526 cast argument.
4527 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 4528 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
4529
4530 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
4531
4532 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
4533 where appropriate.
4534
4535 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
4536 where appropriate.
6e4780c5
JB
4537 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
4538 Use stringWithUTF8String.
bf6c75c9
AR
4539 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
4540
6e4780c5
JB
4541 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
4542 Add formal protocol mention to inheritance.
bf6c75c9
AR
4543 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
4544
6e4780c5
JB
4545 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
4546 Fix printf format.
bf6c75c9
AR
4547 (ns_query_color): Use CGFloat where appropriate.
4548 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 4549 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
4550 argument.
4551
3d87f118
AR
4552 * config.in (NS_HAVE_NSINTEGER): Drop.
4553
a95c8102
AR
4554 * dbusbind.c (dbus-method-return-internal)
4555 (dbus-method-error-internal): Use long format in printf, and cast
4556 argument.
4557
4558 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
4559 in printf, and cast argument.
4560
6873acca 4561 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
4562 cast argument.
4563
9ec6f100
GM
45642009-10-11 Glenn Morris <rgm@gnu.org>
4565
4566 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
4567
5be883cd
JD
45682009-10-08 Jan Djärv <jan.h.d@swipnet.se>
4569
4570 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
4571 menu bar with a small width so it doesn't enlarge the frame.
4572
d7a39b51
JB
45732009-10-08 Juanma Barranquero <lekktu@gmail.com>
4574
4575 * fontset.c (Fset_fontset_font): Fix typos in error messages.
4576
0c2b6f8e
GM
45772009-10-06 Glenn Morris <rgm@gnu.org>
4578
4579 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
4580 SOME_MACHINE_LISP (this enters indirectly via DOC).
4581
e02131a2
EZ
45822009-10-05 Eli Zaretskii <eliz@gnu.org>
4583
4584 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
4585
b4744254
EZ
45862009-10-04 Eli Zaretskii <eliz@gnu.org>
4587
4588 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
4589 Doc fix.
4590
dbf64827
JB
45912009-10-03 Martin Rudalics <rudalics@gmx.at>
4592
4593 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
4594
e9a0aef8
MA
45952009-10-02 Michael Albinus <michael.albinus@gmx.de>
4596
d528b1ce 4597 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
4598 used anymore outside fileio.c.
4599
4600 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
4601
64eb2b56
JB
46022009-10-01 Juanma Barranquero <lekktu@gmail.com>
4603
4604 * lisp.h (Qdelete_directory_internal):
4605 Declare, instead of Qdelete_directory.
4606
4607 * w32fns.c (Fsystem_move_file_to_trash): Use it.
4608
9d28c33e
SM
46092009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * eval.c (Fcalled_interactively_p): Add `kind' argument.
4612
9d8f3bd9
MA
46132009-10-01 Michael Albinus <michael.albinus@gmx.de>
4614
9d28c33e 4615 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
4616 Fdelete_directory. It is not a command anymore. It has no file
4617 name handler.
4618
9694740b
SM
46192009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * xdisp.c (get_next_display_element): Use an enum in last change.
4622
748e162f
KH
46232009-09-28 Kenichi Handa <handa@m17n.org>
4624
9694740b 4625 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
4626 unibyte_display_via_language_environment in handling
4627 Vnobreak_char_display.
4628
17efd58d
AR
46292009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4630
4631 * nsterm.h (ns_app_name): New extern variable.
4632
4633 * nsterm.m (ns_app_name): New variable.
4634 (ns_term_init): Set and use it.
4635 (ns_term_shutdown): Use it.
4636
4637 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
4638 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
4639
4640 * nsfns.m (ns_set_name_iconic, ns_set_name)
4641 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
4642 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
4643
9694740b
SM
4644 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
4645 Remove double-casting in client_data comparison.
31c2d412 4646
3208cb35
YM
46472009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4648
4649 * keyboard.c (make_lispy_event): Remember last wheel direction.
4650 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
4651
b7d552d6
GM
46522009-09-26 Glenn Morris <rgm@gnu.org>
4653
4654 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
4655 internal.elc. Add term/pc-win.elc.
4656 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
4657 term/x-win.elc.
4658 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
4659 term/w32-win.elc.
4660 (NS_SUPPORT): New.
4661 (lisp): Add NS_SUPPORT.
4662 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
4663
4ff670a8
DR
46642009-09-25 David Reitter <david.reitter@gmail.com>
4665
4666 * nsmenu.m (EmacsMenu-clear): Recognize application menu
4667 on Mac OS X 10.6+ (bug#4513).
4668
feabfb6c
JB
46692009-09-24 Juanma Barranquero <lekktu@gmail.com>
4670
4671 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
4672 some parts of Emacs code (like font selection) don't grok them.
4673 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 4674
de59072a
AS
46752009-09-24 Andreas Schwab <schwab@redhat.com>
4676
4677 * coding.c (decode_coding_iso_2022): Fix operator precedence.
4678
a489517b
JB
46792009-09-24 Juanma Barranquero <lekktu@gmail.com>
4680
4681 * dired.c (Fdirectory_files): Fix typo in docstring.
4682
0592970c
AR
46832009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4684
4685 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
4686 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
4687 (EmacsScroller-setPosition:portion:whole:): Remove -display call
4688 under GNUstep.
4689 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
4690
4691 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
4692 glyph advancement.
4693
48e8a88b
AR
46942009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4695
4696 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 4697 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
4698
4699 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
4700 deleted (bug #4492).
4701
e14f0a78
AR
4702 * nsfont.m (Vns_reg_to_script): New lisp variable.
4703 (syms_of_nsfont): Declare it.
4704 (ns_registry_to_script): New function.
4705 (ns_get_req_script): Call it.
4706 (ns_findfonts): Don't give up on non-unicode registry.
4707
4708 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
4709
5b650faa
SM
47102009-09-20 Tom Tromey <tromey@redhat.com>
4711
4712 * eval.c (find_handler_clause): Make stack-trace-on-error work in
4713 batch mode (bug#4228).
4714
a489517b 47152009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
4716
4717 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 4718 carefully. (Bug #4339)
0bae4e09 4719
fcfe06f3
CY
47202009-09-18 Chong Yidong <cyd@stupidchicken.com>
4721
d798ba87 4722 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 4723
31642728
AR
47242009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4725
4726 * emacs.c (inhibit_x_resources): Update doc string for NS.
4727 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 4728 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
4729
4730 * nsterm.h (ns_no_defaults): Remove.
4731
4732 * nsterm.m (ns_no_defaults): Remove.
4733 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
4734 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
4735 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
4736 don't update the NSWindow itself.
4737 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 4738 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
4739
4740 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
4741 ns_use_qd_smoothing.
4742
4743 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
4744 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 4745 (x-close-connection): Drop PSFlush() under OS X.
a489517b 4746 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 4747
8686ac71
JB
47482009-09-17 Juanma Barranquero <lekktu@gmail.com>
4749
4750 * emacs.c (inhibit_x_resources): New variable.
4751 (main) [HAVE_NS]: Don't process --quick command line option.
4752 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
4753
4754 * lisp.h (inhibit_x_resources): Declare it extern.
4755
4756 * w32reg.c (x_get_string_resource):
4757 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
4758
e227ba05
EZ
47592009-09-17 Eli Zaretskii <eliz@gnu.org>
4760
362654a6
JB
4761 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
4762 Add lisp/term/internal.elc.
e227ba05 4763
742d40e8
SM
47642009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4765
4766 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
4767 (bug#4461).
4768
005bd5a2
DN
47692009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4770
4771 * puresize.h (BASE_PURESIZE): Increase to 1290000.
4772
4773 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
4774 (OBJECTS_MACHINE): Remove, unused.
4775
f9af9719
SM
47762009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4777
4778 * frame.c (x_get_resource_string): Remove unused.
4779
0307c7d2
JD
47802009-09-15 Jan Djärv <jan.h.d@swipnet.se>
4781
4782 * xterm.c (x_new_font): Call change_frame_size before calling
4783 x_set_window_size, in case frame size won't change.
4784
4785 * frame.c (x_set_font): Remove dead code.
4786
428b13d6
SM
47872009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4788
4789 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
4790
5766c380
SM
47912009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4792
4793 * lread.c (Fload): Don't output a message after loading an obsolete
4794 package any more (done in Lisp now).
4795
2fd0161b
CY
47962009-09-12 Chong Yidong <cyd@stupidchicken.com>
4797
4798 * fns.c (syms_of_fns): Doc fix (Bug#4227).
4799
bc5e75b6
SM
48002009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4801
4802 * keymap.c (Fwhere_is_internal): Use nconc2.
4803
c31c985e
AM
48042009-09-11 Alan Mackenzie <acm@muc.de>
4805
4806 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
4807 batch mode.
4808
78012bd2
AS
48092009-09-11 Andreas Schwab <schwab@linux-m68k.org>
4810
4811 * xdisp.c (display_mode_element): Detect cycles.
4812
9d889332
SM
48132009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4814
4815 * keymap.c (where_is_internal): Don't erroneously return nil right after
4816 filling the cache.
4817 (where_is_internal_1): Fix up typo.
4818
7ab5d780
GM
48192009-09-11 Glenn Morris <rgm@gnu.org>
4820
4821 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
4822 share a common doc-string.
4823
5238a749
SM
48242009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4825
66d77eda
SM
4826 * keymap.c (get_keymap): Return the actual keymap symbol rather than
4827 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
4828
5238a749
SM
4829 * keymap.c (QCadvertised_binding): New constant.
4830 (syms_of_keymap): Initialize it.
4831 (Fwhere_is_internal): Try and use bindings from :advertised-binding
4832 if applicable.
4833
19f48442
SM
48342009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4835
50d4ba39
SM
4836 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
4837 (parse_menu_item): Streamline since bindings are recomputed all the
4838 time anyway. Don't bother checking Vdefine_key_rebound_commands any
4839 more and don't support lmenu's menu-alias any more either.
4840
a88a5372
SM
4841 * keymap.c (where_is_internal_data): Make noindirect a boolean.
4842 (where_is_internal): Strip it down to only traverse the keymaps.
4843 Move the cache handling from Fwhere_is_internal to here.
4844 (Fwhere_is_internal): Move the handling of remapping and the choice of
4845 the best binding from where_is_internal to here.
4846 Unify the cached/noncached paths, so remapping is also handled
4847 correctly when the cache is used, and so the cache can be used to
4848 speed up remap-handling when applicable.
4849 Give preference to non-remapped bindings.
4850 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
4851 non-remapped bindings.
4852 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
4853 command remapping.
4854
19f48442
SM
4855 * xdisp.c (display_mode_element): Move list length limit from 50 to
4856 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
4857
599498c3 48582009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
4859
4860 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
4861
f9b7b5ac
SM
48622009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4863
a53af587
JB
4864 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
4865 (Bug#4334)
4866
f9b7b5ac
SM
4867 * keymap.c (where_is_internal): Filter out shadowed remappings.
4868 Assume that where_is_internal returns unshadowed bindings to simplify
4869 the code and get rid of the gotos. Use ASIZE.
4870
04f4b72d
JD
48712009-09-04 Jan Djärv <jan.h.d@swipnet.se>
4872
4da146f2
JD
4873 * xterm.c (x_focus_changed): If we get a focusout and pointer
4874 is invisible, make it visible.
4875
04f4b72d
JD
4876 * xterm.h: Remove condition for declaration of
4877 x_*_window_to_frame.
4878
7cef7ce3
SM
48792009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4880
4881 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
4882 initial terminal as well.
4883
a54fa5b7
JD
48842009-09-02 Jan Djärv <jan.h.d@swipnet.se>
4885
4886 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 4887 x_menubar_window_to_frame.
a54fa5b7 4888
50426a04 4889 * xterm.c: Remove declarations also in xterm.h.
a54fa5b7
JD
4890 (XTmouse_position): Do not return valid positions
4891 for clicks in the menubar and the toolbar for Gtk+.
4892
4893 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
4894 if the widget for the event has the same top level as a frame,
4895 return the frame.
4896 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
4897 internal windows, bug #4122.
4898 (x_non_menubar_window_to_frame): Remove.
4899
5a021dd0
GM
49002009-09-02 Glenn Morris <rgm@gnu.org>
4901
4902 * buffer.c (default-major-mode): Move most of the doc from here...
4903 (major-mode): ... to here.
4904
548fe2f3
NR
49052009-08-30 Nick Roberts <nickrob@snap.net.nz>
4906
4907 * process.c (wait_reading_process_output): Keep the descriptor
4908 when pty is used by a non-child process, e.g., in I/O buffer of
4909 GDB this allows inferior to be restarted.
4910
e0840eef
EZ
49112009-08-29 Eli Zaretskii <eliz@gnu.org>
4912
4913 * xdisp.c (redisplay_internal): Remove redundant test and collapse
4914 both branches into one.
4915
82e98df4
SM
49162009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4917
4918 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
4919 (main): Use enable-multibyte-characters rather than
4920 default-enable-multibyte-characters. Output a warning message when
4921 running a unibyte session.
4922
890617cb
YM
49232009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4924
4925 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
4926 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
4927 (copy_data_segment): Also copy __program_vars section.
4928 (copy_dyld_info) [LC_DYLD_INFO]: New function.
4929 (dump_it) [LC_DYLD_INFO]: Use it.
4930
4931 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
4932
e7adeadc
EZ
49332009-08-28 Eli Zaretskii <eliz@gnu.org>
4934
4935 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
4936 $(SRC)/buildobj.h.
4937 (buildobj.h): Renamed from $(SRC)/buildobj.h.
4938 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
4939 $(SRC)/buildobj.h.
4940 (clean): Add buildobj.h.
4941
3ed8bbdc
TZ
49422009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
4943
4944 * print.c (print_object): Set escapeflag to 1 when printing
4945 hashtable keys and values.
4946
155a6764
SM
49472009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4948
4949 * lread.c (read_integer): Use doubles (and potentially return a float
4950 number) as we do in string-to-number.
4951 (read1): Use strtol to read integers, signal errors on strtol's
4952 overflow and use floats if strtol's output is too large for
4953 Elisp integers.
4954
877610de
EZ
49552009-08-27 Eli Zaretskii <eliz@gnu.org>
4956
4957 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
4958 (make-buildobj-SH): Fix last change.
4959 (SRC): Move to before where it's first used.
4960
ef73e7be
KH
49612009-08-27 Kenichi Handa <handa@m17n.org>
4962
550c8289
KH
4963 * process.c (send_process): Use encode_coding_object instead of
4964 encode_coding_string to perform eol-conversion even if the string
4965 is unibyte.
4966
60afa08d
KH
4967 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
4968 character.
4969
ef73e7be 4970 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 4971 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 4972
7b3a82d7
DN
49732009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4974
5654bf63
DN
4975 * callproc.c (Fcall_process): Remove always true #if.
4976
7b3a82d7
DN
4977 * lisp.h: Replace #if 0 code for checking with text pointing to
4978 the --enable-checking configure flag.
4979
4980 * emacs.c (main): Mention the --enable-profiling configure flag
4981 instead of using CFLAGS.
4982
878bde49
KR
49832009-08-26 Ken Raeburn <raeburn@raeburn.org>
4984
4985 * Makefile.in (buildobj.h): New target.
4986 (doc.o): Depend on it.
4987 (temacs${EXEEXT}): Don't generate buildobj.lst.
4988 (mostlyclean): Delete buildobj.h, not buildobj.lst.
4989 * makefile.w32-in ($(SRC)/buildobj.h): New target.
4990 ($(BLD)/doc.$(O)): Depend on it.
4991 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
4992 provided by Eli Zaretskii.)
4993 ($(TEMACS)): Don't generate buildobj.lst.
4994 * doc.c: Include buildobj.h.
4995 (buildobj): New static variable.
4996 (Fsnarf_documentation): Use it, instead of opening and reading
4997 buildobj.lst.
4998
1574224c
MA
49992009-08-25 Michael Albinus <michael.albinus@gmx.de>
5000
5001 * dbusbind.c (Fdbus_call_method)
5002 (Fdbus_call_method_asynchronously): Use English numeric format for
5003 timeout values in doc string.
5004
d9da2f45
KH
50052009-08-25 Kenichi Handa <handa@m17n.org>
5006
ef73e7be
KH
5007 * alloc.c (mark_char_table): New function.
5008 (mark_object): Use mark_char_table for a char-table.
5009
d9da2f45
KH
5010 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
5011 (CHAR_TABLE_REF): Use it.
5012
c8edcc01
KR
50132009-08-23 Ken Raeburn <raeburn@raeburn.org>
5014
5015 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
5016 before invoking the newly build emacs to check for load-path
5017 shadowing.
5018
7763401b
GM
50192009-08-22 Glenn Morris <rgm@gnu.org>
5020
5021 * Makefile.in (bootstrap_exe): New variable.
5022 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
5023 Use ${bootstrap_exe}.
5024
729eadda
EZ
50252009-08-22 Eli Zaretskii <eliz@gnu.org>
5026
5027 * coding.h (encode_coding_string): Don't encode unibyte strings.
5028 (Bug#4047)
5029
eb4c6ace
MA
50302009-08-22 Michael Albinus <michael.albinus@gmx.de>
5031
5032 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
5033
5034 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
5035 intended as hotfix only.
5036 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
5037
36e34d1b
AR
50382009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5039
5040 * nsterm.m (ns_get_color): Update documentation properly for last
5041 change, and clean up loose ends in the code left by it. Fix
5042 longstanding bug with 16-bit hex parsing, and add support for
5043 yet another X11 format (rgb:r/g/b) for compatibility.
5044 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
5045 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
5046
f983eb8a
SM
50472009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5048
5049 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
5050
3f56d3c6
MA
50512009-08-20 Michael Albinus <michael.albinus@gmx.de>
5052
5053 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
5054 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
5055 (xd_initialize, xd_pending_messages): Check, whether
5056 $DBUS_SESSION_BUS_ADDRESS is set.
5057
fb641d68
YM
50582009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5059
5060 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
5061
5062 * nsterm.m (ns_get_color): Remove incompatible color formats again.
5063
cf59a374
GM
50642009-08-20 Glenn Morris <rgm@gnu.org>
5065
5066 * emacs.c (system-type): Doc fix.
5067
1373f3be
SM
50682009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5069
5070 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
5071 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
5072
058ed861
MA
50732009-08-18 Michael Albinus <michael.albinus@gmx.de>
5074
1373f3be
SM
5075 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
5076 New functions.
058ed861
MA
5077 (xd_initialize): Revert change from 2009-08-16.
5078
563a866e 50792009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
5080
5081 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 5082 font-group vector, return nil.
5fc05db0 5083
e42bdf01
CY
50842009-08-17 Chong Yidong <cyd@stupidchicken.com>
5085
5086 * process.c (status_notify): Don't perform redisplay.
5087 (Fdelete_process, list_processes_1, process_send_signal):
5088 Expliticly perform redisplay.
5089 (wait_reading_process_output): Always check process status, but
5090 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
5091
4230ab74
KR
50922009-08-17 Ken Raeburn <raeburn@raeburn.org>
5093
1373f3be 5094 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
5095 (XFLOAT_INIT): New macro for storing a float value.
5096 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
5097 * fns.c (sxhash): Copy out the value of a float in order to
5098 examine its bytes.
5099 * dbusbind.c (xd_append_arg): Likewise.
5100
4230ab74
KR
5101 * emacs.c (main): Don't call syms_of_data twice.
5102
a0645cdd
MA
51032009-08-16 Michael Albinus <michael.albinus@gmx.de>
5104
5105 * dbusbind.c (xd_initialize): Add connection file descriptor to
5106 input_wait_mask, in order to let select() detect, whether a new
5107 message has been arrived.
ca4f31ea 5108 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 5109
485db0ba
MA
51102009-08-15 Michael Albinus <michael.albinus@gmx.de>
5111
1373f3be
SM
5112 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
5113 New functions.
485db0ba
MA
5114
5115 * lisp.h (xd_pending_messages): Declare.
5116
5117 * keyboard.c (readable_events): Call xd_pending_messages.
5118
b5b98ff4
CY
51192009-08-15 Chong Yidong <cyd@stupidchicken.com>
5120
1373f3be 5121 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 5122
f8354c6e
CY
5123 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
5124
b5b98ff4
CY
5125 * buffer.c (set_buffer_internal_1)
5126 (swap_out_buffer_local_variables): Check for unbound local
5127 variables (Bug#4138).
5128
8b9fc636
EZ
51292009-08-14 Eli Zaretskii <eliz@gnu.org>
5130
5131 * process.c (create_pty): Fix last change.
5132
ce959360
CY
51332009-08-13 Chong Yidong <cyd@stupidchicken.com>
5134
5135 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
5136 (xbm_load_image): Caller changed.
64b807c9 5137 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 5138
c7baf7e9
NR
51392009-08-13 Nick Roberts <nickrob@snap.net.nz>
5140
5141 * process.c (create_pty): New function.
5142 (Fstart_process): Use it to allow Emacs to just associate a pty
5143 with the buffer. See associated change in gdb-mi.el.
5144 (list_processes_1): Deal with no program name.
5145 (start_process_unwind): Use pid == -2 to mean no process.
5146
1ac9108a
SM
51472009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5148
5149 * cmds.c (nonundocount): New global variable.
5150 (keys_of_cmds): Initialize it.
5151 (Fself_insert_command): Use it to combine upto 20 sequential chars
5152 into a single undo entry, just like the Qself_insert_command code in
5153 keyboard.c does.
5154 Call frame_make_pointer_invisible, also like the Qself_insert_command
5155 code in keyboard.c does.
5156 * keyboard.c (command_loop_1): Use the new global nonundocount rather
5157 than its own local replacement for it.
5158
e267324c
KR
51592009-08-10 Ken Raeburn <raeburn@raeburn.org>
5160
1ac9108a 5161 * fns.c (concat): Don't re-set string length to its current value.
77437343 5162
1ac9108a
SM
5163 * coding.h (decode_coding_string, encode_coding_string):
5164 Use SBYTES macro.
f0bed503 5165
1ac9108a 5166 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
5167 (doprnt): Merge with doprnt1, discarding lispstrings code.
5168 * lisp.h (doprnt_lisp): Don't declare.
5169
416e006d
JL
51702009-08-07 Juri Linkov <juri@jurta.org>
5171
5172 * puresize.h (BASE_PURESIZE): Increase to 1270000.
5173
6f7d5780
DN
51742009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5175
5176 * print.c (syms_of_print): Undo previous change.
5177
f19a0f5b
TZ
51782009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
5179
5180 * lread.c (read1, syms_of_lread): Read hashtables back from the
5181 readable format.
5182
5183 * print.c (print_preprocess, print_object): Print hashtables fully
5184 and readably.
5185 (syms_of_print): Provide 'hashtable-print-readable.
5186
b9173dc2
AR
51872009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5188
5189 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
5190 no family set.
5191 (nsfont_open): Handle case when entity has no family.
5192
1586503c
AR
51932009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5194
5195 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
5196 element, not a list, for match case.
5197
087048cd
KH
51982009-07-28 Kenichi Handa <handa@m17n.org>
5199
5200 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
5201 rigidly.
5202
5203 * xfont.c (xfont_list_pattern): Don't ignore the return value of
5204 font_parse_xlfd. Check font properties more rigidly.
5205
780c2506
DN
52062009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5207
31fd7c5c
JB
5208 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
5209 bsd-common.h.
780c2506 5210
a8c0cc18
KH
52112009-07-27 Kenichi Handa <handa@m17n.org>
5212
5213 * xfaces.c (face_with_height): Call font_clear_prop.
5214
4fbe2306
CY
52152009-07-26 Chong Yidong <cyd@stupidchicken.com>
5216
111d9af3
CY
5217 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
5218
5219 * xterm.c (x_term_init): Use Qx.
5220
4fbe2306
CY
5221 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
5222
1ac9108a 5223 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
5224 (ns_get_color): Revert 2009-07-16 change.
5225
beb0b7f9
EZ
52262009-07-25 Eli Zaretskii <eliz@gnu.org>
5227
5228 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 5229 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 5230
2baf5e76
KR
52312009-07-25 Ken Raeburn <raeburn@raeburn.org>
5232
1ac9108a
SM
5233 * coding.h (decode_coding_string, encode_coding_string):
5234 Use SCHARS macro.
8890e5f5 5235
2baf5e76 5236 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 5237 (load_depth): Delete.
2baf5e76
KR
5238 (Qload_in_progress): New variable.
5239 (load_unwind): Don't reference load_depth or load_in_progress.
5240 (Fload): Likewise; specbind Qload_in_progress instead.
5241 (init_lread): Don't initialize load_depth.
5242 (syms_of_lread): Initialize and protect Qload_in_progress.
5243
1395c6f5
AR
52442009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5245
5246 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
5247
4e2f36cf
AR
52482009-07-23 Yavor Doganov <yavor@gnu.org>
5249
5250 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
5251
5dd9a6f7
AR
52522009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5253
5254 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
5255 Bugs 3792, 3720, 2402.
5256 (ns_lookup_indexed_color): Check for bad index.
5257 (ns_index_color): Init unused slot to 0.
5258 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
5259 Bug 3714, possibly 3082.
5dd9a6f7 5260
c902b920
JR
52612009-07-22 Jason Rumney <jasonr@gnu.org>
5262
1ac9108a
SM
5263 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
5264 Position IME window at cursor (Bug#2570).
c902b920
JR
5265 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
5266 (globals_of_w32fns): Dynamically load functions required above.
5267
5268 * w32term.c (w32_draw_window_cursor): Send message to reposition
5269 any IME window.
5270
090101cf
CY
52712009-07-21 Chong Yidong <cyd@stupidchicken.com>
5272
5273 * fileio.c: Revert 2009-07-16 changes.
5274 (Vauto_save_include_big_deletions): New variable.
5275 (Fdo_auto_save): Disable auto-save only if
5276 auto-save-include-big-deletions is nil.
5277
e6583e3d
CY
52782009-07-21 Chong Yidong <cyd@stupidchicken.com>
5279
5280 * xdisp.c (move_it_to): For continued lines ending in a tab, take
5281 the overflowed pixels into account (Bug#3879).
5282
ece435a5
KR
52832009-07-21 Ken Raeburn <raeburn@raeburn.org>
5284
5285 * lread.c (load_depth): New variable.
5286 (Fload, load_unwind, init_lread): Set it to the load recursion
5287 depth; set load_in_progress as a simple boolean based on the
5288 current load_depth. (Bug#3892)
5289
40b2d973
AR
52902009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5291
5292 * nsfont.m (ns_has_attribute): Remove.
5293 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
5294
10be7e0d
JL
52952009-07-18 Juri Linkov <juri@jurta.org>
5296
5297 * process.c (Fset_process_query_on_exit_flag): Mention killing
5298 a buffer in docstring.
5299
fa055055
KH
53002009-07-17 Kenichi Handa <handa@m17n.org>
5301
5302 * casetab.c (shuffle): Fix the logic of setting up the cycle.
5303
042f7b69
YM
53042009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5305
5306 * nsfns.m (Fns_set_alpha): Remove function.
5307 (syms_of_nsfns): Don't defsubr it.
5308
5309 * nsterm.m (ns_get_color): Remove incompatible color formats.
5310 (ns_color_to_lisp): Generate #rrggbb color format string.
5311
4be941e3
RS
53122009-07-16 Richard Stallman <rms@gnu.org>
5313
5314 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
5315 (Fset_buffer_auto_saved): Handle save_length = -2.
5316
4e6b227d
CY
53172009-07-16 Chong Yidong <cyd@stupidchicken.com>
5318
5319 * xterm.c (Qx_gtk_map_stock): New var.
5320
5321 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
5322 of calling intern each time.
5323
a1856973
YM
53242009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5325
5326 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
5327 does tiling.
5328
5329 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
5330
497e54d8
KH
53312009-07-14 Kenichi Handa <handa@m17n.org>
5332
72d36834
KH
5333 * font.c (font_vconcat_entity_vectors): New function.
5334 (struct font_sort_data): New member font_driver_preference.
5335 (font_compare): Check font_driver_preference.
5336 (font_sort_entities): The format of the first argument changed.
5337 (font_delete_unmatched): Likewise.
5338 (font_list_entities): The return type changed.
5339 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
5340 (font_find_for_lface): Adjuste for the above changes.
5341 Don't suppress the checking of C even if the repertory supports it.
5342 (Flist_fonts): Adjust for the above changes.
72d36834 5343
1ac9108a
SM
5344 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
5345 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
5346 Reject a font who has adstyle property that is different from a
5347 langname derived from registry property.
1ac9108a 5348 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 5349
b6046155
EZ
53502009-07-13 Eli Zaretskii <eliz@gnu.org>
5351
5352 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
5353 local copy of dirfilename.
5354
fb6b6049
KH
53552009-07-13 Kenichi Handa <handa@m17n.org>
5356
e2402a5e
KH
5357 * chartab.c (sub_char_table_ref_and_range): Fix the range check
5358 against max_char.
5359
fb6b6049
KH
5360 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
5361 calling XSYMBOL (sym).
5362
65156807
EZ
53632009-07-11 Eli Zaretskii <eliz@gnu.org>
5364
1ac9108a
SM
5365 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
5366 New function.
5367 (directory_files_internal) [WINDOWSNT]:
5368 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
5369 the filesystem of the directory is fast or slow.
5370
5371 * w32.c (logon_network_drive): Don't assume PATH is an absolute
5372 file name.
5373 (is_slow_fs): New function.
5374 (stat): Use it to determine whether to issue more system calls to
5375 get accurate file attributes, when w32-get-true-file-attributes is
5376 `local'.
5377
e0ab5fcf
JD
53782009-07-10 Jan Djärv <jan.h.d@swipnet.se>
5379
5380 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 5381 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
5382 parameter font-parameter as default to the font dialog.
5383
784ceded
KH
53842009-07-10 Kenichi Handa <handa@m17n.org>
5385
5386 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
5387
fb8edc0b
EZ
53882009-07-09 Eli Zaretskii <eliz@gnu.org>
5389
1ac9108a 5390 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 5391
fb8edc0b
EZ
5392 * w32.c (stat): Treat UNC file names as residing on remote
5393 drives. (Bug#3542)
5394
635c75b1
KH
53952009-07-09 Kenichi Handa <handa@m17n.org>
5396
5397 * fontset.c (fontset_find_font): Fix previous change.
5398
c1d5ce94
MA
53992009-07-08 Michael Albinus <michael.albinus@gmx.de>
5400
5401 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
5402 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
5403 error flag.
5404
edb61b39
KH
54052009-07-08 Kenichi Handa <handa@m17n.org>
5406
374bf7e4
KH
5407 * fontset.c (fontset_find_font): Fix the logic of handling
5408 charset_matched.
5409 (font_for_char): Delete unused var.
5410 (generate_ascii_font_name): Delete it.
5411
edb61b39
KH
5412 * coding.h (JIS_TO_SJIS2): Fix the code range check.
5413
5414 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
5415 (encode_coding_sjis): Fix the code range check.
5416
0f3f018c
CY
54172009-07-07 Chong Yidong <cyd@stupidchicken.com>
5418
5419 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
5420 (Fexpand_file_name): Copy string data properly (Bug#3772).
5421
fcaf6f3a
JD
54222009-07-07 Jan Djärv <jan.h.d@swipnet.se>
5423
5424 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
5425 first MapNotify.
5426
6809ca75
KH
54272009-07-07 Kenichi Handa <handa@m17n.org>
5428
5429 * character.h (unibyte_has_multibyte_table): Delete extern.
5430 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
5431
5432 * charset.c (Fset_charset_priority): Update charset_unibyte.
5433 (syms_of_charset): Initialize charset_unibyte.
5434
5435 * character.c (unibyte_has_multibyte_table): Delete it.
5436 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
5437 charset_unibyte.
5438 (multibyte_char_to_unibyte_safe): Likewise.
5439 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
5440
1ac9108a 5441 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
5442 (x_produce_glyphs): Likewise.
5443
5444 * .gdbinit (xcharset): Fix the treating $arg0.
5445
ad9e2d54
EZ
54462009-07-04 Eli Zaretskii <eliz@gnu.org>
5447
5448 Emulation of `getloadavg' on MS-Windows.
50426a04 5449 * w32.c: Include float.h.
ad9e2d54
EZ
5450 (g_b_init_get_native_system_info, g_b_init_get_system_times)
5451 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
5452 (get_native_system_info, get_system_times): New functions.
5453 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
5454 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
5455 (globals_of_w32): Initialize g_b_init_get_native_system_info,
5456 g_b_init_get_system_times, and num_of_processors.
5457
0a3472c7
JR
54582009-07-03 Jason Rumney <jasonr@gnu.org>
5459
5460 * w32term.c (w32_initialize): Use standard types.
5461
80904120
EZ
54622009-07-03 Eli Zaretskii <eliz@gnu.org>
5463
5464 * dired.c (Ffile_attributes): Decode user and group names by the
5465 locale's encoding. (Bug#3443)
5466
6978862d
DN
54672009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5468
f8d23104
DN
5469 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
5470 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
5471
5472 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
5473
5474 * term.c (init_tty): Remove spurious #ifdef.
5475
6978862d
DN
5476 * m/mips.h: Mention this file is also used for netbsd.
5477 * m/pmax.h: Remove file.
5478
e044e4fc
JD
54792009-07-03 Jan Djärv <jan.h.d@swipnet.se>
5480
5481 * xterm.h (struct x_display_info): Add invisible_cursor.
5482 (struct x_output): Add current_cursor.
5483
5484 * xterm.c (XTtoggle_invisible_pointer): New function.
5485 (x_define_frame_cursor): Don't define cursor if invisible or the
5486 same as before. Set current_cursor.
5487 (x_create_terminal): Set toggle_invisible_pointer_hook.
5488
5489 * xfns.c (make_invisible_cursor): New function.
5490 (x_set_mouse_color): Call make_invisible_cursor.
5491 Set current_cursor.
5492 (x_window): Set current_cursor.
5493
5494 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
5495
5496 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
5497 inserting a character.
5498 (read_avail_input): Call frame_make_pointer_visible.
5499
5500 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
5501 (frame_make_pointer_invisible, frame_make_pointer_visible):
5502 New functions.
e044e4fc
JD
5503 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
5504
5505 * frame.h: Declare frame_make_pointer_invisible and
5506 frame_make_pointer_visible.
5507 (struct frame): Add pointer_invisible.
5508
574c8efa
JD
55092009-07-02 Jan Djärv <jan.h.d@swipnet.se>
5510
7b507248
JD
5511 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
5512 frame isn't visible.
5513 (xg_frame_resized): If width/height is -1, get size of window
5514 from X server.
5515
5516 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
5517 for MapNotify.
5518
835bdaa7 5519 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 5520 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 5521 (flush_and_sync): Reintroduce.
574c8efa 5522
3f1c6666 55232009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 5524
31fd7c5c 5525 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
5526
5527 * xterm.c (x_handle_net_wm_state): Also look for sticky.
5528 (x_term_init): Initialize Xatom_net_wm_state_sticky.
5529
5530 * frame.h: Declare Qsticky.
5531
cad9ef74
JD
5532 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
5533
5534 * nsfns.m (ns_frame_parm_handlers): Ditto.
5535
5536 * frame.c: Declare Qsticky.
5537 (frame_parms): Add sticky.
5538
5539 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
5540
5541 * xterm.h: Declare x_set_sticky.
5542
5543 * xterm.c (x_set_sticky): New function.
5544
69b16610
JD
5545 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
5546 (xg_tool_bar_menu_proxy): Attach enter/leave events to
5547 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
5548
5549 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
5550
5551 * frame.c: Qmaximized is new.
5552 (x_set_frame_parameters): Do not handle fullscreen specially.
5553 Only set width and height if explicitly set.
5554 (x_set_fullscreen): Handle Qmaximized.
5555 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
5556 (syms_of_frame): Initialize Qmaximized.
5557
1ac9108a
SM
5558 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
5559 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
5560
5561 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
5562 for Expose event. Add call to x_check_fullscreen for MapNotify event.
5563 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
5564 set gravity to NorthWestGravity when USE_GTK.
5565 (set_wm_state): New function.
31fd7c5c 5566 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
5567 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
5568 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 5569 or the case when no window manager is running. That means remove calls
3f1c6666
JD
5570 to x_real_positions and x_fullscreen_adjust.
5571
5572 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
5573 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
5574 flush_and_sync.
5575 (xg_height_changed): New function.
5576 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
5577 and gtk_window_set_policy. Set frame gravity after parsing the
5578 geometry string.
3f1c6666
JD
5579 (xg_update_frame_menubar, free_frame_menubar)
5580 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
5581 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
5582 Remove calls to xg_frame_set_char_size.
5583
fd503d99
KH
55842009-07-01 Kenichi Handa <handa@m17n.org>
5585
5586 * keyboard.c (decode_keyboard_code): New function.
5587 (tty_read_avail_input): Decode the input bytes if necessary.
5588
1ac9108a
SM
5589 * coding.c (setup_coding_system):
5590 Initialize coding->carryover_bytes to 0.
fd503d99
KH
5591 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
5592 use Qno_conversion.
5593
24ed93fb
YM
55942009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5595
5596 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
5597
99061dfc
CY
55982009-06-30 Chong Yidong <cyd@stupidchicken.com>
5599
1ac9108a 5600 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 5601
ff90fbde
JR
56022009-06-30 Jason Rumney <jasonr@gnu.org>
5603
5604 * w32term.c (w32_initialize): Use GetModuleHandle for library that
5605 is already loaded.
5606 Set user model ID if supported (bug#1849).
5607
5f445726
JM
56082009-06-29 Jim Meyering <meyering@redhat.com>
5609
5610 Remove useless if-before-xfree test.
5611 * nsfont.m (nsfont_close): Remove useless test.
5612 * term.c (delete_tty): Likewise.
5613 * w32.c (system_process_attributes): Likewise.
5614 * w32font.c (w32font_close): Likewise.
5615 * xfaces.c (x_free_gc): Likewise.
5616 * xselect.c (buffer): Likewise.
5617
b9607587
AS
56182009-06-28 Andreas Schwab <schwab@linux-m68k.org>
5619
5620 * process.c (send_process): Keep decoded string in a local
5621 variable and protect it from GC. (Bug#3521)
5622
89ba96f4
EZ
56232009-06-28 Eli Zaretskii <eliz@gnu.org>
5624
5625 * term.c (create_tty_output) [MSDOS]: #ifdef away.
5626 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
5627
098a1589
CY
56282009-06-28 Chong Yidong <cyd@stupidchicken.com>
5629
485422be
CY
5630 * xdisp.c (start_display, handle_face_prop)
5631 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
5632 (redisplay_window, try_window_id, produce_image_glyph):
5633 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 5634
098a1589
CY
5635 * xterm.c (x_update_window_begin, x_new_focus_frame)
5636 (x_scroll_bar_handle_click, handle_one_xevent)
5637 (handle_one_xevent, XTread_socket, x_focus_on_frame)
5638 (x_make_frame_visible, x_make_frame_invisible)
5639 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
5640 code chunks that are now obsolete.
5641
78c38319
MA
56422009-06-28 Michael Albinus <michael.albinus@gmx.de>
5643
5644 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
5645 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
5646 for hours, when optimzation is enabled.
5647 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
5648 (xd_read_message): Make them static.
5649
4189ed40
CY
56502009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
5651
5652 * term.c (turn_on_face): Allow simultaneously bold and dim
5653 terminal faces (Bug#3530).
5654
cd9b5e16
CY
56552009-06-27 Chong Yidong <cyd@stupidchicken.com>
5656
4e23bedb
CY
5657 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
5658
cd9b5e16
CY
5659 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
5660 truncation glyphs (Bug#3686).
5661
07cc3c35
GM
56622009-06-27 Glenn Morris <rgm@gnu.org>
5663
5664 * m/pmax.h: Restore file, with only netbsd portions.
5665
31fd7c5c 56662009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 5667
cd9b5e16 5668 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 5669
42d4a64f
KH
56702009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
5671
5672 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
5673 the arg FORCE_SYMBOL.
5674
930fe55b 56752009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
5676
5677 * fontset.c (fontset_find_font): When a usable rfont_def is found
5678 in a fallback font-group, make it the first element of the group.
5679
57ebc3fd
CY
56802009-06-24 Chong Yidong <cyd@stupidchicken.com>
5681
5682 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
5683
f084f942
KH
56842009-06-24 Kenichi Handa <handa@m17n.org>
5685
5686 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
5687 set for C.
5688 (fontset_font): Record the availability of a font for C both in
5689 the realized fontsets of the current one and the default one.
5690
2f686c87
DN
56912009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5692
5693 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
5694 conditional, it is always defined on AIX.
5695
666e158e
MB
56962009-06-23 Miles Bader <miles@gnu.org>
5697
5698 * window.c (Vrecenter_redisplay): New variable.
5699 (syms_of_window): Initialize it.
5700 (Qtty): New extern declaration.
5701 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
5702
c6da7cd2
JM
57032009-06-23 Jim Meyering <meyering@redhat.com>
5704
1ac9108a
SM
5705 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
5706 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 5707 pointer dereferences are guaranteed to be valid.
c6da7cd2 5708
678dca3d
KH
57092009-06-23 Kenichi Handa <handa@m17n.org>
5710
74d75424
KH
5711 * emacs.c (main): Call init_font ().
5712
5713 * font.h (Vfont_log): Extern it.
5714 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
5715
5716 * font.c (font_sort_entities, font_list_entities)
5717 (font_matching_entity, font_open_entity)
5718 (font_close_object): Change font_add_log to FONT_ADD_LOG.
5719 (Vfont_log): Delete static.
5720 (font_log_env_checked): Delete this variable.
5721 (font_add_log): Don't check font_log_env_checked.
5722 (font_deferred_log): Check Vfont_log.
5723 (init_font): New function.
5724
678dca3d
KH
5725 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
5726
5727 * w32font.c: Change font_add_log to FONT_ADD_LOG.
5728
5729 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
5730
5731 * xfont.c: Change font_add_log to FONT_ADD_LOG.
5732
5733 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
5734 (face_for_char): Don't call font_deferred_log here.
5735 (font_for_char): Likewise.
5736
8a668709
CY
57372009-06-22 Chong Yidong <cyd@stupidchicken.com>
5738
9a01ee33
CY
5739 * w32term.c (x_draw_glyph_string): Use the glyph string's width
5740 rather than its background_width for drawing the overline and
5741 underline (Bug#489).
5742
5743 * xterm.c (x_draw_glyph_string): Use the glyph string's width
5744 rather than its background_width for drawing the overline and
5745 underline (Bug#489).
ec7c9926
CY
5746 (xg_default_icon_file): New variable.
5747 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
5748 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 5749
8a668709
CY
5750 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
5751 (load_overlay_strings): Remove externs.
5752 (fast_find_position): Function deleted.
5753 (mouse_face_from_buffer_pos): New function, based on
5754 fast_find_position. Correctly handle before-strings,
5755 display-strings, and after-strings (Bug#1220).
5756 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
5757
4d4c02d8
CY
57582009-06-21 Chong Yidong <cyd@stupidchicken.com>
5759
1ac9108a 5760 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
5761 (move_it_in_display_line_to, move_it_in_display_line_to)
5762 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
5763
70243478
CY
57642009-06-21 Chong Yidong <cyd@stupidchicken.com>
5765
5766 * Branch for 23.1.
5767
13087e59
JR
57682009-06-21 Jason Rumney <jasonr@gnu.org>
5769
5770 * w32term.c (keyboard_codepage): New static variable.
5771 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
5772 (w32_read_socket) [WM_CHAR]: Use it to decode character
5773 input (bug#3237).
5774 (w32_initialize): Initialize it.
5775 (codepage_for_locale): New function.
5776
4735b74e
KR
57772009-06-20 Ken Raeburn <raeburn@raeburn.org>
5778
5779 * process.c (status_message): Pass Faset index argument as a lisp
5780 object, so as to work with USE_LISP_UNION_TYPE.
5781
0e727afa
YM
57822009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5783
5784 * coding.c (Ffind_coding_systems_region_internal):
5785 Cache checked characters.
5786
cf299835
KH
57872009-06-18 Kenichi Handa <handa@m17n.org>
5788
1ac9108a 5789 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 5790
90f20d94
AS
57912009-06-18 Andreas Schwab <aschwab@redhat.com>
5792
5793 * xdisp.c (redisplay_internal): Check that the frame is still
5794 live after redisplay of its windows.
5795 (redisplay_windows): Check that the window is still live.
5796
7f1faf1c
KH
57972009-06-17 Andreas Schwab <schwab@linux-m68k.org>
5798
5799 * coding.c (detect_coding_utf_16): Fix previous change.
5800
cc13543e
KH
58012009-06-16 Kenichi Handa <handa@m17n.org>
5802
5803 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
5804 UTF-16 by checking the dispersion of Eth and Oth bytes.
5805
977b85f4
AS
58062009-06-15 Andreas Schwab <schwab@linux-m68k.org>
5807
5808 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
5809
66bd43d1
KH
58102009-06-15 Kenichi Handa <handa@m17n.org>
5811
5812 * process.c (status_message): Fix previous change. Be sure to
5813 decode a localized string.
5814
cb5ca9c5
YM
58152009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5816
5817 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
5818 add comment explaining why.
5819
ec7709ba 58202009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 5821
ec7709ba 5822 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 5823
4b7f335c
AR
58242009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
5825
5826 * nsfont.m (ns_attribute_value): Remove.
5827 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
5828 (ns_has_attribute): Shrink the normal range.
5829 (ns_findfonts): Don't worry about requested spec in determining
5830 need for synthItal.
e41820ee 5831 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 5832
73b26103
SZ
58332009-06-14 Seiji Zenitani <zenitani@mac.com>
5834
5835 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
5836
5753e4da
KH
58372009-06-11 Kenichi Handa <handa@m17n.org>
5838
5839 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5840 overhang for the static composition case.
5841
3561b671
KH
58422009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5843
5753e4da
KH
5844 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5845 overhang for the automatic composition case.
5846
3561b671
KH
5847 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
5848 composition case.
5849
852bbd41
CY
58502009-06-10 Chong Yidong <cyd@stupidchicken.com>
5851
5852 * xdisp.c (get_next_display_element): When handling wrap-prefix
5853 and line-prefix, treat \n as a control character (bug#3502).
5854
9903d1e6
KH
58552009-06-10 Kenichi Handa <handa@m17n.org>
5856
5857 * font.c (font_parse_family_registry): Fix for one-char foundry.
5858 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
5859
0bcbaaaa
CY
58602009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
5861
5862 * process.c (status_message): Fix handling of multibyte signal
5863 string (Bug#3499).
5864
40aa3f13
JM
58652009-06-09 Jim Meyering <meyering@redhat.com>
5866
1f80c7e2
CY
5867 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
5868 color name is missing.
40aa3f13 5869
72d51285
KH
58702009-06-09 Kenichi Handa <handa@m17n.org>
5871
5872 * charset.c (Fmap_charset_chars): In docstring, state clearly that
5873 FROM-CODE and TO-CODE are codepoints of CHARSET.
5874
c1d04d84
AR
58752009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5876
5877 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
5878
58792009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5880
5881 Changes to support :script/:lang/:otf in NS font driver.
5882 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
5883 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
5884 indicate not part of font driver interface, and change callers.
5885 (ns_get_family): Remove pointless null check.
5886 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
5887 ns_spec_to_descriptor, ns_descriptor_to_entity.
5888 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
5889 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
5890 (ns_spec_to_descriptor, ns_descriptor_to_entity)
5891 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
5892 (ns_get_req_script, ns_accumulate_script_ranges)
5893 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
5894 New functions.
5895 (nsfont_list, nsfont_match): Use ns_findfonts.
5896 (nsfont_open): Use font descriptor instead of traits.
5897 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
5898 (dump_glyphstring): Rename to ns_dump_glyphstring.
5899
c7eb9816
AR
5900 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
5901
c1d04d84
AR
5902 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
5903
5904 * fontset.c (fontset_from_font): Remove NS-specific code.
5905
ec7709ba 59062009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
5907
5908 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
5909 nonactive windows.
5910
31fd7c5c 59112009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 5912
1ac9108a 5913 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 5914
68852c13 59152009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
5916
5917 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
5918
6756cd1d
CY
59192009-06-07 Chong Yidong <cyd@stupidchicken.com>
5920
5921 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
5922 account for the overflowing of newlines into the last glyph on the
5923 display line (Bug#3482).
5924
28bf482a
DR
59252009-06-05 David Reitter <david.reitter@gmail.com>
5926
ec7709ba
JB
5927 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
5928 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
5929 Fns_selection_exists_p, Fns_selection_owner_p.
5930
fdb55376
JR
59312009-06-03 Jason Rumney <jasonr@gnu.org>
5932
5933 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
5934 available. (Bug#3379)
5935
05129fbe
KH
59362009-05-29 Kenichi Handa <handa@m17n.org>
5937
1ac9108a
SM
5938 * coding.c (get_translation_table):
5939 Check Venable_character_translation.
05129fbe 5940
ec7709ba 59412009-05-26 David Reitter <david.reitter@gmail.com>
15891144 5942
ec7709ba
JB
5943 * nsterm.m (ns_raise_frame): Only raise frame if visible.
5944 (x_make_frame_visible): Move frame to front rather than calling
15891144 5945 ns_raise_frame().
ec7709ba 5946 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 5947 isn't key window.
ec7709ba 5948 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
5949 drawRect may be called by NSView even if the frame is hidden.
5950
ec7709ba
JB
5951 * nsfns.m (Fx_create_frame): Follow other ports in
5952 determining visibility; default to t. Ensure async_visible is set.
15891144 5953
21f73755
EZ
59542009-05-23 Eli Zaretskii <eliz@gnu.org>
5955
5956 * dired.c (Ffile_attributes): Doc fix.
5957
34001e41
CY
59582009-05-22 Chong Yidong <cyd@stupidchicken.com>
5959
5960 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
5961
46306a17
SM
59622009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5963
5964 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
5965 and xfont_scratch_props.
5966 (syms_of_xfont): Do it here instead.
5967 (xfont_find_ccl_program): Delete, unused.
5968 (xfont_open): Delete unused var `i'.
5969
ef6e0694
KH
59702009-05-21 Kenichi Handa <handa@m17n.org>
5971
5972 * fontset.c (Qlatin): Don't make it static.
5973
46306a17
SM
5974 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
5975 New functions.
ef6e0694
KH
5976 (xfont_scripts_cache, xfont_scratch_props): New variables.
5977 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
5978 (xfont_list_pattern): Argument changed. Callers changed.
5979 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
5980 (xfont_list): Don't reject a font spec with :script property.
5981 (xfont_has_char): Fix setting of encoding.
5982 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
5983 xfont_scratch_props.
5984
59852009-05-19 Kenichi Handa <handa@m17n.org>
5986
46306a17 5987 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
5988 Callers changed.
5989
59902009-05-18 Kenichi Handa <handa@m17n.org>
5991
5992 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
5993
ac71ced7
SM
59942009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5995
5996 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
5997 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
5998
1c6d1051
YM
59992009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6000
6001 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
6002 (x_delete_terminal): Dissociate resource database from display and
6003 then call XrmDestroyDatabase before closing display.
6004
9b9b779c
AR
60052009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6006
6007 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
6008 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
6009 whether selected frame is viable before raising it (based on patch
6010 by David Reitter), and improve commentary.
6011 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 6012
cccd42d5
KH
60132009-05-15 Kenichi Handa <handa@m17n.org>
6014
6015 * font.c (Ffont_spec): Check arguments.
6016
337fbd17
CY
60172009-05-14 Chong Yidong <cyd@stupidchicken.com>
6018
6019 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
6020 weight when testing attributes (Bug#3282).
6021
47a6002f
JD
60222009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6023
6024 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
6025 what we expect to get in the next ConfigureNotify event.
6026
9cb363db
YM
6027 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
6028 before Xft one (Bug#1696).
6029
b9126609
CY
60302009-05-07 David Reitter <david.reitter@gmail.com>
6031
6032 * nsfns.m (Fx_display_planes): Compute bitplanes using
6033 NSBitsPerPixelFromDepth (Bug#3207).
6034
27a69fd9
CY
60352009-05-10 Chong Yidong <cyd@stupidchicken.com>
6036
6037 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
6038
00f37552
TTN
60392009-05-10 Ulrich Mueller <ulm@gentoo.org>
6040
6041 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
6042
2d82a920
DR
60432009-05-07 David Reitter <david.reitter@gmail.com>
6044
ec7709ba
JB
6045 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
6046 Respect mouse face background.
2d82a920 6047
46b0d52d
DR
60482009-05-07 David Reitter <david.reitter@gmail.com>
6049
ec7709ba
JB
6050 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
6051 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
6052 in ns_update_begin and ns_update_end.
6053
ce1b23bb
SM
60542009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6055
5996e1b7
SM
6056 * nsfns.m (ns_get_screen): Rewrite.
6057 Don't presume selected-frame is of type `ns'.
6058
ba98e3a0
SM
6059 * font.c (font_update_drivers): Sanity fallback to avoid disabling
6060 all drivers.
6061
ce1b23bb
SM
6062 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
6063
bcda200f
YM
60642009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6065
6066 * keyboard.h (add_user_signal): Fix typo in extern.
6067
6068 * lisp.h (add_user_signal): Remove extern.
6069
6070 * unexelf.c (unexec): Consider a section to precede the .bss section
6071 if its addresses overlap that of .bss.
6072 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
6073 instead of dumping process.
6074
864660a2
SM
60752009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6076
6077 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
6078
50da4e56
SM
60792009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6080
6081 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
6082
51520a1a
DN
60832009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
6084
6085 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
6086 any statements.
6087
409ea3a1
AS
60882009-05-02 Andreas Schwab <schwab@linux-m68k.org>
6089
59c4c60f
AS
6090 * process.c (read_process_output): Make sure the current buffer is
6091 always restored.
6092
409ea3a1
AS
6093 * coding.c (record_conversion_result): Don't modify
6094 Vlast_code_conversion_error for successful result.
6095 (alloc_destination): Don't clobber conversion result. (Bug#1650)
6096
56f00ed2
KH
60972009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6098
6099 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 6100 (load_charset_map): Remove unnecessary code.
56f00ed2 6101
4491c9d2
DR
61022009-04-30 David Reitter <david.reitter@gmail.com>
6103
35f5b128 6104 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
6105 through f24.
6106
6970f632
CY
61072009-04-30 Chong Yidong <cyd@stupidchicken.com>
6108
6109 * xfaces.c (face_at_buffer_position): New arg base_face_id.
6110
6111 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
6112 face_at_buffer_position.
6113 (face_before_or_after_it_pos, get_next_display_element)
6114 (note_mouse_highlight): Update face_at_buffer_position call.
6115
6116 * term.c (term_mouse_highlight):
6117 * msdos.c (IT_note_mouse_highlight):
6118 * fontset.c (Finternal_char_font):
35f5b128 6119 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
6120
6121 * dispextern.h (face_at_buffer_position): Update prototype.
6122
0c616f63
KH
61232009-04-30 Kenichi Handa <handa@m17n.org>
6124
35f5b128 6125 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 6126
ad3aaf33
AS
61272009-04-29 Andreas Schwab <schwab@linux-m68k.org>
6128
6129 * callproc.c (Fcall_process): Fix GC protection. Make sure
6130 current buffer is always restored.
6131
c3c963a0
YM
61322009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6133
6134 * atimer.c (init_atimer): Also clear stopped_atimers.
6135
6136 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
6137
7e3386cb
YM
6138 * process.c (create_process): Clean up merger residues of
6139 2008-07-17 change.
6140
91f68422
CY
61412009-04-29 Ulrich Mueller <ulm@gentoo.org>
6142
6143 * lread.c (Vread_circle): New variable.
6144 (read1): Disable recursive read if Vread_circle is nil.
6145
24b34550
KH
61462009-04-29 Kenichi Handa <handa@m17n.org>
6147
6148 * fontset.h (set_default_ascii_font): Delete extern.
6149
6150 * fontset.c (set_default_ascii_font): Delete this unused function.
6151
6152 * frame.c (x_set_font): When ARG is a font-object, check if the
6153 font-object matches with the ASCII font-spec of the frame's
9c358bda 6154 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 6155
77bf07e1
AS
61562009-04-28 Andreas Schwab <schwab@linux-m68k.org>
6157
6158 * fns.c (Flocale_info): Protect vector from GC during decoding.
6159
6160 * process.c (Fstart_process): Protect argv strings from GC during
6161 encoding.
6162
2c55aacf
AS
61632009-04-27 Andreas Schwab <schwab@linux-m68k.org>
6164
6165 * sysdep.c: Include <ctype.h>.
6166
b892d3c9
DR
61672009-04-27 David Reitter <david.reitter@gmail.com>
6168
35f5b128 6169 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
6170 Remove commented-out code.
6171
9d0644c4
JB
61722009-04-26 Johan Bockgård <bojohan@gnu.org>
6173
6174 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6175
b7053016
JR
61762009-04-25 Jason Rumney <jasonr@gnu.org>
6177
6178 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
6179
4e8231f3
YM
61802009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6181
6182 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
6183 Swap bytes in short integer if fringe bitmap width > 8.
6184
493dcf2c
KH
61852009-04-23 Kenichi Handa <handa@m17n.org>
6186
6187 * xfaces.c (Fx_list_fonts): If a font size is specified in
6188 PATTERN, set it in returned scalable fonts.
6189
401e9e57
CY
61902009-04-22 Chong Yidong <cyd@stupidchicken.com>
6191
708e05dc
CY
6192 * keyboard.c (Fset_input_meta_mode): Doc fix.
6193
6194 * dispnew.c (Fsend_string_to_terminal): Doc fix.
6195
1ac9108a 6196 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
6197
6198 * coding.c (Fterminal_coding_system): Doc fix.
6199
6200 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
6201 (Fx_display_pixel_height, Fx_display_planes)
6202 (Fx_display_color_cells, Fx_server_max_request_size)
6203 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
6204 (Fx_display_mm_height, Fx_display_mm_width)
6205 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
6206 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
6207 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
6208 (check_x_display_info): Handle terminal objects instead of
6209 terminal ids.
6210
401e9e57
CY
6211 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
6212 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
6213 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
6214 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 6215
df80c7f0
KH
62162009-04-21 Kenichi Handa <handa@m17n.org>
6217
5a8f12af 6218 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 6219 (font_score): Check AVGWIDTH too.
908567ef 6220
df80c7f0
KH
6221 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
6222 worst case.
1ac9108a
SM
6223 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
6224 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 6225
705af33f
JR
62262009-04-19 Jason Rumney <jasonr@gnu.org>
6227
6228 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 6229 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
6230
6231 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
6232 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
6233 get_phys_cursor_geometry.
6234
b71ac3dd 6235 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
6236 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
6237 using get_phys_cursor_geometry.
6238
6239 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
6240 correctly calculated.
6241
dc2933eb
JD
62422009-04-19 Jan Djärv <jan.h.d@swipnet.se>
6243
1ac9108a
SM
6244 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
6245 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
6246 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
6247 is deprecated.
6248
973e7849
AS
62492009-04-18 Andreas Schwab <schwab@linux-m68k.org>
6250
6251 * font.c (font_put_frame_data): Use xfree instead of free.
6252
314d66f4
JB
62532009-04-17 Juanma Barranquero <lekktu@gmail.com>
6254
6255 * w32font.c (Qja, Qko): Remove declarations.
6256 (syms_of_w32font): Don't DEFSYM them.
6257
cf702558
CY
62582009-04-17 Chong Yidong <cyd@stupidchicken.com>
6259
6260 * font.c (Qja, Qko): Move definitions here from ftfont.c.
6261
6262 * font.h (Qja, Qko): Extern them.
6263
6264 * ftfont.c (Qja, Qko): Remove declarations.
6265
6266 * xfont.c (Qja, Qko): Remove declarations.
6267
b50504f5
KH
62682009-04-17 Kenichi Handa <handa@m17n.org>
6269
bde25748
KH
6270 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
6271 string from a vector to handle Latin-1 characters correctly.
6272
b50504f5
KH
6273 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
6274 entity even if the cache hits.
6275
f4646fff
AS
62762009-04-16 Andreas Schwab <schwab@linux-m68k.org>
6277
6278 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 6279 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 6280
e7deaab0
AS
6281 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
6282 * lisp.h: Adjust prototypes.
6283
0a0e7d49
CY
62842009-04-16 Chong Yidong <cyd@stupidchicken.com>
6285
6286 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
6287 change (Bug#3003).
6288
3c908a57
KH
62892009-04-16 Kenichi Handa <handa@m17n.org>
6290
1ac9108a 6291 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
6292
6293 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
6294 adstyle.
6295
6296 * ftfont.c (Qja, Qko): Don't make them static.
6297 (enum ftfont_cache_for): New enum.
6298 (fc_charset_table): Undo the previous change.
6299 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
6300 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
6301 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
6302 non-scarable font, try to get AVERAGE_WIDTH.
6303 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
6304 Change ft_face_cache from a list of a hash-table. Don't check
6305 `ja' and `ko' adstyle here.
6306 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
6307 FTFONT_CACHE_FOR_CHARET.
6308 (ftfont_get_charset): Undo the previous change.
1ac9108a 6309 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
6310 (ftfont_close): Likewise.
6311 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
6312
6313 * font.c (font_sort_entites): Change the meaning of the arg
6314 BEST-ONLY. Don't optimize for VEC of lenght 1.
6315 (font_select_entity): Just return the value of font_sort_entites.
6316
6317 * xfaces.c (merge_face_vectors): Reflect font properties in
6318 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
6319 font_clear_prop if a face attribute doesn't change.
6320
3c908a57
KH
6321 * charset.h (charset_ksc5601): Extern it.
6322
6323 * charset.c (charset_ksc5601): New variable.
6324 (Fdefine_charset_internal): Set charset_ksc5601.
6325 (init_charset_once): Initialize charset_ksc5601 to -1.
6326
d65859c3
DN
63272009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
6328
6329 * fileio.c (history_delete_duplicates): Remove unused declaration.
6330
6331 * callint.c (history_delete_duplicates): New declaration.
6332 (Fcall_interactively): Remove command history duplicates when
6333 history_delete_duplicates is true.
6334
3ba010e5
EZ
63352009-04-14 Eli Zaretskii <eliz@gnu.org>
6336
6337 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
6338
06f19b91
KH
63392009-04-14 Kenichi Handa <handa@m17n.org>
6340
6341 * font.c (Ffont_info): Fix docstring. Fix the second element of
6342 the returned value (bug#2949).
6343
2cce8bfc
CY
63442009-04-14 Chong Yidong <cyd@stupidchicken.com>
6345
6346 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
6347
d156542d
KH
63482009-04-14 Kenichi Handa <handa@m17n.org>
6349
6350 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
6351 encoding charset is ascii_compatible.
6352
6353 * charset.c (Fdefine_charset_internal): Make charset
6354 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
6355 code_offset is 0, and covers all ASCII characters.
6356
86fa089e
SM
63572009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6358
6359 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
6360 (ns_string_to_pasteboard_internal):
6361 * nsmenu.m (process_dialog):
6362 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
6363 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
6364 * lisp.h (Fx_load_color_file): Declare.
6365
a8a3728b
KH
63662009-04-13 Kenichi Handa <handa@m17n.org>
6367
1ac9108a 6368 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
6369 (font_select_entity): Suppress the code to optimize for the same
6370 kind of fonts.
6371 (font_load_for_lface): Get a font that supports at least ASCII
6372 characters.
6373
6374 * ftfont.c (Qja, Qko): New variables.
6375 (fc_charset_table): Delete uniquifier data for iso8859-1.
6376 (ftfont_get_latin1_charset): New function.
6377 (get_adstyle_property): New function.
6378 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
6379 bitmap fonts.
6380 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
6381 Delete iso-8859-1 range from the charset of fonts whose adstyle is
6382 `ko' or `ja'.
6383 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 6384 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
6385 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
6386 property.
6387 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
6388 (syms_of_ftfont): DEFSYM Qja and Qko.
6389
483670b5
KH
63902009-04-09 Kenichi Handa <handa@m17n.org>
6391
12b55765
KH
6392 * charset.c (map_charset_chars): For a charset of `superset'
6393 method, fix calculation of code range.
6394
483670b5
KH
6395 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
6396 from the list of extra properties.
6397 (font_clear_prop): Be sure to delete `:name' font property.
6398
57d3b93b
KH
63992009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6400
b4b2c2ca
YM
6401 * dispnew.c (redraw_overlapping_rows): Fix detection of
6402 overlapping for topmost and bottommost rows.
6403
1ac9108a 6404 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 6405
472c3609
JR
64062009-04-06 Jason Rumney <jasonr@gnu.org>
6407
6408 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
6409
ab193662
KH
64102009-04-06 Kenichi Handa <handa@m17n.org>
6411
6412 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
6413
6414 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
6415
0c26f026
KH
64162009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6417
6418 * ftfont.c (ftfont_open): Fix checking of the return value of
6419 FT_Load_Char. Fix setting font->underline_thickness.
6420
e173bbce
CY
64212009-04-04 Chong Yidong <cyd@stupidchicken.com>
6422
6423 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
6424 (Fterminal_parameters, Fterminal_parameter)
6425 (Fset_terminal_parameter): In doc string, refer to terminal
6426 objects rather than terminal ids.
6427
693a2698
EZ
64282009-04-04 Eli Zaretskii <eliz@gnu.org>
6429
6430 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
6431 ret_lim_data. (Bug#2867)
6432
d5221487
CY
64332009-04-03 Chong Yidong <cyd@stupidchicken.com>
6434
6435 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
6436 so they don't get wider than the window, matching 2006-01-23
6437 change to the partner function in xdisp.c (Bug#2800).
6438
223509a3
KH
64392009-04-03 Kenichi Handa <handa@m17n.org>
6440
6441 * print.c (print_object): Make each lowest sub_char_table start a
6442 new line (Bug#2866).
6443
74fcd0b1
KH
64442009-04-02 Kenichi Handa <handa@m17n.org>
6445
6446 * fontset.c (fontset_font): Record no-font when a fontset
6447 explicitly tells not to try another font-specs.
6448
c542407d
SM
64492009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
6450
6451 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
6452
e3869731
KH
64532009-03-30 Kenichi Handa <handa@m17n.org>
6454
d8d2f142
KH
6455 * fontset.c (fontset_from_font): Specify only registry in a
6456 font-spec for all characters supported by that registry.
6457
e3869731
KH
6458 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
6459 even if HAVE_M17N_FLT is not defined.
6460
5da5f805
CY
64612009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
6462
6463 * ftfont.c: Conditionalize prototyping and use of
6464 ftfont_variation_glyphs.
6465
ab226c50
SM
64662009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6467
9628fed7
SM
6468 * frame.c (delete_frame): Work around compiler bug.
6469
6470 * editfns.c (general_insert_function): Adjust to insdel.c changes.
6471 * insdel.c (prepare_to_modify_buffer, signal_before_change):
6472 Some more EMACS_INT.
6473 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
6474
6475 * xdisp.c (dump_glyph): Fix typo.
6476
ae19ba7c
SM
6477 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
6478 (adjust_markers_gap_motion, adjust_markers_for_delete)
6479 (adjust_markers_for_insert, adjust_point)
6480 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
6481 (make_gap, copy_text, count_size_as_multibyte, insert)
6482 (insert_and_inherit, insert_before_markers)
6483 (insert_before_markers_and_inherit, insert_1)
6484 (count_combining_before, count_combining_after, insert_1_both)
6485 (insert_from_string, insert_from_string_before_markers)
6486 (insert_from_string_1, insert_from_gap, insert_from_buffer)
6487 (insert_from_buffer_1, adjust_after_replace)
6488 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
6489 (replace_range_2, del_range, del_range_1, del_range_byte)
6490 (del_range_both, del_range_2, modify_region)
6491 (prepare_to_modify_buffer, signal_before_change)
6492 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
6493 for buffer positions and sizes.
6494 * lisp.h: Adjust prototypes accordingly.
6495
6496 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
6497 (non_regular_inserted, non_regular_nbytes, read_non_regular)
6498 (Finsert_file_contents): Use EMACS_INT for buffer positions.
6499
ab226c50
SM
6500 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
6501
46dfb8fb
JD
65022009-03-27 Jan Djärv <jan.h.d@swipnet.se>
6503
6504 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
6505 lines and columns so we keep the same pixel height and width.
6506
6507 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
6508 the property _NET_WM_STATE has changed.
46dfb8fb
JD
6509 (x_handle_net_wm_state): New function to update frame parameter
6510 fullscreen.
6511 (x_term_init): Initialize atoms for _NET_WM_STATE.
6512
6513 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
6514
d347e494
SM
65152009-03-27 Kevin Ryde <user42@zip.com.au>
6516
6517 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
6518 Gpm_GetEvent as an error that justifies closing the filedescriptor.
6519 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
6520 (Fgpm_mouse_stop): Pass that new parameter.
6521 * termhooks.h (close_gpm): Adjust prototype.
6522
84db11d6
SM
65232009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6524
c95a5008
SM
6525 * lisp.h (Fx_focus_frame): Declare.
6526
84db11d6
SM
6527 * callint.c (Fcall_interactively): For '^' just delegate the work to
6528 handle-shift-selection.
6529 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
6530
0a1958d6
CY
65312009-03-24 Chong Yidong <cyd@stupidchicken.com>
6532
0bfdff23
CY
6533 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
6534
0a1958d6
CY
6535 * data.c (Qinteractive_form): New variable.
6536 (Finteractive_form): Use it.
6537
6538 * eval.c (Fcommandp): Use Qinteractive_form.
6539
58aec0d6
JR
65402009-03-24 Jason Rumney <jasonr@gnu.org>
6541
6542 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
6543 Calculate total size precisely. Decode environment variables
6544 before substituting. (Bug#38)
6545
553dd618
KH
65462009-03-24 Kenichi Handa <handa@m17n.org>
6547
6548 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 6549 encoding (Bug#2722).
553dd618 6550
c39ea606
JD
65512009-03-23 Jan Djärv <jan.h.d@swipnet.se>
6552
6553 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
6554 that gdpy is set.
6555
bc9b2b5e
AM
65562009-03-22 Alan Mackenzie <acm@muc.de>
6557
6558 * callint.c (Finteractive): Clarify the doc string - even
6559 promptless elements need \n separators.
6560
9f995a76
JR
65612009-03-22 Jason Rumney <jasonr@gnu.org>
6562
6563 * w32term.c (syms_of_w32term): Doc fix for
6564 x-use-underline-position-properties.
6565
22749e9a
EZ
65662009-03-21 Eli Zaretskii <eliz@gnu.org>
6567
6568 * w32.c (getpwuid): Change argument type to unsigned.
6569 (struct w32_id): Change type of `rid' member to unsigned.
6570 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
6571 argument ID to unsigned. All callers changed.
6572 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
6573
e00553bf
EZ
65742009-03-20 Eli Zaretskii <eliz@gnu.org>
6575
6576 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
6577 negative, produce a float value.
6578
6579 * dired.c (make_uid, make_gid): New functions.
6580 (Ffile_attributes): Use them to avoid negative UID and GID.
6581
f761d6b6
JB
65822009-03-20 Juanma Barranquero <lekktu@gmail.com>
6583
6584 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
6585 (syms_of_keyboard) <command-hook-internal, input-method-function>:
6586 Fix typos in docstrings.
6587
d507f8d7
KH
65882009-03-19 Kenichi Handa <handa@m17n.org>
6589
6590 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
6591 changed, use font_load_for_lface to get a new font object.
6592 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
6593
6594 * frame.c (x_set_font): Handle the case that ARG is a cons.
6595
c68845e0
GM
65962009-03-19 Glenn Morris <rgm@gnu.org>
6597
6598 * fileio.c (Fsubstitute_in_file_name): Doc fix.
6599
bfa49dd1
CY
66002009-03-19 Chong Yidong <cyd@stupidchicken.com>
6601
6602 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
6603
8458d4c1
KH
66042009-03-19 Kenichi Handa <handa@m17n.org>
6605
6606 * charset.c (load_charset_map_from_file): When a mapfile can't be
6607 loaded, signal an error.
6608
78e7d1fe
EZ
66092009-03-18 Eli Zaretskii <eliz@gnu.org>
6610
6611 * dired.c (Ffile_attributes): Make sure UID and GID are always
6612 positive, even if the value is too large for a positive EMACS_INT.
6613 Doc fix.
6614
6615 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
6616
5da9fdfa
YM
66172009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6618
6619 * xmenu.c (xdialog_show): Move Fredisplay call ...
6620 (Fx_popup_dialog): ... here.
6621
7519c40d
SM
66222009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6623
6624 * dired.c (file_name_completion): Disable the first optimization just
6625 installed, since it is not implemented correctly.
6626
2cd298e2
SM
66272009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 6630 only if the entry can affect bestmatch.
2cd298e2
SM
6631 Stop the search early, as Ftry_completion already does.
6632
48d37adf
CY
66332009-03-17 Chong Yidong <cyd@stupidchicken.com>
6634
e10c9c93 6635 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 6636
9286b16a
CY
66372009-03-15 Chong Yidong <cyd@stupidchicken.com>
6638
6639 * keyboard.c (parse_menu_item): Don't display remappings as menu
6640 equivalent bindings (Bug#788).
6641
f7b146dc
JR
66422009-03-15 Jason Rumney <jasonr@gnu.org>
6643
6644 * w32term.h (WM_EMACS_PAINT): New message.
6645 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
6646 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
6647 before passing to lisp thread. (Bug#950)
6648
f761d6b6 66492009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 6650
d93f9575
CY
6651 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
6652 variable as it was never reset.
6653 (ns_term_init): Remove initialization of Lisp-settable defaults
6654 and ns_expand_space.
6655 (-setPanelFromDefaultValues): Remove ns_expand_space.
6656 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
6657 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
6658 i.e. no additional spacing, similar to Carbon port.
6659
d93f9575
CY
6660 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
6661 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 6662
305018ec
JD
66632009-03-14 Jan Djärv <jan.h.d@swipnet.se>
6664
6665 * sound.c (alsa_configure): Remove call to deprecated
6666 snd_pcm_sw_params_set_xfer_align.
6667
f761d6b6 66682009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
6669
6670 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
6671 after clicking in a detached tool bar.
6672 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
6673
46e722a9
SM
66742009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6675
348db3dd
SM
6676 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
6677 int/Lisp_Object mixup).
46e722a9 6678
a3d16f39
KH
66792009-03-13 Kenichi Handa <handa@m17n.org>
6680
6681 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 6682 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
6683 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
6684 (set_fontset_font): Change ARG to a vector. Handle range_list in
6685 ARG correctly.
6686 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 6687 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
6688 the above change.
6689 (fontset_from_font): Fix previous change.
fe24f56a 6690 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
6691 entry. If FONTSET is the default fontset, don't set the extra
6692 slot of the returning char-table.
6693
b066e6b6
JB
66942009-03-12 Juanma Barranquero <lekktu@gmail.com>
6695
6696 * nsfns.m (Fx_close_connection): Doc fix.
6697 (Fns_do_applescript): Reflow docstring.
6698 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
6699 (Fx_display_pixel_width, Fx_display_pixel_height)
6700 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
6701 Fix typos in docstrings.
6702 (Fns_set_alpha): Fix typos in error messages.
6703
d472514e 67042009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 6705
d472514e 6706 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
6707 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
6708 were used for such events.
6709
d472514e
JB
6710 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
6711 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 6712
d472514e 6713 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
6714 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
6715
fb930676
KH
67162009-03-11 Kenichi Handa <handa@m17n.org>
6717
ff85581a
KH
6718 * font.h (font_open_by_spec): Extern it.
6719
c50b7e98
KH
6720 * font.c (font_open_by_spec): New function.
6721 (font_open_by_name): Use font_open_by_spec.
6722
fb930676
KH
6723 * frame.c (x_set_font): When ARG is a font-object, don't alter the
6724 fontset of the frame.
6725
6726 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
6727 modify the default font of frames that use this fontset.
6728 (num_auto_fontsets): New variable.
6729 (fontset_from_font): Use num_auto_fontsets to decide a fontset
6730 name. Be sure to set FONTSET_ASCII to the correct font name.
6731 (update_auto_fontset_alist): New function.
6732
df4e8455
JB
67332009-03-11 Juanma Barranquero <lekktu@gmail.com>
6734
6735 * makefile.w32-in: Update dependencies.
6736
0a375797
AR
67372009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6738
6739 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
6740
61313fa3
SM
67412009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6742
6743 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
6744
b55103fb
CY
67452009-03-10 Chong Yidong <cyd@stupidchicken.com>
6746
6747 * lread.c (Feval_buffer): Doc fix.
6748
dde2559c
KH
67492009-03-09 Kenichi Handa <handa@m17n.org>
6750
6751 * charset.c (Qfile_name_handler_alist): Extern it.
6752 (load_charset_map_from_file): Temporarily bind
6753 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
6754
df4e8455 67552009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 6756
47f588bb
GM
6757 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
6758 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 6759
4ddf94bd
AR
67602009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6761
4c9bdfc2
AR
6762 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
6763 (x_set_window_size): Change back to calculated method of setting
6764 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
6765 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
6766 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
6767
fe41ae9e
AR
6768 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
6769
4c9bdfc2
AR
6770 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
6771 accelerator in parens under GNUstep.
6772
825d0875
KH
67732009-03-06 Kenichi Handa <handa@m17n.org>
6774
6775 These changes are to detect incorrect composition sequence without
f3b3be74 6776 looking ahead the source. (Bug#2370)
825d0875
KH
6777
6778 * coding.h: Include "composite.h".
6779 (enum compisition_state): New enum.
6780 (struct compisition_status): New struct.
6781 (struct iso_2022_spec): New member cmp_status.
6782 (struct emacs_mule_spec): New struct.
6783 (struct coding_system): New members ctext_extended_segment_len and
6784 embedded_utf_8. Change the union member
6785 spec.emacs_mule_full_support to spec.emacs_mule.
6786
6787 * coding.c (CODING_ISO_CMP_STATUS): New macro.
6788 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 6789 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
6790 (ADD_COMPOSITION_DATA): New arg nbytes.
6791 (emacs_mule_char): New arg cmp_status.
6792 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
6793 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
6794 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
6795 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
6796 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
6797 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
6798 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
6799 (EMACS_MULE_COMPOSITION_END): New macro.
6800 (emacs_mule_finish_composition): New function.
6801 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
6802 (decode_coding_emacs_mule): Avoid long looking ahead while
6803 handling composition.
6804 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
6805 (ENCODE_COMPOSITION_RULE): New macro.
6806 (finish_composition): New function.
6807 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
6808 (DECODE_COMPOSITION_START): New implementation.
6809 (DECODE_COMPOSITION_END): Likewise.
6810 (STORE_COMPOSITION_RULE): New macro.
6811 (decode_coding_iso_2022): Avoid long looking ahead while handling
6812 composition, CTEXT extended segment, and embedded UTF-8.
6813 (setup_coding_system): For a coding of type iso-2022, reset
6814 CODING_ISO_EXTSEGMENT_LEN (coding) and
6815 CODING_ISO_EMBEDDED_UTF_8 (coding).
6816 (get_translation): Delete arguments last_block, from_nchars,
6817 to_nchars. Callers changed.
6818 (produce_chars): Don't modify charbuf. Adjusted for the change of
6819 get_translation.
98a326f7 6820 (produce_composition): Adjust for the new annotation sequence.
825d0875 6821 (handle_composition_annotation): Likewise.
98a326f7 6822 (consume_chars): Adjust for the change of get_translation.
825d0875 6823
ccbc4452
AR
68242009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
6825
4ddf94bd 6826 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 6827
988a7ddb
KH
68282009-03-05 Kenichi Handa <handa@m17n.org>
6829
6830 * font.c (font_select_entity): New function.
6831 (font_find_for_lface): Use font_select_entity to select a font.
6832
6833 * fontset.c (fontset_find_font): If a font found without
a8a3728b 6834 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
6835 font with C restriction.
6836
98a326f7 68372009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 6838
be1bce46 6839 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 6840
10ea2b82
JR
68412009-03-04 Jason Rumney <jasonr@gnu.org>
6842
2c93b248 6843 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 6844 characters that have already been read. (Bug#2569)
2c93b248 6845
10ea2b82
JR
6846 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
6847 Log an error message if check_image_size failed.
6848 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 6849 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 6850
71a0c011
EZ
68512009-03-02 Eli Zaretskii <eliz@gnu.org>
6852
6853 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
6854 when decoding process output.
6855
2f63bba8
RS
68562009-03-01 Richard M Stallman <rms@gnu.org>
6857
6858 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
6859
6860 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
6861
0a9564cb
EZ
68622009-02-28 Eli Zaretskii <eliz@gnu.org>
6863
6864 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
6865 (decode_coding_emacs_mule, decode_coding_iso_2022)
6866 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6867 (decode_coding_raw_text, decode_coding_charset)
6868 (setup_coding_system, decode_eol, decode_coding, consume_chars):
6869 Honor inhibit-eol-conversion. (Bug #2186)
6870
449148b3
JR
68712009-02-28 Jason Rumney <jasonr@gnu.org>
6872
6873 * coding.c (detect_coding_charset): If not checking latin extra,
6874 fail on characters between 0x80 and 0xA0. (Bug#2354)
6875
a4aee864
EZ
68762009-02-28 Eli Zaretskii <eliz@gnu.org>
6877
6878 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 6879 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 6880
d88bee5a
GM
68812009-02-27 Glenn Morris <rgm@gnu.org>
6882
6883 * callint.c (Finteractive): Doc fix.
6884
a808f22d
KH
68852009-02-27 Kenichi Handa <handa@m17n.org>
6886
6887 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
6888
caf8d60c
CY
68892009-02-27 Chong Yidong <cyd@stupidchicken.com>
6890
6891 * font.c (font_style_to_value): Set value for unknown symbols to
6892 100 instead of 255.
b61137ea
CY
6893 (weight_table, slant_table, width_table): Treat "unspecified" as
6894 the default value.
caf8d60c 6895
1a0de25c
JB
68962009-02-26 Juanma Barranquero <lekktu@gmail.com>
6897
6898 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
6899
8fc45744
JB
69002009-02-25 Juanma Barranquero <lekktu@gmail.com>
6901
107bd7d1
JB
6902 * lread.c (Fload): Stop checking Vloads_in_progress and signal
6903 error as soon as a recursive load is detected.
8fc45744 6904
f097e223
AR
69052009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6906
6907 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
6908 before caching.
6909
8810a12f
KH
69102009-02-24 Kenichi Handa <handa@m17n.org>
6911
6912 * fontset.c (fontset_find_font): Fix the condition for checking
6913 unavailable font.
6914
2c7d1565
GM
69152009-02-24 Glenn Morris <rgm@gnu.org>
6916
6917 * xfaces.c (Finternal_set_font_selection_order): Remove leading
6918 whitespace that confuses documentation.
6919
a20878b6
MB
69202009-02-23 Miles Bader <miles@gnu.org>
6921
6922 * process.c (Flist_system_processes, Fprocess_attributes)
6923 (syms_of_process): Rename `system-process-attributes' to
6924 `process-attributes'.
6925
b3b58c01
AS
69262009-02-22 Andreas Schwab <schwab@linux-m68k.org>
6927
1b3b981b
AS
6928 * coding.h (struct coding_system): Make safe_charsets a pointer to
6929 unsigned char.
6930 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
6931 being 255.
6932 (SAFE_CHARSET_P): Likewise.
6933 (setup_iso_safe_charsets): Properly setup safe_charsets.
6934 (Fdefine_coding_system_internal): Likewise.
6935 (setup_coding_system): Likewise. Remove unneeded casts.
6936 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
6937 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
6938 unneeded casts.
6939
b3b58c01
AS
6940 * insdel.c (del_range_2): Don't modify gap contents when called
6941 from decode_coding_object. (Bug#1809)
6942
0b6f228c
CY
69432009-02-21 Chong Yidong <cyd@stupidchicken.com>
6944
6945 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
6946 Qfont_object.
6947 (Ftype_of): Recognize font objects.
6948
6949 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
6950
6951 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
6952 moved to data.c.
6953
52f8870b
AR
69542009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6955
6956 * nsterm.m (x_make_frame_invisible): Unset async_visible,
6957 async_iconified. Based on a patch by Christian Lynbech
6958 <christian.lynbech@tieto.com>.
6959 (EmacsView-windowDidMiniaturize:): Unset async_visible.
6960
7087d5e9
GM
69612009-02-20 Glenn Morris <rgm@gnu.org>
6962
6963 * syntax.c (Fskip_chars_forward): Fix doc typo.
6964
41d2ceef
CY
69652009-02-20 Chong Yidong <cyd@stupidchicken.com>
6966
6967 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
6968
1a3b7ca6
CY
69692009-02-19 Chong Yidong <cyd@stupidchicken.com>
6970
6971 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
6972
73cce38d
KH
69732009-02-19 Kenichi Handa <handa@m17n.org>
6974
6975 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 6976 Don't overflow coding->carryover. (Bug#2370)
73cce38d 6977
a51092ee
DN
69782009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
6979
6980 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
6981
c423ecca
KH
69822009-02-18 Kenichi Handa <handa@m17n.org>
6983
6984 * font.c (font_check_otf_features): Fix handling of `nil' element.
6985 (Ffont_spec): Describe :lang and :otf in the docstring.
6986
4c1958f4
AS
69872009-02-16 Andreas Schwab <schwab@suse.de>
6988
6989 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
6990 string.
6991
5704f39a
KH
69922009-02-16 Kenichi Handa <handa@m17n.org>
6993
6994 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 6995 (Bug#1723)
5704f39a 6996
8f0085aa
CY
69972009-02-14 Chong Yidong <cyd@stupidchicken.com>
6998
a057d86a 6999 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
7000
7001 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
7002 (handle_line_prefix): Suppress wrapping of wrap prefixes.
7003
aff01dd9
EZ
70042009-02-14 Eli Zaretskii <eliz@gnu.org>
7005
7006 * msdos.c (MAX_SCREEN_BUF): New macro.
7007 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
7008 Encode the entire run of glyphs sharing the same face, instead of
7009 doing that one glyph at a time (fixes a bug with displaying
7010 double-size characters).
7011
ba301db3
AR
70122009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
7013
7014 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
7015
7016 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
7017 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 7018 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
7019
7020 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 7021 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 7022
51d861de
SM
70232009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7024
ac146f82 7025 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
7026 invisible areas.
7027
7fed8996
JR
70282009-02-12 Jason Rumney <jasonr@gnu.org>
7029
631ea4fb
JR
7030 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
7031 (add_font_entity_to_list): Call check_face_name even when family
7032 is unspecified.
7033
cb4a3e42
JR
7034 * w32term.c (x_display_pixel_height, x_display_pixel_width):
7035 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 7036 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 7037
7fed8996 7038 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 7039 raster fonts. (Bug#2219)
7fed8996 7040
895416e3
KH
70412009-02-12 Kenichi Handa <handa@m17n.org>
7042
7043 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
7044 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
7045 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 7046 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
7047 (find_automatic_composition): While looking forward and backward,
7048 check static composition. Fix where to stop looking forward.
7049 (composition_adjust_point): Fix checking of static composition.
7050 (Fcomposition_get_gstring): Pay attention to
1dacf998 7051 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
7052
7053 * lisp.h (fast_looking_at): Extern it.
7054
7055 * search.c (fast_looking_at): New function.
7056
51d861de 7057 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
7058 <struct glyph>.u.cmp.to.
7059 (append_composite_glyph): Likewise.
7060
51d861de 7061 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
7062 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
7063 composition.
51d861de 7064 (append_composite_glyph): Adjust for the change of
895416e3
KH
7065 <strcut glyph>.u.cmp.to.
7066
8510724d
JB
70672009-02-11 Juanma Barranquero <lekktu@gmail.com>
7068
7069 * casetab.c (init_casetab_once):
7070 * coding.c (ALLOC_CONVERSION_WORK_AREA):
7071 * font.c (font_update_lface):
7072 * fontset.c (Fnew_fontset):
7073 * ftfont.c (ftfont_drive_otf):
7074 * xfont.c (xfont_open):
7075 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
7076
294fa707
SM
70772009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7078
7079 * fileio.c (Fwrite_region): !NILP -> CONSP.
7080
b5bfebec
AS
70812009-02-10 Andreas Schwab <schwab@suse.de>
7082
7083 * process.c (send_process): Properly relocate pointer into data
adab88bd 7084 when using encoded data. (Bug#2272)
b5bfebec 7085
cb84a2be
KH
70862009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
7087
7088 * coding.c (detect_coding_charset): Fix previous change.
7089
89e09428
JR
70902009-02-08 Jason Rumney <jasonr@gnu.org>
7091
7092 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 7093 disappeared while hourglass was displayed. (Bug #2193)
89e09428 7094
4470a277
AS
70952009-02-07 Andreas Schwab <schwab@suse.de>
7096
7097 * unexelf.c (unexec): Fix error message.
7098
3175b12a
AR
70992009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
7100
7101 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 7102 when modal window is active. (Bug #2152)
3175b12a
AR
7103 (applicationShouldTerminate:): Remove now-unneeded while loop
7104 around NSRunAlertPanel.
7105
7106 * nsmenu.m (popupSession): New file-global variable.
7107 (pop_down_menu): End the popupSession before closing dialog.
7108 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
7109 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
7110 don't query NSApp for events (just sleep instead).
7111
8434d0b8
EZ
71122009-02-07 Eli Zaretskii <eliz@gnu.org>
7113
51d861de
SM
7114 * coding.c (syms_of_coding) <translation-table-for-input>:
7115 Modify doc string to discourage use for character code unification.
8434d0b8 7116
aa82edfd
CY
71172009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7118
7119 * atimer.c (run_timers): Update pending_atimers.
7120
2d283c7c
CY
71212009-02-06 Chong Yidong <cyd@stupidchicken.com>
7122
eb306cab
CY
7123 * image.c (svg_load_image): Fix last change.
7124
2d283c7c
CY
7125 * xfns.c (Fx_create_frame): Signal an error if no font is
7126 found (Bug#2147).
7127
4d8e170e
JB
71282009-02-05 Juanma Barranquero <lekktu@gmail.com>
7129
7130 * character.c (syms_of_character) <script-representative-chars>:
7131 Fix typo in docstring.
7132
c96169a0
AR
71332009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7134
7135 * nsmenu.m (pop_down_menu): New function.
7136 (ns_popup_dialog): Call it on unwind.
7137 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
7138 call timer_check() (Bug#2154).
7139 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
7140 handling_signal is set.
7141 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
7142
31fd7c5c 7143 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
7144
7145 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
7146
7147 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
7148
51d861de
SM
7149 * keyboard.c (poll_for_input_1, handle_async_input):
7150 Set handling_signal under HAVE_NS.
c96169a0 7151
aacd8ba1
GM
71522009-02-04 Glenn Morris <rgm@gnu.org>
7153
7154 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
7155
4cb75c4b
KH
71562009-02-04 Kenichi Handa <handa@m17n.org>
7157
7158 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
7159
7160 * charset.c (Fchar_charset): New optional arg restriction.
7161
7162 * coding.h (coding_system_charset_list): Extern it.
7163
7164 * coding.c (coding_system_charset_list): New function.
7165
7166 * composite.c: Include coding.h and termhooks.h.
7167 (composition_gstring_p): Fix for the terminal case.
7168 (composition_gstring_width): Likewise.
7169 (fill_gstring_body): Likewise.
7170 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
7171 the frame.
7172 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
7173 is within a composition.
867d4bb3 7174 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
7175
7176 * term.c (encode_terminal_code): Fix handling of composition.
7177 (produce_composite_glyph): For static composition, get pixel_width
7178 from struct composition.
7179
826ba17e
AS
71802009-02-02 Andreas Schwab <schwab@suse.de>
7181
7182 * unexelf.c (unexec): Handle unaligned bss offset.
7183
8ad093db
AR
71842009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7185
7186 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
7187 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 7188
8ad093db
AR
7189 * keyboard.c (handle_interrupt): Don't call
7190 quit_throw_to_read_char() under NS.
d0a76a6e 7191
8ad093db
AR
7192 * blockinput.h: Remove NS-specific code.
7193
4d18a7a2
DN
71942009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
7195
db878925
DN
7196 * dispnew.c (window_change_signal): Don't try to get the size of a
7197 suspended tty frame.
7198 * term.c (Fresume_tty): Resize if the size has changed while the
7199 tty was suspended.
7200
4d18a7a2
DN
7201 * alloc.c (mark_stack): Properly conditionalize previous change.
7202
8984df7c
JB
72032009-01-30 Juanma Barranquero <lekktu@gmail.com>
7204
7205 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
7206 * w32term.c (w32_read_socket) [SYNC_INPUT]:
7207 Remove; this code is not used on Windows.
7208
75f4f1ac
EZ
72092009-01-30 Eli Zaretskii <eliz@gnu.org>
7210
7211 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
7212 EOLs that also has stray ^M characters.
7213
07a1e794
JB
72142009-01-30 Juanma Barranquero <lekktu@gmail.com>
7215
7216 * atimer.c (run_timers, alarm_signal_handler):
7217 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
7218 * w32inevt.c (w32_console_read_socket):
7219 * w32term.c (w32_read_socket):
7220 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
7221
a8b11cc9
CY
72222009-01-30 Chong Yidong <cyd@stupidchicken.com>
7223
7224 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
7225 Initialize it as a relative filename pattern.
7226 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
7227 (Fcall_process_region): Simplify temp file creation using
7228 temporary-file-directory.
7229
c279587b
EZ
72302009-01-29 Eli Zaretskii <eliz@gnu.org>
7231
7232 * msdos.c: Rename pending_signals to msdos_pending_signals.
7233 (sig_suspender, sigprocmask): Adjust.
7234
a8fe3242
CY
72352009-01-29 Chong Yidong <cyd@stupidchicken.com>
7236
7237 * keyboard.c (pending_signals): New var.
7238 (poll_for_input, input_available_signal, init_keyboard): Set it.
7239 (process_pending_signals): New function.
7240
7241 * lisp.h (QUIT): Check pending_signals instead of
7242 interrupt_input_pending. Use process_pending_signals.
7243
51d861de 7244 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 7245
51d861de 7246 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
7247
7248 * sysdep.c (emacs_write): Use process_pending_signals.
7249
7250 * xterm.c (XTread_socket): Update pending_signals.
7251
7252 * w32term.c (w32_read_socket): Update pending_signals.
7253
7254 * w32inevt.c (w32_console_read_socket): Update pending_signals.
7255
6570a1c4
KH
72562009-01-29 Kenichi Handa <handa@m17n.org>
7257
7258 * xftfont.c (xftfont_has_char): New function.
7259 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
7260
d72a4afa
AR
72612009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
7262
7263 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
7264 under GNUstep.
7265 (ns_query_color): New declaration.
7266
7267 * nsterm.m (ns_confirm_quit): New variable.
7268 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
7269 (EmacsApp-applicationShouldTerminate:): Use it.
7270 (EmacsPrefsController): Let user set it.
7271 (ns_query_color): New function.
7272 (ns_defined_color): Use it.
7273 (ns_initialize): Drop.
7274 (ns_term_init): Add two lines from ns_initialize(), and set
7275 input_interrupt_mode to nil.
7276
7277 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 7278 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 7279
9fe78804
KH
72802009-01-28 Kenichi Handa <handa@m17n.org>
7281
7282 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
7283 (fontset_get_font_group): Remember that no font-group is specified
7284 for C.
9fe78804 7285
fa57de36
CY
72862009-01-27 Chong Yidong <cyd@stupidchicken.com>
7287
930600e9
CY
7288 * fns.c (concat): Check for string overflow (bug#1787).
7289
fa57de36
CY
7290 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
7291 Quadruple undo limits (bug#1501).
7292
7179ce7b
KH
72932009-01-27 Kenichi Handa <handa@m17n.org>
7294
7295 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
7296 directly use GT_Get_Char_index.
7297
7298 * xftfont.c (struct xftfont_info): New member `index'.
7299
7300 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 7301 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 7302
5be8fcc0
CY
73032009-01-26 Kenichi Handa <handa@m17n.org>
7304
7305 * fontset.c (fontset_find_font): Fix handling of non-cons return
7306 value of fontset_get_font_group.
7307 (fontset_font): Revert last change.
7308
19ae3e61
JR
73092009-01-26 Jason Rumney <jasonr@gnu.org>
7310
7311 * w32font.c (w32font_list_internal): Return quickly if registry is
7312 unknown. Simplify final return.
7313 (add_font_entity_to_list): Break complex logic down into more
7314 manageable chunks. Move unknown registry check to
7315 w32font_list_internal.
7316
8612b71a
AR
73172009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
7318
7319 Changes to remove Feval calls from GUI under NS.
7320
d8038940
JB
7321 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
7322 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
7323 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
7324
7325 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
7326 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
7327 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
7328 instead of NON_ASCII_KEYSTROKE_EVENT.
7329 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
7330 (EmacsApp-applicationShouldTerminate:): Query user.
7331 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
7332 instead of Feval.
7333
7334 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
7335
7336 * keyboard.c (kbd_buffer_get_event): Check for it.
7337 (keys_of_keyboard): Define lispy keys for
7338 ns-put/unput-working-text.
7339
7340 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
7341 versions.
7342 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
7343
6288ae55
CY
73442009-01-25 Chong Yidong <cyd@stupidchicken.com>
7345
7346 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 7347 setting current_buffer directly. (Bug#2044)
6288ae55 7348
289e7f8f
CY
73492009-01-24 Chong Yidong <cyd@stupidchicken.com>
7350
5ce87308 7351 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 7352 any work. (Bug#1952, bug#1990).
5ce87308 7353
64cc3cf6 7354 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 7355
b3243e6f
AR
73562009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7357
7358 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
7359 (ns_no_defaults): New declaration.
7360 (main): Use it.
e0d2e69a 7361
d900b2af 7362 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 7363
d900b2af 7364 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 7365
d900b2af
AR
7366 * nsterm.m (ns_no_defaults): New variable.
7367 (ns_initialize): Don't read defaults when ns_no_defaults.
7368 (EmacsView-readSelectionFromPasteboard:)
7369 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 7370 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
7371 (ns_dumpglyphs_stretch): New function.
7372 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 7373 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 7374
e0d2e69a
AR
7375 * nsimage.m (setPixmapData:): Set to ignore image DPI.
7376
3ac71f5d
CY
73772009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
7378
7379 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
7380 call for Sparc64.
7381
3fe53a83
AR
73822009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7383
7384 * nsfns.m:
7385 * nsgui.h:
7386 * nsmenu.m:
7387 * nsselect.m:
7388 * nsterm.h:
7389 * nsterm.m: Remove '23' comments that indicated code added during
7390 update from emacs-20 -> emacs-23.
7391
10f87c6f 73922009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
7393
7394 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 7395 ns_alternate_modifier. (Bug#1217)
a3b53a85 7396
c7cef62d
AR
7397 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
7398 Display all shortcuts, including those w/o super modifier.
7399
575fb8bd
AR
7400 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
7401
918b848b
CY
74022009-01-22 Chong Yidong <cyd@stupidchicken.com>
7403
7404 * fileio.c (Vwrite_region_post_annotation_function)
7405 (Vwrite_region_annotation_buffers): New vars.
7406 (build_annotations_unwind): Just reset
7407 Vwrite_region_annotation_buffers.
7408 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
7409 Call write-region-post-annotation-function.
7410 (build_annotations): Add to Vwrite_region_annotation_buffers if
7411 buffer changes.
7412
a39e2539
AR
74132009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7414
7415 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
7416 Tiger.
51d861de
SM
7417 * nsfns.m (ns_do_applescript):
7418 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 7419
35ed44db
AR
74202009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
7421
7422 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
7423
cbe0b5bf
AR
74242009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7425
7426 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 7427
6049d3a0
AR
7428 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
7429
7430 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
7431 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
7432 handle Ctrl-tab. (Bug#1841)
7433 (ns_get_color): Use unsigned long long for scanned hex string value.
7434 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 7435 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 7436 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 7437 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 7438 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 7439 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 7440 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 7441
d3810c21 7442 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 7443 DPI. (Bug#1316)
d3810c21
AR
7444 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
7445 values in onTiger section.
4c7077c3 7446
e301e634
CY
74472009-01-19 Chong Yidong <cyd@stupidchicken.com>
7448
7f82490b
CY
7449 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
7450 Check return value of font_spec_from_name.
64cc3cf6 7451 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
7452
7453 * font.c (font_spec_from_name): Return Qnil if font name could not
7454 be parsed.
7455 (font_parse_name): Treat a `?' character as part of an XLFD.
7456
e301e634
CY
7457 * fns.c (Fsubstring): Doc fix.
7458
1c0db158
KH
74592009-01-19 Kenichi Handa <handa@m17n.org>
7460
51d861de 7461 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
7462 (ftfont_list): Likewise.
7463
acf20901
JB
74642009-01-18 Juanma Barranquero <lekktu@gmail.com>
7465
fff4e459
JB
7466 * dbusbind.c (Fdbus_register_signal):
7467 * process.c (conv_sockaddr_to_lisp):
7468 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
7469
acf20901
JB
7470 * callproc.c (Fgetenv_internal): Doc fix.
7471
e7abcdfb
CY
74722009-01-16 Chong Yidong <cyd@stupidchicken.com>
7473
7474 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
7475 it is not even used.
7476
b60861e6
GM
74772009-01-16 Glenn Morris <rgm@gnu.org>
7478
7479 * font.c (Ffont_variation_glyphs): Silence compiler.
7480
8db52afe
JB
74812009-01-15 Juanma Barranquero <lekktu@gmail.com>
7482
7483 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
7484 Reported by David Robinow <drobinow@gmail.com>.
7485
4cddb209
KH
74862009-01-15 Kenichi Handa <handa@m17n.org>
7487
51d861de 7488 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 7489
f247f67b
JR
74902009-01-14 Jason Rumney <jasonr@gnu.org>
7491
7492 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 7493 never a fontset. (Bug#1562)
f247f67b 7494
f56a4450
KH
74952009-01-14 Kenichi Handa <handa@m17n.org>
7496
7497 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 7498 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 7499
4e99855e
CY
75002009-01-13 Chong Yidong <cyd@stupidchicken.com>
7501
7502 * font.c (font_clear_prop): If clearing the family, clear the font
7503 width index too.
7504
fff4e459 7505 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 7506
24f01470
JB
75072009-01-12 Juanma Barranquero <lekktu@gmail.com>
7508
7509 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
7510 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
7511 functions, use sizeof.
7512
a41240a3
MR
75132009-01-12 Martin Rudalics <rudalics@gmx.at>
7514
7515 * keyboard.c (read_char): Fix case where last_nonmenu_event
7516 returned a bad value with submenus. (Bug#447)
7517
944636b8
CY
75182009-01-12 Chong Yidong <cyd@stupidchicken.com>
7519
7520 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
7521 family, clear the font width index too.
7522
0dad7c6f
JR
75232009-01-11 Jason Rumney <jasonr@gnu.org>
7524
7525 * keyboard.c (cmd_error_internal): Exit when errors occur before
7526 frame creation and not in daemon mode. (Bug#1836)
7527
7c2363af
CY
75282009-01-10 Chong Yidong <cyd@stupidchicken.com>
7529
7530 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
7531 of a display vector, backtrack.
7532 (try_window_reusing_current_matrix): Check glyph type before
7533 referencing charpos member.
7534
97b1b294
EZ
75352009-01-10 Eli Zaretskii <eliz@gnu.org>
7536
7537 Fix Bug #876:
7538
7539 * coding.c (inhibit_null_byte_detection): New variable.
7540 (detect_coding, detect_coding_system): Don't pay attention to null
7541 bytes if inhibit_null_byte_detection is non-zero.
51d861de 7542 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
7543 <inhibit-iso-escape-detection>: Doc fix.
7544
4624b6e3
JR
75452009-01-09 Jason Rumney <jasonr@gnu.org>
7546
7547 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 7548 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
7549 Only report Unicode Plane 2 fonts as unicode-sip.
7550
323b840c
CY
75512009-01-09 Chong Yidong <cyd@stupidchicken.com>
7552
51d861de
SM
7553 * xfaces.c (Fx_font_family_list): Delete function.
7554 Move compatibility version to faces.el.
323b840c 7555
51d861de 7556 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 7557
eba7400d
MR
75582009-01-09 Martin Rudalics <rudalics@gmx.at>
7559
7560 * frame.c (x_set_frame_parameters): Remember requested value for
7561 fullscreen before it's reset by the parameter handler.
7562
4b09796d
GM
75632009-01-09 Glenn Morris <rgm@gnu.org>
7564
7565 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 7566 (last_command_event): ... and update all users.
4b09796d
GM
7567 (last_input_char): For clarity, rename to...
7568 (last_input_event): ... and update all users.
7569 (last-command-char, last-input-char): Move to subr.el as aliases.
7570 * cmds.c, commands.h: Update for last_command_char rename.
7571
14ccea62
CY
75722009-01-08 Chong Yidong <cyd@stupidchicken.com>
7573
51d861de 7574 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 7575
5f004711
JR
75762009-01-08 Jason Rumney <jasonr@gnu.org>
7577
7578 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
7579 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
7580 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
7581 Don't declare.
fff4e459 7582 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
7583 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
7584
b71f6f73
KH
75852009-01-07 Kenichi Handa <handa@m17n.org>
7586
50b06221 7587 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 7588 remember the coding system used for decoding in
50b06221
KH
7589 coding_system (Bug#1039).
7590
b71f6f73 7591 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 7592 breaking the loop. (Bug#870)
b71f6f73
KH
7593 (decode_coding_utf_16, decode_coding_emacs_mule)
7594 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7595 (decode_coding_charset): Likewise.
7596
56f668f7
MR
75972009-01-05 Martin Rudalics <rudalics@gmx.at>
7598
7599 * frame.c (x_set_frame_parameters): Make sure height (width) get
7600 applied when fullwidth (fullheight) is set. (Bug#1522)
7601
5da9424d
JB
76022009-01-04 Juanma Barranquero <lekktu@gmail.com>
7603
7604 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
7605 (utc_base): Declare as ULONGLONG, not long double.
7606 (convert_time_raw): Delete.
7607 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
7608 (initialize_utc_base): New function.
7609 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
7610 (convert_from_time_t): Use initialize_utc_base; compute result with
7611 64-bit arithmetic.
7612 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
7613
c4605e09
EZ
76142009-01-03 Eli Zaretskii <eliz@gnu.org>
7615
9acef61c 7616 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
7617 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
7618 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
7619 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
7620 [!subprocesses]: Define.
7621 (syms_of_process) [!subprocesses]: Intern and staticpro them.
7622 (Flist_system_processes, Fsystem_process_attributes)
7623 [!subprocesses]: Call list_system_processes and
7624 system_process_attributes instead of returning Qnil.
7625
9acef61c
JB
7626 * dosfns.c (system_process_attributes, list_system_processes):
7627 New functions.
c4605e09
EZ
7628
7629 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
7630
7631 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
7632 Don't use the default (no-op) implementation.
7633
8b7d0a16
JR
76342009-01-03 Jason Rumney <jasonr@gnu.org>
7635
a6d46bc1
JR
7636 * keyboard.c (parse_modifiers_uncached): Wheel events are
7637 clicks (bug#687).
7638
8b7d0a16
JR
7639 * w32term.c (x_query_colors, x_query_color): New functions.
7640
7641 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
7642 (svg_load_image): Cast returned pointers from dynamically loaded
7643 functions. Eliminate W32 specific code.
7644
bfe11752
DN
76452009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7646
89e2438a
DN
7647 * nsfns.m (x_set_foreground_color, x_set_background_color)
7648 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
7649 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
7650 x_ prefix instead of ns_. Update references.
7651 (syms_of_nsfns): Add a FIXME comment.
7652
7653 * nsterm.m (x_set_cursor_type): New prototype.
7654 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
7655
bfe11752
DN
7656 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
7657 for Solaris instead of incorrectly providing Qutime and Qcutime.
7658
031da700
EZ
76592009-01-02 Eli Zaretskii <eliz@gnu.org>
7660
7661 * w32.c (process_times): Compute sum of utime and stime.
7662 (system_process_attributes): Add Qtime to the alist.
7663
7664 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
7665 and add them to the alist.
7666
7667 * process.c (top level) <Qtime, Qctime>: New variables.
7668 (syms_of_process): staticpro them.
7669 (Fsystem_process_attributes): Add their documentation to the doc
7670 string.
7671
7672 * process.h: Declare Qtime and Qctime.
7673
df23bf08
JR
76742009-01-02 Jason Rumney <jasonr@gnu.org>
7675
9acef61c 7676 * image.c (Qgobject): New symbol.
df23bf08
JR
7677 (syms_of_image): Initialize it.
7678 (init_svg_functions): Load some functions from gobject library.
7679
5bbdf7aa
DN
76802009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
7681
7682 * frame.c (make_terminal_frame): Remove redundant code and useless
7683 block.
7684
63136da6
AS
76852009-01-01 Andreas Schwab <schwab@suse.de>
7686
7687 * process.c (conv_sockaddr_to_lisp): Add workaround for
7688 getsockname bug on BSD.
7689
9ef69046
CY
76902009-01-01 Chong Yidong <cyd@stupidchicken.com>
7691
d6fafbe0
CY
7692 * xfns.c (x_create_tip_frame): Set border width of the X window.
7693
51d861de 7694 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 7695
f9c34147
JR
76962009-01-01 Jason Rumney <jasonr@gnu.org>
7697
9acef61c 7698 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
7699 Don't block input, as per earlier xterm.c changes.
7700
f5497e45
AR
77012008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
7702
7703 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
7704 (ns_appkit_version_int): New function.
7705 (x-server-version): Use ns_appkit_version_int and follow 21+
7706 convention of returning 3 integers.
7707
c19cab20
KH
77082008-12-30 Kenichi Handa <handa@m17n.org>
7709
7710 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
7711 (CHAR_SURROGATE_PAIR_P): New macro.
7712
7713 * font.h (struct font_driver): New member get_variation_glyphs.
7714
9acef61c 7715 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
7716 (Ffont_variation_glyphs): New function.
7717 (syms_of_font): Defsubr it.
7718
7719 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
7720 ftfont_variation_glyphs.
7721 (setup_otf_gstring): New function.
7722 (ftfont_drive_otf): Use it.
7723 (ftfont_shape_by_flt): Handle variation selector.
7724 (ftfont_variation_glyphs): New function.
7725
28cd591f
MR
77262008-12-30 Martin Rudalics <rudalics@gmx.at>
7727
7728 * frame.c (Vemacs_iconified): Remove.
7729
7f714baf
JR
77302008-12-30 Jason Rumney <jasonr@gnu.org>
7731
7732 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 7733 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 7734
9d2d22ab
CY
77352008-12-30 Chong Yidong <cyd@stupidchicken.com>
7736
7737 * indent.c (Fvertical_motion): Don't advance iterator if we have
7738 reseated to the desired position.
7739
7740 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
7741 checking for pos match.
7742
545312c2
KH
77432008-12-30 Kenichi Handa <handa@m17n.org>
7744
1ede3eb6
KH
7745 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
7746 just get the low 8-bit of the code.
7747
545312c2
KH
7748 * font.c (font_intern_prop): Validate str as multibyte.
7749
bd7bbf29
DN
77502008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7751
31e0750e
DN
7752 * dispextern.h (struct face): Move lface and hash from the middle
7753 of bitfields.
7754
bd7bbf29
DN
7755 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
7756
b5672e7c
DN
77572008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7758
7759 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
7760 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
7761 instead of intervals.h.
7762
d704470f
AS
77632008-12-26 Andreas Schwab <schwab@suse.de>
7764
7765 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
7766 cons.
7767
54b33868
MR
77682008-12-26 Martin Rudalics <rudalics@gmx.at>
7769
7770 * textprop.c (Qminibuffer_prompt): New variable.
7771 (syms_of_textprop): Initialize it.
7772 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
7773 in minibuffer-prompt face. (Bug#1662)
7774
40b615d6
JR
77752008-12-25 Jason Rumney <jasonr@gnu.org>
7776
7777 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
7778
baae5c2d
JR
77792008-12-24 Jason Rumney <jasonr@gnu.org>
7780
7781 * ralloc.c (r_alloc_reset_variable): New function.
7782
7783 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 7784 record of what points where. (Bug#716)
baae5c2d 7785
a9051c88
DN
77862008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
7787
7788 * minibuf.c (read_minibuf): Follow the non-interactive case when
7789 running as a daemon, before detaching.
7790
8b146312
AS
77912008-12-22 Andreas Schwab <schwab@suse.de>
7792
7793 * buffer.c (init_buffer): Use realloc instead of xrealloc.
7794 * gtkutil.c (free_widget_value): Use xfree instead of free.
7795
56f2de10
MR
77962008-12-22 Martin Rudalics <rudalics@gmx.at>
7797
7798 * frame.c (delete_frame): New function derived from
7799 Fdelete_frame to handle Qnoelisp value for FORCE argument.
7800 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
7801 (Fdelete_frame): Call delete_frame. Remove line from doc-string
7802 saying that FORCE non-nil doesn't run `delete-frame-functions'.
7803 * frame.h: Extern delete_frame.
7804 * window.c (window_loop):
7805 * terminal.c (delete_terminal):
7806 * xterm.c (x_connection_closed):
7807 * xfns.c (Fx_hide_tip):
9acef61c 7808 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 7809
1fc200d6
JR
78102008-12-21 Jason Rumney <jasonr@gnu.org>
7811
7812 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
7813 when character maps to .notdef character.
7814
5e252df2
SM
78152008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7816
7817 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
7818
99b72cc4
JR
78192008-12-20 Jason Rumney <jasonr@gnu.org>
7820
7821 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 7822 a graphical frame on Windows. (Bug#1325)
99b72cc4 7823
acc49a52
JD
78242008-12-20 Jan Djärv <jan.h.d@swipnet.se>
7825
7826 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
7827
6ea15123
CY
78282008-12-20 Chong Yidong <cyd@stupidchicken.com>
7829
7830 * minibuf.c (Fread_buffer): Doc fix.
7831
b2dab6c8
JR
78322008-12-20 Jason Rumney <jasonr@gnu.org>
7833
54ea0c87 7834 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 7835 server name in UNC paths. (Bug#719)
54ea0c87 7836
b2dab6c8 7837 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 7838 charbuf. (Bug#1035)
b2dab6c8 7839
6d1921be
DN
78402008-12-19 Daniel Engeler <engeler@gmail.com>
7841
7842 * sysdep.c (serial_configure): Fix typo.
7843
53934c98
DN
78442008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7845
7846 * sysdep.c: Include alloca.h.
f4f634e8
DN
7847 (system_process_attributes): Add implementation for Solaris.
7848
7849 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 7850
06e111a6
DN
78512008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7852
7853 Reorganize implementation of Flist_system_processes and
7854 Fsystem_process_attributes. No functional changes.
7855 * process.c: Don't #include pwd.h, grp.h and limits.h.
7856 (Flist_system_processes): Just call list_system_processes.
7857 (Fsystem_process_attributes): Just call system_process_attributes.
7858 (procfs_list_system_processes, time_from_jiffies)
7859 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
7860 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
7861
7862 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
7863 (list_system_processes): Rename from
7864 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
7865 Provide a do nothing implementation.
7866 (system_process_attributes): Rename from
7867 procfs_list_system_processes.
7868 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 7869 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
7870
7871 * w32.c (list_system_processes): Rename from
7872 w32_list_system_processes.
7873 (system_process_attributes): Rename from
7874 w32_system_process_attributes.
7875
7876 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
7877
7878 * process.h (w32_list_system_processes)
7879 (w32_system_process_attributes): Remove.
362654a6
JB
7880 (list_system_processes, system_process_attributes):
7881 New prototypes.
06e111a6 7882
6a705b23
KH
78832008-12-19 Kenichi Handa <handa@m17n.org>
7884
7885 * xfont.c (xfont_decode_coding_xlfd): New function.
7886 (xfont_encode_coding_xlfd): New function.
7887 (xfont_list_pattern): Decode XLFD by iso-8859-1.
7888 (xfont_list): Decode and encode XLFD by iso-8859-1.
7889 (xfont_match): Likewise.
7890 (xfont_list_family): Likewise.
7891 (xfont_open): Likewise.
7892
d66c0241 7893 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
7894 names are utf-8.
7895
d66c0241 7896 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
7897 names are utf-8.
7898
5a130941
JD
78992008-12-18 Jan Djärv <jan.h.d@swipnet.se>
7900
7901 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
7902 changed.
bfd20325
JD
7903 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
7904 clicked on a detached tool bar button.
5a130941 7905
fd95644b
DN
79062008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
7907
7908 * emacs.c (main): Print and error and exit when no data is read
7909 from the pipe.
7910
e6eee6ae
JR
79112008-12-17 Jason Rumney <jasonr@gnu.org>
7912
7913 * w32font.c (w32font_has_char): Always return -1.
7914
a35dd56b
KH
79152008-12-16 Kenichi Handa <handa@m17n.org>
7916
7917 * font.c (font_open_entity): Fix previous change.
7918
0e3635c2
DN
79192008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
7920
7921 * process.c: Include <limits.h>.
7922
d4835507 79232008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
7924
7925 * font.c (font_update_drivers): Fix mistake in reconstructing the
7926 driver list.
7927
79282008-12-16 Chong Yidong <cyd@stupidchicken.com>
7929
7930 * font.c (font_clear_cache): Fix format of font cache data.
7931
e2cbc401
CY
79322008-12-15 Chong Yidong <cyd@stupidchicken.com>
7933
7934 * xftfont.c (xftfont_open): Free Xft font pattern if
7935 XftFontOpenPattern fails.
7936
7937 * xterm.c (x_free_frame_resources): Remove extraneous call to
7938 free_frame_faces.
7939
b131d535
CY
79402008-12-13 Chong Yidong <cyd@stupidchicken.com>
7941
7942 * xterm.c (x_delete_display): Move xim_close_dpy call to
7943 x_delete_terminal.
7944 (x_delete_terminal): Call xim_close_dpy.
7945
e6df5336
JR
79462008-12-13 Jason Rumney <jasonr@gnu.org>
7947
7948 * w32font.c (intern_font_name): New function.
7949 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
7950 (w32font_open_internal, Fx_select_font): Decode font name.
7951 (fill_in_logfont, list_all_matching_fonts): Encode font name.
7952
7953 * w32font.h (intern_font_name): Declare new function.
7954
7955 * w32uniscribe.c (add_opentype_font_name_to_list):
7956 Use intern_font_name.
7957
20d68145
CY
79582008-12-13 Chong Yidong <cyd@stupidchicken.com>
7959
9f2554de
CY
7960 * frame.c (Fdelete_frame): Call free_font_driver_list.
7961
3d9bec9a
CY
7962 * font.c (free_font_driver_list): Implement missing function.
7963
20d68145
CY
7964 * w32term.c (w32_term_init): Don't initialize the image cache
7965 here; it will be done in init_frame_faces.
7966
7967 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
7968 (struct x_display_info): Remove unused member null_pixel. New
7969 member xim_callback_data.
7970
7971 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
7972 (xim_initialize): Save pointer to callback function data.
7973 (xim_close_dpy): Free callback function data. Call XCloseIM,
7974 reverting 2008-11-04 change by David Smith.
7975 (x_term_init): Don't initialize the image cache here; it will be
7976 done in init_frame_faces. Remove ancient "null_pixel" cruft.
7977 (x_delete_display): Free x_dnd_atoms member.
7978
96f9306b
KH
79792008-12-13 Kenichi Handa <handa@m17n.org>
7980
6dec9044
JB
7981 * font.c (font_rescale_ratio): Moved from xfaces.c.
7982 Argument type changed. Handle a font-spec too.
96f9306b 7983 (font_score): Check Vface_font_rescale_alist.
6dec9044 7984 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
7985
7986 * xfaces.c (font_rescale_ratio): Moved to font.c.
7987
8d5b4964
CY
79882008-12-13 Chong Yidong <cyd@stupidchicken.com>
7989
7990 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
7991
e6df5336
JR
79922008-12-12 Jason Rumney <jasonr@gnu.org>
7993
7994 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
7995 Vwindow_system_version to the real w32 major version.
7996
97c6058a
DN
79972008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
7998
7999 * term.c (init_tty): Move setting the terminal name before the
8000 potential user: maybe_fatal.
8001
ec4e88d7
CY
80022008-12-11 Chong Yidong <cyd@stupidchicken.com>
8003
d4835507
JB
8004 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
8005 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 8006
b4233ec9
JR
80072008-12-11 Jason Rumney <jasonr@gnu.org>
8008
8ec71e23 8009 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 8010 SYMBOL_CHARSET. (Bug#547)
8ec71e23 8011
b4233ec9 8012 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 8013 size for surrogates. (Bug#1096, bug#872)
b4233ec9 8014
011a0143
JB
80152008-12-11 Juanma Barranquero <lekktu@gmail.com>
8016
8017 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
8018
3c309f34
JB
80192008-12-11 Juanma Barranquero <lekktu@gmail.com>
8020
8021 * process.c (Fsystem_process_attributes, syms_of_process):
8022 Fix typo in name of Ssystem_process_attributes.
8023 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
8024
fedc6ab5
JB
80252008-12-11 Juanma Barranquero <lekktu@gmail.com>
8026
8027 * syntax.c (Fmodify_syntax_entry): Doc fix.
8028
ba3de0e8
JB
80292008-12-10 Juanma Barranquero <lekktu@gmail.com>
8030
8031 * font.c (Ffont_spec): Move usage to end of docstring.
8032
174f1c74
JR
80332008-12-10 Jason Rumney <jasonr@gnu.org>
8034
8035 * w32font.c (Qcham): New symbol.
8036 (font_supported_scripts): Add cham, and comments for other new
8037 scripts in bitfield from OpenType spec.
9d32f818
JR
8038 (add_font_entity_to_list): Limit unicode-sip fonts to those that
8039 contain characters beyond the bmp.
174f1c74 8040
7b649478
KH
80412008-12-10 Kenichi Handa <handa@m17n.org>
8042
8043 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 8044 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
8045 Qunicode_sip.
8046
2133e2d1
JB
80472008-12-10 Juanma Barranquero <lekktu@gmail.com>
8048
8049 * coding.c (QCdefault_char): Rename from QCdefalut_char.
8050 (Fcoding_system_put): Use QCdefault_char.
8051 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
8052
9af886ee
CY
80532008-12-09 Chong Yidong <cyd@stupidchicken.com>
8054
74d819eb
CY
8055 * xftfont.c (syms_of_xftfont): Fix typo.
8056
4ccfa1c0 8057 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 8058
7c19d3ae
DN
80592008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8060
8061 * emacs.c (main): Close daemon_pipe on exec.
8062
567826bb
CY
80632008-12-08 Chong Yidong <cyd@stupidchicken.com>
8064
8065 * termchar.h (struct tty): New members termcap_term_buffer and
8066 termcap_strings_buffer.
8067
8068 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 8069 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
8070 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
8071 All callers changed.
8072 (init_tty): Store termcap data and string buffers in new struct
8073 tty members termcap_term_buffer and termcap_strings_buffer.
8074 (delete_tty): Free them.
4ccfa1c0 8075 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 8076
aa96c42b
SZ
80772008-12-07 Seiji Zenitani <zenitani@mac.com>
8078
8079 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 8080 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 8081
b7e1d896
CY
80822008-12-06 Chong Yidong <cyd@stupidchicken.com>
8083
8084 * coding.c (make_conversion_work_buffer): Disable buffer
8085 modification hooks in the work buffer.
8086
b5ec91a5
EZ
80872008-12-05 Eli Zaretskii <eliz@gnu.org>
8088
8089 * process.c (procfs_system_process_attributes): If `nread' has a
8090 negative value, assign zero to it.
8091
a5d2a52b
CY
80922008-12-05 Chong Yidong <cyd@stupidchicken.com>
8093
68c5540b 8094 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 8095
7bf1bb21
KH
80962008-12-05 Kenichi Handa <handa@m17n.org>
8097
8098 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
8099 second character is a combining character.
8100
2fdc7d00
EZ
81012008-12-05 Eli Zaretskii <eliz@gnu.org>
8102
8103 * process.c (procfs_system_process_attributes): Don't use cmd,
8104 cmdsize, and q without initializing them first.
8105
bf6bfba8
JR
81062008-12-04 Jason Rumney <jasonr@gnu.org>
8107
8108 * w32font.c (w32font_draw): Initialize orig_clip before getting
8109 it, and delete it when finished.
8110
a3b1a468
DN
81112008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
8112
8113 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
8114 case when running as a daemon before detaching.
8115
8b8be8eb
JB
81162008-12-03 Juanma Barranquero <lekktu@gmail.com>
8117
805f2638 8118 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 8119
b1bde622
KH
81202008-12-03 Kenichi Handa <handa@m17n.org>
8121
e500c47d
KH
8122 * font.c (font_at): Set `multibyte' at first.
8123
ca516334
KH
8124 * coding.c (decode_coding_charset): Check type of an element of
8125 vector VALIDS.
7bf1bb21 8126 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 8127
4ccfa1c0 8128 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
8129 (font_for_char): Likewise.
8130
1e5ecd37
CY
81312008-12-03 Chong Yidong <cyd@stupidchicken.com>
8132
d5b01609 8133 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
8134 (font_update_lface): Handle fonts with corrupted size specs,
8135 i.e. non-int and non-float.
d5b01609 8136
11e3a6e4 8137 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 8138 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 8139 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 8140
ab06788b
CY
8141 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
8142
1e5ecd37 8143 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 8144 underline_minimum_offset for underline position.
1e5ecd37 8145
63c125ab
DN
81462008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8147
8148 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
8149
8150 * character.c (c_string_width): Specify the type for LEN.
8151
3a8406e1
KH
81522008-12-03 Kenichi Handa <handa@m17n.org>
8153
4ccfa1c0 8154 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 8155 (decode_coding_utf_8): Likewise.
4ccfa1c0 8156 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 8157 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 8158
651df7d9
CY
81592008-12-02 Chong Yidong <cyd@stupidchicken.com>
8160
8161 * keyboard.c (make_lispy_position): Only use PT if the selected
8162 window is current.
8163
1f625c6c
AS
81642008-12-02 Andreas Schwab <schwab@suse.de>
8165
f7741ce9
AS
8166 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
8167
1f625c6c
AS
8168 * doprnt.c (doprnt1): Fix size of charbuf.
8169
92bc2678
CY
81702008-12-02 Chong Yidong <cyd@stupidchicken.com>
8171
8172 * keyboard.c (timer_check): Revert last change.
8173
93b9e8cc
JB
81742008-12-02 Juanma Barranquero <lekktu@gmail.com>
8175
8176 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
8177
fd7a37d5
JB
81782008-12-01 Juanma Barranquero <lekktu@gmail.com>
8179
8180 * makefile.w32-in: Update dependencies.
8181 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
8182
c115043b
AS
81832008-12-01 Andreas Schwab <schwab@suse.de>
8184
8185 * font.c (register_font_driver): Use xmalloc.
8186 (font_put_frame_data): Likewise.
8187
f5668d2a
CY
81882008-12-01 Chong Yidong <cyd@stupidchicken.com>
8189
860d96be
CY
8190 * xfaces.c (realize_x_face): Make abort condition clearer.
8191
f5668d2a
CY
8192 * gtkutil.c (update_frame_tool_bar): Initialize variable.
8193
379c17e7
CY
81942008-11-30 Chong Yidong <cyd@stupidchicken.com>
8195
8196 * keyboard.c (timer_check): After a timer runs, ensure that the
8197 selected window's buffer is current.
8198
35f36d65
JB
81992008-11-30 Juanma Barranquero <lekktu@gmail.com>
8200
f952c61c
JB
8201 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
8202 It was accidentally restored by the Unicode merge.
8203
35f36d65
JB
8204 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
8205
b23077df
JB
82062008-11-29 Juanma Barranquero <lekktu@gmail.com>
8207
8208 * w32proc.c: Include "coding.h".
8209 (Fw32_short_file_name): Encode filename passed to Windows API.
8210 (Fw32_long_file_name): Encode filename passed to Windows API and
8211 decode back the result. (Bug#1433)
8212
b8ebe9dd
KH
82132008-11-29 Kenichi Handa <handa@m17n.org>
8214
8cc53f96
KH
8215 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
8216 not before accessing it.
8217
b8ebe9dd
KH
8218 * charset.c (Fdefine_charset_internal): After calculating
8219 min_char, max_char, and fastmap, copy the charset structure again.
8220 (encode_char): Fix the previous change.
8221
59bc82c0
SZ
82222008-11-28 Seiji Zenitani <zenitani@mac.com>
8223
8224 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
8225
8226 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
8227
8228 * nsterm.m (x_set_frame_alpha): New function.
8229
32247e3d
EZ
82302008-11-27 Eli Zaretskii <eliz@gnu.org>
8231
8232 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
8233
b003e5ff
JB
82342008-11-27 Juanma Barranquero <lekktu@gmail.com>
8235
8236 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
8237 pointer to check_face_name.
8238
708550f5
KH
82392008-11-27 Kenichi Handa <handa@m17n.org>
8240
8241 * category.h (SET_CATEGORY_SET): Call set_category_set.
8242 (set_category_set): Extern it.
8243
8244 * category.c (hash_get_category_set): New function.
8245 (Fmodify_category_entry): Adjusted for the change of
8246 char_table_ref_and_range. Call hash_get_category_set to get a
8247 category set to store in the table.
8248
8249 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
8250 Funify_charset.
8251
2ae37cf0 8252 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
8253 (DECODE_CHAR): Check if the decoder vector is ready.
8254 (ENCODE_CHAR): Check if the encoder char-table is ready.
8255 (maybe_unify_char): Extern it.
8256
8257 * charset.c (Vchar_unified_charset_table): Delete it.
8258 (inhibit_load_charset_map): New variable.
8259 (temp_charset_work): New variable.
8260 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
8261 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
8262 New macros.
8263 (load_charset_map): Meaning of control_flag changed. If
8264 inhibit_load_charset_map is nonzero, setup a table in
8265 temp_charset_work.
8266 (load_charset): New argument control_flag.
8267 (map_charset_for_dump): New function.
8268 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
8269 map_charset_for_dump.
8270 (Fdefine_charset_internal): If the charset method is MAP, load
8271 mapping tables by calling load_charset.
8272 (Funify_charset): Don't load a mapping table but directly set
8273 Vchar_unify_table.
8274 (maybe_unify_char): New function.
8275 (decode_char): Don't handle the deleted method MAP_DEFERRED.
8276 Handle the case of inhibit_load_charset_map being nonzero.
8277 (encode_char): Don't handle the deleted method MAP_DEFERRED.
8278 Handle the case of inhibit_load_charset_map being nonzero.
8279 (Fclear_charset_maps): Just free temp_charset_work.
8280 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
8281 variable.
8282
8283 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
8284 change of char_table_ref_and_range.
8285 (char_table_ref_and_range): Change the meaning of argument FROM
8286 and TO. Now the caller must provide initial values for *FROM
8287 and *TO.
8288
8289 * fontset.c (fontset_add): Adjusted for the change of
8290 char_table_ref_and_range.
8291 (fontset_get_font_group): Likewise.
8292 (Ffontset_info): Likewise.
8293
8294 * keymap.c (describe_vector): Adjusted for the change of
8295 char_table_ref_and_range. For char-table, put boundary between
8296 non-ASCII and 8-bit characters.
8297
8298 * print.c (print_object): For bool-vector, delete unnecessary
8299 check of ASCII_BYTE_P.
8300
9196133b
JR
83012008-11-26 Jason Rumney <jasonr@gnu.org>
8302
8303 * w32font.c (w32font_open_internal): Don't include external
9acef61c 8304 leading in font height. (Bug#879)
9196133b 8305
9f688acf
GM
83062008-11-26 Glenn Morris <rgm@gnu.org>
8307
8308 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
8309 redefinition with ifdef. (Bug#1383)
8310
90d19aff
AR
83112008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8312
8313 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
8314
4ccfa1c0 83152008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
8316
8317 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
8318 New EmacsView methods.
8319 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
8320 Fixes bug #1048,1357,1414.
8321
83222008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8323
8324 Fix bug #1362.
8325 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
8326 is not an indexed color.
8327 * nsterm.m (free_indexed_color): Add argument checking.
8328 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
8329
e7d5ecb3
CY
83302008-11-24 Chong Yidong <cyd@stupidchicken.com>
8331
8332 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
8333 Document confirm-after-completion value for
8334 minibuffer-completion-confirm.
8335
c285743c
JR
83362008-11-24 Jason Rumney <jasonr@gnu.org>
8337
8338 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
8339 warning.
8340
b0857706
JR
83412008-11-23 Jason Rumney <jasonr@gnu.org>
8342
8343 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
8344 restored before returning.
8345
8346 * w32font.c (check_face_name): New function.
8347 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 8348 fonts. (Bug#642)
b0857706 8349
ee50ff07
MR
83502008-11-22 Martin Rudalics <rudalics@gmx.at>
8351
8352 * buffer.c (Fswitch_to_buffer): Reword and mention new option
8353 confirm-nonexistent-file-or-buffer in doc-string.
8354
b8ff72fa
SM
83552008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8356
8357 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
8358 Fix copy/paste typo. Add checks.
8359
cee53ed4
KH
83602008-11-21 Kenichi Handa <handa@m17n.org>
8361
8362 * coding.c (detect_coding_iso_2022): Reject invalid composition
8363 sequence.
8364 (DECODE_COMPOSITION_START): If the current source is the last
8365 block, and the current composition doesn't end, regard this
8366 sequence as invalid.
8367 (decode_coding_iso_2022): Handle invalid composition sequence.
8368
f6ef1e65
MR
83692008-11-20 Martin Rudalics <rudalics@gmx.at>
8370
8371 * window.c (coordinates_in_window): Don't return
8372 ON_VERTICAL_BORDER for the rightmost position of a mode/header
8373 line when the window is not the rightmost one. (Bug#1372)
8374
e08b1705
MR
83752008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
8376
8377 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
8378
ad98e89f
EZ
83792008-11-15 Eli Zaretskii <eliz@gnu.org>
8380
8381 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
8382 and bright_bg if noninteractive is non-zero.
8383
fb098a4b
CY
83842008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8385
8386 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
8387 x_draw_glyph_string_background.
8388
8389 * w32term.c (x_draw_glyph_string): Likewise.
8390
ce952b6e
CY
83912008-11-15 Chong Yidong <cyd@stupidchicken.com>
8392
8393 * xterm.c (x_draw_glyph_string): Stop drawing the background of
8394 the next glyph string once past the overhang width.
8395
8396 * nsterm.m (ns_draw_glyph_string): Likewise.
8397
8398 * w32term.c (x_draw_glyph_string): Likewise.
8399
26ea7079
CY
84002008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
8401
8402 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
8403 double file close.
8404
1c33c906
MR
84052008-11-14 Martin Rudalics <rudalics@gmx.at>
8406
8407 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
8408 dedicated status of window before attempting to display another
8409 buffer in it.
8410
8fc29035
JB
84112008-11-14 Juanma Barranquero <lekktu@gmail.com>
8412
8413 * msdos.c (Fmsdos_long_file_names):
8414 (syms_of_msdos) <dos-unsupported-char-glyph>:
8415 * dosfns.c (Fint86): Fix typos in docstrings.
8416
55fb4286
EZ
84172008-11-14 Eli Zaretskii <eliz@gnu.org>
8418
8419 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
8420
3fda0315
KY
84212008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8422
8423 * puresize.h (BASE_PURESIZE): Increase to 1260000.
8424
7e849c17
CY
84252008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
8426
8427 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
8428
8429 * frame.h: Negative alpha means "don't touch".
8430
8431 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
8432
8433 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
8434
b9fd67bd
DN
84352008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8436
8437 * hftctl.c:
8438 * chpdef.h:
8439 * acldef.h: Remove files used only for systems no longer supported.
8440
8441 * Makefile.in: Fix .o alphabetical ordering.
8442 (hftctl.o): Remove dependency, file removed.
8443 (keymap.o, print.o): Depend on charset.h.
8444
d5998e03
KH
84452008-11-10 Kenichi Handa <handa@m17n.org>
8446
2ae37cf0 8447 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 8448
be70e183
CY
84492008-11-08 Chong Yidong <cyd@stupidchicken.com>
8450
8451 * dired.c (file_name_completion): If completion_ignore_case is
8452 enabled, ignore case when checking completion-regexp-list.
8453
7cf94eac
EZ
84542008-11-08 Eli Zaretskii <eliz@gnu.org>
8455
8456 * vm-limit.c (get_lim_data): Fix last change.
8457
ee107a89
KH
84582008-11-08 Kenichi Handa <handa@m17n.org>
8459
8460 * character.c (Fget_byte): New function.
8461 (syms_of_character): Defsubr Fget_byte.
8462
5fd15622
CY
84632008-11-07 Chong Yidong <cyd@stupidchicken.com>
8464
8465 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
8466 cursor position is valid after scrolling.
8467
13d62fad
JB
84682008-11-06 Juanma Barranquero <lekktu@gmail.com>
8469
8470 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
8471
a1dd2936
GM
84722008-11-06 Glenn Morris <rgm@gnu.org>
8473
8474 * xterm.c (handle_one_xevent): Don't let popup menus cause
8475 mouse-autoselect-window related window switching. (Bug#1261)
8476
860cd236
CY
84772008-11-04 David Smith <davidsmith@acm.org> (tiny change)
8478
8479 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
8480
653a3150
AS
84812008-11-04 Andreas Schwab <schwab@suse.de>
8482
8483 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
8484
870f5cac
CY
84852008-11-03 Chong Yidong <cyd@stupidchicken.com>
8486
8487 * xfns.c (Fx_wm_set_size_hint): New function.
8488
1e02f3cb
MR
84892008-11-03 Martin Rudalics <rudalics@gmx.at>
8490
8491 * textprop.c (Fprevious_single_char_property_change): Return 0
8492 when there's no change in a string. (Bug#1301)
8493
e630dfc6
MR
84942008-11-02 Martin Rudalics <rudalics@gmx.at>
8495
8496 * frame.c (do_switch_frame): New argument NORECORD passed to
8497 Fselect_window.
8498 (Fselect_frame): New argument NORECORD passed to
8499 do_switch_frame.
8500 (Fset_frame_selected_window): New argument NORECORD passed to
8501 Fselect_frame.
8502 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
8503 in call of do_switch_frame.
8504 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
8505 Handle NORECORD argument in call of Fselect_frame.
8506 * lisp.h (do_switch_frame, Fselect_frame)
8507 (Fset_frame_selected_window): Adjust declarations.
8508 * window.c (select_frame_norecord): New function.
8509 (run_window_configuration_change_hook): Use it and call
8510 Fselect_frame with NORECORD set.
8511 (Fselect_window): Pass NORECORD to Fselect_frame.
8512 (Fset_window_configuration): Handle NORECORD argument in call of
8513 do_switch_frame.
8514 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
8515 Fset_frame_selected_window.
8516 * keyboard.c (command_loop_1): Handle NORECORD in call of
8517 Fselect_frame (currently ifdefd).
8518
9020b223
GM
85192008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
8520
8521 * emacs.c (USAGE2): Untabify.
8522
793ffee8
SM
85232008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8524
8525 * composite.c (fill_gstring_header): Fix copy/paste typo.
8526
ab6d1131
MR
85272008-10-31 Martin Rudalics <rudalics@gmx.at>
8528
8529 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
8530 (Fother_window): Rename argument and rewrite doc-string.
8531 (select_window_norecord): Fix return value. (Bug#1276)
8532
601a9cf1
JB
85332008-10-30 Juanma Barranquero <lekktu@gmail.com>
8534
8535 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
8536 new frames overriding foreground for tooltips. Based on similar patch
8537 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
8538
813b0652
CY
85392008-10-29 Chong Yidong <cyd@stupidchicken.com>
8540
8541 * emacs.c (Fdaemon_initialized): Initialize nfd.
8542
4414f58f
MR
85432008-10-29 Martin Rudalics <rudalics@gmx.at>
8544
8545 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
8546 (Fwindow_text_height): Clarify doc-strings.
8547 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
8548 doc-string of window-scroll-functions.
8549
ecdcaa09
RS
85502008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8551
8552 * category.c (syms_of_category): Fix typo in docstring.
8553
23fe745a
JB
85542008-10-28 Juanma Barranquero <lekktu@gmail.com>
8555
8556 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
8557 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
8558 Fix typos in docstrings.
8559
ff808935
DN
85602008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
8561
8562 * emacs.c (daemon_pipe): Make non-static.
8563 (IS_DAEMON): Move definition ...
8564 * lisp.h (IS_DAEMON): ... here.
8565 (daemon_pipe): Declare.
8566 (is_daemon): Remove.
8567 * dispnew.c (init_display): Use IS_DAEMON.
8568
fc012771
SM
85692008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8570
8571 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
8572 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
8573
8574 * emacs.c (is_daemon): Remove.
8575 (main): Don't set is_daemon.
8576 (IS_DAEMON): New macro.
8577 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 8578 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
8579 parent exits.
8580 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
8581
d8bdbe6f
CY
85822008-10-27 Chong Yidong <cyd@stupidchicken.com>
8583
d1a072bf
CY
8584 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
8585 over-sized glyph, draw it with the default glyph width.
8586
e2e325aa
CY
8587 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8588 glyph, draw it with the default glyph width.
8589
8590 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8591 glyph, draw it with the default glyph width.
8592
d8bdbe6f
CY
8593 * xdisp.c (try_scrolling): When computing the distance from the
8594 scroll margin to PT, try moving some distance past the window
8595 bottom before giving up.
8596
7bfac547
MR
85972008-10-27 Martin Rudalics <rudalics@gmx.at>
8598
8599 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
8600 (Fset_window_buffer): Explain in doc-string that a window can be
8601 "strongly" dedicated to its buffer.
8602
4ff029f6
DN
86032008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
8604
8605 * emacs.c (daemon_name): New variable.
8606 (main): Deal with --daemon=SERVER_NAME.
8607 (Fdaemonp): Return a name if one was passed to --daemon.
8608
5790ef40
DN
86092008-10-26 Romain Francoise <romain@orebokech.com>
8610
f9bd0df9 8611 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
8612 (main): Create a pipe before forking, make the parent exit only after
8613 the child has closed its end of the pipe. Move closing the
8614 descriptors ...
8615 (Fdaemon_initialized): ... here. New function.
8616
f5385255
SM
86172008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8618
4d632321
SM
8619 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
8620 the previous unoptimized table.
8621
f5385255
SM
8622 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
8623 the distinction between non-nil and non-t value of `dedicated'.
8624
6c56a0f3
CY
86252008-10-25 Chong Yidong <cyd@stupidchicken.com>
8626
8627 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 8628 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 8629
fec89261
MR
86302008-10-25 Martin Rudalics <rudalics@gmx.at>
8631
8632 * window.c (Fget_buffer_window, Fdelete_windows_on)
8633 (Freplace_buffer_in_windows): Make buffer argument optional and
8634 rename to buffer_or_name.
8635
34fcddd0
CY
86362008-10-24 Chong Yidong <cyd@stupidchicken.com>
8637
f5385255
SM
8638 * xdisp.c (handle_single_display_spec, handle_display_prop):
8639 Undo 2005-05-16 change.
34fcddd0
CY
8640 (handle_stop): Pop iterator if it's loaded with an empty string.
8641 (get_overlay_strings_1): Don't save iterator if it's loaded with
8642 an empty string (bug#1201).
8643
064766f2
KH
86442008-10-24 Kenichi Handa <handa@m17n.org>
8645
8646 * ftfont.c (ftfont_otf_features): Fix previous change.
8647 (ftfont_otf_capability): Check FeatureList.FeatureCount before
8648 calling ftfont_otf_features.
8649
f9bd0df9 86502008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
8651
8652 * font.c (font_match_p): Fix for the case that a vector of
8653 characters is in script-representative-chars.
8654
1dae9197
MA
86552008-10-24 Michael Albinus <michael.albinus@gmx.de>
8656
8657 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 8658 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
8659 (xd_read_queued_messages): Catch Qdbus_error from the macros.
8660 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 8661 macro. (Bug#1186)
1dae9197 8662
f9bd0df9 86632008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
8664
8665 * s/sol2-10.h: New file.
8666
878a4584
JB
86672008-10-23 Juanma Barranquero <lekktu@gmail.com>
8668
8669 * xdisp.c (fill_glyph_string): Fix typo in source (though the
8670 poor beast has survived 9+ years and the jump from xterm.c!).
8671
cd265ca6
MR
86722008-10-23 Martin Rudalics <rudalics@gmx.at>
8673
8674 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
8675 Reword doc-string.
f5385255 8676 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 8677
472a4dc9
JB
86782008-10-23 Juanma Barranquero <lekktu@gmail.com>
8679
8680 * character.c (syms_of_character) <script-representative-chars>:
8681 <unicode-category-table>: Doc fixes.
8682
159bd5a2
NF
86832008-10-23 Noah Friedman <friedman@splode.com>
8684
8685 * coding.c (make_conversion_work_buffer): Check that
8686 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
8687 Fget_buffer_create.
8688
49f9c344
KH
86892008-10-23 Kenichi Handa <handa@m17n.org>
8690
8691 * font.c (font_add_log): Check the values of extra properties.
8692
12bb3111
MR
86932008-10-22 Martin Rudalics <rudalics@gmx.at>
8694
8695 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8696 Reword doc-string.
8697 (Fset_window_parameter): Use NILP.
8698 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 8699 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 8700
bbeb4e99
JB
87012008-10-22 Juanma Barranquero <lekktu@gmail.com>
8702
8703 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
8704
87052008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
8706
8707 * nsfns.m (ns_appkit_version): New function.
8708 (x-server-version): Use it.
8709 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
8710 (x-server-vendor): Don't check_ns().
8711
8712 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
8713
a9b555d3
JB
87142008-10-22 Juanma Barranquero <lekktu@gmail.com>
8715
8716 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
8717 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
8718
4626499f
KH
87192008-10-22 Kenichi Handa <handa@m17n.org>
8720
e3681952
KH
8721 * syntax.c (scan_words): Call word_boundary_p instead of comparing
8722 scripts.
8723
4626499f
KH
8724 * category.c (word_boundary_p): Check scripts instead of charset.
8725 Handle nil value in word-separating-categories and
8726 word-combining-categories.
8727 (syms_of_category): Fix docstrings of word-separating-categories
8728 and word-combining-categories.
8729
1560f91a
EZ
87302008-10-21 Eli Zaretskii <eliz@gnu.org>
8731
8732 * coding.c (Fencode_coding_region, Fdecode_coding_region)
8733 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
8734
f4668441
MR
87352008-10-21 Martin Rudalics <rudalics@gmx.at>
8736
8737 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
8738 Rename arg "buffer" to "buffer_or_name".
8739 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
8740 it optional.
8741 (no_switch_window): Remove since the return value is not used.
a9b555d3 8742 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
8743 Consider window as dedicated when Fwindow_dedicated_p returns a
8744 non-nil value.
8745 * lisp.h: Remove prototype for no_switch_window.
8746
fd75ddb2
JD
87472008-10-21 Jan Djärv <jan.h.d@swipnet.se>
8748
8749 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 8750 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 8751
07295713
KH
87522008-10-21 Kenichi Handa <handa@m17n.org>
8753
8754 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
8755 check Vlatin_extra_code_table.
8756
712adc82
EZ
87572008-10-20 Eli Zaretskii <eliz@gnu.org>
8758
8759 * fileio.c (Fset_file_modes): Doc fix.
8760
f549eb0b
MA
87612008-10-19 Michael Albinus <michael.albinus@gmx.de>
8762
8763 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
8764 in arrays.
8765
aac0c6e3
MR
87662008-10-19 Martin Rudalics <rudalics@gmx.at>
8767
8768 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8769 Mention kill-buffer in doc-string.
8770 (Fset_window_buffer): Reinsert tem check removed in last commit.
8771 (Fenlarge_window, Fshrink_window): Have argument names and
8772 doc-string follow Elisp manual more closely.
8773
87742008-10-18 Eli Zaretskii <eliz@gnu.org>
8775
8776 * fileio.c (Fset_file_modes): Doc fix.
8777
87782008-10-18 Martin Rudalics <rudalics@gmx.at>
8779
8780 * window.c (Fwindow_width, Fset_window_start)
8781 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
8782 (Fdelete_windows_on, Freplace_buffer_in_windows):
8783 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
8784 (Fwindow_dedicated_p): Make window argument optional.
8785 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
8786 (Fset_window_buffer): Respect any non-nil dedicated value for
8787 window. Rename "buffer" argument to "buffer_or_name".
8788
87892008-10-18 Ulrich Mueller <ulm@gentoo.org>
8790
8791 * m/sh3.h: New file, machine description for SuperH.
8792
87932008-10-17 Martin Rudalics <rudalics@gmx.at>
8794
8795 * window.c (Fsplit_window): Rename arg horflag to horizontal.
8796
87972008-10-17 Kenichi Handa <handa@m17n.org>
8798
8799 * ftfont.c (ftfont_otf_features): Fix indexing
8800 gsub_gpos->FeatureList.Feature. Check the validity of indices.
8801
88022008-10-16 Magnus Henoch <mange@freemail.hu>
8803
8804 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
8805 (Fdbus_call_method_asynchronously): Ditto.
8806 This change makes C-h f display the argument list.
8807
88082008-10-16 Chong Yidong <cyd@stupidchicken.com>
8809
8810 * fileio.c (Fexpand_file_name): Doc fix.
8811
8812 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
8813 of :foreground and :background equivalent to unspecified (20.x
8814 compatibility).
8815
88162008-10-15 Eli Zaretskii <eliz@gnu.org>
8817
8818 * buffer.c (syms_of_buffer): Doc fix.
8819
88202008-10-14 Kenichi Handa <handa@m17n.org>
8821
8822 * font.c (font_clear_prop): When clearing font width, clear the
8823 average width field too.
8824
88252008-10-12 Andreas Schwab <schwab@suse.de>
8826
8827 * ftfont.c (ftfont_shape_by_flt): Make static.
8828 * ftfont.h (ftfont_shape_by_flt): Don't declare.
8829
8830 * font.c: Don't include <m17n-flt.h>.
8831
88322008-10-10 Eli Zaretskii <eliz@gnu.org>
8833
8834 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
8835
88362008-10-09 Eli Zaretskii <eliz@gnu.org>
8837
8838 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
8839 away code.
8840
88412008-10-09 Chong Yidong <cyd@stupidchicken.com>
8842
8843 * dispnew.c (update_text_area): Avoid looping due to large glyph
8844 overhangs (bug#1070).
8845
88462008-10-09 Kenichi Handa <handa@m17n.org>
8847
8848 * fontset.c (face_for_char): If face->fontset is negative, just
8849 return ascii_face.
8850
f5385255
SM
8851 * font.c (font_delete_unmatched): Fix previous change.
8852 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
8853
88542008-10-09 Martin Rudalics <rudalics@gmx.at>
8855
8856 * frame.c (Fraise_frame): On text-only terminals select frame in
8857 order to make it visible. (Bug#1061)
8858
88592008-10-08 Chong Yidong <cyd@stupidchicken.com>
8860
8861 * fontset.c (fontset_find_font): Check frame validity.
8862
88632008-10-07 Chong Yidong <cyd@stupidchicken.com>
8864
a9b555d3 8865 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
8866 (xg_display_close): Allow Emacs to close all displays (bug#985).
8867
88682008-10-06 Andreas Schwab <schwab@suse.de>
8869
f5385255 8870 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
8871
88722008-10-06 Chong Yidong <cyd@stupidchicken.com>
8873
f5385255 8874 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 8875
a9b555d3 8876 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
8877
8878 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
8879 during initialization.
8880
88812008-10-04 Eli Zaretskii <eliz@gnu.org>
8882
8883 * xdisp.c (redisplay_internal): If frame switched, redisplay the
8884 whole thing on MSDOS frames as well as on a TTY.
8885
8886 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
8887 well as for TTY.
8888 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
8889 well as on a TTY.
8890
8891 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
8892 as well as for TTY.
8893
8894 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
8895
8896 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
8897 MSDOS frames as well.
8898
88992008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8900
8901 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
8902 correct arguments.
b71ac3dd 8903 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
8904
89052008-10-03 Glenn Morris <rgm@gnu.org>
8906
8907 * emacs.c (USAGE1): Add --daemon.
8908
89092008-10-02 Eli Zaretskii <eliz@gnu.org>
8910
8911 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
8912 100, so it's in percents as advertised.
8913
89142008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8915
8916 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
8917 (ns_output.current_cursor, ns_output.desired_cursor)
8918 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
8919 (FRAME_NEW_CURSOR_COLOR): Remove.
8920
8921 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 8922 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
8923 enumeration (HOLLOW_BOX_CURSOR, etc.).
8924
8925 * nsterm.m (ns_frame_rehighlight): Remove commented code.
8926 (draw_window_cursor): Simplify code.
f5385255
SM
8927 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
8928 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 8929 updates manually.
a9b555d3
JB
8930 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
8931 Use core Emacs cursor types.
aac0c6e3 8932
b8ff72fa 8933 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
8934
89352008-10-02 Martin Rudalics <rudalics@gmx.at>
8936
8937 * process.c (Faccept_process_output): Fix doc-string.
8938
89392008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
8940
8941 * gmalloc.c (__sbrk): Also define for uClibc.
8942
8943 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
8944 for uClibc.
8945
89462008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8947
8948 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
8949 styles.
8950 (nsfont_open): Reenable the cache.
8951
89522008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8953
8954 * font.c (font_matching_entity): Reflect ATTRS in font selection.
8955 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
8956
89572008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8958
8959 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
8960 a suspended terminal.
8961
89622008-09-30 Michael Albinus <michael.albinus@gmx.de>
8963
8964 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
8965
89662008-09-30 Eli Zaretskii <eliz@gnu.org>
8967
8968 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
8969
89702008-09-30 Chong Yidong <cyd@stupidchicken.com>
8971
8972 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
8973 in a continued line coincides with a line beginning.
8974
89752008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8976
8977 * nsfont.m (nsfont_trait_distance): Fix bug.
8978 (nsfont_list): Return a list rather than a vector (syncs with Handa
8979 changes of 2008-05-14).
8980 (nsfont_open): Improve logging.
8981
89822008-09-29 Andreas Schwab <schwab@suse.de>
8983
8984 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
8985
89862008-09-28 Martin Rudalics <rudalics@gmx.at>
8987
8988 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
8989 name as char-resolve-modifiers.
8990 Reported by: Markus Triska <markus.triska@gmx.at>
8991
89922008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
8993
8994 * dispnew.c (init_display): Return earlier when running as a daemon.
8995
89962008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8997
8998 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
8999
90002008-09-27 Eli Zaretskii <eliz@gnu.org>
9001
9002 * composite.c (Fcomposition_get_gstring)
9003 (Fcompose_region_internal, Fcompose_string_internal)
9004 (Ffind_composition_internal): Doc fix.
9005 (syms_of_composite) <compose-chars-after-function>: Doc fix.
9006 (syms_of_composite) <auto-composition-function>: Doc fix.
9007 (syms_of_composite) <composition-function-table>: Doc fix.
9008
90092008-09-25 Chong Yidong <cyd@stupidchicken.com>
9010
9011 * search.c (wordify): New argument for lax word-ends.
9012 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
9013
90142008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9015
9016 * lisp.h (is_daemon): Declare.
9017 * dispnew.c (init_display): Do not try to initialize the terminal
9018 when running as a daemon.
9019
90202008-09-22 Chong Yidong <cyd@stupidchicken.com>
9021
9022 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
9023 x_display_pixel_height.
9024
90252008-09-22 Martin Rudalics <rudalics@gmx.at>
9026
9027 * undo.c (record_point): Don't call Fundo_boundary for first
9028 change. (Bug#731)
9029
90302008-09-22 Juanma Barranquero <lekktu@gmail.com>
9031
9032 * emacs.c (Fdaemonp): Doc fix.
9033
90342008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
9035
9036 * emacs.c (main): Place #ifdef in the proper place.
9037
90382008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9039
9040 * emacs.c (standard_args): Add --daemon.
9041 (main): Disconnect from the terminal when --daemon is passed.
9042 (is_daemon): New variable.
9043 (Fdaemonp): New function.
9044 (syms_of_emacs): Defsubr it.
9045
90462008-09-20 Chong Yidong <cyd@stupidchicken.com>
9047
9048 * xdisp.c (get_next_display_element): Handle string display
9049 correctly when checking for the end of a box run.
9050
90512008-09-20 Glenn Morris <rgm@gnu.org>
9052
9053 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
9054 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
9055 (Frename_file): Avoid copying to trash if a rename involves
9056 a delete. (Bug#964).
9057
90582008-09-20 Eli Zaretskii <eliz@gnu.org>
9059
9060 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
9061 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
9062 frames as well as termcap frames.
9063 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
9064 get_named_tty.
9065
90662008-09-19 Eli Zaretskii <eliz@gnu.org>
9067
9068 * process.c (procfs_system_process_attributes): Fix cmdline in
9069 case /proc/PID/cmdline is empty.
9070
9071 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
9072 x_display_pixel_height.
9073
90742008-09-19 Juanma Barranquero <lekktu@gmail.com>
9075
9076 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
9077
9078 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
9079 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
9080
90812008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
9082
9083 * dispextern.h (struct it): Move line_wrap away from the middle of
9084 bitfields. Move voffset in struct iterator_stack_entry after the
9085 bitfields. Move tab_width near after another short.
9086
90872008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
9088
9089 * frame.h (struct frame): Move alpha from the middle of bitfields.
9090
9091 * window.h (struct window): Move frozen_window_start_p after the
9092 rest of the bitfields to reduce padding.
9093
90942008-09-18 Chong Yidong <cyd@stupidchicken.com>
9095
9096 * xterm.h (x_display_info): Remove `height' and `width' members.
9097
9098 * nsterm.h (ns_display_info): Remove `height' and `width' members.
9099
9100 * w32term.h (w32_display_info): Remove `height', `width',
9101 `height_in', and `width_in' members.
9102
b8ff72fa
SM
9103 * xterm.c (x_display_pixel_height, x_display_pixel_width):
9104 New functions.
aac0c6e3
MR
9105 (x_calc_absolute_position): Use them.
9106 (x_term_init): Omit removed `height' and `width' members.
9107
b8ff72fa
SM
9108 * w32term.c (x_display_pixel_height, x_display_pixel_width):
9109 New functions.
aac0c6e3
MR
9110 (w32_read_socket, x_calc_absolute_position): Use them.
9111 (w32_initialize_display_info, w32_term_init): Omit removed members
9112 of w32_display_info.
9113
b8ff72fa
SM
9114 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
9115 New functions.
9116 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 9117
b8ff72fa
SM
9118 * xterm.c (x_display_pixel_height, x_display_pixel_width):
9119 New functions.
aac0c6e3
MR
9120 (x_calc_absolute_position): Use them.
9121 (x_term_init): Omit removed `height' and `width' members.
9122
9123 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
9124 (compute_tip_xy):
9125 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
9126 * xmenu.c (menu_position_func): Use x_display_pixel_height and
9127 x_display_pixel_width.
9128
91292008-09-18 Kenichi Handa <handa@m17n.org>
9130
9131 * composite.c (fill_gstring_header): Don't check FROM and TO here.
9132 (composition_compute_stop_pos): Fix handling of static composition.
9133 (Fcomposition_get_gstring): Check FROM and TO at first.
9134
91352008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9136
46e722a9 9137 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
9138 mixup (YAILOM).
9139
91402008-09-17 Chong Yidong <cyd@stupidchicken.com>
9141
9142 * indent.c (Fvertical_motion): Use position reported by iterator
9143 instead of PT for determining screen motion (bug#943).
9144
91452008-09-17 Romain Francoise <romain@orebokech.com>
9146
9147 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
9148
91492008-09-17 Kenichi Handa <handa@m17n.org>
9150
9151 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
9152
9153 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
9154 if necessary.
9155
91562008-09-16 Kenichi Handa <handa@m17n.org>
9157
9158 * coding.c (make_conversion_work_buffer): Avoid calling
9159 Fget_buffer_create if it is not necessary.
9160
91612008-09-15 Martin Rudalics <rudalics@gmx.at>
9162
9163 * window.c (Fselect_window): Don't update window_select_count and
9164 use_time when norecord is not nil.
9165
91662008-09-14 Kenichi Handa <handa@m17n.org>
9167
9168 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
9169 specpdl_ptr.
9170
91712008-09-12 Kenichi Handa <handa@m17n.org>
9172
9173 * indent.c (scan_for_column): Don't handle automatic composition
9174 if the current buffer is not associated with a window.
9175
9176 * composite.c (composition_reseat_it): If the current buffer is
9177 not associated with a window, ignore the automatic composition.
9178 (find_automatic_composition): Likewise.
9179
91802008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9181
9182 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
9183 (Fgpm_mouse_stop): Use it.
9184 * termhooks.h (close_gpm): Declare.
9185 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
9186 connection if Gpm_GetEvent fails.
9187
9188 * window.c (set_window_buffer): Always preserve current-buffer.
9189
91902008-09-12 Glenn Morris <rgm@gnu.org>
9191
9192 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
9193
91942008-09-11 Glenn Morris <rgm@gnu.org>
9195
9196 * charset.c (charset-map-path): Doc fix.
9197
91982008-09-10 Kenichi Handa <handa@m17n.org>
9199
9200 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
9201
9202 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
9203 compose a grapheme cluster with the preceding base glyph.
9204
9205 * composite.c (composition_compute_stop_pos): Fix previous change.
9206 Reset cmp_it->id to -1 at first.
9207
92082008-09-10 Glenn Morris <rgm@gnu.org>
9209
9210 * Makefile.in (character.o, chartab.o): Fix config.h typo.
9211
92122008-09-09 Chong Yidong <cyd@stupidchicken.com>
9213
9214 * keyboard.c (read_key_sequence): Reapply translation maps when
9215 switching keyboards.
9216
92172008-09-09 Kenichi Handa <handa@m17n.org>
9218
9219 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
9220 characters.
9221
9222 * composite.c (FORWARD_CHAR): Fix calculation
9223 of (POSITION).pos_byte.
9224 (composition_compute_stop_pos): Limit the search of composition to
9225 at most 500 characters ahead. If we reach the limit or find a
9226 newline, set cmp_it->ch to -2 and return 0.
9227 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
9228
92292008-09-08 Kenichi Handa <handa@m17n.org>
9230
9231 * indent.c (Fvertical_motion): Be sure to set
9232 it_overshoot_expected if it.cmp_it.id is non-negative.
9233
92342008-09-07 Andreas Schwab <schwab@suse.de>
9235
9236 * callproc.c (Fcall_process): Don't hold references to string data
9237 across garbage collection. Move initialisation of new_argv down
9238 to avoid compiler bug.
9239
92402008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9241
9242 * process.c (Fsystem_process_attributes): Doc fix.
9243
92442008-09-07 Chong Yidong <cyd@stupidchicken.com>
9245
9246 * callproc.c (Fcall_process): Canonicalize current directory name.
9247
9248 * xdisp.c (move_it_to): When moving by vpos, ensure that the
9249 iterator advances to the next line if the current line ends in a
9250 continued tab.
9251
92522008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
9253
9254 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
9255 member to point to cmp_from.
9256
9257 * xdisp.c: Doc fix for references to gidx data member.
9258
92592008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9260
9261 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
9262
92632008-09-07 Kenichi Handa <handa@m17n.org>
9264
9265 * composite.c (FORWARD_CHAR): Check STOP after
9266 incrementing (POSITION).pos.
9267
92682008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9269
9270 * process.c (Fsystem_process_attributes): Doc fix.
9271
92722008-09-06 Chong Yidong <cyd@stupidchicken.com>
9273
9274 * keyboard.c (Ftop_level): Doc fix.
9275
92762008-09-06 Eli Zaretskii <eliz@gnu.org>
9277
9278 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
9279 minibuffer, don't let lower part of menu invade the echo area.
9280
9281 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
9282 "char *q" to access menu text and advance through it. Revert the
9283 change that displayed ">" instead of ASCII character 0x10.
9284
92852008-09-05 Eli Zaretskii <eliz@gnu.org>
9286
9287 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
9288 toggle boxes and radio buttons on MS-DOS as well.
9289
92902008-09-05 Kenichi Handa <handa@m17n.org>
9291
9292 * composite.c (autocmp_chars): Check lookback count.
9293 (composition_compute_stop_pos): Set cmp_it->lookback.
9294 (composition_reseat_it): Check lookback count.
9295 (struct position_record): New struct.
9296 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
9297 (find_automatic_composition): New function.
9298 (composition_adjust_point): Use find_automatic_composition.
9299
9300 * dispextern.h (struct composition_it): New member lookback.
9301
93022008-09-02 Chong Yidong <cyd@stupidchicken.com>
9303
9304 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
9305 if moving by a single line.
9306
93072008-09-02 Andreas Schwab <schwab@suse.de>
9308
9309 * xterm.c (x_delete_display): Fix merge error.
9310
9311 * fileio.c (Fexpand_file_name): Remove unused variables.
9312
93132008-09-02 Eli Zaretskii <eliz@gnu.org>
9314
9315 * fileio.c (Fexpand_file_name): Copy argument `name' into local
9316 storage on all platforms, not just on DOS_NT.
9317
93182008-09-02 Jason Rumney <jasonr@gnu.org>
9319
b8ff72fa
SM
9320 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
9321 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
9322
93232008-09-01 Chong Yidong <cyd@stupidchicken.com>
9324
9325 * xfaces.c (Finternal_set_alternative_font_family_alist)
9326 (Finternal_set_alternative_font_registry_alist): Properly copy
9327 entire alist structure.
9328
93292008-09-01 Kenichi Handa <handa@m17n.org>
9330
d66c0241 9331 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 9332 representative chars of the script is a vector.
d66c0241
JB
9333 (ftfont_list): Handle the case where the representative chars of
9334 the script is a vector.
aac0c6e3
MR
9335
9336 * character.c (syms_of_character): Docstring of
9337 script-representative-chars fixed.
9338
93392008-08-31 Eli Zaretskii <eliz@gnu.org>
9340
9341 * msdos.c (BUILD_CHAR_GLYPH): New macro.
9342 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
9343 the menu. Allocate larger buffer for `text', to account for
9344 possible ^C characters.
9345
93462008-08-31 Martin Rudalics <rudalics@gmx.at>
9347
9348 * xdisp.c (prepare_menu_bars): Don't call
9349 Vwindow_size_change_functions with arg Qt.
9350
93512008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9352
9353 * font.h (font_range):
9354 * fileio.c (report_file_error):
46e722a9
SM
9355 * composite.c (composition_update_it): Yet another int/Lisp_Object
9356 mixup (YAILOM).
aac0c6e3
MR
9357
93582008-08-30 Glenn Morris <rgm@gnu.org>
9359
9360 * data.c (Fmake_variable_frame_local): Doc fix.
9361
9362 * frame.c (Fmodify_frame_parameters): Doc fix.
9363
93642008-08-30 Eli Zaretskii <eliz@gnu.org>
9365
9366 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
9367 needed by GetTokenInformation.
9368 (w32_system_process_attributes): Check return values of all system
9369 APIs.
9370
9371 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
9372 only when the state changes.
9373 (IT_update_begin, IT_update_end): Add termscript trace.
9374
9375 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
9376 clipboard is unavailable. Set dst to NULL if it doesn't point to
9377 malloc'ed data.
9378 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
9379 passing random values to xfree.
9380
9381 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 9382 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
9383
93842008-08-29 Jason Rumney <jasonr@gnu.org>
9385
9386 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
9387
93882008-08-29 Eli Zaretskii <eliz@gnu.org>
9389
9390 * composite.c (fill_gstring_body): Avoid compiler warnings.
9391
9392 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
9393 LGLYPH_SET_CODE to avoid compiler warnings.
9394
2ae37cf0 9395 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
9396
9397 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
9398
9399 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
9400 LGLYPH_SET_CODE.
9401
94022008-08-29 Kenichi Handa <handa@m17n.org>
9403
9404 * fileio.c (report_file_error): Don't downcase the first character
9405 of errstring if it is still unibyte.
9406
94072008-08-29 Kenichi Handa <handa@m17n.org>
9408
9409 These changes are to re-implement the automatic composition so
9410 that it doesn't use text properties.
9411
9412 * Makefile.in (ftfont.o): Depend on composite.h.
9413 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
9414
9415 * character.h (Vunicode_category_table): Extern it.
9416
9417 * character.c (Vunicode_category_table): New variable.
9418 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
9419
9420 * chartab.c (optimize_sub_char_table): Perform more greedy
9421 optimization.
9422
b8ff72fa
SM
9423 * composite.h (enum composition_method):
9424 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
9425 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
9426 (Vcomposition_function_table): Extern it.
9427 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
9428 (composition_gstring_put_cache, composition_gstring_from_id)
9429 (composition_gstring_p, composition_gstring_width)
9430 (composition_compute_stop_pos, composition_reseat_it)
9431 (composition_update_it, composition_adjust_point): Extern them.
9432 (Fcomposition_get_gstring): EXFUN it.
9433
d66c0241 9434 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
9435 (Vcomposition_function_table)
9436 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
9437 (gstring_hash_table, gstring_work, gstring_work_headers):
9438 New variables.
aac0c6e3
MR
9439 (gstring_lookup_cache, composition_gstring_put_cache)
9440 (composition_gstring_from_id, composition_gstring_p)
9441 (composition_gstring_width, fill_gstring_header)
9442 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
9443 (composition_reseat_it, composition_update_it)
b8ff72fa 9444 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
9445 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
9446 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 9447 Defsubr composition_get_gstring.
aac0c6e3
MR
9448
9449 * dispextern.h (struct glyph): New union u.cmp. Delete the member
9450 cmp_id.
9451 (struct glyph_string): Delete the member gidx. New members
9452 cmp_id, cmp_from, and cmp_to.
9453 (enum it_method): Delete GET_FROM_COMPOSITION.
9454 (struct composition_it): New struct.
9455 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
9456 Delete c, len, cmp_id, cmp_len in u.comp.
9457
9458 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 9459 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 9460 (enum lglyph_indices): Likewise.
b8ff72fa 9461 (font_range): Adjust extern.
aac0c6e3
MR
9462 (font_fill_lglyph_metrics): Extern it.
9463
9464 * font.c (QCf): New variable.
9465 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9466 (font_prepare_composition): Delete this function.
9467 (font_range): Type and arguments changed.
9468 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
9469 (font_fill_lglyph_metrics): New function.
b8ff72fa 9470 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 9471 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
9472 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
9473 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
9474
9475 * fontset.h (font_for_char): Extern it.
9476
9477 * fontset.c (font_for_char): New function.
9478
9479 * ftfont.c: Include composite.h.
9480 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 9481 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
9482
9483 * indent.c: Include composite.h and dispextern.h.
9484 (check_composition): Delete this function.
9485 (scan_for_column): Handle composition by
9486 composition_compute_stop_pos, composition_reseat_it, and
9487 composition_update_it.
9488 (compute_motion): Likewise.
9489 (Fvertical_motion): Fix checking of composition.
9490
9491 * keyboard.c (adjust_point_for_property): Check composition by
9492 composition_adjust_point.
9493
b8ff72fa 9494 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
9495 struct glyph_string.
9496
b8ff72fa
SM
9497 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
9498 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
9499 struct glyph.
9500 (produce_composite_glyph): Likewise.
9501
b8ff72fa
SM
9502 * w32term.c (x_draw_composite_glyph_string_foreground):
9503 Adjust for the change of struct glyph_string.
aac0c6e3
MR
9504 (x_draw_glyph_string): Likewise.
9505
9506 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
9507 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9508
9509 * xdisp.c: Include font.h.
9510 (it_props): Delete the entry for Qauto_composed.
9511 (init_iterator): Initialize it->cmp_it.id to -1.
9512 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 9513 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
9514 (handle_auto_composed_prop): Delete it.
9515 (handle_composition_prop): Handle only static composition.
9516 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
9517 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 9518 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
9519 (pop_it): Likewise.
9520 (get_next_element): Delete next_element_from_composition.
9521 (CHAR_COMPOSED_P): New macro.
9522 (get_next_display_element): For automatic composition, get a face
9523 from the font in the glyph-string.
9524 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 9525 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
9526 (next_element_from_string): Check if the character at the current
9527 position is composed by CHAR_COMPOSED_P.
9528 (next_element_from_buffer): Likewise.
d66c0241
JB
9529 (next_element_from_composition): Adjust for the change of struct it.
9530 Update it->cmp_it.
b8ff72fa
SM
9531 (dump_glyph): Adjust for the change of struct glyph.
9532 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
9533 it and struct glyph. Don't handle automatic composition here.
9534 (fill_gstring_glyph_string): New function.
9535 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 9536 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
9537 (BUILD_GSTRING_GLYPH_STRING): New macro.
9538 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
9539 automatic composition.
b8ff72fa 9540 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 9541 struct glyph.
b8ff72fa 9542 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 9543
b8ff72fa 9544 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
9545 the change of struct glyph_string.
9546 (x_draw_glyph_string): Likewise.
9547
95482008-08-29 Glenn Morris <rgm@gnu.org>
9549
9550 * buffer.c (word-wrap): Doc fix.
9551 * xdisp.c (truncate-partial-width-windows): Doc fix.
9552 Increase default to 50.
9553
95542008-08-29 Chong Yidong <cyd@stupidchicken.com>
9555
9556 * xdisp.c (update_tool_bar_unwind): New function.
9557 (update_tool_bar): Temporarily set selected frame before building
9558 tool-bar items.
9559
95602008-08-28 Michael Albinus <michael.albinus@gmx.de>
9561
9562 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
9563 snprintf, respectively.
9564 (xd_append_arg): Convert strings with Fstring_make_unibyte.
9565
95662008-08-28 Chong Yidong <cyd@stupidchicken.com>
9567
9568 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
9569 LDFLAGS to GNUstep CC invocation.
9570
95712008-08-27 Chong Yidong <cyd@stupidchicken.com>
9572
9573 * indent.c (Fvertical_motion): Revert last change. Handle the
9574 general case where we are moving forward, and PT spans multiple
9575 screen lines.
9576
9577 * eval.c (find_handler_clause): Temporarily increase
9578 max-lisp-eval-depth while printing the backtrace buffer, to
9579 guarantee that help-mode code can run.
9580
95812008-08-27 Eli Zaretskii <eliz@gnu.org>
9582
9583 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
9584 colors under -rv.
9585 (IT_set_frame_parameters): Don't swap foreground and background
9586 colors if `(reverse . t)' is present in the frame properties.
9587 (internal_terminal_init): Call init_frame_faces only for the
9588 initial frame.
9589
95902008-08-27 Andreas Schwab <schwab@suse.de>
9591
9592 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
9593
95942008-08-27 Andreas Schwab <schwab@suse.de>
9595
9596 * search.c (search_buffer): Set char_base to zero only at the end.
9597
95982008-08-27 Kenichi Handa <handa@m17n.org>
9599
b8ff72fa 9600 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
9601
96022008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
9603
9604 * xterm.c (x_term_init): Temporarily hide the partially
9605 initialized terminal while calling vendor-specific-keysyms.
9606
96072008-08-26 Eli Zaretskii <eliz@gnu.org>
9608
9609 * msdos.c (internal_terminal_init): Most initializations done only
9610 once, especially initial_screen_colors[] and termscript open.
9611
96122008-08-26 Chong Yidong <cyd@stupidchicken.com>
9613
9614 * eval.c (Fcondition_case): Doc fix.
9615
9616 * widgetprv.h (EmacsFramePart): Change font member to the new font
9617 struct.
9618
9619 * widget.c: Include character.h and font.h for XSETFONT.
9620 (setup_frame_gcs): Compute X font id from font struct, just once.
9621
96222008-08-26 Eli Zaretskii <eliz@gnu.org>
9623
9624 * term.c (get_named_tty): Fix last change.
9625
96262008-08-26 Chong Yidong <cyd@stupidchicken.com>
9627
9628 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 9629 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
9630
96312008-08-25 Eli Zaretskii <eliz@gnu.org>
9632
9633 * frame.c (do_switch_frame): Mark previously displayed frame as
9634 obscured for FRAME_MSDOS_P frames as well.
9635
96362008-08-24 Eli Zaretskii <eliz@gnu.org>
9637
9638 * frame.c (make_terminal_frame): Initialize f->terminal,
9639 f->terminal->reference_count, and scroll bars on MS-DOS as well.
9640 Set the top frame to newly created frame.
9641 (Fmake_terminal_frame): Reuse the_only_display_info.
9642
9643 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
9644 estimating available memory.
9645
b97439ce 96462008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
9647
9648 * nsterm.m (ns_draw_window_cursor): Don't call
9649 NSDisableScreenUpdates and NSEnableScreenUpdates on
9650 non-NS_IMPL_COCOA systems.
9651
96522008-08-23 Andreas Schwab <schwab@suse.de>
9653
9654 * process.c (procfs_system_process_attributes): Fix use of
9655 uninitialized variables.
9656
96572008-08-23 Eli Zaretskii <eliz@gnu.org>
9658
9659 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
9660
9661 * dispnew.c (init_display): Remove MS-DOS specific conditions for
9662 calling tty-set-up-initial-frame-faces.
9663
b8ff72fa
SM
9664 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
9665 Allow MSDOS frames along with X frames.
aac0c6e3
MR
9666
9667 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
9668 addition to output_termcap.
9669
9670 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
9671
9672 * termchar.h (FRAME_TTY): Support output_msdos_raw.
9673 (struct tty_display_info) [MSDOS]: Add fields related to mouse
9674 highlight.
9675
9676 * process.c [!subprocesses]: Define QCname.
9677 (syms_of_process): Intern and staticpro it.
9678
9679 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
9680 Adjust for changes in encoding/decoding routines.
9681 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
9682 encode_coding and decode_coding.
9683
b8ff72fa 9684 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
9685
9686 * dosfns.c: Include frame.h before termhooks.h.
9687 (dos_cleanup): Use CURTTY ()->termscript instead of a global
9688 variable termscript.
9689
9690 * s/msdos.h (USER_FULL_NAME): Define.
9691 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
9692
9693 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
9694 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
9695 pw->pw_gecos.
9696
9697 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
9698 SELECTED_FRAME as additional (1st) argument.
9699 (tty_read_avail_input): Handle output_msdos_raw in
9700 addition to output_termcap.
9701
9702 * msdos.c: Include frame.h before termhooks.h.
9703 (mouse_on, mouse_off, mouse_moveto, mouse_init)
9704 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
9705 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
9706 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
9707 (IT_set_terminal_modes, IT_reset_terminal_modes)
9708 (IT_set_frame_parameters): Use tty->termscript instead of a global
9709 variable termscript.
9710 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
9711 global variable terminal_coding. Don't refer to
9712 Vnonascii_translation_table.
9713 (internal_terminal_init): Set Vwindow_system in current_kboard.
9714 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
9715 Announce date and time of session start, if termscript is open.
9716 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
9717 term.c:init_tty). Open termscript only of not already open.
9718 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
9719 here instead of dos_ttraw. Don't initialize display if this is an
9720 initial tty. Don't set FRAME_FONT.
9721 (Vwindow_system_version): Bump to 23.
9722 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
9723 is available, set up mouse_position_hook.
9724 (dos_ttraw, IT_set_terminal_modes): If called with initial
9725 terminal, do nothing.
9726 (IT_set_frame_parameters): Handle the Qtty_type frame
9727 parameter by calling internal_terminal_init.
9728 (dos_set_window_size, show_mouse_face)
9729 (clear_mouse_face, IT_note_mode_line_highlight)
9730 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
9731 (dos_rawgetc): Use tty_display_info instead of x_display_info.
9732 (initialize_msdos_display): New function.
9733 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
9734 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
9735 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
9736 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 9737 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
9738 (request_sigio, unrequest_sigio): Don't define, now defined on
9739 sysdep.c.
9740 (IT_write_glyphs): Rewrite to use encode_terminal_code.
9741
9742 * term.c [MSDOS]: Include msdos.h.
9743 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
9744 conditional to DOS_NT. Allow only one call to this function in a
9745 session. Don't allocate a new struct tty_display_info; instead,
9746 reuse the_only_display_info. Call get_tty_size to get screen
9747 dimensions. Call init_baud_rate to set bad_rate.
9748 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
9749 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 9750 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
9751 (get_tty_terminal, get_named_tty, Ftty_type)
9752 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
9753 output_termcap.
b8ff72fa
SM
9754 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
9755 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 9756 only when subprocesses are supported.
aac0c6e3
MR
9757
9758 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
9759 f->output_data.x.
9760 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
9761 terminal devices.
9762
5582fbc7 9763 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
9764 x_output.
9765 (FRAME_FONT): Use output_data.tty.
9766 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
9767 (struct x_display_info): Rename from display_info. Update all users in
9768 msdos.c.
aac0c6e3 9769 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 9770 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
9771 (dos_ttraw): Update prototype.
9772
9773 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
9774 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
9775
97762008-08-23 Jason Rumney <jasonr@gnu.org>
9777
9778 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
9779 (fn_TIFFSetDirectory): New library function used.
9780 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
9781 (tiff_load): Use :index to select among multiple images. Set count
9782 property when multiple images exist.
9783 (gif_format): Use :index, not :image.
9784
97852008-08-23 Chong Yidong <cyd@stupidchicken.com>
9786
9787 * xdisp.c (try_scrolling): Check INT_MAX instead of
9788 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
9789 to obtain INT_MAX.
9790
97912008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
9792
9793 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
9794
97952008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
9796
9797 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
9798 GNUstep library location.
9799
98002008-08-21 Chong Yidong <cyd@stupidchicken.com>
9801
9802 * xfaces.c (x_update_menu_appearance): Check validity of menu font
9803 before using it.
9804
9805 * puresize.h (BASE_PURESIZE): Increase to 1250000.
9806
98072008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9808
9809 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
9810 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
9811 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
9812 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
9813 (EmacsApp-cursor_blink_handler): Remove declaration.
9814 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
9815 match 01 Feb 2008 changes in xterm.c.
9816 (ns_read_socket): Add cast to avoid warning.
9817 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
9818 GNUstep.
9819
98202008-08-20 Chong Yidong <cyd@stupidchicken.com>
9821
9822 * xselect.c (x_get_foreign_selection): Return nil if desired
9823 selection could not be obtained, instead of signalling an error.
9824
98252008-08-20 David Reitter <david.reitter@gmail.com>
9826
9827 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
9828 * nsterm.m: Remove ns-specific code for cursor blinking.
9829 (ns_draw_window_cursor): Clear cursor properly rather than
9830 redrawing the area. Respect width of bar cursors.
9831 These changes enable the use of generic blink-cursor-mode and
9832 generic cursor types in NS and support smooth cursor movements (do
9833 not blink off after command).
9834 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
9835 Nextstep, too.
9836
98372008-08-19 Kenichi Handa <handa@m17n.org>
9838
9839 * font.c (Vfont_log_deferred): New variable.
9840 (font_add_log): Check Vfont_log_deferred.
9841 (font_deferred_log): New function.
9842
9843 * font.h (font_deferred_log): Extern it.
9844
9845 * fontset.c (reorder_font_vector): Use encoding charset of fonts
9846 for sorting.
9847 (face_for_char): Use deferred log.
9848
98492008-08-18 Kenichi Handa <handa@m17n.org>
9850
9851 * fontset.c (face_for_char): Add font log.
9852
9853 * font.c (font_add_log): Add the font properties :script, :lang,
9854 and :otf in the log.
9855
98562008-08-17 Chong Yidong <cyd@stupidchicken.com>
9857
9858 * xdisp.c: Remove dead code.
9859 (handle_invisible_prop, next_overlay_string): Defer call to
9860 setup_for_ellipsis.
9861 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
9862
98632008-08-15 Chong Yidong <cyd@stupidchicken.com>
9864
9865 * xfaces.c (lookup_derived_face): Properly handle possible zero
9866 return value of get_lface_attributes.
9867 (merge_faces): Don't tell lookup_derived_face to signal an error
9868 if face is not found.
9869
9870 * dired.c (Fdirectory_files): Doc fix.
9871
9872 * process.c (make_process): Initialize kill_without_query struct
9873 member.
9874
98752008-08-15 Eli Zaretskii <eliz@gnu.org>
9876
9877 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
9878 Alternative calculation of totphys for Visual Studio 6.
9879
9880 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
9881
9882 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
9883 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
9884 All users changed.
9885 (stat): Only root directory passed to GetDriveType. Allow RAM
9886 disk as well as local fixed disk when w32-get-true-file-attributes
9887 is set to `local'.
9888 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
9889 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
9890 (w32_cached_id, w32_add_to_cache): New functions.
9891 (get_name_and_id): Look account names in the cache before calling
9892 lookup_account_sid.
9893 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
9894 New initialization flags.
9895 (globals_of_w32): Initialize them to zero.
9896 (w32_system_process_attributes): Use w32_cached_id and
9897 w32_add_to_cache.
9898
98992008-08-14 Lawrence Mitchell <wence@gmx.li>
9900
9901 * lread.c (Fread_char, Fread_char_exclusive): If no character
9902 event is read before timeout is reached, return nil, rather than
9903 converting to a number.
9904
99052008-08-14 Chong Yidong <cyd@stupidchicken.com>
9906
9907 * fns.c (use_dialog_box): Doc fix.
9908
9909 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
9910 on OS X.
9911
99122008-08-13 Chong Yidong <cyd@stupidchicken.com>
9913
9914 * frame.c (Qns_parse_geometry): New var.
9915 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
9916
99172008-08-11 Chong Yidong <cyd@stupidchicken.com>
9918
9919 * xdisp.c (x_produce_glyphs): Handle the case when font has no
9920 space character in calculating tabs.
9921
99222008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
9923
9924 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
9925
99262008-08-10 Glenn Morris <rgm@gnu.org>
9927
9928 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
9929 silence gcc "limited range of data type" warnings in some
9930 make_fixnum_or_float calls.
9931
99322008-08-09 Eli Zaretskii <eliz@gnu.org>
9933
9934 * w32.c (w32_system_process_attributes): If the process does not
9935 exist, return nil.
9936
9937 * w32.c: Include thelp32.h, psapi.h and coding.h.
9938 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
9939 declarations.
9940 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
9941 (Process32Next_Proc): New typedefs.
9942 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
9943 (g_b_init_process32_next, g_b_init_open_thread_token)
9944 (g_b_init_impersonate_self, g_b_init_revert_to_self)
9945 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
9946 (g_b_init_get_process_working_set_size)
9947 (g_b_init_global_memory_status_ex): New static variables.
9948 (globals_of_w32): Initialize them.
9949 (create_toolhelp32_snapshot, process32_first, process32_next)
9950 (open_thread_token, impersonate_self, revert_to_self)
9951 (get_process_memory_info, get_process_working_set_size)
9952 (global_memory_status, global_memory_status_ex): New wrapper
9953 functions.
9954 (w32_list_system_processes, w32_system_process_attributes)
9955 (enable_privilege, restore_privilege, ltime, process_times):
9956 New functions.
9957 (convert_time_raw): New function.
9958 (convert_time): Remove conversion of FILETIME into time in 100
9959 nsec units, call convert_time_raw instead.
9960
9961 * process.h (w32_list_system_processes, w32_system_process_attributes):
9962 Add prototypes.
9963 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
9964 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
9965 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
9966 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
9967
9968 * process.c (Fsystem_process_attributes): Doc fix.
9969
99702008-08-08 Chong Yidong <cyd@stupidchicken.com>
9971
9972 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
9973 a continued multi-char glyph; if so, advance to the actual glyph.
9974
99752008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9976
9977 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
9978
9979 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
9980 (.m.o): Use it.
9981 * config.in: Regenerate.
9982
99832008-08-07 Chong Yidong <cyd@stupidchicken.com>
9984
9985 * xdisp.c (redisplay_window): Revert last change.
9986 (try_window): Check bottom scroll margin too.
9987
99882008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9989
9990 * config.in: Regenerate.
9991
9992 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
9993 -list-load-path-shadows'.
9994 (nsgui.h): Reduce number of things depending on it.
9995
99962008-08-06 Chong Yidong <cyd@stupidchicken.com>
9997
9998 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
9999 instead of window-end which does the wrong thing at eob.
10000 (try_cursor_movement): Minor optimization.
10001 (redisplay_window): If scroll margin is defined, don't assume
10002 window doesn't need scrolling.
10003
100042008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10005
10006 * config.in: Regenerate.
10007
10008 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
10009 (mostlyclean): Don't delete *.d under NS.
10010
10011 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
10012
100132008-08-06 Kenichi Handa <handa@m17n.org>
10014
10015 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
10016
100172008-08-06 Andreas Schwab <schwab@suse.de>
10018
10019 * config.in: Regenerate.
10020
100212008-08-05 Chong Yidong <cyd@stupidchicken.com>
10022
10023 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
10024 forcing a window start.
10025
10026 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
10027 (auto_save_1): Update modtime when auto-save-list-file-name is on.
10028
100292008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10030
10031 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
10032 argument.
10033
100342008-08-05 Juanma Barranquero <lekktu@gmail.com>
10035
10036 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
10037 <scroll-down-aggressively, before-change-functions>:
10038 <after-change-functions>: Reflow docstrings.
10039
100402008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
acd0102a 10041 Ken Raeburn <raeburn@gnu.org>
aac0c6e3
MR
10042
10043 Dock menu customization, based on a patch by Ken Raeburn, plus some
10044 other fixes.
10045 * nsmenu.m (dockMenu): New variable.
10046 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
10047
10048 * nsterm.h (dockMenu): Declare.
10049
10050 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
10051 (ns_term_init): Initialize dockMenu.
10052 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
10053 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
10054 left.
10055
10056 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
10057
100582008-08-04 Chong Yidong <cyd@stupidchicken.com>
10059
10060 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
10061
10062 * config.in: Regenerate.
10063
100642008-08-04 Seiji Zenitani <zenitani@mac.com>
10065
10066 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
10067
100682008-08-04 Chong Yidong <cyd@stupidchicken.com>
10069
10070 * nsterm.h (find_and_call_menu_selection): Fix prototype.
10071
100722008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10073
10074 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
10075
10076 * keyboard.h: Comment an #endif.
10077
10078 * lisp.h (have_menus_p): Adjust comment.
10079
10080 * menu.c (find_and_return_menu_selection): Fix comparison with
10081 client_data.
10082
10083 * nsmenu.m (popup_activated_flag): New variable.
10084 (popup_activated): New function.
10085 (menu-or-popup-active-p): New exported lisp definition.
10086 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
10087 when popup done.
10088 (ns_popup_dialog): Set popup_activated_flag.
10089
10090 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
10091 version for GNUstep (handled by conditional typedef in nsterm.m).
10092 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
10093 in rgb.txt).
10094
10095 * process.c (init_process): Use DARWIN_OS, not DARWIN.
10096
10097 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
10098
10099 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
10100
10101 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
10102 shortcircuit if popup_activated like GTK and X toolkit.
10103
10104 * m/inter386.h: Change DARWIN to DARWIN_OS.
10105
10106 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
10107 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
10108 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
10109 comment on NO_SOCK_SIGIO.
10110
101112008-08-03 Chong Yidong <cyd@stupidchicken.com>
10112
10113 * nsterm.m (windowDidResize): Remove stopModal call.
10114
101152008-08-03 Andreas Schwab <schwab@suse.de>
10116
10117 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
10118 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
10119
101202008-08-02 Chong Yidong <cyd@stupidchicken.com>
10121
10122 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
10123 Don't use uninitialized pointer variable when using getrlimit.
10124
101252008-08-02 Jason Rumney <jasonr@gnu.org>
10126
10127 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
10128
101292008-08-02 Eli Zaretskii <eliz@gnu.org>
10130
10131 * alloc.c (NSTATICS): Bump to 0x640.
10132
10133 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
10134
10135 * lisp.h: Add prototype for directory_files_internal.
10136
10137 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
10138 New functions.
10139 (syms_of_process): Defsubr them. Add initializations for various
10140 Q* symbols used in procfs_system_process_attributes.
10141 (procfs_list_system_processes, procfs_system_process_attributes)
10142 [HAVE_PROCFS]: New functions.
10143 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
10144 (procfs_get_total_memory): New functions.
10145
101462008-08-01 Juanma Barranquero <lekktu@gmail.com>
10147
10148 * xfaces.c (Fx_load_color_file): Fix previous change;
10149 it is #ifdef WINDOWSNT, not WINDOWS_NT.
10150
101512008-08-01 Michael Albinus <michael.albinus@gmx.de>
10152
10153 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
10154
101552008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10156
10157 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
10158
101592008-08-01 Chong Yidong <cyd@stupidchicken.com>
10160
10161 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
10162
10163 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
10164 define NSApplicationDelegateReplySuccess.
10165 (EmacsView -converstationIdentifier): Use long instead of
10166 NSInteger for GNUstep, since it doesn't have NSInteger.
10167
10168 * xmenu.c: Revert last change.
10169
10170 * keyboard.h: Fix last change.
10171
101722008-08-01 Juanma Barranquero <lekktu@gmail.com>
10173
10174 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
10175 on Windows.
10176
101772008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10178
10179 Warning clearing and clean-up in NS port.
10180 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
10181 Add prototypes.
10182 * nsgui.h (FACE_DEFAULT): Remove, unused.
10183 (XGCValues): Change colors to unsigned long.
10184 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
10185 nsterm.m.
10186 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
10187 (ns_list_fonts): Remove, unused.
10188 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
10189 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
10190 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
10191 (nsfont_draw): Compare face colors to 0, not nil.
10192 * nsmenu.m (struct widget_value): Drop unneeded declaration.
10193 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
10194 (-addSubmenuWithTitle:): Use NSMenuItem class.
10195 (ns_popup_menu): Use NO, not NULL, for enabled setting.
10196 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
10197 (ns_clip_to_row): Make gc arg a BOOL.
10198 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
10199 ns_clip_to_row() call.
10200 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
10201 used). Cast FRAME_FONT assignments.
10202 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
10203 (ns_string_to_lispmod): Change arg to const char.
10204 (ns_term_init): Use NSMenuItem class.
10205 (EmacsApp -openFile:): Move to different section of file.
10206 (EmacsApp -application:openFiles:): Don't return a value, call
10207 -replyToOpenOrPrint:.
10208 (EmacsView -keyDown:): Fix up cast.
10209 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
10210 (EmacsView -menuDown:): Cast tag in call to
10211 find_and_call_menu_selection().
10212 (ns_list_fonts): Remove, unused.
10213 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
10214 (ns_fontname_to_xlfd): Make static.
10215 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
10216 Remove prototypes (now in keyboard.h).
10217 (next_menubar_widget_id): Remove, unused.
10218 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
10219 Remove prototypes (now in keyboard.h).
10220 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
10221
102222008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
10223
10224 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
10225 (floatfns.o): Depend on syssignal.h.
10226 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
10227
10228 * systty.h: Fix previous change that removed BSD_TERMIOS.
10229 Add comments to #ifdefs.
10230
102312008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10232
10233 * w32fns.c (w32-load-color-file): Remove.
10234 (x-open-connection): Use renamed Fx_load_color_file.
10235 * xfaces.c (x-load-color-file): Add.
10236 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
10237 Emacs.clr.
10238 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
10239
102402008-07-31 Michael Albinus <michael.albinus@gmx.de>
10241
10242 * dbusbind.c (Fdbus_call_method_asynchronously)
10243 (Fdbus_method_error_internal): New defuns.
10244 (xd_read_message): Handle also reply messages.
10245 (Vdbus_registered_functions_table): Extend docstring.
10246
102472008-07-31 Juanma Barranquero <lekktu@gmail.com>
10248
10249 * keyboard.c (gobble_input): Fix previous change.
10250
102512008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
10252
10253 * bitmaps/README:
10254 * xfns.c:
10255 * termcap.c:
10256 * term.c:
10257 * syswait.h:
10258 * systty.h:
10259 * systime.h:
10260 * syssignal.h:
10261 * sysdep.c:
10262 * process.h:
10263 * process.c:
10264 * print.c:
10265 * ndir.h:
10266 * lread.c:
10267 * keyboard.c:
10268 * getpagesize.h:
10269 * floatfns.c:
10270 * fileio.c:
10271 * emacs.c:
10272 * doc.c:
10273 * dispnew.c:
10274 * dired.c:
10275 * data.c:
10276 * callproc.c:
10277 * buffer.c:
10278 * README:
10279 * Makefile.in:
10280 * s/template.h:
10281 * s/msdos.h:
10282 * m/vax.h: Remove VMS support.
10283 * s/vms.h:
10284 * vlimit.h:
10285 * uaf.h:
10286 * temacs.opt:
10287 * param.h:
10288 * ioctl.h: Remove file.
10289
102902008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
10291
10292 * s/ms-w32.h (MULTI_KBOARD): Remove.
10293 * xterm.c:
10294 * xselect.c:
10295 * xfns.c:
10296 * window.c:
10297 * w32term.c:
10298 * w32fns.c:
10299 * terminal.c:
10300 * termhooks.h:
10301 * term.c:
10302 * sysdep.c:
10303 * keyboard.h:
10304 * keyboard.c:
10305 * frame.h:
10306 * frame.c:
10307 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
10308 * config.in: Regenerate.
10309
103102008-07-30 Jason Rumney <jasonr@gnu.org>
10311
10312 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
10313
10314 * w32font.c (w32font_encode_char): Leave as unicode if in range.
10315 (w32font_open_internal): Get unicode version of textmetrics.
10316 Don't enable or disable glyph indices here.
10317 (w32font_open): Disable use of glyph indices.
10318
10319 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
10320
103212008-07-30 Chong Yidong <cyd@stupidchicken.com>
10322
10323 * minibuf.c (Vread_buffer_function): Doc fix.
10324
103252008-07-30 John Paul Wallington <jpw@pobox.com>
10326
10327 * minibuf.c (read_buffer_completion_ignore_case): New var.
10328 (Fread_buffer): Use it.
10329
103302008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
10331
10332 * systty.h (sensemode): Remove empty #if. Remove reference to
10333 BSD_TERMIOS, unused.
10334
10335 * sysdep.c: Remove reference to DGUX.
10336 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
10337
10338 * config.in: Regenerate.
10339
103402008-07-30 Jason Rumney <jasonr@gnu.org>
10341
10342 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
10343
103442008-07-29 Jason Rumney <jasonr@gnu.org>
10345
10346 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
10347 is populated.
10348 (uniscribe_encode_char): Always use uniscribe.
10349 Avoid using context if cache is populated.
10350
103512008-07-29 Jan Djärv <jan.h.d@swipnet.se>
10352
10353 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
10354 open menu.
10355
10356 * gtkutil.c (menu_nav_ended): Remove.
10357 (create_menus): Remove signal connect for menu_nav_ended.
10358
103592008-07-28 Chong Yidong <cyd@stupidchicken.com>
10360
10361 * xdisp.c (redisplay_window): Check return value of
10362 compute_window_start_on_continuation_line before forcing a window
10363 start.
10364
103652008-07-28 Jason Rumney <jasonr@gnu.org>
10366
10367 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
10368
10369 * w32term.c (w32_enable_unicode_output, cleartype_active):
10370 Remove obsolete display options.
10371 (x_draw_glyph_string_background): Don't use old cleartype_active
10372 workaround.
10373 (w32_initialize): Remove cleartype_active initialization.
10374 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
10375
103762008-07-28 Andreas Schwab <schwab@suse.de>
10377
10378 * lisp.h (init_weak_hash_tables, syms_of_font)
10379 (xd_read_queued_messages, syms_of_dbusbind): Declare.
10380 (remove_hash_entry): Don't declare.
10381 * eval.c (maybe_call_debugger): Make static and move before use.
10382 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
10383 * xdisp.c: Include "gtkutil.h" if USE_GTK.
10384 * xterm.h (x_set_frame_alpha): Declare.
10385
103862008-07-28 Jan Djärv <jan.h.d@swipnet.se>
10387
10388 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
10389 (create_menus): Connect selection-done to menu_nav_ended.
10390
103912008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10392
10393 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
10394 Set Vx_resource_name to a fallback. Replace read of 'buffered'
10395 parameter with read of 'alpha' one.
10396 (Qns_frame_parameter): Remove.
5582fbc7 10397 * nsselect.m (selection-coding-system)
aac0c6e3
MR
10398 (next-selection-coding-system, Vselection_coding_system)
10399 (Vnext_selection_coding_system): Drop.
10400
104012008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10402
10403 * nsfns.m (do-applescript, do_applescript): Rename to
10404 ns-do-applescript, ns_do_applescript, and move within file.
10405
104062008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10407
10408 Remove support for Mac Carbon.
10409 * mactoolbox.c:
10410 * macterm.h:
10411 * macterm.c:
10412 * macselect.c:
10413 * macmenu.c:
10414 * macgui.h:
10415 * macfns.c:
10416 * mac.c: Remove file.
10417 * s/darwin.h:
10418 * m/intel386.h:
10419 * xfaces.c:
10420 * xdisp.c:
10421 * window.c:
10422 * tparam.c:
10423 * termhooks.h:
10424 * termcap.c:
10425 * term.c:
10426 * syssignal.h:
10427 * sysselect.h:
10428 * sysdep.c:
10429 * process.c:
10430 * lread.c:
10431 * lisp.h:
10432 * keyboard.c:
10433 * image.c:
10434 * fringe.c:
10435 * frame.h:
10436 * frame.c:
10437 * fontset.c:
10438 * font.h:
10439 * font.c:
10440 * fns.c:
10441 * fileio.c:
10442 * emacs.c:
10443 * dispnew.c:
10444 * dispextern.h:
10445 * config.in:
10446 * atimer.c:
2ae37cf0 10447 * Makefile.in: Remove code for Carbon.
aac0c6e3 10448
f0131492 104492008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
10450
10451 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
10452
104532008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10454
10455 * macterm.h (kCGBitmapByteOrder32Host): New define for
10456 non-universal SDKs.
10457
10458 * image.c (mac_create_cg_image_from_image, image_load_image_io)
10459 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10460
10461 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
10462 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10463
104642008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
10465
10466 * w32inevt.c: Include dispextern.h.
10467
104682008-07-26 Andreas Schwab <schwab@suse.de>
10469
10470 * print.c (print_object): Fix off-by-one in last change.
10471
104722008-07-25 Juanma Barranquero <lekktu@gmail.com>
10473
10474 * term.c (syms_of_term): Don't initialize default_orig_pair,
10475 default_set_foreground and default_set_background on Windows.
10476
104772008-07-25 Jason Rumney <jasonr@gnu.org>
10478
10479 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
10480 ScriptItemize. Clean up return value checking. Remove unused
10481 variables.
10482 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
10483 shaping engine.
10484
10485 * w32font.c (w32font_has_char): Handle the case where we can't
10486 determine the script for a character.
10487
104882008-07-25 Chong Yidong <cyd@stupidchicken.com>
10489
10490 * term.c (syms_of_term): Initialize default_orig_pair,
10491 default_set_foreground, and default_set_background.
10492
10493 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
10494 clash (bug#86).
10495 (getloadavg): Callers changed.
10496
10497 * image.c (svg_load_image): Fix last change.
10498 (svg_load_image): Use rsvg_handle_get_dimensions to check that
10499 image size is valid. Use g_object_unref instead of deprecated
10500 rsvg_handle_free to free rsvg handle.
10501 (x_from_xcolors): Don't initialize pixmap (silence compiler).
10502
105032008-07-25 Jason Rumney <jasonr@gnu.org>
10504
10505 * w32font.c (w32font_encode_char): Encode characters outside BMP as
10506 surrogates before looking up glyph index.
10507 (w32font_text_extents): Encode as surrogates if falling back to
10508 functions that need UTF-16 wide chars.
10509
10510 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
10511 BMP as surrogates before looking up glyph index.
10512
105132008-07-25 Chong Yidong <cyd@stupidchicken.com>
10514
10515 * image.c (svg_load_image): Check for failure in return value of
10516 rsvg_handle_get_pixbuf. Free rsvg handle when done.
10517
105182008-07-25 Jason Rumney <jasonr@gnu.org>
10519
10520 * w32font.c (Fx_select_font): Reverse sense of second arg.
10521
105222008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10523
10524 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
10525 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
10526
10527 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
10528 (PURESIZE): Use it.
10529
105302008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10531
10532 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
10533 * m/alpha.h (TEXT_END):
10534 * m/ibmrs6000.h (TEXT_END):
10535 * m/macppc.h (TEXT_END):
10536 * s/darwin.h (TEXT_END):
10537 * s/msdos.h (TEXT_END): Remove, unused.
10538 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
10539 * s/cygwin.h: Remove comment.
10540
10541 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
10542 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
10543 * m/intel386.h (DOT_GLOBAL_START):
10544 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
10545 (USG): Remove, file not used on USG platforms.
10546
10547 * Makefile.in (HAVE_X11): Remove empty #else.
10548
105492008-07-24 Andreas Schwab <schwab@suse.de>
10550
10551 * fileio.c (Finsert_file_contents): Properly adjust undo list
10552 after format conversion.
10553
105542008-07-24 Jan Djärv <jan.h.d@swipnet.se>
10555
10556 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
10557 (menu_nav_ended): Remove.
10558 (create_menus): Remove signal connect for menu_nav_ended.
10559 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
10560 create_menus.
10561 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
10562
105632008-07-23 Jason Rumney <jasonr@gnu.org>
10564
10565 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
10566 with opened font.
10567 (w32font_open): Set font type to gdi.
10568
10569 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
10570
105712008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10572
10573 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
10574 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
10575 defines it.
10576 * unexec.c (ADDR_CORRECT): Define unconditionally.
10577
10578 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
10579
10580 * unexec.c: Remove code depending on !COFF and USG, the file is
10581 not used for such systems.
10582
10583 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
10584 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
10585 (LD_SWITCH_SYSTEM_1): Remove, update users.
10586
10587 * s/darwin.h (DATA_END):
10588 * m/intel386.h (DATA_END):
10589 * m/ibmrs6000.h (DATA_END):
10590 * m/alpha.h (DATA_END): Remove, unused.
10591
10592 * config.in: Regenerate.
10593 * s/ms-w32.h (subprocesses): Define unconditionally.
10594 * s/template.h (subprocesses): Update comment.
10595 * s/vms.h (subprocesses):
10596 * s/usg5-4.h (subprocesses):
10597 * s/hpux10-20.h (subprocesses):
10598 * s/gnu-linux.h (subprocesses):
10599 * s/cygwin.h (subprocesses):
10600 * s/bsd-common.h (subprocesses):
10601 * s/aix4-2.h (subprocesses):
10602 * s/darwin.h (subprocesses): Do not define, defined by default now.
10603
10604 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
10605 Remove all references.
10606 (temacs): Add GNUstep specific ld flags.
10607
10608 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
10609 similarly to what X does.
10610
106112008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10612
10613 * nsfns.m (x-list-fonts): Remove.
10614 (syms_of_nsfns): Drop the x-list-fonts declaration.
10615 * nsterm.m: Get rid of remaining "//" comments.
10616
106172008-07-22 Chong Yidong <cyd@stupidchicken.com>
10618
10619 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
10620
10621 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
10622 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
10623 (Fns_own_selection_internal, Fx_disown_selection_internal)
10624 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
10625
10626 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
10627 ... */' style of docstrings. Doc fixes.
10628
106292008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10630
10631 * terminfo.c (UP, BC, PC): Undo previous change.
10632
10633 * nsfns.m: Rename ns prefixed functions/variables to the
10634 corresponding x versions. Update references.
10635
106362008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10637
10638 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
10639
106402008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10641
10642 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
10643 Remove forwarding functions.
10644 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
10645 non-static.
10646 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
10647 non-static.
10648 (ns_frame_parm_handlers): Use the new names.
10649 (syms_of_nsfns): Move to the end of file.
10650
10651 * nsterm.m (syms_of_nsterm): Move to the end of file.
10652
10653 * dispnew.c (init_display): Remove code for X10.
10654
106552008-07-22 Jason Rumney <jasonr@gnu.org>
10656
10657 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
10658 bare drive.
10659
106602008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10661
10662 * nsterm.m (syms_of_nsterm): Remove debugging println.
10663
106642008-07-22 David Reitter <david.reitter@gmail.com>
10665
10666 * nsfns.m (do_applescript, F_do_applescript): NS version of the
10667 Carbon implementation of the same functionality: execute arbitrary
10668 AppleScript code.
10669
106702008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10671
10672 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
10673 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
10674 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
10675 (Fx_display_mm_height, Fx_display_mm_width)
10676 (Fx_display_backing_store, Fx_display_visual_class)
10677 (Fx_display_save_under, Fx_open_connection)
10678 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
10679 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
10680 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10681 (Fx_display_pixel_width, Fx_display_pixel_height)
10682 (Fx_display_usable_bounds, Fx_display_planes)
10683 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
10684 ... */' style of docstrings.
10685
106862008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10687
10688 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
10689 on this platform.
10690 (mips):
10691 * m/iris4d.h (mips): Do not define.
10692 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
10693
10694 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
10695
10696 * image.c:
10697 * nsfns.m:
10698 * nsselect.m:
10699 * nsterm.h:
10700 * nsterm.m: Rename ns prefixed functions/variables to the
10701 corresponding x versions. Update references.
10702
10703 * m/ibms390x.h (NO_REMAP): Do not undefine.
10704
10705 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
10706
107072008-07-21 Chong Yidong <cyd@stupidchicken.com>
10708
10709 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
10710 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
10711 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
10712 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
10713 (Fns_display_mm_height, Fns_display_mm_width)
10714 (Fns_display_backing_store, Fns_display_visual_class)
10715 (Fns_display_save_under, Fns_open_connection)
10716 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
10717 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
10718 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10719 (Fns_display_pixel_width, Fns_display_pixel_height)
10720 (Fns_display_usable_bounds, Fx_display_planes)
10721 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
10722
107232008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
10724
10725 * print.c (print_object): Check print_depth before searching for
10726 circularities.
10727
107282008-07-21 Michael Albinus <michael.albinus@gmx.de>
10729
10730 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
10731 only sprintf.
10732
107332008-07-21 Kenichi Handa <handa@m17n.org>
10734
10735 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
10736
107372008-07-20 Andreas Schwab <schwab@suse.de>
10738
10739 * syntax.c (find_start_pos, find_start_value)
10740 (find_start_value_byte, find_start_begv, find_defun_start)
10741 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
10742
107432008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10744
10745 * s/sol2-3.h: Insert contents of s/sol2.h.
10746 (LD_SWITCH_SYSTEM): Remove redundant definition.
10747 * s/sol2.h: Remove, unused.
10748
107492008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10750
10751 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
10752
107532008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10754
10755 * Makefile.in (ns_appdir): Fix typo in find command.
10756
107572008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10758
10759 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
10760
10761 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
10762 added not supported anymore.
10763
10764 * s/usg5-4-2.h (LIBS_SYSTEM):
10765 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
10766
10767 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10768 * s/lynxos.h (GETPGRP_NO_ARG):
10769 * s/hpux10-20.h (NO_SIOCTL_H):
10770 * s/gnu.h (GETPGRP_NO_ARG):
10771 * s/gnu-linux.h (NO_SIOCTL_H):
10772 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10773 * s/cygwin.h (GETPGRP_NO_ARG):
10774 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
10775 (C_DEBUG_SWITCH): Remove duplicate definition.
10776
10777 * m/ibms390.h: Remove boilerplate comments.
10778
10779 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
10780
10781 * process.c (HAVE_SERIAL): Consolidate ifdefs.
10782 (wait_reading_process_output): Remove code for SunOS, platform not
10783 supported anymore. Use SOLARIS2 instead of sun.
10784
107852008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10786
10787 * font.c (font_open_by_name): Under NS, default lface height to zero.
10788 (font_open_for_lface): Under NS, set size based on frame fontsize.
10789 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
10790 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
10791
107922008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10793
10794 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
10795 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
10796 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
10797 YES/NO.
10798 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
10799 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
10800 * Makefile.in (clean): Clear out build destination dir.
10801
108022008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10803
10804 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
10805 xterm, xselect.
10806 * lisp.h: Remove declaration of hash_remove.
10807 * nsgui.h: Remove redefinitions of hash_remove.
10808 * fns.c (hash_remove): Rename to hash_remove_from_table.
10809
108102008-07-19 Seiji Zenitani <zenitani@mac.com>
10811
10812 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
10813 strdup() the family UTF8String before modifying it.
10814
108152008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10816
10817 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
10818 NS_FACE_BACKGROUND with 0 instead of nil.
10819 * nsfont.m (nsfont_draw): Same.
10820
108212008-07-19 Chong Yidong <cyd@stupidchicken.com>
10822
10823 * nsfns.m (ns_set_background_color): Fix crash.
10824
108252008-07-18 Chong Yidong <cyd@stupidchicken.com>
10826
10827 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
10828
108292008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
10830
10831 * puresize.h (BASE_PURESIZE): Increase to 1240000.
10832
108332008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10834
10835 * gtkutil.c: Include <config.h> instead of "config.h".
10836
10837 * lisp.h (Foverlay_buffer): Add EXFUN.
10838
10839 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
10840 child process to complete child_setup. Undo 2005-09-21 change.
10841
10842 * s/darwin.h: Mention setsid after vfork.
10843
108442008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10845
10846 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
10847 Depend on macgui.h.
10848
10849 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
10850 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
10851
10852 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
10853 and f19.
10854 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
10855
10856 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
10857 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
10858 Remove enumerators.
10859
10860 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
10861 Check if FACE_FROM_ID returns NULL.
10862
108632008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
10864
10865 * w32inevt.c (change_frame_size): Remove extern declaration.
10866 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
10867 change_frame_size.
10868
108692008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10870
10871 * getloadavg.c: Revert last change (2008-07-15).
10872
108732008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10874
10875 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 10876 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
10877 from configure.
10878
108792008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10880
10881 * s/sol2.h:
10882 * s/sol2-4.h: Reorganize conditionals.
10883
10884 * ecrt0.c: Remove code depending on m68000, not used anymore.
10885
10886 * fns.c (hash_remove): Make static.
10887 * lisp.h (hash_remove): Don't prototype.
10888
10889 * m/ibmrs6000.h:
10890 * m/ibms390x.h:
10891 * m/macppc.h: Remove boilerplate comments.
10892
10893 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
10894 Solaris, which does not need them.
10895
10896 * m/vax.h: Remove comments about unsupported systems.
10897
10898 * s/darwin.h: Reorganize ifdefs.
10899
109002008-07-17 Andreas Schwab <schwab@suse.de>
10901
10902 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
10903
109042008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10905
10906 Use SDATA. Follow coding convention of placing operators at
10907 beginning of next line rather than end of previous line, and placing
10908 spaces around infix operators.
10909
10910 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
10911 in case it was defined already.
10912 USE @GNUSTEP_MAKEFILES@ rather than envvars.
10913 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
10914 ns_default.
10915 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
10916 Lisp_Objects.
10917 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
10918 (ns_defined_color, ns_color_to_lisp): Declare.
10919 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
10920 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
10921 it's accepted even with USE_LISP_UNION_TYPE.
10922 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
10923 (update_frame_tool_bar): Remove apparently obsolete tests for
10924 non-integerness of f->tool_bar_lines.
10925 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
10926 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
10927 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
10928 (nsfont_open): Don't confuse NULL for Qnil.
10929 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
10930 * menu.h (find_and_call_menu_selection):
10931 * menu.c (find_and_call_menu_selection): Use just int for vector size.
10932 (find_and_return_menu_selection): Always return something.
10933 * frame.h: Include dispextern.h for Display_Info.
10934 (display_x_get_resource): Declare.
10935
109362008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
10937
10938 * syntax.c: Remove stdio.h include accidentally introduced in
10939 Emacs.app commit.
10940 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
10941 NS_IMPL_COCOA.
10942 * keyboard.c (handle_async_input, input_available_signal): Remove
10943 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
10944
109452008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10946
10947 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
10948 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
10949 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
10950 Use SDATA.
10951
10952 * keymap.c: Remove all NS-specific code.
10953 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
10954 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
10955 where_is_preferred_modifier, return a different value depending on how
10956 preferred is the binding.
10957 (where_is_internal): Adjust accordingly.
10958 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
10959 Adjust to new preferred_sequence_p.
10960 (syms_of_keymap): Declare `where-is-preferred-modifier'.
10961 * keyboard.c (parse_solitary_modifier): Not static any more.
10962 * keyboard.h (parse_solitary_modifier): Declare.
10963
109642008-07-16 Andreas Schwab <schwab@suse.de>
10965
10966 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
10967 of easymenu.
10968
109692008-07-16 Chong Yidong <cyd@stupidchicken.com>
10970
10971 * xdisp.c (move_it_in_display_line): Account for word wrap, so
10972 that we don't move off the line.
10973
109742008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10975
10976 * keyboard.c (Qsuper): Remove.
10977 (parse_menu_item): Don't call where_is_internal specially for NS.
10978
109792008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10980
10981 * s/gnu-linux.h: Remove boilerplate comments.
10982
10983 * m/alpha.h (__ELF__): Consolidate conditions.
10984
10985 * m/m68k.h (linux): Use GNU_LINUX instead.
10986 Remove boilerplate comments.
10987
10988 * m/intel386.h: Undo refactoring from previous change.
10989 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
10990 too, remove dead code.
10991 (linux): Use GNU_LINUX instead.
10992
109932008-07-16 Jason Rumney <jasonr@gnu.org>
10994
10995 * w32gui.h: Repeat 26 June changes lost by last change.
10996
109972008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10998
10999 * systty.h: Remove code for Aix on 386, unsupported platform.
11000
11001 * s/ms-w32.h: Remove boilerplate comments.
11002 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
11003
11004 * s/gnu-linux.h (TERM): Remove support.
11005 (HAVE_SYSVIPC): Remove, unused.
11006 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
11007 for this system.
11008
11009 * process.c: Remove support for IRIS, unused.
11010 Remove support for TERM, not relevant anymore.
11011
11012 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
11013 used with the definition.
11014
11015 * s/aix4-2.h (static): Do not undef.
11016
11017 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
11018 only used on Aix.
11019 (HAVE_SYSVIPC): Remove, unused.
11020
11021 * m/hp800.h (CANNOT_DUMP): Do not undef.
11022
11023 * m/alpha.h: Fix comment.
11024
11025 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
11026 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
11027 used by this configuration.
11028 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
11029 * unexec.c: Remove code depending on HPUX and
11030 USG_SHARED_LIBRARIES, not used with this file. Remove code
11031 depending on IRIS, unused. Remove if 0-ed code.
11032
11033 * s/template.h: Remove comments about static.
11034
11035 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
11036 Remove if 0-ed code.
11037 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
11038 were the same as the default.
11039 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
11040 Remove boilerplate comments.
11041 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
11042 (HAVE_SYSVIPC): Remove, unused.
11043 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
11044
11045 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11046 Remove boilerplate comments.
11047 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11048 Remove boilerplate comments.
11049 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11050 Remove boilerplate comments.
11051 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
11052
11053 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
11054 USG systems which do not use DATA_SEG_BITS.
11055 Refactor code. Remove boilerplate comments.
11056
11057 * m/ibms390.h:
11058 * m/m68k.h:
11059 * s/bsd-common.h:
11060 * s/cygwin.h:
11061 * s/darwin.h:
11062 * s/freebsd.h:
11063 * s/gnu.h:
11064 * s/msdos.h: Remove boilerplate comments.
11065
11066 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 11067 do not use this file.
aac0c6e3
MR
11068 (IRIS_4D): Remove, unused.
11069
11070 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 11071 do not use this file.
aac0c6e3
MR
11072 (SIGN_EXTEND_CHAR):
11073 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
11074 * unexmips.c: Remove file, unused.
11075
11076 * editfns.c (Fuser_full_name): Replace the only use of
11077 USER_FULL_NAME with its value.
11078 * config.in: Regenerate.
11079
110802008-07-16 David Reitter <david.reitter@gmail.com>
11081
11082 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
11083 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
11084
110852008-07-16 Glenn Morris <rgm@gnu.org>
11086
11087 * emacs.c (system-type): Doc fix.
11088
110892008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
11090
11091 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
11092 If the cache doesn't work, let's fix it, rather than work around it.
11093
110942008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11095
11096 * Makefile.in: Correct additions for nsfont.o in last commit.
11097 * nsfont.m: New file (forgot last commit).
11098
110992008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
11100
11101 * callproc.c (set_initial_environment): Initialize
11102 Vprocess_environment under CANNOT_DUMP (fixes crash when
11103 batch-compiling for bootstrap).
11104
111052008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
acd0102a 11106 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
11107
11108 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
11109 fix crash due to different init order.
11110
111112008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11112
11113 Changes and additions for NeXTstep windowing system (Cocoa and
11114 GNUstep) support.
11115
11116 * Makefile.in:
11117 * config.in: Support defines and build commands for NS port.
11118 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
11119 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
11120 * dispextern.h: Include nsgui.h and add needed typedefs under NS
11121 windowing.
11122 (struct face): Add synth_ital field.
11123 * dispnew.c: Include nsterm.h when compiling under NS windowing.
11124 (init_display): Initialize Vinitial_window_system to "ns" when so
11125 compiled.
11126 * emacs.c: Include GSConfig.h when compiling under GNUstep.
11127 (display_arg): Use under NS.
11128 (main): Under NS, allocate autorelease pool and handle command line
11129 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
11130 (standard_args): Add NS-specific args.
11131 (shut_down_emacs): Shut down NS terminal if compiled under NS.
11132 * font.c (DEFAULT_ENCODING): New variable.
11133 (font_find_for_lface): Use it.
11134 (syms_of_font): Load syms_of_nsfont under NS.
11135 * font.h: Declare nsfont_driver when compiled under NS.
11136 * fontset.c: When compiling under NS, include nsterm.h.
11137 (fontset_from_font): Autoconstruct fontset under NS.
11138 * frame.c (various): Under NS, include nsterm.h, add Qns window system
11139 symbol, document and use it.
11140 (do_switch_frame): When for_deletion under Cocoa, add
11141 Fraise_frame(Qnil).
11142 (x_set_frame_parameters): Ensure font attribute changes are picked up.
11143 (x_get_arg): Allow "yes" and "no" as boolean values.
11144 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
11145 Qright under Cocoa.
11146 (focus-follows-mouse): Default to 0 under NS.
11147 * frame.h (enum output_method): Add output_ns.
11148 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
11149 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
11150 (FRAME_WINDOW_P): NS-specific definition.
11151 * fringe.c (max_used_fringe_bitmap): Make public.
11152 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
11153 (getloadavg): Use NeXT code under descendant OS's.
11154 * image.c (includes and header section, x_create_bitmap_from_data)
11155 (x_create_bitmap_from_file, free_bitmap_record, image_background)
11156 (image_background_transparent, x_clear_image_1)
11157 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
11158 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
11159 (x_to_xcolors, x_from_xcolors, x_disable_image)
11160 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
11161 other GUIs, including XPM support using code originally written for
11162 Carbon GUI.
11163 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
11164 using NS API.
11165 (image_ascent): Use font metrics macros instead of direct struct field
11166 access.
11167 * keyboard.c (includes): Add nsterm.h when compiling under NS.
11168 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
11169 Also, handle NS as GTK for menu bar purposes.
11170 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
11171 toolkit where they differ.
11172 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
11173 use cachelist, still needed under NS.
11174 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
11175 (struct widget_value): Define it here for menu.c.
11176 * keymap.c (includes): Include modifier internals.
11177 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
11178 NS.
11179 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
11180 support for preferring sequences using certain modifiers, specified by
11181 the FIRSTONLY argument.
11182 * lisp.h (hash_remove): Rename to avoid name clash when compiling
11183 under NS GNUstep implementation.
11184 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
11185 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
11186 * menu.c: Include nsterm.h under NS.
11187 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
11188 (free_menubar_widget_tree_value, update_submenu_strings)
11189 (find_and_call_menu_selection): Treat NS as X and NT.
11190 (find_and_return_menu_selection): New function, used for popup menus.
11191 * nsgui.h:
11192 * nsterm.h:
11193 * nsfns.m:
11194 * nsimage.m:
11195 * nsmenu.m:
11196 * nsselect.m:
11197 * nsterm.m: New files.
11198 * process.c (wait_reading_process_output): Under NS, call ns_select()
11199 instead of plain select().
11200 * syntax.c (char_quoted): Under NS, avoid a crash when called near
11201 beginning of buffer.
11202 * sysselect.h (init_process): Rename when compiling under Cocoa to
11203 avoid name conflict.
11204 * termhooks.h (display_info): Add ns_display_info to union.
11205 * terminal.c (Fterminal_live_p): Add ns to terminal types.
11206 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
11207 COCOA environment.
11208 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
11209 unexec() signature. (Note, this will dump, but the resulting file
11210 crashes; unexosx is used instead; keeping around for reference and
11211 possible aid in getting dump working under GNUstep.)
11212 * w32gui.h (button_type, widget_value): Remove definitions (now in
11213 keyboard.h).
11214 * window.c: Include nsterm.h when compiling under NS.
11215 * xdisp.c (includes): Include nsterm.h when compiling under NS.
11216 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
11217 other GUI windowing systems.
11218 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
11219 GTK.
11220 (x_consider_frame_title): Under NS, set icon type and frame
11221 modified-state indicator; use ns_set_name_as_filename() when using
11222 formatted title.
11223 (update_window_cursor): Make public when compiling under NS.
11224 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
11225 (hourglass_atimer, Vhourglass_delay
11226 * xfaces.c (header section, init_frame_faces, clear_font_table)
11227 (defined_color, unload_color, x_face_list_fonts)
11228 (prepare_face_for_display): Add NS support parallel to other GUIs.
11229 Emulate GCs like other non-X GUIs.
11230 (split_font_name): Don't lowercase font name under NS.
11231 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
11232 under NS.
11233 * s/darwin.h: Add support for compilation under NS.
11234
112352008-07-15 Jason Rumney <jasonr@gnu.org>
11236
11237 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
11238 (w32_show_hourglass): Rename from show_hourglass.
11239 (w32_hide_hourglass): Rename from hide_hourglass.
11240 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
11241 (Vhourglass_delay): Declare extern.
11242 (hourglass_started): Remove.
11243
11244 * xdisp.c (Vhourglass_delay): Remove static.
11245 (hourglass_started, start_hourglass, cancel_hourglass):
11246 Don't include these versions on WINDOWSNT.
11247
112482008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11249
11250 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
11251 variables (formerly in xfns.c).
11252 (show_hourglass, hide_hourglass): New prototypes (same).
11253 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
11254 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
11255 in xfns.c).
11256 (syms_of_xdisp): Declare/initialize display-hourglass,
11257 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
11258 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
11259 formerly in xfns.c.
11260 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
11261 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
11262 (start_hourglass, cancel_hourglass): Remove.
11263 (show_hourglass, hide_hourglass): Remove prototypes and static
11264 modifiers.
11265 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
11266 hourglass_atimer, hourglass_shown_p declaration/initialization.
11267 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
11268 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
11269 (start_hourglass, cancel_hourglass): Remove.
11270 (show_hourglass, hide_hourglass): Remove prototypes and static
11271 modifiers.
11272 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
11273 hourglass_atimer, hourglass_shown_p declaration/initialization.
11274 * w32fns.c (display_hourglass_p, Vhourglass_delay)
11275 (DEFAULT_HOURGLASS_DELAY): Remove.
11276 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
11277 hourglass_shown_p declaration/initialization.
11278
112792008-07-14 Jason Rumney <jasonr@gnu.org>
11280
11281 * w32fns.c (w32_get_arg): Remove wrapper function.
11282 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
11283 directly.
11284 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
11285
112862008-07-14 Kenichi Handa <handa@m17n.org>
11287
11288 * xfont.c (xfont_open): Add workaround for X's bug.
11289
112902008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11291
11292 * fontset.c: Include <stdio.h> unconditionally.
11293
112942008-07-13 Michael Albinus <michael.albinus@gmx.de>
11295
11296 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
11297 for filtering.
11298
112992008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11300
11301 * s/vms.h: Use __GNUC__ instead of _GNUC_.
11302
11303 * m/macppc.h:
11304 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
11305
11306 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
11307 (SPECIAL_EMACS_INT):
11308 * m/ia64.h (SPECIAL_EMACS_INT):
11309 * m/amdx86-64.h (SPECIAL_EMACS_INT):
11310 * s/gnu.h (NLIST_STRUCT):
11311 * s/aix4-2.h (X11R5_INHIBIT_I18N):
11312 * s/gnu-linux.h (LINUX):
11313 * s/msdos.h (HAVE_FACES):
11314 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
11315
11316 * systty.h:
11317 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
11318 anymore.
11319
113202008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
11321
11322 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
11323 always defined as int.
11324
11325 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
11326 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
11327 * s/gnu-linux.h (HAVE_WAIT_HEADER):
11328 * s/freebsd.h (HAVE_WAIT_HEADER):
11329 * s/bsd-common.h (HAVE_UNION_WAIT):
11330 * s/aix4-2.h (HAVE_WAIT_HEADER):
11331 * m/mips.h (HAVE_UNION_WAIT):
11332 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
11333 (COFF, static): Do not define, they are undefined later in the file.
11334
11335 * process.c (update_status): Don't use a union.
11336 (status_convert):
11337 (sigchld_handler): Use int instead of WAITTYPE.
11338
113392008-07-12 Chong Yidong <cyd@stupidchicken.com>
11340
11341 * indent.c (Fvertical_motion): Restore hscroll before moving to
11342 goal column.
11343
113442008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11345
11346 * lisp.h: Remove left over code.
11347
113482008-07-11 Andreas Schwab <schwab@suse.de>
11349
11350 * lisp.h: Fix logic in last change.
11351
11352 * menu.h: New file.
11353 * menu.c: Include it.
11354 * xmenu.c: Likewise.
11355 * Makefile.in: Update dependencies.
11356
113572008-07-11 Kenichi Handa <handa@m17n.org>
11358
11359 * fontset.c (fontset_from_font): Cancel the previous change.
11360
113612008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11362
11363 * lisp.h:
11364 * w32heap.c:
11365 * emacs.c:
11366 * alloc.c: Replace all references of NO_UNION_TYPE with
11367 USE_LISP_UNION_TYPE.
11368
11369 * m/xtensa.h (NO_UNION_TYPE):
11370 * m/vax.h (NO_UNION_TYPE):
11371 * m/template.h (NO_UNION_TYPE):
11372 * m/sparc.h (NO_UNION_TYPE):
11373 * m/mips.h (NO_UNION_TYPE):
11374 * m/macppc.h (NO_UNION_TYPE):
11375 * m/m68k.h (NO_UNION_TYPE):
11376 * m/iris4d.h (NO_UNION_TYPE):
11377 * m/intel386.h (NO_UNION_TYPE):
11378 * m/ibms390x.h (NO_UNION_TYPE):
11379 * m/ibms390.h (NO_UNION_TYPE):
11380 * m/ibmrs6000.h (NO_UNION_TYPE):
11381 * m/ia64.h (NO_UNION_TYPE):
11382 * m/hp800.h (NO_UNION_TYPE):
11383 * m/arm.h (NO_UNION_TYPE):
11384 * m/amdx86-64.h (NO_UNION_TYPE):
11385 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
11386 defining it the same.
11387
113882008-07-10 Chong Yidong <cyd@stupidchicken.com>
11389
11390 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
11391
113922008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
11393
11394 * fileio.c:
50426a04 11395 * sysdep.c:
aac0c6e3
MR
11396 * systty.h:
11397 * m/ibmrs6000.h:
11398 * m/iris4d.h:
11399 * s/aix4-2.h:
11400 * s/freebsd.h:
11401 * s/gnu-linux.h:
11402 * s/hpux10-20.h:
11403 * s/hpux11.h:
11404 * s/netbsd.h:
11405 * s/sol2-3.h:
11406 * s/sol2-4.h:
11407 * s/sol2.h:
11408 * s/usg5-4.h:
11409 * s/vms.h: Remove references to unused variables.
11410
114112008-07-10 Andreas Schwab <schwab@suse.de>
11412
11413 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
11414 pattern before matching the generic family.
11415
114162008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
11417
11418 * unexec.c:
11419 * s/vms.h:
11420 * s/usg5-4-2.h:
11421 * s/sol2-5.h:
11422 * s/freebsd.h:
11423 * s/darwin.h: Remove dead code.
11424
11425 * m/template.h:
11426 * m/sparc.h:
11427 * m/mips.h:
11428 * m/m68k.h:
11429 * m/iris4d.h:
11430 * m/intel386.h:
11431 * m/ibms390x.h:
11432 * m/ibms390.h:
11433 * m/ia64.h:
11434 * m/hp800.h:
11435 * m/arm.h:
11436 * m/amdx86-64.h: Remove dead code and references to unused
11437 and compiler defined symbols.
11438
11439 * unexmips.c:
11440 * unexelf.c: Remove references to desupported systems.
11441
11442 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
11443
11444 * m/powermac.h: Remove boilerplate comments.
11445 (NO_REMAP): Remove unused definition.
11446
11447 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
11448 define them.
11449
114502008-07-10 Kenichi Handa <handa@m17n.org>
11451
11452 * xfont.c (xfont_open): Log the reason of failure.
11453
114542008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11455
11456 * fontset.c (fontset_get_font_group):
11457 * font.c (font_check_otf): Specify argument types.
11458
114592008-07-09 Kenichi Handa <handa@m17n.org>
11460
11461 * coding.c (detect_coding_utf_8): Set detect_info->found only when
11462 non-ASCII char is found.
11463
11464 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
11465 (reorder_font_vector): Change the arg preferred_family to font.
11466 Prefer the spec matching with font.
11467 (fontset_get_font_group): New function.
11468 (fontset_find_font): Change the format of an element of a realized
11469 fontset. Use fontset_get_font_group.
11470 (fontset_font): Try the current fontset, the default fontset, the
11471 fallbacks of the current fontset, and the fallbacks of the default
11472 fontset in this order.
11473 (face_for_char): Delete the shortcut to use the current font.
11474 (fontset_from_font): Don't set fonts for Latin in the fontset.
11475
11476 * font.h (font_make_object, font_match_p): Adjust prototypes.
11477
11478 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
11479
11480 * font.c (font_make_object): New arg entity and pixelsize.
11481 (font_check_otf_features, font_check_otf): New functions.
11482 (font_match_p): Check :lang, :script, and :otf properties.
11483
11484 * xfont.c (xfont_open): Adjust it for the change of
11485 font_make_object.
11486 (xfont_text_extents): Fix initial setting of metrics.
11487
11488 * ftfont.c (struct ftfont_info): New member index, delete member
11489 fc_charset_idx. Make the member order compatible with struct
11490 xftfont_info.
11491 (fc_charset_table): Change charset names to registry names.
11492 (ftfont_pattern_entity): Delete the args registry and
11493 fc_charset_idx. Change the value of :font-entity property
11494 to (FONTNAME . INDEX). Always set :registry property to
11495 `iso10646-1'.
11496 (struct ftfont_cache_data): New struct.
11497 (ftfont_lookup_cache): New arg for_face.
11498 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
11499 (ftfont_driver): Set the member otf_capability.
11500 (ftfont_get_charset): Adjust it for the change of
11501 fc_charset_table.
11502 (OTF_TAG_SYM): New macro.
11503 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
11504 for the change of fc_charset_table.
11505 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
11506 ftfont_pattern_entity. Add FC_INDEX to objset.
11507 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
11508 and ftfont_pattern_entity.
11509 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
11510 font_make_object, struct ftfont_info.
11511 (ftfont_has_char): Use ftfont_get_fc_charset.
11512 (ftfont_otf_features, ftfont_otf_capability): New functions.
11513 (ftfont_shape): Use ftfont_get_otf.
11514 (ftfont_text_extents): Fix initial setting of metrics.
11515
11516 * xftfont.c (struct xftfont_info): New member ft_size. Make the
11517 member order compatible with struct ftfont_info.
11518 (xftfont_open): Add FC_CHARSET to the pattern. Set
11519 xftfont_info->ft_size. Don't unlock the face. Check BDF
11520 properties if appropriate.
11521 (xftfont_close): Unlock the face.
11522 (xftfont_anchor_point, xftfont_shape): Deleted.
11523 (syms_of_xftfont): Don't set members anchor_point and shape of
11524 xftfont_driver.
11525
11526 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
11527 font_make_object.
11528
11529 * w32font.c (w32font_open): Adjust it for the change of
11530 font_make_object.
11531 (w32font_open_internal): Don't set properties of font_object here.
11532
115332008-07-08 Chong Yidong <cyd@stupidchicken.com>
11534
11535 * macfns.c (x_create_tip_frame):
11536 * w32fns.c (x_create_tip_frame):
11537 * xfns.c (x_create_tip_frame): Pass parameter argument to
11538 face-set-after-frame-default.
11539
11540 * xfaces.c (Finternal_merge_in_global_face): Save merged
11541 attributes for the default face back into the face vector.
11542
115432008-07-08 Andreas Schwab <schwab@suse.de>
11544
11545 * fontset.h: Declare fontset_from_font. Don't declare
11546 new_fontset_from_font and fontset_from_font_name.
11547 * xterm.c: Include "fontset.h".
11548 * Makefile.in (xterm.o): Update dependencies.
11549
115502008-07-08 Glenn Morris <rgm@gnu.org>
11551
11552 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
11553 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
11554
115552008-07-07 Chong Yidong <cyd@stupidchicken.com>
11556
11557 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
11558 (x_set_frame_parameters): Don't bind it.
11559
115602008-07-07 Juanma Barranquero <lekktu@gmail.com>
11561
11562 * w32fns.c (map_w32_filename): Declare extern.
11563
115642008-07-07 Jason Rumney <jasonr@gnu.org>
11565
11566 * w32term.c (WS_EX_LAYERED): Define if not already.
11567
115682008-07-06 Chong Yidong <cyd@stupidchicken.com>
11569
11570 * xfaces.c (set_font_frame_param): Don't try to set the font
11571 parameter if it is still unspecified in the lface.
11572
115732008-07-05 Chong Yidong <cyd@stupidchicken.com>
11574
11575 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
11576 face if it didn't already exist.
11577
11578 * xdisp.c (try_window_id): Give up if word-wrapping is on.
11579
115802008-07-05 Andreas Schwab <schwab@suse.de>
11581
11582 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
11583
115842008-07-05 Chong Yidong <cyd@stupidchicken.com>
11585
11586 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
11587 word-wrapping.
11588 (IT_DISPLAYING_WHITESPACE): New macro.
11589 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
11590 when word-wrapping. Simplify word-wrapping logic. Use correct
11591 pixel positions when saving copies of the iterator.
11592 (display_line): Use proper wrap point if the last character on a
11593 line was preceded by whitespace.
11594
115952008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11596
11597 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
11598
115992008-07-04 Kenichi Handa <handa@m17n.org>
11600
11601 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
11602
11603 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
11604
116052008-07-02 Jason Rumney <jasonr@gnu.org>
11606
11607 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 11608 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
11609
11610 * xdisp.c (next_element_from_display_vector): Move assignment out
11611 of if statement.
11612
116132008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
11614
11615 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
11616
11617 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
11618 (syms_of_fileio): Initialize and export them.
11619 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
11620
11621 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
11622 (Fsystem_move_file_to_trash): New function.
11623 (syms_of_w32fns): Export it to lisp.
11624
116252008-07-01 Jason Rumney <jasonr@gnu.org>
11626
11627 * w32font.c (w32font_text_extents): Don't count overhang as part
11628 of width.
11629
116302008-06-30 Miles Bader <miles@gnu.org>
11631
11632 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
11633 Add `avoid_cursor_p' field.
11634
11635 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
11636 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
11637 (append_glyph, append_composite_glyph, produce_image_glyph)
11638 (append_stretch_glyph): Initialize avoid_cursor_p.
11639 (get_it_property): Rename from `get_line_height_property'.
11640 (x_produce_glyphs): Use get_it_property.
11641 (handle_line_prefix, push_display_prop): New functions.
11642 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
11643 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
11644 New variables.
11645 (syms_of_xdisp): Initialize them.
11646
116472008-06-30 Kenichi Handa <handa@m17n.org>
11648
11649 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
11650 XftDefaultSubstitute (they are called in XftFontMatch).
11651 (xftfont_open): Fix args to ftfont_font_format.
11652
11653 * ftfont.c (fc_charset_table): New member lang.
11654 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 11655 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
11656 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
11657 (ftfont_open): Fix args to ftfont_font_format.
11658 (ftfont_font_format): New arg filename.
11659
116602008-06-30 Chong Yidong <cyd@stupidchicken.com>
11661
11662 * xfaces.c (Finternal_merge_in_global_face): If default face was
11663 modified, realize it again. Update the font face attribute.
11664
116652008-06-29 Jason Rumney <jasonr@gnu.org>
11666
11667 * w32term.c (x_set_frame_alpha): Fix logic.
11668
116692008-06-29 Kenichi Handa <handa@m17n.org>
11670
11671 * fontset.c (Finternal_char_font): Return font-object instead of
11672 font-name.
11673
11674 * composite.c (get_composition_id): Fix the width calculation for TAB.
11675
116762008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11677
11678 * indent.c (Fvertical_motion): Properly handle float column arg.
11679
116802008-06-28 Jason Rumney <jasonr@gnu.org>
11681
11682 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
11683 (pfnSetLayeredWindowAttributes): New function pointer.
11684 (w32_initialize): Initialize it when supported.
11685 (x_set_frame_alpha): New function.
11686
11687 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
11688 (w32_frame_parm_handlers): Set alpha handler.
11689
11690 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
11691
116922008-06-27 Jason Rumney <jasonr@gnu.org>
11693
11694 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
11695 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
11696 (w32_to_x_charset, x_to_w32_charset)
11697 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11698 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11699 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11700 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11701 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11702 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11703 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
11704 (Qw32_charset_unicode): Remove.
11705 (syms_of_w32fns): Update for above changes.
11706
11707 * w32font.c (w32_to_x_charset, x_to_w32_charset)
11708 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11709 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11710 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11711 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11712 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11713 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11714 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
11715 (syms_of_w32font): Update for above changes.
11716
117172008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
11718
11719 * s/usg5-4.h: Fix previous change: keep the correct branch of a
11720 removed #if.
11721 (USG_SHARED_LIBRARIES): Remove duplicate definition.
11722
117232008-06-26 Juanma Barranquero <lekktu@gmail.com>
acd0102a 11724 Eli Zaretskii <eliz@gnu.org>
aac0c6e3
MR
11725
11726 * makefile.w32-in (LOCAL_FLAGS):
11727 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
11728
11729 * sysdep.c (_spawnlp, _getpid):
11730 Declare with explicit _cdecl instead of _CRTAPI1.
11731
11732 * editfns.c (Fget_internal_run_time):
11733 Check for WINDOWSNT with #ifdef, not #if.
11734
117352008-06-26 Jason Rumney <jasonr@gnu.org>
11736
11737 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
11738
11739 * w32term.c (x_draw_glyph_string_foreground)
11740 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
11741 Use FONT_HANDLE macro.
11742 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
11743
11744 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11745 (uniscribe_encode_char): Use FONT_HANDLE macro.
11746
11747 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
11748 (w32font_text_extents): Use precast w32_font.
11749 (w32font_close): Free cached metrics.
11750 (w32font_open_internal): Allocate space for name on stack.
11751
117522008-06-26 Chong Yidong <cyd@stupidchicken.com>
11753
11754 * xdisp.c (extend_face_to_end_of_line): Fix last change.
11755
117562008-06-26 Jason Rumney <jasonr@gnu.org>
11757
11758 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
11759 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
11760
117612008-06-26 Juanma Barranquero <lekktu@gmail.com>
11762
11763 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
11764
117652008-06-26 Jason Rumney <jasonr@gnu.org>
11766
11767 * w32bdf.c, w32bdf.h: Remove obsolete files.
11768
11769 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
11770
11771 * w32gui.h: Don't include w32bdf.h.
11772 (XCharStruct, enum w32_char_font_type, W32FontStruct):
11773 Remove obsolete font support.
11774
11775 * w32font.h (struct w32font_info): Remove compat_w32_font.
11776 Add hfont member.
11777 (FONT_COMPAT): Remove obsolete macro.
11778
11779 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
11780 (w32font_encode_char, w32font_text_extents): Use new hfont member.
11781 (w32font_open_internal): Remove compat code. Set new hfont member.
11782 (Fx_select_font): Use new hfont member.
11783
11784 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11785 (uniscribe_encode_char): Use new hfont member.
11786
11787 * w32term.c (x_draw_glyph_string_foreground)
11788 (x_draw_composite_glyph_string_foreground): Use new hfont member.
11789 (x_draw_glyph_string): Use metrics in w32font_info.
11790
117912008-06-26 Kenichi Handa <handa@m17n.org>
11792
11793 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
11794
117952008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11796
11797 * unexnext.c:
11798 * m/ews4800.h:
11799 * m/hp9000s300.h:
11800 * m/ibm370aix.h:
11801 * m/mips-siemens.h:
11802 * m/ncr386.h:
11803 * m/next.h:
11804 * m/pmax.h:
11805 * m/powerpcle.h:
11806 * m/tandem-s2.h:
11807 * s/386bsd.h:
11808 * s/bsd386.h:
11809 * s/bsd4-1.h:
11810 * s/bsd4-2.h:
11811 * s/bsdos2-1.h:
11812 * s/bsdos2.h:
11813 * s/bsdos3.h:
11814 * s/bsdos4.h:
11815 * s/nextstep.h:
11816 * s/ultrix4-3.h:
11817 * s/usg5-0.h:
11818 * s/usg5-2-2.h:
11819 * s/usg5-2.h:
11820 * s/usg5-4-3.h:
11821 * s/ux4800.h:
11822 * s/uxpds.h:
11823 * s/uxpv.h: Remove support for obsolete systems.
11824 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 11825 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
11826 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
11827 Remove, insert contents in s/aix4-2.h.
11828 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
11829 * s/bsd4-3.h: Rename to ...
11830 * s/bsd-common.h: ... this.
11831 * data.c:
11832 * doc.c:
11833 * ecrt0.c:
11834 * emacs.c:
11835 * fileio.c:
11836 * floatfns.c:
11837 * keyboard.c:
11838 * mem-limits.h:
11839 * print.c:
11840 * process.c:
11841 * sysdep.c:
11842 * syssignal.h:
11843 * systty.h:
11844 * syswait.h:
11845 * term.c:
11846 * unexec.c:
11847 * unexelf.c:
11848 * unexhp9k800.c:
11849 * m/hp800.h:
11850 * m/ibmrs6000.h:
11851 * m/mips.h:
11852 * m/vax.h:
11853 * s/darwin.h:
11854 * s/freebsd.h:
11855 * s/gnu.h:
11856 * s/ms-w32.h:
11857 * s/msdos.h:
11858 * s/netbsd.h:
11859 * s/template.h: Remove references to obsolete variables.
11860
11861 * Makefile.in: Add dependencies for all unexec files.
11862 (admindir): Remove unused variable.
11863 (UNEXEC_SRC): Remove references.
11864
118652008-06-25 Chong Yidong <cyd@stupidchicken.com>
11866
11867 * xfns.c (x_default_font_parameter): If Xft is available, first
11868 try Monospace-12 for the default font.
11869
118702008-06-25 Jason Rumney <jasonr@gnu.org>
11871
11872 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
11873
118742008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11875
11876 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
11877
11878 * buffer.c (syms_of_buffer): Remove default-word-wrap.
11879
118802008-06-25 Juanma Barranquero <lekktu@gmail.com>
11881
11882 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
11883 <scroll-conservatively>: Fix typo in docstring.
11884
11885 * xselect.c (Fx_send_client_event): Doc fix.
11886
118872008-06-25 Kenichi Handa <handa@m17n.org>
11888
11889 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
11890
11891 * font.c (font_parse_fcname): Remove unused variables.
11892 (font_sort_entites): Delete the arg SPEC. Caller changed.
11893 Fix for the case of ! best_only.
11894 (font_delete_unmatched): Check DPI and AVGWIDTH too.
11895
11896 * lisp.h (Fstring_to_unibyte): EXFUN it.
11897
11898 * character.h (str_to_unibyte): Extern it.
11899
11900 * character.c (str_to_unibyte): New function.
11901
11902 * fns.c (Fstring_to_unibyte): New function.
11903 (syms_of_fns): Defsubr it.
11904
119052008-06-24 Kenichi Handa <handa@m17n.org>
11906
11907 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
11908 DPI too.
11909 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
11910
119112008-06-24 Andreas Schwab <schwab@suse.de>
11912
11913 * Makefile.in (${lispsource}loaddefs.el): Rename from
11914 ../lisp/loaddefs.el.
11915 (bootstrap-clean): Do what distclean does but don't remove
11916 Makefile.
11917 (distclean): Depend on bootstrap-clean and remove Makefile.
11918
119192008-06-24 Chong Yidong <cyd@stupidchicken.com>
11920
11921 * buffer.h (struct buffer): New member word_wrap.
11922
11923 * buffer.c (syms_of_buffer): New variables default-word-wrap and
11924 word-wrap.
11925 (init_buffer_once): Initialize them.
11926
11927 * dispextern.h (struct it): Replace bool truncate_lines_p with a
11928 line_wrap enum possessing three possible values.
11929
11930 * termopts.h: Replace truncate_partial_width_windows with
11931 Vtruncate_partial_width_windows.
11932
11933 * dispnew.c (direct_output_for_insert): Avoid direct output when
11934 inserting a space with word wrap on.
11935
11936 * indent.c (compute_motion): Obey integer values of
11937 truncate-partial-width-windows.
11938
11939 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
11940 replacing truncate_partial_width_windows.
11941 (init_iterator): If Vtruncate_partial_width_windows is an integer,
11942 truncate only if the window width is below that integer.
11943 (start_display, resize_mini_window, produce_stretch_glyph)
11944 (display_string, move_it_in_display_line_to): Use line_wrap.
11945 (back_to_previous_visible_line_start, reseat_1): Reset
11946 string_from_display_prop_p.
11947 (display_line): Extend default face to end of line when wrapping.
11948
119492008-06-24 Kim F. Storm <storm@cua.dk>
11950
11951 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
11952 to wrap continued lines at word boundaries.
11953
119542008-06-24 Jason Rumney <jasonr@gnu.org>
11955
11956 * font.c (Ffont_face_attributes): Multiply pixel size before point
11957 conversion to avoid multiplying rounding error.
11958
119592008-06-23 Jason Rumney <jasonr@gnu.org>
11960
11961 * w32term.c (x_draw_glyph_string_background)
11962 (x_draw_glyph_string): Remove old bdf font code.
11963
11964 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
11965
119662008-06-22 Kenichi Handa <handa@m17n.org>
11967
11968 * font.c (font_find_for_lface): Try the adstyle specified in
11969 the property of LFACE_FONT of LFACE (if any).
11970
119712008-06-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 11972 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
11973
11974 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
11975
119762008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11977
11978 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
11979 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
11980 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
11981 (witness-emacs): Remove.
11982 (lisp, shortlisp): Move loaddefs.el earlier.
11983 (mostlyclean): Forget about witness-emacs.
11984
119852008-06-22 Glenn Morris <rgm@gnu.org>
11986
11987 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
11988 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
11989
119902008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11991
11992 * Makefile.in (PRECOMP): Remove.
11993 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
11994 (witness-emacs): Run `compile-first'.
11995 (.el.elc): Use the new compile-onefile target.
11996
119972008-06-21 Kenichi Handa <handa@m17n.org>
11998
11999 * xftfont.c (xftfont_open): Handle QCembolden only when
12000 FC_EMBOLDEN is defined.
12001
120022008-06-21 Andreas Schwab <schwab@suse.de>
12003
12004 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
12005 (.el.elc): Likewise.
12006
120072008-06-21 Miles Bader <miles@gnu.org>
12008
12009 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
12010 build dir, not the lisp source dir.
12011
120122008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12013
12014 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
12015 (bootstrapclean): Remove.
12016 (.el.elc): New rule.
12017 (PRECOMP): New var.
12018 (../lisp/subdirs.el): Remove.
12019 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
12020 (witness-emacs): New target.
12021 (mostlyclean): Remove witness-emacs as well.
12022 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
12023 Add witness-emacs dependency.
12024
120252008-06-20 Chong Yidong <cyd@stupidchicken.com>
12026
12027 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
12028 defined by the font.
12029
120302008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12031
12032 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
12033 (bootstrap-clean): New target that keeps TAGS around.
12034 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
12035 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
12036
120372008-06-20 Jason Rumney <jasonr@gnu.org>
12038
12039 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
12040 Remove obsolete font code.
12041
12042 * w32font.c (font_matches_spec): Use csb bitfield from font signature
12043 to determine language support.
12044
120452008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12046
12047 * sysdep.c (cfsetspeed): New fun extracted from the code.
12048 (cfmakeraw): Move before first use.
12049
120502008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
12051
12052 * sysdep.c (cfmakeraw): Provide fallback implementation.
12053 (serial_configure): Provide fallback implementation of cfsetspeed.
12054
120552008-06-20 Kenichi Handa <handa@m17n.org>
12056
12057 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
12058 the pattern.
12059
12060 * fontset.c (fontset_from_font): Copy font_spec before changing
12061 the elements.
12062
12063 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
12064
120652008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12066
12067 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
12068 for explicit `font' parameters.
12069
12070 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
12071
120722008-06-19 Kenichi Handa <handa@m17n.org>
12073
12074 * frame.c: Include <ctype.h>.
12075 (x_set_font_backend): Allow spacing characters in the X resource
12076 for FontBackend.
12077
120782008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12079
12080 * w32fns.c, xfns.c (Qfont_param): New var.
12081 (syms_of_w32fns): Initialize it.
12082 (x_default_font_parameter): Record explicit `font' into
12083 `font-parameter'.
12084
120852008-06-18 Kenichi Handa <handa@m17n.org>
12086
12087 * font.c (font_parse_xlfd): Fix previous change.
12088 (font_parse_fcname): Don't use :fc-unknown-spec.
12089 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
12090 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
12091 (font_add_log): Prepend the driver name to the resulting fonts.
12092
12093 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
12094 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
12095 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
12096
12097 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
12098 (QCembolden): New variables.
12099 (syms_of_xftfont): DEFSYM them.
12100 (xftfont_open): Call XftFontMatch. Don't trust the result of
12101 XftTextExtents8 if the pixel_size is less than 5.
12102
121032008-06-18 Andreas Schwab <schwab@suse.de>
12104
12105 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
12106 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
12107
121082008-06-18 Jason Rumney <jasonr@gnu.org>
12109
12110 * w32font.c (w32font_list, w32font_match): Add logging.
12111
12112 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
12113
121142008-06-17 Chong Yidong <cyd@stupidchicken.com>
12115
12116 * font.c (font_parse_fcname): Store divider characters for
12117 unknown-spec list. For known key symbols, intern using correct
12118 symbol name.
12119
121202008-06-17 Kenichi Handa <handa@m17n.org>
12121
12122 * xfaces.c (realize_default_face): If the frame is not on window
12123 system, set the fontset of face to nil.
12124
121252008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12126
12127 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
12128
121292008-06-16 Juanma Barranquero <lekktu@gmail.com>
12130
12131 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
12132 (build_font_name_from_vector): Delete externs.
12133
12134 * xfaces.c (struct font_name): Don't declare.
12135
121362008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12137
12138 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
12139
121402008-06-16 Chong Yidong <cyd@stupidchicken.com>
12141
12142 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
12143
121442008-06-16 Juanma Barranquero <lekktu@gmail.com>
12145
12146 * font.c (Ffont_spec): Fix usage in docstring.
12147 (Ffont_face_attributes): Doc fix.
12148
121492008-06-16 Andreas Schwab <schwab@suse.de>
12150
12151 * font.c (Ffont_face_attributes): Fix definition.
12152
121532008-06-16 Jason Rumney <jasonr@gnu.org>
12154
12155 * font.h (font_style_symbolic_from_value): Remove.
12156
12157 * font.c (font_style_symbolic_from_value): Remove.
12158 (font_style_symbolic): Revert to pre 2008-06-13 version.
12159
12160 * w32font.c (w32_to_fc_weight): New function.
12161 (w32font_full_name, logfont_to_fcname): Use it.
12162
121632008-06-16 Kenichi Handa <handa@m17n.org>
12164
12165 * font.c (font_check_object): Delete it.
12166 (font_clear_cache): Check if a font-object is alive.
12167 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
12168 font-object to nil.
12169 (font_close_object): Don't check FONT_CLOSE_OBJECT.
12170 (font_at): Don't call font_check_object.
12171 (Ffont_get): Return a symbol for :weight, :slant, and :width.
12172
121732008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12174
12175 * puresize.h (BASE_PURESIZE): Increase to 1230000.
12176
121772008-06-16 Chong Yidong <cyd@stupidchicken.com>
12178
12179 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
12180
121812008-06-15 Chong Yidong <cyd@stupidchicken.com>
12182
12183 * font.c (font_parse_fcname): Only one decimal point.
12184 (font_unparse_fcname): Handle data in family and foundry indices
12185 as symbols, not strings.
12186 (font_unparse_gtkname, Ffont_face_attributes): New functions.
12187
12188 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
12189
12190 * font.h (font_unparse_gtkname): Add prototype.
12191
121922008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12193
12194 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
12195
121962008-06-15 Andreas Schwab <schwab@suse.de>
12197
12198 * font.c (font_update_drivers): Fix crash when no drivers match.
12199
122002008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12201
12202 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
12203 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
12204
122052008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12206
12207 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
12208
122092008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12210
12211 * process.c (Fserial_process_configure, Fprocess_send_eof):
12212 Use EQ to compare Lisp_Objects.
12213
122142008-06-13 Jason Rumney <jasonr@gnu.org>
12215
12216 * w32fns.c (Fw32_select_font): Remove old font API function.
12217
12218 * w32font.c (logfont_to_fcname): New function.
12219 (Fx_select_font): New font dialog function compatible with
12220 GTK/fontconfig version.
12221
12222 * font.c (font_style_symbolic_from_value): New function.
12223 (font_style_symbolic): Use it.
12224
12225 * font.h (font_style_symbolic_from_value): Declare new function.
12226
122272008-06-13 Juanma Barranquero <lekktu@gmail.com>
12228
12229 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
12230 <font-width-table>: Fix typos in docstrings.
12231
122322008-06-13 Daniel Engeler <engeler@gmail.com>
12233
12234 These changes add serial port access.
12235 * process.c: Add HAVE_SERIAL.
12236 (Fdelete_process, Fprocess_status, Fset_process_buffer)
12237 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
12238 (list_processes_1, select_wrapper, Fstop_process)
12239 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
12240 (status_notify): Modify to handle serial processes.
12241 [HAVE_SERIAL] (Fserial_process_configure)
12242 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
12243 New functions.
12244 * process.h (struct Lisp_Process): Add `type'.
12245 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
12246 New functions.
12247 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
12248 serial ports.
b71ac3dd 12249 (serial_open, serial_configure): New functions.
aac0c6e3
MR
12250 * w32.h: Add FILE_SERIAL.
12251 (struct _child_process): Add ovl_read, ovl_write.
12252
122532008-06-13 Kenichi Handa <handa@m17n.org>
12254
12255 * dispextern.h (enum lface_attribute_index): New member
12256 LFACE_FOUNDRY_INDEX.
12257
12258 * font.c (font_score): Delete arg alternate_families. Check only
12259 weight, slant, width, and size. Ignore the difference of alias
12260 style symbols.
12261 (font_sort_entites): Adjust for the above change. Reflect the
12262 order of font-driver to scores.
12263 (font_list_entities): Don't check alternate_familes here.
12264 (font_clear_prop): Handle foundry.
12265 (font_update_lface): Don't parse "foundry-family" form here.
12266 Handle FONT_FOUNDRY_INDEX.
12267 (font_find_for_lface): Likewise. Handle alternate families here.
12268 If registry is nil, try iso8859-1 and ascii-0.
12269 (font_open_for_lface): Pay attention to size in ENTITY.
12270 (font_open_by_name): Simplify by calling font_load_for_lface.
12271 (free_font_driver_list): Delete it.
12272 (font_update_drivers): Preserve the order of backends.
12273 (syms_of_font): Setting of sort_shift_bits adjusted for the change
12274 of font_score and font_sort_entites.
12275 (font_update_sort_order): Likewise.
12276
12277 * xfaces.c (LFACE_FOUNDRY): New macro.
12278 (check_lface_attrs): Check foundry.
12279 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
12280 (merge_face_vectors): Check foundry.
12281 (merge_face_ref): Likewise.
12282 (Finternal_set_lisp_face_attribute): Likewise.
12283 (x_update_menu_appearance): Likewise.
12284 (Finternal_get_lisp_face_attribute): Likewise.
12285 (lface_hash): Likewise.
12286 (lface_same_font_attributes_p): Likewise.
12287 (x_supports_face_attributes_p): Likewise.
12288 (tty_supports_face_attributes_p): Likewise.
12289 (Finternal_set_alternative_font_family_alist): Intern strings.
12290 (Finternal_set_alternative_font_registry_alist): Downcase strings.
12291 (realize_default_face): Set LFACE_FOUNDRY (lface).
12292
12293 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
12294 font-driver at first.
12295
12296 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
12297
122982008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12299
12300 * lread.c (Fload): Use xfree, not free on saved_doc_string.
12301
123022008-06-12 Jim Meyering <meyering@redhat.com>
12303
12304 Make unexec_free handle NULL the same way free does.
12305 * unexmacosx.c (unexec_free): Ignore a NULL argument.
12306
123072008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12308
12309 * character.h (CHAR_TO_BYTE_SAFE): New macro.
12310 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
12311 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
12312 (WEAK_ALIAS): Simplify.
12313 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
12314 when searching a unibyte buffer.
12315
123162008-06-12 Chong Yidong <cyd@stupidchicken.com>
12317
12318 * xfns.c (Fx_select_font): Rename from x-font-dialog.
12319
123202008-06-12 Juanma Barranquero <lekktu@gmail.com>
12321
12322 * w32font.c: Include ctype.h.
12323
123242008-06-11 Jason Rumney <jasonr@gnu.org>
12325
12326 * w32font.c (w32font_encode_char): Detect missing glyphs that are
12327 misreported as space.
12328 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
12329 as aliases for registry iso10646-1.
12330
123312008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12332
12333 * buffer.c (clone_per_buffer_values): Skip `name'.
12334
123352008-06-11 Chong Yidong <cyd@stupidchicken.com>
12336
12337 * font.c (font_parse_fcname): Fix last change; accept decimal
12338 points in font size.
12339
123402008-06-10 Jason Rumney <jasonr@gnu.org>
12341
12342 * w32uniscribe.c (add_opentype_font_name_to_list):
12343 Skip non unicode fonts.
12344
123452008-06-10 Chong Yidong <cyd@stupidchicken.com>
12346
12347 * xfns.c (Fx_font_dialog): New function.
12348
12349 * gtkutil.c (xg_dialog_response_cb): Rename from
12350 xg_file_response_callback.
12351 (pop_down_dialog): Rename from pop_down_file_dialog.
12352 (xg_get_file_name): Callers changed.
12353 (xg_get_font_name): New function.
12354
12355 * gtkutil.h (xg_get_font_name): Insert prototype.
12356
123572008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12358
12359 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
12360 x_underline_minimum_display_offset.
12361 (syms_of_xdisp): Declare it here rather than in xterm.c.
12362 * dispextern.h (underline_minimum_offset): Declare it.
12363 * w32term.c (x_draw_glyph_string): Use it.
12364 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
12365 (syms_of_xterm): Don't declare it any more.
12366 (x_draw_glyph_string): Adjust to the new name.
12367
8719abec 123682008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
12369
12370 * xterm.c (x_underline_minimum_display_offset): New var.
12371 (x_draw_glyph_string): Use it.
12372 (syms_of_xterm): Declare it.
12373
123742008-06-10 Chong Yidong <cyd@stupidchicken.com>
12375
12376 * font.c (font_parse_fcname): Accept GTK-style font names too.
12377
123782008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12379
12380 * dired.c (file_name_completion): Don't return t if the match is exact
12381 but with different capitalization.
12382 * minibuf.c (Ftry_completion): Simplify.
12383
12384 * window.c (Vwindow_point_insertion_type): New var.
12385 (set_window_buffer): Use it.
12386 (syms_of_window): Init and export it to Lisp.
12387
123882008-06-10 Kenichi Handa <handa@m17n.org>
12389
12390 * font.h (font_intern_prop): Prototype adjusted.
12391
12392 * font.c (font_intern_prop): New arg force_symbol.
12393 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
12394 Adjust for the change of font_intern_prop.
12395
12396 * ftfont.c (ftfont_pattern_entity):
12397 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
12398 (w32_registry):
12399 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
12400 the change of font_intern_prop.
12401
124022008-06-09 Juanma Barranquero <lekktu@gmail.com>
12403
12404 * w32menu.c (digest_single_submenu): Declare extern.
12405
124062008-06-09 Jason Rumney <jasonr@gnu.org>
12407
12408 * w32term.c (x_make_frame_visible): Use alternate restore flags.
12409
12410 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
12411 (parse_single_submenu): Remove.
12412 (digest_single_submenu): Remove.
12413 (syms_of_w32menu): Don't initialise variables that have moved
12414 to menu.c.
12415 (set_frame_menubar): Sync with version in xmenu.c.
12416 (w32_menu_show): Sync with xmenu_show in xmenu.c.
12417
12418 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
12419 Make static again.
12420
124212008-06-09 Jason Rumney <jasonr@gnu.org>
12422
12423 Changes to w32 files related to the move of common menu code
12424 to menu.c on 2008-06-08 by Chong Yidong.
12425
12426 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
12427 defs to w32gui.h.
12428 (single_keymap_panes, push_menu_item, push_menu_pane):
12429 Make globally visible.
12430
12431 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
12432 (local_free, malloc_widget_value, free_widget_value)
12433 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
12434 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
12435 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
12436 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
12437 (menu_items, menu_items_allocated, menu_items_used)
12438 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
12439 (init_menu_items, finish_menu_items, discard_menu_items)
12440 (grow_menu_items, push_submenu_start, push_submenu_end)
12441 (push_left_right_boundary, push_menu_pane, push_menu_item)
12442 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
12443 (free_menubar_widget_tree_value, parse_single_submenu)
12444 (update_submenu_strings): Remove functions.
12445 (xmalloc_widget_value): Remove and declare extern.
12446
12447 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
12448 (OBJ1): Build it.
12449
12450 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
12451 (local_heap, local_alloc, local_free, malloc_widget_value)
12452 (free_widget_value): Define here.
12453
124542008-06-09 Kenichi Handa <handa@m17n.org>
12455
12456 * font.h (Qascii_0): Extern it.
12457
12458 * font.c (Qascii_0): New variable.
12459 (syms_of_font): DEFSYM it.
12460 (font_open_by_name): If the registry "iso8859-1" fails, try also
12461 "ascii-0".
12462
12463 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
12464
124652008-06-08 Kenichi Handa <handa@m17n.org>
12466
12467 * .gdbinit (xfont): New command.
12468
124692008-06-08 Andreas Schwab <schwab@suse.de>
12470
12471 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
12472 * Makefile.in (menu.o): Update dependencies.
12473
12474 * Makefile.in (obj): Always add menu.o.
12475 * emacs.c (main): Always call syms_of_menu.
12476 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
12477
124782008-06-08 Chong Yidong <cyd@stupidchicken.com>
12479
12480 * Makefile.in: Compile menu.c.
12481
12482 * lisp.h: Declare syms_of_menu.
12483
12484 * emacs.c (main): Call syms_of_menu.
12485
12486 * keyboard.h: Relocate platform-independent menu definitions from
12487 xmenu.c.
12488
12489 * menu.c: New file. Relocate platform-independent menu
12490 definitions from xmenu.c. Suggested by Adrian Robert.
12491
12492 * xmenu.c: Remove platform-independent menu definitions.
560bb7ae 12493 (menu_items, menu_items_inuse, menu_items_allocated)
aac0c6e3
MR
12494 (menu_items_used, menu_items_n_panes)
12495 (menu_items_submenu_depth): Move to keyboard.h.
12496 (init_menu_items, finish_menu_items, unuse_menu_items)
12497 (discard_menu_items, restore_menu_items, save_menu_items)
12498 (grow_menu_items, push_submenu_start, push_submenu_end)
12499 (push_left_right_boundary, push_menu_pane, push_menu_item)
12500 (keymap_panes, single_keymap_panes, single_menu_item)
12501 (list_of_panes, list_of_items, find_and_call_menu_selection)
12502 (xmalloc_widget_value, free_menubar_widget_value_tree)
12503 (parse_single_submenu, digest_single_submenu)
12504 (update_submenu_strings): Move to menu.c.
12505
125062008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12507
12508 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
12509
125102008-06-06 Miles Bader <miles@gnu.org>
12511
12512 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
12513 face, not frame default.
12514
125152008-06-05 Martin Rudalics <rudalics@gmx.at>
12516
12517 * window.c (pop_up_windows, pop_up_frames)
12518 (display_buffer_reuse_frames, Vpop_up_frame_function)
12519 (Vdisplay_buffer_function, Veven_window_heights)
12520 (Vspecial_display_buffer_names, Vspecial_display_regexps)
12521 (Vspecial_display_function, Vsame_window_buffer_names)
12522 (Vsame_window_regexps, split_height_threshold)
12523 (Vsplit_window_preferred_function): Move those vars to window.el.
12524 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
12525 (Fdisplay_buffer): Move those functions to window.el.
12526 (syms_of_window): Remove corresponding declarations.
12527 (display_buffer): New function.
12528 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
12529 * dispnew.c (Flast_nonminibuf_frame): New function.
12530 * buffer.c (Fpop_to_buffer): Move to window.el.
12531
125322008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12533
12534 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
12535
125362008-06-05 Kenichi Handa <handa@m17n.org>
12537
12538 * coding.c (detect_coding): Fix previous change.
12539 (detect_coding_system): Likewise.
12540
125412008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12542
12543 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
12544
12545 * keymap.c (Vminibuffer_local_filename_must_match_map):
12546 Rename from Vminibuffer_local_must_match_filename_map.
12547 (syms_of_keymap):
12548 * minibuf.c (Fcompleting_read): Adjust accordingly.
12549 * commands.h: Rename declaration as well.
12550
125512008-06-05 Kenichi Handa <handa@m17n.org>
12552
12553 * font.c (Ffont_spec): Don't use font_parse_family_registry for
12554 family name.
12555 (Ffont_put): Likewise.
12556
12557 * fontset.c (fontset_find_font): Call font_open_for_lface with the
12558 current font-spec.
12559
12560 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
12561 is unspecified.
12562
12563 * xfaces.c (realize_x_face): If the font-related face attributes
12564 are the same as those of default face, realize a new fontset from
12565 default->fontset.
12566 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
12567
125682008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12569
12570 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
12571 (move_it_in_display_line): New wrapper.
12572
12573 * window.c (window_scroll_pixel_based_preserve_x)
12574 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
12575 (window_scroll_pixel_based, window_scroll_line_based):
12576 Use them to preserve column positions.
12577 (syms_of_window): Initialize them.
12578
12579 * indent.c (Fvertical_motion): Extend first arg to allow passing an
12580 (HPOS . VPOS) pair.
12581
12582 * dispextern.h (move_it_in_display_line): Declare.
12583
125842008-06-05 Juanma Barranquero <lekktu@gmail.com>
12585
12586 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
12587 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
12588 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
12589
125902008-06-04 Juanma Barranquero <lekktu@gmail.com>
12591
12592 * window.c (Fset_window_parameter): Doc fix.
12593 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
12594
125952008-06-04 Joakim Verona <joakim@verona.se>
12596
12597 * window.h (struct window): Add new member window_parameters.
12598
12599 * window.c (Fwindow_parameters, Fwindow_parameter)
12600 (Fset_window_parameter): New defuns.
12601 (syms_of_window): Defsubr the new defuns.
12602 (make_window): Initialize window_parameters to nil.
12603
126042008-06-04 John Paul Wallington <jpw@pobox.com>
12605
12606 * eval.c (Fdefmacro): Doc fix.
12607
126082008-06-04 Kenichi Handa <handa@m17n.org>
12609
12610 * coding.c (detect_coding): Fix handling of coding->head_ascii.
12611 Be sure to call setup_coding_system when we find a proper coding system.
12612 (detect_coding_system): Fix handling of coding->head_ascii.
12613
126142008-06-03 Andreas Schwab <schwab@suse.de>
12615
12616 * font.c (font_prop_validate_spacing): Fix last change.
12617
126182008-06-03 Kenichi Handa <handa@m17n.org>
12619
12620 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
12621 (font_parse_fcname): Fix handling of unknown key.
12622
12623 * xfont.c (xfont_list): Try an alias.
12624
12625 * charset.c (char_charset): Return NULL if the arg charset_list is
12626 specified and C doesn't belong to any of them.
12627
126282008-06-02 Chip Coldwell <coldwell@redhat.com>
12629
12630 * font.c (font_pixel_size): Don't take cdr of an integer.
12631
126322008-06-02 Jim Meyering <meyering@redhat.com>
12633
12634 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
12635 * alloc.c (xfree): Return right away for a NULL arg.
12636 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
12637 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
12638 * mac.c (create_apple_event_from_event_ref): Likewise.
12639 (create_apple_event_from_drag_ref, cfstring_create_normalized):
12640 Likewise.
12641 * doprnt.c (doprnt1): Likewise.
12642 * frame.c (frame): Likewise.
12643 * keyboard.c (wipe_kboard): Likewise.
12644 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
12645 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
12646 * term.c (tty_default_color_capabilities, maybe_fatal)
12647 (delete_tty): Likewise.
12648 * w16select.c (string): Likewise.
12649 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
12650 * w32bdf.c (w32_free_bdf_font): Likewise.
12651 * w32fns.c (w32_unload_font): Likewise.
12652 * w32font.c (w32font_close): Likewise.
12653 * window.c (size_window): Likewise.
12654 * xselect.c (receive_incremental_selection): Likewise.
12655 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
12656 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
12657 * w32.c (stat): Likewise.
12658
12659 Remove useless if-before-free tests.
12660 * editfns.c (Fset_time_zone_rule): Likewise.
12661 * lread.c (nosuffix): Likewise.
12662 * ralloc.c (get_bloc): Likewise.
12663 * regex.c (reg_free): Likewise.
12664 * xftfont.c (xftfont_open, xftfont_close): Likewise.
12665 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
12666 * xsmfns.c (smc_save_yourself_CB): Likewise.
12667
126682008-06-02 Kenichi Handa <handa@m17n.org>
12669
12670 * font.c (font_find_for_lface): Handle float font size.
12671 (font_open_for_lface): Likewise.
12672
12673 * xfaces.c (x_supports_face_attributes_p): Check face->font before
12674 comparing the properties.
12675
126762008-06-01 Jason Rumney <jasonr@gnu.org>
12677
12678 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
12679 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
12680 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
12681 Don't add empty script list.
12682 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
12683
126842008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
12685
12686 * Makefile.in (dot, dotdot): Remove, update users.
12687 ".." has been used elsewhere in the file for a long time.
12688 (LIBXT_STATIC): Remove conditional based on unused variable.
12689
126902008-06-01 Miles Bader <miles@gnu.org>
12691
12692 * xfaces.c (Vface_remapping_alist): New variable.
12693 (syms_of_xfaces): Initialize it.
12694 (enum named_merge_point_kind): New type.
12695 (struct named_merge_point): Add `named_merge_point_kind' field.
12696 (push_named_merge_point): Make cycle detection respect different
12697 named-merge-point kinds.
12698 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
12699 Remove face-name alias resolution.
12700 (lface_from_face_name): New definition using
12701 `lface_from_face_name_no_resolve'.
12702 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
12703 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
12704 (get_lface_attributes): New definition that layers face-remapping on
12705 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
12706 (lookup_basic_face): New function.
12707 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
12708 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
12709 `get_lface_attributes'.
12710 (face_at_buffer_position): Use `lookup_basic_face' to lookup
12711 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
12712 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
12713
12714 * xdisp.c (init_iterator): Pass base_face_id through
12715 `lookup_basic_face' when we actually use it as a face-id.
12716 (handle_single_display_prop): Use `lookup_basic_face' to lookup
12717 DEFAULT_FACE_ID.
12718
12719 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
12720 lookup the initial face-id.
12721
12722 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
12723
127242008-06-01 Juanma Barranquero <lekktu@gmail.com>
12725
12726 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
12727 (Fremove_text_properties): Fix typos in docstrings.
12728
127292008-05-31 Kenichi Handa <handa@m17n.org>
12730
12731 * font.c (font_list_entities): Fix the car part of data to be
12732 stored in the cache.
12733
12734 * ftfont.c (ftfont_font_format): Don't use strcasestr.
12735
127362008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12737
12738 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
12739 Add a `test' argument so another predicate than `equal' can be used.
12740 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
12741 (map_char_table): Remove unused vars `c' and `i'.
12742 * lisp.h (Foptimize_char_table): Adjust declaration.
12743 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
12744
127452008-05-30 Kenichi Handa <handa@m17n.org>
12746
12747 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
12748 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
12749 defined.
12750
127512008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12752
12753 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12754 (Fmake_variable_frame_local): Disallow mixing buffer-local and
12755 frame-local settings for the same variable.
12756
127572008-05-30 Kenichi Handa <handa@m17n.org>
12758
12759 * fontset.c (Ffont_info): Move to font.c.
12760 (syms_of_fontset): Delete defsubr of Sfont_info.
12761
12762 * font.c (font_style_to_value, font_score): Delete casting of the
12763 args to xstcasecmp.
12764 (register_font_driver): Increment num_font_drivers only when
12765 registering the driver globally.
12766 (Ffont_info): Move from fontset.c. Handle a font object too.
12767 (syms_of_font): Defsubr Sfont_info.
12768
127692008-05-29 Kenichi Handa <handa@m17n.org>
12770
12771 * coding.h (enum define_coding_utf8_arg_index): New enum.
12772 (enum coding_attr_index): Change coding_attr_utf_16_bom to
12773 coding_attr_utf_bom.
12774 (enum utf_bom_type): Rename from utf_16_bom_type.
12775 (struct utf_16_spec): Adjust for the above change.
12776 (struct coding_system): Add utf_8_bom in `spec' union.
12777
12778 * coding.c (CODING_UTF_8_BOM): New macro.
12779 (enum coding_category): Delete coding_category_utf_8, add
12780 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
12781 coding_category_utf_8_sig.
12782 (CATEGORY_MASK_UTF_8): Delete it.
12783 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
12784 (CATEGORY_MASK_UTF_8_SIG): New macros.
12785 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
12786 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
12787 CATEGORY_MASK_UTF_8_SIG.
12788 (CATEGORY_MASK_UTF_8): New macro.
12789 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
12790 (detect_coding_utf_8): Check BOM.
12791 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
12792 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
12793 (encode_coding_utf_16): Likewise.
12794 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
12795 (detect_coding, detect_coding_system): Handle utf-8-auto.
12796 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
12797 (syms_of_coding): Fix setting up of Vcoding_category_table.
12798
127992008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12800
12801 * process.c (Faccept_process_output): If `millisec' is non-nil,
12802 `seconds' default to 0.
12803 (wait_reading_process_output): Also return non-nil if we read output
12804 from a non-running process.
12805
128062008-05-29 Jason Rumney <jasonr@gnu.org>
12807
12808 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
12809 `raster' specified.
12810 (add_font_entity_to_list): Allow non-opentype truetype fonts back
12811 in the uniscribe backend, but disallow any font that has no
12812 unicode subrange support.
12813
128142008-05-29 Juanma Barranquero <lekktu@gmail.com>
12815
12816 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
12817 Fix typos in docstrings.
12818
128192008-05-29 Kenichi Handa <handa@m17n.org>
12820
12821 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
12822 (Fx_family_fonts): Set frame correctly.
12823
128242008-05-28 Jason Rumney <jasonr@gnu.org>
12825
12826 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
12827
128282008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12829
12830 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
12831 calling build_annotations.
12832
128332008-05-28 Juanma Barranquero <lekktu@gmail.com>
12834
12835 * coding.c (Fdecode_coding_region, Fencode_coding_region)
12836 (Fencode_coding_string):
12837 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
12838 <latin-extra-code-table>: Fix typos in docstrings.
12839 (syms_of_coding) <coding-system-alist>: Doc fix.
12840 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
12841
128422008-05-28 Kenichi Handa <handa@m17n.org>
12843
12844 * fontset.c (Ffont_info): Don't call font_close_object.
12845
12846 * font.c (font_parse_family_registry): Use Ffont_put to validate
12847 foundry and family.
12848 (font_delete_unmatched): Don't check spacing.
12849 (font_list_entities): Add spacing to the spec to list fonts.
12850
12851 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
12852 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
12853
12854 * coding.c (encode_coding_raw_text): Fix previous change.
12855 (encode_coding_object): When the dst_object is a buffer and is
12856 different from src_object, move gap to PT.
12857
128582008-05-27 Chong Yidong <cyd@stupidchicken.com>
12859
12860 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
12861
128622008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12863
12864 * coding.c (encode_coding_raw_text): Set coding->produced_char for
12865 all branches. Compute it differently.
12866
12867 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
12868
128692008-05-27 Juanma Barranquero <lekktu@gmail.com>
12870
12871 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
12872 into "else if () ... else ...".
12873
128742008-05-27 Jason Rumney <jasonr@gnu.org>
12875
12876 * w32font.c (w32font_open_internal): Determine if glyph indices
12877 are likely to work here.
12878
128792008-05-27 Chong Yidong <cyd@stupidchicken.com>
12880
12881 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
12882 draw overlap glyphs with appropriate highlighting.
12883
128842008-05-27 Kenichi Handa <handa@m17n.org>
12885
12886 * xfont.c (xfont_open): Fix calculation of font->average_width.
12887
128882008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12889
12890 * casefiddle.c (casify_object): Try to guess better whether the
12891 argument is a byte or a char.
12892
128932008-05-26 Andreas Schwab <schwab@suse.de>
12894
12895 * xselect.c (x_reply_selection_request): Properly handle format == 32.
12896 Always send multiples of format size.
12897
12898 * xterm.c (x_set_frame_alpha): Fix type mismatch.
12899
129002008-05-26 Jason Rumney <jasonr@gnu.org>
12901
12902 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
12903 (compute_metrics): Don't set failure if we just cleared the cache.
12904 (w32_weight_table): Remove unused variable.
12905 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
12906 backwards compatibility.
12907
129082008-05-25 Kenichi Handa <handa@m17n.org>
12909
12910 * w32term.c (x_draw_glyph_string):
12911 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
12912
12913 * xfaces.c: Delete unused function prototypes.
12914 (xstrlwr, font_frame): Delete them.
12915 (clear_face_cache): Delete unused variable.
12916
12917 * xftfont.c (xftfont_open): Delete unused variable.
12918 If underline_thickness is not 1, adjust underline_position.
12919
12920 * ftxfont.c (ftxfont_open): Delete unused variable.
12921
12922 * fontset.c (face_for_char): Optimize for the case of no charset
12923 property.
12924
12925 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
12926 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
12927 (otf_open, font_otf_capability, generate_otf_features)
12928 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
12929 Comment out by surrounding "#if 0" and "#endif" for the moment.
12930 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
12931 (syms_of_font): Codes for accessing above commented out.
12932
129332008-05-24 Eli Zaretskii <eliz@gnu.org>
12934
12935 * w32proc.c: Include dispextern.h.
12936
12937 * w32.c: Include dispextern.h.
12938
129392008-05-23 Juanma Barranquero <lekktu@gmail.com>
12940
12941 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
12942 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
12943 Fix typos in docstrings.
12944
129452008-05-23 Jason Rumney <jasonr@gnu.org>
12946
12947 * xsmfns.c: Remove includes that are already included by config.h.
12948
129492008-05-23 Kenichi Handa <handa@m17n.org>
12950
12951 * charset.c (Qemacs, charset_emacs): New variables.
12952 (char_charset): Fix for non-Unicode characters.
12953 (syms_of_charset): Define charset_emacs.
12954
12955 * w32term.c (x_draw_glyph_string): Be sure to update
12956 s->underline_thickness and s->underline_position. Be sure to draw
12957 underline within the current line area.
12958
12959 * xterm.c (x_draw_glyph_string): Be sure to update
12960 s->underline_thickness and s->underline_position. Be sure to draw
12961 underline within the current line area.
12962
12963 * fontset.c: Delete unused variables and add casting for char *
12964 throughout the file.
12965 (fontset_font): Try the fallback fonts of the current fontset
12966 before consulting the default fontset.
12967
12968 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
12969
12970 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
12971
129722008-05-22 Jason Rumney <jasonr@gnu.org>
12973
12974 * font.c: Don't include strings.h.
12975
12976 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
12977
12978 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
12979 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
12980 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
12981 to call xstrcasecmp.
12982
12983 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
12984
12985 * fontset.c (fs_query_fontset): Use xstrcasecmp.
12986
12987 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
12988
12989 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
12990
129912008-05-22 Kenichi Handa <handa@m17n.org>
12992
12993 * puresize.h (BASE_PURESIZE): Increase to 1220000.
12994
12995 * font.c (font_prop_validate_style): Adjust for the format
12996 change of font_style_table.
12997
12998 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
12999 two args.
13000
13001 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
13002 two args.
13003
130042008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13005
13006 * minibuf.c (keys_of_minibuf): Delete.
13007 * lisp.h (keys_of_minibuf): Delete.
13008 * emacs.c (main): Don't call keys_of_minibuf.
13009
130102008-05-22 Kenichi Handa <handa@m17n.org>
13011
13012 * ftfont.c (ftfont_resolve_generic_family): Rename from
13013 ftfont_list_generic_family. Return a single family for each
13014 generic family.
13015 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
13016 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
13017 Call font_add_log.
13018 (ftfont_match): Call font_add_log.
13019
13020 * font.h (Ffont_xlfd_name): EXFUN adjusted.
13021 (FONT_DEBUG): Define it.
13022 (font_add_log): Extern it.
13023 (font_assert): Rename from xassert.
13024
13025 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
13026 (xfont_list_family): Call font_add_log.
13027 (xfont_match): Likewise.
13028 (memq_no_quit): Delete.
13029
13030 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
13031 call of Ffont_xlfd_name.
13032
13033 * xfaces.c (struct table_entry, slant_table, weight_table)
13034 (swidth_table): Move to font.c.
13035
13036 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
13037 xassert are changed to font_assert. Delete many unused variables.
13038 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
13039 New variables.
13040 (struct table_entry): Move from xfaces.c and modified.
13041 (weight_table, slant_table, width_table): Move from xfaces.c and
13042 contents adjusted for the change of struct table_entry.
13043 (font_style_to_value, font_style_symbolic): Adjust for the
13044 format change of font_style_table.
13045 (font_parse_family_registry): Don't overwrite existing foundry and
13046 family of font_spec.
13047 (font_score): Fix calculation of diff for sizes.
13048 (font_sort_entites): Call font_add_log.
13049 (font_delete_unmatched): Return a newly created list.
13050 (font_list_entities): Fix previous change. Call font_add_log.
13051 (font_matching_entity, font_open_entity, font_close_entity):
13052 Call font_add_log.
13053 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
13054 (Finternal_set_font_style_table): Delete.
13055 (BUILD_STYLE_TABLE): New macro.
13056 (build_style_table): New function.
13057 (Vfont_log, font_log_env_checked): New variables.
13058 (font_add_log): New function.
13059 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
13060 Declare Lisp variables "font-weight-table", "font-slant-table",
13061 "font-width-table", and "font-log". Initialize font_style_table.
13062
130632008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
13064
13065 * xterm.c (x_set_frame_alpha): Move declarations before statements.
13066
130672008-05-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 13068 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
13069
13070 * frame.c (Qalpha): Add a new frame parameter `alpha'.
13071 (Vframe_alpha_lower_limit): New variable.
13072 (x_set_alpha): New function.
13073
13074 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
13075
13076 * xfns.c (x-create-frame, Qalpha):
13077 Initialize the frame parameter `alpha'.
13078 * xterm.c (OPAQUE, OPACITY): New.
13079 (x_set_frame_alpha): New function.
13080 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
13081
13082 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
13083 * w32fns.c (w32_frame_parm_handlers): Likewise.
13084
130852008-05-20 Jason Rumney <jasonr@gnu.org>
13086
13087 * w32font.c (add_font_entity_to_list): Don't add non-opentype
13088 truetype fonts to opentype list.
13089
130902008-05-20 Juanma Barranquero <lekktu@gmail.com>
13091
13092 * fontset.c (Ffontset_info): Doc fix.
13093 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
13094 <ignore-relative-composition>: Fix typos in docstrings.
13095
13096 * font.c (syms-of-font) <font-encoding-alist>:
13097 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
13098 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
13099 (Ffont_otf_alternates): Doc fixes.
13100
131012008-05-20 Kenichi Handa <handa@m17n.org>
13102
13103 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
13104 font.h through out the file.
13105 (FONT_DRIVERS): Rename from FONTOBJ.
13106 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
13107 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
13108
13109 * emacs.c (main): Call syms_of_font unconditionally.
13110
13111 * font.h (find_font_encoding): Extern it.
13112
13113 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
13114 fontset.c.
194d44e7 13115 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
13116 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
13117 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
13118 only when HAVE_WINDOW_SYSTEM is defined.
13119 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
13120 when HAVE_WINDOW_SYSTEM is defined.
13121
13122 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
13123 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
13124
13125 * xfaces.c: Include font.h unconditionally.
13126 (merge_face_ref, merge_face_vectors)
13127 (Finternal_set_lisp_face_attribute): Cancel the previous change.
13128
131292008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13130
13131 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
13132 indirect_variable.
13133 * eval.c (lisp_indirect_variable): New fun.
13134 (Fuser_variable_p): Use it.
13135
131362008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13137
13138 * lisp.h (indirect_variable):
13139 * data.c (indirect_variable, let_shadows_buffer_binding_p):
13140 Use Lisp_Symbol pointers rather than Lisp_Object.
13141 Adjust callers.
13142 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
13143 To this end, change calling-convention.
13144
13145 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
13146 if some non-hidden buffers are selected by string&pred.
13147
131482008-05-19 Chong Yidong <cyd@stupidchicken.com>
13149
13150 * process.c (wait_reading_process_output): Always check status
13151 when in batch mode.
13152
131532008-05-19 Kenichi Handa <handa@m17n.org>
13154
13155 * font.c (font_list_entities): Fix handling of cache.
13156 (font_matching_entity): Likewise.
13157
13158 * ftfont.c (cs_iso8859_1): Delete.
13159 (ft_face_cache): New variable.
13160 (struct ftfont_info): New member fc_charset_idx.
13161 (ftfont_build_basic_charsets): Delete.
13162 (fc_charset_table): New variable.
13163 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
13164 . FC_CHARSET_IDX) as :font-entity property in the font entity.
13165 Callers changed.
13166 (ftfont_lookup_cache, ftfont_get_charset): New functions.
13167 (ftfont_spec_pattern): New argument fc_charset_idx.
13168 Check registry more rigidly. Change callers.
13169 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
13170 change of :font-entity property of the font.
13171
13172 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
13173 property of the font.
13174
131752008-05-18 Juanma Barranquero <lekktu@gmail.com>
13176
13177 * coding.c (Fcoding_system_p): Rename argument to match docstring.
13178 (Funencodable_char_position, Fcheck_coding_systems_region)
13179 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
13180 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
13181 (Ffind_operation_coding_system, Fset_coding_system_priority)
13182 (Fcoding_system_eol_type): Doc fixes.
13183
131842008-05-17 Glenn Morris <rgm@gnu.org>
13185
13186 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
13187
131882008-05-16 Eli Zaretskii <eliz@gnu.org>
13189
13190 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
13191 and st_gid.
13192
13193 * frame.c (Fdelete_frame): Don't call font_update_drivers if
13194 HAVE_WINDOW_SYSTEM is not defined.
13195
13196 * xfaces.c (merge_face_ref, merge_face_vectors)
13197 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
13198 HAVE_WINDOW_SYSTEM is defined.
13199 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
13200
132012008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13202
13203 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
13204
132052008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13206
13207 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
13208
132092008-05-15 Kenichi Handa <handa@m17n.org>
13210
13211 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
13212 preference.
13213
132142008-05-15 Glenn Morris <rgm@gnu.org>
13215
13216 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
13217
132182008-05-15 Chong Yidong <cyd@stupidchicken.com>
13219
13220 * fns.c (init_fns): Don't initialize weak_hash_tables here.
13221 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
13222
13223 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
13224
132252008-05-15 Kenichi Handa <handa@m17n.org>
13226
13227 * ftfont.c (ftfont_list): Downcase family name to check generic
13228 families.
13229
13230 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
13231 font-spec for QCfont value.
13232
13233 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
13234 buffer. Check the return value of it.
13235
132362008-05-14 Jason Rumney <jasonr@gnu.org>
13237
13238 * w32term.c (w32_get_glyph_overhangs): Remove.
13239 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
13240
132412008-05-14 Kenichi Handa <handa@m17n.org>
13242
13243 * font.c (font_prop_validate): Make nil a valid value.
13244 (font_clear_cache): Check if the cached vector of entities is nil
13245 or not.
13246
132472008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13248
13249 * emacs.c (main_thread): Conditionalize on
13250 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
13251 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
13252
13253 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
13254 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
13255 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
13256
132572008-05-14 Kenichi Handa <handa@m17n.org>
13258
13259 * coding.c (detect_coding_iso_2022): Ignore a coding category that
13260 has no corresponding coding system.
13261
132622008-05-14 Jason Rumney <jasonr@gnu.org>
13263
13264 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
13265
13266 * w32font.h (w32font_open_internal): Update declaration.
13267
13268 * w32font.c (w32font_open_internal): Change last argument from
13269 w32font_info struct to font object. Fill in font object from
13270 font_entity. Get Outline metrics if possible. Use them to
13271 calculate underline position and thickness. Use xlfd name as name
13272 property. Don't set codepage.
13273 (w32font_open): Pass font_object to w32font_open_internal. Don't
13274 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
13275 (w32font_draw): Use s->font.
13276 (clear_cached_metrics): Don't clear non-existent blocks.
13277
13278 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
13279 font was not found.
13280 (x_draw_glyph_string): Use underline position and thickness from font.
13281
13282 * w32uniscribe.c (uniscribe_open): Pass font_object to
13283 w32font_open_internal.
13284
132852008-05-14 Kenichi Handa <handa@m17n.org>
13286
13287 These changes are to delete all legacy font-handling codes, and
13288 make Emacs use only font-backends.
13289
13290 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
13291 (frame.o, image.o, print.o): Depend on $(FONTSRC).
13292
13293 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
13294
13295 * charset.h (Vcharset_non_preferred_head)
13296 (Vcurrent_iso639_language): Extern them.
13297
13298 * charset.c (Vcharset_non_preferred_head): New variable.
13299 (Vcurrent_iso639_language): New variable.
13300 (syms_of_charset): Declare it as a Lisp variable.
13301 (char_charset): Don't check non preferred charsets. As a last
13302 resort, return charset_unicode.
13303 (Fset_charset_priority): Update Vcharset_non_preferred_head.
13304
13305 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
13306 conditionals. Don't check enable_font_backend. Delete all codes
13307 used only when USE_FONT_BACKEND is not defined.
13308
13309 * dispextern.h (struct glyph_string): Change type of `font' to
13310 `struct font *'.
13311 (struct glyph_string): New member underline_position and
13312 underline_thickness.
13313 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
13314 (struct face): Change type of `font' to `struct font *'. Remove
13315 members `font_name', `font_info_id'.
13316 (per_char_metric, encode_char): Delete externs.
13317 (calc_pixel_width_or_height): Adjust the prototype.
13318
13319 * emacs.c (enable_font_backend): Delete extern.
13320 (main): Don't set enable_font_backend. Don't check the command
13321 line argument "-disable-font-backend".
13322
13323 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
13324 (enum font_property_index): New members FONT_DPI_INDEX,
13325 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
13326 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
13327 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
13328 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
13329 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
13330 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
13331 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
13332 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
13333 (struct font_spec, struct font_entity): New structs.
13334 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
13335 (struct font): Many members from old "struct font_info" moved to
13336 here. Members font and entity deleted.
13337 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
13338 the new font-related objects.
13339 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
13340 (CHECK_FONT_GET_OBJECT): Likewise.
13341 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
13342 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
13343 (struct font_driver): New members case_sensitive anc check. Type
13344 of the member list and open changed.
13345 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
13346 (font_symbolic_width, font_find_object, font_get_spec)
13347 (font_set_lface_from_name): Delete extern.
13348 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
13349
13350 * font.c: Include <strings.h>.
13351 (enable_font_backend): Delete it.
13352 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
13353 (CHECK_VALIDATE_FONT_SPEC): Delete it.
13354 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
13355 (null_string): Delete it.
13356 (null_vector): Make it static.
13357 (font_family_alist): Delete it.
13358 (Qnormal): Extern it.
13359 (QCextra, QClanguage): Delete it.
13360 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
13361 (font_make_spec, font_make_entity, font_make_object)
13362 (font_intern_prop): Renamed from intern_downcase. Don't downcase
13363 the string. Callers changed.
13364 (font_pixel_size): Adjusted for the format change of font-related
13365 objects.
13366 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
13367 (font_style_to_value, font_style_symbolic): New function.
13368 (build_font_family_alist): Delete it.
13369 (font_registry_charsets): Use Fassoc_string instead of
13370 assq_no_quit.
13371 (font_prop_validate_symbol): Don't return null_string.
13372 (font_prop_validate_style): Adjusted for the change of
13373 style-related values in a font vector.
13374 (font_property_table): Delete entries for QClanguage and
13375 QCantialias, add entries for QCavgwidth.
13376 (get_font_prop_index): Delete the 2nd argument FROM.
13377 (font_prop_validate): Arguments changed.
13378 (font_put_extra): Adjusted for the change of font-related objects.
13379 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
13380 (font_parse_fcname, font_unparse_fcname)
13381 (font_prepare_composition): Likewise.
13382 (font_parse_family_registry): Renamed from font_merge_old_spec.
13383 (otf_open): Delete the 1st arg entity.
13384 (font_otf_capability): Adjusted for the above change.
13385 (font_score): New arg alternate_families. Adjusted for the change
13386 of font-related objects.
13387 (font_sort_entites): New arg best_only.
13388 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
13389 Delete them.
13390 (font_match_p): Check alternate families.
13391 (font_find_object): Delete it.
13392 (font_check_object): New function.
13393 (font_clear_cache): Adjusted for the change of font-related objects.
13394 (font_delete_unmatched): New arg.
13395 (font_list_entities): Call font_driver->list with a spec that
13396 doesn't specify style-related properties.
13397 (font_matching_entity): Arguments changed. Caller changed.
13398 (font_open_entity): Adjusted for the change of font-related objects.
13399 (font_close_object, font_has_char, font_encode_char)
13400 (font_get_name, font_get_spec): Likewise.
13401 (font_spec_from_name, font_clear_prop, font_update_lface):
13402 New functions.
13403 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
13404 (font_prepare_for_face, font_done_for_face, font_open_by_name)
13405 (font_at): Adjusted for the change of font-related objects.
13406 (font_range): New function.
13407 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
13408 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
13409 (Fcopy_font_spec, Fmerge_font_spec): New function.
13410 (Ffont_family_list): Renamed from list-families.
13411 (Finternal_set_font_style_table): Arguments changed.
13412 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
13413 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
13414 change of font-related objects.
13415 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
13416
13417 * fontset.h (struct font_info): Delete it. Most members go to
13418 struct font.
13419 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
13420 (enum FONT_SPEC_INDEX): Delete it.
13421 (font_info, list_fonts_func, load_font_func, query_font_func)
13422 (set_frame_fontset_func, find_ccl_program_func)
13423 (get_font_repertory_func, new_fontset_from_font_name): Delete
13424 externs.
13425 (fontset_from_font_name): Extern it.
13426 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
13427 (FONT_INFO_FROM_FACE): Deleted.
13428 (face_for_font): Adjust prototype.
13429
13430 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
13431 conditionals. Don't check enable_font_backend. Delete all codes
13432 used only when USE_FONT_BACKEND is not defined.
13433 (get_font_info_func, list_font_func, load_font_func)
13434 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
13435 (get_font_repertory_func): Delete them.
13436 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
13437 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
13438 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
13439 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
13440 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
13441 (fontset_compare_rfontdef): New function.
13442 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
13443 rfont-defs by qsort. Adjusted for the change of font-group vector.
13444 (load_font_get_repertory): Deleted.
13445 (fontset_find_font): Use new macros to ref/set elements of
13446 font-def and rfont-def.
13447 (fontset_font): Fix the timing of remembering that no font for C.
13448 (free_face_fontset): Do nothing if the face has no fontset.
13449 (face_suitable_for_char_p): Use new macros to ref/set elements of
13450 rfont-def.
13451 (face_for_char): Likewise. Call face_for_char with font_object.
13452 (fs_load_font): Delete. Delete #pragma surrounding it.
13453 (fs_query_fontset): Use strcasecmp instead of strcmp.
13454 (generate_ascii_font_name): Adjusted for the format change of
13455 font-spec.
13456 (Fset_fontset_font): Likewise. Use new macros to set elements of
13457 font-def.
13458 (Fnew_fontset): Use font_unparse_xlfd to generate
13459 FONTSET_ASCII (fontset).
13460 (new_fontset_from_font_name): Deleted.
13461 (fontset_from_font): Renamed from new_fontset_from_font. Check if
13462 a fontset is already created for the font. FIx updating of
13463 Vfontset_alias_alist.
13464 (fontset_ascii_font): Deleted.
13465 (Ffont_info): Adjusted for the format change of font-spec.
13466 (Finternal_char_font): Likewise.
13467 (Ffontset_info): Likewise.
13468 (syms_of_fontset): Don't check load_font_func.
13469
13470 * fns.c (internal_equal): Handle PREV_FONT.
13471
13472 * frame.h: Delete USE_FONT_BACKEND conditional.
13473
13474 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
13475 conditionals. Don't check enable_font_backend. Delete all codes
13476 used only when USE_FONT_BACKEND is not defined.
13477 (x_set_font): Call x_new_font, not x_new_fontset2.
13478 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
13479 already set for the frame.
13480
13481 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
13482 a font-entity by font_make_entity. Use font_intern_prop instead
13483 of intern_downcase. Use FONT_SET_STYLE to set a style-related
13484 font property. If a font is scalable, set avgwidth property to 0.
13485 Set font-entity property by font_put_extra.
13486 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
13487 (ffont_driver): Adjusted for the change of struct font_driver.
13488 (ftfont_spec_pattern): New function.
13489 (ftfont_list): Return a list, not vector.
13490 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
13491 (ftfont_list_family): Don't downcase names.
13492 (ftfont_free_entity): Deleted.
13493 (ftfont_open): Return a font-object. Adjusted for the change of
13494 struct font. Get underline_thickness and underline_position from
13495 font property. Don't update dpyinfo->smallest_font_height and
13496 dpyinfo->smallest_char_width.
13497 (ftfont_close): Don't free `struct font'.
13498 (ftfont_has_char): Adjusted for the format change of font-entity.
13499 (ftfont_encode_char, ftfont_text_extents): Likewise.
13500
13501 * ftxfont.c (ftxfont_list): Return a list, not vector.
13502 (ftxfont_open): Return a font-object. Adjusted for the change of
13503 struct font. Get underline_thickness and underline_position from
13504 font property. Don't update dpyinfo->smallest_font_height and
13505 dpyinfo->smallest_char_width.
13506 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
13507 (ftxfont_draw): Adjusted for the change of struct font.
13508
13509 * image.c (image_ascent): Don't include "charset.h". Include
13510 "character.h" and "font.h".
13511
13512 * lisp.h (enum pvec_type): New member PREV_FONT.
13513 (Fassoc_string): EXFUN it.
13514
13515 * print.c: Include font.h.
13516 (print_object): Handle font-related objects.
13517
13518 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
13519 conditionals. Don't check enable_font_backend. Delete all codes
13520 used only when USE_FONT_BACKEND is not defined.
13521 (handle_auto_composed_prop): Do nothing if it->f is not on a
13522 window system. Check how many following characters can be
13523 displayed by the same font.
13524 (calc_pixel_width_or_height): Type of the 4th arg is changed to
13525 'struct font *'.
13526 (get_char_face_and_encoding): Assign the whole encoding task to
13527 the `encode-char' method of a font driver.
13528 (fill_composite_glyph_string): Adjusted for the change of `struct
13529 face' and `struct glyph_string'.
13530 (fill_glyph_string): Likewise.
13531 (get_per_char_metric): Arguments changed.
13532 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
13533 and `struct glyph_string'.
13534 (produce_stretch_glyph, calc_line_height_property)
13535 (x_produce_glyphs): Likewise.
13536
13537 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
13538 conditionals. Don't check enable_font_backend. Delete all codes
13539 used only when USE_FONT_BACKEND is not defined. Use
13540 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
13541 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
13542 (Qp): Extern them.
13543 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
13544 Deleted.
13545 (struct font_name): Deleted.
13546 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
13547 (compare_fonts_by_sort_order): New function.
13548 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
13549 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
13550 Deleted.
13551 (Fx_family_fonts): Use font_list_entities, and sort fonts by
13552 compare_fonts_by_sort_order.
13553 (Fx_font_family_list): Call Ffont_family_list.
13554 (face_numeric_value, face_numeric_weight, face_numeric_slant)
13555 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
13556 (face_symbolic_slant, face_symbolic_swidth)
13557 (split_font_name_into_vector, build_font_name_from_vector)
13558 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
13559 (font_rescale_ratio, split_font_name, build_font_name)
13560 (free_font_names, sort_fonts, x_face_list_fonts)
13561 (face_font_available_p, sorted_font_list, cmp_font_names)
13562 (font_list_1, concat_font_list, font_list, remove_duplicates):
13563 Deleted.
13564 (Fx_list_fonts): Use Ffont_list.
13565 (LFACE_AVGWIDTH): Deleted.
13566 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
13567 by FONTP.
13568 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
13569 (set_lface_from_font_name): Delete it.
13570 (set_lface_from_font): Renamed from
13571 set_lface_from_font_and_fontset. Caller changed. Don't set
13572 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
13573 for face.
13574 (merge_face_vectors): Copy font-spec if necessary.
13575 Clear properties of the font-spec if necessary.
13576 (merge_face_ref): Clear properties of the font-spec if necessary.
13577 (Finternal_set_lisp_face_attribute): Likewise.
13578 (set_font_frame_param): Use font_load_for_lface to load a
13579 font-object, and call Fmodify_frame_parameters with it.
13580 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
13581 font name by Ffont_xlfd_name.
13582 (Finternal_lisp_face_attribute_values): Don't check QCweight,
13583 QCslant, and QCwidth.
13584 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
13585 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
13586 Compare fonts by EQ.
13587 (lookup_non_ascii_face): Deleted.
13588 (face_for_font): The 2nd argument changed.
13589 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
13590 Check atomic font properties by case insensitive.
13591 (realize_non_ascii_face): Set face->overstrike correctly.
13592 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
13593 (dump_realized_face): Get font name from
13594 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
13595
13596 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
13597 conditionals. Don't check enable_font_backend. Delete all codes
13598 used only when USE_FONT_BACKEND is not defined.
13599 (xic_create_xfontset): Original code deleted and renamed from
13600 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
13601 (x_make_gc): Don't set GCFont in GCs.
13602 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
13603 opened by "fixed".
13604 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
13605 find_ccl_program_func, query_font_func, set_frame_fontset_func,
13606 get_font_repertory_func.
13607
13608 * xfont.c: Include <stdlib.h> and "ccl.h".
13609 (struct xfont_info): New structure.
13610 (xfont_query_font): Deleted.
13611 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
13612 moved from xterm.c.
13613 (xfont_driver): Adjusted for the change of struct font_driver.
13614 (compare_font_names): New function.
13615 (xfont_list_pattern): Sort font names case insensitively. Make
13616 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
13617 (xfont_list): Return a list, not vector.
13618 (xfont_match): If the font doesn't have QCname property, generate
13619 a name from the other font properties.
13620 (xfont_open): Return a font-object. Adjusted for the change of
13621 struct font. Get underline_thickness and underline_position from
13622 font property. Don't update dpyinfo->smallest_font_height and
13623 dpyinfo->smallest_char_width.
13624 (xfont_close): Don't free struct font.
13625 (xfont_prepare_face): Adjusted for the change of struct font.
13626 (xfont_done_face): Deleted.
13627 (xfont_has_char): Adjusted for the change of struct font.
13628 (xfont_encode_char, xfont_draw): Likewise.
13629 (xfont_check): New function.
13630
13631 * xftfont.c (xftfont_list): Adjusted for the change of `list'
13632 callback function.
13633 (xftfont_match): Adjusted for the format change of font-entity.
13634 (xftfont_open): Adjusted for the format change of font-entity and
13635 font-object. Adjusted for the change of struct font. Return a
13636 font-object. Don't update dpyinfo->smallest_font_height and
13637 dpyinfo->smallest_char_width.
13638 (xftfont_close): Block input while calling XftFontClose.
13639 (xftfont_prepare_face): Don't block input while calling
13640 xftfont_get_colors. Adjusted for the change of struct font.
13641 (xftfont_shape): Return value of error case fixed.
13642
13643 * xrdb.c (x_load_resources): Don't setup a fontset resource.
13644
13645 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
13646 conditionals.
13647 (FONT_WIDTH): Return (f)->max_width.
13648 (struct x_display_info): Delete member `font'.
13649 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
13650 (x_find_ccl_program, x_get_font_repertory): Delete externs.
13651 (struct x_output): Change type of `font' to `struct font *'.
13652
13653 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
13654 conditionals. Don't check enable_font_backend. Delete all codes
13655 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
13656 (x_per_char_metric, x_encode_char): Deleted.
13657 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
13658 (x_compute_glyph_string_overhangs): Adjusted for the change of
13659 `struct face'.
13660 (x_draw_glyph_string_foreground)
13661 (x_draw_composite_glyph_string_foreground): Likewise.
13662 (x_draw_glyph_string): Likewise. Use font->underline_position and
13663 font->underline_thickness.
13664 (x_new_font): Renamed from x_new_fontset2.
13665 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
13666 (x_check_font): Call `check' method of a font driver.
13667 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
13668 (x_query_font, x_get_font_repertory): Deleted.
13669 (x_find_ccl_program): Renamed and moved to xfont.c.
13670 (x_redisplay_interface): Adjusted for the change of `struct
13671 redisplay_interface'.
13672
13673 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
13674 conditionals. Don't check enable_font_backend. Delete all codes
13675 used only when USE_FONT_BACKEND is not defined. Surround non-used
13676 code by "#ifdef OLD_FONT" and "endif".
13677 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
13678
13679 * w32font.h (struct w32font_info): New member.
13680 (FONT_COMPAT): New macro.
13681 (w32font_open_internal): Prototype adjusted.
13682
13683 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
13684 OLD_FONT" and "endif".
13685
13686 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
13687 conditionals. Don't check enable_font_backend. Delete all codes
13688 used only when USE_FONT_BACKEND is not defined.
13689 (w32font_open): Return a font-object. Make a font-object by
13690 font_make_object. Adjusted for the change of struct w32font_info.
13691 (w32font_close): Don't free struct font. Adjusted for the change
13692 of struct w32font_info.
13693 (w32font_encode_char, w32font_text_extents, w32font_draw):
13694 Adjusted for the change of struct w32font_info.
13695 (w32font_draw): Likewise.
13696 (w32font_list_internal): Return a list, not vector.
13697 (w32font_open_internal): Change the 4th arg to font-object.
13698 Adjusted for the change of struct w32font_info and font-object format.
13699 (add_font_name_to_list): Don't downcase names.
13700 (w32_enumfont_pattern_entity): Make a font-entity by
13701 font_make_entity. Adjusted for the format change of font-entity.
13702 Use FONT_SET_STYLE to set a style-related font property. If a
13703 font is scalable, set avgwidth property to 0. Set font-entity
13704 property by font_put_extra.
13705 (font_matches_spec): Adjusted for the format change of font-entity.
13706 (w32_weight_table, w32_decode_weight): New variables.
13707 (w32_encode_weight): New function.
13708 (fill_in_logfont): Adjusted for the format change of font-spec.
13709 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
13710 weight value.
13711 (w32font_driver): Adjusted for the change of struct font_driver.
13712
13713 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
13714 conditionals. Don't check enable_font_backend. Surround non-used
13715 code by "#ifdef OLD_FONT" and "endif".
13716 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
13717 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
13718
13719 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
13720 conditionals. Don't check enable_font_backend. Delete all codes
13721 used only when USE_FONT_BACKEND is not defined. Surround non-used
13722 code by "#ifdef OLD_FONT" and "endif".
13723
13724 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
13725 (uniscribe_open): Return value changed to font-object.
13726 Adjusted for the format change of font-object.
13727 (uniscribe_otf_capability): Adjusted for the change of struct font.
13728 (add_opentype_font_name_to_list): Don't downcase names.
13729 (uniscribe_font_driver): Adjusted for the change of struct
13730 font_driver.
13731
137322008-05-13 Chong Yidong <cyd@stupidchicken.com>
13733
13734 * dispnew.c (update_frame_1): Check if tty output is still valid
13735 before flushing it.
13736
137372008-05-13 Jan Djärv <jan.h.d@swipnet.se>
13738
13739 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
13740 to Gtk+ menus.
13741
137422008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13743
13744 * dired.c (file_name_completion): Tweak the code so as to always do it
13745 in a single pass. Tighten the scope of some variables.
13746
13747 * dired.c (Qdefault_directory): New var.
13748 (file_name_completion): Use it instead of Fexpand_file_name.
13749 (syms_of_dired): Initialize it.
13750
137512008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13752
13753 * fileio.c (double_dollars): Remove dead code.
13754
137552008-05-10 Eli Zaretskii <eliz@gnu.org>
13756
13757 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
13758 Mention w32-get-true-file-attributes in doc string.
13759
13760 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
13761
137622008-05-09 Glenn Morris <rgm@gnu.org>
13763
13764 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
13765 2008-04-23.
13766
137672008-05-09 Eli Zaretskii <eliz@gnu.org>
13768
13769 Support for reporting owner and group of each file on MS-Windows:
13770 * dired.c (stat_uname, stat_gname): New functions, with special
13771 implementation for w32.
13772 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
13773
13774 * w32.c: Rename the_passwd_* to dflt_passwd_*.
13775 (dflt_group_name): New static variable.
13776 (dflt_group): Rename from the_group.
13777 (init_user_info): Init dflt_group fields. Get user's group name
13778 from LookupAccountSid.
13779 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
13780 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
13781 New initialization states.
13782 (globals_of_w32): Initialize them to zero. Initialize the default
13783 group name to "None".
13784 (GetFileSecurity_Name): New global var, the name of the function
13785 to call for GetFileSecurity.
13786 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
13787 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
13788 (get_file_security, get_security_descriptor_owner)
13789 (get_security_descriptor_group, is_valid_sid)
13790 (get_file_security_desc, get_rid, get_name_and_id)
13791 (get_file_owner_and_group): New functions.
13792 (stat): Use get_file_security_desc and get_file_owner_and_group to
13793 report the owner and primary group of each file. Don't ignore the
13794 high 32 bits of file's size, now that st_size is 64-bit wide.
13795 Fix test when to get true file attributes.
13796 (init_user_info): Use get_rid instead of equivalent inline code.
13797 (fstat): Don't ignore the high 32 bits of file's size.
13798
137992008-05-09 Chong Yidong <cyd@stupidchicken.com>
13800
13801 * image.c (png_load): Use correct bit-depth for setting background
13802 color.
13803
138042008-05-08 Eli Zaretskii <eliz@gnu.org>
13805
13806 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
13807 epa-hook.elc.
13808
138092008-05-08 Juanma Barranquero <lekktu@gmail.com>
13810
13811 * font.c (Ffont_match_p): Don't use `iff' in docstring.
13812
138132008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
13814
13815 * macfns.c (Fx_create_frame): Make a copy of frame parameters
13816 because the original parameters are in pure storage now.
13817 (mac_window): Remove unused params. Update callers.
13818
138192008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13820
13821 * lread.c (substitute_object_recurse): Use lower-level primitives.
13822 Don't signal errors when traversing sub-char-tables.
13823 Don't loop over all the possible characters when traversing char-tables.
13824
13825 * print.c (print_preprocess): Add sub-char-tables to the print-table,
13826 just like we do in print.c.
13827
138282008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13829
13830 * minibuf.c (Ftry_completion): Remove code left over from when we used
13831 scmp instead of Fcompare_strings.
13832
138332008-05-04 Juanma Barranquero <lekktu@gmail.com>
13834
13835 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
13836
138372008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13838
13839 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
13840 Create bitmap context in native byte order.
13841
13842 * macterm.c (XDrawLine)
13843 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
13844 context in native byte order.
13845
138462008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13847
13848 * config.in: Regenerate.
13849
13850 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
13851 New definitions for Image I/O support.
13852 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13853 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
13854 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13855 (mac_data_provider_release_data, image_load_image_io)
13856 [USE_MAC_IMAGE_IO]: New functions.
13857 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
13858 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
13859 (init_image_func_pointer) [MAC_OSX]: Remove function.
13860 (image_load_quartz2d) [MAC_OSX]: Check availability of
13861 CGImageCreateWithPNGDataProvider at compile time.
13862 Use lowercase `false' for boolean constant.
13863 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
13864 Use image_load_image_io.
13865 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
13866 Don't check MyCGImageCreateWithPNGDataProvider.
13867 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
13868 Don't call init_image_func_pointer.
13869
13870 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
13871
13872 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
13873 Make variable non-static.
13874 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
13875 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13876
13877 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
13878 (RED_FROM_ULONG): Mask off higher bits.
13879 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
13880
13881 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
13882 Include AvailabilityMacros.h.
13883 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
13884 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
13885
138862008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13887
13888 * chartab.c (Fset_char_table_range): If range is t, really set all
13889 chars to that value.
13890
138912008-05-03 Eli Zaretskii <eliz@gnu.org>
13892
13893 * dired.c (Ffile_attributes): Don't allow the device number become
13894 negative.
13895
138962008-05-02 Daiki Ueno <ueno@unixuser.org>
13897
13898 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
13899
139002008-05-02 Juri Linkov <juri@jurta.org>
13901
13902 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
13903 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
13904 DEFAULT argument as a list of default values in docstrings.
13905
139062008-05-01 Chong Yidong <cyd@stupidchicken.com>
13907
13908 * puresize.h (BASE_PURESIZE): Increase to 1210000.
13909
139102008-05-01 Martin Rudalics <rudalics@gmx.at>
13911
13912 * dispnew.c (change_frame_size_1): Preserve small windows when
13913 shrinking frames by calling set_window_height|width with third
13914 arg 2.
13915
13916 * window.h (struct window): Replace field too_small_ok by field
13917 resize_proportionally.
13918
13919 * window.c (make_window): Initialize resize_proportionally.
13920 (enlarge_window): Temporarily set resize_proportionally to make
13921 sure that shrink_windows does scale the window proportionally.
13922 (shrink_windows): When window has resize_proportionally set try
13923 to shrink it proportionally by stealing from other windows.
13924 (struct saved_window, Fset_window_configuration)
13925 (compare_window_configurations): Handle resize_proportionally.
13926 (WINDOW_TOTAL_SIZE): New macro.
13927 (window_min_size, shrink_windows, size_window): Use it.
13928 (check_min_window_sizes): Remove. Invalid values of
13929 window-min-height|width are handled by window_min_size_2 now.
13930 (size_window, Fsplit_window, enlarge_window)
13931 (adjust_window_trailing_edge, grow_mini_window): Don't call
13932 check_min_window_sizes.
13933 (window_min_size_2, window_min_size_1, window_min_size):
13934 New argument safe_p for retrieving "safe" minimum sizes.
13935 (Fdisplay_buffer, Fsplit_window, enlarge_window)
13936 (adjust_window_trailing_edge, grow_mini_window):
13937 Adjust arguments of window_min_size... functions.
13938 (shrink_windows): Argument min_size removed. New argument
13939 safe_p allows shrinking windows to their safe minimum sizes.
13940 Calculate minimum size and decide whether a window shall be
13941 deleted for each window individually.
13942 (size_window): When nodelete_p equals 2, tell shrink_windows to
13943 delete windows only if their new minimum size is no more safe.
13944 (shrink_window_lowest_first): Call window_min_size_1 to make
13945 sure to preserve modeline of bottom-most window when resizing
13946 the minibuffer.
13947 (Fset_window_configuration, Fcurrent_window_configuration)
13948 (compare_window_configurations): Do not handle
13949 window-min-height|width any more.
13950 (syms_of_window): Clarify window-min-height|width doc-strings.
13951
139522008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
13953
13954 * dired.c (file_name_completion): Fix up the encoding/decoding issue
13955 some more. Copy some of the code from Ftry_completions.
13956 Remove special case code that dates back to initial revision when the
13957 slash was only added when necessary and that can't trigger nowadays.
13958
139592008-04-27 Kenichi Handa <handa@m17n.org>
13960
13961 * font.c (font_prop_validate): Signal `error' instead of `font'.
13962
139632008-04-29 Jason Rumney <jasonr@gnu.org>
13964
13965 * w32fns.c (Fw32_battery_status): New defun.
13966 (syms_of_w32fns): Defsubr it.
13967
139682008-04-28 Andreas Schwab <schwab@suse.de>
13969
13970 * dired.c (file_name_completion): Fix another mixing of encoded
13971 and decoded names.
13972
139732008-04-28 Juanma Barranquero <lekktu@gmail.com>
13974
13975 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
13976
139772008-04-27 Juanma Barranquero <lekktu@gmail.com>
13978
13979 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
13980
139812008-04-27 Andreas Schwab <schwab@suse.de>
13982
13983 * dired.c (file_name_completion): Fix inappropriate mixing of
13984 encoded and decoded names.
13985
13986 * xterm.c (XTread_socket): Fix use of uninitialized variable.
13987
13988 * puresize.h (BASE_PURESIZE): Increase to 1200000.
13989
139902008-04-26 Eli Zaretskii <eliz@gnu.org>
13991
13992 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
13993 2008-03-31, it's not needed anymore with `struct stat' definition
13994 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
13995 for the same reasons.
13996
139972008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
13998
13999 * m/sparc.h: Additional redefinitions for GNU/Linux.
14000
140012008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14002
14003 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
14004 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
14005 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
14006 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
14007 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
14008 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
14009 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14010 Likewise.
14011
14012 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
14013 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
14014 (mac_ax_number_of_characters): Add externs.
14015 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
14016 [USE_MAC_TSM]: Likewise.
14017 (mac_handle_text_input_event) [MAC_OSX]:
14018 Handle kEventTextInputOffsetToPos for no active input area case.
14019 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
14020 (mac_handle_document_access_event)
14021 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
14022 (install_application_handler) [MAC_OSX]: Register handlers for
14023 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
14024 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14025 Register mac_handle_document_access_event.
14026
14027 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
14028 Make functions non-static.
14029
140302008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14031
14032 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
14033 (read_file_name_completion_ignore_case, insert_default_directory)
14034 (Qdefault_directory): Move to minibuffer.el.
14035 (Fread_file_name): Call the new `read-file-name' instead.
14036
140372008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14038
14039 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
14040 Make function non-static.
14041 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
14042 Remove function.
14043 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
14044 Move to mactoolbox.c.
14045 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
14046
14047 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
14048 (mac_rect_make): New macro.
14049
14050 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
14051 instead of float.
14052 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
14053 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
14054 (XSetBackground) [USE_CG_DRAWING]: Likewise.
14055 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
14056 CGRectMake.
14057 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
14058 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
14059 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
14060 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
14061 instead of WindowRef in argument type.
14062 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
14063 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
14064 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
14065 instead of DISPLAY. All uses changed.
14066 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
14067 (x_calc_absolute_position): Simplify so as not to use
14068 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
14069
14070 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
14071 instead of WindowRef in argument type.
14072 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
14073 [TARGET_API_MAC_CARBON]: Remove externs.
14074 (create_apple_event, mac_event_parameters_to_lisp)
14075 [TARGET_API_MAC_CARBON]: Add externs.
14076
14077 * mactoolbox.c (Vmac_ts_script_language_on_focus)
14078 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
14079 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
14080 is clicked.
14081 (x_activate_menubar): Remove extern for saved_menu_event_location.
14082 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
14083 Move from mac.c.
14084
140852008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14086
14087 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
14088 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
14089
140902008-04-23 Jason Rumney <jasonr@gnu.org>
14091
14092 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
14093 attributes only for local files.
14094
14095 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
14096 default to Qlocal.
14097
140982008-04-22 Juri Linkov <juri@jurta.org>
14099
14100 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
14101 read-buffer-to-switch instead of using the letter "B".
14102
141032008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
14104
14105 * fileio.c (Qdefault_directory): New variable.
14106 (Fread_file_name): Use it to pass `dir' to the completion functions.
14107
141082008-04-20 Chong Yidong <cyd@stupidchicken.com>
14109
14110 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
14111
141122008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14113
14114 * keyboard.c (Vpre_help_message): Remove.
14115 (show_help_echo): Remove default C code.
14116
14117 * dired.c (directory_files_internal, file_name_completion):
14118 Only call ENCODE_FILE if the string is indeed decoded.
14119
141202008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14121
14122 * Makefile.in (TOOLKIT_DEFINES): Remove.
14123 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
14124
141252008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14126
14127 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
14128 (mactoolbox.o): New target.
14129
14130 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
14131 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
14132
14133 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
14134 Use mac_set_frame_window_background instead of XSetWindowBackground.
14135 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
14136 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
14137 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
14138 instead of SetWindowTitleWithCFString.
14139 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
14140 Move function to mactoolbox.c.
14141 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
14142 Use mac_set_window_modified instead of SetWindowModified.
14143 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
14144 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
14145 (Fx_focus_frame): Use mac_front_non_floating_window instead of
14146 FrontNonFloatingWindow. Use mac_activate_window instead of
14147 ActivateWindow. Use mac_active_non_floating_window instead of
14148 ActiveNonFloatingWindow.
14149 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
14150 Use mac_show_hourglass and mac_hide_hourglass.
14151 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
14152 instead of GetGlobalMouse.
14153 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
14154 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
14155 Use mac_bring_window_to_front instead of BringToFront.
14156 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
14157 mactoolbox.c.
14158 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
14159 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
14160 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
14161 mactoolbox.c.
14162
14163 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
14164 (XtPointer): Move typedef from macmenu.c.
14165 (enum button_type): Move enum from macmenu.c.
14166 (widget_value): Move typedef from macmenu.c.
14167 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
14168 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
14169 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
14170 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
14171 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
14172 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
14173 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
14174 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
14175 (Selection): Move typedef from macselect.c.
14176 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
14177 macterm.c.
14178 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
14179 (mac_is_window_collapsed, mac_bring_window_to_front)
14180 (mac_send_window_behind, mac_hide_window, mac_show_window)
14181 (mac_collapse_window, mac_front_non_floating_window)
14182 (mac_active_non_floating_window, mac_activate_window)
14183 (mac_move_window_structure, mac_move_window, mac_size_window)
14184 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
14185
14186 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
14187 (enum mac_menu_kind): Move enum to mactoolbox.c.
14188 (min_menu_id): Move variable to mactoolbox.c.
14189 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
14190 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
14191 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
14192 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
14193 [TARGET_API_MAC_CARBON]: Likewise.
14194 (XtPointer): Move typedef to macgui.h.
14195 (enum button_type): Move enum to macgui.h.
14196 (widget_value): Move typedef to macgui.h.
14197 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
14198 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
14199 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
14200 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
14201 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
14202 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
14203 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
14204 (popup_activated_flag): Make variable non-static.
14205 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
14206 (add_menu_item, fill_menu, dispose_menus):
14207 Move functions to mactoolbox.c.
14208 (restore_show_help_function, menu_target_item_handler)
14209 (install_menu_target_item_handler, mac_handle_dialog_event)
14210 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
14211 [TARGET_API_MAC_CARBON]: Likewise.
14212 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
14213 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
14214 (find_and_call_menu_selection, name_is_separator): Make function
14215 non-static.
14216 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
14217 to mactoolbox.c.
14218 (set_frame_menubar): Don't call install_menu_quit_handler.
14219 (menu_item_selection): New variable.
14220 (mac_menu_show): Use create_and_show_popup_menu.
14221 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
14222 selection but set variable menu_item_selection. All uses changed.
14223 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
14224 Call install_menu_quit_handler. Move to mactoolbox.c.
14225
14226 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
14227 (Selection): Move typedef to macgui.h.
14228 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
14229 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
14230 Make variables non-static.
14231 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
14232 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
14233 Make functions non-static.
14234 (Vmac_service_selection) [MAC_OSX]: Likewise.
14235 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
14236 (mac_valid_selection_target_p, mac_clear_selection)
14237 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
14238 (mac_put_selection_value, mac_selection_has_target_p)
14239 (mac_get_selection_value, mac_get_selection_target_list)
14240 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
14241 Move functions to mactoolbox.c.
14242 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
14243 Likewise.
14244 (copy_scrap_flavor_data, mac_handle_service_event)
14245 (install_service_handler) [MAC_OSX]: Likewise.
14246 (syms_of_macselect) <Vmac_dnd_known_types>:
14247 Use mac_dnd_default_known_types.
14248
14249 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
14250 Move to mactoolbox.c.
14251 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
14252 (Fx_selection_owner_p): Add EXFUN.
14253 (install_window_handler, remove_window_handler, XSetWindowBackground):
14254 Remove externs.
14255 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
14256 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
14257 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
14258 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
14259 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
14260 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
14261 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
14262 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
14263 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
14264 (create_and_show_popup_menu, mac_get_selection_from_symbol)
14265 (mac_valid_selection_target_p, mac_clear_selection)
14266 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
14267 (mac_put_selection_value, mac_selection_has_target_p)
14268 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
14269 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
14270 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
14271 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
14272 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
14273 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
14274 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
14275 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
14276 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
14277
14278 * mactoolbox.c: New file.
14279
142802008-04-18 Jason Rumney <jasonr@gnu.org>
14281
14282 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
14283
142842008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14285
14286 * character.c (Fmultibyte_char_to_unibyte):
14287 Return latin1 chars unchanged.
14288
14289 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
14290 relocated if it points to `name'.
14291
142922008-04-17 Kenichi Handa <handa@m17n.org>
14293
14294 * data.c (Faset): Allow setting a multibyte character in an
14295 ASCII-only unibyte string.
14296
14297 * lisp.h (STRING_SET_MULTIBYTE): New macro.
14298
142992008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14300
14301 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
14302 done in config.h.
14303
143042008-04-16 Juanma Barranquero <lekktu@gmail.com>
14305
14306 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
14307 (Fchar_direction): Add usage in the docstring.
14308
143092008-04-15 Chong Yidong <cyd@stupidchicken.com>
14310
14311 * keyboard.c (read_key_sequence): Remove always-true checks.
14312
143132008-04-14 Jason Rumney <jasonr@gnu.org>
14314
14315 * w32font.c (w32font_open_internal): Set max_bounds.descent in
14316 compatibility struct, for better underline positioning.
14317
143182008-04-13 David Hansen <david.hansen@gmx.net>
14319
14320 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
14321 string.
14322
143232008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
14324
14325 * m/hp800.h (XUINT, XSET): Remove.
14326
143272008-04-12 Juanma Barranquero <lekktu@gmail.com>
14328
14329 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
14330 previous change.
14331
143322008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14333
14334 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
14335 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
14336
143372008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14338
14339 * keymap.h (map_keymap_canonical): Declare.
14340 * xmenu.c (single_keymap_panes): Use it.
14341
143422008-04-11 Glenn Morris <rgm@gnu.org>
14343
14344 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
14345 set the target's value to that of the alias.
14346
143472008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14348
14349 * term.c (set_tty_color_mode): Left over typo.
14350
143512008-04-10 Michael Albinus <michael.albinus@gmx.de>
14352
14353 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
14354 only after check for file name handler functions. Signal, when
14355 native functionality is not supported.
14356 (syms_of_fileio): Declare it unconditionally.
14357
143582008-04-10 Jason Rumney <jasonr@gnu.org>
14359
14360 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
14361 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
14362
14363 * w32.c (logon_network_drive): Also logon to remote drives that
14364 are mapped to drive letters.
14365
143662008-04-10 Glenn Morris <rgm@gnu.org>
14367
14368 * xdisp.c (truncate-partial-width-windows): Doc fix.
14369
143702008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14371
14372 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
14373 Move functions to minibuffer.el.
14374 (syms_of_fileio): Don't declare them.
14375
143762008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14377
14378 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
14379 (syms_of_minibuf): Remove its initialization.
14380
14381 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
14382
143832008-04-09 Juanma Barranquero <lekktu@gmail.com>
14384
14385 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
14386
143872008-04-09 Jason Rumney <jasonr@gnu.org>
14388
14389 * makefile.w32-in (distclean): Delete makefile too.
14390 (maintainer-clean): New target.
14391
14392 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
14393
14394 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
14395 for new font backend and composite cases.
14396
143972008-04-09 Jan Djärv <jan.h.d@swipnet.se>
14398
14399 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
14400 Most of the code moved to run_timers.
14401 (do_pending_atimers): Call run_timers.
14402 (run_timers): New function.
14403
14404 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
14405 run atimers.
14406
14407 * process.c (wait_reading_process_output): The same as above.
14408
144092008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14410
14411 * minibuf.c (last_exact_completion): Remove variable.
14412 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
14413 (complete_and_exit_1, complete_and_exit_2)
14414 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
14415 (Fdisplay_completion_list, display_completion_list_1)
14416 (Fminibuffer_completion_help, Fself_insert_and_exit)
14417 (Fexit_minibuffer, Fminibuffer_message): Move functions to
14418 minibuffer.el.
14419 (syms_of_minibuf): Remove corresponding initializations.
14420
14421 * keyboard.c (Qdeactivate_mark): New var.
14422 (command_loop_1): Use it to call `deactivate-mark'.
14423 (syms_of_keyboard): Initialize it.
14424
14425 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
14426 to another frame.
14427 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
14428 Don't call set_tty_color_mode.
14429 (store_frame_param): Reset previous_frame rather than call
14430 set_tty_color_mode.
14431 * term.c (set_tty_color_mode): Rewrite.
14432 * dispextern.h (set_tty_color_mode): New type.
14433 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
14434
144352008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14436
14437 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
14438 for generic chars, which do not exist any more in emacs-unicode.
14439
144402008-04-08 Michael Albinus <michael.albinus@gmx.de>
14441
14442 * coding.c (detect_coding_emacs_mule)
14443 (Ffind_operation_coding_system): Fix typo.
14444
144452008-04-08 Jason Rumney <jasonr@gnu.org>
14446
14447 * w32uniscribe.c (SNAME): Extract only symbol name.
14448
14449 * w32font.h (struct w32_metric_cache): New struct.
14450 (w32font_info): Use it.
14451 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
14452 (CACHE_BLOCKSIZE): New constants.
14453
14454 * w32font.c (Qja, Qko, Qzh): New symbols.
14455 (syms_of_w32font): Initialise them.
14456 (font_matches_spec): Use them to filter by language.
14457 (recompute_cached_metrics): Remove function.
14458 (compute_metrics, clear_cached_metrics): New functions.
14459 (w32font_encode_char): Use them to manage metric cache.
14460 (w32font_text_extents): Cache metrics for all glyphs on demand.
14461 Delay converting glyph indices to WORD until needed.
14462 (w32font_open_internal): Initialize metric cache to empty.
14463 (registry_to_w32_charset): Charset should always be a symbol.
14464 (fill_in_logfont, list_all_matching_fonts): Family should
14465 always be a symbol.
14466
144672008-04-06 Jason Rumney <jasonr@gnu.org>
14468
14469 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
14470 Give up if glyph indices not supported. Use uniscribe obtained
14471 ABC widths for individual metrics. Map glyph clusters back to
14472 characters using fClusterStart flag. Return number of glyphs
14473 produced, not chars processed.
14474 (uniscribe_shape): Map char at FROM to current glyph.
14475
144762008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14477
14478 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
14479 Use SetMenuItemHierarchicalMenu.
14480
144812008-04-05 Jason Rumney <jasonr@gnu.org>
14482
14483 * image.c (pbm_load): Allow color values up to 65535.
14484 Throw an error if max_color_idx is outside the supported range.
14485 Report an error when image size is invalid.
14486 Read two bytes at a time when raw images have max_color_idx above 255.
14487
aac0c6e3
MR
144882008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
14489
14490 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
14491 append "CCL: Quitted" when the CCL program is quitted.
14492 (setup_ccl_program): Initialize ccl->quit_silently to zero.
14493
14494 * ccl.h (struct ccl_program): New member quit_silently.
14495
144962008-04-05 Chong Yidong <cyd@stupidchicken.com>
14497
14498 * search.c (compile_pattern_1): Treat non-nil and non-string of
14499 search-spaces-regexp as nil.
14500
14501 * minibuf.c (Fassoc_string): Tweak docstring.
14502
145032008-04-05 Eli Zaretskii <eliz@gnu.org>
14504
14505 * dired.c (Ffile_attributes): Support inode numbers wider than 32
14506 bits. Remove ugly WINDOWSNT-specific kludge introduced on
14507 2008-03-14 to force inode be positive.
14508
14509 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
14510 _S_* ones, since we now use our own sys/stat.h.
14511 (stat, fstat): Don't mangle the inode number.
14512 (init_user_info): Don't restrict UID and GID to 0-60000 range.
14513
145142008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14515
14516 * frame.h (struct frame): Give one more bit to `visible' since we use
14517 values larger than 1 to indicate obscured frames on ttys.
14518
14519 * keymap.c (Qkeymap_canonicalize): New var.
14520 (Fmap_keymap_internal): New fun.
14521 (describe_map): Use keymap-canonicalize.
14522
14523 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
14524 (Fundo_boundary): Set them.
14525 (syms_of_undo): Initialize them.
14526 (record_point): Use them instead of last_point_position*.
14527 (last_undo_buffer): Change type.
14528
145292008-04-04 Jason Rumney <jasonr@gnu.org>
14530
14531 * w32font.c (w32font_text_extents): Use font's ascent and descent.
14532 (recompute_cached_metrics): Don't set ascent and descent per char.
14533
14534 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
14535 (uniscribe_check_otf): Add GC protection before consing.
14536 Rearrange loop for counting features.
14537
145382008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14539
14540 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
14541 buffer with byte-size of source buffer.
14542
145432008-04-03 Chong Yidong <cyd@stupidchicken.com>
14544
14545 * callint.c (Fcall_interactively): Handle temporary region even
14546 when shift-select-mode is off.
14547
145482008-04-03 Jason Rumney <jasonr@gnu.org>
14549
14550 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
14551
145522008-04-03 Kenichi Handa <handa@m17n.org>
14553
14554 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
14555 (CATEGORY_MASK_UTF_16): Likewise.
14556 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
14557 binary file.
14558 (detect_coding): Add null-byte detection for a binary file.
14559 (detect_coding_system): Likewise.
14560
145612008-04-03 Jason Rumney <jasonr@gnu.org>
14562
14563 * w32uniscribe.c: New file.
14564
14565 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
14566
14567 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
14568
14569 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
14570 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
14571 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
14572 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
14573 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
14574 (Qphonetic): New symbols.
14575 (syms_of_w32font): Initialize them.
14576 (font_supported_scripts): Use them.
14577 (w32font_list_family): List all charsets.
14578 (w32font_text_extents, recompute_cached_metrics): Fix metric
14579 calculations.
14580 (w32_enumfont_pattern_entity): Make full_type a DWORD.
14581 Give opentype fonts their own format.
14582 (font_matches_spec): New arguments backend and logfont.
14583 Handle :otf spec for uniscribe backend.
14584 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
14585 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
14586
14587 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
14588 font backend.
14589 (globals_of_w32fns): Initialize uniscribe font backend.
14590
14591 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
14592 dependencies.
14593 (w32uniscribe.$(O)): New file to build.
14594 (FONT_OBJ): Include w32uniscribe.$(O).
14595 (LIBS): Add uniscribe libraries.
14596
14597 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
14598
145992008-04-02 Chong Yidong <cyd@stupidchicken.com>
14600
14601 * callint.c (Vshift_select_mode): New var.
14602 (Finteractive): Document new ^ spec.
14603 (Fcall_interactively): Call handle-shift-selection if the ^ spec
14604 is present.
14605
14606 * keyboard.c (Vthis_command_keys_shift_translated): New var.
14607 (command_loop_1): Avoid running the direct display versions of
14608 forward-char and backward-char if shift-selection may occur.
14609 (read_key_sequence): Set Vthis_command_keys_shift_translated if
14610 shift-translation takes place.
14611
14612 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
14613 avoid clobbering by define-minor-mode.
14614
14615 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
14616 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
14617
14618 * syntax.c (Fforward_word): Add ^ interactive spec.
14619
14620 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
14621 (Fscroll_right): Add ^ interactive spec.
14622
146232008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14624
14625 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
14626
14627 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
14628
14629 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
14630
146312008-03-31 Juri Linkov <juri@jurta.org>
14632
14633 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
14634
146352008-03-30 Jan Djärv <jan.h.d@swipnet.se>
14636
14637 * gtkutil.c (xg_set_geometry): Fix indentation.
14638 (xg_resize_outer_widget): Remove.
14639 (x_wm_size_hint_off): Fix indentation.
14640 (xg_frame_set_char_size): Call flush_and_sync after
14641 gtk_window_resize.
14642 (x_wm_set_size_hint): Pass NULL as geometry window to
14643 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
14644 Add menu bar and tool bar height to base height.
14645 (xg_update_frame_menubar, free_frame_menubar)
14646 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
14647 (update_frame_tool_bar, free_frame_tool_bar):
14648 Change xg_resize_outer_widget to xg_frame_set_char_size.
14649
146502008-03-30 Michael Albinus <michael.albinus@gmx.de>
14651
14652 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
14653 (Fdbus_call_method): New parameter TIMEOUT.
14654 (dbus-send-signal): Optimize UNGCPRO call.
14655
146562008-03-29 Juri Linkov <juri@jurta.org>
14657
14658 * window.c (Fdisplay_buffer): Move call to
14659 Vsplit_window_preferred_function out of conditions that check
14660 if window is eligible for vertical splitting.
14661 When Vsplit_window_preferred_function is non-nil, call it and use
14662 its non-nil return value as window. Otherwise, continue doing
14663 vertical splitting using Fsplit_window with arg horflag=nil.
14664 (syms_of_window) <Vsplit_window_preferred_function>: Change the
14665 default value from `split-window' to nil.
14666
146672008-03-29 Juri Linkov <juri@jurta.org>
14668
14669 * callint.c (Fcall_interactively): Revert 2008-03-16 change
14670 for interactive code letters 'b' and 'B'.
14671
146722008-03-29 Eli Zaretskii <eliz@gnu.org>
14673
14674 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
14675 multibyte string.
14676
146772008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14678
14679 * keyboard.c (pending_funcalls): New var.
14680 (timer_check): Run it.
14681 (syms_of_keyboard): Initialize it.
14682 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
14683 (Vdelete_terminal_functions): New vars.
14684 (syms_of_terminal): Initialize them.
14685 (Fdelete_terminal): Run delete-terminal-functions.
14686 * xdisp.c (safe_eval): Rewrite.
14687 (safe_call2): New fun.
14688 * frame.c (Qdelete_frame_functions): New var.
14689 (syms_of_frame): Initialize it.
14690 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
14691 * lisp.h (safe_call2, pending_funcalls): Declare.
14692
146932008-03-28 Andreas Schwab <schwab@suse.de>
14694
14695 * indent.c (Fmove_to_column): Move declaration before statements.
14696
146972008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14698
14699 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
14700 (struct frame): Use bit fields for boolean vars.
14701
14702 * process.c (server_accept_connection): Simplify naming.
14703 (emacs_get_tty_pgrp): Use SDATA.
14704
14705 * coding.c (decode_coding_object): Fix last change.
14706
147072008-03-27 Jason Rumney <jasonr@gnu.org>
14708
14709 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
14710
147112008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
14712
14713 * charset.c (Fdefine_charset_internal): Change the way of
14714 registering charsets in Vcharset_order_list.
14715 (syms_of_charset): Make the charset `eight-bit' supplementary.
14716
147172008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
14718
14719 * regex.c (EXTEND_BUFFER): Change order of pointer addition
14720 operations, to avoid having the difference between pointers
14721 overflow.
14722
147232008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14724
14725 * indent.c (check_display_width): New fun.
14726 (scan_for_column): Use it.
14727
14728 * data.c (syms_of_data): Mark most-positive-fixnum and
14729 most-negative-fixnum as constants.
14730
14731 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
14732
14733 * indent.c (scan_for_column): Extract from current_column_1.
14734 Merge with the same code from Fmove_to_column.
14735 (current_column_1, Fmove_to_column): Use it.
14736
147372008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14738
14739 * keymap.c (map_keymap_internal): New fun.
14740 (map_keymap): Use it.
14741 (Fmap_keymap_internal): New fun.
14742 (Fmap_keymap): Remove left-out test from before make_save_value.
14743
14744 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
14745
14746 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
14747 Use XCAR/XCDR.
14748
14749 * process.h (struct Lisp_Process): Remove filter_multibyte.
14750 * process.c (QCfilter_multibyte): Remove.
14751 (setup_process_coding_systems): Don't use filter_multibyte.
14752 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
14753 (read_process_output): Don't adjust multibyteness to filter_multibyte.
14754 (Fset_process_filter_multibyte): Change the coding-system to
14755 approximate the previous behavior.
14756 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
14757 coding-system.
14758
14759 * coding.c (decode_coding_object): When not decoding into a buffer,
14760 obey the coding system's preference of (uni|multi)byte.
14761
147622008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14763
14764 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
14765 every char is changed and has a different byte-length.
14766 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
14767 Fix int -> EMACS_INT.
14768
147692008-03-23 David Hansen <david.hansen@gmx.net>
14770
14771 * dbusbind.c (xd_read_message): Remove extra copying of message
14772 strings. Check for NULL `interface' or `member'.
14773
147742008-03-22 Eli Zaretskii <eliz@gnu.org>
14775
14776 * w32.c (readdir): If FindFirstFile/FindNextFile return in
14777 cFileName a file name that includes `?' characters, use the 8+3
14778 alias in cAlternateFileName instead.
14779
147802008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14781
14782 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
14783
147842008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14785
14786 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
14787 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
14788 work on current_buffer only instead (that was already the case
14789 for some of the code anyway).
14790 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
14791 (temp_set_point, temp_set_point_both): Use EMACS_INT.
14792 (SET_PT, SET_PT_BOTH): Adjust.
14793 * intervals.h (set_point, temp_set_point, set_point_both)
14794 (temp_set_point_both): Remove redundant declarations.
14795
147962008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14797
14798 * fileio.c (Finsert_file_contents):
14799 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
14800 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
14801 when buffer != current_buffer anyway.
14802
148032008-03-20 Andreas Schwab <schwab@suse.de>
14804
14805 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
14806 as default.
14807
148082008-03-19 Jason Rumney <jasonr@gnu.org>
14809
14810 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
14811 (syms_of_w32fns): Initialize them.
14812 (HOURGLASS_ID): New constant.
14813 (x_window_to_frame): Don't check hourglass_window.
14814 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
14815 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
14816 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
14817 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
14818 Only change the cursor if hourglass is not active.
14819 (Fx_create_frame): Initialize frame's current_cursor.
14820 (hourglass_atimer): Remove.
14821 (hourglass_started): New function.
14822 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
14823 (show_hourglass): Adapt to w32, changing argument to frame.
14824
14825 * w32term.h (struct w32_output): Remove hourglass_window.
14826 Add current_cursor.
14827
14828 * eval.c (call_debugger, Fsignal):
14829 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
14830 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
14831 (Fexecute_extended_command, cancel_hourglass_unwind):
14832 * minibuf.c (read_minibuf):
14833 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
14834
148352008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14836
14837 * window.c (run_funs): New fun.
14838 (run_window_configuration_change_hook): Use it to run the buffer-local
14839 and the global part of the hook.
14840
14841 * xdisp.c (format_mode_line_unwind_data): Add window argument.
14842 (unwind_format_mode_line): Restore selected window.
14843 (x_consider_frame_title, Fformat_mode_line): Set selected window.
14844
148452008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14846
14847 * editfns.c (Fchar_equal): Check they are valid characters.
14848
14849 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
14850
148512008-03-17 Andreas Schwab <schwab@suse.de>
14852
14853 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
14854 against a charset.
14855
14856 * lisp.h (Fbuffer_list): Declare.
14857
148582008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 14859
aac0c6e3
MR
14860 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
14861 handlebox_widget is != 0.
14862
148632008-03-16 Juri Linkov <juri@jurta.org>
14864
14865 * callint.c (Fcall_interactively): For interactive code letters
14866 'b' and 'B' put the buffer list into the list of default "future"
14867 values of the minibuffer.
14868
148692008-03-16 Andreas Schwab <schwab@suse.de>
14870
14871 * keyboard.c (read_key_sequence): Fix downcasing of letters with
14872 modifiers.
14873
14874 * regex.c (re_match_2_internal): Correct matching of a charset
14875 against latin-1 characters.
14876
148772008-03-16 Kenichi Handa <handa@m17n.org>
14878
14879 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
14880 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
14881 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
14882 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
14883 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
14884 CHAR_STRING_ADVANCE.
14885 (produce_chars): Fix for the case that the source and the
14886 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
14887 instead of CHAR_STRING_ADVANCE.
14888 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
14889 STRING_CHAR_ADVANCE.
14890
148912008-03-15 Andreas Schwab <schwab@suse.de>
14892
14893 * regex.c (re_match_2_internal): Correct matching of eight bit
14894 characters in unibyte strings.
14895
148962008-03-15 Martin Rudalics <rudalics@gmx.at>
14897
14898 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
14899 at end of range when it coincides with the end of the buffer.
14900
149012008-03-14 Eli Zaretskii <eliz@gnu.org>
14902
14903 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
14904
14905 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
14906
149072008-03-14 Jason Rumney <jasonr@gnu.org>
14908
14909 * editfns.c (initial_tz): New variable.
14910 (syms_of_editfns): Initialize it.
14911 (Fset_time_zone_rule): Set it when first called.
14912 Use it when TZSTRING is nil.
14913
14914 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
14915 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
14916 (monitor_from_point_fn, get_monitor_info_fn): New globals.
14917 (globals_of_w32fns): Initialize them.
14918 (compute_tip_xy): Use them to position tooltips.
14919
149202008-03-14 Glenn Morris <rgm@gnu.org>
14921
14922 * emacs.c (main): Revert previous change.
14923 (standard_args): Revert -internal-script back to -scriptload,
14924 and remove the long-option form.
14925
149262008-03-13 Glenn Morris <rgm@gnu.org>
14927
14928 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
14929 Remove option -enable-font-backend.
14930
149312008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14932
14933 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
14934
149352008-03-11 Jan Djärv <jan.h.d@swipnet.se>
14936
14937 * xterm.c (x_connection_closed): For GTK: If this is the last
14938 terminal just exit without closing the display.
14939
149402008-03-11 Jason Rumney <jasonr@gnu.org>
14941
14942 * w32font.c (w32font_full_name): Use floor to round.
14943
f0131492 149442008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
14945
14946 * sound.c (alsa_configure): Declare vol at beginning of block.
14947
14948 * fontset.c (Ffontset_info): Remove extra semicolon.
14949
149502008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14951
14952 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
14953 size of resulting string.
14954
149552008-03-10 Jason Rumney <jasonr@gnu.org>
14956
14957 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
14958
149592008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14960
14961 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
14962 Don't pretend as if characters with display property haven't been
14963 consumed for string-replacing-string case.
14964
149652008-03-08 Kim F. Storm <storm@cua.dk>
14966
14967 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
14968 (get_next_display_element, next_element_from_string)
14969 (next_element_from_ellipsis, next_element_from_buffer): Use it.
14970
149712008-03-08 Andreas Schwab <schwab@suse.de>
14972
14973 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
14974
149752008-03-06 Jason Rumney <jasonr@gnu.org>
14976
14977 * w32font.c (w32_registry): Take font_type argument. Use ANSI
14978 when charset not specified. Only translate ANSI to unicode when
14979 font_type is truetype.
14980 (w32font_coverage_ok): New function.
14981 (add_font_entity_to_list): Use it to filter unsuitable fonts.
14982
149832008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
14984
14985 * lread.c (Fread_char): Resolve modifiers.
14986 (Fread_char_exclusive): Likewise.
14987
14988 * character.c (char_resolve_modifier_mask): New function.
14989 (char_string): Use char_resolve_modifier_mask.
14990 (Fchar_resolve_modifiers): New function.
14991 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
14992 function.
14993
149942008-03-04 Jason Rumney <jasonr@gnu.org>
14995
14996 * makefile.w32-in: Always include w32font.c in the build.
14997 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
14998
149992008-03-04 Andreas Schwab <schwab@suse.de>
15000
15001 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
15002 (versionclean): Likewise.
15003
150042008-03-04 Juanma Barranquero <lekktu@gmail.com>
15005
15006 * .cvsignore: Add oo.
15007
150082008-03-03 Andreas Schwab <schwab@suse.de>
15009
15010 * coding.c (decode_coding_object): Inhibit gap shrinking while
15011 decoding in place.
15012
150132008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
15014
15015 * w32term.c: Remove unused include "gnu.h".
15016 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
15017
15018 * gnu.h: Rename to ...
15019 * emacs-icon.h: ... this.
15020 * xterm.c: Use emacs-icon.h instead of gnu.h.
15021 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
15022
150232008-03-03 Juanma Barranquero <lekktu@gmail.com>
15024
15025 * w32font.c: Include math.h.
15026
150272008-03-03 Jason Rumney <jasonr@gnu.org>
15028
15029 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
15030 Compute options separately.
15031 (w32font_open_internal): Set glyph_idx before caching metrics.
15032
15033 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
15034 Define if system headers don't.
15035 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
15036 (w32font_encode_char): Don't declare here.
15037
15038 * w32font.c (Quniscribe, QCformat): New symbols.
15039 (syms_of_w32font): Define them.
15040 (w32font_has_char): Indicate uncertainty.
15041 (w32font_encode_char): Encode as glyph point. Make static.
15042 (recompute_cached_metrics): New function.
15043 (w32font_open_internal): Use it. Set font to use glyph points
15044 initially. Set format based on type of font.
15045 (w32font_text_extents, w32font_draw): Optionally use glyph points.
15046 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
15047 on it. Set format based on information available here.
15048 (add_font_entity_to_list): Identify backend based on opentype_only.
15049
150502008-03-02 Andreas Schwab <schwab@suse.de>
15051
15052 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
15053
15054 * coding.c (decode_coding_big5, produce_chars):
15055 Fix typos in last change.
15056
150572008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
15058
15059 * gnu.h: New icon.
15060
150612008-03-02 Kenichi Handa <handa@m17n.org>
15062
15063 * coding.c (decode_coding_utf_8): When eol-type of CODING is
15064 `dos', don't decode '\r' if that is the last in the source.
15065 (decode_coding_utf_16, decode_coding_emacs_mule)
15066 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15067 (decode_coding_raw_text, decode_coding_charset): Likewise.
15068 (produce_chars): Don't decode EOL here. Use EMACS_INT.
15069
150702008-03-01 Jason Rumney <jasonr@gnu.org>
15071
15072 * w32font.c (w32font_full_name): Report point size for scalable fonts.
15073
150742008-03-01 Kim F. Storm <storm@cua.dk>
15075
15076 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
15077
150782008-03-01 Jason Rumney <jasonr@gnu.org>
15079
15080 * w32font.c (w32font_full_name): New function.
15081 (w32font_open_internal): Use it.
15082
150832008-03-01 Kim F. Storm <storm@cua.dk>
15084
15085 * dispnew.c (line_draw_cost): Fix invalid glyph check.
15086
150872008-03-01 Jason Rumney <jasonr@gnu.org>
15088
15089 * font.c (font_unparse_fcname): Increase len when style is a symbol.
15090
150912008-03-01 Jan Djärv <jan.h.d@swipnet.se>
15092
15093 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
15094 xg_frame_resized when the event is for the edit widget.
15095
15096 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
15097
15098 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
15099 set_char_size.
15100 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
15101 operations on widgets here. Just set frame size if needed.
15102 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
15103 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
15104 (x_wm_set_size_hint): Set size hints on the edit widget only, not
15105 the whole frame.
15106 (xg_create_tool_bar): Move attachment of the tool bar to
15107 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
15108 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
15109
151102008-03-01 Jason Rumney <jasonr@gnu.org>
15111
15112 * w32fns.c (w32_msg_pump): Disable debug code.
15113
151142008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15115
15116 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
15117
151182008-02-29 Chong Yidong <cyd@stupidchicken.com>
15119
15120 * xdisp.c (next_overlay_string): Don't set
15121 overlay_strings_at_end_processed_p if we're currently reading from
15122 a display string.
15123
151242008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
15125
15126 * xdisp.c (get_overlay_strings_1): Fix typo.
15127
151282008-02-29 Chong Yidong <cyd@stupidchicken.com>
15129
15130 * xdisp.c (get_overlay_strings_1): Add missing argument type.
15131
151322008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
15133
15134 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
15135
15136 * xdisp.c (display_mode_element): Cancel the previous change.
15137 (decode_mode_spec): Likewise.
15138 (handle_auto_composed_prop): Don't make composition if it->string
15139 is a string.
15140
151412008-02-27 Kim F. Storm <storm@cua.dk>
15142
15143 * lisp.h (GLYPH): Change type from int to struct with separate char
15144 and face_id members.
15145 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
15146 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
15147 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
15148 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
15149 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
15150 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
15151 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
15152 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
15153 handle new Lisp glyph code encoding, either an integer or a cons.
15154
15155 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
15156 (GLYPH_ALIAS): Delete.
15157 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
15158 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
15159 (GLYPH_FROM_CHAR): Replace macro by ...
15160 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
15161
15162 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
15163 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
15164 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
15165 (GLYPH_INVALID_P): New macro.
15166 (spec_glyph_lookup_face): Update prototype.
15167
15168 * dispnew.c (line_draw_cost): Adapt to new glyph type.
15169 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
15170 new glyph code encoding.
15171 (spec_glyph_lookup_face): No return value; update passed glyph instead.
15172 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
15173
15174 * xdisp.c (get_next_display_element, next_element_from_display_vector):
15175 Adapt to new glyph type and new glyph code encoding.
15176
15177 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
15178
15179 * indent.c (current_column, current_column_1, Fmove_to_column)
15180 (compute_motion): Adapt to new glyph code encoding.
15181
15182 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
15183
151842008-02-27 Chong Yidong <cyd@stupidchicken.com>
15185
15186 * process.c (wait_reading_process_output): Check for window
15187 changes caused by timers.
15188 Suggested by Johan Bockgård.
15189
151902008-02-27 Glenn Morris <rgm@gnu.org>
15191
15192 * emacs.c (USAGE1): Add `--disable-font-backend'.
15193
151942008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
15195
15196 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
15197 is made to the buffer.
15198
151992008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15200
15201 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
15202 (face_at_string_position):
15203 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
15204 (face_at_string_position):
15205 * xdisp.c (display_string, next_overlay_change):
15206 * buffer.h (overlays_at):
15207 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
15208 Update callers.
15209
152102008-02-26 Chong Yidong <cyd@stupidchicken.com>
15211
15212 * editfns.c (Fformat): Doc fix.
15213
152142008-02-26 Juanma Barranquero <lekktu@gmail.com>
15215
15216 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
15217 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
15218 (Ffont_otf_alternates, Fquery_font): Doc fixes.
15219
152202008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15221
15222 * buffer.c (Fbuffer_swap_text): New function.
15223 (syms_of_buffer): Defsubr it.
15224
152252008-02-25 Chong Yidong <cyd@stupidchicken.com>
15226
15227 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
15228
152292008-02-25 Jason Rumney <jasonr@gnu.org>
15230
15231 * w32font.c (w32font_draw): Draw one character at a time when padding.
15232
152332008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15234
15235 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
15236 Handle a nil arg. Use run_window_configuration_change_hook.
15237 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
15238 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
15239 Use run_window_configuration_change_hook.
15240
152412008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
15242
15243 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
15244 1-pixel width.
15245
152462008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
15247
15248 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
15249 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
15250 if the glyph in the font is zero pixel with.
15251
15252 * dispextern.h (struct glyph_string): New member padding_p.
15253
15254 * w32font.c (w32font_draw): Pay attention to s->padding_p.
15255
15256 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
15257
15258 * xfont.c (xfont_draw): Pay attention to s->padding_p.
15259
15260 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
15261
15262 * font.c: If the font driver doesn't have `shape' function, return Qnil.
15263
152642008-02-25 Jason Rumney <jasonr@gnu.org>
15265
15266 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
15267
152682008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15269
15270 Allow fine-grained image-cache flushing.
15271 * dispextern.h (struct image): Add `dependencies' field.
15272 (clear_image_caches): Change arg to Lisp_Object.
15273 * image.c (make_image): Initialize `dependencies' field.
15274 (clear_image_cache): Change arg to allow fine-grained flushing.
15275 Perform the flush even if image-cache-eviction-delay is nil.
15276 (clear_image_caches): Change arg to Lisp_Object.
15277 (Fclear_image_cache): Expand meaning of the argument.
15278 (mark_image): Mark `dependencies' field.
15279 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
15280 (lface_hash): Use XHASH rather than XFASTINT.
15281 (face_at_buffer_position): Fix int -> EMACS_INT position.
15282 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
15283 (select_frame_for_redisplay): Remove code duplication.
15284 (redisplay_internal): Adapt arg to call to clear_image_caches.
15285
152862008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
15287
15288 * s/vms4-0.h:
15289 * s/vms4-2.h:
15290 * s/vms4-4.h:
15291 * s/vms5-5.h: Remove, unused.
15292
15293 * s/irix5-2.h:
15294 * s/irix6-0.h:
15295 * s/riscos5.h:
15296 * s/mach-bsd4-3.h:
15297 * m/mips4.h: Remove files for obsolete systems.
15298
15299 * Makefile.in:
15300 * filelock.c:
15301 * unexmips.c:
15302 * m/hp9000s300.h:
15303 * m/iris4d.h:
15304 * s/aix3-1.h:
15305 * s/hpux.h:
15306 * s/msdos.h:
15307 * s/usg5-0.h:
15308 * s/usg5-2-2.h:
15309 * s/usg5-2.h:
15310 * s/usg5-3.h: Remove references to obsolete variables.
15311
15312 * s/irix5-0.h: Remove, move all the contents ...
15313 * s/irix6-5.h: ... here. Simplify.
15314 * config.in: Regenerate.
15315
153162008-02-24 Jason Rumney <jasonr@gnu.org>
15317
15318 * w32term.c (x_draw_glyph_string_background): Clear the background
15319 manually when cleartype is in use.
15320 (x_draw_glyph_string_foreground): Draw text transparently when
15321 cleartype is in use.
15322
15323 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
15324 a font into it unless we have to.
15325
153262008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15327
15328 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
15329 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 15330
aac0c6e3
MR
153312008-02-18 Jason Rumney <jasonr@gnu.org>
15332
15333 * w32fns.c (Fw32_shell_execute): Encode parameters.
15334
153352008-02-09 Eli Zaretskii <eliz@gnu.org>
15336
15337 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
15338
153392008-02-05 Juanma Barranquero <lekktu@gmail.com>
15340
15341 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
15342
153432008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
15344
15345 * xterm.c (x_set_offset): Don't change the gravity if
15346 CHANGE_GRAVITY is -1.
15347
153482008-02-23 Chong Yidong <cyd@stupidchicken.com>
15349
15350 * fileio.c (auto_save_error_occurred): New var.
15351 (auto_save_error): Set it.
15352 (Fdo_auto_save): Don't overwrite the error message if an auto-save
15353 error occurred.
15354
153552008-02-23 Eli Zaretskii <eliz@gnu.org>
15356
15357 * w32.c (globals_of_w32): Add initializations for
15358 g_b_init_get_sid_sub_authority and
15359 g_b_init_get_sid_sub_authority_count.
15360
153612008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
15362
15363 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
15364 (font_parse_xlfd): Use them for sanity check.
15365 (Finternal_set_font_style_table): Make sure the table is bijective.
15366
15367 Consolidate the image_cache to the terminal struct.
15368 * termhooks.h (P_): Remove redundant def.
15369 (struct terminal): New field `image_cache'.
15370 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
15371 of FRAME_X_IMAGE_CACHE.
15372 * xterm.h (struct x_display_info): Remove image_cache field.
15373 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15374 * w32term.h (struct w32_display_info): Remove image_cache field.
15375 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15376 * macterm.h (struct mac_display_info): Remove image_cache field.
15377 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15378 * xterm.c (x_term_init):
15379 * w32term.c (w32_term_init):
15380 * macterm.c (mac_term_init): Set the image_cache in the terminal.
15381 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
15382 Remove declarations.
15383 (clear_image_caches, mark_image_cache): New declarations.
15384 * xfaces.c (clear_face_cache):
15385 * xdisp.c (redisplay_internal): Use clear_image_caches.
15386 * image.c (clear_image_cache): Don't check that a frame is on
15387 a window-system before checking if it shares the same cache.
15388 (clear_image_caches): New function.
15389 (Fclear_image_cache): Use it.
15390 (mark_image): Move from allo.c.
15391 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
15392 * alloc.c (mark_image, mark_image_cache): Move to image.c.
15393 (mark_object): Don't call mark_image_cache for frames.
15394 (mark_terminals): Call mark_image_cache.
15395
15396 * lisp.h (Fdelete_terminal): Declare.
15397
15398 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
15399 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
15400 wrong_type_argument.
15401
154022008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
15403
15404 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
15405 malayalam.el, and tamil.el. Add sinhala.el.
15406
154072008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
15408
15409 * xterm.c (x_connection_closed): Consolidate identical tests.
15410 (x_delete_terminal): Don't crash if called via x_connection_closed.
15411
154122008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
15413
15414 * xdisp.c (decode_mode_spec): New arg string.
15415 (display_mode_element): Adjust for the above change.
15416
154172008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15418
15419 * callint.c (Fcall_interactively): Use AREF.
15420
154212008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
15422
15423 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
15424
154252008-02-18 Jan Djärv <jan.h.d@swipnet.se>
15426
15427 * xfns.c (Fx_show_tip): Set string to " " if empty.
15428
154292008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
15430
15431 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
15432 with Qt.
15433
154342008-02-17 Kenichi Handa <handa@m17n.org>
15435
15436 * ftfont.c (ftfont_shape): Return Lispy number.
15437
15438 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
15439 for GCs.
15440 (Finternal_set_font_selection_order): Call font_update_sort_order
15441 only when enable_font_backend is set.
15442 (realize_x_face): Set face->font_info to that of default face only
15443 when enable_font_backend is set.
15444
15445 * xdisp.c (handle_composition_prop): Set it->c to the fist
15446 character of the composed region.
15447 (fill_composite_glyph_string): Set base_face->font_info to
15448 s->font_info. Get a face for ascii from base_face->ascii_face.
15449 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
15450 with a face already decided.
15451 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
15452 non-negative.
15453 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
15454 call font_prepare_composition unconditionally.
15455
15456 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
15457
15458 * xterm.h (struct x_display_info): New member font.
15459
15460 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
15461 (x_set_mouse_face_gc, x_new_font): Likewise.
15462 (x_term_init): Setup display_info->font.
15463 (x_delete_terminal): Free display_info->font.
15464
15465 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
15466
15467 * ftxfont.c (ftxfont_default_fid): Delete it.
15468 (ftxfont_open): Set xfont->fid to 0.
15469 (ftxfont_end_for_frame): Clear data specific to the frame and the
15470 font-driver.
15471
15472 * xftfont.c (xftfont_default_fid): Delete it.
15473 (xftfont_open): Set xfont->fid to 0.
15474
15475 * fontset.c (FONTSET_OBJLIST): New macro.
15476 (fontset_find_font): Update font-object list of the fontset.
15477 (free_realized_fontset): New function.
15478 (free_face_fontset): Call free_realized_fontset.
15479 (Ffont_info): Call font_close_object only when enable_font_backend
15480 is set.
15481
15482 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
15483 [HAVE_NTGUI]: Include w32term.h.
15484 [MAC_OS]: Include macterm.ch.
15485 (font_otf_ValueRecord): Use make_number.
15486 (font_finish_cache): Fix handling of reference count.
15487 (font_clear_cache): Update num_fonts.
15488 (font_open_entity): Update smallest_char_width and
15489 smallest_font_height of the frame.
15490 (font_close_object): Update num_fonts.
15491 (Fclear_font_cache): Fix finding the target cache data.
15492
154932008-02-16 Glenn Morris <rgm@gnu.org>
15494
15495 * fontset.c (Finternal_char_font): Fix compilation warning.
15496
154972008-02-16 Eli Zaretskii <eliz@gnu.org>
15498
15499 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
15500 instead of char arrays. Enlarge the size of array passed to
15501 get_token_information.
15502
15503 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
15504 warnings.
15505
155062008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
15507
15508 * .gdbinit: Don't set `args', it breaks gdb --args.
15509
155102008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
15511
15512 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
15513 within a narrowed buffer.
15514
155152008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
15516
15517 * coding.c (decode_coding_object, encode_coding_object):
15518 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
15519
155202008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15521
15522 * coding.c (coding_set_destination): Use BEG_BYTE rather than
15523 hardcoding 1.
15524 (detect_coding_system):
15525 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
15526 (string_char_to_byte, string_byte_to_char, insert_from_gap):
15527 * insdel.c (insert_from_gap):
15528 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
15529 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
15530 (string_to_multibyte):
15531 * character.c (chars_in_text, multibyte_chars_in_text):
15532 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
15533
15534 * character.h (FETCH_STRING_CHAR_ADVANCE)
15535 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
15536 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
15537 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
15538
15539 * casefiddle.c (casify_region): Only call after-change and composition
15540 functions on the part of the region that was changed.
15541
15542 * keyboard.c (read_avail_input):
15543 * frame.c (Fdelete_frame): Call Fdelete_terminal.
15544
155452008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15546
15547 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
15548 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
15549
155502008-02-11 Juanma Barranquero <lekktu@gmail.com>
15551
15552 * w32menu.c (push_submenu_start, push_submenu_end)
15553 (push_left_right_boundary, push_menu_pane, push_menu_item):
15554 * keyboard.c (read_key_sequence): Don't pass args with side effects
15555 to AREF, it fails when compiling with -DENABLE_CHECKING.
15556
155572008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
15558
15559 * Makefile.in (${lispsource}international/charprop.el):
15560 Delete this target.
15561
15562 * search.c (boyer_moore): Fix incorrect synching of the trunk and
15563 emacs-unicode-2.
15564
155652008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15566
15567 * terminal.c (Fdelete_terminal): Clean up the `force' path.
15568
155692008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15570
15571 * frame.c (Qnoelisp): New symbol.
15572 (syms_of_frame): Initialize it.
15573 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
15574 harmless Elisp code, from a strong `force' from x_connection_closed.
15575 * frame.h (Qnoelisp): Declare.
15576 * xterm.c (x_connection_closed): Pass `noelisp'.
15577
15578 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
15579 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
15580 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
15581 rather than `int' for the type of `type'.
15582
155832008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
15584
15585 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
15586
15587 * Makefile.in (GNUC): Remove support for gcc-1.x.
15588
155892008-02-10 Richard Stallman <rms@gnu.org>
15590
15591 * lisp.h (ASET): Use AREF, not ASLOT.
15592
155932008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15594
15595 * lisp.h (ASET): Check bounds.
15596
155972008-02-10 Glenn Morris <rgm@gnu.org>
15598
15599 * buffer.c (mode-name): Doc fix.
15600
156012008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15602
15603 * Makefile.in:
15604 * emacs.c:
15605 * gmalloc.c:
15606 * keyboard.c:
15607 * lisp.h:
15608 * m/ibm370aix.h:
15609 * process.c:
15610 * regex.c:
15611 * s/hpux.h:
15612 * sysdep.c:
15613 * sysselect.h:
15614 * systty.h:
15615 * unexec.c:
15616 * w32term.c:
15617 * xsmfns.c:
15618 * xterm.c: Remove code that deals with obsolete variables.
15619
15620 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
15621
15622 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
15623 nothing else needs it anymore.
15624
156252008-02-09 Eli Zaretskii <eliz@gnu.org>
15626
15627 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
15628 instead of unibyte_char_to_multibyte.
15629
156302008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15631
15632 * s/gnu-linux.h: Remove commented out code.
15633
15634 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
15635
15636 * Makefile.in: Update what RMS says about using autoconf.
15637 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
15638 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
15639 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
15640 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
15641
156422008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
15643
15644 * keymap.c (Fkey_description): Move side effect outside of macro call.
15645
15646 * xfaces.c (Finternal_make_lisp_face):
15647 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
15648
15649 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
15650 (syms_of_fontset): Use ASET.
15651
15652 * fns.c (concat): Move side effect outside of macro call.
15653 (hash_clear): Use ASET.
15654
156552008-02-08 Richard Stallman <rms@gnu.org>
15656
15657 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
15658 If FORCE, and frame has a surrogate minibuffer for another frame,
15659 delete the other frame first.
15660
156612008-02-07 Timo Savola <timo.savola@iki.fi>
15662
15663 * xterm.c (x_detect_focus_change): Handle embed client message.
15664 (handle_one_xevent): Ditto.
15665 (handle_one_xevent): If embedded and we get a button press/release,
15666 request focus.
15667 (xembed_set_info, xembed_send_message): New functions.
15668 (x_make_frame_visible): Call xembed_set_info if embedded.
15669 (x_make_frame_invisible): Call xembed_set_info if embedded.
15670 (x_term_init): Initialize Xatom_XEMBED.
15671 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
15672 (x_iconify_frame): Ditto.
15673
15674 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
15675 (enum xembed_info, enum xembed_message, enum xembed_focus)
15676 (enum xembed_modifier, enum xembed_accelerator): New.
15677 (xembed_set_info, xembed_send_message): Declare.
15678 (FRAME_X_EMBEDDED_P): New.
15679
15680 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
15681 gtk_plug_new.
15682
15683 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
15684 window ID of a frame.
15685 (x_window): Reparent frame if embedded.
15686 (Fx_create_frame): Don't set border width if embedded.
15687
15688 * emacs.c (USAGE3): Add --parent-id.
15689 (standard_args): Ditto.
15690
156912008-02-07 Jan Djärv <jan.h.d@swipnet.se>
15692
15693 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
15694
156952008-02-07 Jim Meyering <meyering@redhat.com>
15696
15697 Use "do...while (0)", not "if (1)...else" in macro definitions.
15698 The latter provokes a warning from gcc about the empty else, when
15699 followed by ";". Also, without that trailing semicolon, it would
15700 silently swallow up any following statement.
15701 * syntax.h (SETUP_SYNTAX_TABLE)
15702 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
15703 * buffer.h (DECODE_POSITION): Likewise.
15704 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
15705 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
15706 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
15707 (FETCH_CHAR_ADVANCE): Likewise.
15708 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
15709
157102008-02-07 Jim Meyering <meyering@redhat.com>
15711
15712 * lread.c [lint]: Don't include <sys/inode.h>.
15713
157142008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15715
15716 * xselect.c (x_handle_dnd_message):
15717 * xmenu.c (digest_single_submenu, xmenu_show):
15718 * xdisp.c (with_echo_area_buffer_unwind_data)
15719 (format_mode_line_unwind_data, unwind_format_mode_line)
15720 (display_menu_bar):
15721 * eval.c (Ffetch_bytecode):
15722 * doc.c (store_function_docstring):
15723 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
15724 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
15725 * buffer.c (add_overlay_mod_hooklist): Use ASET.
15726
157272008-02-07 Kenichi Handa <handa@m17n.org>
15728
15729 * ftxfont.c (ftxfont_open): Don't set
15730 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
15731
15732 * ftfont.c (ftfont_open): Fix previous change.
15733
157342008-02-06 Jason Rumney <jasonr@gnu.org>
15735
15736 * w32font.c (w32font_text_extents): Fill in lbearing metric.
15737 Use cached metrics for ASCII characters.
15738 (w32font_open_internal): Don't set font's owning_frame.
15739 Cache metrics for ASCII characters.
15740
15741 * w32font.h (struct w32font_info): Add ascii_metrics.
15742 Remove owning_frame.
15743
157442008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
15745
15746 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
15747 to negative value.
15748
15749 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
15750
15751 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
15752
15753 * charset.c (syms_of_charset): Set QCtest and Qeq.
15754
157552008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15756
15757 * process.c (Fstart_process):
15758 * callproc.c (Fcall_process): Handle the case where
15759 Funhandled_file_name_directory returns nil.
15760
15761 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
15762 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
15763 * font.c (check_gstring): Use them and AREF to access the vector before
15764 we know it's really a gstring.
15765 (Ffont_shape_text): Fix typo.
46e722a9 15766 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
15767
15768 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
15769 Declare.
15770
15771 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
15772
157732008-02-05 Jason Rumney <jasonr@gnu.org>
15774
15775 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
15776 Set smallest_font_height and smallest_char_width in display info.
15777
157782008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
15779
15780 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
15781
157822008-02-05 Miles Bader <miles@gnu.org>
15783
15784 * xfaces.c (get_lface_attributes, merge_named_face)
15785 (lookup_named_face, lookup_derived_face, realize_named_face):
15786 Revert 2008-02-01 change by cyd@stupidchicken.com.
15787
157882008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
15789
15790 * fontset.c (Ffontset_info): Handle the case of inhibitting the
15791 fallback fonts.
15792 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
15793
157942008-02-04 Jason Rumney <jasonr@gnu.org>
15795
15796 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
15797 set full_name.
15798 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
15799
158002008-02-03 Jason Rumney <jasonr@gnu.org>
15801
15802 * makefile.w32-in (OBJ1): Include font.o here.
15803 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
15804
158052008-02-02 Jason Rumney <jasonr@gnu.org>
15806
15807 * makefile.w32-in (temacs): Bump EMHEAP to 21.
15808
158092008-02-01 Jason Rumney <jasonr@gnu.org>
15810
15811 * s/cygwin.h: Define VIRT_ADDR_VARIES.
15812
15813 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
15814
158152008-02-01 Andreas Schwab <schwab@suse.de>
15816
15817 * Makefile.in (shortlisp, lisp): Update for rename of
15818 ../lisp/language/myanmar.el.
15819
158202008-02-01 Chong Yidong <cyd@stupidchicken.com>
15821
15822 * xfaces.c (get_lface_attributes): Delete function.
15823 (merge_named_face, lookup_named_face, lookup_derived_face)
15824 (realize_named_face): Call lface_from_face_name directly, and use
15825 the fact that merge_face_vectors does not alter its FROM argument.
15826
158272008-02-01 Jason Rumney <jasonr@gnu.org>
15828
15829 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
15830 input in the default locale. Handle non-Unicode multibyte input.
15831
158322008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15833
15834 * fontset.c (reorder_font_vector): Exclude nil elements from the
15835 font group. Don't try multiple fonts.
15836 (fontset_font): Adjust for the above change.
15837 (Finternal_char_font): Return nil if the found font doesn't
15838 contain the character ch.
15839
15840 * Makefile.in (lisp, shortlisp): Add cham.el.
15841
158422008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15843
15844 * font.h (FONTP): Make it return 1 also for a font-object.
15845
15846 * .gdbinit (xfontset): New function.
15847
15848 * font.c (font_find_for_lface): Check if the character C is
15849 supported or not only for the first font.
15850
15851 * fontset.c (reorder_font_vector): Fix typo.
15852 (fontset_find_font): Don't add a font-spec specifying a script.
15853 Use 0 (not Qt) for the indication of empty font-group. Change the
15854 format of RFONT-DEF. Return Qt if no font in the font-group
15855 support the character.
15856 (fontset_font): Adjust for the above change. If no font was
15857 found the character, remember that.
15858 (face_for_char): Adjust for the change of RFONT-DEF.
15859 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
15860 no font for the target.
15861 (Finternal_char_font): Adjust for the change of RFONT-DEF.
15862
158632008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15864
15865 * font.c (font_load_for_face): Handle the case that the font in
15866 face->lface is a string.
15867
158682008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15869
15870 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
15871
158722008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15873
15874 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
15875 Fix previous change. If the frame is not on a window system,
15876 signal an error.
15877
158782008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15879
15880 * coding.c (decode_coding_object, encode_coding_object): Adjust
15881 marker positions after conversion.
15882
15883 * lisp.h (struct Lisp_Marker): New member need_adjustment.
15884
158852008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15886
15887 * font.c (font_find_for_lface): Fix the handling of the return
15888 value of font_has_char.
15889 (Ffont_shape_text): Fix previous change.
15890
15891 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
15892 (fontset_ref_and_range): Delete it.
15893 (fontset_find_font): Call char_table_ref_and_range instead of
15894 FONTSET_REF_AND_RANGE.
15895 (make_fontset): Don't setup font groups of Latin here.
15896 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
15897 (new_fontset_from_font): Make the specified font the default for
15898 all Latin characters.
15899
159002008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15901
15902 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
15903 is on a window system before accessing the fontset of the frame.
15904
159052008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15906
15907 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
15908
15909 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
15910 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
15911
15912 * font.c (Ffont_shape_text): If the font driver doesn't have a
15913 shaper function, make zero-width glyphs to have at least one-pixel
15914 width. Fix setting of `to' field of glyphs.
15915
159162008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15917
15918 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
15919 glyphs.
15920
15921 * font.h (struct font_driver): Improve docstring of member `shape'.
15922
159232008-02-01 Kenichi Handa <handa@m17n.org>
15924
15925 * composite.c (syms_of_composite): Fix docstring of
15926 auto-composition-function.
15927
15928 * font.h (LGLYPH_SIZE): New macro.
15929
15930 * font.c (Ffont_fill_gstring): Stop filling when a character not
15931 supported by the font is found.
15932 (Ffont_shape_text): When a shape callback function returns nil,
15933 try at most two more times with larger gstring.
15934 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
15935
15936 * xdisp.c (handle_auto_composed_prop): Change the argument to
15937 auto-composition-function.
15938
15939 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
15940 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
15941 Lispy glyph and store it in the lgstring.
15942
15943 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
15944
15945 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
15946
159472008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15948
15949 * font.c (Ffont_shape_text): Avoid unnecessary composition.
15950
15951 * fontset.c (Vfont_encoding_charset_alist): New variable.
15952 (syms_of_fontset): DEFVAR it.
15953 (reorder_font_vector, fontset_find_font): Optimize for the case of
15954 no need of reordering.
15955 (face_for_char): Map the charset property by
15956 Vfont_encoding_charset_alist.
15957
159582008-02-01 Jason Rumney <jasonr@gnu.org>
15959
15960 * w32font.c (logfonts_match): Don't check adstyle here.
15961 (font_matches_spec): Check here against physical font instead.
15962 (add_font_entity_to_list): Avoid some substitutions.
15963
15964 * font.c (font_parse_fcname): Default weight and slant to normal.
15965 (font_score): Prefer normal fonts if weight or slant unspecified.
15966 (font_score) [WINDOWSNT]: Scale weight difference down to closer
15967 match freetype scores.
15968
159692008-02-01 Jason Rumney <jasonr@gnu.org>
15970
15971 * w32font.c (w32font_text_extents): Don't use the frame stored in the
15972 font, as it may have been deleted.
15973 (w32_enumfont_pattern_entity): Map generic family to adstyle using
15974 most common hyphenless variation.
15975 (logfonts_match): Check generic family.
15976 (font_matches_spec): Don't check generic family here.
15977 (fill_in_logfont): Set generic family based on adstyle.
15978
15979 * w32font.h (w32font_get_cache): Update declaration.
15980
159812008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15982
15983 * ftfont.c (ftfont_get_cache): Adjust the argument type.
15984
15985 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
15986 If none of the new drivers are available, call font_update_drivers
15987 with the old drivers.
15988
15989 * w32font.c (w32font_get_cache): Adjust the argument type.
15990
15991 * xfont.c (xfont_get_cache): Adjust the argument type.
15992
15993 * font.h (struct font_driver): Change argument type of get_cache.
15994
15995 * xftfont.c (xftfont_start_for_frame): Delete prototype.
15996
15997 * font.c (Ffont_get): Fix arguments to Fassoc.
15998 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
15999 (font_clear_cache): New function.
16000 (font_list_entities, font_matching_entity): Use font_get_cache.
16001 (font_update_drivers): Call font_clear_cache when finishing a driver.
16002
16003 * fontset.c (fontset_find_font): Fix previous change.
16004
160052008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16006
16007 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
16008 dpyinfo->font_table.
16009 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
16010 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
16011
16012 * font.c (font_at): Handle the case that the arg C is negative.
16013 Handle the unibyte case.
16014 (Ffont_at): Call font_at with the arg C -1.
16015
16016 * xdisp.c (handle_auto_composed_prop): Don't get a character at
16017 the position here, and call font_at with the arg C -1.
16018 Don't check the range of the existing composition at the point.
16019
160202008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16021
16022 * fontset.c (fontset_add): New args charset_id and family.
16023 Change caller.
16024 (load_font_get_repertory, fontset_find_font): Assume that
16025 font_spec is always a font-spec object.
16026 (Fset_fontset_font): Always store a font-spec object in a fontset.
16027
16028 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
16029 instead of get_property_and_range.
16030
160312008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16032
16033 * xftfont.c (struct xftfont_info): Delete the member ft_face.
16034 (xftfont_open): Don't keep locking face.
16035 (xftfont_close): Don't unlock face.
16036 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
16037
16038 * fontset.c (fontset_find_font): Don't prefer a font of
16039 supplementary charset.
16040
160412008-02-01 Kenichi Handa <handa@m17n.org>
16042
16043 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
16044 script, langsys_tag to langsys, new member script.
16045 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 16046 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
16047 listing to the script specified in that property. Fix arg to
16048 OTF_check_features.
16049
160502008-02-01 Jason Rumney <jasonr@gnu.org>
16051
16052 * w32font.h: New file.
16053
16054 * w32font.c: Include it.
16055 (struct w32font_info): Add owning_frame field. Move to w32font.h.
16056 (w32font_open): Set owning_frame.
16057 (w32font_text_extents): Use owning_frame.
16058 (struct font_callback_data): Add opentype_only field.
16059 (add_font_entity_to_list): Use it to filter fonts.
16060 Don't check against full name.
16061 (w32font_list_internal): New function.
16062 (w32font_list): Use it.
16063 (w32font_match_internal): New function.
16064 (w32font_match): Use it.
16065 (w32font_open_internal): New function.
16066 (w32font_open): Use it.
16067 (w32font_get_cache, w32font_close, w32font_has_char)
16068 (w32font_encode_char, w32font_text_extents, w32font_draw):
16069 Make non-static.
16070
16071 * makefile.w32-in (w32font.o): Depend on w32font.h.
16072
160732008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16074
16075 * charset.c (Fdefine_charset_internal): Record a supplementary
16076 charset at the tail of Vcharset_order_list.
16077
16078 * font.c (Ffont_shape_text): Fix the return value.
16079
16080 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
16081
16082 * xdisp.c (handle_auto_composed_prop): Fix previous change.
16083
160842008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16085
16086 * ftfont.c (struct OpenTypeSpec): New struct.
16087 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
16088 (ftfont_get_open_type_spec): New function.
16089 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
16090
16091 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
16092
160932008-02-01 Jason Rumney <jasonr@gnu.org>
16094
16095 * w32font.c (add_font_entity_to_list): Compare only the beginning
16096 of full name.
16097
160982008-02-01 Kenichi Handa <handa@m17n.org>
16099
16100 * xdisp.c (handle_auto_composed_prop): Simplify the code.
16101 Never return HANDLED_RECOMPUTE_PROPS.
16102
161032008-02-01 Kenichi Handa <handa@m17n.org>
16104
16105 * font.c (font_gstring_produce): Delete it.
16106
16107 * composite.h (COMPOSITION_METHOD):
16108 Handle COMPOSITION_WITH_GLYPH_STRING.
16109
161102008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16111
16112 * xfont.c (Qx): Delete.
16113 (syms_of_xfont): Don't initialize Qx.
16114
16115 * composite.h (enum composition_method):
16116 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
16117
161182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16119
16120 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
16121 (choose_face_font): Accept new form of font-spec.
16122
16123 * frame.h (font_driver_list): Declare it unconditionally.
16124 (struct frame): Define members font_driver_list and font_data_list
16125 unconditionally.
16126
16127 * fontset.c: Include "font.h" unconditionally.
16128 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
16129 (Fset_fontset_font): Accept a font-spec object.
16130
16131 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
16132 PIXEL_SIZE part a wild card.
16133
16134 * dispextern.h (struct glyph_string): Define members clip and
16135 num_clips unconditionally.
16136 (struct face): Define members font_info and extra unconditionally.
16137
16138 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
16139 ftfont_info only when HAVE_LIBOTF is defined.
16140
161412008-02-01 Andreas Schwab <schwab@suse.de>
16142
16143 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
16144 and end.
16145
161462008-02-01 Jason Rumney <jasonr@gnu.org>
16147
16148 * w32font.c (w32font_driver): Add new fields.
16149
161502008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16151
16152 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
16153 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
16154 (LIBES): Add @M17N_FLT_CFLAGS@.
16155
16156 * composite.c (compose_text): Don't treat the new style
16157 composition specially.
16158
16159 * emacs.c (main): Call syms_of_font unconditionally.
16160
16161 * font.h (FONT_ENTITY_NOT_LOADABLE)
16162 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
16163 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
16164 (struct font_driver): New member shape.
16165 (font_registry_charsets): Extern it.
16166 (font_find_for_lface, font_prepare_composition): Adjust prototype.
16167 (font_otf_capability, font_drive_otf): Delete their externs.
16168
16169 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
16170 (font_charset_alist, font_registry_charsets): Move from xfont.c
16171 and rename.
16172 (font_prop_validate_otf): New function.
16173 (font_property_table): Register it for QCotf.
16174 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
16175 (font_drive_otf): Delete.
16176 (font_prepare_composition): New arg F. Adjust for the change of
16177 lispy gstring.
16178 (font_find_for_lface): New arg C.
16179 (font_load_for_face): Adjust for the change of font_find_for_lface.
16180 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
16181 lispy gstring.
16182 (Ffont_shape_text): New function.
16183 (Fopen_font): If the font size is not given, use 12-pixel.
16184 (Ffont_at): New arg STRING.
16185 (syms_of_font): Initalize font_charset_alist.
16186 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
16187 conditionally.
16188
16189 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
16190 fonts of the same font-spec. Change the format of RFONT-DEF.
16191 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
16192 Adjust for the change of RFONT-DEF.
16193 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
16194
16195 * ftfont.h: New file.
16196
16197 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
16198 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
16199 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
16200 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
16201 font_otf_capability and font_drive_otf, set ftfont_shape.
16202 (ftfont_list): Adjust for the change of :otf property value.
16203 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
16204 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
16205 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
16206 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
16207 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
16208 (otf_gstring, gstring, m17n_flt_initialized): New variables.
16209
16210 * w32term.c (x_draw_composite_glyph_string_foreground):
16211 Adjust for the change of lispy gstring.
16212
16213 * xdisp.c (handle_composition_prop): Adjust for the change of
16214 lispy gstring. Call a function for auto-composition with the
16215 third arg it->window.
16216 (fill_composite_glyph_string): Adjust for the change of lispy string.
16217 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
16218
16219 * xfaces.c (set_font_frame_param): Adjust for the change of
16220 font_find_for_lface.
16221
16222 * xfont.c (x_font_charset_alist): Move to font.c and rename.
16223 (xfont_registry_charsets): Likewise. Change caller.
16224 (syms_of_xfont): Don't handle x_font_charset_alist.
16225
16226 * xftfont.c: Include "ftfont.h".
16227 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
16228 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
16229 (xftfont_close) [HAVE_LIBOTF]: Close otf.
16230 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
16231 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
16232 Set xftfont_driver.shape to xftfont_shape.
16233
16234 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
16235 the change of lispy gstring.
16236
162372008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16238
16239 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
16240
162412008-02-01 Jason Rumney <jasonr@gnu.org>
16242
16243 * w32font.c (w32font_draw): Fill background manually.
16244
162452008-02-01 Jason Rumney <jasonr@gnu.org>
16246
16247 * font.c (Qfontp): Remove unused symbol.
16248 (QCantialias): New symbol.
16249 (syms_of_font): Define it.
16250 (font_property_table): Set a validator for QCantialias.
16251
16252 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
16253 Define if not already.
16254 (QCfamily): Share with xfaces.c.
16255 (Qstandard, Qsubpixel, Qnatural): New symbols.
16256 (syms_of_w32font): Define them. Don't define QCfamily here.
16257 (w32_antialias_type, lispy_antialias_type): New functions.
16258 (w32_enumfont_pattern_entity): New arg requested_font.
16259 Set antialias parameter if non-default was requested.
16260 (fill_in_logfont): Fill in lfQuality if :antialias specified.
16261
162622008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16263
16264 * lread.c (read1): Undo the previous change.
16265
162662008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
16267
16268 * frame.c (Fdelete_frame): Call font_update_drivers only when
16269 USE_FONT_BACKEND is defined.
16270
162712008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16272
16273 * font.h (struct font_bitmap): New member bits_per_pixel.
16274 (struct font_driver): New members start_for_frame and end_for_frame.
16275 (struct font_data_list): New struct.
16276 (font_put_frame_data, font_get_frame_data): Extern them.
16277
16278 * frame.h (struct frame): New member font_data_list.
16279
16280 * font.c (font_update_drivers): Call driver->start_for_frame and
16281 driver->end_for_frame at proper timings.
16282 (font_put_frame_data, font_get_frame_data): New functions.
16283 (Ffont_spec): Add usage in the docstring.
16284
16285 * frame.c (make_frame): Initialize f->font_data_list to NULL.
16286 (Fdelete_frame): Call font_update_drivers.
16287
16288 * xftfont.c (struct xftface_info): Delete the member xft_draw.
16289 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
16290 (xftfont_get_xft_draw): New function.
16291 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
16292 (xftfont_end_for_frame): New function.
16293 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
16294
16295 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
16296 Change argument. Cache GCs in the per-frame data.
16297 (struct ftxfont_frame_data): New struct.
16298 (ftxfont_draw_bitmap): New arg gc_fore and flush.
16299 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
16300 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
16301 (ftxfont_end_for_frame): New function.
16302 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
16303
16304 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
16305
163062008-02-01 Kenichi Handa <handa@m17n.org>
16307
16308 * xselect.c (Vselection_coding_system)
16309 (Vnext_selection_coding_system): Delete them.
16310 (syms_of_xselect): Don't declare selection-coding-system and
16311 next-selection-coding-system. They are declared in select.el.
16312
163132008-02-01 Jason Rumney <jasonr@gnu.org>
16314
16315 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
16316
16317 * w32fns.c: Include imm.h.
16318 (get_composition_string_fn, get_ime_context_fn): New optional
16319 system functions.
16320 (globals_of_w32fns): Load them from imm32.dll.
16321 (ignore_ime_char): New flag.
16322 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
16323 WM_IME_ENDCOMPOSITION messages.
16324
16325 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
16326 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
16327
163282008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16329
16330 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
16331 (READCHAR_REPORT_MULTIBYTE): New macro.
16332 (readchar): New 2nd arg MULTIBYTE.
16333 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
16334 Make symbol's name multibyte according to the multibyteness of the
16335 source.
16336
163372008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16338
16339 * xfaces.c (face_for_overlay_string): Call lookup_face with
16340 correct arguments (fix of synching with the trunk).
16341
163422008-02-01 Kenichi Handa <handa@m17n.org>
16343
16344 * font.c (font_prop_validate_symbol, font_prop_validate_style)
16345 (font_prop_validate_non_neg, font_prop_validate_spacing):
16346 Delete argument prop_index.
16347 (font_property_table): Change arguments to validater. Change Callers.
16348 (font_lispy_object): Delete.
16349 (font_at): Use font_find_object instead fo font_lispy_object.
16350
163512008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16352
16353 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
16354 and file names.
16355
163562008-02-01 Jason Rumney <jasonr@gnu.org>
16357
16358 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
16359 (font_matches_spec): Remove debug output.
16360 (add_font_entity_to_list): Avoid using substituted fonts.
16361
163622008-02-01 Jason Rumney <jasonr@gnu.org>
16363
16364 * doc.c (Fsnarf_documentation):
16365 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
16366
163672008-02-01 Miles Bader <miles@gnu.org>
16368
16369 * dispextern.h (struct glyph_row): Only define "clip" field if
16370 HAVE_WINDOW_SYSTEM is defined.
16371
163722008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16373
16374 Fix up multi-tty merge.
16375
16376 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
16377 and indentation.
16378
16379 * xfaces.c (free_realized_face, clear_face_gcs):
16380 Include font_done_for_face in the input_blocked section, just in case.
16381
16382 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
16383 (get_char_face_and_encoding): Undo last change and remove the *other*
16384 duplicate definition (i.e. keep the one that's better scoped and that
16385 includes code for the font-backend).
16386
16387 * terminal.c (create_terminal): Default keyboard_coding to
16388 `no-conversion' and terminal_coding to `undecided'.
16389
16390 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
16391
16392 * fontset.c (free_realized_fontsets): Check that the table entry does
16393 contain a fontset before trying to compare it to `base'.
16394
16395 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
16396 syms_of_charset, and syms_of_coding earlier because init_window_once
16397 now needs Vcoding_system_hash_table to be setup.
16398
16399 * coding.h (default_buffer_file_coding): Remove.
16400
16401 * coding.c (default_buffer_file_coding): Remove.
16402 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
16403 than ->symbol, and use the terminal-local coding system.
16404 (syms_of_coding): Don't setup the coding-systems that are not
16405 terminal-local.
16406 (Fdefine_coding_system_internal): Use XCAR/XCDR.
16407
16408 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
16409 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
16410
16411 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
16412 in chartab.c and were re-added here by mistake.
16413 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
16414
16415 * doc.c (Fsnarf_documentation):
16416 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
16417 src to etc.
16418
16419 * ChangeLog.10: Add mistakenly removed entry.
16420
164212008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
16422
16423 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
16424
164252008-02-01 Miles Bader <miles@gnu.org>
16426
16427 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
16428 Add extra args to FACE_FOR_CHAR.
16429
164302008-02-01 Kenichi Handa <handa@m17n.org>
16431
16432 * keymap.c (where_is_internal_1): If key is a cons, store the copy
16433 in sequence.
16434
16435 * chartab.c (map_sub_char_table, map_char_table): If the range
16436 contains just one character, call the function with that character
16437 even if the depth is not 3.
16438
164392008-02-01 Jason Rumney <jasonr@gnu.org>
16440
16441 * w32font.c (w32font_text_extents): Calculate metrics for the
16442 whole string.
16443
164442008-02-01 Jason Rumney <jasonr@gnu.org>
16445
16446 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
16447
164482008-02-01 Jason Rumney <jasonr@gnu.org>
16449
16450 * w32term.c (x_set_glyph_string_clipping): Use
16451 get_glyph_string_clip_rects.
16452 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16453 Adjust for the change of struct glyph_string.
16454
16455 * w32font.c (w32font_draw): Do clipping here.
16456
164572008-02-01 Kenichi Handa <handa@m17n.org>
16458
16459 * xftfont.c (xftfont_draw): Adjust for the change of struct
16460 glyph_string.
16461
16462 * xterm.c (x_set_glyph_string_clipping): Use
16463 get_glyph_string_clip_rects.
16464 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16465 Adjust for the change of struct glyph_string.
16466
16467 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
16468 the resulting clip(s}.
16469 (expose_overlaps): Add arg r. Change callers. Set it to
16470 row->clip temporarily.
16471 (expose_window): Redraw rows overlapping the exposed area.
16472
16473 * dispextern.h (struct glyph_row): New member clip.
16474 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
16475 clip_height, new member clip, and num_clips.
16476
164772008-02-01 Kenichi Handa <handa@m17n.org>
16478
16479 * data.c (Fchar_or_string_p): Fix docstring.
16480
164812008-02-01 Kenichi Handa <handa@m17n.org>
16482
16483 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
16484 create a temporary XftDraw object.
16485
164862008-02-01 Kenichi Handa <handa@m17n.org>
16487
16488 * font.c (Ffontp): Fix docstring.
16489
16490 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
16491 strong evidence of ISO-2022.
16492
164932008-02-01 Kenichi Handa <handa@m17n.org>
16494
16495 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
16496 SYNTAX_ENTRY_FOLLOW_PARENT.
16497
164982008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16499
16500 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
16501 its type.
16502 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
16503 Update to the new type of weak_hash_tables and next_weak.
16504
16505 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
16506 a plain C pointer to Lisp_Hash_Table.
16507
16508 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
16509 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
16510 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
16511 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
16512 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
16513 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
16514 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
16515 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
16516 (GC_EQ): Remove since they've been identical to their non-GC_
16517 alter-egos ever since the markbit was eradicated.
16518
16519 * alloc.c:
16520 * buffer.c:
16521 * buffer.h:
16522 * data.c:
16523 * fileio.c:
16524 * filelock.c:
16525 * fns.c:
16526 * frame.h:
16527 * lisp.h:
16528 * macterm.c:
16529 * print.c:
16530 * process.c:
16531 * w32fns.c:
16532 * w32menu.c:
16533 * w32term.c:
16534 * xfns.c:
16535 * xmenu.c:
16536 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
16537
165382008-02-01 Kenichi Handa <handa@m17n.org>
16539
16540 * chartab.c (map_sub_char_table): Make it work for the top-level
16541 char-table. Fix handling of parent char-table.
16542 (map_char_table): Adjust for the above change.
16543
165442008-02-01 Jason Rumney <jasonr@gnu.org>
16545
16546 * w32font.c (Qgdi): Rename from Qw32.
16547
165482008-02-01 Jason Rumney <jasonr@gnu.org>
16549
16550 * w32bdf.c (get_quoted_string): Make function static.
16551
165522008-02-01 Kenichi Handa <handa@m17n.org>
16553
16554 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
16555 bigger ascent and descent than those of the font, use them as
16556 font's ascent and descent.
16557
165582008-02-01 Kenichi Handa <handa@m17n.org>
16559
16560 * Makefile.in (${lispsource}international/charprop.el): Move this
16561 target within "#ifdef HAVE_UNIDATA" and "#endif".
16562
165632008-02-01 Kenichi Handa <handa@m17n.org>
16564
16565 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
16566 (shortlisp): Add ../lisp/language/tai-viet.el.
16567
165682008-02-01 Ulrich Mueller <ulm@gentoo.org>
16569
16570 * Makefile.in (${lispsource}international/charprop.el): Depend on
16571 temacs${EXEEXT}.
16572
165732008-02-01 Jason Rumney <jasonr@gnu.org>
16574
16575 * w32font.c (w32font_close): Delete the GDI font object.
16576
16577 * w32menu.c: Include character.h.
16578
16579 * w32proc.c: Likewise.
16580
16581 * w32select.c: Likewise.
16582
16583 * makefile.w32-in (w32proc.o): Depend on character.h.
16584
165852008-02-01 Jason Rumney <jasonr@gnu.org>
16586
16587 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
16588
16589 * w32menu.c (syms_of_w32menu): Likewise.
16590
16591 * w32proc.c (syms_of_ntproc): Likewise.
16592
16593 * w32select.c (syms_of_w32select): Likewise.
16594
16595 * w32term.c (syms_of_w32term): Likewise.
16596
165972008-02-01 Jason Rumney <jasonr@gnu.org>
16598
16599 * w32font.c (w32font_draw): Delete brush after using it.
16600
166012008-02-01 Jason Rumney <jasonr@gnu.org>
16602
16603 * w32font.c (w32font_open): Don't set font_idx.
16604 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
16605 to font settings.
16606 (w32font_draw): Fill background explicitly.
16607
166082008-02-01 Jason Rumney <jasonr@gnu.org>
16609
16610 * w32term.c (w32_initialize): Don't call w32font_initialize.
16611
16612 * w32font.c (w32font_info): Remove subranges.
16613 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
16614 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
16615 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
16616 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
16617 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
16618 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
16619 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
16620 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
16621 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
16622 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
16623 New symbols.
16624 (font_callback_data): New struct.
16625 (w32font_list, w32font_match): Use it.
16626 (w32font_open): Don't populate subranges.
16627 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
16628 (w32font_encode_char): Always return unicode code-point as-is.
16629 (w32font_text_extents): Supply a transformation matrix to
16630 GetGlyphOutline. Never look up by glyph index. Avoid looping
16631 twice. Use unicode version of GetTexExtentPoint32 instead of
16632 glyph index version.
16633 (set_fonts_frame): Remove.
16634 (w32_enumfont_pattern_entity): Add frame parameter, use it to
16635 set frame parameter. Use backward compatible fake foundries.
16636 Save generic family in extra slot under QCfamily. Make width slot
16637 constant. Save QCspacing value. Save list of scripts instead of
16638 binary subranges.
16639 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
16640 (add_font_entity_to_list): Use font_callback_data struct. Filter
16641 unwanted fonts.
16642 (add_one_font_entity_to_list): Use font_callback_data struct.
16643 (w32_registry): Default to iso10646_1.
16644 (fill_in_logfont): Use dpi from extra slot. Don't bother with
16645 string font registries. Don't fill in font name if it is a generic
16646 family name, fill family instead. Use spacing, family and script
16647 extra info to fill pitch, family and charset fields.
16648 (list_all_matching_fonts): Use font_callback_data struct.
16649 (unicode_range_for_char): Remove.
16650 (font_supported_scripts): New function.
16651 (w32font_initialize): Remove.
16652 (syms_of_w32font): Update which symbols are defined.
16653
166542008-02-01 Jason Rumney <jasonr@gnu.org>
16655
16656 * font.c (font_pixel_size): Reverse assq_no_quit args.
16657
16658 * w32term.h (FONT_WIDTH): Report max width, not average.
16659 (FONT_MAX_WIDTH): Remove.
16660 (FONT_AVG_WIDTH): New macro.
16661
16662 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
16663 redefinition of FONT_WIDTH.
16664
16665 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
16666 (w32_cache_char_metrics): Use FONT_WIDTH.
16667
16668 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
16669
166702008-02-01 Jason Rumney <jasonr@gnu.org>
16671
16672 * w32font.c (w32font_open): Make lfHeight negative.
16673
16674 * w32fns.c (x_default_font_parameter): Use new style font name.
16675 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
16676
166772008-02-01 Jason Rumney <jasonr@gnu.org>
16678
16679 * w32font.c (QCsubranges): New symbol.
16680 (w32font_open, w32font_has_char): Get subranges from subproperty
16681 of extra.
16682 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
16683 (syms_of_w32font): Define :subranges symbol.
16684
16685 * font.c (font_put_extra): Expose externally.
16686
16687 * font.h (font_put_extra): Move declaration from font.c.
16688
16689 * font.c (Ffont_get): Use font driver to determine otf capability.
16690 (adjust_anchor): Check if driver defines anchor_point before using.
16691
16692 * w32font.c (w32font_open): Handle size, height and pixel_size better.
16693 (w32font_draw): Use options.
16694 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
16695 Fix detection of truetype fonts.
16696 (registry_to_w32_charset): Handle charsets other than iso8859-1
16697 expressed as lisp symbols.
16698 (w32_registry): Express charset as lisp symbol.
16699 (fill_in_logfont): Reverse pixel and point height logic.
16700 Don't set width here. Set quality to default.
16701
16702 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
16703 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
16704
16705 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16706 Remove redundant loop and allocation.
16707
16708 * makefile.w32-in (font.o, w32font.o): New objects.
16709 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
16710 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
16711
16712 * xdisp.c (fill_composite_glyph_string): Make the first arg to
16713 STORE_XCHARB a valid l-value.
16714
16715 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
16716 calculations for non-Truetype fonts.
16717 (x_draw_glyph_string): Sync with xterm.c.
16718 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16719 Remove redundant code.
16720 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
16721
16722 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
16723 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
16724
16725 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
16726 (x_to_w32_charset, w32_to_x_charset): Expose externally.
16727
16728 * w32font.c: New file for w32 font backend.
16729
167302008-02-01 Kenichi Handa <handa@m17n.org>
16731
16732 * term.c: Don't include "buffer.h" twice.
16733
167342008-02-01 Kenichi Handa <handa@m17n.org>
16735
16736 * character.c (Funibyte_string): New function.
16737 (syms_of_character): Defsubr it.
16738
167392008-02-01 Jason Rumney <jasonr@gnu.org>
16740
16741 * w32term.c [USE_FONT_BACKEND]:
16742 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
16743 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
16744 (x_draw_glyph_string, x_draw_glyph_string_foreground)
16745 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
16746 (x_free_frame_resources): Sync with xterm.c.
16747
167482008-02-01 Andreas Schwab <schwab@suse.de>
16749
16750 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
16751 char-table size.
16752
167532008-02-01 Kenichi Handa <handa@m17n.org>
16754
16755 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
16756
167572008-02-01 Kenichi Handa <handa@m17n.org>
16758
16759 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
16760 font_otf_gpos, add font_drive_otf.
16761
16762 * fontset.c (fontset_find_font): Pay attention to font size
16763 specified for a font.
16764 (reorder_font_vector): Check contents of font_def.
16765
16766 * font.c (struct otf_list): Delete it.
16767 (otf_list): Make it a lisp variable.
16768 (otf_open): Use lispy otf_list.
16769 (generate_otf_features): Rename from parse_gsub_gpos_spec.
16770 (check_otf_features): New function.
16771 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16772 New functions.
16773 (font_drive_otf): New function merging font_otf_gsub and
16774 font_otf_gpos.
16775 (font_open_for_lface): New arg spec. Change argument order.
16776 (font_load_for_face): Adjust for the change of font_open_for_lface.
16777 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
16778 Ffont_otf_gpos.
16779 (syms_of_font): Staticpro otf_list. Delete defsubr of
16780 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
16781
16782 * xfaces.c (set_font_frame_param): Adjust for the change of
16783 font_open_for_lface.
16784
16785 * font.h (font_open_for_lface): Adjust prototype.
16786 (struct font_driver): Delete members otf_gsub and otf_gpos, add
16787 member otf_drive.
16788 (font_otf_gsub, font_otf_gpos): Delete externs.
16789 (font_drive_otf): Extern it.
16790
167912008-02-01 Kenichi Handa <handa@m17n.org>
16792
16793 * font.c (font_at): If the window W is not on a window system,
16794 return Qnil.
16795
16796 * coding.c (produce_chars, encode_coding): Don't call
16797 insert_from_gap if no characters to produce.
16798
167992008-02-01 Kenichi Handa <handa@m17n.org>
16800
16801 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
16802 Fclear_face_cache.
16803
16804 * xfaces.c (face_for_font): Check also face->font==font->font.font.
16805
168062008-02-01 Miles Bader <miles@gnu.org>
16807
16808 * emacs.c (main): Change default value of `enable_font_backend' to 1.
16809 Parse "--disable-font-backend" option.
16810 (standard_args): Add "--disable-font-backend" option.
16811
168122008-02-01 Kenichi Handa <handa@m17n.org>
16813
16814 * fontset.c (fontset_find_font): New function.
16815 (fontset_font): Use fontset_find_font.
16816 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
16817 Register the specified font for all Latin characters.
16818 (new_fontset_from_font): Register the specified font for all Latin
16819 characters.
16820 (dump_fontset): For a realized fontset, include the base fontset
16821 name in the returned vector.
16822
168232008-02-01 Kenichi Handa <handa@m17n.org>
16824
16825 * character.h (CHAR_STRING): Cast C to unsigned on calling
16826 char_string.
16827
16828 * character.c (char_string): Type of arg C changed to unsigned.
16829 Signal an error if C is an invalid character code.
16830
16831 * editfns.c (general_insert_function, Fchar_to_string):
16832 Use CHARACTERP, not INTEGERP.
16833
168342008-02-01 Kenichi Handa <handa@m17n.org>
16835
16836 * character.h (MIN_MULTIBYTE_LEADING_CODE)
16837 (MAX_MULTIBYTE_LEADING_CODE): New macros.
16838
16839 * regex.c (analyse_first): Fix for multibyte characters in "case
16840 charset:" and "case categoryspec:".
16841
168422008-02-01 Andreas Schwab <schwab@suse.de>
16843
16844 * Makefile.in (LIBES): Move standard libraries to the end.
16845
168462008-02-01 Kenichi Handa <handa@m17n.org>
16847
16848 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
16849 nonzero, don't shrink the buffer nextb.
16850
16851 * buffer.h (struct buffer_text): New member inhibit_shrinking.
16852
16853 * coding.c (coding_alloc_by_making_gap): New arg offset.
16854 (alloc_destination): Call coding_alloc_by_making_gap with the arg
16855 offset.
16856 (decode_coding_iso_2022): Update coding->safe_charsets.
16857 (decode_coding_gap): Temporarily set
16858 current_buffer->text->inhibit_shrinking to 1.
16859
168602008-02-01 Kenichi Handa <handa@m17n.org>
16861
16862 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
16863 indexing into elements of s->cmp and s->char2b.
16864
168652008-02-01 Juanma Barranquero <lekktu@gmail.com>
16866
16867 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
16868
168692008-02-01 Kenichi Handa <handa@m17n.org>
16870
16871 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
16872 target_multibyte instead of multibyte.
16873 (re_match_2_internal): Call bcmp_translate with target_multibyte.
16874 (bcmp_translate): Change the argument name from multibyte to
16875 target_multibyte.
16876
168772008-02-01 Kenichi Handa <handa@m17n.org>
16878
16879 These changes are to compile a regexp into a pattern that can be
16880 used both for multibyte and unibyte targets.
16881
16882 * Makefile.in (search.o): Depend on charset.h.
16883
16884 * character.c (multibyte_char_to_unibyte_safe): New function.
16885
16886 * search.c: Include "charset.h".
16887 (compile_pattern_1): Delete argument multibyte. Don't set
16888 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
16889 (compile_pattern): Don't compare cp->buf.target_multibyte.
16890 Compare cp->buf.charset_unibyte.
16891 (compile_pattern): Set cp->buf.target_multibyte.
16892
16893 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
16894
16895 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
16896
16897 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
16898 multibyte. Change callers.
16899 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
16900 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
16901 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
16902 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
16903 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
16904 (regex_compile): Make the compiled pattern usable both for
16905 multibyte and unibyte targets.
16906 (analyse_first): Make the fastmap usable both for multibyte and
16907 unibyte targets.
16908 (TRANSLATE_VIA_MULTIBYTE): Delete.
16909 (re_match_2_internal): Pay attention to the case that the
16910 multibyteness of bufp and target may be different.
16911
169122008-02-01 Kenichi Handa <handa@m17n.org>
16913
16914 * xdisp.c (x_produce_glyphs): When a font is not found, make the
16915 empty box occupy at least one column width.
16916
169172008-02-01 Miles Bader <miles@gnu.org>
16918
16919 * Makefile.in: Remove redundant HAVE_XFT clause.
16920
169212008-02-01 Kenichi Handa <handa@m17n.org>
16922
16923 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
16924
169252008-02-01 Kenichi Handa <handa@m17n.org>
16926
16927 * fontset.c (Finternal_char_font): Fix for the case of POSITION
16928 being nil.
16929
169302008-02-01 Kenichi Handa <handa@m17n.org>
16931
16932 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
16933
169342008-02-01 Kenichi Handa <handa@m17n.org>
16935
16936 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
16937
169382008-02-01 Kenichi Handa <handa@m17n.org>
16939
16940 * search.c (simple_search): Fix previous change.
16941
169422008-02-01 Kenichi Handa <handa@m17n.org>
16943
16944 * xftfont.c (ftfont_font_format): Extern declaration.
16945
16946 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
16947
16948 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
16949 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
16950
16951 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
16952 (ftfont_font_format): Fix previous change.
16953
16954 * font.h (Ffont_xlfd_name): EXFUN it.
16955
16956 * font.c (font_parse_xlfd): Fix the array size of `f'.
16957 (register_font_driver): Use EQ to compare driver->type.
16958
16959 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
16960 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
16961 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
16962
169632008-02-01 Kenichi Handa <handa@m17n.org>
16964
16965 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
16966 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
16967
169682008-02-01 Kenichi Handa <handa@m17n.org>
16969
16970 * xfont.c (xfont_open): Set font->format.
16971
16972 * xftfont.c (xftfont_open): Set font->format.
16973
16974 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
16975 (ftfont_list): Include FC_FONTFORMAT in FcObject.
16976 (ftfont_open): Set font->format.
16977 (ftfont_font_format): New function.
16978
16979 * font.h (struct font): New member format.
16980
16981 * font.c (Qopentype): New variable.
16982 (syms_of_font): Defsym it.
16983 (Fquery_font): Change the format of the last element of the return
16984 value.
16985
169862008-02-01 Kenichi Handa <handa@m17n.org>
16987
16988 * xfns.c (xic_create_xfontset): Try the default fontset name as a
16989 last resort.
16990
169912008-02-01 Kenichi Handa <handa@m17n.org>
16992
16993 * coding.c (detect_coding_charset): Fix detection of multi-byte
16994 charset.
16995
169962008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
16997
16998 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
16999
170002008-02-01 Kenichi Handa <handa@m17n.org>
17001
17002 * xdisp.c (get_next_display_element): Set it->face_id for the
17003 first component of a composition.
17004 (x_produce_glyphs): Check if the font is changed or not for composition.
17005
170062008-02-01 Kenichi Handa <handa@m17n.org>
17007
17008 * fontset.c (Qlatin): New variable.
17009 (syms_of_fontset): Define it as a lisp symbol.
17010 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
17011
170122008-02-01 Kenichi Handa <handa@m17n.org>
17013
17014 * font.c (font_unparse_fcname): Pay attention to the case that
17015 some of font property is a null string.
17016
170172008-02-01 Kenichi Handa <handa@m17n.org>
17018
17019 * term.c: Include "composite.h".
17020 (encode_terminal_code): Output all components of composition.
17021 Check the size of encode_terminal_src.
17022 (produce_glyphs): For composition, call produce_composite_glyph.
17023 (append_composite_glyph, produce_composite_glyph): New functions.
17024
17025 * xdisp.c (x_produce_glyphs): In handling composition, if a font
17026 is not found, get font_info from the current ascii face.
17027
170282008-02-01 Kenichi Handa <handa@m17n.org>
17029
17030 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
17031 buffer-file-name to Qnil before calling insert_from_buffer.
17032
17033 * font.c (font_unparse_fcname): Pay attention to the case that
17034 foundry is a null string.
17035
170362008-02-01 Kenichi Handa <handa@m17n.org>
17037
17038 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
17039
17040 * font.c (Qunicode_sip): New variable.
17041 (syms_of_font): Declare it as a Lisp symbol.
17042
17043 * font.h (Qunicode_sip): Extern it.
17044
170452008-02-01 Kenichi Handa <handa@m17n.org>
17046
17047 * composite.c (get_composition_id): Pay attention to TAB component.
17048
17049 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
17050 TAB. Adjust for the change of s->char2b which always points to
17051 the first element of allocated memory.
17052
17053 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
17054
17055 * xdisp.c (handle_composition_prop): Set it->c to the first
17056 non-TAB component.
17057 (fill_composite_glyph_string): Change argument.
17058 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
17059 (x_produce_glyphs): Fix handling of left/right padding.
17060
170612008-02-01 Kenichi Handa <handa@m17n.org>
17062
17063 * coding.c (detect_coding_system): Fix for handling off
17064 inhibit_iso_escape_detection. Fix for the case that no coding
17065 system is defined for a specific coding category.
17066
170672008-02-01 Kenichi Handa <handa@m17n.org>
17068
17069 * font.c (font_matching_entity): Delete unused local var.
17070
17071 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
17072 opening a font.
17073
17074 * fileio.c (Finsert_file_contents): On recovering a file, assume
17075 Unix-like eol.
17076 (choose_write_coding_system): On auto-saving a file, force
17077 Unix-like eol.
17078
17079 * coding.c (setup_coding_system): Fix setting of
17080 coding->common_flags based on eol_type.
17081 (coding_inherit_eol_type): If PARENT is not nil, be sure to
17082 inherit from it.
17083
170842008-02-01 Kenichi Handa <handa@m17n.org>
17085
17086 * alloc.c (NSTATICS): Increas to 0x600.
17087
170882008-02-01 Kenichi Handa <handa@m17n.org>
17089
17090 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
17091 (ftfont_list): Don't check :name property.
17092 (ftfont_match): New function.
17093 (ftfont_pattern_entity): If the pattern doesn't contain
17094 FC_SPACING, don't assume FC_MONO.
17095
17096 * font.h (struct font_driver): New member `match'.
17097 (font_update_drivers): Adjust prototype.
17098
17099 * font.c (font_parse_fcname, font_parse_name): Don't change :name
17100 property of FONT.
17101 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
17102 them unconditionally.
17103 (font_matching_entity): New function.
17104 (font_open_by_name): Try font_matching_entity if exact match is
17105 not found.
17106 (font_update_drivers): Delete the arg FONT. Return a list of
17107 actually used backends. Don't free faces, font caches here.
17108 Don't store data in frame parameters. Don't call x_set_font.
17109 (Ffont_spec): Store :name property as is.
17110 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
17111 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
17112 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
17113 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
17114 Call font->driver->otf_gsub instead of font_otf_gsub.
17115
17116 * frame.c (x_set_font_backend): Do more works that were done in
17117 font_update_drivers before.
17118
17119 * xfont.c (xfont_match): New function.
17120 (xfont_driver): Set xfont_driver.match to xfont_match.
17121 (xfont_draw): Set font in GC if necessary.
17122
17123 * ftxfont.c (ftxfont_match): New function.
17124 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
17125
17126 * xftfont.c (xftfont_match): New function.
17127 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
17128
171292008-02-01 Kenichi Handa <handa@m17n.org>
17130
17131 * font.h (struct font): New member scalable.
17132 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
17133 (font_otf_gsub): Adjust prototype.
17134
17135 * font.c (font_otf_capability): Fix handling of the default langsys.
17136 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
17137 Check the contents of SPEC.
17138 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
17139 (check_gstring): New function.
17140 (REPLACEMENT_CHARACTER): New macro.
17141 (font_otf_gsub): New arg alternate_subst. Be sure to set all
17142 glyph codes of GSTRING.
17143 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
17144 (font_prepare_composition): Set cmp->glyph_len.
17145 (font_open_entity): Set font->scalable.
17146 (Ffont_get): Handle :otf property.
17147 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
17148 functions.
17149 (Fquery_font): Use font->font.full_name.
17150 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
17151 Sfont_otf_alternates.
17152
17153 * ftfont.c (ftfont_open): Set font->font.full_name and
17154 font->font.name properly. Fix calculation of font->font.height
17155 and font->min_width.
17156
17157 * ftxfont.c (ftxfont_create_gcs): New function.
17158 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
17159 (ftxfont_draw_backgrond): Fix filling region.
17160 (ftxfont_default_fid): New function.
17161 (ftxfont_open): Set xfont->fid to the return value of
17162 ftxfont_default_fid.
17163 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
17164 (ftxfont_done_face): Free only GCs that are created by
17165 ftxfont_create_gcs.
17166 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
17167
17168 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
17169 Clip to src->width, etc (not src->clip_XXX).
17170
17171 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
17172 FontBackend frame parameter.
17173
171742008-02-01 Kenichi Handa <handa@m17n.org>
17175
17176 * font.h (struct font_driver_list): New member `on'.
17177 (Fclear_font_cache): EXFUN it.
17178 (font_update_drivers): Extern it.
17179
17180 * font.c (font_unparse_fcname): Fix typo (swidth->width).
17181 (font_list_entities): Check driver_list->on.
17182 (register_font_driver): Initalize `on' member to 0.
17183 (font_update_drivers): New function.
17184 (Fclear_font_cache): Check driver_list->on.
17185
17186 * frame.h (Qfont_backend): Extern it.
17187 (x_set_font_backend): Extern it.
17188
17189 * frame.c (Qfont_backend): New variable.
17190 (frame_parms): New element for font-backend.
17191 (x_set_font_backend): New function.
17192
17193 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
17194 FontBackend frame parameter.
17195 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
17196 x_set_font_backend.
17197
17198 * xfont.c (xfont_list): Don't try listing by :name property if the
17199 name is not for XLFD.
17200
172012008-02-01 Kenichi Handa <handa@m17n.org>
17202
17203 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
17204 (LGLYPH_SET_TO): New macros.
17205 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
17206 element of G is vector or not.
17207 (font_at): Extern it.
17208
17209 * font.c: Include window.h.
17210 (font_lispy_object): New function.
17211 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
17212 end of valid glyph.
17213 (font_close_object): Fix getting (struct font *).
17214 (font_at): New function.
17215 (Ffont_get): If FONT is a font-object, get entity from it.
17216 (Ffont_make_gstring): Initialize elements of glyphs with nil.
17217 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
17218 range check.
17219 (Ffont_at): New function.
17220 (syms_of_font): Defsubr Sfont_at.
17221
17222 * xdisp.c (it_props): Move the entry for Qauto_composed to just
17223 before the entry for Qcomposition.
17224 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
17225 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
17226 the font in gstring.
17227 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
17228 LGLYPH_FORM (g) to detect the end of valid glyph.
17229 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
17230 we are composing with gstring.
17231
17232 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
17233 Check if adjustment is vector or not.
17234
17235 * Makefile.in (font.o): Make it depends on window.h.
17236
172372008-02-01 Kenichi Handa <handa@m17n.org>
17238
17239 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
17240 adjustment is vector or not.
17241
172422008-02-01 Miles Bader <miles@gnu.org>
17243
17244 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
17245
172462008-02-01 Kenichi Handa <handa@m17n.org>
17247
17248 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
17249 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
17250 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
17251
17252 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
17253 (DEVICE_DELTA): Fix typo.
17254 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
17255 LGLYPH format.
17256
17257 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
17258 the change of LGLYPH format.
17259
172602008-02-01 Kenichi Handa <handa@m17n.org>
17261
17262 * ftfont.c (ftfont_list): Fix typo.
17263 (ftfont_build_basic_charsets): Don't include letters with diacritics.
17264
172652008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17266
17267 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
17268
17269 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
17270 xftface_info is non-NULL.
17271
172722008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17273
17274 * ftfont.c (ftfont_list): Move misplaced #endif.
17275
172762008-02-01 Kenichi Handa <handa@m17n.org>
17277
17278 * ftfont.c (ftfont_list): Pay attention to the case that
17279 FC_CAPABILITY is not defined.
17280
172812008-02-01 Kenichi Handa <handa@m17n.org>
17282
17283 * xftfont.c (xftfont_open): Set charset related members to -1.
17284
17285 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
17286 QCname.
17287 (ftfont_open): Set charset related members to -1.
17288
17289 * fontset.c (Votf_script_alist): New variable.
17290 (syms_of_fontset): Initialize it.
17291 (fontset_font): Delete unused variable.
17292
17293 * fontset.h (Votf_script_alist): Extern it.
17294
17295 * font.c (font_find_for_lface): Optimize code.
17296
17297 * font.h (font_close_object, font_merge_old_spec): Extern them.
17298
172992008-02-01 Kenichi Handa <handa@m17n.org>
17300
17301 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
17302 (syms_of_font): Initialize them.
17303 (font_pixel_size): Allow float value in dpi.
17304 (font_prop_validate_type): Delete.
17305 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
17306 Change caller.
17307 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
17308 (font_prop_validate_extra): Delete.
17309 (font_prop_validate_spacing): New function.
17310 (font_property_table): Add elements for all known properties.
17311 (get_font_prop_index): Rename from check_font_prop_name. New
17312 argument FROM. Change caller.
17313 (font_prop_validate): Validate all known properties.
17314 (font_put_extra): Delete argument force. Change caller.
17315 (font_expand_wildcards): Make it static. Fix the way of shrinking
17316 the possible range.
17317 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
17318 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
17319 Change caller.
17320 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
17321 (font_parse_fcname): Delete argument merge. Fix parsing of point
17322 size. Don't validate properties values here. Change caller.
17323 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
17324 (font_open_by_name): Delete unused variable.
17325 (Ffont_spec): Likewise. Validate property values.
17326 (Ffont_match_p): New function.
17327
17328 * font.h (QCscalable): Extern it.
17329 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
17330
17331 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
17332
17333 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
17334 (xfont_list_pattern): New function.
17335 (xfont_list): Use xfont_list_pattern.
17336
173372008-02-01 Kenichi Handa <handa@m17n.org>
17338
17339 * font.h (Flist_fonts): EXFUN it.
17340
173412008-02-01 Jason Rumney <jasonr@gnu.org>
17342
17343 * w32term.c (w32_initialize): Add back smoothing_type and
17344 smoothing_enabled definitions.
17345
173462008-02-01 Kenichi Handa <handa@m17n.org>
17347
17348 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
17349 s->face->font on determining underline position.
17350
173512008-02-01 Kenichi Handa <handa@m17n.org>
17352
17353 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
17354 (font_has_char): Accept font-object too.
17355 (font_find_for_lface): Try at first with a size specified in face.
17356
173572008-02-01 Kenichi Handa <handa@m17n.org>
17358
17359 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
17360 font_open_by_name.
17361
173622008-02-01 Kenichi Handa <handa@m17n.org>
17363
17364 * font.h (QCspacing, QCdpi): Extern them.
17365 (enum font_spacing): New enum.
17366 (FONT_PIXEL_SIZE_QUANTUM): New macro.
17367
17368 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
17369 (QCspacing, QCdpi): New variables.
17370 (syms_of_font): Initialize them.
17371 (font_pixel_size): New function.
17372 (font_put_extra): New function.
17373 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
17374 in FONT_EXTRA.
17375 (font_parse_fcname): Handle enumerated values (e.g. bold).
17376 Fix handling font size. Add QCname property that contains only
17377 unknown properties.
17378 (font_score): Change argument. Change caller. Pay attention to
17379 FONT_PIXEL_SIZE_QUANTUM.
17380 (font_sort_entites, font_list_entities, font_find_for_lface)
17381 (font_open_for_lface, font_open_by_name): Fix handling of font size.
17382 (Ffont_spec): Add QCname property that contains only unknown properties.
17383
17384 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
17385 include weight in listing pattern, instead check weight of each
17386 listed font. Don't include scalable in pattern. Pay attention to
17387 FONT_PIXEL_SIZE_QUANTUM.
17388
173892008-02-01 Kenichi Handa <handa@m17n.org>
17390
17391 * font.c (font_parse_fcname): Fix parsing of point-size.
17392 (font_unparse_fcname): Produce symbolic names for style properties.
17393 (font_list_entities): Handle float size correctly.
17394 (font_open_by_name): Prefer `normal' property values if the name
17395 doesn't specify them.
17396
17397 * fontset.c (Finternal_char_font): Use font_get_name, not
17398 Ffont_xlfd_name.
17399
17400 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
17401 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
17402 pattern. Don't force scalable.
17403
17404 * xftfont.c (xftfont_open): For generating a name, start from
17405 96-byte buffer.
17406
174072008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17408
17409 * frame.h (x_new_fontset2): Fix prototype.
17410
174112008-02-01 Kenichi Handa <handa@m17n.org>
17412
17413 * font.h (struct font_driver): Delete member parse_name.
17414 (font_match_p, font_get_spec, font_parse_fcname)
17415 (font_unparse_fcname): Extern them.
17416 (font_get_name): Adjust prototype.
17417
17418 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
17419 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
17420 (font_expand_wildcards): Fix handling ENCODING field. Avoid
17421 unnecessary checks for weight, slant, and swidth.
17422 (font_parse_fcname): New function.
17423 (font_unparse_fcname): New function.
17424 (font_parse_name): New function.
17425 (font_match_p): New function.
17426 (font_get_name): Change return value to Lisp string.
17427 (font_get_spec): New function.
17428 (Qunspecified, Qignore_defface): Don't extern them.
17429 (font_find_for_lface): Assume that LFACE is fully specified.
17430 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
17431 object, use it for FACE.
17432 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
17433 driver->parse_name.
17434 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
17435
17436 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
17437 prototype.
17438
17439 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
17440 argument F. Don't call Fnew_fontset. Instead, directly call
17441 make_fontset.
17442
17443 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
17444
17445 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
17446 of x_new_fontset2.
17447
17448 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
17449 (Qsans__serif): New variables.
17450 (ftfont_generic_family_list): New variable.
17451 (syms_of_ftfont): Initialize the above variables.
17452 (ftfont_pattern_entity): Delete argument NAME.
17453 (ftfont_list_generic_family): New function.
17454 (ftfont_parse_name): Delete this function.
17455 (ftfont_list): Try generic family only when FcFontList found no font.
17456 (ftfont_list_family): Fix args to FcObjectSetBuild.
17457
17458 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
17459 object in attrs[LFACE_FONT_INDEX].
17460 (set_lface_from_font_name): Cancel all changes for font-backend.
17461 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
17462 function.
17463 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
17464 font object in QCfont attribute.
17465 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
17466 (realize_default_face) [USE_FONT_BACKEND]: Call
17467 set_lface_from_font_and_fontset.
17468
17469 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
17470 "fixed", and signal error here if no suitable font was found.
17471
17472 * xfont.c (xfont_parse_name): Delete this function.
17473
17474 * xftfont.c (xftfont_open): Change coding style of error
17475 handling. Generate fontconfig's fontname pattern.
17476
17477 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
17478 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
17479
17480 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
17481 Both args FONTSET and FONT_OBJECT must be existing ones.
17482
174832008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17484
17485 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
17486
174872008-02-01 Kenichi Handa <handa@m17n.org>
17488
17489 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
17490
17491 * font.h (struct font): Fix typo.
17492
17493 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
17494 XLFD_XXX_INDEX.
17495 (enum xlfd_field_mask): New enum.
17496 (intern_font_field): Changed argument. Change caller. If digits
17497 are followed by non-digits, return a symbol.
17498 (font_expand_wildcards): New function.
17499 (font_parse_xlfd): Fix wildcard handling.
17500 (Ffont_spec): If :name is specified, reflect the info in the other
17501 properties.
17502
17503 * ftfont.c (ftfont_pattern_entity): Fix typo.
17504 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
17505 locale.
17506
175072008-02-01 Kenichi Handa <handa@m17n.org>
17508
17509 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
17510
17511 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
17512 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
17513 registry doesn't specify encoding part.
17514 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
17515 (font_open_by_name): At first try parsing the name.
17516 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
17517 as Lisp symbols.
17518
17519 * fontset.c (reorder_font_vector): Pay attention to the case that
17520 the 3rd element of font_def is nil.
17521 (fontset_font): For the default fontset, append one more fontset
17522 elements for a script-based font specification. Don't add script
17523 attribute on finding a font.
17524 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
17525 font name.
17526 (fontset_ascii_font): If a font can't be opened, return nil.
17527
17528 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
17529 (ftfont_pattern_entity): New function.
17530 (ftfont_get_cache): Assume that freetype_font_cache is already
17531 initialized.
17532 (ftfont_list): Handle the case that a file is specified in font
17533 name. Use ftfont_pattern_entity to generate entities.
17534 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
17535 (syms_of_ftfont): Initialize freetype_font_cache.
17536
17537 * xftfont.c (xftfont_open): Make the font name fontconfig's
17538 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
17539 (xftfont_close): Free font->font.name if not NULL.
17540
17541 * xfont.c (xfont_list): If script is specified for a font, return
17542 null_vector.
17543 (xfont_list_family): Declare argument type.
17544
17545 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
17546 name, set LFACE_FONT (lface) to nil.
17547
17548 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
17549 return Qnil.
17550
175512008-02-01 Kenichi Handa <handa@m17n.org>
17552
17553 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
17554 (standard_args): Add "-enable-font-backend".
17555
175562008-02-01 Kenichi Handa <handa@m17n.org>
17557
17558 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
17559 (struct xftdraw_list, xftdraw_list): Delete them.
17560 (register_xftdraw, check_xftdraw): Delete them.
17561 (xftfont_prepare_face): Don't call register_xftdraw.
17562 (xftfont_done_face): Don't call check_xftdraw.
17563 (xftfont_draw): Get background color only when with_background is
17564 nonzero.
17565
17566 * xfont.c (xfont_encode_char): Fix calculation of char2b.
17567
175682008-02-01 Kenichi Handa <handa@m17n.org>
17569
17570 These changes are for the new font handling codes.
17571
17572 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
17573 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
17574 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
17575 (FONTSRC, FONTOBJ): New variables.
17576 (obj): Add $(FONTOBJ).
17577 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
17578 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
17579 @LIBOTF_LIBS@.
17580 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
17581 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
17582
17583 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
17584
17585 * character.h (Vscript_representative_chars): Extern it.
17586
17587 * character.c (Vscript_representative_chars): New variable.
17588 (syms_of_character): Declare it as a Lisp variable.
17589
17590 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
17591 enable_font_backend is nonzero, accept the composition method
17592 COMPOSITION_WITH_GLYPH_STRING.
17593
17594 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
17595 enumeration COMPOSITION_WITH_GLYPH_STRING.
17596
17597 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
17598 members clip_x, clip_y, clip_width, and clip_height.
17599 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
17600
17601 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
17602 --enable-font-backend. Call syms_of_font.
17603
17604 * fns.c (assoc_no_quit): New function.
17605
17606 * fontset.h (FONT_INFO_FROM_FACE): New macro.
17607 (face_for_font, new_fontset_from_font)
17608 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
17609
17610 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
17611 (fontset_font, fontset_ascii, face_for_char)
17612 (make_fontset_for_ascii_face, Ffont_info)
17613 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
17614 is nonzero, use font-backend mechanism.
17615 (find_font_encoding): Make it non-static.
17616 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
17617 New functions.
17618
17619 * frame.h (struct frame): New members resx and resy.
17620 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
17621 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
17622
17623 * frame.c [USE_FONT_BACKEND]: Include "font.h".
17624 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
17625
17626 * lisp.h (assoc_no_quit): Extern it.
17627
17628 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
17629 Through out the file, use FONT_INFO_FROM_FACE instead of
17630 FONT_INFO_FROM_ID, use get_per_char_metric instead of
17631 rif->per_char_metric.
17632 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
17633 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
17634 (get_glyph_face_and_encoding, fill_composite_glyph_string)
17635 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
17636 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
17637 nonzero, use font-backend mechanism.
17638 (get_per_char_metric): New function.
17639
17640 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
17641 (set_lface_from_font_name)
17642 (set_font_frame_param, free_realized_face)
17643 (prepare_face_for_display, clear_face_gcs)
17644 (Finternal_set_font_selection_order, realize_x_face)
17645 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
17646 font-backend mechanism.
17647 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
17648 (load_face_font) [USE_FONT_BACKEND]: Abort.
17649 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
17650 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
17651
17652 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
17653 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
17654 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
17655 nonzero, register all available font drivers. Call
17656 x_default_font_parameter for deciding a font.
17657 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
17658
17659 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
17660 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
17661 (x_set_glyph_string_clipping_exactly)
17662 (x_compute_glyph_string_overhangs)
17663 (x_draw_glyph_string_foreground)
17664 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
17665 (x_free_frame_resources) [USE_FONT_BACKEND]: If
17666 enable_font_backend is nonzero, use font-backend mechanism.
17667 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
17668
176692008-02-01 Kenichi Handa <handa@m17n.org>
17670
17671 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
17672 system_eol_type.
17673 (syms_of_coding): Initialize system_eol_type.
17674
17675 * process.c (Fset_process_coding_system): Inherit system's eol
17676 format if necessary.
17677
176782008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17679
17680 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
17681
176822008-02-01 Kenichi Handa <handa@m17n.org>
17683
17684 * coding.c (decode_eol): Pay attention to buffer relocation in
17685 del_range_2.
17686 (decode_coding): Call decode_eol before restoring undo_list.
17687
176882008-02-01 Kenichi Handa <handa@m17n.org>
17689
17690 * charset.c (Fdefine_charset_internal): Fix setting of
17691 emacs_mule_bytes.
17692
176932008-02-01 Kenichi Handa <handa@m17n.org>
17694
17695 * keyboard.c (read_char): Check if C is a character or not before
17696 looking up Vkeyboard_translate_table.
17697
176982008-02-01 Kenichi Handa <handa@m17n.org>
17699
17700 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
17701 condition to terminate the loop.
17702
177032008-02-01 Kenichi Handa <handa@m17n.org>
17704
17705 * coding.c (produce_composition): Compare charbuf[i] instead of
17706 args[i] against 0.
17707 (Fterminal_coding_system): Use EQ to compare Lisp objects.
17708
177092008-02-01 Kenichi Handa <handa@m17n.org>
17710
17711 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
17712 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
17713 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
17714 detect_coding.
17715 (emacs_mule_char): Handle old style (Emacs 20) component character
17716 of a composition.
17717 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
17718 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
17719 composition rule.
17720 (decode_coding_emacs_mule): Handle invalid bytes correctly.
17721
177222008-02-01 Kenichi Handa <handa@m17n.org>
17723
17724 * coding.c (encode_coding_ccl): Allocate destination dynamically
17725 when necessary.
17726
177272008-02-01 Kenichi Handa <handa@m17n.org>
17728
17729 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
17730 the loop. When quitted, show a proper error message.
17731
177322008-02-01 Kenichi Handa <handa@m17n.org>
17733
17734 * xterm.c (x_set_glyph_string_clipping_exactly): Set
17735 src->clip_head and src->clip_tail temporarily instead of src->hl.
17736
17737 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
17738 character sequence.
17739 (Fccl_execute_on_string): Use ASET, not XSET.
17740
177412008-02-01 Kenichi Handa <handa@m17n.org>
17742
17743 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
17744
177452008-02-01 Kenichi Handa <handa@m17n.org>
17746
17747 * coding.c (decode_coding): Fix the condition of terminating the
17748 decoding loop.
17749
177502008-02-01 Kenichi Handa <handa@m17n.org>
17751
17752 * data.c (Faset): On setting a character bigger than 255 in a
17753 unibyte string, signal an error instead of make the string multibyte.
17754
177552008-02-01 Kenichi Handa <handa@m17n.org>
17756
17757 * charset.c (map_charset_chars): Fix for ascii-compatible charset
17758 made by a mapping table.
17759
177602008-02-01 Kenichi Handa <handa@m17n.org>
17761
17762 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
17763 not.
17764 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
17765 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
17766
17767 * xterm.c (x_draw_composite_glyph_string_foreground): Check
17768 s->face is NULL or not.
17769
177702008-02-01 Kenichi Handa <handa@m17n.org>
17771
17772 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
17773 (x_draw_glyph_string): Fix drawing of right_overhang and
17774 left_overhang around/on cursor.
17775
17776 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
17777
177782008-02-01 Kenichi Handa <handa@m17n.org>
17779
17780 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
17781
177822008-02-01 Kenichi Handa <handa@m17n.org>
17783
17784 * coding.c (Fdefine_coding_system_internal)
17785 (Fdefine_coding_system_alias): Avoid a duplicated element in
17786 Vcoding_system_alist.
17787
177882008-02-01 Kenichi Handa <handa@m17n.org>
17789
17790 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
17791
17792 * coding.c (Qcoding_system_define_form): New variable.
17793 (syms_of_coding): Intern and staticpro it.
17794 (Fcoding_system_p): Check Qcoding_system_define_form.
17795 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
17796
17797 * coding.h (CODING_SYSTEM_P): If ID is not available, call
17798 Fcoding_system_p.
17799 (CHECK_CODING_SYSTEM): If ID is not available, call
17800 Fcheck_coding_system.
17801 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
17802 Try also Fcheck_coding_system.
17803
178042008-02-01 Kenichi Handa <handa@m17n.org>
17805
17806 * coding.c (code_conversion_restore): GCPRO arg.
17807
178082008-02-01 Kenichi Handa <handa@m17n.org>
17809
17810 * character.c (lisp_string_width): Check multibyteness of STRING.
17811
178122008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17813
17814 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
17815 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
17816 (decode_mac_font_name): Use decode_coding_c_string instead of
17817 decode_coding.
17818 (x_load_font): Initialize fontp->fontset to -1. Set
17819 fontp->encoding_type.
17820
178212008-02-01 Kenichi Handa <handa@m17n.org>
17822
17823 * search.c (search_buffer): Give up BM search on case-fold-search
17824 if one of a target character has a case-equivalence of different
17825 byte length even if that target charcter is an ASCII.
17826 (simple_search): Fix calculation of byte length of matched text.
17827 (boyer_moore): Fix handling of case-equivalent multibyte characters.
17828
178292008-02-01 Kenichi Handa <handa@m17n.org>
17830
17831 * coding.c (decode_coding): Fix handling of invalid bytes.
17832
178332008-02-01 Kenichi Handa <handa@m17n.org>
17834
17835 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
17836 Unicode characters.
17837
178382008-02-01 Kenichi Handa <handa@m17n.org>
17839
17840 * coding.c (encode_coding_object): If a pre-write-conversion
17841 function makes a new buffer, kill it.
17842
178432008-02-01 Kenichi Handa <handa@m17n.org>
17844
17845 * coding.c (QCascii_compatible_p): New variable.
17846 (syms_of_coding): Initialize it.
17847 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
17848 calling string_char.
17849 (record_conversion_result): Add `default:' case.
17850 (coding_charset_list): Delete unused variable `coding_type'.
17851 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
17852 property in the plist of the coding system.
17853 (Fcoding_system_put): Check QCascii_compatible_p.
17854
178552008-02-01 Miles Bader <miles@gnu.org>
17856
17857 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
17858 removed calculation of frame `f', as it's now used.
17859
178602008-02-01 Kenichi Handa <handa@m17n.org>
17861
17862 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
17863 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
17864 (UNIDATA): New variable.
17865 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
17866 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
17867 $(RUN_TEMACS) unconditionally.
17868
178692008-02-01 Kenichi Handa <handa@m17n.org>
17870
17871 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
17872 (admindir): New variable.
17873 ($(lispsource)international/charprop.el): New target.
17874
178752008-02-01 Miles Bader <miles@gnu.org>
17876
17877 * character.c (chars-in-region): Remove obsolete function.
17878 (syms_of_character): Remove its initialization.
17879
178802008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
17881
17882 * w32select.c (validate_coding_system)
17883 (setup_windows_coding_system): New functions.
17884 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
17885 setup_windows_coding_system.
17886 (setup_config, Fw32_get_clipboard_data): Use
17887 validate_coding_system.
17888 (Fx_selection_exists): Move call to setup_config to a place
17889 where signals are allowed.
17890
17891 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
17892 (Fcheck_coding_system): Add declarations.
17893
178942008-02-01 Kenichi Handa <handa@m17n.org>
17895
17896 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
17897
178982008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17899
17900 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
17901 string as the second argument for x_new_fontset.
17902
179032008-02-01 Kenichi Handa <handa@m17n.org>
17904
17905 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
17906 (encode_coding_object): Use safe_call instead of call2.
17907
179082008-02-01 Kenichi Handa <handa@m17n.org>
17909
17910 * fontset.c (Fset_fontset_font): Check family element of a given vector.
17911
17912 * Makefile.in (lisp): Include charprop.el.
17913
179142008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17915
17916 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
17917 Not sure if it's unnecessary.
17918
179192008-02-01 Steven Tamm <steventamm@mac.com>
17920
17921 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
17922 some possibly unnecessary fontset checking code that crashed
17923 when creating a new frame.
17924
179252008-02-01 Kenichi Handa <handa@m17n.org>
17926
17927 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
17928 lookup_face.
17929
17930 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
17931
17932 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
17933
179342008-02-01 Kenichi Handa <handa@m17n.org>
17935
17936 * coding.c: Cancel the change done in HEAD on 2008-02-01.
17937 (coding_charset_list): New function.
17938
17939 * coding.h (coding_charset_list): Extern it.
17940
179412008-02-01 Kenichi Handa <handa@m17n.org>
17942
17943 * fontset.c (Fset_fontset_font): Call find_font_encoding with
17944 concatenation of family and registry.
17945
179462008-02-01 Kenichi Handa <handa@m17n.org>
17947
17948 * character.h (BYTE8_STRING): Fix typo.
17949
17950 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
17951 string to multibyte (sync to HEAD).
17952
17953 * casefiddle.c (casify_region): Handle changes in byte-length
17954 using replace_range_2 (sync to HEAD).
17955
179562008-02-01 Andreas Schwab <schwab@suse.de>
17957
17958 * chartab.c (map_char_table): GCPRO table and arg.
17959
179602008-02-01 Kenichi Handa <handa@m17n.org>
17961
17962 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
17963 already at limit.
17964
179652008-02-01 Kenichi Handa <handa@m17n.org>
17966
17967 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
17968 instead of fast_c_string_match_ignore_case.
17969 (find_font_encoding): Change argument to Lisp_Object. Use
17970 fast_string_match_ignore_case instead of
17971 fast_c_string_match_ignore_case. Change caller.
17972
179732008-02-01 Kenichi Handa <handa@m17n.org>
17974
17975 * xdisp.c (get_next_display_element): In unibyte case, decide to
17976 display in octal form by checking a character by
17977 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
17978
17979 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
17980
17981 * character.c (unibyte_has_multibyte_table): New variable.
17982
17983 * character.h (unibyte_has_multibyte_table): Extern it.
17984 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
17985
179862008-02-01 Kenichi Handa <handa@m17n.org>
17987
17988 * coding.c (encode_coding_iso_2022): Fix handling of charset
17989 annotation.
17990
179912008-02-01 Kenichi Handa <handa@m17n.org>
17992
17993 * coding.c (setup_coding_system): If coding_system is nil, use
17994 Qundecided.
17995 (Fterminal_coding_system): Return nil if terminal coding system is
17996 `undecided'.
17997 (syms_of_coding): Define coding-system `undecided' here. Setup
17998 terminal_coding as `undecided'.
17999
180002008-02-01 Kenichi Handa <handa@m17n.org>
18001
18002 * xdisp.c (message_dolog, set_message_1): Call
18003 unibyte_char_to_multibyte with arg type int.
18004
18005 * lread.c (read1): Fix reading of a char-table.
18006
18007 * print.c (print_object): Include sub char-table in circularities
18008 detection.
18009
180102008-02-01 Kenichi Handa <handa@m17n.org>
18011
18012 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
18013 Append the found sequences in car of ARGS instead of prepending.
18014
180152008-02-01 Kenichi Handa <handa@m17n.org>
18016
18017 * fileio.c (report_file_error): Make a unibyte string from
18018 strerror (errorno).
18019 (Fsubstitute_in_file_name): Fix the arg to
18020 unibyte_char_to_multibyte. It is evaluated twice.
18021
180222008-02-01 Kenichi Handa <handa@m17n.org>
18023
18024 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
18025
180262008-02-01 Kenichi Handa <handa@m17n.org>
18027
18028 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
18029 BOM is not found.
18030 (detect_coding, detect_coding_system): Optimization for ISO-2022
18031 when no 8-bit data is found.
18032
180332008-02-01 Jason Rumney <jasonr@gnu.org>
18034
18035 * w32fns.c (x_to_w32_font): Update to use new coding struct.
18036
180372008-02-01 Kenichi Handa <handa@m17n.org>
18038
18039 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
18040 CHARS.
18041
180422008-02-01 Steven Tamm <steventamm@mac.com>
18043
18044 * macterm.c (mac_encode_char): Add charset argument and update
18045 to use encoding_type.
18046 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
18047 switch to pure fontset.
18048 (decode_mac_font_name): Temporarily remove decoding.
18049 (x_font_name_to_mac_font_name): Temporarily remove encoding.
18050 (x_load_font): Temporarily remove encoding.
18051
180522008-02-01 Kenichi Handa <handa@m17n.org>
18053
18054 * xfaces.c (Fface_font): If frame is not on a window system,
18055 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
18056 refer to face->font.
18057 (split_font_name_into_vector, build_font_name_from_vector)
18058 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
18059 when HAVE_WINDOW_SYSTEM is defined.
18060
180612008-02-01 Kenichi Handa <handa@m17n.org>
18062
18063 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
18064 (x_produce_glyphs): Fix setting of members of cmp in case
18065 cmp->glyph_len is zero.
18066
18067 * fontset.c (Fset_fontset_font): Fix docstring.
18068 (Ffontset_info): Make it backward compatible. New arg ALL.
18069
180702008-02-01 Kim F. Storm <storm@cua.dk>
18071
18072 * process.c (read_process_output): Grow decoding_buf when needed;
18073 this could cause a crash in allocate_string and compact_small_strings.
18074
180752008-02-01 Kenichi Handa <handa@m17n.org>
18076
18077 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
18078
180792008-02-01 Kenichi Handa <handa@m17n.org>
18080
18081 * coding.c (setup_coding_system): Set coding->common_flags
18082 correctly for raw-text.
18083 (consume_chars): On encoding unibyte text by raw-text, don't check
18084 multibyte form.
18085 (encode_coding): On encoding by raw-text, never use translation tables.
18086
18087 * fileio.c (e_write): Short cut for the case of no encoding.
18088
180892008-02-01 Kenichi Handa <handa@m17n.org>
18090
18091 * coding.c (detect_coding, detect_coding_system): Delete unused
18092 variables.
18093
180942008-02-01 Kenichi Handa <handa@m17n.org>
18095
18096 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
18097 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
18098
180992008-02-01 Kenichi Handa <handa@m17n.org>
18100
18101 * coding.c (Ffind_coding_systems_region_internal): Include
18102 raw-text and no-conversion in the result.
18103
181042008-02-01 Kenichi Handa <handa@m17n.org>
18105
18106 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
18107 (load_font_get_repertory): Delete unnecessary check of ENCODING of
18108 FONT_DEF.
18109 (font_def_arg, add_arg, from_arg, to_arg): New args.
18110 (set_fontset_font): Change argument.
18111 (Fset_fontset_font): Fix for the case that TARGET is a script
18112 name and charset name.
18113 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
18114
181152008-02-01 Kenichi Handa <handa@m17n.org>
18116
18117 * fontset.c (fontset_font): Rename from fontset_face. Change return
18118 value.
18119 (face_suitable_for_char_p, face_for_char): Adjust for the change
18120 of fontset_font.
18121 (make_fontset_for_ascii_face): Fix setting of the fontset element
18122 for ASCII.
18123 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
18124 to get a font name.
18125 (Ffontset_info): Adjust for the change of fontset_font.
18126
18127 * coding.c (emacs_mule_char): Check invalid code more rigidly.
18128
18129 * character.h (LEADING_CODE_LATIN_1_MIN)
18130 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
18131
181322008-02-01 Kenichi Handa <handa@m17n.org>
18133
18134 * editfns.c (check_translation): New function.
18135 (Ftranslate_region_internal): Handle M:N mapping.
18136
181372008-02-01 Kenichi Handa <handa@m17n.org>
18138
18139 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
18140
181412008-02-01 Kenichi Handa <handa@m17n.org>
18142
18143 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
18144 goto invalid_code.
18145 (decode_coding_iso_2022): Fix handling of invalid designation.
18146
18147 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
18148 after calling code_conversion_save.
18149
181502008-02-01 Kenichi Handa <handa@m17n.org>
18151
18152 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
18153
18154 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
18155
18156 * fontset.c: Include "intervals.h".
18157 (fontset_face): Fix comparing of Lisp_Objects.
18158 (free_face_fontset, new_fontset_from_font_name): Fix
18159 Lisp_Object/int mixup.
18160
18161 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
18162
18163 * coding.c: Add many prototypes for static functions.
18164 (get_translation_table): Allow max_lookup to be NULL.
18165 (decode_coding, Ffind_coding_systems_region_internal)
18166 (Funencodable_char_position, Fcheck_coding_systems_region): Call
18167 get_translation_table with max_lookup NULL.
18168
181692008-02-01 Kenichi Handa <handa@m17n.org>
18170
18171 * coding.c (get_translation_table): Declare it as Lisp_Object.
18172 (LOOKUP_TRANSLATION_TABLE): New macro.
18173 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
18174 instead of CHAR_TABLE_REF.
18175
181762008-02-01 Kenichi Handa <handa@m17n.org>
18177
18178 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
18179 annotation data format.
18180 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
18181 Change arguments FROM and TO to single argument NCHARS. Change caller.
18182 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
18183 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18184 (decode_coding_ccl, decode_coding_charset): Pay attention to
18185 coding->charbuf_used.
18186 (get_translation): New function.
18187 (produce_chars): New arguments translation_table and last_block.
18188 Translate characters here. Return number of carryover chars.
18189 Change caller.
18190 (produce_composition): New argument pos. Change caller.
18191 Adjust for the change of annotation data format.
18192 (produce_charset, produce_annotation): Likewise.
18193 (decode_coding, encode_coding): Don't call translate_chars.
18194 (consume_chars): New arg translation_table. Change caller.
18195 (translate_chars): Delete.
18196 (syms_of_coding): Make translation-table's number of extra slots 2.
18197
181982008-02-01 Kenichi Handa <handa@m17n.org>
18199
18200 * search.c (simple_search): Fix setting this_pos_byte in backward
18201 search.
18202
18203 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
18204 byte sequence.
18205 (detect_coding_ccl): Fix setting of the variable valids.
18206
182072008-02-01 Kenichi Handa <handa@m17n.org>
18208
18209 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
18210
18211 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
18212
18213 * editfns.c (Ftranslate_region_internal): Rename from
18214 Ftranslate_region. Accept a char-table in TABLE.
18215 (syms_of_editfns): Defsubr Stranslate_region_internal.
18216
18217 * xfaces.c (set_lface_from_font_name): If a font is specified for
18218 a frame, generate a fontset from the font.
18219 (build_scalable_font_name): If the scalable font is requested for
18220 a specific size, don't change that size.
18221 (try_font_list): Try a scalable font also in the case that a
18222 pattern string is specified.
18223
182242008-02-01 Kenichi Handa <handa@m17n.org>
18225
18226 * xfaces.c (Fface_font): New optional arg CHARACTER.
18227
182282008-02-01 Kenichi Handa <handa@m17n.org>
18229
18230 * charset.h (CHARSET_OFFSET): New macro.
18231
182322008-02-01 Kenichi Handa <handa@m17n.org>
18233
18234 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
18235
18236 * fontset.c (fontset_face): Handle the case that repertory is a
18237 char-table.
18238 (find_font_encoding): Return nil for unknown encoding.
18239 (Fset_fontset_font): Ignore a font of unknown encoding.
18240
182412008-02-01 Kenichi Handa <handa@m17n.org>
18242
18243 * keymap.c (describe_vector): Handle default value of a char table.
18244
18245 * fontset.c (fontset_face): Handle fallback fonts correctly.
18246 (Ffontset_info): Return infomation about fallback fonts.
18247
182482008-02-01 Kenichi Handa <handa@m17n.org>
18249
18250 * fontset.c (FONTSET_DEFAULT): New macro.
18251 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
18252 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
18253 the case that it is nil.
18254 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
18255 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
18256
18257 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
18258 subset or superset.
18259
182602008-02-01 Kenichi Handa <handa@m17n.org>
18261
18262 * emacs.c (main): Call init_charset after syms_of_XXX.
18263
18264 * charset.c (Vcharset_map_directory): Delete.
18265 (Vcharset_map_path): New variable.
18266 (load_charset_map_from_file): Use Vcharset_map_path instead.
18267 (init_charset): Initialize Vcharset_map_path.
18268 (syms_of_charset): Delete declaration of "charset-map-directory",
18269 add declaration of "charset-map-path".
18270
182712008-02-01 Kenichi Handa <handa@m17n.org>
18272
18273 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
18274 ASCII only string.
18275
18276 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
18277
18278 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
18279 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
18280
182812008-02-01 Kenichi Handa <handa@m17n.org>
18282
18283 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
18284
18285 * coding.c (QCmnemonic, QCdefalut_char)
18286 (QCdecode_translation_table, QCencode_translation_table)
18287 (QCpost_read_conversion, QCpre_write_conversion): New variables.
18288 (get_translation_table): Return a list of translation tables if
18289 necessary.
18290 (decode_coding): Call get_translation_table with ENCODEP 0.
18291 (char_encodable_p): If translation_table is non-nil, always call
18292 translate_char.
18293 (Fdefine_coding_system_internal): Accept list of translation
18294 tables as :encode-translation-table and :decode-translation-table.
18295 (Fcoding_system_put): New function.
18296 (syms_of_coding): Declare new symbols. Defsubr
18297 Scoding_system_put.
18298 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
18299 typically JISX0212.
18300
18301 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
18302 when the charset is superset type.
18303
18304 * character.c (translate_char): Accept list of translation tables.
18305
183062008-02-01 Kenichi Handa <handa@m17n.org>
18307
18308 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
18309 (CODING_ATTR_TRANS_TBL): New macro.
18310
18311 * coding.c (get_translation_table): New function.
18312 (translate_chars): Fix the bug of skipping annotation data.
18313 (decode_coding, encode_coding): Utilize get_translation_table.
18314 (char_encodable_p, Funencodable_char_position): Translate char if
18315 necessary.
18316 (Ffind_coding_systems_region_internal)
18317 (Fcheck_coding_systems_region): Setup translation table for encode
18318 in a coding system attribute vector in advance.
18319 (Fdefine_coding_system_internal): Allow a symbol as translation
18320 table. For shift-jis type coding system, allow 4th charset.
18321
183222008-02-01 Kenichi Handa <handa@m17n.org>
18323
18324 * coding.c (decode_coding_sjis): Check the first byte rigidly.
18325
18326 * xdisp.c (get_next_display_element): Pass -1 as POS to
18327 FACE_FOR_CHAR if displaying a C-string.
18328
183292008-02-01 Kenichi Handa <handa@m17n.org>
18330
18331 * composite.c (get_composition_id): Handle xoff and yoff in a
18332 composition rule.
18333
18334 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
18335 (struct composition): New member lbearing and rbearing.
18336
18337 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
18338 (x_get_glyph_overhangs): Handle a composition glyph.
18339 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
18340
18341 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
18342 composition glyph.
18343
183442008-02-01 Kenichi Handa <handa@m17n.org>
18345
18346 * print.c: Include charset.h.
18347 (Vprint_charset_text_property): New variable.
18348 (Qdefault): Extern it.
18349 (PRINT_STRING_NON_CHARSET_FOUND)
18350 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
18351 (print_check_string_result): New variable.
18352 (print_check_string_charset_prop): New function.
18353 (print_prune_charset_plist): New variable.
18354 (print_prune_string_charset): New function.
18355 (print_object): Call print_prune_string_charset if
18356 Vprint_charset_text_property is not t.
18357 (print_interval): Print nothing if interval->plist is nil.
18358 (syms_of_print): Declare Vprint_charset_text_property as a lisp
18359 variable. Init and staticpro print_prune_charset_plist.
18360
183612008-02-01 Kenichi Handa <handa@m17n.org>
18362
18363 * fontset.c (new_fontset_from_font_name): Use the specified font
18364 for all characters in the new fontset.
18365
18366 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
18367 OBJECT args.
18368
18369 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
18370 OBJECT args for composition too.
18371
18372 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
18373 OBJECT args.
18374
183752008-02-01 Kenichi Handa <handa@m17n.org>
18376
18377 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
18378
18379 * fontset.c (reorder_font_vector): Adjust for the change of
18380 FONT_DEF format.
18381 (fontset_face): New arg id. Change caller.
18382 (face_for_char): New args pos and object.
18383 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
18384 (fs_query_fontset): Check NAME by Fassoc too.
18385 (Fset_fontset_font): Allow non-XLFD font name.
18386 (Ffontset_info): Adjust for the change of FONT_DEF format.
18387
18388 * fontset.h (face_for_char): Adjust prototype.
18389
18390 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
18391 (append_space, extend_face_to_end_of_line)
18392 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
18393 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
18394
18395 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
18396 POS and OBJECT args.
18397
18398 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
18399 POS and OBJECT args.
18400
184012008-02-01 Jason Rumney <jasonr@gnu.org>
18402
18403 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
18404 of GlobalAlloc'ed memory.
18405
184062008-02-01 Kenichi Handa <handa@m17n.org>
18407
18408 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
18409
18410 * charset.h (charset_table_used): Delete extern.
18411
18412 * charset.c (charset_table_used): Make it static.
18413 (map_charset_chars): Fix args to c_function with.
18414
18415 * chartab.c (map_sub_char_table_for_charset): Fix args to
18416 c_function with.
18417
18418 * coding.h (enum coding_result_code): Delete
18419 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
18420
18421 * coding.c (Qinsufficient_source, Qinconsistent_eol)
18422 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
18423 (Vlast_code_conversion_error): New variables.
18424 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
18425 (ONE_MORE_BYTE): Record error if any instead of signaling an
18426 error. If non-ASCII multibyte char is found, return the negative
18427 value of the code. All callers changed to check it.
18428 (ONE_MORE_BYTE_NO_CHECK): Likewise.
18429 (record_conversion_result): New function. Change all codes setting
18430 coding->result to call this function.
18431 (detect_coding_utf_8, decode_coding_utf_8)
18432 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
18433 Don't use the local variable incomplete.
18434 (emacs_mule_char): Change the second arg to `const'.
18435 (decode_coding): Fix of flushing out unprocessed data.
18436 (make_conversion_work_buffer): Fix making of a work buffer.
18437 (decode_coding_object): Return coding->dst_object.
18438
18439 * fontset.c (set_fontset_font): Fix args.
18440
18441 * lisp.h (CHARACTERBITS): Define as 22.
18442
18443 * process.c (send_process): Be sure to set coding->src_multibyte.
18444
18445 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
18446
184472008-02-01 Kenichi Handa <handa@m17n.org>
18448
18449 * xdisp.c (handle_auto_composed_prop): Give limit to
18450 Fnext_single_char_property_change.
18451
184522008-02-01 Kenichi Handa <handa@m17n.org>
18453
18454 * composite.c (syms_of_composite): Don't make the composition hash
18455 table weak.
18456
18457 * fontset.c (Fset_fontset_font): Fix docstring.
18458
18459 * lisp.h (detect_coding_system): Adjust prototype.
18460
18461 * fileio.c (kill_workbuf_unwind): Delete this function.
18462 (Finsert_file_contents): Adjust the call of detect_coding_system.
18463 Get conversion_buffer by code_conversion_save. Use the macro
18464 CODING_MAY_REQUIRE_DECODING. After decoding, update
18465 coding_system.
18466
18467 * coding.h (make_conversion_work_buffer): Delete extern.
18468 (code_conversion_save): Extern it.
18469
18470 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
18471 (CODING_GET_INFO): Delete argument eol_type. Change callers.
18472 (decode_coding_utf_8): Don't do eol converion.
18473 (detect_coding_utf_16): Check coding->src_chars, not
18474 coding->src_bytes. Add heuristics for those that have no signature.
18475 (decode_coding_emacs_mule, decode_coding_iso_2022)
18476 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
18477 Don't do eol converion.
18478 (adjust_coding_eol_type): Return a new coding system.
18479 (detect_coding): Don't detect eol. Fix for utf-16 detection.
18480 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
18481 each change.
18482 (decode_coding): Pay attention to undo_list. Do eol conversion for
18483 all types of coding-systems (if necessary).
18484 (Vcode_conversion_work_buf_list): Delete it.
18485 (Vcode_conversion_reused_workbuf): Rename from
18486 Vcode_conversion_reused_work_buf.
18487 (Vcode_conversion_workbuf_name): New variable.
18488 (reused_workbuf_in_use): New variable.
18489 (make_conversion_work_buffer): Delete the arg DEPTH.
18490 (code_conversion_restore): Change argument to cons.
18491 (code_conversion_save): Delete the argument BUFFER. Change callers.
18492 (detect_coding_system): New argument src_chars. Change callers.
18493 Fix for utf-16 detection.
18494 (init_coding_once): Don't use ISO_carriage_return.
18495 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
18496 reused_workbuf_in_use.
18497
184982008-02-01 Kenichi Handa <handa@m17n.org>
18499
18500 * keymap.c (store_in_keymap): Pay attention to the case that idx
18501 is a cons specifying a character range.
18502
185032008-02-01 Kenichi Handa <handa@m17n.org>
18504
18505 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
18506 HANDLED_RECOMPUTE_PROPS.
18507
18508 * coding.c (Fdefine_coding_system_internal): Fix checking of
18509 ascii compatibility.
18510
185112008-02-01 Kenichi Handa <handa@m17n.org>
18512
18513 * charset.c (find_charsets_in_text): Delete unused locale variable.
18514 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
18515
18516 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
18517 Resync charset_list to Vemacs_mule_charset_list.
18518
18519 * keymap.c (store_in_keymap): Pay attention to the case that idx
18520 is a cons specifying a character range.
18521
185222008-02-01 Kenichi Handa <handa@m17n.org>
18523
18524 * composite.c (update_compositions): Bind inhibit-read-only, etc
18525 to t before calling remove-list-of-text-properties.
18526
18527 * print.c (print_object): Always print ASCII chars as is.
18528
185292008-02-01 Kenichi Handa <handa@m17n.org>
18530
18531 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
18532
18533 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
18534 is a char table.
18535
185362008-02-01 Kenichi Handa <handa@m17n.org>
18537
18538 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
18539
185402008-02-01 Kenichi Handa <handa@m17n.org>
18541
18542 * xfaces.c (set_lface_from_font_name): Fix for the case that
18543 FONTNAME is not fontset name.
18544
185452008-02-01 Kenichi Handa <handa@m17n.org>
18546
18547 * fns.c (base64_encode_1): Fix previous change.
18548
185492008-02-01 Kenichi Handa <handa@m17n.org>
18550
18551 * fontset.c (set_fontset_font): New function.
18552 (Fset_fontset_font): If a font is specified for a charset, use
18553 map_charset_chars to store the font spec in a fontset.
18554
185552008-02-01 Kenichi Handa <handa@m17n.org>
18556
18557 * fontset.c (fontset_face): Create a fallback fontset on demand.
18558 (make_fontset): Don't create a fallback fontset here.
18559 (free_face_fontset): Free a fallback fontset (if any) too.
18560 (n_auto_fontsets): Delete this variable.
18561 (auto_fontset_alist): New variable.
18562 (new_fontset_from_font_name): Check auto_fontset_alist.
18563 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
18564 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
18565 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
18566 Defsubr Sfontset_list_all.
18567
185682008-02-01 Kenichi Handa <handa@m17n.org>
18569
18570 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
18571
185722008-02-01 Kenichi Handa <handa@m17n.org>
18573
18574 * fontset.c (Fnew_fontset): Check NAME more rigidly.
18575
185762008-02-01 Kenichi Handa <handa@m17n.org>
18577
18578 * editfns.c (Fgoto_char): Fix docstring.
18579
185802008-02-01 Kenichi Handa <handa@m17n.org>
18581
18582 * insdel.c (insert_from_gap): Adjust intervals correctly.
18583
185842008-02-01 Jason Rumney <jasonr@gnu.org>
18585
18586 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
18587 (pfnGetFontUnicodeRanges): New dynamically loaded function.
18588 (w32_initialize): Try to load it.
18589 (x_get_font_repertory): Use it if available.
18590 (w32_encode_char): Add shortcut for unicode output.
18591
18592 * w32fns.c (w32_load_system_font): Default charset to -1.
18593 (x_to_w32_charset): Match all fonts for unicode.
18594 (w32_to_x_charset): New parameter matching. Don't return partial
18595 or wildcard charsets.
18596 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
18597 (w32_codepage_for_font): Return CP_UNICODE for unicode.
18598 (w32_to_x_font): Match charset to real charset.
18599 (enum_font_cb2): Always list unicode versions.
18600
18601 * makefile.w32-in (temacs): Increase EMHEAP.
18602
186032008-02-01 Jason Rumney <jasonr@gnu.org>
18604
18605 * w32term.c (w32_encode_char): New charset parameter.
18606 font_info.encoding becomes encoding_type.
18607 (x_get_font_repertory): New function. Warning: stub only!
18608 (x_new_font): Return quickly if font already set.
18609 (x_new_fontset): fontsetname parameter is Lisp_Object.
18610 Use new fs_query_fontset. Try new_fontset_from_font_name.
18611 Use fontset_name for return value.
18612
18613 * w32term.h: Declare x_get_font_repertory.
18614
18615 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
18616 place of find_charset_in_text. Use encode_coding_object in place
18617 of encode_coding.
18618 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
18619 decode_coding.
18620
18621 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
18622 of x_new_fontset.
18623 (w32_load_system_font): Initialize charset as unicode.
18624 font_info.encoding becomes encoding_type.
18625 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
18626 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
18627 (syms_of_w32fns): Set get_font_repertory_func.
18628
18629 * w32console.c: Include character.h. Use terminal_encode_buffer
18630 from term.c.
18631 (write_glyphs): Use new version of encode_terminal_code. Use
18632 encode_coding_object in place of encode_coding.
18633
18634 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
18635 encoding becomes encoding_type.
18636
18637 * term.c (terminal_encode_buffer): Make externally visible.
18638
18639 * makefile.w32-in: Add character.h dependancies.
18640 (character.o, chartab.o): New targets.
18641
186422008-02-01 Kenichi Handa <handa@m17n.org>
18643
18644 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
18645 CODING_ID_EOL_TYPE.
18646
186472008-02-01 Andreas Schwab <schwab@suse.de>
18648
18649 * coding.c (produce_chars): Revert last change.
18650
186512008-02-01 Kenichi Handa <handa@m17n.org>
18652
18653 * charset.h (charset_unicode): Extern it.
18654
18655 * charset.c (string_xstring_p): Check by (C >= 0x100).
18656 (find_charsets_in_text): Change format of the arc CHARSETS. New
18657 arg MULTIBYTE.
18658 (Ffind_charset_region, Ffind_charset_string): Adjust for the
18659 change of find_charsets_in_text.
18660 (Fsplit_char): Fix doc. Never return unknown.
18661
18662 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
18663
18664 * coding.c (Fdefine_coding_system_alias): Update
18665 Vcoding_system_list.
18666
18667 * fontset.c (load_font_get_repertory): Pay attention to the case
18668 that ENCODING of a font is specified by a char-table.
18669
18670 * xterm.c (x_get_font_repertory): Handle the case that the
18671 encoding of font is other than Unicode.
18672
186732008-02-01 Kenichi Handa <handa@m17n.org>
18674
18675 * term.c (encode_terminal_code): Don't handle glyph-table. Check
18676 if a character is encodable by the terminal coding system. If
18677 not, produces proper number of `?'s. Update
18678 terminal_encode_buffer and terminal_encode_buf_size if necessary.
18679 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
18680
186812008-02-01 Kenichi Handa <handa@m17n.org>
18682
18683 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
18684 variables.
18685 (encode_terminal_code): Change argument. Encode multiple
18686 characters at once. Store the result of encoding in
18687 terminal_encode_buffer.
18688 (write_glyphs, insert_glyphs): Adjust for the change of
18689 encode_terminal_code.
18690 (term_init): Initialize terminal_encode_buffer and
18691 terminal_encode_buf_size.
18692
18693 * coding.c (consume_chars): If coding->src_object is nil, don't
18694 check annotation.
18695
186962008-02-01 Kenichi Handa <handa@m17n.org>
18697
18698 * character.c (char_string): Use ASCII_CHAR_P instead of
18699 SINGLE_BYTE_CHAR_P.
18700
187012008-02-01 Kenichi Handa <handa@m17n.org>
18702
18703 * xdisp.c (handle_auto_composed_prop): Check if the last
18704 characters of auto-composed region is newly composed with the
18705 following characters.
18706 (handle_composition_prop): Fix checking of point being inside
18707 composition.
18708
187092008-02-01 Kenichi Handa <handa@m17n.org>
18710
18711 * fns.c (concat): Don't change multibyteness of the result by
18712 concatenating an 8-bit character.
18713
18714 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
18715 multibyteness of the result when newelt is an 8-bit character.
18716
187172008-02-01 Dave Love <fx@gnu.org>
18718
18719 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
18720 EMACS_INT.
18721
18722 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
18723
18724 * xfaces.c (face_numeric_value): Declare dim size_t.
18725 (Finternal_lisp_face_equal_p): Remove unused f.
18726
18727 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
18728 (MATRIX_ROW): Remove unused vars.
18729 (draw_glyphs, x_insert_glyphs, fast_find_position)
18730 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
18731 byte/char counts.
18732
18733 * regex.c (regex_compile): Remove unused var.
18734
18735 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
18736
18737 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
18738 (Faccessible_keymaps, where_is_internal): Remove unused vars.
18739
18740 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
18741
18742 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
18743
18744 * fileio.c (Fwrite_region): Remove unused var.
18745
18746 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
18747 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
18748
18749 * composite.c (Fremove_list_of_text_properties): Declare.
18750
18751 * coding.c (inhibit_pre_post_conversion): Remove (unused).
18752 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
18753 (coding_inherit_eol_type): Remove unused attrs.
18754 (detect_coding): Cast arg of detect_eol.
18755
18756 * charset.c (syms_of_charset): Remove unused var p.
18757 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
18758 byte/char counts.
18759
18760 * casetab.c (set_case_table): Remove unused var.
18761
18762 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
18763 unused vars.
18764
187652008-02-01 Dave Love <fx@gnu.org>
18766
18767 * xterm.c (x_bitmap_mask): Declare.
18768
187692008-02-01 Dave Love <fx@gnu.org>
18770
18771 * xterm.c (x_term_init): Fix type error.
18772
18773 * lisp.h: Add Funibyte_char_to_multibyte.
18774
18775 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
18776 (Fset_coding_system_priority): Doc fix.
18777
18778 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
18779
18780 * indent.c (check_composition): Make start and end EMACS_INT.
18781
18782 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
18783
18784 * xdisp.c (handle_composition_prop, check_point_in_composition):
18785 Make buffer positions EMACS_INT.
18786
18787 * composite.c (find_composition, run_composition_function)
18788 (update_compositions, Ffind_composition_internal): Make buffer
18789 positions EMACS_INT.
18790
18791 * composite.h (find_composition, update_compositions): Make
18792 position args EMACS_INT.
18793
18794 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
18795
18796 * intervals.c (get_property_and_range):
18797 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
18798
18799 * unexalpha.c: Don't include varargs.h.
18800
188012008-02-01 Dave Love <fx@gnu.org>
18802
18803 * coding.h (ENCODE_UTF_8): New.
18804
18805 * Makefile.in (gtkutil.o): Depend on coding.h.
18806
18807 * coding.c (Fset_coding_system_priority): Doc fix.
18808
188092008-02-01 Kenichi Handa <handa@m17n.org>
18810
18811 * fileio.c (Finsert_file_contents): Call setup_coding_system in
18812 the case of auto saving.
18813
188142008-02-01 Andreas Schwab <schwab@suse.de>
18815
18816 * chartab.c (map_char_table, map_char_table_for_charset): Protect
18817 `range' from GC.
18818
188192008-02-01 Kenichi Handa <handa@m17n.org>
18820
18821 * coding.c (decode_coding_sjis): Check bytes more rigidly.
18822
188232008-02-01 Kenichi Handa <handa@m17n.org>
18824
18825 * fileio.c (choose_write_coding_system): Return a decided coding system.
18826 (Fwrite_region): Set Vlast_coding_system_used to the return value
18827 of choose_write_coding_system.
18828
188292008-02-01 Kenichi Handa <handa@m17n.org>
18830
18831 * charset.c (Fset_charset_priority): Pay attention to duplicated
18832 arguments.
18833
18834 * coding.c (QCcategory): New variable.
18835 (syms_of_coding): Defsym it. Set all elements of
18836 Vcoding_category_table and their symbol values.
18837 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
18838 coding-category-XXX, and coding-category-list.
18839 (Fdefine_coding_system_internal): Add category in the plist.
18840
188412008-02-01 Kenichi Handa <handa@m17n.org>
18842
18843 * callproc.c (Fcall_process): Handle carryover correctly.
18844
18845 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
18846 (raw_text_coding_system): Check NILP (coding_system).
18847 (coding_inherit_eol_type): Check NILP (coding_system) and
18848 NILP (parent).
18849 (consume_chars): Fix for the case of raw-text.
18850
18851 * process.c (read_process_output): Handle carryover correctly.
18852
188532008-02-01 Dave Love <fx@gnu.org>
18854
18855 * regex.c (re_search_2): Fix last change.
18856
188572008-02-01 Kenichi Handa <handa@m17n.org>
18858
18859 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
18860 target_multibyte. Even in a unibyte case, return a converted
18861 multibyte char.
18862 (GET_CHAR_AFTER): New macro.
18863 (PATFETCH): Translate via multibyte char.
18864 (HANDLE_UNIBYTE_RANGE): Delete this macro.
18865 (SETUP_MULTIBYTE_RANGE): New macro.
18866 (regex_compile): Setup compiled code so that its multibyteness
18867 matches that of a target. Fix the handling of "[X-YZ]" using
18868 SETUP_MULTIBYTE_RANGE.
18869 (analyse_first) <charset>: For filling fastmap for all multibyte
18870 characters, don't check by BASE_LEADING_CODE_P.
18871 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
18872 the same as RE_MULTIBYTE_P (bufp) now.
18873 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
18874 (TARGET_CHAR_AND_LENGTH): Delete this macro.
18875 (TRANSLATE_VIA_MULTIBYTE): New macro.
18876 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
18877 It is the same as RE_MULTIBYTE_P (bufp) now.
18878 <exactn>: Translate via multibyte.
18879 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
18880 translate it.
18881 <charset, charset_not>: Fetch a character by
18882 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
18883 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
18884 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
18885 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
18886 by GET_CHAR_AFTER.
18887 (bcmp_translate): Likewise.
18888
18889 * search.c (compile_pattern): Check the member target_multibyte,
18890 not the member multibyte of buf.
18891
18892 * lread.c (read1): While reading a string, set force_singlebyte
18893 and force_multibyte correctly.
18894
18895 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
18896 up of unibyte_to_multibyte_table.
18897
188982008-02-01 Kenichi Handa <handa@m17n.org>
18899
18900 * coding.c (setup_coding_system): If coding has
18901 post-read-conversion or pre-write-conversion, set
18902 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
18903 respectively.
18904 (decode_coding_gap): Run post-read-conversion if any.
18905
18906 * fileio.c (Finsert_file_contents): Even if we read into a
18907 unibyte buffer, check if we must decode the result or not.
18908
189092008-02-01 Kenichi Handa <handa@m17n.org>
18910
18911 * coding.c (make_conversion_work_buffer): Change the work buffer
18912 name to the same one as that of Emacs 21.
18913
189142008-02-01 Kenichi Handa <handa@m17n.org>
18915
18916 * coding.h (make_conversion_work_buffer): Adjust prototype.
18917 (code_conversion_restore): Don't extern it.
18918
18919 * coding.c (detected_mask): Delete unused variable.
18920 (decode_coding_iso_2022): Pay attention to the byte sequence of
18921 CTEXT extended segment, and retain those bytes as is.
18922 (decode_coding_ccl): Delete unused variable `valids'.
18923 (setup_coding_system): Delete unused variable `category'.
18924 (consume_chars): Delete unused variable `category'. Make it work
18925 for non-multibyte case.
18926 (make_conversion_work_buffer): Change argument.
18927 (saved_coding): Delete unused variable.
18928 (code_conversion_restore): Don't check saved_coding->destination.
18929 (code_conversion_save): New function.
18930 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
18931 instead of record_unwind_protect.
18932 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
18933 (detect_coding_system): Delete unused variable `mask'.
18934 (Fdefine_coding_system_internal): Delete unused variable id.
18935
18936 * fileio.c (kill_workbuf_unwind): New function.
18937 (Finsert_file_contents): On replacing, call
18938 make_conversion_work_buffer with correct args, and call
18939 record_unwind_protect with the first arg kill_workbuf_unwind.
18940
18941 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
18942
189432008-02-01 Kenichi Handa <handa@m17n.org>
18944
18945 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
18946 (fontset_add): Fix for the case that TO is less than TO1.
18947 (Ffontset_info): Don't use fallback fontset on checking the
18948 default fontset.
18949 (dump_fontset): New function for debugging.
18950
18951 * coding.c (Fdefine_coding_system_internal): Fix for the case that
18952 coding_type is Qcharset.
18953
189542008-02-01 Kenichi Handa <handa@m17n.org>
18955
18956 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
18957 (map_char_table): Don't inherit the value from the parent on
18958 initializing VAL. Adjust for the above change.
18959
189602008-02-01 Kenichi Handa <handa@m17n.org>
18961
18962 * coding.c (Qsignature, Qendian): Delete these variables.
18963 (syms_of_coding): Don't initialize them.
18964 (CATEGORY_MASK_UTF_16_AUTO): New macro.
18965 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
18966 detect_info->found.
18967 (decode_coding_utf_16): Don't detect BOM here.
18968 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
18969 is NOT utf_16_without_bom.
18970 (setup_coding_system): For a coding system of type utf-16, check
18971 if the attribute :endian is Qbig or not (not nil or not), and set
18972 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
18973 (detect_coding): If coding type is utf-16 and BOM detection is
18974 required, detect it.
18975 (Fdefine_coding_system_internal): For a coding system of type
18976 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
18977
189782008-02-01 Kenichi Handa <handa@m17n.org>
18979
18980 * coding.c (coding_set_source): Fix for the case that the current
18981 buffer is different from coding->src_object.
18982 (decode_coding_object): Don't use the conversion work buffer if
18983 DST_OBJECT is a buffer.
18984
189852008-02-01 Dave Love <fx@gnu.org>
18986
18987 * lread.c (read_emacs_mule_char) [len==2]: Index
18988 emacs_mule_charset correctly.
18989
189902008-02-01 Dave Love <fx@gnu.org>
18991
18992 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
18993 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
18994 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
18995 treated specially.)
18996 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
18997 (detected_mask): Remove Big5 bits.
18998
189992008-02-01 Kenichi Handa <handa@m17n.org>
19000
19001 The following changes are to make the font rescaling facility
19002 compatible with Emacs 21.
19003
19004 * xfaces.c (Vface_font_rescale_alist): Rename from
19005 Vface_resizing_fonts.
19006 (struct font_name): Rename member resizing_ratio to rescale_ratio.
19007 (font_rescale_ratio): Rename from font_resizing_ratio.
19008 (split_font_name): Set font->rescale_ratio.
19009 (better_font_p): Pay attention to font->rescale_ratio.
19010 (build_scalable_font_name): Likewise. Change RESX, and RESY
19011 fields.
19012 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
19013
190142008-02-01 Kenichi Handa <handa@m17n.org>
19015
19016 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
19017 (Qutf_16_le): Remove these variables.
19018 (syms_of_coding): Don't DEFSYM them.
19019 (decode_coding_utf_16): Fix handling of BOM.
19020 (encode_coding_utf_16): Fix handling of BOM.
19021
190222008-02-01 Kenichi Handa <handa@m17n.org>
19023
19024 * fileio.c (Finsert_file_contents): On replacing, before decoding
19025 the file into the work buffer, set point of the work buffer to the end.
19026
190272008-02-01 Dave Love <fx@gnu.org>
19028
19029 * coding.c (Fcheck_coding_systems_region): Fix type errors.
19030
190312008-02-01 Dave Love <fx@gnu.org>
19032
19033 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
19034 and fix C types.
19035
190362008-02-01 Kenichi Handa <handa@m17n.org>
19037
19038 * xdisp.c (SKIP_GLYPHS): New macro.
19039 (set_cursor_from_row): Pay attention to string display properties.
19040
19041 * category.c (copy_category_entry): Fix for the case that RANGE
19042 is an integer.
19043
19044 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
19045
19046 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
19047
190482008-02-01 Kenichi Handa <handa@m17n.org>
19049
19050 * charset.c (Fcharset_id_internal): New function.
19051 (syms_of_charset): Defsubr it.
19052
19053 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
19054 with the last arg charset_list acquired from coding.
19055 (Fdefine_coding_system_internal): For ccl-based coding system, fix
19056 the attribute coding_attr_ccl_valids.
19057
19058 * coding.h (enum define_coding_ccl_arg_index): Set the first
19059 member coding_arg_ccl_decoder to coding_arg_max.
19060
19061 * ccl.h (ccl_driver): Adjust prototype.
19062
19063 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
19064 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 19065 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
19066 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
19067 last arg Qnil.
19068
190692008-02-01 Kenichi Handa <handa@m17n.org>
19070
19071 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
19072 call encode_char.
19073
19074 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
19075
190762008-02-01 Dave Love <fx@gnu.org>
19077
19078 * composite.c (syms_of_composite): Make composition_hash_table weak.
19079
190802008-02-01 Kenichi Handa <handa@m17n.org>
19081
19082 * dispextern.h (check_face_attributes, generate_ascii_font_name)
19083 (font_name_registry): Don't extern them.
19084 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
19085
19086 * fontset.h (Qfontset): Don't extern it.
19087 (new_fontset_from_font_name): Extern it.
19088
19089 * fontset.c: Give 8 extra slots to fontset objects.
19090 (Qfontset_info): New variable.
19091 (syms_of_fontset): Defsym it.
19092 (FONTSET_FALLBACK): New macro.
19093 (fontset_face): Try also the default fontset.
19094 (make_fontset): Realize a fallback fontset from the default fontset.
19095 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
19096 using split_font_name_into_vector and build_font_name_from_vector.
19097 (Fset_fontset_font): Access the elements of font_spec by enum
19098 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
19099 name by using split_font_name_into_vector.
19100 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
19101 generate a proper font name from the fontset name. Update
19102 Vfontset_alias_alist.
19103 (n_auto_fontsets): New variable.
19104 (new_fontset_from_font_name): New function.
19105 (Ffont_info): Store the information about fonts generated from the
19106 default fontset in the first extra slot of the returned char-table.
19107
19108 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
19109 (font_name_registry): Delete function.
19110 (split_font_name_into_vector): New function.
19111 (build_font_name_from_vector): New function.
19112 (font_list): The argument REGISTRY is now a list of registry names.
19113 (choose_face_font): If we are choosing an ASCII font, and ATTRS
19114 specifies an explicit font name, return the name as is. Make a
19115 list of registy names.
19116
19117 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
19118 of x_new_fontset.
19119 (Fx_create_frame): Don't call x_new_fontset here. Just use
19120 x_list_fonts to check the existence of fonts.
19121
19122 * xterm.h (x_new_fontset): Adjust prototype.
19123
19124 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
19125 string. Use new_fontset_from_font_name to create a fontset from a
19126 font name.
19127
191282008-02-01 Kenichi Handa <handa@m17n.org>
19129
19130 * syntax.c (Vfind_word_boundary_function_table): New name for
19131 Vnext_word_boundary_function_table.
19132 (find-word-boundary-function-table): New name for
19133 next-word-boundary-function-table.
19134
191352008-02-01 Dave Love <fx@gnu.org>
19136
19137 * Makefile.in: Fix some dependencies.
19138
19139 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
19140 set it to nil before returning.
19141
19142 * composite.c (update_compositions): Fix type error.
19143
19144 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
19145
191462008-02-01 Kenichi Handa <handa@m17n.org>
19147
19148 * xterm.c (x_new_font): Optimize for the case that the font is
19149 already set for the frame.
19150
191512008-02-01 Kenichi Handa <handa@m17n.org>
19152
19153 * chartab.c (char_table_ascii): Check if the char table contents
19154 is sub-char-table or not.
19155 (char_table_set, char_table_set_range): Fix argument to
19156 char_table_ascii.
19157
19158 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
19159 (detect_coding_utf_8, detect_coding_utf_16)
19160 (detect_coding_emacs_mule, detect_coding_iso_2022)
19161 (detect_coding_sjis, detect_coding_big5)
19162 (detect_coding_ccl, detect_coding_charset): Change argument MASK
19163 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
19164 sequence is valid in this coding system. Change callers.
19165 (MAX_ANNOTATION_LENGTH): New macro.
19166 (ADD_ANNOTATION_DATA): New macro.
19167 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
19168 ADD_ANNOTATION_DATA. Change the format of annotation data.
19169 (ADD_CHARSET_DATA): New macro.
19170 (emacs_mule_char): New argument ID. Change callers.
19171 (decode_coding_emacs_mule, decode_coding_iso_2022)
19172 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
19173 Produce charset annotation data in coding->charbuf.
19174 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
19175 to charset annotation data in coding->charbuf.
19176 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
19177 coding->common_flags if the coding system is iso-2022 based and
19178 uses designation.
19179 (produce_composition): Adjust for the new annotation data format.
19180 (produce_charset): New function.
19181 (produce_annotation): Handle charset annotation.
19182 (handle_composition_annotation, handle_charset_annotation): New
19183 functions.
19184 (consume_chars): Handle charset annotation. Utilize the above two
19185 functions.
19186 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
19187 buffer, get the deleted text as a string and set
19188 coding->src_object to that string.
19189 (detect_coding, detect_coding_system): Use the new struct
19190 coding_detection_info.
19191
19192 * coding.h (struct coding_detection_info): New structure.
19193 (struct coding_system): Adjust prototype of the member `detector'.
19194 (CODING_ANNOTATE_CHARSET_MASK): New macro.
19195
191962008-02-01 Kenichi Handa <handa@m17n.org>
19197
19198 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
19199
192002008-02-01 Dave Love <fx@gnu.org>
19201
19202 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
19203 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
19204 to new local and nullify apropos_accumulate before returning.
19205 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
19206
192072008-02-01 Kenichi Handa <handa@m17n.org>
19208
19209 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
19210 correctly.
e3eea1fc 19211
aac0c6e3
MR
192122008-02-01 Dave Love <fx@gnu.org>
19213
19214 * fns.c (Flanginfo): Call synchronize_system_time_locale.
19215
192162008-02-01 Kenichi Handa <handa@m17n.org>
19217
19218 The following changes are to make character composition happen
19219 automatically on displaying.
19220
19221 * Makefile.in (lisp, shortlisp): Add composite.elc.
19222
19223 * composite.h (Qauto_composed, Vauto_composition_function)
19224 (Qauto_composition_function): Extern them.
19225
19226 * composite.c (Vcomposition_function_table)
19227 (Qcomposition_function_table): Delete variables.
19228 (Qauto_composed, Vauto_composition_function)
19229 (Qauto_composition_function): New variables.
19230 (run_composition_function): Don't call
19231 compose-chars-after-function.
19232 (update_compositions): Clear `auto-composed' text property.
19233 (compose_chars_in_text): Delete this function.
19234 (syms_of_composite): Staticpro Qauto_composed and
19235 Qauto_composition_function. Declare Vauto_composition_function as
19236 a Lisp variable.
19237
19238 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
19239
19240 * xdisp.c (it_props): Add an entry for Qauto_composed.
19241 (handle_auto_composed_prop): New function.
19242
19243 * xselect.c (selection_data_to_lisp_data): Don't call
19244 compose_chars_in_text.
19245
192462008-02-01 Dave Love <fx@gnu.org>
19247
19248 * keyboard.c (read_char): Modify checking around use of
19249 Vkeyboard_translate_table.
19250
19251 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
19252 and fix C types.
19253
192542008-02-01 Kenichi Handa <handa@m17n.org>
19255
19256 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
19257 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
19258 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
19259 the case that the last byte is '\r' correctly.
19260 (decode_coding): Flush out the unprocessed data correctly.
19261 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
19262
192632008-02-01 Dave Love <fx@gnu.org>
19264
19265 * xterm.c (XTread_socket): Fix changes for defined keysyms.
19266 Add XK_ISO... case.
19267 (xaw_scroll_callback): Revert last change.
19268
192692008-02-01 Kenichi Handa <handa@m17n.org>
19270
19271 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
19272
192732008-02-01 Kenichi Handa <handa@m17n.org>
19274
19275 * xfaces.c (Vface_resizing_fonts): New variable.
19276 (struct font_name): New member `resizing_ratio'.
19277 (font_resizing_ratio): New function.
19278 (split_font_name): Set font->resizing_ratio.
19279 (better_font_p): Pay attention to font->resizing_ratio.
19280 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
19281 RESX, and RESY fields.
19282 (try_alternative_families): Try scalable fonts if
19283 Vscalable_fonts_allowed is not Qt.
19284 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
19285
192862008-02-01 Dave Love <fx@gnu.org>
19287
19288 * xterm.c (xaw_scroll_callback): Cast correctly.
19289
192902008-02-01 Dave Love <fx@gnu.org>
19291
19292 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
19293 (lispy_kana_keys): Comment out.
19294 (make_lispy_event) [XK_kana_A]: Comment out.
19295
19296 * xterm.c (xaw_scroll_callback): Cast call_data.
19297 (XTread_socket): Deal with ASCII keysyms.
19298 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
19299
193002008-02-01 Dave Love <fx@gnu.org>
19301
19302 * xterm.c (Vx_keysym_table): New.
19303 (syms_of_xterm): Initialize it.
19304 (XTread_socket): Use it.
19305 From head: Eliminate incorrect optimization that tried to avoid
19306 decoding the output of X*LookupString.
19307 (x_get_font_repertory): Delete charset declaration.
19308
193092008-02-01 Kenichi Handa <handa@m17n.org>
19310
19311 * coding.c (detect_coding_charset): If only ASCII bytes are found,
19312 return 0.
19313 (Fdefine_coding_system_internal): Setup
19314 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
19315
193162008-02-01 Dave Love <fx@gnu.org>
19317
19318 * coding.c (Fcheck_coding_system): Doc fix.
19319
19320 * editfns.c (Finsert_byte): Return a proper value.
19321
193222008-02-01 Kenichi Handa <handa@m17n.org>
19323
19324 * coding.c (decode_coding): Fix args to translate_chars. Pay
19325 attention to Vstandard_translation_table_for_decode.
19326 (encode_coding): Fix args to translate_chars. Pay attention to
19327 Vstandard_translation_table_for_encode.
19328
19329 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
19330 SINGLE_BYTE_CHAR_P.
19331
19332 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
19333 not by SINGLE_BYTE_CHAR_P.
19334
19335 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
19336 SINGLE_BYTE_CHAR_P.
19337
19338 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
19339 SINGLE_BYTE_CHAR_P.
19340
19341 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
19342 by SINGLE_BYTE_CHAR_P.
19343
19344 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
19345 SINGLE_BYTE_CHAR_P.
19346
193472008-02-01 Dave Love <fx@gnu.org>
19348
19349 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
19350
193512008-02-01 Dave Love <fx@gnu.org>
19352
19353 * fns.c (Flanginfo): Fix typo.
19354
19355 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
19356
193572008-02-01 Kenichi Handa <handa@m17n.org>
19358
19359 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
19360 (detect_coding_emacs_mule, detect_coding_iso_2022)
19361 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
19362 incomplete byte sequence. Don't update *mask when correctly detected.
19363 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
19364 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
19365 (detect_coding, detect_coding_system): Adjust for the changes above.
19366
193672008-02-01 Kenichi Handa <handa@m17n.org>
19368
19369 * character.c (char_string): Rename from
19370 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
19371 (string_char): Rename from string_char.
19372
19373 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
19374 if C is greater than MAX_3_BYTE_CHAR.
19375 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
19376 string_char instead of string_char_with_unification.
19377
193782008-02-01 Dave Love <fx@gnu.org>
19379
19380 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
19381
193822008-02-01 Kenichi Handa <handa@m17n.org>
19383
19384 * keymap.c (push_key_description): Pay attention to force_multibyte.
19385
19386 * regex.c (re_search_2): Fix for the case of unibyte buffer.
19387
193882008-02-01 Dave Love <fx@gnu.org>
19389
19390 * charset.c (define_charset_internal): Rename `supprementary'.
19391
19392 * Makefile.in (lisp, shortlisp): Remove latin-N.
19393
193942008-02-01 Dave Love <fx@gnu.org>
19395
19396 * xfns.c (x_window, x_window): Use use_xim.
19397
19398 * xterm.c (use_xim): Initialize.
19399 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
19400 (x_term_init): Maybe set use_xim.
19401
19402 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
19403
194042008-02-01 Kenichi Handa <handa@m17n.org>
19405
19406 * search.c (search_buffer): Fix case-fold-search of multibyte
19407 characters.
19408 (boyer_moore): Rename the last argument to char_high_bits.
19409
194102008-02-01 Kenichi Handa <handa@m17n.org>
19411
19412 * xdisp.c (display_string): Fix for the case of zero width glyph.
19413
19414 * xfns.c (x_set_font): Change the error message of the case that
19415 x_new_fontset returns Qt.
19416
19417 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
19418 (Finternal_set_lisp_face_attribute): Use signal_error for the
19419 error of invalid fontset.
19420
19421 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
19422 fontset, return Qt.
19423
194242008-02-01 Dave Love <fx@gnu.org>
19425
19426 * unexelf.c (unexec): Make .got handling not SGI-specific.
19427
19428 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
19429
19430 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
19431
19432 * keyboard.c (read_key_sequence): Fix type error.
19433
19434 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
19435 type error.
19436
19437 * fontset.c (fontset_add): Return Lisp_Object.
19438
194392008-02-01 Dave Love <fx@gnu.org>
19440
19441 * charset.h (charset_ordered_list_tick): Declare extern.
19442
194432008-02-01 Kenichi Handa <handa@m17n.org>
19444
19445 The following changes (and some of 2008-02-01 changes of mine) are
19446 for handling syntax, category, and case conversion for unibyte
19447 characters by converting them to multibyte on the fly. With these
19448 changes, we don't have to setup syntax and case tables for unibyte
19449 characters in each language environment.
19450
19451 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
19452 multibyte if necessary.
19453
19454 * bytecode.c (Fbyte_code): Likewise.
19455
19456 * character.h (LEADING_CODE_LATIN_1_MIN)
19457 (LEADING_CODE_LATIN_1_MAX): New macros.
19458 (unibyte_to_multibyte_table): Extern it.
19459 (unibyte_char_to_multibyte): New macro.
19460 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
19461 (CHAR_LEADING_CODE): New macro.
19462 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
19463
19464 * character.c (unibyte_to_multibyte_table): New variable.
19465 (unibyte_char_to_multibyte): Move to character.h and define as macro.
19466 (multibyte_char_to_unibyte): If C is an eight-bit character,
19467 convert it to the corresponding byte value.
19468
19469 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
19470 not 1, signals an error. Update the elements of
19471 unibyte_to_multibyte_table.
19472 (init_charset_once): Initialize unibyte_to_multibyte_table.
19473 (syms_of_charset): Define the charset `iso-8859-1'.
19474
19475 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
19476 as is without converting it to unibyte. In a unibyte buffer,
19477 convert C to multibyte before checking the syntax.
19478
19479 * lisp.h (unibyte_char_to_multibyte): Delete extern.
19480
19481 * minibuf.c (Fminibuffer_complete_word): Use the macro
19482 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
19483
19484 * regex.h (struct re_pattern_buffer): New member target_multibyte.
19485
19486 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
19487 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
19488 that is zero, convert an eight-bit char to multibyte.
19489 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
19490 non-emacs case.
19491 (PATFETCH): Convert an eight-bit char to multibyte.
19492 (HANDLE_UNIBYTE_RANGE): New macro.
19493 (regex_compile): Setup the compiled pattern for multibyte chars
19494 even if the given regex string is unibyte. Use PATFETCH_RAW
19495 instead of PATFETCH in many places. To handle `charset'
19496 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
19497 only for ASCII chars.
19498 (analyse_first) <exactn>: Simplify because the compiled pattern
19499 is multibyte.
19500 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
19501 <charset>: Use CHAR_LEADING_CODE to get leading codes.
19502 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
19503 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
19504 multibyte always 1.
19505 (re_search_2): In emacs, set the locale variable multibyte to 1,
19506 otherwise to 0. New local variable target_multibyte. Check it
19507 to decide the multibyteness of STR1 and STR2. If
19508 target_multibyte is zero, convert unibyte chars to multibyte
19509 before translating and checking fastmap.
19510 (TARGET_CHAR_AND_LENGTH): New macro.
19511 (re_match_2_internal): In emacs, set the locale variable multibyte
19512 to 1, otherwise to 0. New local variable target_multibyte. Check
19513 it to decide the multibyteness of STR1 and STR2. Use
19514 TARGET_CHAR_AND_LENGTH to fetch a character from D.
19515 <charset, charset_not>: If multibyte is nonzero, check fastmap
19516 only for ASCII chars. Call bcmp_translate with
19517 target_multibyte, not with multibyte.
19518 <begline>: Declare the local variable C as `unsigned'.
19519 (bcmp_translate): Change the last arg name to target_multibyte.
19520
19521 * search.c (compile_pattern_1): Don't adjust the multibyteness of
19522 the regexp pattern and the matching target. Set cp->buf.multibyte
19523 to the multibyteness of the regexp pattern. Set
19524 cp->but.target_multibyte to the multibyteness of the matching target.
19525 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
19526 FETCH_STRING_CHAR_ADVANCE.
19527 (Freplace_match): Convert unibyte chars to multibyte.
19528
19529 * syntax.c (char_quoted, back_comment, scan_words)
19530 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
19531 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
19532 unibyte chars to multibyte.
19533 (skip_chars): Delete the arg syntaxp, and move the code for
19534 handling syntaxes to skip_syntaxes. Change callers.
19535 Fix the case that the multibyteness of STRING and the current
19536 buffer doesn't match.
19537 (skip_syntaxes): New function.
19538 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
19539 SINGLE_BYTE_CHAR_P.
19540
195412008-02-01 Kenichi Handa <handa@m17n.org>
19542
19543 * xfaces.c (QCfontset): New variable.
19544 (LFACE_FONTSET): New macro.
19545 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
19546 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
19547 (Finternal_set_lisp_face_attribute)
19548 (Finternal_get_lisp_face_attribute): Handle QCfontset.
19549 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
19550 check also LFACE_FONTSET_INDEX.
19551 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
19552 attrs[LFACE_FONT_INDEX].
19553 (syms_of_xfaces): Intern and staticpro QCfontset.
19554
19555 * dispextern.h (enum lface_attribute_index): New member
19556 LFACE_FONTSET_INDEX.
19557
19558 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
19559
195602008-02-01 Kenichi Handa <handa@m17n.org>
19561
19562 * coding.c (coding_set_destination): Fix coding->destination for
19563 the case converting a region.
19564 (encode_coding_utf_8): Encode eight-bit chars as single byte.
19565 (encode_coding_object): Fix coding->dst_pos and
19566 coding->dst_pos_byte for the case converting a region.
19567
19568 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
19569
19570 * character.h (BYTE8_STRING): New macro.
19571
19572 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
19573
195742008-02-01 Kenichi Handa <handa@m17n.org>
19575
19576 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
19577 characters by octal form.
19578
19579 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
19580
19581 * buffer.h (_fetch_multibyte_char_len): Delete extern.
19582 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
19583 _fetch_multibyte_char_len.
19584 (FETCH_CHAR_AS_MULTIBYTE): New macro.
19585
19586 * casetab.c (set_canon, set_identity, shuffle): Simplify.
19587
19588 * casefiddle.c (casify_object): Simplify. Handle the case that
19589 the case conversion change the byte length.
19590 (casify_region): Likewise.
19591
19592 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
19593
19594 * character.c (_fetch_multibyte_char_len): Delete this variable.
19595 (syms_of_character): Setup Vprintable_chars.
19596
19597 * editfns.c (Fchar_equal): Fix for the unibyte case.
19598 (Finsert_byte): New function.
19599 (syms_of_editfns): Defsubr it.
19600
19601 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
19602 of direct code 0x3ffff.
19603
19604 * search.c (Freplace_match): Fix for the unibyte case.
19605
196062008-02-01 Kenichi Handa <handa@m17n.org>
19607
19608 * lread.c (safe_to_load_p): Fix the logic.
19609
19610 * syntax.c (scan_words): Don't treat characters belonging to
19611 different scripts as constituting a word.
19612
19613 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19614
19615 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
19616
19617 * emacs.c (main): In the case of --unibyte, instead of aborting on
19618 finding non-empty buffer, make it unibyte.
19619
196202008-02-01 Kenichi Handa <handa@m17n.org>
19621
19622 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
19623 to create a fontset.
19624
196252008-02-01 Dave Love <fx@gnu.org>
19626
19627 * character.c (Funibyte_char_to_multibyte): Doc fix.
19628
19629 * xfns.c [HAVE_STDLIB_H]: Fix last change.
19630
196312008-02-01 Kenichi Handa <handa@m17n.org>
19632
19633 * fontset.c (fontset_add): Make the type `int'.
19634 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
19635
19636 * character.c (unibyte_char_to_multibyte)
19637 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
19638 charset_unibyte, not charset_primary.
19639
19640 * charset.h (charset_unibyte): Extern it instead of charset_primary.
19641
19642 * charset.c (charset_unibyte): Rename from charset_primary.
19643 (Funibyte_charset): Rename from Fprimary_charset.
19644 (Fset_unibyte_charset): Rename from Fset_primary_charset.
19645 (syms_of_charset): Adjust for the above changes.
19646
19647 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19648 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19649 it->multibyte_p is zero.
19650
19651 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
19652 Delete extern.
19653
196542008-02-01 Kenichi Handa <handa@m17n.org>
19655
19656 * coding.c (Fdefine_coding_system_internal): Fix category setting
19657 for a coding system of type iso-2022.
19658
196592008-02-01 Kenichi Handa <handa@m17n.org>
19660
19661 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
19662
196632008-02-01 Kenichi Handa <handa@m17n.org>
19664
19665 * syntax.c (Vnext_word_boundary_function_table): New variable.
19666 (next-word-boundary-function-table): Declare it as a Lisp variable
19667 in syms_of_syntax.
19668 (scan_words): Call functions in Vnext_word_boundary_function_table
19669 if any.
19670
19671 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
19672
19673 * fontset.c (fs_load_font): If fontp->charset is not negative,
19674 return fontp without setting its members.
19675
196762008-02-01 Dave Love <fx@gnu.org>
19677
19678 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
19679
19680 * m/sparc.h (HAVE_ALLOCA): Delete.
19681
19682 * s/irix6-5.h: Don't include strings.h.
19683 (bcopy, bzero, bcmp): Don't undef.
19684
19685 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
19686
19687 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
19688 (TIOCSIGSEND): Don't test IRIX6.
19689 (bcopy, bzero, bcmp): Define conditionally.
19690
196912008-02-01 Kenichi Handa <handa@m17n.org>
19692
19693 * buffer.c (Qas, Qmake, Qto): New variables.
19694 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
19695 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
19696
19697 * callproc.c (Fcall_process): Don't call insert_1_both directly if
19698 we are inserting a process output into a multibyte buffer.
19699
19700 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
19701 multibyte_char_to_unibyte.
19702
19703 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
19704 by the primary charset, make it eight-bit char.
19705 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
19706
19707 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
19708 (charset_8_bit__control, charset_8_bit_graphic)
19709 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
19710 (define_charset_internal): New function.
19711 (syms_of_charset): Call define_charset_internal for pre-defined
19712 charsets.
19713
19714 * charset.h (charset_8_bit): Extern it.
19715
19716 * coding.c (make_conversion_work_buffer): Adjust for the change
19717 of Fset_buffer_multibyte.
19718 (encode_coding_raw_text): Increment p0 in the loop.
19719
19720 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
19721
19722 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
19723 for the change of Fset_buffer_multibyte.
19724
19725 * fns.c (Fstring_to_multibyte): New function.
19726 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
19727
197282008-02-01 Dave Love <fx@gnu.org>
19729
19730 * xfns.c (x_put_x_image): Declare args.
19731
19732 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
19733 (try_font_list): Declare an arg.
19734
19735 * xdisp.c (message2_nolog, set_message): Declare an arg.
19736
19737 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
19738
19739 * syntax.c (scan_sexps_forward): Declare an arg.
19740
19741 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
19742 Declare an arg.
19743
19744 * lisp.h (Fnew_fontset): Declare.
19745
19746 * keymap.c (push_key_description): Call CHARACTERP correctly.
19747
19748 * fontset.c (fontset_add): Declare args. Call make_number correctly.
19749 (face_for_char): Delete unused vars.
19750 (Fset_fontset_font): Doc fix. Delete unused vars.
19751
19752 * doc.c (Fsubstitute_command_keys): Delete unused vars.
19753
19754 * composite.c (update_compositions): Declare arg.
19755
19756 * cm.c (calccost, cmgoto): Declare args.
19757
19758 * charset.c: Remove `emacs' conditional. Doc fixes.
19759 (map_char_table_for_charset): Declare.
19760
19761 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
19762
19763 * ccl.c: Remove `emacs' conditional.
19764
197652008-02-01 Kenichi Handa <handa@m17n.org>
19766
19767 The following changes are to allow specifying multiple font
19768 patterns for a character range (specified by script or charset).
19769
19770 * Makefile.in (abbrev.o): Depend on syntax.h.
19771 (xfaces.o): Depend on charset.h.
19772
19773 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
19774 SINGLE_BYTE_CHAR_P.
19775
19776 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
19777
19778 * character.h (Vchar_script_table): Extern it.
19779
19780 * character.c (Vscript_alist): Delete.
19781 (Vchar_script_table, Qchar_script_table): New variable.
19782 (syms_of_character): Declare Vchar_script_table as a lisp variable
19783 and initialize it.
19784
19785 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
19786 have property char-table-extra-slots, make no extra slot.
19787
19788 * dispextern.h (struct face): Delete member `charset'.
19789 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
19790 SINGLE_BYTE_CHAR_P.
19791 (choose_face_font, lookup_non_ascii_face, font_name_registry):
19792 Add prototypes.
19793 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
19794 (generate_ascii_font_name): Rename from generate_ascii_font.
19795
19796 * fontset.h (get_font_repertory_func): New prototype.
19797 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
19798 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
19799
19800 * fontset.c (Qprepend, Qappend): New variables.
19801 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
19802 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
19803 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
19804 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
19805 (fontset_ref_and_range, fontset_add, reorder_font_vector)
19806 (load_font_get_repertory): New functions.
19807 (fontset_set): Delete.
19808 (fontset_face): New arg FACE. Return face ID, not face.
19809 Complete re-write to handle new fontset structure. Change caller.
19810 (free_face_fontset): Use ASET istead of AREF (X) = Y.
19811 (face_for_char): Don't call lookup_face.
19812 (make_fontset_for_ascii_face): New arg FACE.
19813 (fs_load_font): New arg CHARSET_ID. Don't check
19814 Vfont_encoding_alist here.
19815 (find_font_encoding): New function.
19816 (list_fontsets): Use STRINGP, not ! NILP.
19817 (accumulate_script_ranges): New function.
19818 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
19819 re-written to handle new fontset structure.
19820 (Ffontset_font): Return a copy of element.
19821 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
19822 docstring of font-encoding-alist.
19823
19824 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
19825 (Fset_fotset_font): Fix arguments to 5.
19826
19827 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
19828
19829 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
19830 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19831 (highlight_trailing_whitespace): Adjust for the change of
19832 lookup_named_face.
19833
19834 * xfaces.c: Include charset.h.
19835 (load_face_font): Delete argument C. Change caller.
19836 (generate_ascii_font_name): Rename from generate_ascii_font.
19837 (font_name_registry): New function.
19838 (cache_face): Store ascii faces before non-ascii faces in buckets.
19839 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
19840 Lookup only ascii faces.
19841 (lookup_non_ascii_face): New function.
19842 (lookup_named_face): Delete argument C. Change caller.
19843 (lookup_derived_face): Delete argument C. Change caller.
19844 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
19845 a string, just call font_list with it.
19846 (choose_face_font): Delete arguments FACE and C. New arg
19847 FONT_SPEC. Change caller.
19848 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
19849 Change caller.
19850 (realize_non_ascii_face): New function.
19851 (realize_x_face): Call load_face_font here.
19852 (realize_tty_face): Delete argument C. Change caller.
19853 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
19854 get a face ID.
19855 (dump_realized_face): Don't print charset of FACE.
19856
19857 * xfns.c (x_set_font): Always call x_new_fontset and
19858 store_frame_parameter.
19859 (Fx_create_frame): Call x_new_fontset, not x_new_font.
19860 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
19861
19862 * xterm.h (x_get_font_repertory): Extern it.
19863
19864 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19865 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19866 it->multibyte_p is zero.
19867 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19868 (x_new_fontset): If FONTSETNAME doesn't match any existing
19869 fontsets, create a new one.
19870 (x_get_font_repertory): New function.
19871
198722008-02-01 Kenichi Handa <handa@m17n.org>
19873
19874 * coding.c (Ffind_coding_systems_region_internal): Detect an
19875 ASCII only string correctly.
19876
19877 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
19878 version is 0.
19879
198802008-02-01 Kenichi Handa <handa@m17n.org>
19881
19882 * lread.c: Include "coding.h".
19883 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
19884 (load_each_byte, unread_char): New variables.
19885 (readchar_backlog): Delete.
19886 (readchar): Return a character unless load_each_byte is nonzero.
19887 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
19888 cons. If unread_char is not -1, simply return it.
19889 (unreadchar): Handle the case that readcharfun is
19890 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
19891 (read_multibyte): Delete.
19892 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
19893 (read_emacs_mule_char): New functions.
19894 (Fload): Even if the file doesn't have the extension ".elc", if
19895 safe_to_load_p returns a positive version number, assume that the
19896 file contains bytecompiled code. If the version is less than 22,
19897 load the file while decoding multibyte sequences by emacs-mule.
19898 (readevalloop): Don't use readchar_backlog.
19899 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
19900 (Fread_from_string): Pay attention to the case that STREAM is a cons.
19901 (read_escape): Delete the arg BYTEREP.
19902 (read1): Set load_each_byte to 1 temporarily while handling
19903 #@NUMBER. Don't call read_multibyte.
19904 (read_vector): Call Fread with a cons. If readcharfun is
19905 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
19906 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
19907 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
19908 and Qload_force_doc_strings.
19909
199102008-02-01 Kenichi Handa <handa@m17n.org>
19911
19912 * xdisp.c (face_before_or_after_it_pos): Call
19913 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
19914
199152008-02-01 Kenichi Handa <handa@m17n.org>
19916
19917 * character.h (TRAILING_CODE_P): New macro.
19918 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
19919 (string_char_with_unification): Fix prototype.
19920 (Vscript_alist): Extern it.
19921
19922 * character.c (Vscript_alist): New variable.
19923 (string_char_with_unification, str_as_unibyte)
19924 (string_escape_byte8): Add `const' to local variables.
19925 (syms_of_character): Declare script-alist as a Lisp variable.
19926
19927 * charset.h (Vcharset_ordered_list): Extern it.
19928 (charset_ordered_list_tick): Extern it.
19929 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
19930 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
19931 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
19932 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
19933 (Funify_charset): Adjust for the change of Funify_charset.
19934
19935 * charset.c (charset_ordered_list_tick): New variable.
19936 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
19937 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
19938 deunify intead of unify a charset.
19939 (string_xstring_p): Add `const' to local variables.
19940 (find_charsets_in_text): Add `const' to arguments and local variables.
19941 (encode_char): Adjust for the change of Funify_charset. Fix
19942 detecting of invalid code.
19943 (Fset_charset_priority): Increment charset_ordered_list_tick.
19944 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
19945 and TO_CODE.
19946
19947 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
19948 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
19949 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
19950 (decode_coding_ccl, consume_chars)
19951 (Ffind_coding_systems_region_internal)
19952 (Fcheck_coding_systems_region): Add `const' to local variables.
19953
19954 * print.c (print_object): Use octal form for printing the
19955 contents of a bool vector.
19956
199572008-02-01 Dave Love <fx@gnu.org>
19958
19959 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
19960 <version == 20>: Refuse to load.
19961
199622008-02-01 Dave Love <fx@gnu.org>
19963
19964 * fns.c: Move coding.h.
19965 (Qcodeset, Qdays, Qmonths): New.
19966 (concat): Use CHARACTERP instead of INTEGERP.
19967 (Flocale_codeset): Delete.
19968 (Flanginfo): New function.
19969 (syms_of_fns): Change accordingly.
19970
19971 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
19972
199732008-02-01 Dave Love <fx@gnu.org>
19974
19975 * casetab.c (init_casetab_once, init_casetab_once): Fix
19976 CHAR_TABLE_SET call.
19977
19978 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
19979
19980 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
19981
19982 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
19983 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
19984 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
19985
19986 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
19987
19988 * coding.c (ENCODE_DESIGNATION, decode_eol)
19989 (make_conversion_work_buffer, code_conversion_restore)
19990 (Fdefine_coding_system_internal): Convert Lisp types.
19991 (code_conversion_restore): Use EQ, not ==.
19992 (Fencode_coding_string): Fix code_convert_string call.
19993
19994 * coding.h (code_convert_region): Fix prototype.
19995
19996 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
19997
19998 * fontset.c (fontset_ref, fontset_set, fs_load_font)
19999 (Ffontset_info): Convert Lisp types.
20000
20001 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
20002
20003 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
20004
20005 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
20006
20007 * chartab.c: Include "...h", not <...h> in some cases.
20008
20009 * callproc.c (Fcall_process): Remove unused variables.
20010
200112008-02-01 Dave Love <fx@gnu.org>
20012
20013 * coding.c (Fset_coding_system_priority): Allow null arg list.
20014
200152008-02-01 Dave Love <fx@gnu.org>
20016
20017 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
20018 (Fself_insert_and_exit): Use CHARACTERP.
20019
20020 * callproc.c (Fcall_process): Remove unused vars.
20021
20022 * xterm.c (XTread_socket): Add extra dead keysyms.
20023
20024 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
20025
20026 * dispextern.h: Remove prototypes for redraw_frame,
20027 redraw_garbaged_frames.
20028
20029 * cmds.c (Fself_insert_command): Use CHARACTERP.
20030
20031 * chartab.c (make_sub_char_table): Remove unused var.
20032 (Fset_char_table_default, Fmap_char_table): Doc fix.
20033
20034 * keymap.c (access_keymap): Remove generic char code.
20035 (push_key_description): Use CHARACTERP.
20036
200372008-02-01 Dave Love <fx@gnu.org>
20038
20039 * charset.c: Doc fixes.
20040 (Funify_charset): Extra checking.
20041
200422008-02-01 Dave Love <fx@gnu.org>
20043
20044 * lread.c: Remove some unused variables.
20045 (safe_to_load_p): If safe, return the magic number version byte.
20046 (Fload): Maybe use load-with-code-conversion.
20047
200482008-02-01 Kenichi Handa <handa@m17n.org>
20049
20050 * category.c (Fmodify_category_entry): Don't modify the contents
20051 of category_set for characters out of the range. Avoid
20052 unnecessary modification.
20053
20054 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
20055 Vchar_unify_table. The default value of the table is now nil.
20056
20057 * character.c (syms_of_character): Setup Vchar_width_table for
20058 eight-bit-control and raw-byte chars.
20059
20060 * charset.h (enum define_charset_arg_index): Delete
20061 charset_arg_parents and add charset_arg_subset and
20062 charset_arg_superset.
20063 (enum charset_attr_index): Delete charset_parents and add
20064 charset_subset and charset_superset.
20065 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
20066 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
20067 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
20068 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
20069 (CHARSET_SUPERSET): New macros.
20070 (charset_work): Extern it.
20071 (ENCODE_CHAR): Use charset_work.
20072 (CHAR_CHARSET_P): Adjust for the change of encoder format.
20073 (map_charset_chars): Extern it.
20074
20075 * charset.c (load_charset_map): Set the default value of encoder
20076 and deunifier char-tables to nil.
20077 (map_charset_chars): Change argument. Change callers. Use
20078 map_char_table_for_charset instead of map_char_table.
20079 (Fmap_charset_chars): New optional args from_code and to_code.
20080 (Fdefine_charset_internal): Adjust for the change of
20081 `define-charset' (:parents -> :subset or :superset).
20082 (charset_work): New variable.
20083 (encode_char, syms_of_charset): Adjust for the change of
20084 Fdefine_charset_internal.
20085 (Ffind_charset_string): Setup the vector `charsets' correctly.
20086
20087 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
20088 the previous change.
20089 (char_table_ref_and_range): Adjust for the above change.
20090 (map_sub_char_table_for_charset): New function.
20091 (map_char_table_for_charset): New function.
20092
20093 * keymap.c (describe_vector): Handle a char-table directly here.
20094 (describe_char_table): Delete.
20095
20096 * lisp.h (map_charset_chars): Delete.
20097
200982008-02-01 Dave Love <fx@gnu.org>
20099
20100 * fns.c (count_combining): Comment out (unused).
20101 (Flocale_codeset): New.
20102 (syms_of_fns): Defsubr it.
20103
20104 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
20105 (size_t): Remove.
20106
201072008-02-01 Dave Love <fx@gnu.org>
20108
20109 * Makefile.in (chartab.o): Depend on charset.h.
20110
201112008-02-01 Kenichi Handa <handa@m17n.org>
20112
20113 * character.c (syms_of_character): Set the default value of
20114 Vprintable_chars to Qnil.
20115
201162008-02-01 Dave Love <fx@gnu.org>
20117
20118 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
20119
201202008-02-01 Kenichi Handa <handa@m17n.org>
20121
20122 * charset.c (load_charset_map): Handle the case that from < to
20123 correctly.
20124
20125 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
20126 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
20127 Pay attention to raw-8-bit chars.
20128
201292008-02-01 Kenichi Handa <handa@m17n.org>
20130
20131 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
20132 It is not bytecompiled now.
20133
20134 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
20135 (charset_jisx0208): New variables.
20136 (Fdefine_charset_internal): Setup them if appropriate.
20137 (init_charset_once): Initialize them to -1.
20138
20139 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
20140 (charset_jisx0208): Extern them.
20141
20142 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
20143 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
20144 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
20145 (setup_iso_safe_charsets): Fix arguments to Fassq.
20146 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
20147 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
20148 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
20149 (encode_coding_iso_2022): Change the 1st arg to
20150 ENCODE_ISO_CHARACTER to a variable.
20151
201522008-02-01 Kenichi Handa <handa@m17n.org>
20153
20154 * charset.h (enum define_charset_arg_index): New enums
20155 charset_arg_min_code and charset_arg_max_code.
20156 (struct charset): New member char_index_offset.
20157
20158 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
20159 Take charset->char_index_offset into account.
20160 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
20161 args[charset_arg_max_code]. Setup charset.char_index_offset.
20162 (syms_of_charset): Fix args to Fdefine_charset_internal.
20163
201642008-02-01 Dave Love <fx@gnu.org>
20165
20166 * coding.c (decode_coding_utf_8): Reject overlong sequences.
20167
201682008-02-01 Dave Love <fx@gnu.org>
20169
20170 * coding.c: Doc fixes.
20171 (Fcoding_system_aliases): Fix return value.
20172 (Qmac): Remove (duplicated) definition.
20173
201742008-02-01 Dave Love <fx@gnu.org>
20175
362654a6
JB
20176 * charset.c (Fcharset_priority_list, Fset_charset_priority):
20177 New functions.
aac0c6e3
MR
20178
20179 * character.c (Fstring): Doc fix.
20180
20181 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
20182
362654a6 20183 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
20184 (font-encoding-alist): Doc fix.
20185
201862008-02-01 Dave Love <fx@gnu.org>
20187
20188 * term.c (costs_set): Declare static, non-initialized for pcc.
20189 (encode_terminal_code): Remove unused var.
20190
20191 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
20192 for K&R.
20193
20194 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
20195
20196 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
20197 (suffixes): Move out of make_subsidiaries for K&R.
20198
20199 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
20200
20201 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
20202
202032008-02-01 Dave Love <fx@gnu.org>
20204
20205 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
20206
20207 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
20208
202092008-02-01 Yong Lu <lyongu@asia-infonet.com>
20210
20211 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
20212
20213 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
20214
202152008-02-01 Kenichi Handa <handa@m17n.org>
20216
20217 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
20218 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
20219
202202008-02-01 Kenichi Handa <handa@m17n.org>
20221
20222 * coding.c (decode_coding_charset): Adjust for the change of
20223 Fdefine_coding_system_internal.
20224 (Fdefine_coding_system_internal): For a coding system of
20225 `charset' type, store a list of charset IDs in
20226 `charset_attr_charset_valids' element of coding attributes.
20227
202282008-02-01 Kenichi Handa <handa@m17n.org>
20229
20230 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
20231 (emacs_mule_char): New arg src. Delete arg `composition'. Change
20232 caller. Handle 2-byte and 3-byte charsets correctly.
20233 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
20234 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
20235 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
20236 (DECODE_EMACS_MULE_21_COMPOSITION): Call
20237 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
20238 sequence.
20239 (decode_coding_emacs_mule): Handle composition correctly. Rewind
20240 `src' and `consumed_chars' correctly before calling emacs_mule_char.
20241 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
20242 and alt&rule composition.
20243 (decode_coding_iso_2022): Handle composition correctly.
20244 (init_coding_once): Setup emacs_mule_bytes for private charsets.
20245
20246 * charset.c (Fdefine_charset_internal): Fix bug for the case of
20247 re-defining a charset. If the charset has :emacs-mule-id, setup
20248 emacs_mule_bytes.
20249 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
20250
202512008-02-01 Kenichi Handa <handa@m17n.org>
20252
20253 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
20254 (encode_coding_big5, encode_coding_charset): If coding requires safe
20255 encoding, produce a character specified by
20256 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
20257
202582008-02-01 Dave Love <fx@gnu.org>
20259
20260 * xterm.c (XSetIMValues): Declare.
20261
20262 * process.c: Conditionally include sys/wait.h, pty.h.
20263
20264 * print.c (print_object): Fix print format for 64-bit systems.
20265
20266 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
20267
20268 * buffer.c (emacs_strerror): Declare.
20269
20270 * fontset.c (Fclear_face_cache): Declare.
20271 (accumulate_font_info): Comment-out (unused).
20272 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
20273 variables.
20274
20275 * character.h (string_escape_byte8): Declare.
20276
20277 * charset.c (load_charset_map, load_charset_map_from_file): Remove
20278 unused vars.
20279 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
20280 (Fmap_charset_chars): Doc fix.
20281
20282 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
20283 (Fset_coding_system_priority, Fset_coding_system_priority)
20284 (Fdefine_coding_system_internal): Doc fix.
20285
202862008-02-01 Dave Love <fx@gnu.org>
20287
20288 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
20289
202902008-02-01 Kenichi Handa <handa@m17n.org>
20291
20292 * character.c (string_escape_byte8): Make multibyte string with
20293 correct size.
20294
20295 * charset.c (Fmake_char): Delete unnecessary code.
20296
202972008-02-01 Kenichi Handa <handa@m17n.org>
20298
20299 * xfns.c (x_encode_text): Allocate coding.destination here, and
20300 call encode_coding_object with dst_object Qnil.
20301
20302 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
20303 multibyte form correctly.
20304
20305 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
20306 against Vfont_encoding_alist.
20307
20308 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
20309 handling of charset list.
20310 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
20311 (decode_coding_object): Move point to coding->dst_pos before
20312 calling post-read-conversion function.
20313 (encode_coding_object): Give correct arguments to
20314 pre-write-conversion. Ignore the return value of
20315 pre-write-conversion function. Pay attention to the case that
20316 pre-write-conversion changes the current buffer. If dst_object is
20317 Qt, even if coding->src_bytes is zero, allocate at least one byte
20318 to coding->destination.
20319
20320 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
20321
20322 * charset.c (Fmake_char): Make it more backward compatible.
20323 (Fmap_charset_chars): Fix docstring.
20324
203252008-02-01 Dave Love <fx@gnu.org>
20326
20327 * coding.c: Doc fixes.
20328 (Fdefine_coding_system_alias): Use names, not symbols, in
20329 coding-system-alist.
20330
203312008-02-01 Kenichi Handa <handa@m17n.org>
20332
20333 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
20334 of calling free_realized_face.
20335
203362008-02-01 Yong Lu <lyongu@asia-infonet.com>
20337
20338 * charset.c (read_hex): Don't treat SPC as a comment starter.
20339 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
20340 (Fdecode_char): Fix typo.
20341
203422008-02-01 Kenichi Handa <handa@m17n.org>
20343
20344 * charset.h (struct charset): New member `code_space_mask'.
20345
20346 * coding.c (coding_set_source): Delete the local variable beg_byte.
20347 (encode_coding_charset, Fdefine_coding_system_internal):
20348 Delete the local variable charset.
20349 (Fdefine_coding_system_internal): Setup
20350 attrs[coding_attr_charset_valids] correctly.
20351
20352 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
20353 member to check if CODE is valid or not.
20354 (Fdefine_charset_internal): Initialize `code_space_mask' member.
20355 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
20356 is within the range of charset->min_code and carset->max_code.
20357
203582008-02-01 Dave Love <fx@gnu.org>
20359
20360 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
20361
20362 * dispextern.h (generate_ascii_font): Fix return type.
20363
20364 * xfaces.c (generate_ascii_font): Fix arg declaration.
20365
20366 * coding.c (coding_inherit_eol_type)
20367 (Fset_terminal_coding_system_internal)
20368 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
20369
203702008-02-01 Kenichi Handa <handa@m17n.org>
20371
20372 * coding.c (decode_coding_charset, encode_coding_charset): Handle
20373 multiple charsets correctly.
20374
203752008-02-01 Kenichi Handa <handa@m17n.org>
20376
20377 * search.c (boyer_moore): Fix handling of multibyte character
20378 translation.
20379
20380 * xdisp.c (display_mode_element): When the variable `elt' is
20381 changed, update `this' and `lisp_string'.
20382
203832008-02-01 Kenichi Handa <handa@m17n.org>
20384
20385 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
20386
20387 * callproc.c (Fcall_process): Be sure to give the current buffer
20388 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
20389
20390 * charset.c (struct charset_map_entries): New struct.
20391 (load_charset_map): Rename from parse_charset_map. New args
20392 entries and n_entries. Change caller.
20393 (load_charset_map_from_file): Rename from load_charset_map.
20394 Change caller. New arg control_flag. Call load_charset_map at
20395 the tail.
20396 (load_charset_map_from_vector): New function.
20397 (Fdefine_charset_internal): Setup charset.compact_codes_p.
20398 (encode_char): If the charset is compact, change a character index
20399 to a code point.
20400
20401 * coding.c (coding_alloc_by_making_gap): Check the case that the
20402 source and destination are the same correctly.
20403 (decode_coding_raw_text): Set coding->consumed_char and
20404 coding->consumed to 0.
20405 (produce_chars): If coding->chars_at_source is nonzero, update
20406 coding->consumed_char and coding->consumed before calling
20407 alloc_destination.
20408 (Fdefine_coding_system_alias): Register ALIAS in
20409 Vcoding_system_alist.
20410 (syms_of_coding): Define `no-conversion' coding system at the tail.
20411
20412 * fileio.c (Finsert_file_contents): Set coding_system instead of
20413 val. If the current buffer is multibyte, always call
20414 decode_coding_gap.
20415
20416 * xfaces.c (try_font_list): Give higher priority to fontset's
20417 family than face's family.
20418
204192008-02-01 Kenichi Handa <handa@m17n.org>
20420
20421 * callproc.c (Fcall_process): Be sure to give the current buffer
20422 to decode_coding_c_string.
20423
20424 * xfaces.c (try_font_list): Give a family specified in a fontset
20425 higher priority than a family specified in a face.
20426
204272008-02-01 Kenichi Handa <handa@m17n.org>
20428
20429 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
20430 Fix arguments to insert_from_buffer.
20431
20432 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
20433
204342008-02-01 Kenichi Handa <handa@m17n.org>
20435
20436 * coding.c (produce_chars): Set the variable `multibytep' correctly.
20437 (decode_coding_gap): Set coding->dst_multibyte correctly.
20438
204392008-02-01 Kenichi Handa <handa@m17n.org>
20440
20441 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
20442 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
20443 (encode_coding_utf_16): Substitute coding->default_char for
20444 non-Unicode characters.
20445 (decode_coding): Don't call record_insert here.
20446 (setup_coding_system): Initialize `surrogate' of
20447 coding->spec.utf_16 to 0.
20448 (EMIT_ONE_BYTE): Fix for multibyte case.
20449
20450 * insdel.c (insert_from_gap): Call record_insert.
20451
204522008-02-01 Kenichi Handa <handa@m17n.org>
20453
20454 * casefiddle.c (casify_region): Fix multibyte case.
20455
20456 * character.c (c_string_width): Add return type `int'.
20457 (char_string_with_unification): Delete arg ADVANCED.
20458
20459 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
20460 (CHAR_STRING): Adjust for the change of char_string_with_unification.
20461 (CHAR_STRING_ADVANCE): Make it do-while statement.
20462
20463 * chartab.c (sub_char_table_set_range): Optimize for the case
20464 DEPTH == 3. Add workaround code for a GCC optimization bug.
20465
20466 * charset.c (parse_charset_map): Remove an unused variable.
20467
20468 * coding.c: Delete unused variables.
20469
20470 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
20471 earlier. If inserted is zero and the coding system doesn't
20472 require flushing, don't call decode_coding_gap.
20473
20474 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
20475
204762008-02-01 Kenichi Handa <handa@m17n.org>
20477
20478 The following changes are for using Unicode as an internal
20479 character model, and use UTF-8 format for buffer/string
20480 representation.
20481
20482 * .gdbinit (xchartable): Adjust for the change of char table structure.
20483 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
20484
20485 * Makefile.in (obj): Add character.o and chartab.o.
20486 (lisp, shortlisp): Remove utf-8.elc.
20487 (*.o): For many files, change dependency on charset.h to
20488 character.h, and add dependency on character.h.
20489 (character.o, chartab.o): New targets.
20490
20491 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
20492 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
20493 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
20494 of "charset.h".
20495
20496 * dired.c, filelock.c: Include "character.h".
20497
20498 * alloc.c: Include "character.h" instead of "charset.h".
20499 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
20500 (syms_of_alloc): Remove defsubr for Smake_char_table.
20501
20502 * buffer.c: Include "character.h" instead of "charset.h", don't
20503 include "coding.h".
20504 (Fset_buffer_multibyte): Adjust for UTF-8.
20505
20506 * buffer.h: EXFUN Fbuffer_live_p.
20507
20508 * callproc.c: Include "character.h" instead of "charset.h".
20509 (Fcall_process): Big change for the new code-conversion APIs.
20510
20511 * casetab.c: Include "character.h" instead of "charset.h".
20512 (set_canon, set_identity, shuffle): Adjust for the new
20513 map_char_table spec.
20514 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
20515 accessing the char table structure.
20516
20517 * chartab.c: New file that implements char table.
20518
20519 * category.c: Include "character.h".
20520 (copy_category_entry): New function.
20521 (copy_category_table): Call map_char_table and copy_category_entry.
20522 (Fmake_category_table): Initialize all top-level slots.
20523 (char_category_set): New function.
20524 (modify_lower_category_set): Delete.
20525 (Fmodify_category_entry): Call char_table_ref_and_range.
20526
20527 * category.h (CATEGORY_SET): Just call char_category_set.
20528
20529 * ccl.c: Include "character.h".
20530 (Qccl, Qcclp): New variables.
20531 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
20532 it's less than 256.
20533 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
20534 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
20535 and DST type.
20536 (ccl_driver): Change types of argument, adjust code accordingly.
20537 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
20538 ccl_driver.
20539 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
20540
20541 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
20542 New members src_multibyte, dst_multibyte, consumed, and produced.
20543 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
20544 (CODING_SPEC_CCL_PROGRAM): New macro.
20545 (ccl_driver): Update prototype.
20546 (Qccl, Qcclp, Fccl_program_p): Extern them.
20547 (CHECK_CCL_PROGRAM): New macro.
20548
20549 * character.c, character.h, chartab.c: New files.
20550
20551 * charset.c: Mostly re-written. Move character and multibyte sequence
20552 handling codes to character.c.
20553
20554 * charset.h: Mostly re-written. Move character and multibyte sequence
20555 handling codes to character.h.
20556
20557 * coding.c, coding.h: Mostly re-written.
20558
20559 * composite.c: Include "character.h" instead of "charset.h".
20560 (CHAR_WIDTH): Move to character.h.
20561 (HASH_KEY, HASH_VALUE): Delete.
20562
20563 * composite.h (enum composition_method): Change order of enumeration
20564 symbols.
20565
20566 * data.c: Include "character.h" instead of "charset.h".
20567 (Faref): Call CHAR_TABLE_REF for a char table.
20568 (Faset): Call CHAR_TABLE_SET for a char table.
20569
20570 * dispextern.h (free_realized_face, check_face_attribytes)
20571 (generate_ascii_font): Extern them.
20572 (free_realized_multibyte_face): Delete extern.
20573
20574 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
20575 table structure.
20576
20577 * editfns.c: Include "character.h" instead of "charset.h".
20578 (Fchar_to_string): Always call CHAR_STRING.
20579
20580 * emacs.c (main): Call init_charset_once, init_charset,
20581 syms_of_chartab, and syms_of_character.
20582
20583 * fileio.c: Include "character.h" instead of "charset.h".
20584 (Finsert_file_contents): Big change for the new code-conversion API.
20585 (choose_write_coding_system, Fwrite_region): Likewise.
20586 (build_annotations_2): Delete.
20587 (e_write): Big change for the new code-conversion API.
20588
20589 * fns.c: Include "character.h" instead of "charset.h".
20590 (copy_sub_char_table): Move to chartab.c.
20591 (Fcopy_sequence): Call copy_char_table for a char table.
20592 (concat): Delete codes calling count_multibyte.
20593 (string_char_to_byte, string_byte_to_char): Adjust for the new
20594 multibyte form.
20595 (internal_equal): Adjust for the change of char table structure.
20596 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
20597 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
20598 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
20599 (char_table_translate, optimize_sub_char_table)
20600 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
20601 chartab.c.
20602 (char_table_ref_and_index): Delete.
20603 (HASH_KEY, HASH_VALUE): Move to lisp.h.
20604 (Fmd5): Call preferred_coding_system instead of accessing
20605 Vcoding_category_list. Adjust for the new code-conversion API.
20606 (syms_of_fns): Move defsubr for char table related functions to
20607 chartab.c.
20608
20609 * fontset.c: Mostly re-written.
20610
20611 * fontset.h (struct font_info): Change type of the member encoding_type.
20612 (enum FONT_SPEC_INDEX): New enum.
20613 (fontset_font_pattern, fs_load_font): Update prototype.
20614 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
20615
20616 * indent.c: Include "character.h" instead of "charset.h".
20617 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
20618
20619 * insdel.c: Include "character.h" instead of "charset.h".
20620 (copy_text): Don't refer to Vnonascii_translation_table.
20621 (insert_from_gap): New function.
20622
20623 * keyboard.c: Include "character.h" instead of "charset.h".
20624 (command_loop_1): Never call direct_output_forward_char before
20625 a non-ASCII character.
20626 (read_char): If Vkeyboard_translate_table is a char table, always
20627 translate a character.
20628
20629 * keymap.c: Include "character.h".
20630 (store_in_keymap): Handle the case that IDX is a cons.
20631 (Fdefine_key): Handle the case that KEY is a cons and the car part
20632 is also a cons (range).
20633 (push_key_description): Adjust for the new character code.
20634 (describe_vector): Call describe_char_table for a char table.
20635 (describe_char_table): New function.
20636
20637 * keymap.h (describe_char_table): Extern it.
20638
20639 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
20640 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
20641 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
20642 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
20643 Delete.
20644 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
20645 structure.
20646 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
20647 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
20648 (CHARTAB_SIZE_BITS_3): New macros.
20649 (chartab_size): Extern it.
20650 (struct Lisp_Char_Table): Re-design.
20651 (struct Lisp_Sub_Char_Table): New structure.
20652 (HASH_KEY, HASH_VALUE): Move from fns.c.
20653 (CHARACTERBITS): Define as 22.
20654 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
20655 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
20656 (GC_SUB_CHAR_TABLE_P): New macro.
20657 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
20658 (code_convert_string_norecord): Deleted extern.
20659 (init_character_once, syms_of_character, init_charset)
20660 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
20661
20662 * lread.c: Include "character.h".
20663 (read_multibyte): New arg NBYTES.
20664 (read_escape): Change the meaning of returned *BYTEREP.
20665 (to_multibyte): Delete.
20666 (read1): Adjust the handling of char table and string.
20667
20668 * print.c: Include "character.h" instead of "charset.h".
20669 (print_string): Convert 8-bit raw bytes to octal form by
20670 string_escape_byte8.
20671 (print_object): Adjust for the new multibyte form. Print 8-bit
20672 raw bytes always in octal form. Handle sub char table correctly.
20673
20674 * process.c: Include "character.h" instead of "charset.h".
20675 (read_process_output, send_process): Adjust for the new
20676 code-conversion API.
20677
20678 * puresize.h (BASE_PURESIZE): Increase.
20679
20680 * regex.c: Include "character.h" instead of "charset.h".
20681 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
20682 (regex_compile): Accept a range whose starting and ending
20683 character have different leading bytes.
20684 (analyse_first): Adjust for the above change.
20685
20686 * search.c: Include "character.h" instead of "charset.h".
20687 (search_buffer, boyer_moore): Adjust for the new multibyte form.
20688 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
20689
20690 * syntax.c: Include "character.h" instead of "charset.h".
20691 (syntax_parent_lookup): Delete.
20692 (Fmodify_syntax_entry): Accept a cons as CHAR.
20693 (skip_chars): Adjust for the new multibyte form.
20694 (init_syntax_once): Call char_table_set_range instead of directly
20695 accessing the structure of a char table.
20696
20697 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
20698 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
20699 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
20700 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
20701
20702 * term.c: Include "buffer.h" and "character.h".
20703 (encode_terminal_code, write_glyphs): Adjust for the new
20704 code-conversion API.
20705 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
20706
20707 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
20708
20709 * xdisp.c: Include "character.h".
20710 (get_next_display_element): Adjust for the new multibyte form.
20711 (disp_char_vector): Adjust for the new char table structure.
20712 (decode_mode_spec_coding): Adjust for the new structure of
20713 coding system.
20714 (decode_mode_spec): Adjust for the new code-conversion API.
20715
20716 * xfaces.c: Include "character.h" instead of "charset.h".
20717 (load_face_font): Adjust for the change of choose_face_font and
20718 FS_LOAD_FONT.
20719 (generate_ascii_font): New function.
20720 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
20721 (set_font_frame_param): Adjust for the change of choose_face_font.
20722 (free_realized_face): Make it public.
20723 (free_realized_faces_for_fontset): Rename from
20724 free_realized_multibyte_face. Free also faces realized for ASCII.
20725 (choose_face_font): Change arguments. Adjust for the change of
20726 fontset_font_pattern and FS_LOAD_FONT.
20727
20728 * xfns.c: Include "character.h".
20729 (x_encode_text): Adjust for the new code-conversion API.
20730
20731 * xselect.c: Don't include "charset.h".
20732 (selection_data_to_lisp_data): Adjust for the new code conversion API.
20733
20734 * xterm.c: Include "character.h".
20735 (x_encode_char): New argument CHARSET. Change caller.
20736 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
20737 Call ENCODE_CHAR instead of SPLIT_CHAR.
20738 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
20739 CHAR_WIDTH instead of CHARSET_WIDTH.
20740 (XTread_socket): Adjust for the new code-conversion API.
20741 (x_new_font): Adjust for the change of FS_LOAD_FONT.
20742 (x_load_font): Adjust for the change of struct font.
20743
207442008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
20745
20746 * xfaces.c (face_at_buffer_position): Remove unused vars.
20747
207482008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20749
20750 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
20751 Fix overflow checking.
20752
207532008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20754
20755 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
20756 Cancel previous change.
20757
207582008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20759
20760 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
20761 ccl->eight_bit_control. Fix check for buffer overflow.
20762 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
20763 (ccl_driver): Initialize extra_bytes to 0.
20764
207652008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20766
20767 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
20768 return it ORed with ctrl_modifier.
20769
207702008-01-29 Miles Bader <miles@gnu.org>
20771
20772 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
20773
207742008-01-28 Jason Rumney <jasonr@gnu.org>
20775
20776 * w32.c (stat): Don't double check for networked drive.
20777
207782008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20779
20780 * window.c (run_window_configuration_change_hook): New function.
20781 Code extracted from set_window_buffer. Set the selected frame.
20782 (set_window_buffer): Use it.
20783 * window.h (run_window_configuration_change_hook): Declare.
20784 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
20785
20786 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
20787
207882008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
20789
20790 * Makefile.in: Remove references to unused macros.
20791
207922008-01-26 Eli Zaretskii <eliz@gnu.org>
20793
20794 * w32.c (g_b_init_get_sid_sub_authority)
20795 (g_b_init_get_sid_sub_authority_count): New static variables.
20796 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
20797 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
20798 (init_user_info): Use them to retrieve uid and gid.
20799 Use 500/513, the Windows defaults, as Administrator's uid/gid.
20800 (fstat): Use pw_uid and pw_gid from the_passwd structure for
20801 st_uid and st_gid of the file.
20802
208032008-01-26 Jason Rumney <jasonr@gnu.org>
20804
20805 * w32.c (logon_network_drive): New function.
20806 (stat): Use it.
20807
208082008-01-26 Chong Yidong <cyd@stupidchicken.com>
20809
20810 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
20811 invisible text covered with an ellipsis.
20812
208132008-01-25 Richard Stallman <rms@gnu.org>
20814
20815 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
20816 jump back to beginning. Move some other initializations after that.
20817 (Qwindow_text_change_functions, Vwindow_text_change_functions):
20818 New variables.
20819 (syms_of_xdisp): Init them.
20820
20821 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
20822
20823 * buffer.c (reset_buffer_local_variables):
20824 Implement `permanent-local-hook'.
20825 (Qpermanent_local_hook): New variable.
20826 (syms_of_buffer): Init and staticpro it.
20827
208282008-01-25 Michael Albinus <michael.albinus@gmx.de>
20829
20830 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
20831
208322008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
20833
20834 * fns.c (Fclrhash): Return TABLE.
20835
208362008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20837
20838 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
20839 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
20840 is set even without positional changes.
20841 (x_scroll_bar_clear): Set bar->redraw_needed_p.
20842
20843 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
20844
208452008-01-23 Jason Rumney <jasonr@gnu.org>
20846
20847 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
20848
20849 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
20850 the unicode range available in MULE by locale-coding-system.
20851 Improve dbcs lead byte detection. Set event timestamp and modifiers
20852 earlier.
20853
208542008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20855
20856 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
20857 [MAC_OSX] (init_mac_osx_environment): Initialize it.
20858 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
20859 when used on child processes.
20860
208612008-01-21 Michael Albinus <michael.albinus@gmx.de>
20862
20863 * dbusbind.c (Fdbus_method_return_internal): Rename from
20864 Fdbus_method_return.
20865 (Fdbus_unregister_object): Move to dbus.el.
20866 (Fdbus_call_method, Fdbus_method_return_internal)
20867 (Fdbus_send_signal): Improve debug messages.
20868
208692008-01-20 Martin Rudalics <rudalics@gmx.at>
20870
20871 * undo.c (undo_inhibit_record_point): New variable.
20872 (syms_of_undo): Initialize it.
20873 (record_point): Don't record point when undo_inhibit_record_point
20874 is set.
20875
208762008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
20877
20878 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
20879
20880 * xdisp.c (Qauto_hscroll_mode): New var.
20881 (syms_of_xdisp): Initialize it.
20882 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
20883 window's buffer.
20884 (hscroll_windows): Don't check automatic_hscrolling_p here.
20885
20886 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
20887 vscroll if we're setting window-buffer to the value it already has.
20888
208892008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
20890
20891 * m/intel386.h: Remove references to XENIX.
20892
208932008-01-17 Andreas Schwab <schwab@suse.de>
20894
20895 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
20896 instead of HAVE_X86_64_LIB64_DIR.
20897 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
20898
208992008-01-17 Glenn Morris <rgm@gnu.org>
20900
20901 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
20902 to HAVE_X86_64_LIB64_DIR.
20903
209042008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
20905
20906 * s/irix3-3.h:
20907 * s/irix4-0.h:
20908 * s/386-ix.h:
20909 * s/domain.h:
20910 * s/hpux9-x11r4.h:
20911 * s/hpux9shxr4.h: Remove files for systems no longer supported.
20912
20913 * sysdep.c: Remove code containing references to symbols defined
20914 by unsupported systems.
20915
209162008-01-16 Glenn Morris <rgm@gnu.org>
20917
20918 * coding.c (select-safe-coding-system-function): Doc fix.
20919
209202008-01-15 Glenn Morris <rgm@gnu.org>
20921
20922 * config.in: Revert 2008-01-13 change: this is a generated file.
20923
209242008-01-13 Tom Tromey <tromey@redhat.com>
20925
20926 * lisp.h: Fix typo.
20927
209282008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
20929
20930 * m/sequent-ptx.h:
20931 * m/sequent.h:
20932 * s/ptx.h:
20933 * s/ptx4-2.h:
20934 * s/ptx4.h: Remove files for systems no longer supported.
20935
20936 * callproc.c (Fcall_process): Fix previous change.
20937
209382008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
20939
20940 * unexsunos4.c: Remove file, system not supported anymore.
20941
20942 * m/mips.h:
20943 * m/intel386.h:
20944 * callproc.c:
20945 * config.in:
20946 * ecrt0.c:
20947 * emacs.c:
20948 * fileio.c:
20949 * frame.c:
20950 * getpagesize.h:
20951 * keyboard.c:
20952 * lread.c:
20953 * process.c:
20954 * puresize.h:
20955 * sysdep.c:
20956 * systty.h:
20957 * syswait.h:
20958 * unexec.c:
20959 * xdisp.c:
20960 * alloc.c: Remove code containing references to symbols defined by
20961 unsupported systems.
20962
209632008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
20964
20965 * coding.c (detect_coding_mask): Fix previous change.
20966
209672008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
20968
20969 * coding.c (detect_coding_iso2022): New arg
20970 latin_extra_code_state. Allow Latin extra codes only
20971 when *latin_extra_code_state is nonzero.
20972 (detect_coding_mask): If there is a NULL byte, detect the encoding
20973 as UTF-16 or binary. If Latin extra codes exist, detect the
20974 encoding as ISO-2022 only when there's no other proper encoding is
20975 found.
20976
209772008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20978
20979 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
20980 #ifdef MAC_OS.
20981
209822008-01-08 Richard Stallman <rms@gnu.org>
20983
20984 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
20985
209862008-01-06 Nick Roberts <nickrob@snap.net.nz>
20987
20988 * keyboard.c (parse_menu_item): Don't enclose key bindings on
20989 menu bar in parentheses.
20990
209912008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
20992
20993 * m/7300.h:
20994 * m/acorn.h:
20995 * m/alliant-2800.h:
20996 * m/alliant.h:
20997 * m/alliant1.h:
20998 * m/alliant4.h:
20999 * m/altos.h:
21000 * m/amdahl.h:
21001 * m/apollo.h:
21002 * m/att3b.h:
21003 * m/aviion-intel.h:
21004 * m/aviion.h:
21005 * m/celerity.h:
21006 * m/clipper.h:
21007 * m/cnvrgnt.h:
21008 * m/convex.h:
21009 * m/cydra5.h:
21010 * m/delta88k.h:
21011 * m/dpx2.h:
21012 * m/dual.h:
21013 * m/elxsi.h:
21014 * m/f301.h:
21015 * m/gould-np1.h:
21016 * m/gould.h:
21017 * m/i860.h:
21018 * m/ibmps2-aix.h:
21019 * m/ibmrt-aix.h:
21020 * m/ibmrt.h:
21021 * m/irist.h:
21022 * m/is386.h:
21023 * m/isi-ov.h:
21024 * m/mega68.h:
21025 * m/mg1.h:
21026 * m/news-r6.h:
21027 * m/news-risc.h:
21028 * m/news.h:
21029 * m/nh3000.h:
21030 * m/nh4000.h:
21031 * m/ns16000.h:
21032 * m/ns32000.h:
21033 * m/nu.h:
21034 * m/orion.h:
21035 * m/orion105.h:
21036 * m/paragon.h:
21037 * m/pfa50.h:
21038 * m/plexus.h:
21039 * m/pyramid.h:
21040 * m/pyrmips.h:
21041 * m/sh3el.h:
21042 * m/sps7.h:
21043 * m/sr2k.h:
21044 * m/stride.h:
21045 * m/sun1.h:
21046 * m/sun2.h:
21047 * m/sun3-68881.h:
21048 * m/sun3-fpa.h:
21049 * m/sun3-soft.h:
21050 * m/sun3.h:
21051 * m/sun386.h:
21052 * m/symmetry.h:
21053 * m/tad68k.h:
21054 * m/tahoe.h:
21055 * m/targon31.h:
21056 * m/tek4300.h:
21057 * m/tekxd88.h:
21058 * m/tower32.h:
21059 * m/tower32v3.h:
21060 * m/ustation.h:
21061 * m/wicat.h:
21062 * m/xps100.h:
21063 * s/cxux.h:
21064 * s/cxux7.h:
21065 * s/dgux.h:
21066 * s/dgux4.h:
21067 * s/dgux5-4-3.h:
21068 * s/dgux5-4r2.h:
21069 * s/esix.h:
21070 * s/esix5r4.h:
21071 * s/hiuxmpp.h:
21072 * s/hiuxwe2.h:
21073 * s/iris3-5.h:
21074 * s/iris3-6.h:
21075 * s/isc2-2.h:
21076 * s/isc3-0.h:
21077 * s/isc4-0.h:
21078 * s/isc4-1.h:
21079 * s/newsos5.h:
21080 * s/newsos6.h:
21081 * s/osf1.h:
21082 * s/osf5-0.h:
21083 * s/riscix1-1.h:
21084 * s/riscix12.h:
21085 * s/sco4.h:
21086 * s/sco5.h:
21087 * s/sunos4-0.h:
21088 * s/sunos4-1.h:
21089 * s/sunos413.h:
21090 * s/sunos4shr.h:
21091 * s/umax.h:
21092 * s/unipl5-2.h:
21093 * s/xenix.h:
21094 * cxux-crt0.s:
21095 * unexapollo.c:
21096 * unexconvex.c:
21097 * unexenix.c:
21098 * unexsni.c: Remove files for systems no longer supported.
21099
21100 * m/intel386.h: Remove references to unsupported systems.
21101
21102 * w32.c (get_emacs_configuration): Remove reference to i860.
21103
21104 * sysdep.c: Remove dead code.
21105
211062008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
21107
21108 * s/rtu.h:
21109 * m/masscomp.h: Remove files. Platform is obsolete.
21110
211112008-01-04 Michael Albinus <michael.albinus@gmx.de>
21112
21113 * dbusbind.c (Fdbus_method_return): New function.
21114 (xd_read_message): Add the serial number to the event.
21115 (Fdbus_register_method): Activate the function.
21116
211172008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21118
21119 * keyboard.c (read_key_sequence): Fix typo.
21120
211212008-01-03 Michael Albinus <michael.albinus@gmx.de>
21122
21123 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
21124 (xd_signature, xd_append_arg): Handle element type detection for
21125 empty arrays.
21126 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
21127 SDATA () calls; this must be solved more general.
21128 (Fdbus_register_signal): Use SBYTES instead of strlen.
21129
211302008-01-03 Magnus Henoch <magnus@zemdatav>
21131
21132 * dbusbind.c (xd_append_arg): Use unsigned char instead of
21133 unsigned int for byte values (necessary for big-endian platform).
21134 (Fdbus_call_method): Handle the case of no returned arguments.
21135
211362007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
21137
21138 * dbusbind.c (xd_read_message): Use non-static input_event struct.
21139
211402007-12-31 Magnus Henoch <mange@freemail.hu>
21141
21142 * dbusbind.c (xd_signature): Signature of variant is just "v".
21143
211442007-12-30 Michael Albinus <michael.albinus@gmx.de>
21145
21146 * dbusbind.c: Fix several errors and compiler warnings.
21147 Reported by Tom Tromey <tromey@redhat.com>.
21148 (XD_ERROR, XD_DEBUG_MESSAGE)
21149 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
21150 (xd_append_arg): Part for basic D-Bus types rewritten.
21151 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
21152 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
21153 appropriate.
21154 (xd_read_message): Return Qnil. Don't signal an error; it is not
21155 useful during event reading.
21156 (Fdbus_register_signal): Signal an error if the check for
21157 FUNCTIONP fails.
21158 (Fdbus_register_method): New function. The implementation is not
21159 complete, the call of the function signals an error therefore.
21160 (Fdbus_unregister_object): New function, renamed from
21161 Fdbus_unregister_signal. The initial check signals an error, if
21162 the object is not well formed.
21163
211642007-12-30 Richard Stallman <rms@gnu.org>
21165
21166 * textprop.c (get_char_property_and_overlay):
21167 Signal error if POSITION is out of range in a buffer.
21168
211692007-12-29 Martin Rudalics <rudalics@gmx.at>
21170
21171 * w32fns.c (Fx_create_frame): Make copy of frame parameters
21172 because the original parameters are in pure storage now.
21173
211742007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21175
21176 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
21177
211782007-12-22 Eli Zaretskii <eliz@gnu.org>
21179
21180 * callint.c (syms_of_callint) <command-history>: Add reference to
21181 history-length in the doc string.
21182
211832007-12-17 Jason Rumney <jasonr@gnu.org>
21184
21185 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
21186 before passing as wParam.
21187
211882007-12-22 Michael Albinus <michael.albinus@gmx.de>
21189
21190 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
21191 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
21192 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
21193 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
21194 as number.
21195 (Fdbus_call_method): Fix docstring.
21196
211972007-12-21 Michael Albinus <michael.albinus@gmx.de>
21198
21199 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
21200 New macros.
21201 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
21202 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
21203 Simplify.
21204 (xd_signature): New function.
21205 (xd_append_arg): Compute also signatures. Major rewrite.
21206 (xd_retrieve_arg): Make debug messages friendly.
21207 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
21208 Check for signatures of arguments.
21209
212102007-12-19 Michael Albinus <michael.albinus@gmx.de>
21211
21212 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
21213 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
21214 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
21215 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
21216 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
21217 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
21218 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
21219 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
21220 (xd_retrieve_value): Remove. Functionality included in ...
21221 (xd_append_arg): New function.
21222 (Fdbus_call_method, Fdbus_send_signal): Apply it.
21223
212242007-12-16 Michael Albinus <michael.albinus@gmx.de>
21225
21226 * dbusbind.c (top): Include <stdio.h>.
21227 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
21228 dbus_message_new_method_call and dbus_message_new_signal.
21229 (Fdbus_register_signal): Rename unique_name to uname.
21230 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
21231 non-existing unique name. Fix typos in matching rule. Return an
21232 object which is useful in Fdbus_unregister_signal.
21233 (Fdbus_unregister_signal): Reimplementation, in order to remove
21234 only the corresponding entry.
21235 (Vdbus_registered_functions_table): Change the order of entries.
21236 Apply these changes in xd_read_message and Fdbus_register_signal.
21237
212382007-12-16 Andreas Schwab <schwab@suse.de>
21239
21240 * fileio.c (Finsert_file_contents): Fix overflow check to not
21241 depend on undefined integer overflow.
21242
212432007-12-14 Jason Rumney <jasonr@gnu.org>
21244
21245 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
21246 for characters above 127.
21247
212482007-12-13 Jason Rumney <jasonr@gnu.org>
21249
21250 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
21251 before dereferencing array.
21252 (lookup_vk_code): Remove zero comparison.
21253
212542007-12-14 Michael Albinus <michael.albinus@gmx.de>
21255
21256 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
21257 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
21258 Use `unsigned int' instead of `uint'.
21259 (xd_read_message, Fdbus_register_signal): Split expressions into
21260 multiple lines before operators "&&" and "||", according to the
21261 GNU Coding Standards.
21262
212632007-12-14 Eli Zaretskii <eliz@gnu.org>
21264
21265 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
21266
212672007-12-12 Juri Linkov <juri@jurta.org>
21268
21269 * buffer.c (Frename_buffer): In interactive spec replace
21270 `read-buffer' with `read-string' that uses `buffer-name-history'
21271 as history, and the current buffer's name as default.
21272
212732007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
21274
21275 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
21276 manipulating the backtrace manually.
21277 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
21278 (struct backtrace, backtrace_list): Remove.
21279 (command_loop_1): Remove dead var `no_direct'.
21280
21281 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
21282 preserve non-built-in buffer-local variables.
21283 (Fkill_all_local_variables): Don't re-create&re-set permanent
21284 buffer-local variables.
21285
212862007-12-09 Juri Linkov <juri@jurta.org>
21287
21288 * buffer.c (Frename_buffer): Change interactive spec from "s" to
21289 Lisp code that uses `read-buffer' with current buffer as default.
21290
212912007-12-08 Michael Albinus <michael.albinus@gmx.de>
21292
21293 * dbusbind.c (xd_read_message): Generate an event for every
21294 registered handler. There might be several handlers registered
21295 for the same signal.
21296 (Fdbus_register_signal): Don't overwrite a registration for the
21297 same signal. Add a new registration if handlers are different.
21298 (Vdbus_registered_functions_table): Rework doc string.
21299
213002007-12-07 Michael Albinus <michael.albinus@gmx.de>
21301
21302 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
21303 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
21304 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
21305 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
21306 Unify argument lists.
21307 (xd_read_message, Fdbus_register_signal): Reorder and extend event
21308 arguments and hash table keys. Use unique name for service.
21309 (Fdbus_unregister_signal): Remove checks.
21310 (Vdbus_registered_functions_table): Fix doc string.
21311
213122007-12-05 Magnus Henoch <mange@freemail.hu>
21313
21314 * process.c (make_process): Initialize pty_flag to 0.
21315
213162007-12-05 Jason Rumney <jasonr@gnu.org>
21317
21318 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
21319 specified XBMs.
21320
213212007-12-05 Richard Stallman <rms@gnu.org>
21322
21323 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
21324
213252007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21326
21327 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
21328 New variable.
21329 (mac_try_close_socket) [MAC_OSX]: New function.
21330 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
21331 Update cfsockets_for_select. Replace invalid CFRunLoop source.
21332
21333 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
21334 Use mac_try_close_socket.
21335
213362007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21337
21338 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
21339 reloc_base.
21340 (copy_dysymtab): Compute relocation base here.
21341 (rebase_reloc_address) [__ppc64__]: New function.
21342 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
21343 changed.
21344
213452007-12-05 Jason Rumney <jasonr@gnu.org>
21346
21347 * w32proc.c (sys_spawnve): Quote args with wildcards.
21348
213492007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21350
21351 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
21352 __objc_* sections.
21353 (unrelocate) [_LP64]: Set relocation base to address of data segment.
21354
213552007-12-05 Michael Albinus <michael.albinus@gmx.de>
21356
21357 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
21358 Move check for Vdbus_registered_functions_table to
21359 xd_read_queued_messages.
21360 (xd_read_queued_messages): Protect xd_read_message calls by
21361 internal_condition_case_1.
21362
213632007-12-04 Michael Albinus <michael.albinus@gmx.de>
21364
21365 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
21366 Qdbus_system_bus and Qdbus_session_bus, respectively.
21367 (Vdbus_intern_symbols): Remove.
21368 (Vdbus_registered_functions_table): New hash table.
21369 (XD_SYMBOL_INTERN_SYMBOL): Remove.
21370 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
21371 Rewrite in order to manage registered functions by hash table
21372 Vdbus_registered_functions_table.
21373
213742007-12-03 Jan Djärv <jan.h.d@swipnet.se>
21375
21376 * xterm.c: Update URL to Window Manager Specification in comment.
21377
213782007-12-02 Michael Albinus <michael.albinus@gmx.de>
21379
21380 * config.in (HAVE_DBUS): Add.
21381
21382 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
21383 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
21384 (obj): Add $(DBUS_OBJ).
21385 (LIBES): Add $(DBUS_LIBS).
21386 (dbusbind.o): New target.
21387
21388 * dbusbind.c: New file.
21389
21390 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
21391
21392 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
21393 (Qdbus_event): New Lisp symbol.
21394 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
21395 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 21396 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
21397
21398 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
21399
214002007-12-01 Richard Stallman <rms@gnu.org>
21401
21402 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
21403
214042007-11-30 Jason Rumney <jasonr@gnu.org>
21405
21406 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
21407 (w32con_reset_terminal_modes): Clear screen buffer.
21408 (w32_face_attributes): Don't use color indexes that are out of range.
21409 Only reverse the default colors.
21410
21411 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
21412 WINDOWSNT.
21413
21414 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
21415
214162007-11-29 Jason Rumney <jasonr@gnu.org>
21417
21418 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
21419 (w32_face_attributes): Use Vtty_defined_color_alist to determine
21420 if the terminal colors are initialized.
21421 (unspecified_fg, unspecified_bg): Remove unused declarations.
21422
214232007-11-29 Andreas Schwab <schwab@suse.de>
21424
21425 * keyboard.c (apply_modifiers): Fix typo.
21426
214272007-11-29 Richard Stallman <rms@gnu.org>
21428
21429 * keymap.c (Fcurrent_local_map): Doc fix.
21430
214312007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
21432
21433 * s/gnu-kfreebsd.h: New file.
21434
214352007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
21436
21437 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
21438 Don't cast redundantly.
21439
21440 * keyboard.c (KEY_TO_CHAR): New macro.
21441 (parse_modifiers, apply_modifiers): Accept integer arguments.
21442 (read_key_sequence): Use them to unify the "shift->unshift" mapping
21443 for chars and symbol keys.
21444 After doing such remapping, apply function-key-map again.
21445
214462007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
21447
21448 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
21449 compiled anymore.
21450
214512007-11-26 Andreas Schwab <schwab@suse.de>
21452
21453 * process.c (list_processes_1): Fix indentation level of the
21454 command column.
21455
214562007-11-23 Andreas Schwab <schwab@suse.de>
21457
21458 * editfns.c (Fformat): Handle %c specially since it requires the
21459 argument to be of type int.
21460
214612007-11-23 Markus Triska <markus.triska@gmx.at>
21462
21463 * emacs.c (main): Call init_editfns before init_process, since
21464 init_process sets Vprocess_connection_type depending on OS release.
21465
214662007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21467
21468 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
21469 (find_symbol_value): Use do_symval_forwarding.
21470
21471 * data.c (set_internal): Set the value in the `cons-cell' (for
21472 Buffer_Local_values) not only for frame-local variables.
21473
214742007-11-22 Andreas Schwab <schwab@suse.de>
21475
21476 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
21477 values to sprintf.
21478 * keymap.c (Fsingle_key_description): Likewise.
21479 * print.c (print_object): Likewise.
21480
214812007-11-22 Jan Djärv <jan.h.d@swipnet.se>
21482
21483 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
21484 file for image is nil.
21485
214862007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
21487
21488 * term.c: Include stdarg.h.
21489 (fatal): Implement using varargs.
21490 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
21491
214922007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21493
21494 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
21495 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
21496 Update call to buffer_slot_type_mismatch.
21497 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
21498 (buffer_slot_type_mismatch): Update.
21499 * buffer.c (buffer_local_types): Remove.
21500 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
21501 (defvar_per_buffer): Set the type in the buffer_objfwd.
21502
215032007-11-21 Jason Rumney <jasonr@gnu.org>
21504
21505 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
21506 CreateFileMapping returns NULL on failure.
21507
215082007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21509
21510 * search.c (Fset_match_data): Remove the `evaporate' feature.
21511 (unwind_set_match_data): Don't use the `evaporate' feature.
21512
215132007-11-21 Jason Rumney <jasonr@gnu.org>
21514
21515 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
21516
21517 * w32console.c (w32con_write_glyphs): Remove unused variables.
21518
215192007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
21520
21521 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
21522
21523 * s/darwin.h (MULTI_KBOARD): Remove.
21524
21525 * macfns.c (x_create_tip_frame, Fx_create_frame)
21526 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
21527
215282007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21529
21530 * buffer.c (Fbuffer_local_value): Remove redundant test.
21531 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
21532 than in `current-buffer' to match the comment.
21533 Do the swap using swap_in_global_binding.
21534
21535 * data.c (store_symval_forwarding, set_internal):
21536 * eval.c (specbind): Remove dead code.
21537
21538 * coding.c (detect_coding, Fupdate_coding_systems_internal):
21539 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
21540 Since we do not want to see internal Lisp_*fwd objects here.
21541
215422007-11-18 Jan Djärv <jan.h.d@swipnet.se>
21543
21544 * sysdep.c (init_system_name): Use getaddrinfo if available.
21545
21546 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
21547 (x_scroll_bar_note_movement): start, end, with, height in struct
21548 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
21549
215502007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
21551
21552 * puresize.h (BASE_PURESIZE): Increase to 1190000.
21553
215542007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21555
21556 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
21557 This undoes Richard's change of 14-Oct-2002.
21558
21559 * alloc.c (allocate_other_vector):
21560 * lisp.h (allocate_other_vector): Remove.
21561
21562 * window.c (struct save_window_data): Move non-lisp data to the end
21563 and make it `int' rather than Lisp_Object.
21564 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
21565 Done wrap/unwrap integer values.
21566 (Fset_window_configuration, compare_window_configurations):
21567 Update use of fields to their new types.
21568
21569 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
21570 Turn integer fields into `int'. Merge x_window_low and x_window_high.
21571 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
21572 (SET_SCROLL_BAR_X_WINDOW): Remove.
21573 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
21574 Access the new x_window field directly.
21575 * xterm.c (x_scroll_bar_create): Use a pseudovector.
21576 Don't wrap/unwrap integers into Lisp_Objects.
21577 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
21578 (x_scroll_bar_report_motion):
21579 Don't wrap/unwrap integers into Lisp_Objects.
21580 (x_term_init): Use SDATA.
21581 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
21582 (x_scroll_bar_set_handle, x_scroll_bar_remove)
21583 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
21584 (x_scroll_bar_report_motion, x_scroll_bar_clear):
21585 * xfns.c (x_set_background_color):
21586 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
21587 Access the new x_window field directly.
21588
21589 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
21590 (allocate_pseudovector): Make non-static.
21591
21592 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
21593 (allocate_pseudovector): Declare.
21594 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
21595
215962007-11-15 Andreas Schwab <schwab@suse.de>
21597
21598 * editfns.c (Fformat): Correctly format EMACS_INT values.
21599 Also take precision into account when formatting an integer.
21600
21601 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
21602
216032007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21604
21605 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
21606 (syms_of_keyboard): Defsubr it.
21607
21608 * data.c (swap_in_global_binding): Fix longstanding bug where
21609 store_symval_forwarding was not called with the right second argument,
21610 thus causing objfwd-ing from being dropped.
21611
216122007-11-14 Juanma Barranquero <lekktu@gmail.com>
21613
21614 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
21615 (Fx_display_pixel_height, Fx_display_planes)
21616 (Fx_display_color_cells, Fx_server_max_request_size)
21617 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21618 (Fx_display_visual_class, Fx_display_save_under):
21619 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
21620 (Fx_display_pixel_height, Fx_display_planes)
21621 (Fx_display_color_cells, Fx_server_max_request_size)
21622 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
21623 (Fx_display_mm_height, Fx_display_mm_width)
21624 (Fx_display_backing_store, Fx_display_visual_class)
21625 (Fw32_select_font, Fx_display_save_under):
21626 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
21627 (Fx_display_pixel_height, Fx_display_planes)
21628 (Fx_display_color_cells, Fx_server_max_request_size)
21629 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21630 (Fx_display_save_under): Fix typos in docstrings.
21631
216322007-11-14 Juanma Barranquero <lekktu@gmail.com>
21633
21634 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
21635 corresponding to deleted entries; they are an implementation detail.
21636 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
21637 Remove variables.
21638 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
21639 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
21640 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
21641 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
21642 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
21643 (Fw32_define_rgb_color, Fw32_load_color_file)
21644 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
21645 Fix typos in docstrings.
21646 (Fx_server_version): Reflow docstring.
21647 (Fw32_shell_execute): Doc fixes.
21648
216492007-11-13 Juanma Barranquero <lekktu@gmail.com>
21650
21651 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
21652 if w32_parse_hot_key returned nil.
21653
216542007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21655
21656 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
21657
216582007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 21659
aac0c6e3
MR
21660 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
21661
21662 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
21663
21664 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
21665 Remove W32_SCROLL_BAR_CLICK_EVENT.
21666
21667 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
21668 Add MULTIMEDIA_KEY_EVENT.
21669
21670 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
21671 (lispy_multimedia_keys) [WINDOWSNT]: New array.
21672 (make_lispy_event) [WINDOWSNT]: Use it to translate
21673 MULTIMEDIA_KEY_EVENT.
21674
21675 * w32term.h (WM_APPCOMMAND): Define if not already.
21676 (GET_APPCOMMAND_LPARAM): Likewise.
21677
21678 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
21679 WM_APPCOMMAND.
21680
21681 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
21682 (syms_of_w32fns): Export and initialize it.
21683 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
21684
216852007-11-09 Chong Yidong <cyd@stupidchicken.com>
21686
21687 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
21688 twice.
21689
21690 * xdisp.c (handle_face_prop): Fix last change.
21691
216922007-11-09 Richard Stallman <rms@gnu.org>
21693
21694 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
21695 not just for after-strings and before-strings.
21696 Call face_for_overlay_string and pass the overlay to it.
21697 (handle_display_prop): Determine whether property came from an overlay.
21698 Pass OVERLAY arg to handle_single_display_spec.
21699 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
21700 (load_overlay_strings): Fill in it->string_overlays.
21701 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
21702
21703 * xfaces.c (face_for_overlay_string): Function renamed from
21704 face_at_buffer_position_no_overlays, and add arg OVERLAY.
21705
21706 * dispextern.h (struct it): New elt string_overlays.
21707 New elt from_overlay, also in stack.
21708 Rearrange a few elements.
21709 (face_for_overlay_string): Decl renamed from
21710 face_at_buffer_position_no_overlays, and add argument.
21711
217122007-11-09 Richard Stallman <rms@gnu.org>
21713
21714 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
21715 to get the base face for an overlay string.
21716
21717 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
21718
21719 * xfaces.c (face_at_buffer_position_no_overlays): New function.
21720
21721 * xdisp.c (handle_stop): Move some code out of loop.
21722
217232007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21724
21725 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
21726 Fix conversion from Lisp object to ATSUFontID.
21727
217282007-11-09 Jason Rumney <jasonr@gnu.org>
21729
21730 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
21731
217322007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21733
21734 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
21735 Don't assume regions are aligned to page boundary.
21736 (print_load_command_name): Add LC_UUID if defined.
21737
217382007-11-09 Richard Stallman <rms@gnu.org>
21739
21740 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
21741
217422007-11-07 Jason Rumney <jasonr@gnu.org>
21743
21744 * s/windows95.h: Remove.
21745
217462007-11-06 Jan Djärv <jan.h.d@swipnet.se>
21747
21748 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
21749 abort with a message on unhandled store_type values.
21750
217512007-11-01 Jan Djärv <jan.h.d@swipnet.se>
21752
21753 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
21754 Remove HAVE_X11R5 and HAVE_X11R4.
21755
217562007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21757
21758 * Makefile.in: Remove references to sunfns.c and sunfns.o.
21759
217602007-11-01 Johan Bockgård <bojohan@gnu.org>
21761
21762 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
21763 Don't set s->stippled_p here, since it has already been set by
21764 x_set_glyph_string_gc from x_draw_glyph_string.
21765
217662007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21767
21768 * sunfns.c: Remove file.
21769
21770 * m/sun386.h:
21771 * m/sun2.h:
21772 * m/sparc.h: Remove Sun windows code.
21773
217742007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
21775
21776 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
21777 (init_keyboard): Set current_kboard's window-system to nil.
21778 (tty_read_avail_input): Typo.
21779 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
21780
217812007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21782
21783 * s/usg5-4.h:
21784 * s/usg5-3.h:
21785 * s/ptx.h:
21786 * m/is386.h:
21787 * m/ibmps2-aix.h:
21788 * Makefile.in: Remove all mentions of X10.
21789
21790 * dispnew.c (syms_of_display): Don't mention version 10.
21791
217922007-10-28 Juanma Barranquero <lekktu@gmail.com>
21793
21794 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
21795 ($(BLD)/abbrev.$(O)): Remove.
21796
217972007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
21798
21799 Rewrite abbrev.c in Elisp.
21800 * image.c (Qcount): Don't declare as extern.
21801 (syms_of_image): Initialize and staticpro `Qcount'.
21802 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
21803 * emacs.c (main): Don't call syms_of_abbrev.
21804 * Makefile.in (obj): Remove abbrev.o.
21805 (abbrev.o): Remove.
21806 * abbrev.c: Remove.
21807
218082007-10-26 Martin Rudalics <rudalics@gmx.at>
21809
21810 * window.c (window_min_size_2): Don't count header-line.
21811
218122007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21813
21814 * frame.h (struct frame): Move all bit fields after the first bit
21815 field to take advantage of the available space. Group all the
21816 chars together to reduce wasted space due to padding.
21817
218182007-10-26 Juanma Barranquero <lekktu@gmail.com>
21819
21820 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
21821
21822 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
21823 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
21824 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
21825 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
21826 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
21827 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
21828 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
21829 (last_marked, mark_object_loop_halt): Make static.
21830
21831 * frame.c (syms_of_frame) <delete-frame-functions>:
21832 Fix typo in docstring.
21833
218342007-10-25 Juanma Barranquero <lekktu@gmail.com>
21835
21836 * w32.c (init_environment): Fix tiny memory leak.
21837 (w32_get_resource): Remove unused variable `ok'.
21838
218392007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21840
21841 Make `window-system' into a keyboard-local variable (rather than
21842 frame-local as done originally by multi-tty).
21843
21844 * keyboard.h (struct kboard): Add Vwindow_system.
21845 * keyboard.c (init_kboard): Set a default for Vwindow_system.
21846 (mark_kboards): Mark Vwindow_system.
21847
21848 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
21849 (init_display): Don't set the obsolete `window-system' frame-param.
21850
21851 * xterm.c (x_term_init):
21852 * w32term.c (w32_create_terminal):
21853 * term.c (init_tty): Set Vwindow_system.
21854 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
21855 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
21856
21857 * xfns.c (Fx_create_frame, x_create_tip_frame):
21858 * w32fns.c (Fx_create_frame, x_create_tip_frame):
21859 * macfns.c (Fx_create_frame):
21860 Don't set the obsolete `window-system' frame-param.
21861
21862 * frame.h (Qwindow_system): Remove.
21863 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
21864 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
21865
218662007-10-24 Richard Stallman <rms@gnu.org>
21867
21868 * frame.c (x_figure_window_size): For fullscreen case,
21869 set USPosition | PPosition without clobbering rest of window_prompting.
21870
21871 * keyboard.c (Fcurrent_idle_time): Doc fix.
21872
21873 * print.c (Fwith_output_to_temp_buffer): Doc fix.
21874
218752007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21876
21877 * process.c (unwind_request_sigio): Only define if __ultrix__.
21878
21879 * callproc.c (child_setup): Remove spurious *.
21880
21881 * lisp.h (Fget_text_property): Declare.
21882 (have_menus_p): Declare it here rather than in sys-dep header files.
21883 * macterm.h (have_menus_p):
21884 * msdos.h (have_menus_p):
21885 * xterm.h (have_menus_p): Remove.
21886
21887 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
21888 (Fmake_variable_frame_local): Just check the variable's const-ness
21889 rather than checking nil or t.
21890
218912007-10-22 Jason Rumney <jasonr@gnu.org>
21892
21893 * w32fns.c: Include math.h.
21894 (w32_abort): Declaration moved to nt/config.nt.
21895
21896 * s/ms-w32.h (HAVE_STDLIB_H): Define.
21897 (abort): Redefinition moved to nt/config.nt.
21898
21899 * m/windowsnt.h: Remove.
21900
219012007-10-22 Juanma Barranquero <lekktu@gmail.com>
21902
21903 * emacs.c (Fdump_emacs): Fix typo in message.
21904 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
21905 <installation-directory>: Reflow docstring.
21906
219072007-10-22 Juri Linkov <juri@jurta.org>
21908
21909 * minibuf.c: Allow minibuffer default to be a list of default values.
21910 With empty input use the first element of this list as returned default.
21911 (string_to_object)
21912 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
21913 (read_minibuf): If defalt is cons, set histstring to its car.
21914 (Fread_string): If default_value is cons, set val to its car.
21915 (Fread_buffer): If def is cons, use its car.
21916 (Fcompleting_read): If defalt is cons, set val to its car.
21917
219182007-10-21 Michael Albinus <michael.albinus@gmx.de>
21919
21920 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
21921
219222007-10-20 Juanma Barranquero <lekktu@gmail.com>
21923
21924 * doc.c (Fdocumentation): Check for advice in all cases.
21925
219262007-10-19 Chong Yidong <cyd@stupidchicken.com>
21927
21928 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
21929
219302007-10-19 Richard Stallman <rms@gnu.org>
21931
21932 * doc.c (Fdocumentation): Check for and handle an advised function.
21933
219342007-10-19 Juanma Barranquero <lekktu@gmail.com>
21935
21936 * process.c (Fset_process_filter): Doc fix.
21937
219382007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
21939
21940 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
21941 which caused key-translation-map to applied repeatedly (thus breaking
21942 double-mode).
21943
219442007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21945
21946 * xselect.c (x_own_selection, x_handle_selection_clear)
21947 (x_clear_frame_selections):
21948 * w32menu.c (list_of_panes, list_of_items):
21949 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
21950 * textprop.c (validate_plist, interval_has_all_properties)
21951 (interval_has_some_properties, interval_has_some_properties_list)
21952 (add_properties, text_property_list):
21953 * process.c (Fget_buffer_process, list_processes_1, status_notify):
21954 * minibuf.c (Fassoc_string):
21955 * macselect.c (x_own_selection, x_clear_frame_selections)
21956 (Fx_disown_selection_internal):
21957 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
21958 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
21959
219602007-10-17 Chong Yidong <cyd@stupidchicken.com>
21961
21962 * process.c: Link to libs for calling res_init() if available.
21963 (Fmake_network_process): Call res_init() before getaddrinfo or
21964 gethostbyname, if possible.
21965
219662007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21967
21968 * lread.c (read1): Set pvectype for char_tables.
21969
21970 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
21971 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
21972 Add type checks.
21973 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
21974
21975 * alloc.c (free_misc): Use XMISCTYPE.
21976 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
21977
219782007-10-17 Glenn Morris <rgm@gnu.org>
21979
21980 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
21981 (syms_of_minibuf): Add Qcompletion_ignore_case.
21982 * dired.c (Qcompletion_ignore_case): Change to external.
21983 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
21984 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
21985 (Fread_file_name): Use it rather than intern'ing.
21986
21987 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
21988 (Fread_coding_system): Ignore case of user input.
21989
219902007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21991
21992 * xdisp.c (handle_display_prop): Ignore display specs after
21993 replacing one when string text is being replaced.
21994 (handle_single_display_spec): Pretend as if characters with display
21995 property haven't been consumed only when buffer text is being replaced.
21996
219972007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21998
21999 * xfns.c (Fx_create_frame, Fx_display_list):
22000 * window.c (window_fixed_size_p, enlarge_window)
22001 (shrink_window_lowest_first):
22002 * macterm.c (init_font_name_table):
22003 * macfns.c (Fx_create_frame, Fx_display_list):
22004 * lread.c (close_load_descs):
22005 * keyboard.c (read_char_x_menu_prompt):
22006 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
22007 * coding.c (code_convert_region_unwind): Test the type of an object
22008 rather than just !NILP before extracting data from it.
22009
22010 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
22011
22012 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
22013 (XMISCANY): New macro.
22014 (XMISCTYPE): Use it.
22015 (struct Lisp_Misc_Any): New type.
22016 (union Lisp_Misc): Use it.
22017 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
22018 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
22019 (find_symbol_value, set_internal, default_value, Fset_default)
22020 (Fmake_variable_buffer_local, Fmake_local_variable)
22021 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
22022 (Flocal_variable_if_set_p, Fvariable_binding_locus):
22023 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
22024 * alloc.c (allocate_buffer): Set the size and tag.
22025 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
22026 Use XMISCANY.
22027 (die): Follow the GNU convention for error messages.
22028 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
22029 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
22030 tag any more.
22031 (set_buffer_internal_1):
22032 * frame.c (store_frame_param):
22033 * eval.c (specbind):
22034 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
22035
22036 * doc.c (Fsnarf_documentation): Simplify.
22037
220382007-10-14 Juanma Barranquero <lekktu@gmail.com>
22039
22040 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
22041 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
22042
220432007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
22044
22045 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
22046
220472007-10-14 Juanma Barranquero <lekktu@gmail.com>
22048
22049 * eval.c (do_autoload): Don't save autoloads.
22050
22051 * data.c (Ffset): Save autoload of the function being set.
22052
220532007-10-07 John Paul Wallington <jpw@pobox.com>
22054
22055 * xfns.c (x_create_tip_frame): Set the `display-type' frame
22056 parameter before setting up faces.
22057
220582007-10-13 Eli Zaretskii <eliz@gnu.org>
22059
22060 * ccl.c (Fregister_code_conversion_map):
22061 * keyboard.c (append_tool_bar_item): Reformat last change.
22062
22063 * lisp.h (eabs): Rename from `abs'. All callers changed.
22064
220652007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
22066
22067 * buffer.c (add_overlay_mod_hooklist):
22068 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
22069 * fontset.c (make_fontset):
22070 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
22071 (append_tool_bar_item):
22072 * macmenu.c (grow_menu_items):
22073 * w32menu.c (grow_menu_items):
22074 * xmenu.c (grow_menu_items): Use larger_vector.
22075
220762007-10-13 Eli Zaretskii <eliz@gnu.org>
22077
22078 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
22079 selected frame'' on MSDOS).
22080
220812007-10-12 Martin Rudalics <rudalics@gmx.at>
22082
22083 * frame.c (Qexplicit_name): New variable.
22084 (x_report_frame_params): Report it in parameter alist.
22085 (syms_of_frame): Intern and staticpro it.
22086
220872007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
22088
22089 * macfns.c (x_create_tip_frame): Set terminal for frame.
22090
220912007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22092
22093 * frame.c (Qenvironment): Remove.
22094 (syms_of_frame) <Qenvironment>: Don't initialize.
22095 (Fdelete_frame): Don't treat the `environment' param specially.
22096 * frame.h (Qenvironment): Don't declare.
22097 * callproc.c (set_initial_environment): Don't set unused frame param.
22098
22099 * frame.c (Fframe_with_environment): Remove.
22100 (syms_of_frame) <Sframe_with_environment>: Don't declare.
22101
22102 * lisp.h (Fframe_with_environment): Don't declare.
22103
221042007-10-10 Juanma Barranquero <lekktu@gmail.com>
22105
22106 * indent.c (indent_tabs_mode, last_known_column)
22107 (last_known_column_modified): Make static.
22108 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
22109
221102007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
22111
22112 * puresize.h (BASE_PURESIZE): Increase to 1170000.
22113
221142007-10-09 Jason Rumney <jasonr@gnu.org>
22115
22116 * w32term.c (x_set_window_size): Disable code that attempts to tell
22117 Lisp code about a size change before it actually happens.
22118
221192007-10-09 Richard Stallman <rms@gnu.org>
22120
22121 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
22122 return HANDLED_RETURN.
22123
221242007-10-08 Martin Rudalics <rudalics@gmx.at>
22125
22126 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
22127 when there's an unread command event.
22128
22129 * frame.c (focus_follows_mouse): Move here from frame.el to allow
22130 window autoselection act appropriately when leaving selected frame.
22131 (syms_of_frame): Initialize focus_follows_mouse.
22132 * frame.h (focus_follows_mouse): Extern it.
22133 * macterm.c (XTread_socket): When focus_follows_mouse is nil
22134 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
22135 * msdos.c (dos_rawgetc): Likewise.
22136 * w32term.c (w32_read_socket): Likewise.
22137 * xterm.c (handle_one_xevent): Likewise.
22138 * xdisp.c (syms_of_xdisp): In doc-string of
22139 mouse-autoselect-window mention focus-follows-mouse.
22140
221412007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22142
22143 * macterm.c (mac_load_query_font): Fix missing return value.
22144 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
22145 Add BLOCK_INPUT.
22146
221472007-10-08 Richard Stallman <rms@gnu.org>
22148
22149 * xdisp.c (get_window_cursor_type): Implement documented behavior
22150 for cursor-in-non-selected-windows = t.
22151
221522007-10-08 Jason Rumney <jasonr@gnu.org>
22153
22154 * w32.c (w32_get_resource): Always close registry keys.
22155
221562007-10-08 Jason Rumney <jasonr@gnu.org>
22157
22158 * makefile.w32-in (LIBS): Add COMCTL32.
22159
22160 * w32fns.c (globals_of_w32fns): Init common controls.
22161
221622007-10-08 Richard Stallman <rms@gnu.org>
22163
22164 * image.c (our_memory_buffer): Rename from omfib_buffer.
22165
221662007-10-08 Richard Stallman <rms@gnu.org>
22167
22168 * buffer.c (Foverlays_at): Doc fix.
22169
221702007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
22171
22172 * fns.c (Fplist_put): Preserve uneven tail data.
22173
221742007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
22175
22176 * termhooks.h (enum event_kind): Remove trailing comma.
22177
22178 * frame.h (enum): Remove trailing comma.
22179
221802007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
22181
22182 * w32proc.c (delete_child): Don't terminate threads of zombies.
22183
221842007-10-08 Martin Rudalics <rudalics@gmx.at>
22185
22186 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
22187
22188 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
22189 last-repeatable-command.
22190 (init_kboard): Initialize Vlast_repeatable_command.
22191 (command_loop_1): Set it to real_this_command unless that was
22192 bound to an input event.
22193 (mark_kboards): Mark it.
22194
221952007-10-08 Richard Stallman <rms@gnu.org>
22196
22197 * eval.c (condition-case): Doc fix.
22198
221992007-10-08 Masatake YAMATO <jet@gyve.org>
22200
22201 * xfaces.c (tty_supports_face_attributes_p): Fix code
22202 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
22203 was copied and not edited.
22204
222052007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
22206
22207 Add new `input-decode-map' keymap and use it for terminal
22208 escape sequences.
22209 * keyboard.h (struct kboard): Add Vinput_decode_map.
22210 Remove Vlocal_key_translation_map.
22211 * keyboard.c (read_key_sequence): Add support for input-decode-map.
22212 (init_kboard): Init input-decode-map.
22213 Replace local-key-translation-map back with key-translation-map.
22214 (syms_of_keyboard): Declare input-decode-map.
22215 Remove local-key-translation-map. Update docstrings.
22216 (mark_kboards): Mark Vinput_decode_map.
22217 Don't mark Vlocal_key_translation_map.
22218 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
22219 Replace local-key-translation-map back with key-translation-map.
22220 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
22221 Bind in input-decode-map rather than function-key-map.
22222
22223 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
22224 This was made redundant by the previous introduction of XSETPVECTYPE.
22225
222262007-10-09 Richard Stallman <rms@gnu.org>
22227
22228 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
22229
222302007-09-29 Richard Stallman <rms@gnu.org>
22231
22232 * eval.c (internal_condition_case_2, internal_condition_case_1)
22233 (internal_condition_case): Reenable abort if x_catching_errors ()
22234 to see if that really happens and why.
22235
222362007-10-06 Andreas Schwab <schwab@suse.de>
22237
22238 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
22239
222402007-10-04 Juanma Barranquero <lekktu@gmail.com>
22241
22242 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
22243
222442007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22245
22246 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
22247
222482007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
22249
22250 * window.h (struct window):
22251 * window.c (struct save_window_data, struct saved_window):
22252 * termhooks.h (struct terminal):
22253 * process.h (struct Lisp_Process):
22254 * frame.h (struct frame):
22255 * buffer.h (struct buffer):
22256 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
22257 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
22258 The size field of (pseudo)vectors is now unsigned.
22259 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
22260
22261 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
22262 Turn `count' into an integer.
22263
22264 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
22265 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
22266 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
22267 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
22268 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
22269
22270 * alloc.c (allocate_pseudovector): New fun.
22271 (ALLOCATE_PSEUDOVECTOR): New macro.
22272 (allocate_window, allocate_terminal, allocate_frame)
22273 (allocate_process): Use it.
22274 (mark_vectorlike): New function.
22275 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
22276 (mark_terminals): Use it.
22277 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
22278 (Fmake_byte_code): Use XSETPVECTYPE.
22279
22280 * frame.c (Fframe_parameters): Minor simplification.
22281
22282 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
22283
22284 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
22285
22286 * buffer.c (Fget_buffer_create, init_buffer_once):
22287 * lread.c (defsubr):
22288 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
22289
22290 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
22291 defined differently in the m/*.h files.
22292 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
22293 (XSETPVECTYPE): New macro.
22294 (XSETPSEUDOVECTOR): Use it.
22295
22296 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
22297 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
22298
22299 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
22300 * lread.c (defvar_per_buffer):
22301 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
22302
22303 * window.c (candidate_window_p): Only consider as visible frames that
22304 are on the same terminal.
22305
22306 * m/ibms390x.h (MARKBIT): Remove unused macro.
22307
223082007-10-01 Juanma Barranquero <lekktu@gmail.com>
22309
22310 * lread.c (Fload): Fix typo in docstring.
22311
223122007-10-01 Michaël Cadilhac <michael@cadilhac.name>
22313
22314 * floatfns.c (Fexpt): Manually check for overflows, so that a power
22315 of a non-zero value can't yield zero.
22316
223172007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
22318
22319 * term.c (term_clear_mouse_face, term_mouse_highlight)
22320 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
22321
22322 * print.c (safe_debug_print): Use XHASH.
22323
22324 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
22325 Lisp elements such as tags.
22326 (XHASH): New macro.
22327 (EQ): Use it.
22328 (SREF, SSET, STRING_COPYIN): Use SDATA.
22329 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
22330
22331 * alloc.c (mark_terminal): Remove left-over declaration.
22332 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
22333 (allocate_vectorlike): Remove type argument. Adjust callers.
22334 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
22335 Only handle the one remaining MEM_TYPE_VECTORLIKE.
22336
22337 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
22338 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
22339 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
22340 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
22341 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
22342 Use them.
22343
22344 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
22345 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
22346 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
22347
223482007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
22349
22350 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
22351 loaded by default.
22352
223532007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
22354
22355 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
22356 on this tty.
22357 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
22358
22359 * term.c (mouse_face_window): Rename from Qmouse_face_window.
22360 Update all users.
22361 (handle_one_term_event): Use Gpm_DrawPointer.
22362 (Fgpm_mouse_start): Rename from Fterm_open_connection.
22363 Signal errors instead of returning nil. Always return nil.
22364 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
22365 Make it a noop if gpm-mouse was not activated.
22366 (syms_of_term): Update names.
22367
223682007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
22369
22370 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
22371 (init_sys_modes): Check that gpm_tty is the current tty.
22372
22373 * alloc.c (allocate_terminal): Set the vector size to only count the
22374 lisp fields. Initialize those to nil.
22375 (mark_object): Don't treat terminals specially.
22376 (mark_terminal): Remove.
22377 (mark_terminals): Use mark_object instead.
22378
22379 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
22380 the GC to the beginning.
22381
22382 * indent.h:
22383 * indent.c: Use EMACS_INT for ints coming from Elisp data.
22384
22385 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
22386
223872007-09-25 Jason Rumney <jasonr@gnu.org>
22388
22389 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
22390
22391 * w32console.c (create_w32cons_output): Remove.
22392
22393 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
22394
22395 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
22396 (reset_sys_modes): Use reset_terminal_modes_hook.
22397
223982007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
22399
22400 * eval.c (do_autoload): Don't output any message.
22401
224022007-09-24 Juri Linkov <juri@jurta.org>
22403
22404 * emacs.c (standard_args): Change priority of "--no-splash"
22405 from 40 to 3. Add "--no-desktop" with the same priority.
22406
224072007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
22408
22409 * alloc.c (gc_sweep): Check cons cell mark bits word by word
22410 and optimize the case where they are all 1.
22411
224122007-09-23 Johannes Weiner <hannes@saeurebad.de>
22413
22414 * lisp.h (abs): Define if not defined.
22415 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
22416 Don't define `abs', since it's defined in lisp.h.
22417
224182007-09-22 Eli Zaretskii <eliz@gnu.org>
22419
22420 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
22421 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
22422 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
22423 (init_tty): Use DEV_TTY instead of "/dev/tty".
22424 [WINDOWSNT]: No need to protect from NAME arg being null.
22425
224262007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22427
22428 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
22429 up the tty state.
22430
224312007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22432
22433 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
22434 (gpm_tty): Change its type.
22435 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
22436 (gpm_tty): Change its type and initialize it.
22437 (Fterm_open_connection): Check the frame is indeed a tty.
22438 Use the new gpm_tty.
22439 (Fterm_close_connection): Use the new gpm_tty.
22440 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
22441 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
22442
224432007-09-21 Juanma Barranquero <lekktu@gmail.com>
22444
22445 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
22446 underline_color, to draw strike-through.
22447
224482007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22449
22450 * lisp.h (allocate_terminal): Declare.
22451
22452 * window.c (candidate_window_p): Consider frames that are being placed
22453 by the user as somewhere between visible and iconified.
22454 (window_loop): Prefer windows on the current frame.
22455 (Fselect_window): Move the use of select-frame to the beginning so we
22456 can just delegate all the work (it'll call us back anyway).
22457
22458 * frame.c (Qdisplay_environment_variable):
22459 * frame.h (Qdisplay_environment_variable): Delete.
22460
22461 * .gdbinit (xbacktrace): Print the arg's address rather than the value
22462 of the first arg, since that value may be a union.
22463
22464 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
22465 parameter rather than Qdisplay_environment_variable. If all else
22466 fails, look for DISPLAY in initial-environment.
22467
224682007-09-21 Glenn Morris <rgm@gnu.org>
22469
22470 * Makefile.in (emacstool): Remove target.
22471 (lisp, shortlisp): Remove termdev.elc.
22472
224732007-09-21 Markus Triska <markus.triska@gmx.at>
22474
22475 * xterm.c (x_delete_display): Compile session management conditionally.
22476
224772007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22478
22479 * callproc.c (getenv_internal_1): New function.
22480 (getenv_internal): Use it.
22481 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
22482
22483 * terminal.c (get_terminal): Don't accept ints to represent terminals.
22484 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
22485 (Fset_terminal_parameter): Work with dead terminals as well.
22486 (Fmodify_terminal_parameters): Remove.
22487
22488 * terminal.c (get_terminal): Handle terminals.
22489 Make sure the terminal returned is live.
22490 (create_terminal): Use allocate_terminal.
22491 (mark_terminals): Move to alloc.c.
22492 (delete_terminal): Use terminal->name as liveness status.
22493 NULL out fields after freeing their contents.
22494 Don't deallocate the object.
22495 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
22496 rather than an int.
22497 (Fterminal_live_p): Accept non-integer arguments.
22498 (Fterminal_list): Return terminal objects rather than an ints.
22499
22500 * alloc.c (enum mem_type): New member for `terminal' objects.
22501 (allocate_terminal): New function.
22502 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
22503 Handle terminals.
22504 (mark_terminal): New fun.
22505 (mark_terminals): Move from terminal.c.
22506
22507 * term.c (get_tty_terminal): Don't treat output_initial specially.
22508 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
22509 (delete_tty): Use terminal->name as liveness status.
22510
22511 * termhooks.h (struct terminal): Make it into a pseudovector.
22512 Remove `deleted' replaced by checking `name's nullness.
22513
22514 * print.c (print_object): Handle terminals.
22515
22516 * lisp.h (enum pvec_type): New `terminal' pseudovector.
22517 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
22518
22519 * frame.c (make_terminal_frame):
22520 * keyboard.c (tty_read_avail_input):
22521 * w32term.c (x_delete_terminal):
22522 * xfns.c (Fx_create_frame, x_create_tip_frame):
22523 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
22524
225252007-09-20 Glenn Morris <rgm@gnu.org>
22526
22527 * process.c (Fmake_network_process): Doc fix.
22528
225292007-09-19 Jason Rumney <jasonr@gnu.org>
22530
22531 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
22532
225332007-09-19 Michaël Cadilhac <michael@cadilhac.name>
22534
22535 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
22536 Fix a C warning regarding variable constness.
22537
22538 * xterm.c (handle_one_xevent): Fix a C warning.
22539
225402007-09-18 Jason Rumney <jasonr@gnu.org>
22541
22542 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
22543
225442007-09-17 Jan Djärv <jan.h.d@swipnet.se>
22545
22546 * gtkutil.c (gdpy_def): New variable.
22547 (xg_initialize): Initialize gdpy_def.
22548 (xg_display_close): If no other display exists, set gdpy_def to a
22549 new connection.
22550
225512007-09-16 Jan Djärv <jan.h.d@swipnet.se>
22552
22553 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
22554 when we have no file name for the icon.
22555 (xg_tool_bar_expose_callback): Remove.
22556 (xg_create_tool_bar): Don't connect expose signal to
22557 xg_tool_bar_expose_callback.
22558 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
22559
225602007-09-16 Andreas Schwab <schwab@suse.de>
22561
22562 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
22563 values instead of zapping them.
22564
225652007-09-14 Glenn Morris <rgm@gnu.org>
22566
22567 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
22568 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
22569 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
22570 scope and rename to omfib_buffer for clarity.
22571 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
22572
225732007-09-14 Kenichi Handa <handa@m17n.org>
22574
22575 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
22576
225772007-09-13 Jason Rumney <jasonr@gnu.org>
22578
22579 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
22580
22581 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
22582
22583 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
22584 (mac_term_init): Call here instead, passing rif.
22585
225862007-09-13 Glenn Morris <rgm@gnu.org>
22587
22588 * s/hpux.h: No longer define `static' as nothing.
22589
225902007-09-13 Johan Bockgård <bojohan@gnu.org>
22591
22592 * callint.c (Fcall_interactively): Remove unused var `fun'.
22593
225942007-09-12 Romain Francoise <romain@orebokech.com>
22595
22596 * window.c (prefer_window_split_horizontally, display_buffer):
22597 Revert 2007-09-08 change.
22598
225992007-09-12 Glenn Morris <rgm@gnu.org>
22600
22601 * alloca.c: Remove file.
22602 * Makefile.in (alloca): Do not undef.
22603 (allocaobj, alloca.o): Remove.
22604 (otherobj): Remove allocaobj.
22605 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
22606 * regex.c (C_ALLOCA): Remove all references and code that was only
22607 used when this was defined.
22608 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
22609 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
22610 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
22611
22612 * Makefile.in (SOURCES, unlock, relock): Delete.
22613
22614 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
22615 (menu_grab_callback): All uses changed.
22616
22617 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
22618 (x_reply_selection_request): All uses changed.
22619
226202007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
22621
22622 * lread.c (load_warn_old_style_backquotes): Change message to look
22623 better when it appears in the middle of byte-compiler messages.
22624
226252007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
22626
22627 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
22628
22629 * xterm.c (x_create_terminal): Add comment.
22630
22631 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
22632
226332007-09-10 Richard Stallman <rms@gnu.org>
22634
22635 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
22636
226372007-09-10 Michaël Cadilhac <michael@cadilhac.name>
22638
22639 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
22640 (DEFUN): Document `intspec', use it instead of `prompt'.
22641
22642 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
22643
22644 * data.c (Finteractive_form): If the interactive specification starts
22645 with a `(', use it as a Lisp form.
22646
22647 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
22648 name and file modes.
22649
22650 * callint.c (Fcall_interactively): Comment fixes.
22651
226522007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
22653
22654 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
22655 and compiled functions.
22656
226572007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
22658
22659 * window.c (prefer_window_split_horizontally): New variable.
22660 (display_buffer): Consider splitting window horizontally depending
22661 on prefer_window_split_horizontally.
22662
226632007-09-08 Eli Zaretskii <eliz@gnu.org>
22664
22665 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
22666
226672007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22668
22669 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
22670
22671 * frame.c (x_set_frame_parameters): Check number is positive before
22672 using XFASTINT.
22673
22674 * window.c (freeze_window_start): Don't presume selected_window holds
22675 a window object.
22676 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
22677
226782007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
22679
22680 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
22681
226822007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22683
22684 * window.c (Vsplit_window_preferred_function): New var.
22685 (Fdisplay_buffer): Use it.
22686 (syms_of_window): Export, and initialize it.
22687
226882007-09-06 Pixel <pixel@mandriva.com> (tiny change)
22689
22690 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
22691
226922007-09-06 Glenn Morris <rgm@gnu.org>
22693
22694 * gtkutil.c (menu_grab_callback) <cnt>:
22695 * xselect.c (x_reply_selection_request) <cnt>: Move static
22696 variable to file scope.
22697
226982007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22699
22700 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
22701 consistent values of selected_frame and selected_window.
22702
227032007-09-04 Jason Rumney <jasonr@gnu.org>
22704
22705 * w32console.c (initialize_w32_display): Zero unused hooks.
22706
227072007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22708
22709 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
22710 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
22711
227122007-09-04 Jason Rumney <jasonr@gnu.org>
22713
22714 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
22715 in w32console.c. Set up input. Remove XXX comments that have been
22716 confirmed as correct.
22717
22718 * s/ms-w32.h (MULTI_KBOARD): Define.
22719
22720 * w32console.c (one_and_only_w32cons): Remove.
22721 (initialize_w32_display): Take terminal argument.
22722
22723 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
22724 initialize_w32_display.
22725 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
22726
22727 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
22728
22729 * keyboard.c (discard_mouse_events): Discard it.
22730 (make_lispy_event): Translate it to a lisp event.
22731 (lispy_wheel_names): Add wheel-left and right events.
22732 (syms_of_keyboard): Enlarge wheel_syms.
22733
22734 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
22735 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
22736
22737 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
22738
22739 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
22740 from WM_MOUSEHWHEEL.
22741 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
22742
22743 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
22744 terminal.
22745
22746 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
22747 keyboard for the terminal.
22748
227492007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22750
22751 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
22752 (Vresume_tty_hook): Rename from Vresume_tty_functions.
22753 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
22754 and resume-tty-function to resume-tty-hook.
22755 (Fsuspend_tty, Fresume_tty): Use new names.
22756
227572007-09-02 Jan Djärv <jan.h.d@swipnet.se>
22758
22759 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
22760 if it starts with "n:".
22761
227622007-08-31 Jan Djärv <jan.h.d@swipnet.se>
22763
22764 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
22765
227662007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
22767
22768 * frame.h:
22769 * frame.c (Qterm_environment_variable): Remove.
22770 (syms_of_frame): Don't init and staticpro it.
22771
22772 * callproc.c (getenv_internal): Remove special case for $TERM.
22773
22774 * callproc.c (Vinitial_environment): New variable.
22775 (set_initial_environment): Initialize it.
22776 (syms_of_callproc): Declare it.
22777 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
22778 TERM under which a process runs is never related to the TERM in which
22779 Emacs is running.
22780
227812007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22782
22783 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
22784 * s/darwin.h: ... do it here.
22785
227862007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
22787
22788 * lisp.h (set_initial_environment): Rename from set_global_environment.
22789
22790 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
22791 removed by mistake on the multi-tty branch.
22792
22793 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
22794 (Fmodify_frame_parameters): Return a value.
22795
22796 * image.c (png_load): Comment-out var only used in commented-out code.
22797
22798 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
22799 before passing it to mark_object.
22800
22801 * xfaces.c (internal_resolve_face_name): Return a value.
22802 (internal_resolve_face_name, resolve_face_name_error): Comment out.
22803
22804 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
22805 (x_icon): Comment-out var only used in commented-out code.
22806
228072007-08-29 Romain Francoise <romain@orebokech.com>
22808
22809 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
22810 QUIT hasn't been provided.
22811
228122007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22813
22814 * callproc.c (child_setup, getenv_internal): Use the
22815 display-environment-variable and term-environment-variable frame params.
22816 (set_initial_environment): Initialise Vprocess_environment.
22817
22818 * config.in: Disable multi-keyboard support on a mac.
22819
22820 * frame.c (Qterm_environment_variable)
22821 (Qdisplay_environment_variable): New variables.
22822 (syms_of_frame): Intern and staticpro them.
22823 (Fmake_terminal_frame): Disable output method test.
22824
22825 * frame.h: Declare them here.
22826
22827 * macfns.c (x_set_mouse_color): Get rif from the frame.
22828 (x_set_tool_bar_lines): Don't use updating_frame.
22829 (mac_window): Add 2 new parameters for consistency with other systems.
22830 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
22831 frame parameters following what is done in X11 and w32. Don't use
22832 FRAME_MAC_DISPLAY_INFO.
22833 (Fx_open_connection, start_hourglass): Remove window-system check.
22834 (x_create_tip_frame): Get the keyboard from the terminal.
22835
22836 * macmenu.c: Reorder includes.
22837 (Fx_popup_menu): Use terminal specific mouse_position_hook.
22838
22839 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
22840 terminal parameter.
22841 (x_clear_frame): Add a frame parameter.
22842 (note_mouse_movement): Get rif from the frame.
22843 (mac_term_init): Initialize the terminal.
22844 (mac_initialize): Make static and move terminal initialization ...
22845 (mac_create_terminal): ... to this new function.
22846
22847 * macterm.h (struct mac_display_info): Add terminal.
22848 (mac_initialize): Delete declaration.
22849
22850 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
22851
22852 * sysdep.c: Comment out text after #endif.
22853
22854 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
22855 is defined. Better initialize ttys in windows. Use terminal
22856 specific mouse_position_hook.
22857
22858 * termhooks.h (union display_info): Add mac_display_info.
22859
22860 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
22861 Set the default minibuffer frame, window_system and the rest of the
22862 frame parameters following what is done in X11.
22863
22864 * w32term.c (w32_initialize): Make static.
22865
22866 * xselect.c (x_handle_selection_clear): Only access
22867 terminal->kboard when MULTI_KBOARD is defined.
22868
22869 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
22870 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
22871
228722007-08-29 Jason Rumney <jasonr@gnu.org>
22873
22874 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
22875 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
22876
22877 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
22878 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
22879
22880 * keyboard.c (restore_kboard_configuration): Only define when
22881 MULTI_KBOARD defined.
22882
22883 * makefile.w32-in: Update dependancies from Makefile.in.
22884 (OBJ1): Add terminal.$(O)
22885
22886 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
22887 Don't define function body.
22888 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
22889
22890 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
22891
22892 * w32.c (request_sigio, unrequest_sigio): Remove.
22893
22894 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
22895 (w32con_clear_frame, w32con_clear_end_of_line)
22896 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
22897 (w32con_delete_glyphs, w32con_set_terminal_window)
22898 (scroll_line, w32_sys_ring_bell): Add frame arg.
22899 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
22900 Add terminal arg.
22901 (PICK_FRAME): Remove.
22902 (w32con_write_glyphs): Use frame specific terminal coding.
22903 (one_and_only_w32cons): New global variable.
22904 (initialize_w32_display): Use it for storing hooks.
22905 (create_w32cons_output): New function.
22906
22907 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
22908 arg a frame.
22909
22910 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
22911 Set window_system.
22912 (x_set_tool_bar_lines): Don't use updating_frame.
22913 (Fx_create_frame): Set terminal and ref count.
22914 (Fx_open_connection): Remove window-system check.
22915
22916 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
22917
22918 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
22919 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
22920 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
22921 Add frame arg.
22922 (x_delete_terminal, w32_create_terminal): New functions.
22923 (w32_term_init): Create a terminal.
22924 (w32_initialize): Move terminal specific initialization to
22925 w32_create_terminal.
22926
22927 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
22928 (w32_clear_rect, w32_clear_area): Use background from frame.
22929 (w32_display_info): Add terminal.
22930 (w32_sys_ring_bell, x_delete_display): Declare here.
22931
22932 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
22933
22934 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
22935
229362007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
22937
22938 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
22939 Fix get_named_tty calls for the controlling tty.
22940
229412007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
22942
194d44e7 22943 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
22944
229452007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
22946
22947 * term.c (tty_insert_glyphs): Add missing first parameter.
22948
229492007-08-29 Károly Lőrentey <karoly@lorentey.hu>
22950
22951 * buffer.c (Fbuffer_list, Fbury_buffer):
22952 Take frame->buried_buffer_list into account.
22953
22954 * cm.c (current_tty): New variable, for cmputc().
22955 (cmputc): Use it.
22956 (cmcheckmagic): Add tty parameter, look up terminal streams there.
22957 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
22958 (cmgoto): Add tty parameter. Pass it on to calccost().
22959 Use emacs_tputs() instead of tputs().
22960
22961 * cm.h (emacs_tputs): New macro to set current_tty, and then call
22962 tputs().
22963 (current_tty): New variable, for cmputc().
22964 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
22965
22966 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
22967 (internal_condition_case, internal_condition_case_1)
22968 (internal_condition_case_2): Don't abort when x_catching_errors.
22969
22970 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
22971 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
22972 prevent crashes caused by bogus longjmps in read_char.
22973
22974 * keymap.h (Fset_keymap_parent): Add EXFUN.
22975
22976 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
22977 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
22978 Remove redundant definition.
22979
22980 * macfns.c (x_set_mouse_color, x_make_gc):
22981 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22982
22983 * w32term.c (x_free_frame_resources):
22984 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22985 (w32_initialize): Use the accessor macros for terminal characteristics.
22986
22987 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
22988 Use the accessor macros for terminal characteristics.
22989 * msdos.c (internal_terminal_init): Use the accessor macros for
22990 terminal characteristics.
22991 (ScreenVisualBell, internal_terminal_init):
22992 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22993
22994 * termopts.h (no_redraw_on_reenter): Declare.
22995
22996 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
22997 (mark_terminals, mark_ttys): Declare.
22998 (Fgarbage_collect): Call them.
22999 (mark_object): Mark buried_buffer_list.
23000
23001 * prefix-args.c: Include stdlib.h for exit.
23002
23003 * syssignal.h: Add comment.
23004
23005 * indent.c: Include stdio.h.
23006
23007 * window.h (Vinitial_window_system): Declare.
23008 (Vwindow_system): Delete declaration.
23009
23010 * fontset.c (Finternal_char_font): Use FRAME_RIF.
23011
23012 * image.c (lookup_image): Don't initialize `c' until the xasserts
23013 have been run.
23014
23015 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
23016 FRAME_FOREGROUND_PIXEL.
23017
23018 * print.c (print_preprocess): Don't lose print_depth levels while
23019 iterating.
23020
23021 * widget.c (update_from_various_frame_slots):
23022 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23023
23024 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
23025 frames.
23026 (window_internal_height): Remove bogus make_number call.
23027 (init_window_once): Call make_terminal_frame with two zero parameters.
23028
23029 * fileio.c (Fread_file_name): Update comment.
23030
23031 * callint.c (Fcall_interactively):
23032 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
23033 Make sure it is correctly unwound.
23034
23035 * xsmfns.c (x_session_close): New function.
23036
23037 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
23038 Delete declarations.
23039
23040 * xterm.h: Remove declaration for x_fully_uncatch_errors.
23041 (x_output): Remove background_pixel and foreground_pixel fields.
23042 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
23043 (x_delete_device, x_session_close): Declare.
23044
23045 * lread.c: Include setjmp.h. Update declaration of `read_char'.
23046 (read_filtered_event): Call `read_char' with a local
23047 `wrong_kboard_jmpbuf'.
23048
23049 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
23050 Don't call single_kboard_state. Use FRAME_RIF.
23051
23052 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
23053 systems.
23054
23055 * lisp.h (set_process_environment): Rename to `set_global_environment'.
23056 (Fframe_with_environment, Fset_input_meta_mode)
23057 (Fset_quit_char): EXFUN.
23058 (x_create_device, tty_output, terminal, tty_display_info): Declare.
23059 (init_sys_modes, reset_sys_modes): Update prototypes.
23060 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
23061
23062 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
23063 Vlocal_key_translation_map, and Vkeyboard_translate_table.
23064 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
23065 Delete declarations.
23066 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
23067 (temporarily_switch_to_single_kboard, tty_read_avail_input):
23068 New declarations.
23069
23070 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
23071 already does that during init_display(). Call syms_of_keymap
23072 before syms_of_keyboard. Call `syms_of_terminal'.
23073 Call set_initial_environment, not set_process_environment.
23074 (shut_down_emacs): Call reset_all_sys_modes() instead of
23075 reset_sys_modes().
23076
23077 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
23078 (internal_resolve_face_name, resolve_face_name_error): New functions.
23079 (resolve_face_name): Protect against loops and errors thrown by Fget.
23080 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
23081 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
23082
23083 * scroll.c: Replace CURTTY() with local variables throughout the
23084 file (where applicable).
23085 (calculate_scrolling, calculate_direct_scrolling)
23086 (scrolling_1, scroll_cost): Use the accessor macros for terminal
23087 characteristics.
23088
23089 * keymap.c (Vfunction_key_map): Remove.
23090 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
23091 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
23092 (Vkey_translation_map): Remove.
23093 (syms_of_keymap): Remove DEFVAR for key-translation-map.
23094 (Fdescribe_buffer_bindings)
23095 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
23096 Update for terminal-local key-translation-map.
23097
23098 * Makefile.in (callproc.o): Update dependencies.
23099 (lisp, shortlisp): Add termdev.elc.
23100 (obj): Add terminal.o.
23101 (terminal.o): Add dependencies.
23102 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
23103 (data.o, fns.o): Add termhooks.h dependency.
23104 (SOME_MACHINE_LISP): Add dnd.elc.
23105 (minibuf.o): Fix typo.
23106 Update dependencies.
23107
23108 * data.c (do_symval_forwarding, store_symval_forwarding)
23109 (find_symbol_value): Use the selected frame's keyboard, not
23110 current_kboard.
23111
23112 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
23113 Vwindow_system.
23114
23115 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
23116 Fmenu_bar_open.
23117 (syms_of_xmenu): Update defsubr.
23118 (mouse_position_for_popup, Fx_popup_menu)
23119 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
23120 (set_frame_menubar, free_frame_menubar)
b97439ce 23121 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
23122 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
23123 an X frame.
23124
23125 * xselect.c (x_own_selection): Abort if not an X frame.
23126 (some_frame_on_display): Check if it is an X frame.
23127 (x_handle_selection_clear): Deal with MULTI_KBOARD.
23128
23129 * coding.c: Include frame.h and termhooks.h.
23130 (terminal_coding, keyboard_coding): Delete.
23131 (Fset_terminal_coding_system_internal)
23132 (Fset_keyboard_coding_system_internal)
23133 (Fkeyboard_coding_system)
23134 (Fterminal_coding_system): Add a terminal parameter.
23135 Get terminal_coding from the terminal.
23136 (init_coding_once): Don't call setup_coding_system here.
23137
23138 * dispextern.h (set_scroll_region, turn_off_insert)
23139 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
23140 (tty_clear_end_of_line, tty_setup_colors)
23141 (delete_tty, updating_frame)
23142 (produce_special_glyphs, produce_glyphs, write_glyphs)
23143 (insert_glyphs): Remove.
23144 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
23145 (tty_turn_off_highlight, get_tty_size): Add declaration.
23146 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
23147
23148 * frame.h (enum output_method): Add output_initial.
23149 (struct x_output): Delete.
23150 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
23151 Access foreground_pixel and background_pixel directly from the frame.
23152 (tty_display): Delete.
23153 (struct frame): Add buried_buffer_list, foreground_pixel,
23154 background_pixel and terminal. Delete kboard.
23155 (union output_data): Add tty.
23156 (FRAME_KBOARD): Get the kboard from the terminal.
23157 (FRAME_INITIAL_P): New macro.
23158 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
23159 (Qterm_environment_variable, Qdisplay_environment_variable)
23160 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
23161 New declarations.
23162
23163 * termchar.h (tty_output, tty_display_info): New structures.
23164 (tty_list): Declare.
23165 (FRAME_TTY, CURTTY): New macros.
23166 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
23167 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
23168 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
23169 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
23170
23171 * callproc.c: Include frame.h and termhooks.h, for terminal
23172 parameters.
23173 (add_env): New function.
23174 (child_setup): Use it.
23175 (child_setup, getenv_internal): Handle the new Vprocess_environment.
23176 (getenv_internal): Fix get_terminal_param call.
23177 (Fgetenv_internal, egetenv): Update doc.
23178 (syms_of_callproc): Initialize Vprocess_environment to nil.
23179 Register and initialize them. Remove obsolete defvars. Update doc
23180 strings.
23181 (child_setup): Handle Vlocal_environment_variables.
23182 (getenv_internal): Add terminal parameter.
23183 Handle Vlocal_environment_variables.
23184 (Fgetenv_internal): Add terminal parameter.
23185 (child_setup, getenv_internal, Fgetenv_internal): Store the local
23186 environment in a frame (not terminal) parameter. Update doc strings.
23187 (set_initial_environment): Rename from set_global_environment.
23188 Store Emacs environment in initial frame parameter.
23189
23190 * xdisp.c (redisplay_internal): Update references to
23191 `previous_terminal_frame'.
23192 (display_mode_line, Fformat_mode_line): Replace calls to
23193 `push_frame_kboard' with `push_kboard'.
23194 (get_glyph_string_clip_rects): Add extra parentheses and
23195 braces to prevent compiler warnings.
23196 (calc_pixel_width_or_height): Add xassert to check that the
23197 frame is alive. Don't call `lookup_image' on a termcap frame.
23198 (message2_nolog, message3_nolog, redisplay_internal)
23199 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
23200 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
23201 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
23202 (Fx_display_pixel_width, Fx_display_pixel_height)
23203 (Fx_display_planes, Fx_display_color_cells)
23204 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
23205 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
23206 (Fx_display_backing_store, Fx_display_visual_class)
23207 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
23208 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
23209
23210 * xfns.c (x_set_foreground_color x_set_background_color)
23211 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
23212 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23213 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
23214 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
23215 terminal that is being deleted.
23216 (Fx_create_frame): Use `store_frame_param' to set `window-system'
23217 frame parameter, and make sure it overrides any user-supplied setting.
23218 (Fx_close_connection, Fx_synchronize): Unify argument names with
23219 the rest of the DEFUNs.
23220
23221 * dispnew.c (Fsend_string_to_terminal): Update call to
23222 `get_tty_terminal'.
23223 (Fredraw_frame, Fsend_string_to_terminal)
23224 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
23225 FRAME_TERMCAP_P and FRAME_TTY.
23226 (window_change_signal): Don't believe width/height values that are
23227 impossibly small.
23228 (Vinitial_window_system): Rename from Vwindow_system.
23229 (termscript, Wcm, rif): Delete.
23230
23231 * termhooks.h (struct terminal): New struct containing the
23232 previously global text display hooks and new members NAME,
23233 DELETED and PARAM_ALIST.
23234 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
23235 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
23236 (FRAME_RIF): New macros.
23237 (get_terminal_param, get_device): New declarations.
23238 (termscript): Delete declaration.
23239
23240 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
23241 (XTflash, x_free_frame_resources, x_scroll_bar_create)
23242 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
23243 FRAME_FOREGROUND_PIXEL.
23244 (x_fully_uncatch_errors): Disable definition.
23245 (x_scroll_bar_expose): Fix reference to foreground pixel.
23246 (XTread_socket): Disable loop on all X displays.
23247 (x_delete_terminal): Don't set terminal->deleted and let
23248 delete_terminal delete the frames on the terminal.
23249 (x_delete_display): Doc update to reflect changes in
23250 delete_terminal.
23251 (x_display_info) <terminal>: Move member earlier in the struct.
23252 (deleting_tty): Remove old variable.
23253 (Fsuspend_tty): Call clear_tty_hooks.
23254 (Fresume_tty, init_tty): Call set_tty_hooks.
23255 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
23256 errors on X frames.
23257 (x_catch_errors_unwind): Abort if x_error_message is NULL.
23258 (handle_one_xevent): Initialize `f' to NULL.
23259 (x_delete_terminal, x_create_terminal): New functions.
23260 (XTset_terminal_modes, XTreset_terminal_modes)
23261 (XTread_socket, x_connection_closed, x_term_init)
23262 (x_term_init, x_delete_display): Add terminal parameter.
23263 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
23264 X connections.
23265
23266 * frame.c: Include termchar.h.
23267 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
23268 (Qwindow_system, Qenvironment, Qterm_environment_variable)
23269 (Qdisplay_environment_variable): New vars.
23270 (Fframep): Deal with output_initial.
23271 (Fframe-live-p): Doc fix.
23272 (Fwindow-system): New function.
23273 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
23274 (make_terminal_frame): Don't create frames on a terminal that is
23275 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23276 (store_frame_param): Check for found_for_frame before calling XFRAME.
23277 (Fmake_terminal_frame): Handle NULL tty names correctly.
23278 (syms_of_frame): Enhance doc string of `default-frame-alist'.
23279 (Fdelete_frame): Remove unused variable `count'. Don't allow other
23280 frames to refer to a deleted frame in their 'environment parameter.
23281 (Fframe_with_environment): New function.
23282 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
23283 (get_future_frame_param): New function.
23284 (Fmake_terminal_frame): Use it.
23285 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
23286
23287 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
23288 * sysdep.c (reset_sys_modes): Update for renames.
23289
23290 * keyboard.c (tty_read_avail_input): New function.
23291 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
23292 (syms_of_keyboard): Defsubr them.
23293 (Fset_input_meta_mode, Fset_quit_char): New functions.
23294 (Fset_input_mode): Split to above functions.
23295 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
23296 parameter. Use it in call to `read_char'.
23297 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
23298 Set wrong_kboard_jmpbuf correctly in recursive calls.
23299 Use current_kboard to access Vkeyboard_translate_table.
23300 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
23301 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
23302 Update longjmp invocations. Remember the original current_kboard,
23303 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
23304 changes it. Comment out unnecessary calls to
23305 `record_single_kboard_state' and `any_kboard_state'.
23306 Update recursive calls.
23307 (wrong_kboard_jmpbuf): Remove global variable.
23308 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
23309 Handle deleted interrupted_kboards correctly; that is a legal
23310 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
23311 and read_char calls. Abort if interrupted_kboard died in read_char.
23312 (any_kboard_state, single_kboard_state)
23313 (push_frame_kboard): Remove function.
23314 (pop_kboard): Switch out of single_kboard mode if the kboard has
23315 been deleted. Remove unused variable. Help debugging by not
23316 changing current_kboard unnecessarily. Set current_kboard to the
23317 kboard of the selected frame when the stored kboard object has
23318 been deleted before pop_kboard.
23319 (temporarily_switch_to_single_kboard): Change first parameter to a
23320 frame pointer. Throw an error when caller wants to change kboards
23321 while in single_kboard mode. Don't push_kboard if we weren't in
23322 single kboard state. Don't pop_kboard if we popped into any
23323 kboard state.
23324 (restore_kboard_configuration): Abort if pop_kboard changed the
23325 kboard in single_kboard mode. Call pop_kboard only after setting
23326 up single_kboard mode.
23327 (Frecursive_edit): Switch to single_kboard mode only in nested
23328 command loops.
23329 (cmd_error, command_loop, command_loop_1, timer_check):
23330 Comment out unnecessary call to `any_kboard_state' and
23331 `record_single_kboard_state'.
23332 (delete_kboard): Exit single_kboard mode if we have just deleted
23333 that kboard. Use FRAME_KBOARD.
23334 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
23335 `fatal_error_signal'.
23336 (record_single_kboard_state): Don't push_kboard if we weren't in
23337 single kboard state. Don't pop_kboard if we popped into any
23338 kboard state.
23339 (push_frame_kboard): Rename to push_kboard.
23340 (kbd_buffer_get_event): Use FRAME_TERMINAL.
23341 (read_avail_input): Read input from all terminals.
23342 (mark_kboards): Also mark Vkeyboard_translate_table.
23343 (kbd_buffer_store_event_hold): Simplify condition.
23344 (read_key_sequence): Reinitialize fkey and keytran at each replay.
23345 (Vkeyboard_translate_table): Move to struct kboard.
23346 (init_kboard): Initialize Vkeyboard_translate_table.
23347 (syms_of_keyboard): Use DEFVAR_KBOARD to define
23348 Vkeyboard_translate_table. Update doc strings. Update docs of
23349 local-function-key-map and function-key-map.
23350
23351 * terminal.c: New file.
23352
23353 * term.c: Include errno.h.
23354 (Vring_bell_function, device_list, initial_device)
23355 (next_device_id, ring_bell, update_begin, update_end)
23356 (set_terminal_window, cursor_to, raw_cursor_to)
23357 (clear_to_end, clear_frame, clear_end_of_line)
23358 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
23359 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
23360 (syms_of_term): Move their initialization to terminal.c.
23361 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
23362 (Ftty_display_color_cells)
23363 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
23364 (clear_tty_hooks, set_tty_hooks)
23365 (init_tty, maybe_fatal): New functions.
23366 (Ftty_type): Return nil if terminal is not on a tty instead of
23367 throwing an error. Doc update.
23368 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
23369 Doc update. Initialize new subrs and variables.
23370 (delete_tty): Use terminal->deleted.
23371 (tty_set_terminal_modes): Rename from set_terminal_modes.
23372 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
23373 (set_scroll_region): Rename to `tty_set_scroll_region'.
23374 (turn_on_insert): Rename to `tty_turn_on_insert'.
23375 (turn_off_insert): Rename to `tty_turn_off_insert'.
23376 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
23377 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
23378 (toggle_highligh): Rename to `tty_toggle_highlight'.
23379 (background_highlight): Rename to `tty_background_highlight'.
23380 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
23381 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
23382 (tty_set_scroll_region, tty_background_highlight)
23383 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
23384 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
23385 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
23386 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
23387 Add static modifier.
23388 (tty_reset_terminal_modes, tty_set_terminal_window)
23389 (tty_set_scroll_region, tty_background_highlight)
23390 (tty_highlight_if_desired, tty_cursor_to)
23391 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
23392 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
23393 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
23394 renames.
23395
233962007-08-28 Jan Djärv <jan.h.d@swipnet.se>
23397
23398 * keyboard.c: Qrtl is new.
23399 (parse_tool_bar_item): Handle :rtl keyword.
23400 (syms_of_keyboard): Intern :rtl keyword.
23401
23402 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
23403
23404 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
23405 so no Lisp code is executed.
23406 (file_for_image, find_rtl_image): New functions.
23407 (xg_get_image_for_pixmap): Use file_for_image.
23408 (update_frame_tool_bar): If direction is RTL, use RTL image if
23409 defined. Use Gtk stock images if defined.
23410
234112007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23412
23413 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
23414 for nonexistent or zero-width glyph in composition glyph.
23415
234162007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
23417
23418 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
23419
23420 * xdisp.c (Finvisible_p): New function.
23421 (syms_of_xdisp): defsubr it.
23422
234232007-08-24 Juanma Barranquero <lekktu@gmail.com>
23424
23425 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
23426 Doc fixes.
23427
234282007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23429
23430 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
23431
234322007-08-24 Martin Rudalics <rudalics@gmx.at>
23433
23434 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
23435 whether decoding has modified buffer contents.
23436
234372007-08-24 Jason Rumney <jasonr@gnu.org>
23438
23439 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
23440 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
23441 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
23442 (init_svg_functions) [HAVE_NTGUI]: New function.
23443 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
23444 (svg_load_image): Use them.
23445 (svg_load_image) [HAVE_NTGUI]: Implement background.
23446
234472007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23448
23449 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
23450 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
23451 (LIBX): Remove @RSVG_LIBS@.
23452 (LIBES): Add $(RSVG_LIBS).
23453
23454 * image.c (svg_load_image): Blend with specified background if exists.
23455 Use IMAGE_BACKGROUND. Add Mac OS Support.
23456
23457 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
23458 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
23459 Remove macros.
23460 [MAC_OSX] (socket_callback): Do nothing.
23461 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
23462 ReceiveNextEvent.
23463 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
23464 socket_callback.
23465 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
23466
234672007-08-22 Glenn Morris <rgm@gnu.org>
23468
23469 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
23470
234712007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
23472
23473 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
23474
23475 * image.c: Add support for SVG images. Some additional comments
23476 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
23477 (svg_image_p): New function to test for SVG image.
23478 (svg_load): New function to load SVG image.
23479 (svg_load_image): New function, helper for svg_load.
23480 (Qsvg): New Lisp_object.
23481 (svg_keyword_index): New enum.
23482 (svg_format): New static `image_keyword' struct.
23483 (svg_type): New static `image_type' struct.
23484 (librsvg/rsvg.h): Include it.
23485
234862007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
23487
23488 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
23489
234902007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23491
23492 * lread.c (Qold_style_backquotes): New var.
23493 (syms_of_lread): Init and staticpro it.
23494 (load_warn_old_style_backquotes): New fun.
23495 (Fload): Use them to warn about old style backquotes.
23496 (end_of_file_error, Fload): Remove unused vars.
23497
23498 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
23499
23500 * lread.c (Vold_style_backquotes): New var.
23501 (syms_of_lread): Init and export it to Elisp.
23502 (read1): Set it when we find an old-style (back)quote.
23503
235042007-08-22 Jason Rumney <jasonr@gnu.org>
23505
23506 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
23507
235082007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
23509
23510 * puresize.h (BASE_PURESIZE): Increase to 1140000.
23511
235122007-08-19 Richard Stallman <rms@gnu.org>
23513
23514 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
23515
235162007-08-19 Andreas Schwab <schwab@suse.de>
23517
23518 * alloc.c (pure): Round PURESIZE up.
23519
235202007-08-17 Jan Djärv <jan.h.d@swipnet.se>
23521
23522 * xterm.c (handle_one_xevent): Remove check that mouse click is in
23523 active frame.
23524
235252007-08-16 Richard Stallman <rms@gnu.org>
23526
23527 * eval.c (Fcommandp): Add parens to clarify.
23528
23529 * minibuf.c (Fall_completions): Use enum for type of table.
23530
23531 * emacs.c (USAGE2): Improve text.
23532
235332007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
23534
23535 * term.c (tty_default_color_capabilities): Declare static
23536 variables in file scope, to avoid HPUX compiler problem.
23537
235382007-08-13 Jan Djärv <jan.h.d@swipnet.se>
23539
23540 * gtkutil.c (update_frame_tool_bar): Use -1 as index
23541 to gtk_toolbar_insert.
23542
235432007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
23544
23545 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
23546
23547 * insdel.c (reset_var_on_error): New fun.
23548 (signal_before_change, signal_after_change):
23549 Use it to reset (after|before)-change-functions to nil in case of error.
23550 Bind inhibit-modification-hooks to t.
23551 Don't bind (after|before)-change-functions to nil while they run.
23552
235532007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23554
23555 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
23556 filling pixmap with stippled background.
23557
235582007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23559
23560 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
23561 Don't use invisible frame as parent window for repositioning.
23562
235632007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
23564
23565 * print.c (new_backquote_output): Rename from old_backquote_output.
23566 (print): Inverse its logic (according to its name) so as to match the
23567 behavior of new_backquote_flag in lread.c.
23568
235692007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23570
23571 * gmalloc.c (posix_memalign): New function.
23572
23573 * macterm.c (frame_highlight, frame_unhighlight): Don't call
23574 ActivateControl/DeactivateControl here.
23575 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
23576 frame-notice-user-settings is non-nil.
23577 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
23578 for kEventParamFMFontStyle.
23579 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
23580 mac_pass_command_to_system and mac_pass_control_to_system here.
23581 (XTread_socket): Call ActivateControl/DeactivateControl here.
23582 (XTread_socket) [TARGET_API_MAC_CARBON]:
23583 Check mac_pass_command_to_system and mac_pass_control_to_system here.
23584 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
23585 for window repositioning.
23586
235872007-08-08 Glenn Morris <rgm@gnu.org>
23588
23589 * Replace `iff' in doc-strings and comments.
23590
235912007-08-07 Chong Yidong <cyd@stupidchicken.com>
23592
23593 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
23594
235952007-08-07 Martin Rudalics <rudalics@gmx.at>
23596
23597 * fileio.c (Finsert_file_contents): Run format-decode and
23598 after_insert_file_functions on entire buffer when REPLACE is
23599 non-nil and inhibit modification_hooks and point_motion_hooks.
23600 For consistency, run after_insert_file_functions iff something
23601 got inserted. Move signal_after_change and update_compositions
23602 after code running after_insert_file_functions. Make sure that
23603 undo_list doesn't record intermediate steps of the decoding process.
23604
236052007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23606
23607 * emacs.c (main)
23608 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
23609 Call malloc_enable_thread on interactive startup.
23610
23611 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
23612 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
23613 [USE_PTHREAD]: Conditionalize with it.
23614 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
23615 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
23616 New functions.
23617
236182007-08-06 Chong Yidong <cyd@stupidchicken.com>
23619
23620 * xdisp.c (redisplay_window): When restoring original buffer
23621 position, make sure it is still valid.
23622
23623 * image.c (png_load): Ignore png-supplied background color.
23624
236252007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23626
23627 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
23628 Use kCFAbsoluteTimeIntervalSince1970.
23629
23630 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
23631 New variable.
23632 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
23633 event loop should be quit.
23634 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
23635 Quit dialog event loop if quit_dialog_event_loop is set.
23636
23637 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
23638 (Selection): New typedef. Use instead of ScrapRef.
23639 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
23640 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
23641 (mac_clear_selection): Rename from clear_scrap.
23642 (get_flavor_type_from_symbol): New argument SEL and subsume function of
23643 scrap_has_target_type. All uses changed.
23644 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
23645 (mac_selection_has_target_p): New functions.
23646 (mac_put_selection_value): Rename from put_scrap_string.
23647 (mac_get_selection_value): Rename from get_scrap_string.
23648 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
23649 (put_scrap_private_timestamp, scrap_has_target_type)
23650 (get_scrap_private_timestamp): Remove functions.
23651 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
23652 (x_own_selection, x_get_local_selection):
23653 Use mac_valid_selection_value_p.
23654 (x_own_selection): Don't use put_scrap_private_timestamp.
23655 Record OWNERSHIP-INFO into Vselection_alist instead.
23656 (x_get_local_selection): Don't check type if request is local.
23657 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
23658 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
23659
236602007-08-04 Jan Djärv <jan.h.d@swipnet.se>
23661
23662 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
23663 add comment explaining why.
23664
236652007-08-03 Richard Stallman <rms@gnu.org>
23666
23667 * fileio.c (Fvisited_file_modtime): Use make_time.
23668
236692007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
23670
23671 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
23672 build.
23673
236742007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
23675
23676 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
23677
236782007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
23679
23680 * puresize.h (BASE_PURESIZE): Increase to 1130000.
23681
236822007-07-30 Richard Stallman <rms@gnu.org>
23683
23684 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
23685
236862007-07-29 Jan Djärv <jan.h.d@swipnet.se>
23687
23688 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
23689
236902007-07-28 Nick Roberts <nickrob@snap.net.nz>
23691
23692 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
23693 remote default-directory.
23694
23695 * buffer.c (mode-line-format): Update doc string.
23696
236972007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23698
23699 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
23700 scroll bar gap.
23701 (x_scroll_bar_create): Set bar->fringe_extended_p.
23702 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
23703 on frame edge. Check fringe background extension. Don't clear
23704 extended fringe background area.
23705
23706 * w32term.h (struct scroll_bar): New member fringe_extended_p.
23707 (w32_fill_area): Enclose multiple statements with do ... while (0).
23708
23709 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
23710 Extend fringe background to scroll bar gap.
23711 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
23712 Set bar->fringe_extended_p.
23713 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23714 Put leftmost/rightmost scroll bars on frame edge. Check fringe
23715 background extension. Don't clear extended fringe background area.
23716
23717 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23718 New member fringe_extended_p.
23719
237202007-07-25 Glenn Morris <rgm@gnu.org>
23721
23722 * Relicense all FSF files to GPLv3 or later.
23723
23724 * COPYING: Switch to GPLv3.
23725
237262007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
23727
23728 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
23729
23730 * data.c (Finteractive_form): Check for the presence of an
23731 `interactive-form' symbol property more thoroughly.
23732
23733 * data.c (Finteractive_form): Use an `interactive-form' property if
23734 present, analogous to the function-documentation property.
23735
237362007-07-24 Jason Rumney <jasonr@gnu.org>
23737
23738 * w32fns.c (x_real_positions): Get real position from OS instead of
23739 calculating it.
23740
237412007-07-23 Jason Rumney <jasonr@gnu.org>
23742
23743 * filelock.c (current_lock_owner): Allow for @ sign in username.
23744
237452007-07-22 Nick Roberts <nickrob@snap.net.nz>
23746
23747 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
23748 remote default-directory.
23749
23750 * buffer.c (mode-line-format): Describe above case in doc string.
23751
237522007-07-20 Eli Zaretskii <eliz@gnu.org>
23753
23754 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
23755 Define if not defined.
23756
237572007-07-18 Jason Rumney <jasonr@gnu.org>
23758
23759 * w32proc.c (w32_executable_type): Handle 64 bit executables.
23760
237612007-07-18 Richard Stallman <rms@gnu.org>
23762
23763 * data.c (Fsetq_default): Doc fix.
23764
23765 * eval.c (Fsetq): Doc fix.
23766
237672007-07-18 Juanma Barranquero <lekktu@gmail.com>
23768
23769 * coding.c (Ffind_operation_coding_system):
23770 * eval.c (For, Fand): Doc fixes.
23771 Reported by Johan Bockgård.
23772
237732007-07-18 Jan Djärv <jan.h.d@swipnet.se>
23774
23775 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
23776
23777 * xterm.h: Declare x_ewmh_activate_frame.
23778
23779 * xterm.c (x_ewmh_activate_frame): New function.
23780 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
23781
237822007-07-17 Martin Rudalics <rudalics@gmx.at>
23783
23784 * window.c (Fdisplay_buffer): If largest or LRU window is the
23785 only window, split it even if it is not eligible for splitting.
23786 This restores the original behavior broken by the 2007-07-15
23787 change.
23788
237892007-07-17 Glenn Morris <rgm@gnu.org>
23790
23791 * abbrev.c (abbrev_check_chars): New function.
23792 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
23793 Call abbrev_check_chars to check abbrev characters are word
23794 constituents. Doc fix.
23795
237962007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
23797
23798 * process.c (Fstart_process, Fmake_network_process)
23799 (read_process_output): Fix up last changes.
23800
238012007-07-16 Eli Zaretskii <eliz@gnu.org>
23802
23803 * makefile.w32-in (clean): Don't delete *~.
23804
238052007-07-16 Andreas Schwab <schwab@suse.de>
23806
23807 * window.c (Fdisplay_buffer): Use NILP.
23808 (Fset_window_scroll_bars): Likewise.
23809
238102007-07-15 Martin Rudalics <rudalics@gmx.at>
23811
23812 * window.c (window_min_size_2): New function.
23813 (window_min_size_1, size_window, Fdisplay_buffer)
23814 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
23815 windows without mode- or header-lines when window-min-height is
23816 too small.
23817 (size_window): Reset nodelete_p after testing it, following an
23818 earlier note by Kim F. Storm.
23819 (display_buffer): Do not set split_height_threshold to twice the
23820 value of window_min_height to avoid changing the value of a
23821 customizable variable. Rather explicitly check whether the
23822 height of the window that shall be splitted is at least as large
23823 as split_height_threshold.
23824 (Fwindow_full_width_p): New defun.
23825 (syms_of_window): Defsubr it.
23826
23827 * window.h: Add EXFUN for Fwindow_full_width_p.
23828
238292007-07-14 Jason Rumney <jasonr@gnu.org>
23830
23831 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
23832
238332007-07-14 Richard Stallman <rms@gnu.org>
23834
23835 * eval.c (maybe_call_debugger): New function.
23836 (find_handler_clause): Use maybe_call_debugger.
23837 Call it when the handler says `debug'.
23838 Eliminate DEBUGGER_VALUE_PTR.
23839 (Fsignal): Eliminate debugger_value.
23840 (Qdebug): New variable.
23841 (syms_of_eval): Initialize it.
23842
238432007-07-14 Juanma Barranquero <lekktu@gmail.com>
23844
23845 * eval.c (Fprogn):
23846 * keyboard.c (Ftrack_mouse):
23847 * print.c (Fwith_output_to_temp_buffer):
23848 * window.c (Fsave_window_excursion): Doc fix.
23849
238502007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
23851
23852 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
23853
238542007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
23855
23856 * process.h (struct Lisp_Process): Turn slots infd, outfd,
23857 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
23858 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
23859 read_output_delay, and read_output_skip from Lisp_Objects to ints.
23860 Remove unused encoding_carryover.
23861 * process.c: Adjust all functions accordingly.
23862
238632007-07-12 Richard Stallman <rms@gnu.org>
23864
23865 * term.c: Include unistd.h only if HAVE_UNISTD_H.
23866
238672007-07-11 Jason Rumney <jasonr@gnu.org>
23868
23869 * makefile.w32-in (LIBS): Include OLE32.
23870
23871 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
23872 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
23873
238742007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
23875
23876 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
23877 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
23878 from a Lisp_Object into a bare pointer.
23879 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
23880 Adjust the code correspondingly.
23881
23882 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
23883
23884 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
23885 (term_show_mouse_face): Remove unused var `j'.
23886 (handle_one_term_event): Remove unused vars `i' and `j'.
23887 Don't cast return value of ttyname since it's not necessary.
23888
238892007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
23890
23891 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
23892 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
23893
23894 * fns.c (map_char_table): Use an array of int for `indices' rather than
23895 an array of Lisp_Objects (which are only ever integers anyway).
23896 (Fmap_char_table): Update caller.
23897 * lisp.h: Update prototype.
23898 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
23899 * fontset.c (Ffontset_info):
23900 * casetab.c (set_case_table): Update callers.
23901
23902 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
23903
23904 * keymap.c (struct accessible_keymaps_data)
23905 (struct where_is_internal_data): New structures.
23906 (accessible_keymaps_1, where_is_internal_1): Use them to change
23907 interface to adhere to the one used by map_keymap.
23908 (Faccessible_keymaps, where_is_internal): Use map_keymap.
23909 (accessible_keymaps_char_table, where_is_internal_2): Remove.
23910
23911 * keymap.h (map_keymap_function_t): More informative prototype.
23912
239132007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
23914
23915 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
23916 (looking_at_1): Don't change search_regs and last_thing_searched
23917 if `inhibit-changing-match-data' is non-nil.
23918 (string_match_1, search_buffer, set_search_regs): Likewise.
23919 (syms_of_search): Add Lisp level definition for
23920 `inhibit-changing-match-data' and set it to nil.
23921 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
23922 start and end of the match, instead of using values in search_regs.
23923
239242007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23925
23926 * minibuf.c (Fcompleting_read): New value `confirm-only'
23927 for `require-match'.
23928
239292007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
23930
23931 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
23932 part of the 2007-06-27 change to syms_of_fileio.
23933
239342007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23935
23936 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
23937 Check WINDOWP before using XWINDOW. Consolidate return statements.
23938
239392007-06-27 Richard Stallman <rms@gnu.org>
23940
23941 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
23942
239432007-06-27 Juanma Barranquero <lekktu@gmail.com>
23944
23945 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
23946
239472007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23948
23949 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
23950 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
23951 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
23952 (_free_internal, memalign): Use them.
23953 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
23954 Initialize to PTHREAD_MUTEX_INITIALIZER.
23955 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
23956 (morecore_nolock): Rename from morecore. All uses changed.
23957 Use only nolock versions of internal allocation functions.
23958 (_malloc_internal_nolock, _realloc_internal_nolock)
23959 (_free_internal_nolock): New functions created from
23960 _malloc_internal, _realloc_internal, and _free_internal.
23961 (_malloc_internal, _realloc_internal, _free_internal): Use them.
23962 Copy hook value to automatic variable before its use.
23963 (memalign): Copy hook value to automatic variable before its use.
23964
239652007-06-26 Kenichi Handa <handa@m17n.org>
23966
23967 * coding.c (Ffind_operation_coding_system): Docstring improved.
23968 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
23969
239702007-06-25 David Kastrup <dak@gnu.org>
23971
23972 * keymap.c (Fcurrent_active_maps): Add `position' argument.
23973 (Fwhere_is_internal): Adjust call to `current-active-maps' to
23974 cater for additional parameter.
23975
23976 * keymap.h: Adjust number of parameters to `current-active-maps'.
23977
23978 * doc.c (Fsubstitute_command_keys): Adjust call of
23979 `current-active-maps'.
23980
239812007-06-25 David Kastrup <dak@gnu.org>
23982
23983 * callint.c (Fcall_interactively): Make the parsing of interactive
23984 specs somewhat more readable.
23985
239862007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23987
23988 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
23989 to scroll bar gap also when bitmap fills fringe. Draw only foreground
23990 if extended background has already been filled.
23991
239922007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23993
23994 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
23995 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
23996
23997 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
23998 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
23999 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
24000 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
24001 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
24002 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
24003 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
24004 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
24005 Run timers during dialog popup.
24006 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
24007
240082007-06-21 Jason Rumney <jasonr@gnu.org>
24009
24010 * image.c (convert_mono_to_color_image): Swap fore and background.
24011
240122007-06-20 Jason Rumney <jasonr@gnu.org>
24013
24014 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
24015 (w32_free_bdf_font): Unmap memory not handle.
24016
240172007-06-20 Sam Steingold <sds@gnu.org>
24018
24019 * gmalloc.c (__morecore): Fix the declaration to comply with the
24020 definition.
24021
240222007-06-20 Juanma Barranquero <lekktu@gmail.com>
24023
24024 * w32term.c (w32_delete_display): Remove leftover declaration.
24025 (w32_define_cursor, w32_initialize): Make static.
24026
24027 * w32.c (_wsa_errlist): Fix typo in error message.
24028 (init_environment): Ignore any environment variable from the
24029 registry having a null value.
24030
240312007-06-20 Glenn Morris <rgm@gnu.org>
24032
24033 * Makefile.in (LIBGIF): Default to -lgif.
24034
240352007-06-17 Jason Rumney <jasonr@gnu.org>
24036
24037 * w32menu.c (add_menu_item): Don't use multibyte string functions on
24038 unicode strings.
24039
240402007-06-16 Juanma Barranquero <lekktu@gmail.com>
24041
24042 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
24043 Fix typo in docstring.
24044
240452007-06-16 Eli Zaretskii <eliz@gnu.org>
24046
24047 * w32menu.c (add_menu_item): Escape `&' characters in menu items
24048 and their keybindings.
24049
240502007-06-15 Chong Yidong <cyd@stupidchicken.com>
24051
24052 * composite.c (update_compositions): Fix last fix.
24053
240542007-06-14 Jason Rumney <jasonr@gnu.org>
24055
24056 * w32.c (get_process_times_fn): New function pointer.
24057 (globals_of_w32): Intialize it if present in kernel32.dll.
24058 (w32_get_internal_run_time): New function.
24059
24060 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
24061
240622007-06-14 Kenichi Handa <handa@etlken.m17n.org>
24063
24064 * composite.c (update_compositions): Check the validness of
24065 compositions.
24066
240672007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24068
24069 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
24070 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
24071
24072 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
24073 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
24074
24075 * macgui.h (USE_MAC_TOOLBAR): New define.
24076
24077 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
24078 Return immediately unless popup is activated.
24079
24080 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
24081 background to scroll bar gap.
24082 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
24083 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
24084 scroll bars on frame edge. Check fringe background extension.
24085 Don't clear extended fringe background area.
24086 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
24087 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
24088 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
24089 [USE_MAC_TOOLBAR]: New macros.
24090 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
24091 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
24092 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
24093 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
24094 [USE_MAC_TOOLBAR]: New functions.
24095 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
24096 manually if previous repositioning has failed.
24097 (mac_handle_keyboard_event): Use precomputed event kind.
24098 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
24099 as tool bar item click. Handle mouse movement over tool bar items.
24100
24101 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
24102 toolbar_win_gravity.
24103 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
24104 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
24105 Add externs.
24106
24107 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
24108 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
24109
241102007-06-14 Chong Yidong <cyd@stupidchicken.com>
24111
24112 * image.c (search_image_cache): Remove unused variable.
24113
241142007-06-13 Chong Yidong <cyd@stupidchicken.com>
24115
24116 * xfns.c, xmenu.c: Link to xaw3d if available.
24117
241182007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24119
24120 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
24121 frame_foreground and frame_background.
24122
24123 * image.c (lookup_image): Save frame foreground and background colors.
24124 (search_image_cache): Check if saved and current frame colors match.
24125
241262007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
24127
24128 * regex.c (regex_compile): Remove the `regnum' counter.
24129 Use bufp->re_nsub instead. Add support for \(?N:RE\).
24130
241312007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
24132
24133 * term.c: Include intervals.h to declare Fget_text_property.
24134
241352007-06-10 Jason Rumney <jasonr@gnu.org>
24136
24137 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
24138
241392007-06-08 Juanma Barranquero <lekktu@gmail.com>
24140
24141 * callint.c (Fcall_interactively):
24142 * editfns.c (Fdelete_and_extract_region):
24143 * fileio.c (Fread_file_name):
24144 * fns.c (Fmapconcat):
24145 * keyboard.c (cmd_error_internal):
24146 * keymap.c (Fkey_description):
24147 * lread.c (openp):
24148 * minibuf.c (read_minibuf):
24149 * search.c (wordify):
24150 * sunfns.c (sel_read):
24151 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
24152 * xfns.c (x_default_scroll_bar_color_parameter):
24153 * xmenu.c (menu_help_callback):
24154 * xselect.c (Fx_get_atom_name):
24155 * xterm.c (x_term_init): Use empty_unibyte_string.
24156
241572007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
24158
24159 * alloc.c (init_strings): Initialize canonical empty strings.
24160 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
24161 canonical empty string when the requested size is 0.
24162
24163 * emacs.c (empty_unibyte_string): Rename from empty_string.
24164 (empty_multibyte_string): New canonical empty string.
24165 (syms_of_emacs): Don't initialize empty_string.
24166
24167 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
24168 string, if appropriate.
24169 (empty_unibyte_string, empty_multibyte_string): New externs.
24170 (empty_string): Remove extern.
24171
24172 * lread.c (syms_of_lread): Use empty_unibyte_string.
24173
241742007-06-07 Jason Rumney <jasonr@gnu.org>
24175
24176 * s/ms-w32.h: Don't define HAVE_TZNAME.
24177
24178 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
24179
241802007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24181
24182 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
24183
24184 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
24185 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
24186
24187 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
24188 Don't call next handler.
24189 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
24190 Remove argument. Install handler to application.
24191 (set_frame_menubar): Don't change deep_p.
24192 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
24193 FRAME_OUTER_TO_INNER_DIFF_Y.
24194 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
24195 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
24196 [HAVE_DIALOGS]: New macros.
24197 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
24198 Use them.
24199 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
24200
24201 * macselect.c [MAC_OSX] (install_service_handler): Rename from
24202 init_service_handler. All callers changed. Return OSStatus value.
24203
24204 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
24205 All callers changed so as not to call SetPortWindowPort.
24206 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
24207 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
24208 mac_draw_string_common.
24209 (mac_draw_image_string_qd): Likewise.
24210 (mac_draw_string_common): Use them. Add INLINE.
24211 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
24212 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
24213 GetGlobalMouse.
24214 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
24215 and FRAME_OUTER_TO_INNER_DIFF_Y.
24216 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
24217 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
24218 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
24219 repositioning window to mac_handle_window_event.
24220 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
24221 saving window location to mac_handle_window_event
24222 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
24223 (install_menu_target_item_handler): Remove argument in extern.
24224 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
24225 Also accept command events.
24226 (do_keystroke): New function created from XTread_socket.
24227 (init_command_handler): Remove functions.
24228 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
24229 and save window location by kEventWindowShowing and kEventWindowHiding
24230 handlers here. Don't call next handler for window state change and
24231 focus events.
24232 (mac_handle_application_event, mac_handle_keyboard_event)
24233 [TARGET_API_MAC_CARBON]: New functions.
24234 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
24235 kEventWindowShowing and kEventWindowHiding events. Move installation
24236 of mouse, font, text input and menu target item handlers to
24237 install_application_handler.
24238 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
24239 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
24240 New function.
24241 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
24242 Register it.
24243 (XTread_socket) [TARGET_API_MAC_CARBON]:
24244 Consolidate SendEventToEventTarget calls.
24245 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
24246 Move application activation handler to mac_handle_application_event.
24247 Move keyboard handler to mac_handle_keyboard_event.
24248 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
24249 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
24250 init_command_handler. Call install_application_handler.
24251
24252 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
24253 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
24254
242552007-06-07 Glenn Morris <rgm@gnu.org>
24256
24257 * emacs.c (main): Use `emacs-copyright' in --version output.
24258
242592007-06-06 Chong Yidong <cyd@stupidchicken.com>
24260
24261 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
24262
242632007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24264
24265 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
24266
24267 * macgui.h: Replace WindowPtr with WindowRef.
24268
24269 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
24270 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
24271 Replace ControlHandle with ControlRef.
24272 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
24273
24274 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
24275 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
24276 Replace ControlHandle with ControlRef.
24277 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
24278 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
24279
24280 * macterm.h (struct scroll_bar): Rename member control_handle_low
24281 and control_handle_high to control_ref_low and control_ref_high.
24282 All uses changed.
24283 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
24284 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
24285 respectively. All uses changed.
24286 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
24287 (install_window_handler, remove_window_handler): Replace WindowPtr
24288 with WindowRef in externs.
24289
242902007-06-05 Juanma Barranquero <lekktu@gmail.com>
24291
24292 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
24293
242942007-06-03 Nick Roberts <nickrob@snap.net.nz>
24295
24296 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
24297
24298 * frame.c (Fmouse_position, Fmouse_pixel_position):
24299 Condition on HAVE_GPM too.
24300
24301 * term.c (term_mouse_highlight): Remove unused variables.
24302 (Fterm_open_connection): Set gpm_zerobased to 1.
24303 (term_mouse_movement, term_mouse_click, handle_one_term_event):
24304 Use zero based co-ordinates.
24305 (handle_one_term_event): Report a drag as mouse movement too.
24306
24307 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
24308
243092007-06-03 Chong Yidong <cyd@stupidchicken.com>
24310
24311 * image.c (search_image_cache): New function. Require background
24312 color match if background color is unspecified in the image spec.
24313 (uncache_image, lookup_image): Use it.
24314
243152007-06-01 Juanma Barranquero <lekktu@gmail.com>
24316
24317 * window.c (Fshrink_window): Reflow docstring.
24318
243192007-06-02 Chong Yidong <cyd@stupidchicken.com>
24320
24321 * Version 22.1 released.
24322
243232007-06-01 Richard Stallman <rms@gnu.org>
24324
24325 * xfns.c (x_encode_text): Add GCPRO.
24326
243272007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24328
24329 * xfns.c (x_set_name_internal): Save encoded name before
24330 x_encode_text in case string data is relocated.
24331
243322007-05-31 Richard Stallman <rms@gnu.org>
24333
24334 * buffer.c (syms_of_buffer): Doc fix.
24335
243362007-05-30 Nick Roberts <nickrob@snap.net.nz>
24337
24338 * sysdep.c (init_sys_modes): Add rather than replace with
24339 O_NONBLOCK.
24340
24341 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
24342 term_mouse_moveto.
24343
24344 * termhooks.h (term_mouse_moveto): New extern.
24345
24346 * term.c (mouse_face_window): Rename...
24347 (Qmouse_face_window): ...to this.
24348 (term_show_mouse_face, term_clear_mouse_face)
24349 (term_mouse_highlight): Use Qmouse_face_window.
24350 (term_mouse_moveto): New function.
24351 (term_mouse_position): Make it work.
24352 (syms_of_term): Uncomment assignment to mouse_position_hook.
24353 Staticpro Qmouse_face_window.
24354
243552007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24356
24357 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
24358 around current_column call.
24359
243602007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
24361
24362 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
24363 * xdisp.c (next_element_from_buffer):
24364 * window.c (delete_window):
24365 * term.c (term_mouse_highlight):
24366 * msdos.c (getdefdir):
24367 * macterm.c (mac_create_bitmap_from_bitmap_data)
24368 (init_font_name_table):
24369 * fns.c (Fsxhash):
24370 * data.c (Fmake_local_variable):
24371 * ccl.c (ccl_driver): Likewise.
24372
243732007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24374
24375 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
24376 Call mac_wakeup_from_rne on window size change.
24377
243782007-05-25 Chong Yidong <cyd@stupidchicken.com>
24379
24380 * image.c (uncache_image): Fix typo.
24381
243822007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
24383
24384 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
24385
243862007-05-22 Richard Stallman <rms@gnu.org>
24387
24388 * xterm.c (x_connection_closed): Remove NO_RETURN.
24389
243902007-05-22 Martin Rudalics <rudalics@gmx.at>
24391
24392 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
24393
243942007-05-21 Chong Yidong <cyd@stupidchicken.com>
24395
24396 * image.c (uncache_image): New function.
24397 (Fimage_refresh): New function.
24398
243992007-05-20 Jan Djärv <jan.h.d@swipnet.se>
24400
24401 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
24402
244032007-05-20 Nick Roberts <nickrob@snap.net.nz>
24404
24405 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
24406 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
24407
244082007-05-20 Nick Roberts <nickrob@snap.net.nz>
24409
24410 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
24411 conditional on [HAVE_GPM_H].
24412
244132007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
24414
24415 * syntax.c (skip_chars): Update syntax-table only after we checked that
24416 the new location is valid.
24417
244182007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24419
24420 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
24421 mac_get_window_bounds.
24422
244232007-05-20 Nick Roberts <nickrob@snap.net.nz>
24424
24425 * Makefile.in (LIBGPM): Allow it to be set from configure.
24426 If set then link Emacs with it.
24427
24428 * config.in: Regenerate.
24429
24430 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
24431 New externs.
24432
24433 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
24434 Include gpm.h.
24435 (handle_one_term_event, term_gpm): New externs.
24436
24437 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
24438 and allow it to be interrupted by SIGIO.
24439
24440 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
24441 (wait_reading_process_output): Wait on gpm_fd too.
24442 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
24443 (add_gpm_wait_descriptor_called_flag): New variable.
24444 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
24445
24446 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
24447 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
24448 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
24449 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
24450 (make_lispy_event): Add case GPM_CLICK_EVENT.
24451 (read_avail_input): Handle mouse input.
24452
24453 * term.c (write_glyphs_with_face): New function.
24454 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
24455 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
24456 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
24457 (mouse_face_face_id, term_gpm, pos_x, pos_y)
24458 (last_mouse_x, last_mouse_y): New variables.
24459 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
24460 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
24461 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
24462 (Fterm_close_connection): New functions.
24463 (term_init): Initialise mouse_face_window.
24464
244652007-05-19 Chong Yidong <cyd@stupidchicken.com>
24466
24467 * xdisp.c (redisplay_window): If first window line is a
24468 continuation line, recompute the new window start instead of
24469 recentering.
24470
244712007-05-18 Glenn Morris <rgm@gnu.org>
24472
24473 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
24474 Suggested by Alfred M. Szmidt <ams@gnu.org>.
24475
244762007-05-17 Glenn Morris <rgm@gnu.org>
24477
24478 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
24479
244802007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24481
24482 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
24483 dead key repeat and up events.
24484
244852007-05-14 Chong Yidong <cyd@stupidchicken.com>
24486
24487 * image.c (pbm_load): Check image size for monochrome pbm.
24488
244892007-05-13 Chong Yidong <cyd@stupidchicken.com>
24490
24491 * xterm.c (XTread_socket): Revert last change.
24492
244932007-05-12 Chong Yidong <cyd@stupidchicken.com>
24494
24495 * image.c (pbm_load): Correctly check image size for greyscale pbm.
24496
24497 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
24498
244992007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24500
24501 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
24502 mixup (YAILOM).
24503
245042007-05-07 Andreas Schwab <schwab@suse.de>
24505
24506 * keymap.c (Flookup_key): Fix typo in last change.
24507
245082007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24509
24510 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
24511 mapping for unibyte strings.
24512
245132007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24514
24515 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
24516 (Fx_popup_dialog) [MAC_OSX]: Likewise.
24517
245182007-04-29 Richard Stallman <rms@gnu.org>
24519
24520 * insdel.c (replace_range): For undo, record insertion first.
24521
245222007-04-29 Andreas Schwab <schwab@suse.de>
24523
24524 * lisp.h (VECSIZE): Use OFFSETOF.
24525
245262007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24527
24528 * xdisp.c (try_window_reusing_current_matrix): Fix number of
24529 disabled lines.
24530
245312007-04-28 Richard Stallman <rms@gnu.org>
24532
24533 * lread.c (read_escape): In a string, \s is always space.
24534
245352007-04-27 Jan Djärv <jan.h.d@swipnet.se>
24536
24537 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
24538
24539 * gtkutil.c (xg_update_menubar, create_menus): Create empty
24540 submenu for menu bar items.
24541
24542See ChangeLog.10 for earlier changes.
24543
24544;; Local Variables:
24545;; coding: utf-8
24546;; add-log-time-zone-rule: t
aac0c6e3
MR
24547;; End:
24548
e3eb1dae 24549 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
aac0c6e3
MR
24550
24551 This file is part of GNU Emacs.
24552
24553 GNU Emacs is free software: you can redistribute it and/or modify
24554 it under the terms of the GNU General Public License as published by
24555 the Free Software Foundation, either version 3 of the License, or
24556 (at your option) any later version.
24557
24558 GNU Emacs is distributed in the hope that it will be useful,
24559 but WITHOUT ANY WARRANTY; without even the implied warranty of
24560 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24561 GNU General Public License for more details.
24562
24563 You should have received a copy of the GNU General Public License
24564 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24565
24566;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40