* strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci...
[bpt/emacs.git] / src / ChangeLog
CommitLineData
e6cb2cbb
JB
12010-07-04 Juanma Barranquero <lekktu@gmail.com>
2
3 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
4
438105ed
JB
52010-07-04 Juanma Barranquero <lekktu@gmail.com>
6
7 Fix prototypes.
8
e5447b22 9 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
438105ed
JB
10 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
11 * fileio.c (read_non_regular, read_non_regular_quit): Pass Lisp_Object,
12 as required by internal_condition_case_1.
dcc7404b 13 * print.c (strout): Use const char* for arg PTR.
438105ed
JB
14 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
15 (analyse_first): Fix "const const".
e5447b22 16 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
b9503078 17 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
e5447b22 18 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
438105ed 19
971de7fb
DN
202010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
21
22 * alloc.c: Convert function definitions to standard C.
23 * atimer.c:
24 * bidi.c:
25 * bytecode.c:
26 * callint.c:
27 * callproc.c:
28 * casefiddle.c:
29 * casetab.c:
30 * category.c:
31 * ccl.c:
32 * character.c:
33 * charset.c:
34 * chartab.c:
35 * cmds.c:
36 * coding.c:
37 * composite.c:
38 * data.c:
39 * dbusbind.c:
40 * dired.c:
41 * dispnew.c:
42 * doc.c:
43 * doprnt.c:
44 * ecrt0.c:
45 * editfns.c:
46 * fileio.c:
47 * filelock.c:
48 * filemode.c:
49 * fns.c:
50 * font.c:
51 * fontset.c:
52 * frame.c:
53 * fringe.c:
54 * ftfont.c:
55 * ftxfont.c:
56 * gtkutil.c:
57 * indent.c:
58 * insdel.c:
59 * intervals.c:
60 * keymap.c:
61 * lread.c:
62 * macros.c:
63 * marker.c:
64 * md5.c:
65 * menu.c:
66 * minibuf.c:
67 * prefix-args.c:
68 * print.c:
69 * ralloc.c:
70 * regex.c:
71 * region-cache.c:
72 * scroll.c:
73 * search.c:
74 * sound.c:
75 * strftime.c:
76 * syntax.c:
77 * sysdep.c:
78 * termcap.c:
79 * terminal.c:
80 * terminfo.c:
81 * textprop.c:
82 * tparam.c:
83 * undo.c:
84 * unexelf.c:
85 * window.c:
86 * xfaces.c:
87 * xfns.c:
88 * xfont.c:
89 * xftfont.c:
90 * xgselect.c:
91 * xmenu.c:
92 * xrdb.c:
93 * xselect.c:
94 * xsettings.c:
95 * xsmfns.c:
96 * xterm.c: Likewise.
97
ae492bec
EZ
982010-07-03 Eli Zaretskii <eliz@gnu.org>
99
76ea4cc9
EZ
100 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
101 frames other than the initial one. Fix reversal of colors when
102 `reverse' is specified in the frame parameters. Call
103 update_face_from_frame_parameter instead of
104 internal-set-lisp-face-attribute. Initialize screen colors from
105 initial_screen_colors[] when f->default_face_done_p is zero,
106 instead of depending on being called with default-frame-alist as
107 the alist argument.
108
109 * xfaces.c (update_face_from_frame_parameter): Move out of
110 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
111 with HAVE_WINDOW_SYSTEM.
112
1e6255ae
EZ
113 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
114 to menu-bar-mode, if not set in the frame parameters or in
115 default-frame-alist.
116
ae492bec
EZ
117 * w32console.c (sys_tputs): Adjust argument list to prototype in
118 term.c.
119
3a35a84c
JB
1202010-07-03 Juanma Barranquero <lekktu@gmail.com>
121
122 * lisp.h (memory_warnings): Fix prototype.
123
124 * cm.h (evalcost): Fix prototype.
125
126 * cm.c (evalcost): Fix arg type.
127
c532d349
DN
1282010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
129
130 * term.c (term_clear_mouse_face, Fidentity):
131 * syssignal.h (signal_handler_t):
132 * lisp.h (memory_warnings):
133 * coding.h (preferred_coding_system):
134 * cm.h (evalcost):
135 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
136
c0b36d46
EZ
1372010-07-02 Eli Zaretskii <eliz@gnu.org>
138
139 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
140 from prototypes.
141
142 * msdos.h (load_pixmap): Don't define away.
143
383e0970
J
1442010-07-02 Jan Djärv <jan.h.d@swipnet.se>
145
f57e2426
J
146 * lisp.h:
147 * atimer.h: Remove define for P_.
148
149 * alloc.c: Remove __P and P_ from .c and .m files.
150 * atimer.c:
151 * buffer.c:
152 * callint.c:
153 * category.c:
154 * charset.c:
155 * chartab.c:
156 * cm.c:
157 * coding.c:
158 * composite.c:
159 * data.c:
160 * dired.c:
161 * dispnew.c:
162 * doc.c:
163 * editfns.c:
164 * emacs.c:
165 * eval.c:
166 * fileio.c:
167 * filelock.c:
168 * fns.c:
169 * font.c:
170 * fontset.c:
171 * frame.c:
172 * ftfont.c:
173 * ftxfont.c:
174 * gmalloc.c:
175 * gtkutil.c:
176 * image.c:
177 * indent.c:
178 * intervals.c:
179 * keyboard.c:
180 * keymap.c:
181 * lread.c:
182 * marker.c:
183 * menu.c:
184 * minibuf.c:
185 * print.c:
186 * process.c:
187 * scroll.c:
188 * search.c:
189 * sound.c:
190 * strftime.c:
191 * syntax.c:
192 * sysdep.c:
193 * term.c:
194 * terminal.c:
195 * textprop.c:
196 * unexalpha.c:
197 * w32console.c:
198 * w32fns.c:
199 * w32font.c:
200 * w32menu.c:
201 * w32term.c:
202 * w32uniscribe.c:
203 * window.c:
204 * xdisp.c:
205 * xfaces.c:
206 * xfns.c:
207 * xfont.c:
208 * xftfont.c:
209 * xmenu.c:
210 * xselect.c:
211 * xterm.c: Likewise.
212
383e0970 213 Remove P_ and __P macros.
f57e2426
J
214 * atimer.h: Remove P_ and __P macros.
215 * buffer.h:
383e0970
J
216 * category.h:
217 * ccl.h:
218 * character.h:
219 * charset.h:
220 * cm.h:
221 * coding.h:
222 * composite.h:
223 * dispextern.h:
224 * disptab.h:
9e892c8d 225 * dosfns.h:
383e0970
J
226 * font.h:
227 * fontset.h:
228 * frame.h:
229 * gtkutil.h:
230 * indent.h:
231 * intervals.h:
232 * keyboard.h:
233 * keymap.h:
234 * lisp.h:
235 * macros.h:
236 * md5.h:
237 * menu.h:
238 * msdos.h:
239 * nsterm.h:
240 * puresize.h:
241 * region-cache.h:
242 * syntax.h:
243 * syssignal.h:
244 * systime.h:
245 * termhooks.h:
9e892c8d 246 * w32font.h:
383e0970
J
247 * w32term.h:
248 * widget.h:
249 * window.h:
250 * xgselect.h:
251 * xsettings.h:
252 * xterm.h: Likewise.
253
98601119
DN
2542010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
255
d9170db5
DN
256 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
257
98601119
DN
258 Cleanup old code.
259 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
260 * syssignal.h: Remove code for Lynx, not supported anymore.
261 * vm-limit.c: Remove unused code the depends on emacs not being
262 defined and NO_LIM_DATA being defined.
263 * mem-limits.h: Remove dead code.
264
1f984e12
J
2652010-07-01 Jan Djärv <jan.h.d@swipnet.se>
266
c49d071a
J
267 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
268
9d5405ec
J
269 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
270 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
271
7a18115b
J
272 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
273 parameters, they are already absolute.
274
581a8100
J
275 * nsterm.m (x_set_window_size, initFrameFromEmacs): Renamed
276 FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
277
278 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGH
279
280 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar): Update
281 FRAME_TOOLBAR_HEIGHT.
282
1f984e12
J
283 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add
284 BLOCK/UNBLOCK_INPUT so asserts don't trigger.
285
c1ef4455
CY
2862010-06-30 Chong Yidong <cyd@stupidchicken.com>
287
288 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
289 check default-frame-alist.
290
ce8f5a9a
AS
2912010-06-30 Andreas Schwab <schwab@linux-m68k.org>
292
293 * process.c (create_process): Avoid using invalid file descriptors.
294
295 * callproc.c (child_setup): Avoid closing a file descriptor twice.
296
bf935339
J
2972010-06-30 Jan Djärv <jan.h.d@swipnet.se>
298
299 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
300 Improve documentation. Return font regardless of use_system_font.
301 (syms_of_xsettings): Improve documentation for font-use-system-font.
302
769e9d47
KH
3032009-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
304
305 * xftfont.c (xftfont_open): Check font width one by one also when
306 spacing is dual.
307
308 * ftfont.c (ftfont_open): Ditto.
309
6259c2ec
GM
3102010-06-30 Glenn Morris <rgm@gnu.org>
311
a46007e9
GM
312 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
313
6259c2ec
GM
314 * Makefile.in (CANNOT_DUMP): Update for configure name change.
315
316 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
317 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
318 * s/darwin.h (SYSTEM_MALLOC):
319 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
320
5d1d3d04
J
3212010-06-29 Jan Djärv <jan.h.d@swipnet.se>
322
323 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
324 (ns_get_screen): Don't assign integer to f.
325 (Fx_display_color_cells): Declarations before statements.
326
e547b051
J
3272010-06-28 Jan Djärv <jan.h.d@swipnet.se>
328
5fc8e5bc
J
329 * xfns.c (x_default_font_parameter): Remove got_from_system
330 (Bug#6526).
331
e547b051
J
332 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
333 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
334 defines based on what configure finds.
335
336 * xterm.c (XTflash): Use gtk_widget_get_window.
337 (xg_scroll_callback): Use gtk_adjustment_get_upper and
338 gtk_adjustment_get_page_size.
339 (handle_one_xevent): Use gtk_widget_get_mapped.
340 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
341 messages.
342
343 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
344
345 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
346 HAVE_GTK_FILE_SELECTION_NEW.
347
348 * gtkutil.c (xg_display_open, xg_display_close): Remove
349 HAVE_GTK_MULTIDISPLAY, it is always defined.
350 (xg_display_open): Return type is void.
351 (gtk_widget_set_has_window)
352 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
353 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
354 (gtk_adjustment_set_page_increment)
355 (gtk_adjustment_get_step_increment): #define these if not found
356 by configure.
357 (remove_submenu): New define based on Gtk+ version.
358 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
359 gtk_widget_get_window.
360 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
361 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
362 (create_dialog): Use gtk_dialog_get_action_area and
363 gtk_dialog_get_content_area.
364 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
365 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
366 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
367 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
368 g_object_ref and g_object_unref.
369 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
370 gtk_widget_get_sensitive.
371 (xg_update_submenu): Use remove_submenu.
372 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
373 properties instead to get old x and y position.
374 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
375 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
2b7e356a 376 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
e547b051
J
377 (xg_get_tool_bar_widgets): New function.
378 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
379 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
380 (toolbar_set_orientation): New #define based on if configure
381 finds gtk_orientable_set_orientation.
382 (xg_create_tool_bar): Call toolbar_set_orientation.
383 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
384 instead of gtk_box_pack_start_defaults.
385
b9229673
CY
3862010-06-28 Chong Yidong <cyd@stupidchicken.com>
387
388 * cmds.c (Fdelete_backward_char): Move into Lisp.
389
bbc803b0
DN
3902010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
391
392 * s/freebsd.h (BSD4_2): Remove redundant definition.
393 bsd-common.h defines it already.
394
6431f2e6
CY
3952010-06-27 Chong Yidong <cyd@stupidchicken.com>
396
397 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
398 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
399 tool-bar-mode, which are now set using these X resources at
400 startup, to determine the defaults (Bug#2249).
401
402 * w32fns.c (Fx_create_frame):
403 * nsfns.m (Fx_create_frame): Likewise.
404
405 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
406
8c079ebb
JB
4072010-06-24 Juanma Barranquero <lekktu@gmail.com>
408
409 * gtkutil.c (xg_update_scrollbar_pos):
410 Avoid C99 mid-block variable declaration.
411
e9b7ab96
JD
4122010-06-22 Jan Djärv <jan.h.d@swipnet.se>
413
bc869eca
JD
414 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
415
2b7e356a 416 * gtkutil.h (xg_show_scroll_bar): Remove.
bc869eca
JD
417
418 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
419 if height is less than scroll bar min size.
420 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
421
e9b7ab96
JD
422 * xfns.c (x_default_font_parameter): Try to open font from system
423 before using it (bug#6478). Rename got_from_gconf to got_from_system.
424
32a679fd
JD
4252010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
426
427 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
428
70c4cfbb
EZ
4292010-06-20 Eli Zaretskii <eliz@gnu.org>
430
431 * xdisp.c (try_scrolling): When scroll-conservatively is set to
432 most-positive-fixnum, be extra accurate when scrolling window
433 start, to avoid missing the cursor line.
434
ad5a12b5
EZ
4352010-06-19 Eli Zaretskii <eliz@gnu.org>
436
437 * xdisp.c (try_scrolling): Compute the limit for searching point
438 in forward scroll from scroll_max, instead of an arbitrary limit
439 of 10 screen lines. See
440 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
441 and
442 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
443 for details.
444
2a64315a 4452010-06-16 Glenn Morris <rgm@gnu.org>
6fda6a0c
GM
446
447 * editfns.c (Fbyte_to_string): Pacify compiler.
448
288cf4e9
SM
4492010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
450
451 * lread.c (read1): Phase out old-style backquotes a bit more.
452
6e6e5760
EZ
4532010-06-12 Eli Zaretskii <eliz@gnu.org>
454
cbc4fd20
EZ
455 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
456 bidimirror.h.
457
458 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
459
317fbf33
EZ
460 * bidi.c (bidi_initialize): Remove explicit initialization of
461 bidi_type_table; include biditype.h instead. Don't support
288cf4e9 462 entries whose second codepoint is zero. Initialize bidi_mirror_table.
cbc4fd20 463 (bidi_mirror_char): Use bidi_mirror_table.
317fbf33
EZ
464
465 * biditype.h: New file.
466
cbc4fd20
EZ
467 * bidimirror.h: New file.
468
6e6e5760
EZ
469 * window.c (syms_of_window): Doc fix (bug#6409).
470
4176cba2
RF
4712010-06-12 Romain Francoise <romain@orebokech.com>
472
473 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
474 ediff-hook.
475
cb4bfcb5
GM
4762010-06-10 Glenn Morris <rgm@gnu.org>
477
64c60c2f
GM
478 * editfns.c (Fbyte_to_string): Pacify compiler.
479
cb4bfcb5
GM
480 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
481
e454a4a3
SM
4822010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
483
484 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
485 Check `object's type before accessing its guts.
486
c1b1acc2
DN
4872010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
488
489 * s/usg5-4.h: Fix previous change.
490 Suggested by Lawrence Mitchell <wence@gmx.li>
491
657d4c0b
AS
4922010-06-08 Andreas Schwab <schwab@linux-m68k.org>
493
494 * minibuf.c (Fall_completions): Add more checks.
495
9b27fd9f
JB
4962010-06-08 Juanma Barranquero <lekktu@gmail.com>
497
498 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
499
a99ebb40
DN
5002010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
501
d7c5d87d
DN
502 * lread.c (X_OK): Remove, unused.
503
0263a941
DN
504 * dispnew.c: Remove obsolete comment.
505
a99ebb40
DN
506 Remove INCLUDED_FCNTL.
507 * xterm.c (INCLUDED_FCNTL):
508 * callproc.c (INCLUDED_FCNTL):
509 * alloc.c (INCLUDED_FCNTL):
510 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
511 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
512
13b5221f
MR
5132010-06-07 Martin Rudalics <rudalics@gmx.at>
514
515 * window.c (Fselect_window): Move `record_buffer' up to the
516 beginning of this function, so the buffer gets recorded
517 even if the selected window does not change.
518 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
519
5220357f
JB
5202010-06-07 Juanma Barranquero <lekktu@gmail.com>
521
522 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
523 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
524
3085237c
DN
5252010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
526
527 Remove BSTRING related code, all platforms define it.
528 * s/usg5-4.h (BSTRING): Remove definition.
529 * s/template.h (BSTRING):
530 * s/msdos.h (BSTRING):
531 * s/ms-w32.h (BSTRING):
532 * s/hpux10-20.h (BSTRING):
533 * s/gnu-linux.h (BSTRING):
534 * s/darwin.h (BSTRING):
535 * s/cygwin.h (BSTRING):
536 * s/bsd-common.h (BSTRING):
537 * s/aix4-2.h (BSTRING): Likewise.
538 * sysdep.c: Remove code depending on BSTRING not being defined.
539
409f2919
JB
5402010-06-05 Juanma Barranquero <lekktu@gmail.com>
541
542 Remove obsolete macro BASE_LEADING_CODE_P.
543 * character.h (BASE_LEADING_CODE_P): Remove.
544 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
545 * buffer.c (Fset_buffer_multibyte):
546 * indent.c (scan_for_column, compute_motion):
547 * insdel.c (count_combining_before, count_combining_after):
548 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
549
087fc47a
JB
5502010-06-04 Juanma Barranquero <lekktu@gmail.com>
551
552 Turn `directory-sep-char' into a noop.
553
554 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
555 (DIRECTORY_SEP): Define unconditionally.
556
557 * s/ms-w32.h (DIRECTORY_SEP): Remove.
558
559 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
560 call dostounix_filename directly.
561
562 * fileio.c (CORRECT_DIR_SEPS): Remove.
563 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
564 (Fsubstitute_in_file_name): Use dostounix_filename instead.
565 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
566 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
567
568 * w32proc.c (CORRECT_DIR_SEPS): Remove.
569 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
570
0eb7675e
AS
5712010-06-03 Andreas Schwab <schwab@linux-m68k.org>
572
573 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
f07b083d 574 address. (Bug#6346)
0eb7675e 575
78edd3b7
JB
5762010-06-03 Juanma Barranquero <lekktu@gmail.com>
577
578 * ccl.c (Fccl_program_p): Fix typo in docstring.
579
eb697db5
DN
5802010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
581
582 Move UNEXEC definition to autoconf.
583 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
584 * s/sol2-10.h (UNEXEC):
585 * s/irix6-5.h (UNEXEC):
586 * s/hpux10-20.h (UNEXEC):
587 * s/gnu-linux.h (UNEXEC):
588 * s/darwin.h (UNEXEC):
589 * s/cygwin.h (UNEXEC):
590 * s/bsd-common.h (UNEXEC):
591 * s/aix4-2.h (UNEXEC):
592 * m/alpha.h (UNEXEC): Likewise.
593 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
594
aa3830c4
JB
5952010-06-03 Juanma Barranquero <lekktu@gmail.com>
596
597 Remove obsolete pre-unicode2 macros.
598 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
599 * composite.c (composition_reseat_it):
600 * data.c (Faset):
601 * fns.c (Ffillarray):
602 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
603 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
604
d234d13e
JL
6052010-06-03 Juri Linkov <juri@jurta.org>
606
607 * buffer.c (Fother_buffer): Add CHECK_FRAME.
608 (Fswitch_to_buffer): Remove unused variable `err'.
609
0d4bcf4d
GM
6102010-06-03 Glenn Morris <rgm@gnu.org>
611
e23dc1e2
GM
612 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
613
05b09564
GM
614 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
615 now that AH_BOTTOM does it.
616
824e2978
GM
617 * m/hp800.h (HAVE_ALLOCA):
618 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
619
0d4bcf4d
GM
620 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
621 Remove NOT_C_CODE tests, it is always true now.
622
c55d2abf
DN
6232010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
624
08a494a3
DN
625 Fix config.h includes.
626 * xsettings.c:
627 * xgselect.c:
628 * nsterm.m:
629 * nsselect.m:
630 * nsimage.m:
631 * nsfont.m:
632 * nsfns.m:
633 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
634 other files do.
635
75934b1d
DN
636 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
637
9f32a766
DN
638 * s/sol2-6.h: Remove obsolete comments.
639
c55d2abf
DN
640 Remove unnecessary alloca.h includes.
641 * keymap.c: Do not include alloca.h, config.h does that.
642 * sysdep.c: Likewise. Do not define fwrite, not used.
643
06ac62b4
SM
6442010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
647 the HAVE_TERMIO where it belongs (bug#6149).
648
1ab8293c
SM
6492010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
650
651 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
652 of bug#6305).
653
6dcfd253
EZ
6542010-05-30 Eli Zaretskii <eliz@gnu.org>
655
656 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
657 state is always cached (bug#6306).
658
6d26bbb2
EZ
6592010-05-29 Eli Zaretskii <eliz@gnu.org>
660
06fa4a23
EZ
661 Fix cursor motion in bidi-reordered continued lines.
662 * xdisp.c (try_cursor_movement): Backup to non-continuation line
663 only after finding point's row. Fix the logic. Rewrite the loop
6d26bbb2
EZ
664 over continuation lines in bidi-reordered buffers. Return
665 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
666 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
667
f5783df3
MA
6682010-05-28 Michael Albinus <michael.albinus@gmx.de>
669
670 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
671
7d56b2dd
KH
6722010-05-28 Kenichi Handa <handa@m17n.org>
673
674 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
675 Don't sheck SPEC if it is nil.
676 (font_list_entities): Call font_delete_unmatched if
b925d231 677 Vface_ignored_fonts is non-nil. (Bug#6287)
7d56b2dd 678
e58d4ff7
GM
6792010-05-28 Glenn Morris <rgm@gnu.org>
680
681 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
682
f1a5d776
CY
6832010-05-27 Chong Yidong <cyd@stupidchicken.com>
684
685 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
686 whether to trash.
687 (internal_delete_file, Frename_file): Callers changed.
688 (delete_by_moving_to_trash): Doc fix.
689 (Fdelete_directory_internal): Don't move to trash.
690
691 * callproc.c (delete_temp_file):
692 * buffer.c (Fkill_buffer): Callers changed.
693
694 * lisp.h: Update prototype.
695
f44a59e6
CY
6962010-05-27 Chong Yidong <cyd@stupidchicken.com>
697
698 * xdisp.c (redisplay_window): After redisplay, check if point is
699 still valid before setting it (Bug#6177).
700
81ac4f35
GM
7012010-05-27 Glenn Morris <rgm@gnu.org>
702
703 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
704 Convert comments to Makefile format.
705
706 * Makefile.in (bootstrap-clean): No more Makefile.c.
707
ccd89fb3
GM
7082010-05-26 Glenn Morris <rgm@gnu.org>
709
90278cb6
GM
710 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
711 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
712
ccd89fb3
GM
713 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
714 Remove.
715 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
716
b7050583
KH
7172010-05-26 Kenichi Handa <handa@m17n.org>
718
719 * composite.c (composition_compute_stop_pos): Fix condition for
720 backward scanning.
721
e5458003
GM
7222010-05-25 Glenn Morris <rgm@gnu.org>
723
c345fe90
GM
724 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
725 Move before TEMACS_LDFLAGS.
726 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
727 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
728
2e0689ab
GM
729 * Makefile.in (NOT_C_CODE): No longer define.
730 (config.h): No longer include.
731
8009a5e8
GM
732 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
733 variables it may reference.
734
e5458003
GM
735 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
736 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
737
10f72a37
KH
7382010-05-25 Kenichi Handa <handa@m17n.org>
739
740 * dispextern.h (struct composition_it): New members rule_idx and
741 charpos.
742
743 * xdisp.c (set_iterator_to_next): While scanning backward, assume
744 that the character positions of IT point the last character of the
745 current grapheme cluster.
746 (next_element_from_composition): Don't change character positions
747 of IT.
748 (append_composite_glyph): Set glyph->charpos to
749 it->cmp_it.charpos.
750
751 * composite.c (autocmp_chars): Change the first argument to RULE,
752 and try composition with RULE only.
753 (composition_compute_stop_pos): Record the index number of the
754 composition rule in CMP_IT->rule_idx.
755 (composition_reseat_it): Call autocmp_chars repeatedly until the
756 correct rule of the composition is found.
757 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
758 is at the last character of the current grapheme cluster when
759 CMP_IT->reversed_p is nonzero.
760
171eda53 7612010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
f5b416d2 762
171eda53
SM
763 * editfns.c (Fbyte_to_string): New function.
764
66a9f7f4
SM
7652010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
766
767 * process.c (Fmake_network_process): Set :host to nil if it's not used.
768 Suggested by Masatake YAMATO <yamato@redhat.com>.
769
d8c315d1
EZ
7702010-05-23 Eli Zaretskii <eliz@gnu.org>
771
171eda53 772 * dispextern.h (init_iterator): Sync prototype with changed definition.
d8c315d1 773
f5b416d2 7742010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
775
776 * s/netbsd.h: If terminfo is found, use it in preference to
777 termcap. (Bug#6190) [Backport from trunk]
778
0416466c
EZ
7792010-05-19 Eli Zaretskii <eliz@gnu.org>
780
11117830 781 Redesign and reimplement bidi-aware edge positions of glyph rows.
d36fe237
EZ
782
783 * dispextern.h (struct glyph_row): New members minpos and maxpos.
784 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
785 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
786 and maxpos members instead of start.pos and end.pos, respectively.
787
788 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
789 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
790 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
66a9f7f4
SM
791 (try_window_reusing_current_matrix, try_window_id):
792 Use ROW->minpos rather than ROW->start.pos.
d36fe237
EZ
793 (init_from_display_pos, init_iterator): Use EMACS_INT for
794 character and byte positions.
66a9f7f4 795 (find_row_edges): Rename from find_row_end. Accept additional
d36fe237
EZ
796 arguments for minimum and maximum buffer positions seen by
797 display_line for this row. Don't use iterator to find the
798 position following the maximum one; instead, increment the
11117830
EZ
799 position found by display_line directly. Fix logic; eol_pos
800 should be tested before the rest. Handle the case of characters
801 delivered from display vector (bug#6036). Fix tests related to
802 it->method. Handle the truncated_on_right_p rows.
803 (RECORD_MAX_MIN_POS): New macro.
804 (display_line): Use it to record the minimum and maximum buffer
805 positions for glyphs in the row being assembled. Record the
806 position of the newline that terminates the line. If word wrap is
807 in effect, restore minimum and maximum positions seen up to the
808 wrap point, when iterator returns to it.
809 (try_window_reusing_current_matrix): Give up if in bidi-reordered
810 row and cursor not already at point. Restore original pre-bidi
811 code for unidirectional buffers.
d36fe237
EZ
812
813 * dispnew.c (increment_row_positions, check_matrix_invariants):
814 Increment and check row->start.pos and row->end.pos, in addition
815 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
816
11117830
EZ
817 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
818 Display truncated_on_left_p and truncated_on_right_p flags.
819 Formatting fixes.
820 (pmtxrows): Display the ordinal number of each row. Don't display
821 rows beyond the last one.
822
823 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
824 it is not copied by bidi_copy_it.
825
6e83d800
EZ
8262010-05-22 Eli Zaretskii <eliz@gnu.org>
827
828 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
829 (Bug#6237)
830
110683ad
CY
8312010-05-22 Chong Yidong <cyd@stupidchicken.com>
832
833 * image.c (Fimage_flush): Rename from image-refresh.
834
98fe5161
CY
8352010-05-21 Chong Yidong <cyd@stupidchicken.com>
836
837 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
838 just one window.
839
840 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
841 (clear_image_cache): If the number of cached images is unusually
842 large, decrease the cache eviction delay (Bug#6230).
843
e8752c66
GM
8442010-05-21 Glenn Morris <rgm@gnu.org>
845
66dbf213
GM
846 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
847 Move these rules to ns.mk.
848 * ns.mk: New file.
849
04384b2d
GM
850 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
851
e8752c66
GM
852 * Makefile.in (CANNOT_DUMP): New, set by configure.
853 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
854
2e2bbddb
JL
8552010-05-20 Juri Linkov <juri@jurta.org>
856
857 * fileio.c (Fdelete_file): Change interative spec to use
858 `read-file-name' like in `find-file-read-args' where the default
859 value is `default-directory' instead of `buffer-file-name'.
860 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
861
31c4aaf6
KR
8622010-05-20 Kevin Ryde <user42@zip.com.au>
863
864 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
865 (Voverriding_terminal_local_map, Vsystem_key_alist)
866 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
867
9d5cf9b6
GM
8682010-05-20 Glenn Morris <rgm@gnu.org>
869
870 * Makefile.in (DEPDIR): New constant.
871 (DEPFLAGS): Set with configure, not cpp.
872 (MKDEPDIR): New, set by configure.
873 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
874 (clean): Use $DEPDIR.
875 (deps_frag): Include from configure.
876 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
877 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
878
ead6f8f5
EZ
879 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
880 reallocation of the cache. (Bug#6210)
881
7f34aec3
GM
8822010-05-19 Glenn Morris <rgm@gnu.org>
883
d494e8f2
GM
884 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
885
c1d0dcfd
GM
886 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
887 (GNULIB_VAR): Remove.
888 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
889
890 * m/ibms390x.h (LINKER):
891 * m/macppc.h (LINKER) [GNU_LINUX]:
892 * s/aix4-2.h (ORDINARY_LINK):
893 * s/cygwin.h (LINKER):
894 * s/darwin.h (ORDINARY_LINK):
895 * s/gnu.h (ORDINARY_LINK):
896 * s/netbsd.h (LINKER):
897 * s/usg5-4.h (ORDINARY_LINK):
898 Move to configure.
899
7f34aec3
GM
900 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
901
754790b6
CY
9022010-05-18 Chong Yidong <cyd@stupidchicken.com>
903
904 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
905 prevent stack overflow if number of arguments is too large
906 (Bug#6214).
907
161e44d1
JB
9082010-05-18 Juanma Barranquero <lekktu@gmail.com>
909
910 * charset.c (load_charset_map_from_file): Don't call close after fclose.
911
be4ff9da
GM
9122010-05-18 Glenn Morris <rgm@gnu.org>
913
9539dc5d
GM
914 * s/gnu-linux.h: Combine two conditionals.
915
916 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
6665f4c5
GM
917 $(POST_ALLOC_OBJ).
918
40dc6bf4
GM
919 * Makefile.in (RALLOC_OBJ): New, set by configure.
920 (rallocobj): Replace with the previous variable.
921 (otherobj): Use $RALLOC_OBJ.
922
923 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
924 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
925
be4ff9da
GM
926 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
927 (gmallocobj, vmlimitobj): Replace with previous two variables.
928 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
929
16455a85
GM
9302010-05-17 Glenn Morris <rgm@gnu.org>
931
932 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
933 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
934
5fdb7468
GM
9352010-05-16 Glenn Morris <rgm@gnu.org>
936
7ca1f3f9
GM
937 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
938
7541dad5
GM
939 * Makefile.in (clean): Get rid of HAVE_NS conditional.
940
da53fab9
GM
941 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
942 trailing "/".
943
b02a6645
GM
944 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
945 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
946
8877ca0f
GM
947 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
948 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
949 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
950 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
951 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
952
5fdb7468
GM
953 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
954 Remove ${STARTFLAGS}, nothing ever sets it.
955
95adb4b1
DN
9562010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
957
958 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
959
676b6304
GM
9602010-05-16 Glenn Morris <rgm@gnu.org>
961
9beab9ce
GM
962 * Makefile.in (LIBX_BASE): Always define.
963
8a95f0e7
GM
964 * Makefile.in (LIBX_OTHER): Move out of cpp section.
965
676b6304
GM
966 * Makefile.in (LIBXT): Always define.
967
6e546d18
GM
9682010-05-15 Glenn Morris <rgm@gnu.org>
969
4235ca47 970 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
02d4ac0e 971
6e546d18
GM
972 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
973 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
974
8c5ff6dd
KR
9752010-05-15 Ken Raeburn <raeburn@raeburn.org>
976
560bb7ae 977 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
52766425
KR
978 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
979
8b4eb796
KR
980 * emacs.c (main): Initialize initial-environment and
981 process-environment before generating from env, not after.
982
8c5ff6dd
KR
983 Handle --version reasonably in CANNOT_DUMP configuration.
984 * emacs.c (emacs_version, emacs_copyright): New string variables.
985 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
986 (syms_of_emacs): Defvar them, and initialize them from the C
987 string variables.
988 (main): If initialization hasn't been done, print initial version
989 info from the C strings, instead of starting an interactive session.
990
dbd3f723
EZ
9912010-05-15 Eli Zaretskii <eliz@gnu.org>
992
d20e1419
EZ
993 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
994 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
2e9abc3d
EZ
995 (bidi_paragraph_init): Remove redundant assertion that we are at
996 the beginning of a line after call to bidi_find_paragraph_start.
d20e1419
EZ
997
998 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
999 (syms_of_xdisp): Defsubr it.
1000
d36fe237
EZ
1001 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
1002
dbd3f723
EZ
1003 * Makefile.in: Fix MSDOS-related comments.
1004
02be533b
GM
10052010-05-15 Glenn Morris <rgm@gnu.org>
1006
1a82cca9
GM
1007 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
1008 (really-lwlib, really-oldXMenu): Always define.
1009 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
1010
3df7b338
GM
1011 * Makefile.in: Simplify cpp conditional.
1012
2b5f541b
GM
1013 * Makefile.in (${ns_appdir}): Simplify using umask.
1014
02be533b
GM
1015 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
1016
4e2db1fe
SM
10172010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1018
1019 * eval.c (specbind): Remove left-over duplicate test.
1020 Disallow let-binding frame-local vars. Add comment.
1021
4b292a22
EZ
10222010-05-14 Eli Zaretskii <eliz@gnu.org>
1023
2fe72643 1024 Make the cache of bidi iterator states dynamically allocated.
1edbd309 1025 * bidi.c (bidi_cache_shrink): New function.
2fe72643
EZ
1026 (bidi_init_it): Call it.
1027 (bidi_cache_iterator_state): Enlarge the cache if needed.
1028
4e2db1fe 1029 * bidi.c (bidi_move_to_visually_next): Rename from
4b292a22
EZ
1030 bidi_get_next_char_visually. All callers changed.
1031
82ebc97b
KH
10322010-05-14 Kenichi Handa <handa@m17n.org>
1033
1034 * dispextern.h (struct composition_it): New member reversed_p.
1035
1036 * composite.c (composition_compute_stop_pos): Search backward if
1037 ENDPOS < CHARPOS.
1038 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
1039 Set CMP_IT->reversed_p.
b4b6e17e 1040 (composition_update_it): Pay attention to CMP_IT->reversed_p.
82ebc97b 1041
4e2db1fe
SM
1042 * xdisp.c (set_iterator_to_next):
1043 Call composition_compute_stop_pos with negative ENDPOS if we are
82ebc97b
KH
1044 scanning backward. Call composition_compute_stop_pos if scan
1045 direction is changed.
1046 (next_element_from_buffer): Call composition_compute_stop_pos with
1047 negative ENDPOS if we are scanning backward.
1048 (next_element_from_composition): Pay attention to
1049 IT->cmp_it.reversed_p.
1050
0e5d7800
KH
10512010-05-14 Kenichi Handa <handa@m17n.org>
1052
560bb7ae 1053 * font.c (font_range): Return the range for the font found at first.
0e5d7800 1054
cb027b32
GM
10552010-05-14 Glenn Morris <rgm@gnu.org>
1056
177b0288
GM
1057 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
1058
fbc00890
GM
1059 * Makefile.in (mktime, X11, register): Move undefs to configure.
1060
f14d1dfd
GM
1061 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
1062 (MSDOS_X_OBJ): New variable.
1063 (MSDOS_SUPPORT_REAL): New constant.
1064 (MSDOS_SUPPORT): Set as a variable, not with cpp.
1065 (obj): Use MSDOS_X_OBJ.
1066 (lisp): Use MSDOS_SUPPORT as a variable.
1067
11842bd8
GM
1068 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
1069 (GPM_MOUSE_SUPPORT): Now it's a constant.
1070 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
1071 not cpp.
1072
489d31a4 1073 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
845612ac 1074 (ns_appresdir): Remove, unused.
e20f1f07 1075
489d31a4
GM
1076 * Makefile.in (SHELL): Move outside cpp section.
1077
cb027b32
GM
1078 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
1079
5a903aa9
GM
10802010-05-13 Glenn Morris <rgm@gnu.org>
1081
3369c79f
GM
1082 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
1083 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
1084
d5e982a6
GM
1085 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
1086 HAVE_WINDOW_SYSTEM must be too.
1087
6192e163
GM
1088 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
1089 (lisp): Remove WINNT_SUPPORT.
1090
472c5d6b
GM
1091 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
1092 Let configure set these variables (to empty) in this case as well.
1093
0116466b
GM
1094 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
1095 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
1096
5a903aa9
GM
1097 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
1098 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
1099 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
1100 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
1101 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
c0a2b70a 1102 the values output by configure.
5a903aa9
GM
1103 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
1104
1a0d7c06
GM
11052010-05-12 Glenn Morris <rgm@gnu.org>
1106
b5457f14
GM
1107 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
1108 (LINKER_WAS_SPECIFIED): Remove.
1109
1a0d7c06
GM
1110 * Makefile.in (LIB_GCC): Set using configure, not cpp.
1111 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
1112 * m/arm.h (LIB_GCC) [GNU_LINUX]:
1113 * s/cygwin.h (LIB_GCC):
1114 * s/freebsd.h (LIB_GCC):
1115 * s/gnu-linux.h (LIB_GCC):
1116 * s/msdos.h (LIB_GCC):
1117 * s/netbsd.h (LIB_GCC):
1118 Move to configure.
1119
3ffd4615 11202010-05-11 Karel Klic <kklic@redhat.com>
c90ca7b7
KH
1121
1122 * ftfont.c: Fix incorrect parentheses of #if condition for
1123 definining M17N_FLT_USE_NEW_FEATURE.
1124
acddf8ae
GM
11252010-05-11 Glenn Morris <rgm@gnu.org>
1126
1127 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
1128 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
1129
ae5e04fa
EZ
11302010-05-10 Eli Zaretskii <eliz@gnu.org>
1131
1132 * xdisp.c (init_iterator): Don't turn on bidi reordering in
1133 unibyte buffers. See
1134 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
1135
7490175b
GM
11362010-05-10 Glenn Morris <rgm@gnu.org>
1137
97efb629
GM
1138 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
1139 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
1140 (LIBES): Use LIBS_SYSTEM as a variable.
1141 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
1142 * s/aix4-2.h (LIBS_SYSTEM):
1143 * s/freebsd.h (LIBS_SYSTEM):
1144 * s/hpux10-20.h (LIBS_SYSTEM):
1145 * s/sol2-6.h (LIBS_SYSTEM):
1146 * s/unixware.h (LIBS_SYSTEM):
1147 Move to configure.
1148
7490175b
GM
1149 * s/aix4-2.h (MAIL_USE_LOCKF):
1150 * s/bsd-common.h (MAIL_USE_FLOCK):
1151 * s/darwin.h (MAIL_USE_FLOCK):
1152 * s/gnu-linux.h (MAIL_USE_FLOCK):
1153 * s/irix6-5.h (MAIL_USE_FLOCK):
1154 * s/template.h (MAIL_USE_FLOCK):
1155 Move to configure.
1156
0235128c 11572010-05-08 Chong Yidong <cyd@stupidchicken.com>
61a808e8
CY
1158
1159 * Version 23.2 released.
1160
0235128c 11612010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5dcde606
AS
1162
1163 * composite.c (autocmp_chars): Save point as marker before calling
1164 auto-composition-function (Bug#5984).
1165
1166 * lisp.h (restore_point_unwind): Add prototype.
1167
1168 * fileio.c (restore_point_unwind): Remove static attribute.
1169
0235128c 11702010-05-08 Kenichi Handa <handa@m17n.org>
c4170e32
KH
1171
1172 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
1173 new feature of libotf and m17n-flt.
0235128c
SM
1174 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
1175 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
1176 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
1177 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
1178 that OUT is NULL. Use OTF_drive_gsub_with_log and
1179 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
1180 OTF_drive_gpos.
1181 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
0235128c
SM
1182 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
1183 Setup mflt_enable_new_feature and mflt_try_otf.
1184
4721152c
J
11852010-05-08 Jan Djärv <jan.h.d@swipnet.se>
1186
1187 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
1188
1189 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
1190 box and toolbar (Bug #6139).
1191 (xg_create_tool_bar): Remove comment (Bug #6139).
1192 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
1193 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
1194
ee0a16cf
JB
11952010-05-08 Juanma Barranquero <lekktu@gmail.com>
1196
1197 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
1198 Update dependencies.
1199
96d79611
EZ
12002010-05-08 Eli Zaretskii <eliz@gnu.org>
1201
1202 * fringe.c (update_window_fringes): Set up truncation bitmaps for
1203 R2L lines.
1204
40c17879
GM
12052010-05-08 Glenn Morris <rgm@gnu.org>
1206
7b42b29f
GM
1207 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
1208
40c17879
GM
1209 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
1210 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
1211 (termcapobj): Replace with TERMCAP_OBJ.
1212 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
1213 (LIBES): Use LIBS_TERMCAP as a variable.
1214
1215 * s/freebsd.h (osreldate.h): No longer include, since this file
1216 does not use __FreeBSD_version any more.
1217
1218 * s/aix4-2.h (TERMINFO):
1219 * s/cygwin.h (TERMINFO):
1220 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1221 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
1222 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1223 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1224 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
1225 * s/irix6-5.h (TERMINFO):
1226 * s/netbsd.h (LIBS_TERMCAP):
1227 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
1228 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
1229 * s/usg5-4.h (TERMINFO):
1230 Move to configure.
1231
94b612ad
SM
12322010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * eval.c (unbind_to): Don't unbind a local binding into the global
1235 binding when the local binding disappeared. Inversely, don't unbind
1236 a global binding into a newly created local binding.
1237 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
1238 can specify the frame to use, when applicable. Adjust callers.
1239
15e12598 12402010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
acd0102a 1241 Stefan Monnier <monnier@iro.umontreal.ca>
15e12598
VB
1242
1243 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
1244
f724825e
EZ
12452010-05-07 Eli Zaretskii <eliz@gnu.org>
1246
5cba3209
EZ
1247 * w32fns.c: Include w32.h.
1248 (Fw32_shell_execute): Decode the error message before passing it
1249 to `error'. (Bug#6126)
1250
d16bdfc3
EZ
1251 * msdos.c (dos_set_window_size):
1252 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
1253 instead of `XSYMBOL (foo)->value'.
1254
59d93e87
EZ
12552010-05-07 Eli Zaretskii <eliz@gnu.org>
1256
9fdec8bc
EZ
1257 Fix the MS-DOS build, broken by autoconfiscation.
1258
1259 * Makefile.in: Don't use Make-style comments past the "start of
1260 cpp stuff" line.
1261 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
1262
1263 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
1264 edited directly by msdos/sed1v2.inp).
f724825e 1265
2f86b22b
GM
12662010-05-07 Glenn Morris <rgm@gnu.org>
1267
1268 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
1269 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
1270 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
1271 move out of cpp section.
1272 * s/freebsd.h (LD_SWITCH_SYSTEM):
1273 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
1274 * s/netbsd.h (LD_SWITCH_SYSTEM):
1275 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
1276
49ebbd65
DN
12772010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
1278
1279 Define LIB_STANDARD and START_FILES using autoconf.
1280 * s/usg5-4.h (LIB_STANDARD):
1281 * s/netbsd.h (START_FILES):
1282 * s/irix6-5.h (LIB_STANDARD):
1283 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
1284 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
1285 * s/freebsd.h (START_FILES):
1286 * s/darwin.h (START_FILES):
1287 * s/cygwin.h (START_FILES):
1288 * s/aix4-2.h (LIB_STANDARD):
1289 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
1290 * Makefile.in (STARTFILES): Rename to START_FILES, define using
1291 autoconf, not cpp.
1292
d43c06d6
DN
12932010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
1294
28823648
DN
1295 Remove NEED_BSDTTY and NEED_UNISTD_H.
1296 * s/hpux10-20.h (NEED_BSDTTY): Remove.
1297 * s/aix4-2.h (NEED_UNISTD_H): Remove.
1298 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
1299 <sys/ptyio.h> and <unistd.h>.
1300
aca00430
DN
1301 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
1302
d43c06d6
DN
1303 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
1304 * s/gnu.h (START_FILES): Remove empty definition.
1305
3e56b11d
JD
13062010-05-06 Jan Djärv <jan.h.d@swipnet.se>
1307
1308 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
1309
e3cf0cde
GM
13102010-05-06 Glenn Morris <rgm@gnu.org>
1311
1312 * Makefile.in (CPP, LN_S): Remove unused variables.
1313
774b9a60
SM
13142010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1315
1316 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
1317
4ab92842
LM
13182010-05-05 Lawrence Mitchell <wence@gmx.li>
1319
1320 * m/sparc.h: Fix typo in earlier change.
1321
178f2507
SM
13222010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1323
1324 Misc tweaks.
1325 * eval.c (Fdefvaralias): Remove unintended nested if.
1326 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
1327
80f00217 13282010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
991be6d4
JD
1329
1330 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
1331
ef03a4e6
DN
13322010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1333
58eb6cf0
DN
1334 Remove BSD_PGRPS.
1335 * s/bsd-common.h (BSD_PGRPS): Remove undef.
1336 * s/gnu-linux.h (BSD_PGRPS): Remove.
1337 * term.c (dissociate_if_controlling_tty):
1338 * sysdep.c (narrow_foreground_group, widen_foreground_group)
1339 (init_sys_modes, reset_sys_modes):
1340 * emacs.c (main):
1341 * callproc.c (Fcall_process, child_setup): Remove code depending
1342 on BSD_PGRPS.
1343
ef03a4e6
DN
1344 Remove POSIX_SIGNALS.
1345 * s/usg5-4.h (POSIX_SIGNALS):
1346 * s/netbsd.h (POSIX_SIGNALS):
1347 * s/msdos.h (POSIX_SIGNALS):
1348 * s/ms-w32.h (POSIX_SIGNALS):
1349 * s/hpux11.h (POSIX_SIGNALS):
1350 * s/gnu.h (POSIX_SIGNALS):
1351 * s/gnu-linux.h (POSIX_SIGNALS):
1352 * s/freebsd.h (POSIX_SIGNALS):
1353 * s/darwin.h (POSIX_SIGNALS):
1354 * s/cygwin.h (POSIX_SIGNALS):
1355 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
1356 * s/unixware.h:
1357 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
1358 * process.c (create_process):
1359 * syssignal.h:
1360 * sysdep.c (wait_for_termination, init_signals):
1361 * process.c (create_process):
1362 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
1363 remove all code that assumes the contrary.
1364
49628785
GM
13652010-05-04 Glenn Morris <rgm@gnu.org>
1366
27a2cdfc
GM
1367 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
1368 variable.
1369 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
1370 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
1371 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
1372 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
1373 LD_SWITCH_SYSTEM_tmp.
1374 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
1375 New variables, set by configure.
1376
eb21eab5
GM
1377 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
1378 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
1379 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
1380 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
1381 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
1382
49628785
GM
1383 * s/aix4-2.h (C_SWITCH_SYSTEM):
1384 * m/alpha.h (C_SWITCH_MACHINE):
1385 Move to configure.in.
1386 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
1387 New variables, set by configure.
1388 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
1389 $c_switch_machine and $c_switch_system.
1390
7dff330b
DN
13912010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1392
1393 * s/hpux10-20.h (LIB_STANDARD): New definition.
1394 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
1395 on it, not used anymore.
1396
53967e09
CY
13972010-05-03 Chong Yidong <cyd@stupidchicken.com>
1398
1399 * eval.c (internal_condition_case_n): Rename from
1400 internal_condition_case_2.
1401 (internal_condition_case_2): New function.
1402
1403 * xdisp.c (safe_call): Use internal_condition_case_n.
1404
1405 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
1406 (internal_delete_file, Frename_file): Callers changed.
1407
1408 * buffer.c (Fkill_buffer):
1409 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
1410
1411 * lisp.h: Update prototypes.
1412
3dee6fdb
GM
14132010-05-03 Glenn Morris <rgm@gnu.org>
1414
1415 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
1416 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
1417 (LIBXT): Set with configure, not cpp.
1418 (LIBX): Remove.
1419 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
1420
a101e0fb
DN
14212010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
1422
1423 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
1424 The FreeBSD is not needed, the default works, Solaris version is
1425 not needed, and the remaining case is not supported by configure.
1426
f63d0028
JD
14272010-05-02 Jan Djärv <jan.h.d@swipnet.se>
1428
1429 * xsmfns.c (CHDIR_OPT): New define.
1430 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
1431 restarting emacs.
1432
1433 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
1434 shut_down_emacs.
1435
1436 * emacs.c (USAGE1): Mention --chdir.
1437 (main): Handle --chdir.
1438 (standard_args): Add --chdir.
1439 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
1440 #5552).
1441
e4814a9f
DN
14422010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1443
cd03c74a
DN
1444 Remove LD_SWITCH_MACHINE.
1445 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
1446 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
1447
c3a398a1
DN
1448 Clean up IRIX code.
1449 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
1450 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
1451
87e7285c
DN
1452 Clean up AIX code.
1453 * m/ibmrs6000.inp: Remove file, unused.
1454 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
1455 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
1456 definition ...
1457 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
1458
80f00217
JB
1459 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
1460 unused.
e4814a9f 1461
59ca28de
EZ
14622010-05-01 Eli Zaretskii <eliz@gnu.org>
1463
197daef4
EZ
1464 Emulate POSIX_SIGNALS on MS-Windows.
1465
1466 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
1467 (SIG_SETMASK, SIG_UNBLOCK): Define.
d6dae14b
EZ
1468
1469 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
1470 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
1471 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
1472
80f00217
JB
1473 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
1474 New stubs.
197daef4 1475
af7c7572
EZ
1476 Miscellaneous fixes of bidi display.
1477
59ca28de
EZ
1478 * xdisp.c (find_row_end): New function, refactored from display_line.
1479 (display_line): Use it.
017ea819
EZ
1480 (extend_face_to_end_of_line): In almost-filled rows, extend only
1481 if the row is R2L and not continued.
166e930d 1482 (display_line): Fix prepending of truncation glyphs to R2L rows.
af7c7572 1483 Preserve overlay and string info in row->end.
166e930d
EZ
1484 (insert_left_trunc_glyphs): Support addition of left truncation
1485 glyphs to R2L rows.
b47e0dcf 1486 (set_cursor_from_row): Don't place cursor on the vertical border
af7c7572
EZ
1487 glyph between adjacent windows. Fix a crash when a display string
1488 is continued to the next line. Don't return zero if cursor was
1489 found by `cursor' property of a display string.
b47e0dcf
EZ
1490 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
1491 test for that explicitly.
59ca28de 1492
7acac9f4
GM
14932010-05-01 Glenn Morris <rgm@gnu.org>
1494
1495 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
1496 for clarity.
1497 (OTHER_OBJ): Remove.
1498 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
1499 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
1500
45841e65
KK
15012010-05-01 Karel Klíč <kklic@redhat.com>
1502
1503 * fileio.c (Ffile_selinux_context): Context functions may return null.
1504
afc61943
DN
15052010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1506
80f00217 1507 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
afc61943 1508
5a1bb006
GM
15092010-04-30 Glenn Morris <rgm@gnu.org>
1510
1511 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
1512 (OTHER_OBJ): Define as a separate variable, for clarity.
1513
210af043
J
15142010-04-30 Jan Djärv <jan.h.d@swipnet.se>
1515
1516 * xsettings.c: include limits.h and update file comment.
1517
0a7df391
GM
15182010-04-30 Glenn Morris <rgm@gnu.org>
1519
d5096f16
GM
1520 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
1521 Set with configure, not cpp.
1522 (LIBW): Remove, replace with $TOOLKIT_LIBW.
1523
7eb1ac33
GM
1524 * Makefile.in (mallocobj): Remove.
1525 (otherobj): Simplify using @OTHER_OBJ@.
1526
517d086b
GM
1527 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
1528 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
1529 Don't bother making nsgui.h dependency platform-specific.
1530
0a7df391
GM
1531 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
1532
d6d23852
SM
15332010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1534
d2630aef
SM
1535 * process.c (read_process_output, exec_sentinel): Don't burp if the
1536 sentinel/filter kills the current buffer (bug#6060).
1537
f9dddf52 1538 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
d6d23852
SM
1539 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
1540 Remove unused var `args'.
1541 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
1542 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
1543 * doc.c (store_function_docstring): Use XSETCAR.
1544
f1e3642a
GM
15452010-04-28 Glenn Morris <rgm@gnu.org>
1546
faf535f8
GM
1547 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
1548 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
1549
c40f9449
GM
1550 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
1551
658f86ca
GM
1552 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
1553 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
1554
bc0b5f61
GM
1555 * Makefile.in (FONT_OBJ): New, set by configure.
1556 (FONT_DRIVERS): Use $FONT_OBJ.
1557
294c50a0
GM
1558 * Makefile.in (LIBXMU): Set with configure, not cpp.
1559 * s/aix4-2.h (LIBXMU):
1560 * s/hpux10-20.h (LIBXMU):
1561 Remove definition, now set in configure.
1562
e6ec4e99
GM
1563 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
1564
f1e3642a
GM
1565 * m/amdx86-64.h [i386]: Move this test to configure.in.
1566
c6ea2936
GM
15672010-04-27 Glenn Morris <rgm@gnu.org>
1568
8fdac2c3
GM
1569 * Makefile.in (LIBXTR6): Set with configure, not cpp.
1570 * s/unixware.h (NEED_LIBW): Remove definition.
1571
986fb647
GM
1572 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
1573 (TOOLKIT_LIBW): New, set by configure.
1574 (@X_TOOLKIT_TYPE@): No longer define it.
1575
c6ea2936
GM
1576 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
1577 (MOTIF_LIBW): Set with configure, not cpp.
1578 * s/aix4-2.h (LIB_MOTIF):
1579 * s/gnu-linux.h (LIB_MOTIF):
1580 * s/unixware.h (LIB_MOTIF): Move to configure.in.
1581
aaa36002
DN
15822010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
1583
1584 Reduce CPP usage.
1585 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
1586 (obj): Use autoconf for unexec instead of cpp.
ed6281b0
DN
1587 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
1588 definitions and undefs. Inline definitions in the only user.
1589 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
aaa36002 1590
b678dd8b
GM
15912010-04-27 Glenn Morris <rgm@gnu.org>
1592
76cda504
GM
1593 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
1594 since the defaults (set by the system file) are fine in most cases.
1595 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
1596 * m/ibms390x.h (START_FILES, LIB_STANDARD):
1597 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
1598 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
1599 Remove definitions, since they are set correctly in s/gnu-linux.h.
1600 * s/freebsd.h (START_FILES, LIB_STANDARD):
1601 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
1602 * s/hpux10-20.h (START_FILES):
1603 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
1604 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
1605
b678dd8b
GM
1606 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
1607 (MOTIF_LIBW): Use $LIBXP.
1608 (otherobj): Use $WIDGET_OBJ.
1609
9452ded1
DN
16102010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
1611
7e10844c
DN
1612 * Makefile.in (LIBS_MACHINE): Remove, unused.
1613
9452ded1
DN
1614 Use autoconf instead of cpp for LIB_MATH.
1615 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
1616 * s/cygwin.h (LIB_MATH): Likewise.
1617 * Makefile.in (LIB_MATH): Do not define with cpp.
1618 (LIBES): Use autoconf for LIB_MATH.
1619
fcebfc6a
KH
16202010-04-26 Kenichi Handa <handa@m17n.org>
1621
1622 * composite.c (Ffind_composition_internal): Fix the return value
1623 for an automatic composition.
1624
39e2ad1b
DN
16252010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
1626
1627 Remove all NO_ARG_ARRAY uses.
1628 * fns.c (concat2, concat3, nconc2):
1629 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
1630 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
1631 * m/xtensa.h (NO_ARG_ARRAY):
1632 * m/template.h (NO_ARG_ARRAY):
1633 * m/sparc.h (NO_ARG_ARRAY):
1634 * m/sh3.h (NO_ARG_ARRAY):
1635 * m/mips.h (NO_ARG_ARRAY):
1636 * m/macppc.h (NO_ARG_ARRAY):
1637 * m/iris4d.h (NO_ARG_ARRAY):
1638 * m/intel386.h (NO_ARG_ARRAY):
1639 * m/ibms390x.h (NO_ARG_ARRAY):
1640 * m/ibms390.h (NO_ARG_ARRAY):
1641 * m/ibmrs6000.h (NO_ARG_ARRAY):
1642 * m/ia64.h (NO_ARG_ARRAY):
1643 * m/hp800.h (NO_ARG_ARRAY):
1644 * m/arm.h (NO_ARG_ARRAY):
1645 * m/amdx86-64.h (NO_ARG_ARRAY):
1646 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
1647
adf4f59c
EZ
16482010-04-25 Eli Zaretskii <eliz@gnu.org>
1649
6bdf5d65
EZ
1650 * xdisp.c (display_line): Don't assume 2nd call to
1651 get_next_display_element cannot return zero. (Bug#6030)
f538fcec
EZ
1652 (iterate_out_of_display_property): New function, body from pop_it.
1653 (pop_it): Use it.
adf4f59c 1654
dfbbda83
GM
16552010-04-24 Glenn Morris <rgm@gnu.org>
1656
1657 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
1658 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
1659 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
1660 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
1661
2d4018aa
EZ
16622010-04-24 Eli Zaretskii <eliz@gnu.org>
1663
a49884a6
EZ
1664 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
1665 use `get_next_display_element' and `set_iterator_to_next' to
1666 advance to the next character, when looking for the character that
1667 begins the next row.
1668
76db6fcc 1669 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2d4018aa
EZ
1670 definition of "struct Lisp_Symbol".
1671
70eab5c1
GM
16722010-04-24 Glenn Morris <rgm@gnu.org>
1673
1674 * Makefile.in (CRT_DIR): New variable, set by configure.
1675 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
1676 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
1677
1ad4cc3d
DN
16782010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1679
e769f484
DN
1680 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
1681
4196ff33
DN
1682 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
1683
879b0ee4
DN
1684 Remove redundant flags.
1685 * s/freebsd.h (C_SWITCH_SYSTEM):
1686 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
1687 * s/netbsd.h (C_SWITCH_SYSTEM):
1688 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
1689 of these.
1690
03cbbcb8
DN
1691 Simplify m/intel386.h.
1692 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
1693 user: ecrt0.c.
1694 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
1695 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
1696 the only user: s/unixware.h.
1697 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
1698 from m/intel386.h.
1699 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
1700 moved here from m/intel386.h.
1701
1ad4cc3d
DN
1702 * m/mips.h: Remove #if 0 code.
1703
8785b888
EZ
17042010-04-23 Eli Zaretskii <eliz@gnu.org>
1705
728588cc
EZ
1706 Fix display of composed characters from L2R scripts in bidi buffers.
1707 * xdisp.c (set_iterator_to_next, next_element_from_composition):
1708 After advancing IT past the composition, resync the bidi iterator
1709 with IT's position. (Bug#5977)
1710
a63f80b4
DN
17112010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1712
1713 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
1714 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
1715
ff5dec5c
SM
17162010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
1719
8785b888
EZ
17202010-04-23 Eli Zaretskii <eliz@gnu.org>
1721
58ccf243 1722 Support `display' text properties and overlay strings in bidi buffers.
8785b888
EZ
1723 * xdisp.c (pop_it): When the stack is popped after displaying
1724 from a string, bidi-iterate to exit from the text portion covered
1725 by the `display' property or overlay. (Bug#5988, bug#5920)
1726
feeb1604
DN
17272010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1728
8e324eb6
DN
1729 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
1730 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
1731
809fcaba
DN
1732 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
1733 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
1734
ed710380
DN
1735 Simplify STARTFILES definition.
1736 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
1737 relying on Makefile.in to define it.
1738 * s/cygwin.h (START_FILES): Likewise.
1739 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
1740
feeb1604
DN
1741 Clean up Solaris code.
1742 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
1743 (LIB_MOTIF): Remove, configure takes care of this.
1744 (NOT_USING_MOTIF): Remove, unused.
1745 * xrdb.c: Remove #if 0-ed #include.
1746 (SYSV): Remove conditional for old SysV.
1747 * sysdep.c (closedir): Remove conditional code for Solaris,
1748 Solaris has closedir.
1749
a0d0b563
JD
17502010-04-22 Jan Djärv <jan.h.d@swipnet.se>
1751
1752 * xsettings.c (read_and_apply_settings): Check if current_font is
1753 NULL before strcmp (Bug#6001).
1754
56bae7c7
DN
17552010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
1756
1757 Clean up HP-UX files.
1758 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
1759 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
1760 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
1761 * s/hpux10-20.h: ... to the only user, here.
1762
372b7a95
EZ
17632010-04-21 Eli Zaretskii <eliz@gnu.org>
1764
1765 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
1766 use buffer-local values of paragraph-start and paragraph-separate.
1767 <paragraph_start_re, paragraph_separate_re>: Rename from
1768 fallback_paragraph_start_re and fallback_paragraph_separate_re.
1769 (Bug#5992)
1770
f904c0f9
JD
17712010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1772
1773 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
1774 current_tool_bar_style are new.
1775 (store_config_changed_event): Rename from store_font_changed_event.
1776 (XSETTINGS_TOOL_BAR_STYLE): New define.
1777 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
1778 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
1779 HAVE_XFT.
1780 (something_changedCB): store_font_changed_event is now
1781 store_config_changed_event
1782 (parse_settings): Rename from parse_xft_settings. Read
1783 non-xft xsettings outside #ifdef HAVE_XFT.
1784 (read_settings): Renamed from read_xft_settings.
1785 (apply_xft_settings): Take current settings as parameter. Do not
1786 call read_(xft)_settings.
1787 (read_and_apply_settings): New function.
1788 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
1789 read_and_apply_settings if there are settings to be read.
1790 (init_xsettings): Renamed from init_xfd_settings.
1791 Call read_and_apply_settings unconditionally.
1792 (xsettings_initialize): Call init_xsettings.
1793 (Ftool_bar_get_system_style): New function.
1794 (syms_of_xsettings): Define Qmonospace_font_name and
1795 Qtool_bar_style. Initialize current_tool_bar_style to nil.
f9dddf52 1796 defsubr Stool_bar_get_system_style. Fprovide on
f904c0f9 1797 dynamic-setting.
31a01b90 1798 Move misplaced HAVE_GCONF
f904c0f9
JD
1799
1800 * xsettings.h (Ftool_bar_get_system_style): Declare.
1801
1802 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
1803 Qtext, Qboth, Qboth_horiz are new.
1804 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
1805 Vtool_bar_style, tool_bar_max_label_size.
1806
1807 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
1808
1809 * keyboard.c: QClabel is new.
1810 (parse_tool_bar_item): Take out QClabel from tool bar items.
1811 Try to construct a label if ther is no QClabel.
1812 (syms_of_keyboard): Intern :label as QClabel.
1813
1814 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
1815 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
1816 New.
1817
1818 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
1819 dynamic-setting.el.
1820
1821 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
1822 (xg_make_tool_item, xg_show_toolbar_item): New function.
1823 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
1824 Call xg_make_tool_item to make a tool bar item.
1825 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
1826
1827 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
1828 into account for toolbars.
1829
c632dfda
JD
18302010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1831
1832 * data.c (make_blv): Declarations before code (Bug#5993).
1833
10efe302
GM
18342010-04-21 Glenn Morris <rgm@gnu.org>
1835
1836 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
1837 Define using autoconf, not cpp.
1838 (LIBXSM): New variable, set by autoconf.
1839 (LIBXT): Use $LIBXSM.
1840
4285ac5a
DN
18412010-04-21 Dan Nicolaescu <local_user@dannlt>
1842
3ec759e7
DN
1843 Remove NOMULTIPLEJOBS, unused.
1844 * s/template.h (NOMULTIPLEJOBS):
1845 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
1846
4285ac5a
DN
1847 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
1848 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
1849 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
1850 detects -znocombreloc and passes it to the linker
1851 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
1852
2807228d
GM
18532010-04-21 Glenn Morris <rgm@gnu.org>
1854
1855 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
1856
574c05e2
KK
18572010-04-21 Karel Klíč <kklic@redhat.com>
1858
1859 * Makefile.in (LIBSELINUX_LIBS): New.
1860 (LIBES): Add $LIBSELINUX_LIBS.
1861 * eval.c, lisp.h (call7): New function.
1862 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
1863 (Ffile_selinux_context, Fset_file_selinux_context):
1864 New functions.
1865 (Fcopy_file): New parameter preserve-selinux-context.
1866 (Frename_file): Preserve selinux context when renaming by copy-file.
1867
91eac4bb 18682010-04-21 Juanma Barranquero <lekktu@gmail.com>
acd0102a 1869 Eli Zaretskii <eliz@gnu.org>
91eac4bb 1870
50426a04
JB
1871 Don't depend on cm.c or termcap.c on Windows, use stubs.
1872 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
1873 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
1874 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
1875 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
1876 (sys_tputs, sys_tgetstr): New stubs.
1877 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
1878 (tputs, tgetstr): New; define to sys_*.
91eac4bb 1879
938efb77
JB
18802010-04-20 Juanma Barranquero <lekktu@gmail.com>
1881
1882 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
1883
b4bf28b7
SM
18842010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1885
8b1e1112
SM
1886 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
1887 Just signal a warning rather than an error when inside a let.
1888 (Fmake_variable_frame_local): Add the same test.
1889
933ac235
SM
1890 * font.c (syms_of_font): Make the style table vars read-only.
1891
b4bf28b7
SM
1892 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
1893 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
1894
1895 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
1896
93d68d0c
EZ
18972010-04-20 Eli Zaretskii <eliz@gnu.org>
1898
1899 Fix R2L paragraph display on TTY.
1900
1901 * xdisp.c (unproduce_glyphs): New function.
1902 (display_line): Use it when produced glyphs are discarded from R2L
1903 glyph rows.
1904 (append_composite_glyph): In R2L rows, prepend the glyph rather
1905 than appending it.
1906
1907 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
1908 rather than append it. Set up the resolved_level and bidi_type
1909 attributes of the appended glyph.
283ccc18
EZ
1910 (produce_special_glyphs): Mirror the backslash continuation
1911 character in R2L lines.
93d68d0c 1912
283ccc18 1913 Implement display of R2L paragraphs in GUI sessions.
26cdf528 1914
283ccc18
EZ
1915 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
1916 append_stretch_glyph.
1917 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
1918 off-by-one error in computing x at end of text in the row.
1919 (append_stretch_glyph): In reversed row, prepend the glyph rather
1920 than append it. Set resolved_level and bidi_type of the glyph.
1921 (extend_face_to_end_of_line): If the row is reversed, prepend a
1922 stretch glyph whose width is such that the rightmost glyph will be
1923 drawn at the right margin of the window. Fix off-by-one error on
1924 TTY frames in testing whether a line needs face extension. Fix
1925 face extension at ZV. If this is the last glyph row, use
1926 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
1927 region face.
1928 (set_cursor_from_row, display_line): Use
26cdf528
EZ
1929 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
1930 row->continuation_lines_width.
283ccc18
EZ
1931 (next_element_from_buffer): Don't call bidi_paragraph_init if we
1932 are at ZV. Fixes a crash when reseated to ZV by
1933 try_window_reusing_current_matrix.
45903529
EZ
1934 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
1935 which happens with R2L glyph rows. Fixes a crash when inserting a
1936 character at end of an R2L line.
283ccc18
EZ
1937 (set_cursor_from_row): Don't be fooled by truncated rows: don't
1938 treat them as having zero-width characters. Improve comments.
1939 Don't reverse pos_before and pos_after for reversed glyph rows.
1940 Set cursor.x to negative value when the cursor might be on the
1941 left fringe.
1942 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
1943 left fringe, not the right one.
f951a506
EZ
1944 (notice_overwritten_cursor, draw_phys_cursor_glyph)
1945 (erase_phys_cursor): For reversed cursor_row, support cursor on
1946 the left fringe.
1947
283ccc18
EZ
1948 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
1949 of continuation indicators on the fringes.
1950 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
1951 left fringe.
1952
f951a506
EZ
1953 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
1954 draw cursor on the left fringe.
1955
1956 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
1957 cursor on the left fringe.
1958
f951a506
EZ
1959 * dispnew.c (update_text_area): Handle reversed desired rows when
1960 the cursor is on the left fringe.
1961 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
1962 below, not by 0, for when the cursor is on the left fringe.
1963
3bb49aaf
JD
19642010-04-20 Jan Djärv <jan.h.d@swipnet.se>
1965
1966 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
1967 widget is a scrollbar.
1968
c0be27fd
KH
19692010-04-20 Kenichi Handa <handa@m17n.org>
1970
1971 * charset.c (char_charset): Consider Vcharset_non_preferred_head
1972 only when the arg CHARSET_LIST is nil.
1973
ce5b453a
SM
19742010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1975
1976 Make variable forwarding explicit rather the using special values.
1977 Basically, this makes the structure of buffer-local values and object
1978 forwarding explicit in the type of Lisp_Symbols rather than use
1979 special Lisp_Objects for that. This tends to lead to slightly more
1980 verbose code, but is more C-like, simpler, and makes it easier to make
1981 sure we handled all cases, among other things by letting the compiler
1982 help us check it.
1983 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
1984 Removing forwarding objects.
1985 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
1986 (struct Lisp_Symbol): Make the various forms of variable-forwarding
1987 explicit rather than hiding them inside Lisp_Object "values".
1988 (XFWDTYPE): New macro.
1989 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
1990 (XBUFFER_LOCAL_VALUE): Remove.
1991 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
1992 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
1993 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
1994 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
1995 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
1996 Remove the Lisp_Misc_* header.
1997 (struct Lisp_Buffer_Local_Value): Redefine.
1998 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
1999 (struct Lisp_Misc_Any): Add filler to get the right size.
2000 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
2001 Lisp_Intfwd.
2002 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
2003 (DEFVAR_KBOARD): Allocate a forwarding object.
2004 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
2005 (let_shadows_global_binding_p): New function.
2006 (union Lisp_Val_Fwd): New type.
2007 (make_blv): New function.
2008 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
2009 (store_symval_forwarding, swap_in_global_binding, Fboundp)
2010 (swap_in_symval_forwarding, find_symbol_value, Fset)
2011 (let_shadows_buffer_binding_p, set_internal, default_value)
2012 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
2013 (Fkill_local_variable, Fmake_variable_frame_local)
2014 (Flocal_variable_p, Flocal_variable_if_set_p)
2015 (Fvariable_binding_locus):
2016 * xdisp.c (select_frame_for_redisplay):
2017 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
2018 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
2019 * frame.c (store_frame_param):
2020 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
2021 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
2022 value structure.
2023 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
2024 (clone_per_buffer_values): Only adjust markers into the current buffer.
2025 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
2026 (Fbuffer_local_value, set_buffer_internal_1)
2027 (swap_out_buffer_local_variables):
2028 Adapt to the new symbol value structure.
2029 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
2030 (defvar_per_buffer): Take a new arg for the fwd object.
2031 (buffer_lisp_local_variables): Return a proper alist (different fix
2032 for bug#4138).
2033 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
2034 (Fgarbage_collect): Don't handle buffer_defaults specially.
2035 (mark_object): Handle new symbol value structure rather than the old
2036 special Lisp_Misc_* objects.
2037 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
2038 * term.c (set_tty_color_mode):
2039 * bidi.c (bidi_initialize): Don't access the ->value field directly.
2040 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
2041 a buffer_local_flags.
2042 * print.c (print_object): Get rid of impossible forwarding objects.
2043
fd3998ff
EZ
20442010-04-19 Eli Zaretskii <eliz@gnu.org>
2045
2046 * bidi.c (bidi_get_type, bidi_get_category)
2047 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
ce5b453a
SM
2048 (bidi_type_of_next_char, bidi_level_of_next_char):
2049 Declare static. Use `INLINE' rather than `inline'.
fd3998ff 2050
e42cd1a7
JB
20512010-04-19 Juanma Barranquero <lekktu@gmail.com>
2052
2053 * dired.c (Ffile_attributes): Fix typo in docstring.
2054
6e104790 20552010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
79353a53
AR
2056
2057 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
2058 NSInteger (Bug#5811).
2059
6e104790 20602010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
658b9b93
YM
2061
2062 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
2063 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
2064
6e104790 20652010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16009a0e
YM
2066
2067 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
2068
6e104790
SM
20692010-04-19 Chong Yidong <cyd@stupidchicken.com>
2070
2071 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
2072 terminal frames (Bug#5837).
2073
37dcfea0
EZ
20742010-04-19 Eli Zaretskii <eliz@gnu.org>
2075
d1da276f
EZ
2076 * .gdbinit (xsubchartable): New command.
2077
37dcfea0
EZ
20782010-04-19 Eli Zaretskii <eliz@gnu.org>
2079
2080 * xdisp.c (display_line): Don't write beyond the last glyph row in
9166b0f3 2081 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
37dcfea0
EZ
2082 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
2083 and
2084 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
2085
e9515805
SM
20862010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2087
2088 * alloc.c (Fpurecopy): Hash-cons if requested.
2089 (syms_of_alloc): Update purify-flag docstring.
2090
22aa44a8
JD
20912010-04-18 Jan Djärv <jan.h.d@swipnet.se>
2092
2093 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
2094 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
2095
ebb5722e
EZ
20962010-04-17 Eli Zaretskii <eliz@gnu.org>
2097
2098 Fix a crash when an NSM character is inserted at BEGV.
2099
2100 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
2101 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
2102 NEUTRAL_B or UNKNOWN_BT.
2103
0f4442ef
EZ
21042010-04-16 Eli Zaretskii <eliz@gnu.org>
2105
2106 * xdisp.c (set_cursor_from_row): Don't consider possibility of
2107 other rows with cursor unless they are different from this row and
2108 this row is part of a continued line. (Bug#5943)
2109
7d4e45f8
DN
21102010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2111
2112 * s/freebsd.h: Restore osreldate.h include.
2113 Suggested by Naohiro Aota.
2114
5ba5ec85
J
21152010-04-16 Jan Djärv <jan.h.d@swipnet.se>
2116
2117 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
2118
20af301d
CY
21192010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
2120
2121 * s/cygwin.h: Avoid linking against static libgcc.
2122
a4b000fb
JL
21232010-04-15 Juri Linkov <juri@jurta.org>
2124
2125 * window.c: Add Qscroll_command.
2126 Remove Vscroll_preserve_screen_position_commands.
2127 (window_scroll_pixel_based, window_scroll_line_based): Check the
2128 `scroll-command' property on the last command instead of searching
2129 the last command in Vscroll_preserve_screen_position_commands.
2130 (syms_of_window): Initialize and staticpro `Qscroll_command'.
2131 Put Qscroll_command property on Qscroll_up and Qscroll_down.
2132 (scroll-preserve-screen-position): Doc fix.
2133 (Vscroll_preserve_screen_position_commands): Remove variable.
2134
bc319ba4
DN
21352010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
2136
6bb24457
DN
2137 * xdisp.c (message): Do not use NO_ARG_ARRAY.
2138
19d4c244
DN
21392010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
2140
2141 Reduce cpp use in Makefile.in.
2142 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
2143 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
2144 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
2145 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
2146 (CRT0_COMPILE): Remove, inline it in the only user.
2147
32129746
JL
21482010-04-14 Juri Linkov <juri@jurta.org>
2149
2150 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
2151 `scroll-up-command' and `M-v' from `scroll-down' to
2152 `scroll-down-command'.
2153
9013a7f8
JL
21542010-04-14 Juri Linkov <juri@jurta.org>
2155
2156 * window.c (Vscroll_preserve_screen_position_commands): New variable
2157 with the default value as the list of Qscroll_down and Qscroll_up.
2158 (window_scroll_pixel_based, window_scroll_line_based): Search the
2159 last command in the list Vscroll_preserve_screen_position_commands
2160 instead of comparing with Qscroll_up and Qscroll_down.
2161
4bef8d26
JD
21622010-04-13 Jan Djärv <jan.h.d@swipnet.se>
2163
92848133
JD
2164 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
2165 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
2166 does that.
2167
4bef8d26
JD
2168 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
2169 to zero.
2170
58b963f7
SM
21712010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2172
84164a0d
SM
2173 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
2174
2b0a91e7
SM
2175 Try to solve the problem of spurious EOF chars in long lines of text
2176 sent to interactive subprocesses.
2177 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
2178 (system_process_attributes): Remove unused var `ttotal'.
2179 * process.c (send_process): Don't bother breaking long line with EOF
2180 chars when talking to ttys any more.
2181 (wait_reading_process_output): Output a warning when called in such
2182 a way that it could block without being interruptible.
2183
58b963f7
SM
2184 Try to detect file modification within the same second.
2185 * buffer.h (struct buffer): New field modtime_size.
2186 * buffer.c (reset_buffer): Initialize it.
2187 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
2188 (Fverify_visited_file_modtime): Check it.
2189 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
2190 (Fset_visited_file_modtime): Set (or clear) it.
2191
01f5787b
SM
21922010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2193
2194 * process.c (status_notify): Remove unused var `ro'.
2195
83725342
JD
21962010-04-12 Jan Djärv <jan.h.d@swipnet.se>
2197
2198 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
2199 more than one visual (Bug#5938).
2200
b9465836
DN
22012010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
2202
50426a04
JB
2203 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
2204 Undefine.
b9465836 2205
8d9c8ece
DN
22062010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2207
b1f52161
DN
2208 Remove C_SWITCH_SYSTEM_TEMACS.
2209 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
2210 (malloc, realloc, free): Use emacs, not temacs for conditional
2211 definition.
2212
2213 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
2214 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
2215
8d9c8ece
DN
2216 Use autoconf, not cpp for some variables.
2217 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
2218 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
2219 (ALL_CFLAGS): Use them as make variables.
2220 (really-lwlib, really-oldXMenu): Do not pass them.
2221
1ecb2d3f
JD
22222010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2223
2224 * xmenu.c (apply_systemfont_to_dialog): New.
2225 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
2226
3a4fa2f2
SM
22272010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2228
97e53006
SM
2229 * process.c (exec_sentinel): Preserve current-buffer.
2230
3a4fa2f2
SM
2231 * process.c (read_process_output): Move the save-current-buffer to
2232 apply to both the filter and the non-filter branches.
2233
88df7221
DN
22342010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
2235
2236 * s/msdos.h (UNEXEC): New definition.
2237
5634ff85
YM
22382010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2239
6eff5c3d
YM
2240 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
2241 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
2242
2243 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
2244 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
2245 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
2246 TRY_WINDOW_CHECK_MARGINS.
2247
2248 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5b253e9c
YM
2249 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
2250 width only when it is for padding.
5634ff85 2251
b13aef54
J
22522010-04-09 Jan Djärv <jan.h.d@swipnet.se>
2253
2254 * xfns.c (Fx_show_tip): Call try_window in a loop until
2255 fonts_changed_p is zero (Bug#2423).
2256
21d28484
EZ
22572010-04-08 Eli Zaretskii <eliz@gnu.org>
2258
2259 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
2260 the end of TEXT_AREA. (Bug#5856)
2261
0269ef77
JD
22622010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2263
2264 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
2265 HAVE_GCONF.
2266
5930fe97
EZ
22672010-04-08 Eli Zaretskii <eliz@gnu.org>
2268
2269 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
2270 prev.orig_type, for resolving type of NSM. (Bug#5858)
2271
99852628
JD
22722010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2273
2274 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
2275 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
2276 in current_font.
2277 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
50426a04
JB
2278 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
2279 New functions.
2280 (syms_of_xsettings): Initialize current_font.
2281 defsubr Sfont_get_system_normal_font.
99852628
JD
2282
2283 * xsettings.h (Ffont_get_system_normal_font,
2284 xsettings_get_system_normal_font): Declare.
2285
2286 * xfns.c (extern xlwmenu_default_font): Remove.
2287 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
2288 to xlwmenu.c.
2289
2290 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
2291 menu items in UTF-8.
2292
2293 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
2294 (apply_systemfont_to_menu): New function.
2295 (set_frame_menubar, create_and_show_popup_menu): Call
2296 apply_systemfont_to_menu.
2297
7fc874c4
J
22982010-04-07 Jan Djärv <jan.h.d@swipnet.se>
2299
2300 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
2301 FRAME_LINE_TO_PIXEL_Y.
2302
2303 * xterm.c (x_set_window_size_1): Don't add border_width/height to
2304 pixelwidth/height.
2305
863bf481
DN
23062010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2307
5e5a3b92
DN
2308 Simplify code for HP machines.
2309 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
2310 for GNU_LINUX, not needed.
2311 (UNEXEC, NEED_BSDTTY): Move definitions...
2312 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
2313
863bf481
DN
2314 * m/iris4d.h (UNEXEC): Move definition ...
2315 * s/irix6-5.h (UNEXEC): ... here.
2316
3e6bec3b
JD
23172010-04-04 Jan Djärv <jan.h.d@swipnet.se>
2318
2319 * xfns.c (set_machine_and_pid_properties): New function.
2320 (Fx_create_frame): Call set_machine_and_pid_properties.
2321
2912322b
SM
23222010-04-03 Eli Zaretskii <eliz@gnu.org>
2323
1502b819
EZ
2324 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
2325 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
2326 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
2327
2912322b
SM
2328 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
2329 in this function. (Bug#5703)
2330
23312010-04-03 Chong Yidong <cyd@stupidchicken.com>
2332
2333 * nsterm.h: Fix last change.
2334
c435b432
DN
23352010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
2336
a568f507
DN
2337 * m/intel386.h (NO_REMAP): Move definition ...
2338 * s/msdos.h (NO_REMAP): ... here.
2339
4cd9f6c2
DN
2340 * m/vax.h (CRT0_DUMMIES): Remove, unused.
2341
c435b432
DN
2342 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
2343 used on those platforms.
2344
42a2c622
DN
23452010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2346
2347 Remove extern errno declarations.
2348 * xterm.c:
2349 * xrdb.c:
2350 * w32term.c:
2351 * unexec.c:
2352 * unexaix.c:
2353 * sysdep.c:
2354 * process.c:
2355 * lread.c:
2356 * keyboard.c:
2357 * floatfns.c:
2358 * filelock.c:
2359 * fileio.c:
2360 * emacs.c (main):
2361 * ecrt0.c:
2362 * dispnew.c:
2363 * callproc.c:
2364 * buffer.c: Remove errno extern declarations.
2365 * s/netbsd.h (NEED_ERRNO): Remove.
2366
8224f93d
DN
23672010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2368
2369 Remove all uses of LIBX11_SYSTEM.
2370 * Makefile.in (LIBX11_SYSTEM): Remove.
2371 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
2372 instead.
2373
814062c7
EZ
23742010-04-01 Eli Zaretskii <eliz@gnu.org>
2375
ed68db4d
EZ
2376 Remove support for DJGPP v1.x (bug#5813).
2377
2378 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8224f93d
DN
2379 * s/msdos.h:
2380 * unexec.c (make_hdr, copy_text_and_data):
2381 * sysdep.c (wait_for_termination, sys_subshell):
ed68db4d 2382 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
52f4d8d5
EZ
2383 (IT_set_terminal_modes, __write, _rename, gethostname)
2384 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
2385 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
2386 the value of __DJGPP__.
ed68db4d
EZ
2387 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
2388 compatibility code.
8224f93d
DN
2389 * lread.c:
2390 * gmalloc.c (memalign):
2391 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
2392 * emacs.c (main):
2393 * dosfns.c (init_dosfns):
ed68db4d
EZ
2394 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
2395
52f4d8d5
EZ
23962010-04-01 Eli Zaretskii <eliz@gnu.org>
2397
814062c7
EZ
2398 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
2399 string with `cursor' property comes from an `after-string'
2400 overlay. (Bug#5816)
2401
0dc2e11d
GM
24022010-04-01 Glenn Morris <rgm@gnu.org>
2403
2404 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
2405 Define as Makefile variables.
2406 (LIBX): Use above variables rather than directly using autoconf.
2407
1d29df59
DN
24082010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
2409
2410 Clean up BSD_SYSTEM use.
2411 * xterm.c:
2412 * process.c:
2413 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
2414 for including <sys/ioctl.h>.
2415 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
2416 code is only used for MSDOS.
2417
1546c559
JL
24182010-03-31 Juri Linkov <juri@jurta.org>
2419
2420 * image.c: Add `Qextension_data'.
2421 (syms_of_image): Initialize and staticpro `Qextension_data'.
2422 (Fimage_metadata): Rename from `Fimage_extension_data'.
2423 (gif_load): Put GIF extension data to the property
2424 `Qextension_data'.
2425
6521c534
CY
24262010-03-31 Chong Yidong <cyd@stupidchicken.com>
2427
2428 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
2429 * nsterm.h: Fix prototype.
2430
52c30783
EZ
24312010-03-31 Eli Zaretskii <eliz@gnu.org>
2432
2433 * xdisp.c (highlight_trailing_whitespace): Support highlight of
2434 trailing whitespace in right-to-left rows.
2435
855a0da7
SM
24362010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2437
2438 Get rid of the direct_output optimizations.
2439 * keyboard.c (nonundocount): Remove extern declaration.
2440 (command_loop_1): Remove brittle optimisation for cheap and
2441 common operations.
2442 * xdisp.c (redisplay_internal): Don't bother checking
2443 redisplay_performed_directly_p any more.
2444 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
2445 any more.
2446 * dispnew.c (redisplay_performed_directly_p)
2447 (direct_output_for_insert, direct_output_forward_char):
2448 * dispextern.h (redisplay_performed_directly_p)
2449 (direct_output_for_insert, direct_output_forward_char): Remove.
2450 * cmds.c (nonundocount): Make it static.
2451
85738751 24522010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
a6d676d9
CY
2453
2454 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
2455
85738751 24562010-03-31 Jan Djärv <jan.h.d@swipnet.se>
67fee863
JD
2457
2458 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
2459 invisible (Bug#5766).
2460
85738751 24612010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
9ae6e189 2462
855a0da7
SM
2463 * xdisp.c (x_consider_frame_title, update_window_cursor):
2464 Remove HAVE_NS conditionals.
194d44e7 2465 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
2466
2467 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
2468 filename for the title.
2469 (ns_set_doc_edited): Do nothing if the selected window is a
2470 minibuffer window.
2471
2472 * nsterm.h: Add prototypes for ns_set_name_as_filename and
2473 ns_set_doc_edited.
2474
2475 * nsterm.m: Remove unneeded prototype.
2476
85738751 24772010-03-31 Glenn Morris <rgm@gnu.org>
25c72475
GM
2478
2479 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
2480 in the DOC file. (Bug#5336)
2481
85738751 24822010-03-31 Chong Yidong <cyd@stupidchicken.com>
f79a01db
CY
2483
2484 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
2485
75d1428c
SM
24862010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * window.c (keys_of_window): Remove redundant/overridden bindings.
2489
82043cfb
EZ
24902010-03-30 Eli Zaretskii <eliz@gnu.org>
2491
2492 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
2493 Restore original behavior when the iterator is not bidi_p.
2494
b5dd0ae7
DN
24952010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2496
2497 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
2498
bd924a5d
EZ
24992010-03-30 Eli Zaretskii <eliz@gnu.org>
2500
2501 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
2502 are outside the range of cached character positions.
2503
3580374b
JB
25042010-03-30 Juanma Barranquero <lekktu@gmail.com>
2505
2506 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
2507
a7b02820
EZ
25082010-03-30 Eli Zaretskii <eliz@gnu.org>
2509
2510 Initial support for bidirectional editing.
2511
2512 * Makefile.in (obj): Include bidi.o.
2513 (bidi.o): New target.
2514
2515 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
2516 ($(BLD)/bidi.$(O)): New target.
2517
2518 * bidi.c: New file.
2519
2520 * buffer.h (struct buffer): New members bidi_display_reordering
2521 and bidi_paragraph_direction.
2522
2523 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
2524 and bidi_paragraph_direction.
2525 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
2526 and bidi-paragraph-direction.
2527 (Fbuffer_swap_text): Swap the values of
2528 bidi_display_reordering and bidi_paragraph_direction.
2529
2530 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
2531 (bidi_type_t, bidi_dir_t): New types.
2532 (bidi_saved_info, bidi_stack, bidi_it): New structures.
2533 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
2534 prev_stop, base_level_stop, and eol_pos.
2535 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
2536 (IT_STACK_SIZE): Enlarge to 5.
2537 (struct glyph_row): New member reversed_p.
2538 <string_buffer_position>: Update prototype.
2539 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
2540 glyph_row if bidi_it.paragraph_dir == R2L.
2541 (struct glyph): New members resolved_level and bidi_type.
2542
2543 * dispnew.c (direct_output_forward_char): Give up if we need bidi
2544 processing or buffer's direction is right-to-left.
2545 (prepare_desired_row): Preserve the reversed_p flag.
2546 (row_equal_p): Compare the reversed_p attributes as well.
2547
2548 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
2549 bidi_init_it and set it->paragraph_embedding from the current
2550 buffer's value of bidi_paragraph_direction.
2551 (reseat_1): Initialize bidi_it.first_elt.
2552 (set_iterator_to_next, next_element_from_buffer): Use the value of
2553 paragraph_embedding to determine the paragraph direction.
2554 (set_iterator_to_next): Under bidi reordering, call
2555 bidi_get_next_char_visually. Call bidi_paragraph_init if the
2556 new_paragraph flag is set in the bidi iterator.
2557 (next_element_from_buffer): If bidi_it.first_elt is set,
2558 initialize paragraph direction and find the first character to
2559 display in the visual order. If reseated to a middle of a line,
2560 prime the bidi iterator starting at the line's beginning. Handle
2561 the situation where we overstepped stop_charpos due to
2562 non-linearity of the bidi iteration. Likewise for when we back up
2563 beyond the previous stop_charpos. When moving across stop_charpos,
2564 record it in prev_stop.
2565 (display_line): Set row->end and it->start for the next row to the
2566 next character in logical order. Always extend reversed_p rows to
2567 the end of line, even if they end at ZV. Copy the reversed_p flag
2568 to the next glyph row. Keep calling set_cursor_from_row for
2569 bidi-reordered rows even if we already have a possible candidate
2570 for cursor position. Set row_end after all the row's glyphs have
2571 been produced, by looping over the glyphs. Record the position
2572 after EOL in it->eol_pos, and use it to set end_pos of the last
2573 row produced for a continued line.
2574 <Qright_to_left, Qleft_to_right>: New variables.
2575 (syms_of_xdisp): Initialize and staticpro them.
2576 (string_buffer_position_lim): New function.
2577 (string_buffer_position): Most of code moved to
2578 string_buffer_position_lim. Last argument and return value are
2579 now EMACS_INT; all callers changed.
2580 (set_cursor_from_row): Rewritten to support bidirectional text and
2581 reversed glyph rows.
2582 (text_outside_line_unchanged_p, try_window_id): Disable
2583 optimizations if we are reordering bidirectional text and the
2584 paragraph direction can be affected by the change.
2585 (append_glyph, append_composite_glyph)
2586 (produce_image_glyph, append_stretch_glyph): Set the
2587 resolved_level and bidi_type members of each glyph.
2588 (append_glyph): If the glyph row is reversed, prepend the glyph
2589 rather than appending it.
2590 (handle_stop_backwards): New function.
2591 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
2592 (reseat): call handle_stop_backwards to recompute prev_stop and
2593 base_level_stop for the new position.
2594 (handle_invisible_prop): Under bidi iteration, skip invisible text
2595 using bidi_get_next_char_visually. If we are `reseat'ed, init the
2596 paragraph direction. Update IT->prev_stop after skipping
2597 invisible text.
2598 (move_it_in_display_line_to): New variables prev_method
2599 and prev_pos. Compare for strict equality in
2600 BUFFER_POS_REACHED_P.
2601 (try_cursor_movement): Examine all the candidate rows that occlude
2602 point, to return the best match. If rows are bidi-reordered
2603 and point moved backwards, back up to the row that is not a
2604 continuation line, and start looking for a suitable row from
2605 there.
2606
2607 * term.c (append_glyph): Reverse glyphs by pre-pending them,
2608 rather than appending, if the glyph_row's reversed_p flag is set.
2609 Set the resolved_level and bidi_type members of each glyph.
2610
2611 * .gdbinit (pbiditype): New command.
2612 (pgx): Use it to display bidi level and type of the glyph.
2613 (pitx): Display some bidi information about the iterator.
2614 (prowlims, pmtxrows): New commands.
2615
32a8894e
DN
26162010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2617
2618 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
2619 * s/usg5-4.h (LIBS_DEBUG):
2620 * s/irix6-5.h (C_DEBUG_SWITCH):
2621 * s/gnu-linux.h (LIBS_DEBUG):
2622 * s/darwin.h (LIBS_DEBUG):
2623 * s/bsd-common.h (LIBS_DEBUG):
2624 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
2625 * m/iris4d.h (LIBS_DEBUG):
2626 * m/hp800.h (LIBS_DEBUG): Remove definitions.
2627
2628 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
2629 (LIBS_DEBUG): Remove definition.
2630
649dbf36
CY
26312010-03-27 Chong Yidong <cyd@stupidchicken.com>
2632
2633 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
2634 Windows.
2635
cad4261f
YM
26362010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2637
2638 * process.c (Fmake_network_process): Don't call turn_on_atimers around
2639 `connect' (Bug#5723).
2640
cd591dbc
HE
26412010-03-25 Helmut Eller <eller.helmut@gmail.com>
2642
2643 * process.c (Fmake_network_process): Call `select' for interrupted
2644 `connect' rather than creating new socket (Bug#5173).
2645
e867cb5d 26462010-03-24 Jan Djärv <jan.h.d@swipnet.se>
93318cbd
JD
2647
2648 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
2649
2650 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
2651
2652 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
2653
e867cb5d 26542010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ad13a3ee
YM
2655
2656 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
2657 XLoadQueryFont.
2658
e867cb5d 26592010-03-24 Kenichi Handa <handa@m17n.org>
fbdc1721
KH
2660
2661 * coding.c (decode_coding_ccl): Fix previous change for the
2662 multibyte case.
fb608df3
KH
2663 (encode_coding_ccl): Don't setup ccl program here. Fix for the
2664 case that the output buffer is fullfilled.
2665 (encode_coding): Setup ccl program here.
fbdc1721 2666
5845f0ed
DN
26672010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2668
814fb708
DN
2669 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
2670
5845f0ed
DN
2671 Simplify LIBS_MACHINE definitions.
2672 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
2673 * m/iris4d.h (LIBS_MACHINE): Likewise.
2674 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
2675 * s/aix4-2.h (LIBS_SYSTEM): ... here.
38e3487c 2676 * s/netbsd.h: Remove commented out code.
5845f0ed 2677
b7064064
DN
26782010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2679
df7734b2
DN
2680 Remove dead code dealing with POSIX_SIGNALS.
2681 * atimer.c (set_alarm): Remove dead code, all USG systems define
2682 POSIX_SIGNALS.
2683 * data.c (arith_error): Likewise.
2684 * keyboard.c (input_available_signal, handle_user_signal)
2685 (interrupt_signal): Likewise.
2686 * process.c (sigchld_handler): Likewise.
2687 (create_process): Remove if 0 code. Remove HPUX conditional when
2688 !defined (POSIX_SIGNALS), it cannot be true.
2689 * syssignal.h: Remove USG5_4 and USG conditionals when
2690 !POSIX_SIGNALS, they cannot be true.
2691
b7064064
DN
2692 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
2693 NO_SOCK_SIGIO, not used anymore.
2694
55da5ee3
DN
26952010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2696
0be96e3a
DN
2697 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
2698 support vax on BSDs.
2699
55da5ee3
DN
2700 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
2701 * s/aix4-2.h (ORDINARY_LINK): ... here.
2702
c0282183
AS
27032010-03-21 Andreas Schwab <schwab@linux-m68k.org>
2704
82c3d67a
AS
2705 * Makefile.in (abs_builddir): Define.
2706 (bootstrap_exe): Use it.
2707 (VPATH): Use $(srcdir) instead of @srcdir@.
c0282183 2708
3613edce
SM
27092010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * Makefile.in (bootstrap_exe): Use an absolute name.
2712
7f110ddc
DN
27132010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2714
22e87574
DN
2715 Remove support for old GNU/Linux using libc version 5.
2716 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
2717 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
2718
05a670e6
DN
2719 Consolidate redundant definitions in s/bsd-common.h.
2720 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2721 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2722 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
2723 doing it in all files that include this one.
2724 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2725 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2726 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2727 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2728 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2729 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2730 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
2731 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
2732 (LDAV_SYMBOL, KERNEL_FILE): Remove.
2733
2968f561
DN
2734 Consolidate redundant definitions.
2735 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
2736 it's undefined in all files that include this one.
2737 (POSIX_SIGNALS): Define here instead of doing it in all files that
2738 include this one.
2739 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2740 (POSIX_SIGNALS): Do not define.
2741 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2742 (POSIX_SIGNALS): Do not define.
2743 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
2744 (POSIX_SIGNALS): Do not define.
2745
15d25dc0
DN
2746 Remove support for old UNIX System V systems.
2747 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
2748 * s/usg-5-4-2.h: Remove.
2749
07e339e4
DN
2750 Remove support for Solaris on PPC and for old versions.
2751 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
2752 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
2753 that cancel each other.
2754 * s/sol2-3.h:
2755 * s/sol2-4.h:
2756 * s/sol2-5.h: Remove.
2757 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
2758 (NO_REMAP): Remove, unused.
2759 (UNEXEC): Move definition ...
2760 * s/aix4-2.h (UNEXEC): ... here.
2761
7f110ddc
DN
2762 * s/openbsd.h: Remove support for non-ELF and for systems that do
2763 not support shared libraries.
2764 * s/netbsd.h:
2765 * s/freebsd.h: Likewise.
2766
605f35cd
DN
27672010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2768
2769 Remove non-working support for lynxos 3.0.
2770 * s/lynxos.h: Remove file.
2771
2772 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
2773 COFF_BSD_SYMBOLS, nothing defines it anymore.
2774
aed71cf4
DN
27752010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2776
2777 Remove obsolete uses of HAVE_SHM.
2778 * emacs.c (standard_args):
2779 (Fdump_emacs):
2780 (syms_of_emacs): Remove code depending on HAVE_SHM.
2781
2782 * alloc.c: Remove HAVE_SHM dependent definition.
2783
2784 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
2785
aded53ff
GM
27862010-03-18 Glenn Morris <rgm@gnu.org>
2787
17284745
GM
2788 * emacs.c (USAGE4): Hard-code bug address.
2789 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
2790 (bug_reporting_address): Remove.
2791 (main): Don't call bug_reporting_address.
2792
aded53ff
GM
2793 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
2794 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
2795
303500aa
CY
27962010-03-15 Chong Yidong <cyd@stupidchicken.com>
2797
2798 * xfns.c (Fx_create_frame):
2799 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
2800 on left.
2801
cef3058f
CY
28022010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
2803
2804 * editfns.c (Fformat): Account for string precision when computing
2805 field width (Bug#5710).
2806
a647d59d
CY
28072010-03-12 Chong Yidong <cyd@stupidchicken.com>
2808
4fa42018
CY
2809 * xfns.c (Fx_create_frame): Set default to Qright.
2810
a647d59d
CY
2811 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
2812 all window systems.
2813
6da23aaa
EZ
28142010-03-12 Eli Zaretskii <eliz@gnu.org>
2815
a96f6398 2816 These changes remove termcap.c from the build on Posix platforms.
83d02def 2817 * Makefile.in (termcapobj): Move termcap.o from here...
6da23aaa
EZ
2818 (MSDOS_OBJ): ...to here.
2819 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
2820 now identical to when LIBS_TERMCAP is defined.
2821
2822 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
2823
2824 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
2825
a96f6398 2826 * config.in: Regenerated. (See top-level ChangeLog.)
6da23aaa 2827
288f9fc0
CY
28282010-03-10 Chong Yidong <cyd@stupidchicken.com>
2829
2830 * Branch for 23.2.
2831
d48cd3f4
SM
28322010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2833
2834 Cleanup setup of gl_state in various parts of the code.
2835 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
2836 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
2837 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
2838 (skip_chars):
2839 * regex.c (regex_compile): Use it.
2840 (re_compile_pattern): Don't set gl_state.current_syntax_table since
2841 it's now set in regex_compile when/if we need it.
2842
618db430
SM
28432010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2844
c0335e02
SM
2845 Make it possible to C-g in a tight bytecode loop again (bug#5680).
2846 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
2847 (QUIT): Use it to consolidate code and remove redundancy.
2848 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
2849
254c06a8
SM
2850 * regex.c (regex_compile): Setup gl_state as well.
2851
618db430
SM
2852 * syntax.c (skip_chars): Setup gl_state (bug#3823).
2853 (in_classes): Use CONSP before XCAR/XCDR.
2854
233f0c9f
CY
28552010-03-03 Chong Yidong <cyd@stupidchicken.com>
2856
2857 * keymap.c (Fwhere_is_internal): Use Fequal to compare
2858 definitions, so that keyboard macros are correctly handled
2859 (Bug#5481).
2860
75f80e63
EZ
28612010-03-02 Eli Zaretskii <eliz@gnu.org>
2862
2863 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
2864 text that could be relocated inside the call to emacs_mule_char.
2865 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
2866 (CODING_DECODE_CHAR): Add a comment describing its purpose.
2867
dcfb9bc4
KH
28682010-03-02 Kenichi Handa <handa@m17n.org>
2869
fc9a17bc
KH
2870 * character.c (parse_str_as_multibyte): Fix handling of the
2871 multibyte form of raw-bytes.
2872 (str_as_multibyte): Likewise.
2873
dcfb9bc4
KH
2874 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
2875 form of raw-bytes.
2876
412c01b6
CY
28772010-02-28 Chong Yidong <cyd@stupidchicken.com>
2878
2879 * charset.c (load_charset_map_from_file)
2880 (load_charset_map_from_vector): Zero out allocated
2881 charset_map_entries before using them.
2882
df7e1ea0
AS
28832010-02-27 Andreas Schwab <schwab@linux-m68k.org>
2884
2885 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
2886
fe69a722
CY
28872010-02-27 Chong Yidong <cyd@stupidchicken.com>
2888
4ed28cf4
CY
2889 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
2890 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 2891
7379cfce
KH
28922010-02-26 Kenichi Handa <handa@m17n.org>
2893
f88cc4d6
KH
2894 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
2895
7379cfce
KH
2896 * xdisp.c (reseat_to_string): Fix previous change.
2897
cf2fdcfb
CY
28982010-02-26 David Reitter <david.reitter@gmail.com>
2899
2900 * nsfont.m (nsfont_draw): ns_antialias_text should be a
2901 Lisp_Object (Bug#4736).
2902
cc6c7c75
KH
29032010-02-25 Kenichi Handa <handa@m17n.org>
2904
2905 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
2906
32e737d7
JD
29072010-02-24 Jan Djärv <jan.h.d@swipnet.se>
2908
2909 * xterm.c (XTflash): Move declarations before statements.
2910
2911 * gtkutil.c (xg_get_gdk_display): Remove (unused).
2912 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
2913 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
2914 (xg_create_tool_bar): Remove unused variables.
2915 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 2916 (xg_create_frame_widgets): Remove variable grav.
32e737d7 2917
676cae9f
CY
29182010-02-21 Chong Yidong <cyd@stupidchicken.com>
2919
2920 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
2921
886cc2b8
SM
29222010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2923
2924 * term.c (fatal): Add a final \n if needed (bug#5596).
2925
ddb2d8e2
CY
29262010-02-18 Chong Yidong <cyd@stupidchicken.com>
2927
2928 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
2929
2a4f8d3d
GM
29302010-02-18 Glenn Morris <rgm@gnu.org>
2931
2932 * callint.c (Finteractive): Doc fix.
2933
ebaf11b6
KH
29342010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2935
886cc2b8
SM
2936 * coding.c (record_conversion_result):
2937 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
2938 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
2939 memory allocation error.
2940
d0396581
KH
29412010-02-17 Kenichi Handa <handa@m17n.org>
2942
886cc2b8
SM
2943 * coding.c (decode_coding_ccl): Don't setup ccl program here.
2944 Fix for the case that the output buffer is fullfilled.
d0396581
KH
2945 (decode_coding): Setup ccl program here. Keep looping when the
2946 decoder stopped because the output buffer is
2947 fullfilled (bug#5534).
2948
2949 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
2950
98599f74
JD
29512010-02-13 Jan Djärv <jan.h.d@swipnet.se>
2952
471e4f04 2953 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 2954 bug #5571.
886cc2b8 2955 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 2956 overdrawn.
98599f74 2957
182659ae
JD
29582010-02-10 Jan Djärv <jan.h.d@swipnet.se>
2959
2960 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
2961 doing_interact here.
2962 (ice_connection_closed): New function.
2963 (x_session_check_input, smc_die_CB, ice_io_error_handler)
2964 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
2965 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
2966 returns I/O error.
2967 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
2968 bug #5512.
2969
9be32c4e 29702010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
2971
2972 * nsfont.m (nsfont_open): The system's value for the font descent
2973 is negative, so round it down to avoid clipping.
2974
a2f3eb19
CY
29752010-02-06 Chong Yidong <cyd@stupidchicken.com>
2976
2977 * charset.c (load_charset_map_from_file)
2978 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 2979 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 2980
3088147c
CY
29812010-02-05 Chong Yidong <cyd@stupidchicken.com>
2982
2983 * charset.c (load_charset_map_from_file): Allocate large
2984 charset_map_entries structure on the heap rather than the stack.
2985 (Bug#5526).
2986
b57d9029
KH
29872010-01-31 Kenichi Handa <handa@m17n.org>
2988
2989 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 2990 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 2991
c67d885b
CY
29922010-01-31 Chong Yidong <cyd@stupidchicken.com>
2993
2994 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
2995 <deactivated@gmail.com> (Bug#3605).
2996
8fab2362
CY
29972010-01-31 David De La Harpe Golden <david@harpegolden.net>
2998
2999 * fileio.c (Frename_file): Correctly rename symlinks to
3000 directories (Bug#5496).
3001
cb2a62f2
CY
30022010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
3003
3004 * nsterm.m (ns_ring_bell): Handle visible bell like X.
3005
944c7a26
AS
30062010-01-30 Andreas Schwab <schwab@linux-m68k.org>
3007
3008 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
3009
c024ac08
CY
30102010-01-29 Chong Yidong <cyd@stupidchicken.com>
3011
3012 * frame.c (DEFAULT_ROWS): Change default to 35.
3013
3014 * xfns.c (x_default_font_parameter): Change default XFT font to
3015 monospace-10 (Bug#3643).
3016
af93af83
EZ
30172010-01-29 Eli Zaretskii <eliz@gnu.org>
3018
3019 * w32inevt.c (key_event): Remove unnecessary comparison of
3020 event->uChar.AsciiChar with 128.
3021
ca0eb708
CY
30222010-01-28 Chong Yidong <cyd@stupidchicken.com>
3023
b242dbfc
CY
3024 * fileio.c (Frename_file): Fix last change (Bug#5487).
3025
ca0eb708
CY
3026 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
3027
3028 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
3029
45d45af5
JD
30302010-01-28 Jan Djärv <jan.h.d@swipnet.se>
3031
3032 * xfns.c (Fx_create_frame): Remove window size matching code from
3033 2010-01-15.
a73f9c9d 3034 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 3035
7e233730
JR
30362010-01-27 Jason Rumney <jasonr@gnu.org>
3037
3038 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 3039 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 3040
86e893e3
KH
30412010-01-27 Kenichi Handa <handa@m17n.org>
3042
3043 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 3044 pattern string (Bug#4209).
86e893e3 3045
8719abec
CY
30462010-01-27 David De La Harpe Golden <david@harpegolden.net>
3047
3048 * fileio.c (Frename_file): Call copy-directory and
3049 delete-directory for directories, in order to handle cross-device
3050 renaming (Bug#3353).
3051
844794c8
JD
30522010-01-25 Jan Djärv <jan.h.d@swipnet.se>
3053
aa3e13b5 3054 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 3055 sizes 24 and 10. Bug #3643.
844794c8 3056
bd4b5750
SM
30572010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3058
8dc1adf6 3059 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
3060 * keymap.c (shadow_lookup): Add `remap' arg.
3061 (describe_map, describe_vector): Update calls to shadow_lookup.
3062 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
3063 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
3064 perform remapping during shadow_lookup check of remapped_sequences.
3065
285d07e2
CY
30662010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
3067
3068 * image.c (png_load): Use png_sig_cmp instead of the obsolete
3069 png_check_sig, which has been removed in libpng 1.4.
3070
c6d09b8d
CY
30712010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3072
3073 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
3074 lacks this header file).
3075
3d782998
YM
30762010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3077
3078 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
3079 as in Emacs 22.
3080
2aff7c53
YM
30812010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3082
3083 * lisp.h (make_pure_string): String pointer arg now points to const.
3084
3085 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
3086 args now point to const.
3087
74327f7a
EZ
30882010-01-22 Eli Zaretskii <eliz@gnu.org>
3089
3090 * lread.c (Fload): Don't treat files without .elc extension as
3091 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
3092 them. (bug#5303)
3093
4d1e6632
KH
30942010-01-20 Kenichi Handa <handa@m17n.org>
3095
3096 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
3097 treat the source as actual byte sequence.
3098
1fdede8f
AM
30992010-01-19 Alan Mackenzie <acm@muc.de>
3100
3101 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 3102 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
3103 `signal_after_change_p' to `coherent_change_p', and make the
3104 invocation of `modify_region' conditional on it.
3105
67477f30
JD
31062010-01-19 Jan Djärv <jan.h.d@swipnet.se>
3107
3108 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
3109 for debug purpose.
3110 (syms_of_xsettings): Declare xft-settings.
3111
244b023e
CY
31122010-01-18 Chong Yidong <cyd@stupidchicken.com>
3113
3114 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
3115
617364fe
CY
31162010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3117
3118 * xterm.c (event_handler_gdk): Block input (Bug#5037).
3119
4fe22cdf
CY
31202010-01-16 Chong Yidong <cyd@stupidchicken.com>
3121
3122 * emacs.c (standard_args): Adjust arg priorities to reflect how
3123 they are processed in startup.el.
3124
e118d2be
AS
31252010-01-16 Andreas Schwab <schwab@linux-m68k.org>
3126
3127 * Makefile.in (lisp, shortlisp): Update.
3128
523ae620
SM
31292010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3130
3131 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
3132 code, link the new kboard into all_kboard before running Lisp code,
3133 and protect the new terminal with GCPRO (Bug#5365).
3134 (x_term_init): Remove unused var `atom'.
3135 (x_delete_display, x_delete_terminal): Remove unused var `i'.
3136
f0d13888
JD
31372010-01-15 Jan Djärv <jan.h.d@swipnet.se>
3138
3139 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
3140 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
3141 to find out usable size of the desktop. Don't make frames larger than
ac146f82 3142 this. Bug #3643.
f0d13888 3143
cc320f07
KH
31442010-01-15 Kenichi Handa <handa@m17n.org>
3145
3146 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
3147
7ffdf101
CY
31482010-01-15 Chong Yidong <cyd@stupidchicken.com>
3149
3150 * nsterm.m (Qnone): Define.
3151
3152 * nsfns.m (Qnone): Move definition to nsterm.m.
3153
d12bd917
KH
31542010-01-14 Kenichi Handa <handa@m17n.org>
3155
3156 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
3157 systems.
3158
d9a7c140
KH
31592010-01-14 Kenichi Handa <handa@m17n.org>
3160
3161 Make auto-composition work on all buffers even if they are
3162 fundamental mode.
3163
3164 * composite.c (Vauto_composition_mode): New variable.
3165 (composition_compute_stop_pos): Check Vauto_composition_mode
3166 instead of Vauto_composition_function.
3167 (composition_adjust_point, Ffind_composition_internal): Likewise.
3168 (syms_of_composite): Declare Lisp variable
3169 "auto-composition-mode" here.
3170
63286bb2
CY
31712010-01-13 Chong Yidong <cyd@stupidchicken.com>
3172
3173 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
3174 during call to vendor-specific-keysyms (Bug#5365).
3175
c2623ee7
YM
31762010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3177
3178 * keyboard.c (input_available_signal) [SYNC_INPUT]:
3179 Call SIGNAL_THREAD_CHECK (Bug#5333).
3180
3181 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
3182 Call SIGNAL_THREAD_CHECK.
3183
0b5397c2
SM
31842010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3185
3186 Try to fix bug#5314. This is probably not the final word, tho.
3187 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
3188 recent-auto-save-p as a side-effect.
3189 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
3190 * buffer.c (Fkill_buffer, reset_buffer):
3191 * editfns.c (Fsubst_char_in_region):
3192 * fileio.c (Finsert_file_contents, Fdo_auto_save)
3193 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
3194
dc954cb2
KH
31952010-01-13 Kenichi Handa <handa@m17n.org>
3196
3197 Display buffer name, etc. in mode line by composing correctly.
3198
3199 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
3200 STRING is not nil.
0b5397c2 3201 (display_mode_element): Adjust for the change of
dc954cb2
KH
3202 decode_mode_spec and display_line.
3203 (decode_mode_spec): Change arg MULTIBYTE to STRING.
3204 (display_string): Handle the case that STRING is non-null and
3205 LISP_STRING is not nil.
3206
0b5397c2
SM
3207 * xterm.c (x_draw_composite_glyph_string_foreground):
3208 Pay attention to s->face->overstrike.
dc954cb2
KH
3209
3210 * composite.c (composition_reseat_it): Don't check PT if STRING is
3211 non nil.
3212
4a00eaca
YM
32132010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3214
3215 * keyboard.c (read_char): Don't apply previous change when current
3216 buffer is unchanged by command execution.
3217
60abb287
JD
32182010-01-12 Jan Djärv <jan.h.d@swipnet.se>
3219
3220 * keyboard.c (read_char): Return after executing from special map.
3221
893db5bc
GM
32222010-01-12 Glenn Morris <rgm@gnu.org>
3223
3224 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
3225 bug-gnu-emacs rather than emacs-pretest-bug.
3226
4d03ece0
CY
32272010-01-11 Chong Yidong <cyd@stupidchicken.com>
3228
3229 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
3230 initializing the Lisp variables that depend on them.
3231
1df47e38
YM
32322010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3233
3234 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
3235 Clear areas that will not be updated after change of menu bar lines.
3236 Clear the menu bar window's current matrix when the window gets empty.
3237
2f1c6384
CY
32382010-01-09 Chong Yidong <cyd@stupidchicken.com>
3239
e398c61c
CY
3240 * intervals.h, textprop.c (extend_property_ranges): Return value
3241 and args changed. Discard properties that begin at or after the
3242 new end (Bug#5306).
3243
3244 * editfns.c (Fformat): Caller changed.
3245
e5a29a10
CY
3246 * nsterm.m (ns_set_default_prefs): Delete function.
3247 (syms_of_nsterm): Initialize ns_command_modifier,
3248 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
3249 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
3250
2f1c6384
CY
3251 * xdisp.c (pos_visible_p): Check for invisible text at the correct
3252 position (Bug#4040).
3253
d427a9fa
EZ
32542010-01-09 Eli Zaretskii <eliz@gnu.org>
3255
3256 * editfns.c (Ffloat_time): Doc fix.
3257
21b9df2f
JD
32582010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3259
3260 * xfns.c (Fx_create_frame): Don't create frame larger than display
3261 by default bug#3643.
3262
4b00d3b1
YM
32632010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3264
3265 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
3266 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
3267 windows above internal border.
3268
3269 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
3270 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
3271 windows above internal border.
3272
3273 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
3274 tool bar windows specially.
3275
3276 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
3277
3278 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
3279 specially.
3280 (XTflash): Take account of menu bar height.
3281
3282 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
3283 specially.
3284
5075d853
JD
32852010-01-08 Jan Djärv <jan.h.d@swipnet.se>
3286
ac146f82 3287 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
3288 also be true before we can return early (bug #5339).
3289
474217c8
CY
32902010-01-06 David Reitter <david.reitter@gmail.com>
3291
3292 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
3293 (Fns_display_usable_bounds): Rewrite, computing bounds properly
3294 (Bug#3233).
3295
c0e6d47d
JD
32962010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3297
d0cf45b7
JD
3298 * font.c (font_open_entity): Enable chache and call cached_font_ok
3299 for the driver if defined.
3300 (QCuser_spec): New symbol.
3301 (font_spec_from_name): Save name as user-spec.
3302 (font_load_for_lface): Keep user-spec instead of name.
3303 (font_open_by_name): Save name as user-spec.
3304 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 3305 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
3306
3307 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
3308 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
3309 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
3310
3311 * font.h (struct font_driver): Add cached_font_ok.
3312
c0e6d47d
JD
3313 * xterm.c (x_clear_frame): Queue draw for scroll bars.
3314
7c583cd8
JD
33152010-01-05 Jan Djärv <jan.h.d@swipnet.se>
3316
3317 * xterm.c (x_new_font): Move code for setting rows/cols before
3318 resizing ...
ac146f82 3319 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
3320
3321 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
3322 (xg_frame_resized, xg_frame_set_char_size):
3323 Call xg_clear_under_internal_border.
7c583cd8 3324 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 3325
03f77f0a
CY
33262010-01-05 Chong Yidong <cyd@stupidchicken.com>
3327
3328 * keyboard.c (read_key_sequence): Catch keyboard switch after
3329 making a new tty frame (Bug#5095).
3330
2a1ef5be
KH
33312010-01-05 Kenichi Handa <handa@m17n.org>
3332
3333 * fontset.c (fontset_find_font): Fix getting the frame pointer.
3334
e3eb1dae
SM
33352010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3336
3337 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
3338 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
3339 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
3340
777013f2
MA
33412010-01-03 Michael Albinus <michael.albinus@gmx.de>
3342
3343 * dbusbind.c (xd_add_watch): Improve debug message.
3344 (xd_remove_watch): Improve debug message. If DATA is the session
3345 bus, unset D-Bus session environment.
3346 (Fdbus_init_bus): Pass the bus as argument to
3347 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 3348
8932b1c2
CY
33492010-01-01 Chong Yidong <cyd@stupidchicken.com>
3350
87231e2c
CY
3351 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
3352
4801c5fa
CY
3353 * lread.c (syms_of_lread): Make it clearer that these are the
3354 names of loaded files (Bug#5068).
3355
8932b1c2
CY
3356 * eval.c (run_hook_with_args): Handle the case where the global
3357 value has the obsolete single-function form (Bug#5026).
3358
11e3c684
CY
33592009-12-27 Chong Yidong <cyd@stupidchicken.com>
3360
3361 * minibuf.c (Fall_completions): Minor optimization.
3362
5b28ce35
EZ
33632009-12-26 Eli Zaretskii <eliz@gnu.org>
3364
5ce6e4f4
JB
3365 * .gdbinit (pgx): Fix display of composite glyphs.
3366 Display cmp.from and cmp.to as well.
3367 (pitx): Fix last change.
5b28ce35 3368
bcffff46
KH
33692009-12-25 Kenichi Handa <handa@m17n.org>
3370
3371 * composite.h (composition_adjust_point): Update prototype.
3372
3373 * composite.c (composition_reseat_it): Don't make a composition
3374 spanning over point.
3375 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
3376 composable characters.
3377 (composition_adjust_point): New arg NEW_PT. Callers changed.
3378
3379 * keyboard.c (command_loop_1): Force redisplay if the last point
3380 was within a composition.
3381 (adjust_point_for_property): Don't adjust point for automatic
3382 composition when called after buffer modification.
3383
3f670e9a
EZ
33842009-12-19 Eli Zaretskii <eliz@gnu.org>
3385
5ce6e4f4
JB
3386 * .gdbinit (pitx): Don't use enum names, use their values.
3387 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
3388 (pgx): Don't use enum names, use their values.
3389 (pitmethod): New helper command.
3390 (pitx): Use it to display iteration method.
3391 (pgrowit): New command.
3392
ad903955
EZ
3393 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
3394
3f670e9a
EZ
3395 Update dependencies in Makefile.in.
3396
3397 * Makefile.in (alloc.o): Depend on termhooks.h.
3398 (atimer.o): Depend on blockinput.h.
3399 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
3400 and frame.h.
3401 (callint.o): Depend on systime.h, coding.h, and composite.h.
3402 (callproc.o): Depend on buffer.h.
3403 (casefiddle.o): Don't depend on charset.h.
3404 (casetab.o): Depend on character.h.
3405 (ccl.o): Depend on composite.h.
3406 (chartab.o): Depend on ccl.h.
3407 (cm.o): Depend on dispextern.h.
3408 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
3409 (coding.o): Don't depend on $(INTERVALS_H).
3410 (composite.o): Don't depend on dispextern.h explicitly (it's in
3411 $(INTERVALS_H)). Depend on ccl.h.
3412 (data.o): Depend on systime.h, coding.h, composite.h,
3413 dispextern.h, font.h, and ccl.h.
3414 (dired.o): Depend on composite.h.
3415 (dispnew.o): Depend on coding.h. Don't depend explicitly on
3416 composite.h (it's in $(INTERVALS_H)).
3417 (doc.o): Depend on systime.h, coding.h, and composite.h.
3418 (editfns.o): Don't depend explicitly on dispextern.h.
3419 (emacs.o): Depend on frame.h and coding.h.
3420 (eval.o): Depend on coding.h, composite.h, and xterm.h.
3421 (fileio.o): Depend on frame.h and commands.h. Don't depend
3422 explicitly on dispextern.h.
3423 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
3424 composite.h.
3425 (fns.o): Don't depend on termhooks.h.
3426 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
3427 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
3428 coding.h, $(INTERVALS_H), window.h, xterm.h.
3429 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
3430 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
3431 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
3432 fontset.h, ccl.h, and ftfont.h.
3433 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3434 (gtkutil.o): Depend on dispextern.h and composite.h.
3435 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
3436 termhooks.h, and ccl.h.
3437 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
3438 (intervals.o): Depend on systime.h and coding.h.
3439 (keyboard.o): Depend on composite.h and coding.h.
3440 (keymap.o): Depend on coding.h and frame.h.
3441 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
3442 (macros.o): Depend on systime.h, coding.h, and composite.h.
3443 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
3444 and atimer.h.
3445 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
3446 dispextern.h explicitly.
0b5397c2
SM
3447 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
3448 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
3449 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
3450 (regex.o): Don't depend on charset.h.
3451 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
3452 (search.o): Don't depend explicitly on composite.h.
3453 (sound.o): Depend on atimer.h and systime.h.
3454 (syntax.o): Don't depend explicitly on composite.h.
3455 (sysdep.o): Depend on coding.h and composite.h.
3456 (term.o): Depend on xterm.h and buffer.h.
3457 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
3458 (textprop.o): Don't depend on dispextern.h explicitly.
3459 (undo.o): Depend on dispextern.h.
3460 (window.o): Depend on coding.h and termhooks.h. Don't depend on
3461 dispextern.h and composite.h explicitly.
3462 (xdisp.o): Depend on ccl.h.
3463 (xfaces.o): Depend on coding.h and ccl.h.
3464 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
3465 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
3466 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
3467 ftfont.h.
3468 (xgselect.o): New dependency.
3469 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
3470 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
3471 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
3472 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
3473 (xsmfns.o): Depend on frame.h and dispextern.h.
3474 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
3475 sysselect.h.
3476
7a6f7fea
AS
34772009-12-19 Andreas Schwab <schwab@linux-m68k.org>
3478
3479 * font.c (Fclear_font_cache): Pass correct cache argument to
3480 font_clear_cache.
3481
f4c21026
AS
34822009-12-16 Andreas Schwab <schwab@linux-m68k.org>
3483
3484 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
3485 twice.
3486
f7ab0997
CY
34872009-12-15 Chong Yidong <cyd@stupidchicken.com>
3488
3489 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
3490 calling file-remote-p. Reported by Jim Meyering.
3491
fa8e045a
MA
34922009-12-15 Michael Albinus <michael.albinus@gmx.de>
3493
3494 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 3495 avoid compiler warnings. (Bug #5217)
fa8e045a 3496
a63dba42
KH
34972009-12-14 Kenichi Handa <handa@m17n.org>
3498
3499 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
3500 in 8-bit encoding.
3501
5ce6e4f4 35022009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
3503
3504 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
3505 tooltip windows.
3506
223e5fc6
JD
35072009-12-13 Jan Djärv <jan.h.d@swipnet.se>
3508
36acb2a7
JD
3509 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
3510 Xatom_net_window_type.
3511
3512 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
3513 Xatom_net_window_type.
3514
b8f00677
JD
3515 * xterm.c (my_log_handler): New function.
3516 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 3517 so we can filter out buggy messages. (Bug #5120).
b8f00677 3518
e5f0bc9a
JD
3519 * xterm.c (xg_scroll_callback): Parameter list changed,
3520 use parameter GtkScrollType to determine scroll/line/page.
3521 Only allow dragging if a button < 4 is grabbed (bug #5177).
3522 (xg_end_scroll_callback): New function.
3523 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
3524 xg_create_scroll_bar.
3525
3526 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
3527 (scroll_end_callback): Remove.
3528 (xg_create_scroll_bar): Add parameter end_callback, bind it to
3529 button-release-event. Replace value-changed event with change-value,
3530 bug #5177,
3531 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
3532 bug #5177.
3533
3534 * gtkutil.h (XG_LAST_SB_DATA): Remove.
3535 (xg_create_scroll_bar): Add GCallback end_callback.
3536
223e5fc6
JD
3537 * xftfont.c (QClcdfilter): New variable.
3538 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
3539 (syms_of_xftfont): Initialize QClcdfilter.
3540
3c055b77
JD
35412009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3542
3543 * xsettings.c (struct xsettings): Add member seen.
3544 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 3545 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
3546 (apply_xft_settings): Only update Xft settings with what member seen
3547 indicates as new.
3548
05fe33ff
EZ
35492009-12-12 Eli Zaretskii <eliz@gnu.org>
3550
3551 * dispextern.h (struct text_pos): Use EMACS_INT;
3552 (struct glyph): Use EMACS_INT for charpos.
3553 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
3554 region_beg_charpos, region_end_charpos,
3555 redisplay_end_trigger_charpos, and also for
3556 iterator_stack_entry.end_charpos and
3557 iterator_stack_entry.stop_charpos.
3558
e8d7886a
JD
35592009-12-12 Jan Djärv <jan.h.d@swipnet.se>
3560
5ce6e4f4 3561 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
3562 (xg_create_scroll_bar): Call scroll_end_callback on button release
3563 event (bug #5177).
3564 (xg_event_is_for_scrollbar): != replaced with ==.
3565
d0db2ec8
KH
35662009-12-12 Kenichi Handa <handa@m17n.org>
3567
3568 * ftfont.c (struct ftfont_info): New member matrix.
3569 (ftfont_open): Setup xftfont_info->matrix.
3570 (MFLTFontFT): New member matrix.
3571 (FLOOR, CEIL, ROUND): New macros.
3572 (ftfont_get_metrics): Handle matrix transformation.
3573 (ftfont_shape_by_flt): New arg matrix. Callers changed.
3574
3575 * xftfont.c (struct xftfont_info): New member matrix.
3576 (xftfont_open): Setup xftfont_info->matrix.
3577
35782009-12-10 Kenichi Handa <handa@m17n.org>
3579
3580 * xdisp.c (append_space_for_newline): Consider face-remapping.
3581
2cc7b62f
AS
35822009-12-09 Andreas Schwab <schwab@linux-m68k.org>
3583
b87dd913
AS
3584 * xsettings.c: Include "keyboard.h".
3585
eba5eb94
AS
3586 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
3587
2cc7b62f
AS
3588 Fix implicit function declarations.
3589 * cmds.c: Include "frame.h".
3590 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
3591 * frame.h: Move declaration of delete_frame outside of
3592 HAVE_WINDOW_SYSTEM.
3593
a4ef73c8
CY
35942009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3595
3596 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
3597
3598 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
3599 GTK builds.
3600
944a300c
AS
36012009-12-07 Andreas Schwab <schwab@linux-m68k.org>
3602
3603 * unexelf.c (unexec): Don't search for .data twice.
3604
022eef62
CY
36052009-12-05 Chong Yidong <cyd@stupidchicken.com>
3606
426ac949
CY
3607 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
3608 if push failed.
3609 (handle_line_prefix): Set avoid_cursor_p here. Check return value
3610 of push_display_prop (Bug#5000).
3611
022eef62
CY
3612 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
3613 value of font_list_entities (Bug#5085).
3614
be95bee9
JB
36152009-12-04 Juanma Barranquero <lekktu@gmail.com>
3616
3617 Fix `string-to-number' to deal consistently with integers and floats.
3618 * lread.c (isfloat_string): New argument ignore_trailing to accept all
3619 trailing characters, not just whitespace.
3620 (read1): Pass new arg 0 to keep old behavior.
3621 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
3622 trailing chars, as it is already done for integers. Doc fixes.
3623 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
3624
24c2d7ce
EZ
36252009-12-04 Eli Zaretskii <eliz@gnu.org>
3626
0b5397c2
SM
3627 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
3628 Delete unused enumeration value.
24c2d7ce 3629
7e694795
EZ
36302009-12-03 Eli Zaretskii <eliz@gnu.org>
3631
3632 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
3633
84b31826
SM
36342009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
3635
3636 * process.c (Fmake_network_process): Fix up the tests for
3637 "connectionless socket", so they DTRT for seqpacket sockets as well.
3638
f00c449b
SM
36392009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3640
3641 * process.c (Qseqpacket): New symbol.
3642 (HAVE_SEQPACKET): New macro.
3643 (Fmake_network_process): Accept new :type `seqpacket'.
3644 (init_process): Add `seqpacket' feature when applicable.
3645 (syms_of_process): Initialize Qseqpacket.
3646
8096a0ff
YM
36472009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3648
3649 * font.c (font_load_for_lface, font_open_by_name): Don't store name
3650 if entity is Qnil.
3651
3e0de07f
SM
36522009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3653
3654 * print.c (print_preprocess): Preprocess the key_and_value table of
3655 hashtables, even tho they're "hidden" (bug#5082).
3656
abeafb2a
JD
36572009-11-29 Jan Djärv <jan.h.d@swipnet.se>
3658
3659 * frame.c (frame_make_pointer_invisible)
3660 (frame_make_pointer_visible): Declare f before statements.
3661
4bf47195
EZ
36622009-11-28 Eli Zaretskii <eliz@gnu.org>
3663
3664 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
3665 omitted dependencies on lisp.h.
3666
c525b3f2
JD
36672009-11-27 Jan Djärv <jan.h.d@swipnet.se>
3668
ece2d4ed
JD
3669 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
3670 is NULL.
3671
3672 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
3673
3674 * frame.c (frame_make_pointer_invisible)
3e0de07f 3675 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
3676 frame.
3677
c525b3f2
JD
3678 * search.c (simple_search): Remove warning by making *p const.
3679
2f00e299
DN
36802009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3681
3682 * xdisp.c (power_letter): Remove duplicate const.
3683
084b049b
JD
36842009-11-25 Jan Djärv <jan.h.d@swipnet.se>
3685
a1fadc6f
JD
3686 * term.c (delete_tty): Remove check for last terminal (bug#4970).
3687
5ce6e4f4 3688 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
3689 defaults (bug #5025).
3690
28259cac
SM
36912009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3692
3693 * insdel.c (adjust_markers_for_delete): Move it in the
3694 right direction! (bug#4803)
3695
e8e14166
YM
36962009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3697
3698 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
3699
3700 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
3701
86677b58
GM
37022009-11-24 Glenn Morris <rgm@gnu.org>
3703
3704 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
3705
581e51e8
JD
37062009-11-23 Jan Djärv <jan.h.d@swipnet.se>
3707
cfc86c7a
JD
3708 * Makefile.in: Must create deps for ecrt0.o in its rule.
3709
581e51e8
JD
3710 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
3711 because that is what Gtk+ font dialog understands.
3712
3713 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
3714 of Fcopy_sequence.
3715 (font_open_by_name): Put name given into QCname for font-object returned.
3716
3717 * frame.c (x_set_font): Save original font name as frame parameter
3718 font-parameter.
3719
3720 * xsettings.c (set_default_xft_settings): New function.
3721 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
3722 is found.
3723
8b264ecb
AS
37242009-11-22 Andreas Schwab <schwab@linux-m68k.org>
3725
3726 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
3727 searching backwards through multibyte buffer.
3728
872870b2
JD
37292009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3730
3731 * xterm.c: #include xgselect.h.
3732 (x_initialize): Call xgselect_initialize.
3733
3734 * xsettings.c (something_changedCB): C++ comments => C comments.
3735 (init_gconf): Do not deal with any GLib file descriptors, xg_select
3736 does that now.
3737
3738 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
3739 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
3740 (scroll_bar_button_cb): Remove.
5ce6e4f4 3741 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
3742 event.
3743 (xg_create_scroll_bar): Don't bind button-press-event and
3744 button-release-event.
3745
3746 * process.c: Include xgselect.h if defined (USE_GTK) ||
3747 defined (HAVE_GCONF).
3748 (wait_reading_process_output): Call xg_select for the same condition.
3749
3750 * xgselect.c (xg_select): New function to better integrate with
3751 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
3752
3753 * xgselect.h: New file, declare xg_select, xgselect_initialize.
3754
3755 * Makefile.in (XOBJ): Add xgselect.o.
3756
62a6e103
AS
37572009-11-21 Andreas Schwab <schwab@linux-m68k.org>
3758
0b5397c2
SM
3759 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
3760 Remove ignored second argument. All callers changed.
62a6e103
AS
3761 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
3762 (RE_STRING_CHAR_AND_LENGTH): Likewise.
3763 * xdisp.c (string_char_and_length): Likewise.
3764
b0ca0f33
DN
37652009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3766
3767 * xterm.c (x_new_font):
3768 * print.c (print_object):
3769 * cmds.c (Fself_insert_command): Move declarations before statements.
3770
dd5a6279
CY
37712009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3772
3773 * s/cygwin.h: Remove unneeded linker flags.
3774
4a8e097d
JD
37752009-11-20 Jan Djärv <jan.h.d@swipnet.se>
3776
0d1d0d26
JD
3777 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
3778
3779 * xsettings.h: Declare xsettings_get_system_font.
3780
3781 * xsettings.c (xsettings_get_system_font): New function.
3782 (init_gconf): No use initiating gconf unless we have Xft also.
3783 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
3784 HAVE_GCONF.
3785
4a8e097d
JD
3786 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
3787 add a blank entry so it doesn't collapse into nothing.
3788
8ab1650e
SM
37892009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3790
3791 * lread.c (Funintern): Comment out last change.
3792
82c602f0
RS
37932009-11-19 Richard Stallman <rms@gnu.org>
3794
3795 * lread.c (Funintern): Error if symbol is t or nil.
3796
87e32266
SM
37972009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3798
3799 * insdel.c (make_gap_larger): Don't make as many assumptions about the
3800 representation of Lisp integers.
3801 Reported by MJ Chan <mjchan.inbox@gmail.com>.
3802
1b9ac145
AS
38032009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3804
3805 * lisp.h: Remove declaration of Ffont_get_system_font.
3806 * xfns.c: Move include of "xsettings.h".
3807 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
3808
dfb3c4c6
JD
38092009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3810
87e32266
SM
3811 * xsettings.c (something_changedCB, Ffont_get_system_font):
3812 Check use_system_font.
dfb3c4c6
JD
3813 (syms_of_xsettings): DEFVAR font-use-system-font.
3814
9370c1d8
AS
38152009-11-17 Andreas Schwab <schwab@linux-m68k.org>
3816
25fe851a
AS
3817 * xfns.c (x_default_font_parameter): Remove dead assignment.
3818
9370c1d8
AS
3819 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
3820
637fa988
JD
38212009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3822
87e32266 3823 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 3824 not have FC_LCD_*. #define them if not there.
a6eb20d8 3825
87e32266 3826 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 3827
637fa988
JD
3828 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
3829
3830 * xterm.c (handle_one_xevent): Call xft_settings_event for
3831 ClientMessage, PropertyNotify and DestroyNotify.
3832 (x_term_init): If we have XFT, get DPI from Xft.dpi.
3833 Call xsettings_initialize.
3834
3835 * xftfont.c (xftfont_fix_match): New function.
3836 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
3837 Call xftfont_fix_match after XftFontMatch.
3838
3839 * xfont.c (xfont_driver): Initialize all members.
3840
87e32266
SM
3841 * xfns.c (x_default_font_parameter):
3842 Try font from Ffont_get_system_font.
637fa988
JD
3843 Do not get font from x_default_parameter if we got one from
3844 Ffont_get_system_font.
87e32266 3845 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
3846
3847 * w32font.c (w32font_driver): Initialize all members.
3848
3849 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
3850
3851 * lisp.h: Declare syms_of_xsettings.
3852
87e32266
SM
3853 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
3854 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
3855
3856 * ftfont.c (ftfont_filter_properties): New function.
3857
3858 * frame.c (x_set_font): Remove unused variable lval.
3859
87e32266 3860 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
3861
3862 * font.c (font_put_extra): Don't return if val is nil, it means
3863 boolean option is off.
3864 (font_parse_fcname): Collect all extra properties in extra_props
3865 and call filter_properties for all drivers with extra_props and
3866 font as parameter.
87e32266
SM
3867 (font_open_entity): Do not use cache, it does not pick up new
3868 fontconfig settings like hinting.
637fa988
JD
3869 (font_load_for_lface): If spec had a name in it, store it in entity.
3870
a73f9c9d 3871 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
3872
3873 * config.in: HAVE_GCONF is new.
3874
3875 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
3876 xsettings.o is new.
3877
5a942932
KH
38782009-11-17 Kenichi Handa <handa@m17n.org>
3879
3880 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
3881 back to the default font in case that no suitable font is found.
3882
b7c7a4d1
SM
38832009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3884
3885 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
3886 Suggested by Chad Brown <yandros@mit.edu>.
3887 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
3888
072f1e39
JD
38892009-11-16 Jan Djärv <jan.h.d@swipnet.se>
3890
3891 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
3892
5d1e70a2
AS
38932009-11-14 Andreas Schwab <schwab@linux-m68k.org>
3894
87e32266 3895 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 3896
a53cfbe5
JD
38972009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3898
473a99b7
JD
3899 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
3900 has a parent.
3901
a53cfbe5 3902 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 3903 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
3904
3905 * config.in: Generated (AUTO_DEPEND).
3906
f04bb9b2
MA
39072009-11-13 Michael Albinus <michael.albinus@gmx.de>
3908
b7c7a4d1 3909 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
3910 Vdbus_registered_functions_table, because it contains also
3911 properties. Fix docstring.
b7c7a4d1 3912 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 3913
8f11f7ec
SM
39142009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3915
3916 * alloc.c (mark_object): Don't reprocess marked strings.
3917 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
3918 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
3919
8a605fe8
KH
39202009-11-13 Kenichi Handa <handa@m17n.org>
3921
8f11f7ec 3922 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
3923 semantics of Vword_combining_categories.
3924 (Vword_combining_categories): Describe the slight change of the
3925 semantics.
3926
241c4680
EZ
39272009-11-13 Eli Zaretskii <eliz@gnu.org>
3928
3929 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
3930
3931 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
3932
5d58e44c
SM
39332009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3934
3935 * xdisp.c (syms_of_xdisp): Fix typo in last change.
3936
5e13f9d3
JB
39372009-11-12 Juanma Barranquero <lekktu@gmail.com>
3938
3939 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
3940
cf54c754
DR
39412009-11-11 David Reitter <david.reitter@gmail.com>
3942
3943 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
3944 variables to fix 2009-11-09 change.
3945
a4ada374
DN
39462009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3947
91433552
DN
3948 * process.c (ifflag_def): Make flag_sym constant.
3949 (Fnetwork_interface_info): Use a constant pointer.
3950 (ifflag_table):
3951 * xfns.c (cursor_bits):
3952 * xdisp.c (power_letter):
3953 * termcap.c (speeds, esctab):
3954 * sysdep.c (baud_convert):
3955 * keyboard.c (lispy_accent_codes, modifier_names):
3956 * image.c (xbm_format, xpm_format, pbm_format, png_format)
3957 (jpeg_format, tiff_format, gif_format, svg_format)
3958 (interlace_start, interlace_increment, gs_format):
3959 * gtkutil.c (separator_names):
3960 * fringe.c (swap_nibble):
3961 * fns.c (base64_value_to_char, base64_char_to_value):
3962 * fileio.c (make_temp_name_tbl):
3963 * coding.c (suffixes): Make constant.
3964
f4265f6c
DN
3965 * frame.c (make_initial_frame):
3966 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
3967 build_string.
3968 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
3969
04420943
DN
3970 * s/freebsd.h:
3971 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
3972
0a5d24ae
DN
3973 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
3974 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
3975
a4ada374
DN
3976 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
3977 * xterm.c (syms_of_xterm):
3978 * xfaces.c (syms_of_xfaces):
3979 * xdisp.c (syms_of_xdisp):
3980 * lread.c (syms_of_lread):
3981 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
3982 build_string.
91433552 3983
a4ada374
DN
3984 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
3985
af98fc7f
SM
39862009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3987
8ab1650e 3988 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 3989
e90292a9
JD
39902009-11-10 Jan Djärv <jan.h.d@swipnet.se>
3991
3992 * keyboard.h: Declare timer_check.
3993
3994 * keyboard.c (timer_check_2): New function that does what the old
3995 timer_check did.
3996 (timer_check): Call timer_check_2 until -1 or a non-zero time is
3997 returned, i.e. don't return -1 with timers pending.
3998
3999 * process.c: Remove extern declaration of timer_check.
4000
4001 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
4002 even if timer_check returned -1.
4003
af98fc7f
SM
4004 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
4005 xg_dialog_data.
e90292a9
JD
4006 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
4007 the event loop.
4008 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
4009 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
4010 Destroy the dialog after xg_dialog_run.
4011
045b83c0
SM
40122009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
4015
1fb99a3a
JD
40162009-11-10 Jan Djärv <jan.h.d@swipnet.se>
4017
4018 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
4019
04e452cb
JB
40202009-11-09 Juanma Barranquero <lekktu@gmail.com>
4021
4022 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
4023
ef7417fd
SM
40242009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4025
4026 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
4027 w32menu.c, and nsmenu.m.
4028 Simplify the obsolete case where position is nil.
4029 (cleanup_popup_menu): New function, moved from nsmenu.m.
4030 (struct skp): Remove slot `notreal'.
4031 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
4032 adjust callers.
4033 (single_menu_item): Adjust call to parse_menu_item.
4034 (syms_of_menu): Defsubr x-popup-menu.
4035 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
4036 (keymap_panes): Don't export any more.
4037 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
4038 (xmenu_show): Declare.
4039 * keyboard.c (parse_menu_item): Remove arg `notreal'.
4040 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
4041 * keyboard.h (parse_menu_item): Update declaration.
4042 * xmenu.c (Fx_popup_menu): Remove.
4043 (syms_of_xmenu): Don't defsubr x-popup-menu.
4044 * w32menu.c (Fx_popup_menu): Remove.
4045 (syms_of_w32menu): Don't defsubr x-popup-menu.
4046 * nsmenu.m (cleanup_popup_menu): Remove.
4047 (ns_menu_show): Rename from ns_popup_menu and remove all the code
4048 moved to menu.c's Fx_popup_menu.
4049 (Fx_popup_menu): Remove.
4050 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
4051 menu_items (it's done in menu.c already).
4052
424d6179
SM
40532009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4054
4055 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
4056 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
4057
c0df13a6 40582009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
4059
4060 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 4061 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
4062 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
4063 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
4064
2de9f71c
SM
40652009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4066
4067 Let integers use up 2 tags to give them one extra bit and thus double
4068 their range.
4069 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
4070 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
4071 New macros.
4072 (enum Lisp_Type): Use them. Give explicit values.
4073 (Lisp_Type_Limit): Remove.
4074 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
4075 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
4076 Pay attention to USE_2_TAGS_FOR_INTS.
4077 (INTEGERP): Use LISP_INT_TAG_P.
4078 * fns.c (internal_equal): Simplify the default case.
4079 (sxhash): Use case_Lisp_Int.
4080 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
4081 any more.
4082 (Ftype_of): Use case_Lisp_Int.
4083 (store_symval_forwarding): Take into account the fact that Ints can
4084 now have more than one tag.
4085 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
4086 buffer_slot_type_mismatch):
4087 * xfaces.c (face_attr_equal_p):
4088 * print.c (print_object):
4089 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
4090 Use case_Lisp_Int.
4091
323637a2
EZ
40922009-11-06 Eli Zaretskii <eliz@gnu.org>
4093
7ac65b38
EZ
4094 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
4095
323637a2
EZ
4096 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
4097 warning.
4098
e511451f
JD
40992009-11-06 Jan Djärv <jan.h.d@swipnet.se>
4100
4101 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
4102
4103 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
4104
4105 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
4106 ButtonPressRelease and MotionNotify (bug#4870).
4107
5e2327cf
DN
41082009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
4109
5adc433e
DN
4110 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
4111
d67b4f80
DN
4112 * xterm.c (syms_of_xterm):
4113 * xselect.c (syms_of_xselect):
4114 * xmenu.c (syms_of_xmenu):
4115 * xfns.c (syms_of_xfns):
4116 * xfaces.c (syms_of_xfaces):
4117 * xdisp.c (syms_of_xdisp):
4118 * window.c (syms_of_window):
4119 * w32fns.c (syms_of_w32fns):
4120 * undo.c (syms_of_undo):
4121 * textprop.c (syms_of_textprop):
4122 * terminal.c (syms_of_terminal):
4123 * syntax.c (syms_of_syntax):
4124 * sound.c (syms_of_sound):
4125 * search.c (syms_of_search):
4126 * print.c (syms_of_print):
4127 * minibuf.c (syms_of_minibuf):
4128 * macros.c (syms_of_macros):
4129 * keymap.c (syms_of_keymap, initial_define_key)
4130 (initial_define_lispy_key):
4131 * keyboard.c (syms_of_keyboard):
4132 * insdel.c (syms_of_insdel):
4133 * image.c (syms_of_image):
4134 * fringe.c (syms_of_fringe):
4135 * frame.c (syms_of_frame):
4136 * fontset.c (syms_of_fontset):
4137 * fns.c (syms_of_fns):
4138 * fns.c (syms_of_fns):
4139 * fileio.c (syms_of_fileio):
4140 * fileio.c (syms_of_fileio):
4141 * eval.c (syms_of_eval):
4142 * doc.c (syms_of_doc):
4143 * dispnew.c (syms_of_display):
4144 * dired.c (syms_of_dired):
4145 * dbusbind.c (syms_of_dbusbind):
4146 * data.c (syms_of_data):
4147 * composite.c (syms_of_composite):
4148 * coding.c (syms_of_coding):
4149 * cmds.c (syms_of_cmds):
4150 * charset.c (define_charset_internal, syms_of_character):
4151 * ccl.c (syms_of_ccl):
4152 * category.c (syms_of_category, init_category_once):
4153 * casetab.c (syms_of_casetab):
4154 * casefiddle.c (syms_of_casefiddle):
4155 * callint.c (syms_of_callint):
4156 * bytecode.c (syms_of_bytecode):
4157 * buffer.c (keys_of_buffer, syms_of_buffer):
4158 * alloc.c (syms_of_alloc):
4159 * process.c (syms_of_process, init_process):
4160 * lread.c (syms_of_lread, init_obarray):
4161 * font.c (build_style_table):
4162 * emacs.c (syms_of_emacs, main): Replace calls to intern with
4163 intern_c_string, calls to make_pure_string with
4164 make_pure_c_string. Use pure_cons instead of Fcons.
4165
5e2327cf
DN
4166 * process.c (socket_options): Make it const.
4167 (set_socket_option, init_process): Use a const pointer.
4168
4169 * lread.c (intern_c_string): New function.
4170 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
4171 (defvar_int): Uset it. Make the name const char*.
4172
4173 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
4174 (defvar_int): Update prototypes.
4175 (DEFUN, EXFUN): Support for prototypes is now required.
4176 (intern_c_string): New prototype.
4177 (struct Lisp_Subr): Make symbol_name constant.
4178
4179 * font.c (struct table_entry): Remove unused member. Make NAMES
4180 constant.
4181 (weight_table, slant_table, width_table): Make constant.
4182
4183 * emacs.c (struct standard_args): Make name and longname constant.
4184
4185 * character.h (DEFSYM): Use intern_c_string.
4186
a56eaaef
DN
41872009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4188
4189 * alloc.c (make_pure_c_string): New function.
4190
4191 * eval.c (Fautoload): Purecopy all arguments.
4192
f6a07420
KH
41932009-11-05 Kenichi Handa <handa@m17n.org>
4194
4195 * fileio.c (Finsert_file_contents): Be sure set coding-system of
4196 the buffer in case of replace.
4197
5d28d4b1
DN
41982009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4199
4200 * puresize.h (BASE_PURESIZE): Increase to 1620000.
4201
b349d111
SM
42022009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4203
d528b1ce
SM
4204 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
4205 when applicable (bug#4851).
4206
b349d111
SM
4207 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
4208 (P_): Support for prototypes is now required.
4209
c38eb027
CY
42102009-10-31 Chong Yidong <cyd@stupidchicken.com>
4211
4212 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
4213 (Bug#4827).
4214
0405f8d9
EZ
42152009-10-30 Eli Zaretskii <eliz@gnu.org>
4216
d528b1ce 4217 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 4218
ca0a881a
DN
42192009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4220
4221 * puresize.h (BASE_PURESIZE): Increase to 1470000.
4222
d528b1ce
SM
4223 * lread.c (Fload): Purecopy the file name when building
4224 Vpreloaded_file_list.
ca0a881a 4225
47e0e0e4
JR
42262009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
4227
4228 * w32fns.c (syms_of_w32fns): Change default value of
4229 w32-scroll-lock-modifier to nil. (Bug#2827)
4230
057bce6f
JB
42312009-10-26 Juanma Barranquero <lekktu@gmail.com>
4232
782a943e 4233 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 4234
242bc74c
AS
42352009-10-26 Andreas Schwab <schwab@redhat.com>
4236
4237 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
4238
522d013a
JB
42392009-10-26 Juanma Barranquero <lekktu@gmail.com>
4240
4241 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
4242 For delta < 0, skip check that only makes sense when the mini-window
4243 is going to be enlarged. (Bug#4534)
4244
18060980
CY
42452009-10-25 Chong Yidong <cyd@stupidchicken.com>
4246
4247 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
4248 string in menu maps (Bug#4471).
4249
fec8f0fe
CY
42502009-10-24 Chong Yidong <cyd@stupidchicken.com>
4251
4252 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
4253 FRAME_NS_VIEW on terminal frames (Bug#4765).
4254
10d66ec0
AS
42552009-10-24 Andreas Schwab <schwab@linux-m68k.org>
4256
1cae01f7
AS
4257 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
4258 DBUS_TYPE_UINTnn separately to get proper sign extension.
4259
58a12889
AS
4260 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
4261 can properly handle unsigned types.
d528b1ce 4262 (make_uid, make_gid): Remove.
58a12889 4263
987c9327
AS
4264 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
4265 types again.
4266
522d013a 4267 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
4268 (system_process_attributes): Likewise.
4269
905a9ed3
DN
42702009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4271
4272 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
4273
4274 * eval.c (Fautoload): Purecopy the filename. Simplify.
4275
4276 * category.c (Fdefine_category): Purecopy docstring.
4277
a599b3e8
AS
42782009-10-23 Andreas Schwab <schwab@linux-m68k.org>
4279
7b792fc9
AS
4280 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
4281
a599b3e8
AS
4282 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
4283
b35ac83e
CY
42842009-10-23 Chong Yidong <cyd@stupidchicken.com>
4285
4286 * window.c (Fwindow_edges, Fwindow_pixel_edges)
4287 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
4288 (Bug#4775).
4289
e8903e00
SM
42902009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4291
4292 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
4293 (init_fileio_once):
4294 * lisp.h (init_fileio_once): Remove.
4295 * emacs.c (main): Don't call init_fileio_once.
4296
8f43cbf3
DN
42972009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4298
4299 * puresize.h (BASE_PURESIZE): Increase to 1430000.
4300
26898943
AS
43012009-10-21 Andreas Schwab <schwab@linux-m68k.org>
4302
4303 * doprnt.c (doprnt): Fix overflow check.
4304
5c646d5a
JD
43052009-10-21 Jan Djärv <jan.h.d@swipnet.se>
4306
3132a7ea
JD
4307 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
4308
5c646d5a
JD
4309 * xterm.h (x_wait_for_event): Declare it.
4310
4311 * xterm.c (pending_event_wait): New variable.
4312 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
4313 see pending_event_wait.eventtype.
4314 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
4315 (x_new_font): Call change_frame_size with new rows/columns before we
4316 try to resize the frame.
5c646d5a 4317 (x_wait_for_event): New function.
d528b1ce
SM
4318 (x_set_window_size_1): Don't change gravity unless change_gravity
4319 is set.
5c646d5a
JD
4320 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
4321 don't change frame size, instead wait for the ConfigureNotify.
4322 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
4323 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
4324 (x_initialize): Initialize pending_event_wait.
4325
4326 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
4327 size.
4328
4329 * widget.c (EmacsFrameSetValues): Add comment.
4330 (EmacsFrameSetCharSize): Just call x_set_window_size.
4331
4332 * gtkutil.c (xg_frame_set_char_size): Flush events and call
4333 x_wait_for_event.
d528b1ce 4334 (flush_and_sync): Remove again.
5c646d5a
JD
4335 (xg_get_font_name): Suggest monospace if no previous font is known.
4336
e9c1637d
SM
43372009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4338
4339 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 4340 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 4341
5a72cccb
YM
43422009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4343
4344 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
4345 processing pending events when event is filtered for input method.
ab04798f 4346 (Bug#3681)
5a72cccb 4347
2629aa37
JB
43482009-10-20 Juanma Barranquero <lekktu@gmail.com>
4349
4350 * fns.c: Add #endif accidentally removed in previous change.
4351
c3417a74
DN
43522009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4353
4354 * fns.c: Remove code for unsupported system: MAC_OS.
4355 * image.c: Likewise. Include setjmp.h.
4356
9685cef2
JD
43572009-10-19 Jan Djärv <jan.h.d@swipnet.se>
4358
4359 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
4360 pixel -1 (bug #4742).
4361
d7306fe6
DN
43622009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4363
019d2c4c
DN
4364 * process.c (create_pty): Remove conditionals for no longer
4365 supported systems: UNIPLUS and RTU.
4366
ee6bacd4
DN
4367 * xterm.c:
4368 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
4369
d7306fe6
DN
4370 * alloc.c: Do not define struct catchtag.
4371 * eval.c: Move struct catchtag definition ...
4372 * lisp.h: ... here.
4373
4374 * image.c: Move png.h #include earlier to avoid warnings.
4375
4376 * xterm.c:
4377 * xsmfns.c:
4378 * xselect.c:
4379 * xrdb.c:
4380 * xmenu.c:
4381 * xftfont.c:
4382 * xfont.c:
4383 * xfns.c:
4384 * xfaces.c:
4385 * xdisp.c:
4386 * window.c:
4387 * widget.c:
4388 * w32xfns.c:
4389 * w32uniscribe.c:
4390 * w32term.c:
4391 * w32select.c:
4392 * w32reg.c:
4393 * w32proc.c:
4394 * w32menu.c:
4395 * w32inevt.c:
4396 * w32heap.c:
4397 * w32font.c:
4398 * w32fns.c:
4399 * w32console.c:
4400 * w32.c:
4401 * w16select.c:
4402 * vm-limit.c:
4403 * unexsol.c:
4404 * unexec.c:
4405 * unexcw.c:
4406 * unexaix.c:
4407 * undo.c:
4408 * tparam.c:
4409 * textprop.c:
4410 * terminfo.c:
4411 * terminal.c:
4412 * termcap.c:
4413 * term.c:
4414 * syntax.c:
4415 * sound.c:
4416 * sheap.c:
4417 * search.c:
4418 * scroll.c:
4419 * region-cache.c:
4420 * regex.c:
4421 * ralloc.c:
4422 * process.c:
4423 * print.c:
b024548b
DN
4424 * nsterm.m:
4425 * nsselect.m:
4426 * nsmenu.m:
4427 * nsimage.m:
4428 * nsfont.m:
4429 * nsfns.m:
d7306fe6
DN
4430 * msdos.c:
4431 * minibuf.c:
4432 * menu.c:
4433 * marker.c:
4434 * macros.c:
4435 * keymap.c:
4436 * keyboard.c:
4437 * intervals.c:
4438 * insdel.c:
4439 * indent.c:
4440 * gtkutil.c:
4441 * ftxfont.c:
4442 * ftfont.c:
4443 * fringe.c:
4444 * frame.c:
4445 * fontset.c:
4446 * font.c:
4447 * fns.c:
4448 * floatfns.c:
4449 * filelock.c:
4450 * fileio.c:
4451 * emacs.c:
4452 * editfns.c:
4453 * dosfns.c:
4454 * doprnt.c:
4455 * doc.c:
4456 * dispnew.c:
4457 * dired.c:
4458 * dbusbind.c:
4459 * data.c:
4460 * composite.c:
4461 * coding.c:
4462 * cmds.c:
4463 * cm.c:
4464 * chartab.c:
4465 * charset.c:
4466 * character.c:
4467 * ccl.c:
4468 * category.c:
4469 * casetab.c:
4470 * casefiddle.c:
4471 * callproc.c:
4472 * callint.c:
4473 * bytecode.c:
4474 * buffer.c:
4475 * atimer.c: Include setjmp.h. (Bug#4643)
4476
fd5f21e6
SM
44772009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4478
4c0354d7
SM
4479 Remove leftover table unibyte_to_multibyte_table.
4480 * character.c (unibyte_to_multibyte_table): Remove.
4481 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
4482 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
4483 * character.h (UNIBYTE_TO_CHAR): New macro.
4484 (MAKE_CHAR_MULTIBYTE): Use it.
4485 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
4486 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
4487 (message_dolog, set_message_1):
4488 * search.c (Freplace_match):
4489 * editfns.c (Fcompare_buffer_substrings):
4490 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
4491 (concat):
4492 * insdel.c (copy_text, count_size_as_multibyte):
4493 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
4494 * term.c (produce_glyphs):
4495 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
4496 * regex.c (RE_CHAR_TO_MULTIBYTE):
4497 * cmds.c (internal_self_insert):
4498 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
4499
fd5f21e6
SM
4500 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
4501
4418646e
DN
45022009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4503
4504 * puresize.h (BASE_PURESIZE): Increase to 1310000.
4505
35f5c1d2
JB
45062009-10-16 Juanma Barranquero <lekktu@gmail.com>
4507
4508 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
4509
a0cd8f6b
AR
45102009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4511
4512 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
4513 still needed under Tiger.
4514
4515 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
4516
4517 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
4518 __Apple__.
4519
4520 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
4521
01a8d3fa
KH
45222009-10-15 Kenichi Handa <handa@m17n.org>
4523
4524 * print.c (print_object): Escape a symbol like "2E10" too.
4525
bf6c75c9 45262009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
4527
4528 Cleanups and changes for 64-bit compile under Snow Leopard.
4529 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
4530
4531 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
4532
c5959062 4533 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
4534 (ns_findfonts, nsfont_list_family): Use long format in printf, and
4535 cast argument.
4536 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 4537 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
4538
4539 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
4540
4541 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
4542 where appropriate.
4543
4544 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
4545 where appropriate.
6e4780c5
JB
4546 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
4547 Use stringWithUTF8String.
bf6c75c9
AR
4548 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
4549
6e4780c5
JB
4550 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
4551 Add formal protocol mention to inheritance.
bf6c75c9
AR
4552 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
4553
6e4780c5
JB
4554 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
4555 Fix printf format.
bf6c75c9
AR
4556 (ns_query_color): Use CGFloat where appropriate.
4557 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 4558 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
4559 argument.
4560
3d87f118
AR
4561 * config.in (NS_HAVE_NSINTEGER): Drop.
4562
a95c8102
AR
4563 * dbusbind.c (dbus-method-return-internal)
4564 (dbus-method-error-internal): Use long format in printf, and cast
4565 argument.
4566
4567 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
4568 in printf, and cast argument.
4569
6873acca 4570 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
4571 cast argument.
4572
9ec6f100
GM
45732009-10-11 Glenn Morris <rgm@gnu.org>
4574
4575 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
4576
5be883cd
JD
45772009-10-08 Jan Djärv <jan.h.d@swipnet.se>
4578
4579 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
4580 menu bar with a small width so it doesn't enlarge the frame.
4581
d7a39b51
JB
45822009-10-08 Juanma Barranquero <lekktu@gmail.com>
4583
4584 * fontset.c (Fset_fontset_font): Fix typos in error messages.
4585
0c2b6f8e
GM
45862009-10-06 Glenn Morris <rgm@gnu.org>
4587
4588 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
4589 SOME_MACHINE_LISP (this enters indirectly via DOC).
4590
e02131a2
EZ
45912009-10-05 Eli Zaretskii <eliz@gnu.org>
4592
4593 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
4594
b4744254
EZ
45952009-10-04 Eli Zaretskii <eliz@gnu.org>
4596
4597 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
4598 Doc fix.
4599
dbf64827
JB
46002009-10-03 Martin Rudalics <rudalics@gmx.at>
4601
4602 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
4603
e9a0aef8
MA
46042009-10-02 Michael Albinus <michael.albinus@gmx.de>
4605
d528b1ce 4606 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
4607 used anymore outside fileio.c.
4608
4609 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
4610
64eb2b56
JB
46112009-10-01 Juanma Barranquero <lekktu@gmail.com>
4612
4613 * lisp.h (Qdelete_directory_internal):
4614 Declare, instead of Qdelete_directory.
4615
4616 * w32fns.c (Fsystem_move_file_to_trash): Use it.
4617
9d28c33e
SM
46182009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4619
4620 * eval.c (Fcalled_interactively_p): Add `kind' argument.
4621
9d8f3bd9
MA
46222009-10-01 Michael Albinus <michael.albinus@gmx.de>
4623
9d28c33e 4624 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
4625 Fdelete_directory. It is not a command anymore. It has no file
4626 name handler.
4627
9694740b
SM
46282009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4629
4630 * xdisp.c (get_next_display_element): Use an enum in last change.
4631
748e162f
KH
46322009-09-28 Kenichi Handa <handa@m17n.org>
4633
9694740b 4634 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
4635 unibyte_display_via_language_environment in handling
4636 Vnobreak_char_display.
4637
17efd58d
AR
46382009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4639
4640 * nsterm.h (ns_app_name): New extern variable.
4641
4642 * nsterm.m (ns_app_name): New variable.
4643 (ns_term_init): Set and use it.
4644 (ns_term_shutdown): Use it.
4645
4646 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
4647 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
4648
4649 * nsfns.m (ns_set_name_iconic, ns_set_name)
4650 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
4651 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
4652
9694740b
SM
4653 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
4654 Remove double-casting in client_data comparison.
31c2d412 4655
3208cb35
YM
46562009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4657
4658 * keyboard.c (make_lispy_event): Remember last wheel direction.
4659 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
4660
b7d552d6
GM
46612009-09-26 Glenn Morris <rgm@gnu.org>
4662
4663 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
4664 internal.elc. Add term/pc-win.elc.
4665 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
4666 term/x-win.elc.
4667 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
4668 term/w32-win.elc.
4669 (NS_SUPPORT): New.
4670 (lisp): Add NS_SUPPORT.
4671 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
4672
4ff670a8
DR
46732009-09-25 David Reitter <david.reitter@gmail.com>
4674
4675 * nsmenu.m (EmacsMenu-clear): Recognize application menu
4676 on Mac OS X 10.6+ (bug#4513).
4677
feabfb6c
JB
46782009-09-24 Juanma Barranquero <lekktu@gmail.com>
4679
4680 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
4681 some parts of Emacs code (like font selection) don't grok them.
4682 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 4683
de59072a
AS
46842009-09-24 Andreas Schwab <schwab@redhat.com>
4685
4686 * coding.c (decode_coding_iso_2022): Fix operator precedence.
4687
a489517b
JB
46882009-09-24 Juanma Barranquero <lekktu@gmail.com>
4689
4690 * dired.c (Fdirectory_files): Fix typo in docstring.
4691
0592970c
AR
46922009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4693
4694 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
4695 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
4696 (EmacsScroller-setPosition:portion:whole:): Remove -display call
4697 under GNUstep.
4698 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
4699
4700 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
4701 glyph advancement.
4702
48e8a88b
AR
47032009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4704
4705 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 4706 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
4707
4708 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
4709 deleted (bug #4492).
4710
e14f0a78
AR
4711 * nsfont.m (Vns_reg_to_script): New lisp variable.
4712 (syms_of_nsfont): Declare it.
4713 (ns_registry_to_script): New function.
4714 (ns_get_req_script): Call it.
4715 (ns_findfonts): Don't give up on non-unicode registry.
4716
4717 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
4718
5b650faa
SM
47192009-09-20 Tom Tromey <tromey@redhat.com>
4720
4721 * eval.c (find_handler_clause): Make stack-trace-on-error work in
4722 batch mode (bug#4228).
4723
a489517b 47242009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
4725
4726 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 4727 carefully. (Bug #4339)
0bae4e09 4728
fcfe06f3
CY
47292009-09-18 Chong Yidong <cyd@stupidchicken.com>
4730
d798ba87 4731 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 4732
31642728
AR
47332009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4734
4735 * emacs.c (inhibit_x_resources): Update doc string for NS.
4736 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 4737 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
4738
4739 * nsterm.h (ns_no_defaults): Remove.
4740
4741 * nsterm.m (ns_no_defaults): Remove.
4742 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
4743 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
4744 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
4745 don't update the NSWindow itself.
4746 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 4747 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
4748
4749 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
4750 ns_use_qd_smoothing.
4751
4752 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
4753 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 4754 (x-close-connection): Drop PSFlush() under OS X.
a489517b 4755 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 4756
8686ac71
JB
47572009-09-17 Juanma Barranquero <lekktu@gmail.com>
4758
4759 * emacs.c (inhibit_x_resources): New variable.
4760 (main) [HAVE_NS]: Don't process --quick command line option.
4761 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
4762
4763 * lisp.h (inhibit_x_resources): Declare it extern.
4764
4765 * w32reg.c (x_get_string_resource):
4766 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
4767
e227ba05
EZ
47682009-09-17 Eli Zaretskii <eliz@gnu.org>
4769
362654a6
JB
4770 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
4771 Add lisp/term/internal.elc.
e227ba05 4772
742d40e8
SM
47732009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4774
4775 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
4776 (bug#4461).
4777
005bd5a2
DN
47782009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4779
4780 * puresize.h (BASE_PURESIZE): Increase to 1290000.
4781
4782 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
4783 (OBJECTS_MACHINE): Remove, unused.
4784
f9af9719
SM
47852009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * frame.c (x_get_resource_string): Remove unused.
4788
0307c7d2
JD
47892009-09-15 Jan Djärv <jan.h.d@swipnet.se>
4790
4791 * xterm.c (x_new_font): Call change_frame_size before calling
4792 x_set_window_size, in case frame size won't change.
4793
4794 * frame.c (x_set_font): Remove dead code.
4795
428b13d6
SM
47962009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4797
4798 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
4799
5766c380
SM
48002009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4801
4802 * lread.c (Fload): Don't output a message after loading an obsolete
4803 package any more (done in Lisp now).
4804
2fd0161b
CY
48052009-09-12 Chong Yidong <cyd@stupidchicken.com>
4806
4807 * fns.c (syms_of_fns): Doc fix (Bug#4227).
4808
bc5e75b6
SM
48092009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4810
4811 * keymap.c (Fwhere_is_internal): Use nconc2.
4812
c31c985e
AM
48132009-09-11 Alan Mackenzie <acm@muc.de>
4814
4815 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
4816 batch mode.
4817
78012bd2
AS
48182009-09-11 Andreas Schwab <schwab@linux-m68k.org>
4819
4820 * xdisp.c (display_mode_element): Detect cycles.
4821
9d889332
SM
48222009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4823
4824 * keymap.c (where_is_internal): Don't erroneously return nil right after
4825 filling the cache.
4826 (where_is_internal_1): Fix up typo.
4827
7ab5d780
GM
48282009-09-11 Glenn Morris <rgm@gnu.org>
4829
4830 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
4831 share a common doc-string.
4832
5238a749
SM
48332009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4834
66d77eda
SM
4835 * keymap.c (get_keymap): Return the actual keymap symbol rather than
4836 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
4837
5238a749
SM
4838 * keymap.c (QCadvertised_binding): New constant.
4839 (syms_of_keymap): Initialize it.
4840 (Fwhere_is_internal): Try and use bindings from :advertised-binding
4841 if applicable.
4842
19f48442
SM
48432009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4844
50d4ba39
SM
4845 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
4846 (parse_menu_item): Streamline since bindings are recomputed all the
4847 time anyway. Don't bother checking Vdefine_key_rebound_commands any
4848 more and don't support lmenu's menu-alias any more either.
4849
a88a5372
SM
4850 * keymap.c (where_is_internal_data): Make noindirect a boolean.
4851 (where_is_internal): Strip it down to only traverse the keymaps.
4852 Move the cache handling from Fwhere_is_internal to here.
4853 (Fwhere_is_internal): Move the handling of remapping and the choice of
4854 the best binding from where_is_internal to here.
4855 Unify the cached/noncached paths, so remapping is also handled
4856 correctly when the cache is used, and so the cache can be used to
4857 speed up remap-handling when applicable.
4858 Give preference to non-remapped bindings.
4859 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
4860 non-remapped bindings.
4861 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
4862 command remapping.
4863
19f48442
SM
4864 * xdisp.c (display_mode_element): Move list length limit from 50 to
4865 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
4866
599498c3 48672009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
4868
4869 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
4870
f9b7b5ac
SM
48712009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4872
a53af587
JB
4873 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
4874 (Bug#4334)
4875
f9b7b5ac
SM
4876 * keymap.c (where_is_internal): Filter out shadowed remappings.
4877 Assume that where_is_internal returns unshadowed bindings to simplify
4878 the code and get rid of the gotos. Use ASIZE.
4879
04f4b72d
JD
48802009-09-04 Jan Djärv <jan.h.d@swipnet.se>
4881
4da146f2
JD
4882 * xterm.c (x_focus_changed): If we get a focusout and pointer
4883 is invisible, make it visible.
4884
04f4b72d
JD
4885 * xterm.h: Remove condition for declaration of
4886 x_*_window_to_frame.
4887
7cef7ce3
SM
48882009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4889
4890 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
4891 initial terminal as well.
4892
a54fa5b7
JD
48932009-09-02 Jan Djärv <jan.h.d@swipnet.se>
4894
4895 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 4896 x_menubar_window_to_frame.
a54fa5b7 4897
50426a04 4898 * xterm.c: Remove declarations also in xterm.h.
a54fa5b7
JD
4899 (XTmouse_position): Do not return valid positions
4900 for clicks in the menubar and the toolbar for Gtk+.
4901
4902 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
4903 if the widget for the event has the same top level as a frame,
4904 return the frame.
4905 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
4906 internal windows, bug #4122.
4907 (x_non_menubar_window_to_frame): Remove.
4908
5a021dd0
GM
49092009-09-02 Glenn Morris <rgm@gnu.org>
4910
4911 * buffer.c (default-major-mode): Move most of the doc from here...
4912 (major-mode): ... to here.
4913
548fe2f3
NR
49142009-08-30 Nick Roberts <nickrob@snap.net.nz>
4915
4916 * process.c (wait_reading_process_output): Keep the descriptor
4917 when pty is used by a non-child process, e.g., in I/O buffer of
4918 GDB this allows inferior to be restarted.
4919
e0840eef
EZ
49202009-08-29 Eli Zaretskii <eliz@gnu.org>
4921
4922 * xdisp.c (redisplay_internal): Remove redundant test and collapse
4923 both branches into one.
4924
82e98df4
SM
49252009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4926
4927 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
4928 (main): Use enable-multibyte-characters rather than
4929 default-enable-multibyte-characters. Output a warning message when
4930 running a unibyte session.
4931
890617cb
YM
49322009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4933
4934 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
4935 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
4936 (copy_data_segment): Also copy __program_vars section.
4937 (copy_dyld_info) [LC_DYLD_INFO]: New function.
4938 (dump_it) [LC_DYLD_INFO]: Use it.
4939
4940 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
4941
e7adeadc
EZ
49422009-08-28 Eli Zaretskii <eliz@gnu.org>
4943
4944 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
4945 $(SRC)/buildobj.h.
4946 (buildobj.h): Renamed from $(SRC)/buildobj.h.
4947 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
4948 $(SRC)/buildobj.h.
4949 (clean): Add buildobj.h.
4950
3ed8bbdc
TZ
49512009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
4952
4953 * print.c (print_object): Set escapeflag to 1 when printing
4954 hashtable keys and values.
4955
155a6764
SM
49562009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4957
4958 * lread.c (read_integer): Use doubles (and potentially return a float
4959 number) as we do in string-to-number.
4960 (read1): Use strtol to read integers, signal errors on strtol's
4961 overflow and use floats if strtol's output is too large for
4962 Elisp integers.
4963
877610de
EZ
49642009-08-27 Eli Zaretskii <eliz@gnu.org>
4965
4966 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
4967 (make-buildobj-SH): Fix last change.
4968 (SRC): Move to before where it's first used.
4969
ef73e7be
KH
49702009-08-27 Kenichi Handa <handa@m17n.org>
4971
550c8289
KH
4972 * process.c (send_process): Use encode_coding_object instead of
4973 encode_coding_string to perform eol-conversion even if the string
4974 is unibyte.
4975
60afa08d
KH
4976 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
4977 character.
4978
ef73e7be 4979 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 4980 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 4981
7b3a82d7
DN
49822009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4983
5654bf63
DN
4984 * callproc.c (Fcall_process): Remove always true #if.
4985
7b3a82d7
DN
4986 * lisp.h: Replace #if 0 code for checking with text pointing to
4987 the --enable-checking configure flag.
4988
4989 * emacs.c (main): Mention the --enable-profiling configure flag
4990 instead of using CFLAGS.
4991
878bde49
KR
49922009-08-26 Ken Raeburn <raeburn@raeburn.org>
4993
4994 * Makefile.in (buildobj.h): New target.
4995 (doc.o): Depend on it.
4996 (temacs${EXEEXT}): Don't generate buildobj.lst.
4997 (mostlyclean): Delete buildobj.h, not buildobj.lst.
4998 * makefile.w32-in ($(SRC)/buildobj.h): New target.
4999 ($(BLD)/doc.$(O)): Depend on it.
5000 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
5001 provided by Eli Zaretskii.)
5002 ($(TEMACS)): Don't generate buildobj.lst.
5003 * doc.c: Include buildobj.h.
5004 (buildobj): New static variable.
5005 (Fsnarf_documentation): Use it, instead of opening and reading
5006 buildobj.lst.
5007
1574224c
MA
50082009-08-25 Michael Albinus <michael.albinus@gmx.de>
5009
5010 * dbusbind.c (Fdbus_call_method)
5011 (Fdbus_call_method_asynchronously): Use English numeric format for
5012 timeout values in doc string.
5013
d9da2f45
KH
50142009-08-25 Kenichi Handa <handa@m17n.org>
5015
ef73e7be
KH
5016 * alloc.c (mark_char_table): New function.
5017 (mark_object): Use mark_char_table for a char-table.
5018
d9da2f45
KH
5019 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
5020 (CHAR_TABLE_REF): Use it.
5021
c8edcc01
KR
50222009-08-23 Ken Raeburn <raeburn@raeburn.org>
5023
5024 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
5025 before invoking the newly build emacs to check for load-path
5026 shadowing.
5027
7763401b
GM
50282009-08-22 Glenn Morris <rgm@gnu.org>
5029
5030 * Makefile.in (bootstrap_exe): New variable.
5031 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
5032 Use ${bootstrap_exe}.
5033
729eadda
EZ
50342009-08-22 Eli Zaretskii <eliz@gnu.org>
5035
5036 * coding.h (encode_coding_string): Don't encode unibyte strings.
5037 (Bug#4047)
5038
eb4c6ace
MA
50392009-08-22 Michael Albinus <michael.albinus@gmx.de>
5040
5041 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
5042
5043 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
5044 intended as hotfix only.
5045 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
5046
36e34d1b
AR
50472009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5048
5049 * nsterm.m (ns_get_color): Update documentation properly for last
5050 change, and clean up loose ends in the code left by it. Fix
5051 longstanding bug with 16-bit hex parsing, and add support for
5052 yet another X11 format (rgb:r/g/b) for compatibility.
5053 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
5054 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
5055
f983eb8a
SM
50562009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5057
5058 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
5059
3f56d3c6
MA
50602009-08-20 Michael Albinus <michael.albinus@gmx.de>
5061
5062 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
5063 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
5064 (xd_initialize, xd_pending_messages): Check, whether
5065 $DBUS_SESSION_BUS_ADDRESS is set.
5066
fb641d68
YM
50672009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5068
5069 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
5070
5071 * nsterm.m (ns_get_color): Remove incompatible color formats again.
5072
cf59a374
GM
50732009-08-20 Glenn Morris <rgm@gnu.org>
5074
5075 * emacs.c (system-type): Doc fix.
5076
1373f3be
SM
50772009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5078
5079 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
5080 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
5081
058ed861
MA
50822009-08-18 Michael Albinus <michael.albinus@gmx.de>
5083
1373f3be
SM
5084 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
5085 New functions.
058ed861
MA
5086 (xd_initialize): Revert change from 2009-08-16.
5087
563a866e 50882009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
5089
5090 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 5091 font-group vector, return nil.
5fc05db0 5092
e42bdf01
CY
50932009-08-17 Chong Yidong <cyd@stupidchicken.com>
5094
5095 * process.c (status_notify): Don't perform redisplay.
5096 (Fdelete_process, list_processes_1, process_send_signal):
5097 Expliticly perform redisplay.
5098 (wait_reading_process_output): Always check process status, but
5099 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
5100
4230ab74
KR
51012009-08-17 Ken Raeburn <raeburn@raeburn.org>
5102
1373f3be 5103 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
5104 (XFLOAT_INIT): New macro for storing a float value.
5105 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
5106 * fns.c (sxhash): Copy out the value of a float in order to
5107 examine its bytes.
5108 * dbusbind.c (xd_append_arg): Likewise.
5109
4230ab74
KR
5110 * emacs.c (main): Don't call syms_of_data twice.
5111
a0645cdd
MA
51122009-08-16 Michael Albinus <michael.albinus@gmx.de>
5113
5114 * dbusbind.c (xd_initialize): Add connection file descriptor to
5115 input_wait_mask, in order to let select() detect, whether a new
5116 message has been arrived.
ca4f31ea 5117 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 5118
485db0ba
MA
51192009-08-15 Michael Albinus <michael.albinus@gmx.de>
5120
1373f3be
SM
5121 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
5122 New functions.
485db0ba
MA
5123
5124 * lisp.h (xd_pending_messages): Declare.
5125
5126 * keyboard.c (readable_events): Call xd_pending_messages.
5127
b5b98ff4
CY
51282009-08-15 Chong Yidong <cyd@stupidchicken.com>
5129
1373f3be 5130 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 5131
f8354c6e
CY
5132 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
5133
b5b98ff4
CY
5134 * buffer.c (set_buffer_internal_1)
5135 (swap_out_buffer_local_variables): Check for unbound local
5136 variables (Bug#4138).
5137
8b9fc636
EZ
51382009-08-14 Eli Zaretskii <eliz@gnu.org>
5139
5140 * process.c (create_pty): Fix last change.
5141
ce959360
CY
51422009-08-13 Chong Yidong <cyd@stupidchicken.com>
5143
5144 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
5145 (xbm_load_image): Caller changed.
64b807c9 5146 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 5147
c7baf7e9
NR
51482009-08-13 Nick Roberts <nickrob@snap.net.nz>
5149
5150 * process.c (create_pty): New function.
5151 (Fstart_process): Use it to allow Emacs to just associate a pty
5152 with the buffer. See associated change in gdb-mi.el.
5153 (list_processes_1): Deal with no program name.
5154 (start_process_unwind): Use pid == -2 to mean no process.
5155
1ac9108a
SM
51562009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5157
5158 * cmds.c (nonundocount): New global variable.
5159 (keys_of_cmds): Initialize it.
5160 (Fself_insert_command): Use it to combine upto 20 sequential chars
5161 into a single undo entry, just like the Qself_insert_command code in
5162 keyboard.c does.
5163 Call frame_make_pointer_invisible, also like the Qself_insert_command
5164 code in keyboard.c does.
5165 * keyboard.c (command_loop_1): Use the new global nonundocount rather
5166 than its own local replacement for it.
5167
e267324c
KR
51682009-08-10 Ken Raeburn <raeburn@raeburn.org>
5169
1ac9108a 5170 * fns.c (concat): Don't re-set string length to its current value.
77437343 5171
1ac9108a
SM
5172 * coding.h (decode_coding_string, encode_coding_string):
5173 Use SBYTES macro.
f0bed503 5174
1ac9108a 5175 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
5176 (doprnt): Merge with doprnt1, discarding lispstrings code.
5177 * lisp.h (doprnt_lisp): Don't declare.
5178
416e006d
JL
51792009-08-07 Juri Linkov <juri@jurta.org>
5180
5181 * puresize.h (BASE_PURESIZE): Increase to 1270000.
5182
6f7d5780
DN
51832009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5184
5185 * print.c (syms_of_print): Undo previous change.
5186
f19a0f5b
TZ
51872009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
5188
5189 * lread.c (read1, syms_of_lread): Read hashtables back from the
5190 readable format.
5191
5192 * print.c (print_preprocess, print_object): Print hashtables fully
5193 and readably.
5194 (syms_of_print): Provide 'hashtable-print-readable.
5195
b9173dc2
AR
51962009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5197
5198 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
5199 no family set.
5200 (nsfont_open): Handle case when entity has no family.
5201
1586503c
AR
52022009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5203
5204 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
5205 element, not a list, for match case.
5206
087048cd
KH
52072009-07-28 Kenichi Handa <handa@m17n.org>
5208
5209 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
5210 rigidly.
5211
5212 * xfont.c (xfont_list_pattern): Don't ignore the return value of
5213 font_parse_xlfd. Check font properties more rigidly.
5214
780c2506
DN
52152009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5216
31fd7c5c
JB
5217 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
5218 bsd-common.h.
780c2506 5219
a8c0cc18
KH
52202009-07-27 Kenichi Handa <handa@m17n.org>
5221
5222 * xfaces.c (face_with_height): Call font_clear_prop.
5223
4fbe2306
CY
52242009-07-26 Chong Yidong <cyd@stupidchicken.com>
5225
111d9af3
CY
5226 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
5227
5228 * xterm.c (x_term_init): Use Qx.
5229
4fbe2306
CY
5230 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
5231
1ac9108a 5232 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
5233 (ns_get_color): Revert 2009-07-16 change.
5234
beb0b7f9
EZ
52352009-07-25 Eli Zaretskii <eliz@gnu.org>
5236
5237 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 5238 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 5239
2baf5e76
KR
52402009-07-25 Ken Raeburn <raeburn@raeburn.org>
5241
1ac9108a
SM
5242 * coding.h (decode_coding_string, encode_coding_string):
5243 Use SCHARS macro.
8890e5f5 5244
2baf5e76 5245 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 5246 (load_depth): Delete.
2baf5e76
KR
5247 (Qload_in_progress): New variable.
5248 (load_unwind): Don't reference load_depth or load_in_progress.
5249 (Fload): Likewise; specbind Qload_in_progress instead.
5250 (init_lread): Don't initialize load_depth.
5251 (syms_of_lread): Initialize and protect Qload_in_progress.
5252
1395c6f5
AR
52532009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5254
5255 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
5256
4e2f36cf
AR
52572009-07-23 Yavor Doganov <yavor@gnu.org>
5258
5259 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
5260
5dd9a6f7
AR
52612009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5262
5263 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
5264 Bugs 3792, 3720, 2402.
5265 (ns_lookup_indexed_color): Check for bad index.
5266 (ns_index_color): Init unused slot to 0.
5267 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
5268 Bug 3714, possibly 3082.
5dd9a6f7 5269
c902b920
JR
52702009-07-22 Jason Rumney <jasonr@gnu.org>
5271
1ac9108a
SM
5272 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
5273 Position IME window at cursor (Bug#2570).
c902b920
JR
5274 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
5275 (globals_of_w32fns): Dynamically load functions required above.
5276
5277 * w32term.c (w32_draw_window_cursor): Send message to reposition
5278 any IME window.
5279
090101cf
CY
52802009-07-21 Chong Yidong <cyd@stupidchicken.com>
5281
5282 * fileio.c: Revert 2009-07-16 changes.
5283 (Vauto_save_include_big_deletions): New variable.
5284 (Fdo_auto_save): Disable auto-save only if
5285 auto-save-include-big-deletions is nil.
5286
e6583e3d
CY
52872009-07-21 Chong Yidong <cyd@stupidchicken.com>
5288
5289 * xdisp.c (move_it_to): For continued lines ending in a tab, take
5290 the overflowed pixels into account (Bug#3879).
5291
ece435a5
KR
52922009-07-21 Ken Raeburn <raeburn@raeburn.org>
5293
5294 * lread.c (load_depth): New variable.
5295 (Fload, load_unwind, init_lread): Set it to the load recursion
5296 depth; set load_in_progress as a simple boolean based on the
5297 current load_depth. (Bug#3892)
5298
40b2d973
AR
52992009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5300
5301 * nsfont.m (ns_has_attribute): Remove.
5302 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
5303
10be7e0d
JL
53042009-07-18 Juri Linkov <juri@jurta.org>
5305
5306 * process.c (Fset_process_query_on_exit_flag): Mention killing
5307 a buffer in docstring.
5308
fa055055
KH
53092009-07-17 Kenichi Handa <handa@m17n.org>
5310
5311 * casetab.c (shuffle): Fix the logic of setting up the cycle.
5312
042f7b69
YM
53132009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5314
5315 * nsfns.m (Fns_set_alpha): Remove function.
5316 (syms_of_nsfns): Don't defsubr it.
5317
5318 * nsterm.m (ns_get_color): Remove incompatible color formats.
5319 (ns_color_to_lisp): Generate #rrggbb color format string.
5320
4be941e3
RS
53212009-07-16 Richard Stallman <rms@gnu.org>
5322
5323 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
5324 (Fset_buffer_auto_saved): Handle save_length = -2.
5325
4e6b227d
CY
53262009-07-16 Chong Yidong <cyd@stupidchicken.com>
5327
5328 * xterm.c (Qx_gtk_map_stock): New var.
5329
5330 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
5331 of calling intern each time.
5332
a1856973
YM
53332009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5334
5335 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
5336 does tiling.
5337
5338 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
5339
497e54d8
KH
53402009-07-14 Kenichi Handa <handa@m17n.org>
5341
72d36834
KH
5342 * font.c (font_vconcat_entity_vectors): New function.
5343 (struct font_sort_data): New member font_driver_preference.
5344 (font_compare): Check font_driver_preference.
5345 (font_sort_entities): The format of the first argument changed.
5346 (font_delete_unmatched): Likewise.
5347 (font_list_entities): The return type changed.
5348 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
5349 (font_find_for_lface): Adjuste for the above changes.
5350 Don't suppress the checking of C even if the repertory supports it.
5351 (Flist_fonts): Adjust for the above changes.
72d36834 5352
1ac9108a
SM
5353 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
5354 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
5355 Reject a font who has adstyle property that is different from a
5356 langname derived from registry property.
1ac9108a 5357 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 5358
b6046155
EZ
53592009-07-13 Eli Zaretskii <eliz@gnu.org>
5360
5361 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
5362 local copy of dirfilename.
5363
fb6b6049
KH
53642009-07-13 Kenichi Handa <handa@m17n.org>
5365
e2402a5e
KH
5366 * chartab.c (sub_char_table_ref_and_range): Fix the range check
5367 against max_char.
5368
fb6b6049
KH
5369 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
5370 calling XSYMBOL (sym).
5371
65156807
EZ
53722009-07-11 Eli Zaretskii <eliz@gnu.org>
5373
1ac9108a
SM
5374 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
5375 New function.
5376 (directory_files_internal) [WINDOWSNT]:
5377 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
5378 the filesystem of the directory is fast or slow.
5379
5380 * w32.c (logon_network_drive): Don't assume PATH is an absolute
5381 file name.
5382 (is_slow_fs): New function.
5383 (stat): Use it to determine whether to issue more system calls to
5384 get accurate file attributes, when w32-get-true-file-attributes is
5385 `local'.
5386
e0ab5fcf
JD
53872009-07-10 Jan Djärv <jan.h.d@swipnet.se>
5388
5389 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 5390 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
5391 parameter font-parameter as default to the font dialog.
5392
784ceded
KH
53932009-07-10 Kenichi Handa <handa@m17n.org>
5394
5395 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
5396
fb8edc0b
EZ
53972009-07-09 Eli Zaretskii <eliz@gnu.org>
5398
1ac9108a 5399 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 5400
fb8edc0b
EZ
5401 * w32.c (stat): Treat UNC file names as residing on remote
5402 drives. (Bug#3542)
5403
635c75b1
KH
54042009-07-09 Kenichi Handa <handa@m17n.org>
5405
5406 * fontset.c (fontset_find_font): Fix previous change.
5407
c1d5ce94
MA
54082009-07-08 Michael Albinus <michael.albinus@gmx.de>
5409
5410 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
5411 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
5412 error flag.
5413
edb61b39
KH
54142009-07-08 Kenichi Handa <handa@m17n.org>
5415
374bf7e4
KH
5416 * fontset.c (fontset_find_font): Fix the logic of handling
5417 charset_matched.
5418 (font_for_char): Delete unused var.
5419 (generate_ascii_font_name): Delete it.
5420
edb61b39
KH
5421 * coding.h (JIS_TO_SJIS2): Fix the code range check.
5422
5423 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
5424 (encode_coding_sjis): Fix the code range check.
5425
0f3f018c
CY
54262009-07-07 Chong Yidong <cyd@stupidchicken.com>
5427
5428 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
5429 (Fexpand_file_name): Copy string data properly (Bug#3772).
5430
fcaf6f3a
JD
54312009-07-07 Jan Djärv <jan.h.d@swipnet.se>
5432
5433 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
5434 first MapNotify.
5435
6809ca75
KH
54362009-07-07 Kenichi Handa <handa@m17n.org>
5437
5438 * character.h (unibyte_has_multibyte_table): Delete extern.
5439 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
5440
5441 * charset.c (Fset_charset_priority): Update charset_unibyte.
5442 (syms_of_charset): Initialize charset_unibyte.
5443
5444 * character.c (unibyte_has_multibyte_table): Delete it.
5445 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
5446 charset_unibyte.
5447 (multibyte_char_to_unibyte_safe): Likewise.
5448 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
5449
1ac9108a 5450 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
5451 (x_produce_glyphs): Likewise.
5452
5453 * .gdbinit (xcharset): Fix the treating $arg0.
5454
ad9e2d54
EZ
54552009-07-04 Eli Zaretskii <eliz@gnu.org>
5456
5457 Emulation of `getloadavg' on MS-Windows.
50426a04 5458 * w32.c: Include float.h.
ad9e2d54
EZ
5459 (g_b_init_get_native_system_info, g_b_init_get_system_times)
5460 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
5461 (get_native_system_info, get_system_times): New functions.
5462 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
5463 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
5464 (globals_of_w32): Initialize g_b_init_get_native_system_info,
5465 g_b_init_get_system_times, and num_of_processors.
5466
0a3472c7
JR
54672009-07-03 Jason Rumney <jasonr@gnu.org>
5468
5469 * w32term.c (w32_initialize): Use standard types.
5470
80904120
EZ
54712009-07-03 Eli Zaretskii <eliz@gnu.org>
5472
5473 * dired.c (Ffile_attributes): Decode user and group names by the
5474 locale's encoding. (Bug#3443)
5475
6978862d
DN
54762009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5477
f8d23104
DN
5478 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
5479 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
5480
5481 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
5482
5483 * term.c (init_tty): Remove spurious #ifdef.
5484
6978862d
DN
5485 * m/mips.h: Mention this file is also used for netbsd.
5486 * m/pmax.h: Remove file.
5487
e044e4fc
JD
54882009-07-03 Jan Djärv <jan.h.d@swipnet.se>
5489
5490 * xterm.h (struct x_display_info): Add invisible_cursor.
5491 (struct x_output): Add current_cursor.
5492
5493 * xterm.c (XTtoggle_invisible_pointer): New function.
5494 (x_define_frame_cursor): Don't define cursor if invisible or the
5495 same as before. Set current_cursor.
5496 (x_create_terminal): Set toggle_invisible_pointer_hook.
5497
5498 * xfns.c (make_invisible_cursor): New function.
5499 (x_set_mouse_color): Call make_invisible_cursor.
5500 Set current_cursor.
5501 (x_window): Set current_cursor.
5502
5503 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
5504
5505 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
5506 inserting a character.
5507 (read_avail_input): Call frame_make_pointer_visible.
5508
5509 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
5510 (frame_make_pointer_invisible, frame_make_pointer_visible):
5511 New functions.
e044e4fc
JD
5512 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
5513
5514 * frame.h: Declare frame_make_pointer_invisible and
5515 frame_make_pointer_visible.
5516 (struct frame): Add pointer_invisible.
5517
574c8efa
JD
55182009-07-02 Jan Djärv <jan.h.d@swipnet.se>
5519
7b507248
JD
5520 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
5521 frame isn't visible.
5522 (xg_frame_resized): If width/height is -1, get size of window
5523 from X server.
5524
5525 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
5526 for MapNotify.
5527
835bdaa7 5528 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 5529 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 5530 (flush_and_sync): Reintroduce.
574c8efa 5531
3f1c6666 55322009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 5533
31fd7c5c 5534 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
5535
5536 * xterm.c (x_handle_net_wm_state): Also look for sticky.
5537 (x_term_init): Initialize Xatom_net_wm_state_sticky.
5538
5539 * frame.h: Declare Qsticky.
5540
cad9ef74
JD
5541 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
5542
5543 * nsfns.m (ns_frame_parm_handlers): Ditto.
5544
5545 * frame.c: Declare Qsticky.
5546 (frame_parms): Add sticky.
5547
5548 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
5549
5550 * xterm.h: Declare x_set_sticky.
5551
5552 * xterm.c (x_set_sticky): New function.
5553
69b16610
JD
5554 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
5555 (xg_tool_bar_menu_proxy): Attach enter/leave events to
5556 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
5557
5558 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
5559
5560 * frame.c: Qmaximized is new.
5561 (x_set_frame_parameters): Do not handle fullscreen specially.
5562 Only set width and height if explicitly set.
5563 (x_set_fullscreen): Handle Qmaximized.
5564 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
5565 (syms_of_frame): Initialize Qmaximized.
5566
1ac9108a
SM
5567 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
5568 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
5569
5570 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
5571 for Expose event. Add call to x_check_fullscreen for MapNotify event.
5572 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
5573 set gravity to NorthWestGravity when USE_GTK.
5574 (set_wm_state): New function.
31fd7c5c 5575 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
5576 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
5577 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 5578 or the case when no window manager is running. That means remove calls
3f1c6666
JD
5579 to x_real_positions and x_fullscreen_adjust.
5580
5581 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
5582 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
5583 flush_and_sync.
5584 (xg_height_changed): New function.
5585 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
5586 and gtk_window_set_policy. Set frame gravity after parsing the
5587 geometry string.
3f1c6666
JD
5588 (xg_update_frame_menubar, free_frame_menubar)
5589 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
5590 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
5591 Remove calls to xg_frame_set_char_size.
5592
fd503d99
KH
55932009-07-01 Kenichi Handa <handa@m17n.org>
5594
5595 * keyboard.c (decode_keyboard_code): New function.
5596 (tty_read_avail_input): Decode the input bytes if necessary.
5597
1ac9108a
SM
5598 * coding.c (setup_coding_system):
5599 Initialize coding->carryover_bytes to 0.
fd503d99
KH
5600 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
5601 use Qno_conversion.
5602
24ed93fb
YM
56032009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5604
5605 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
5606
99061dfc
CY
56072009-06-30 Chong Yidong <cyd@stupidchicken.com>
5608
1ac9108a 5609 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 5610
ff90fbde
JR
56112009-06-30 Jason Rumney <jasonr@gnu.org>
5612
5613 * w32term.c (w32_initialize): Use GetModuleHandle for library that
5614 is already loaded.
5615 Set user model ID if supported (bug#1849).
5616
5f445726
JM
56172009-06-29 Jim Meyering <meyering@redhat.com>
5618
5619 Remove useless if-before-xfree test.
5620 * nsfont.m (nsfont_close): Remove useless test.
5621 * term.c (delete_tty): Likewise.
5622 * w32.c (system_process_attributes): Likewise.
5623 * w32font.c (w32font_close): Likewise.
5624 * xfaces.c (x_free_gc): Likewise.
5625 * xselect.c (buffer): Likewise.
5626
b9607587
AS
56272009-06-28 Andreas Schwab <schwab@linux-m68k.org>
5628
5629 * process.c (send_process): Keep decoded string in a local
5630 variable and protect it from GC. (Bug#3521)
5631
89ba96f4
EZ
56322009-06-28 Eli Zaretskii <eliz@gnu.org>
5633
5634 * term.c (create_tty_output) [MSDOS]: #ifdef away.
5635 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
5636
098a1589
CY
56372009-06-28 Chong Yidong <cyd@stupidchicken.com>
5638
485422be
CY
5639 * xdisp.c (start_display, handle_face_prop)
5640 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
5641 (redisplay_window, try_window_id, produce_image_glyph):
5642 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 5643
098a1589
CY
5644 * xterm.c (x_update_window_begin, x_new_focus_frame)
5645 (x_scroll_bar_handle_click, handle_one_xevent)
5646 (handle_one_xevent, XTread_socket, x_focus_on_frame)
5647 (x_make_frame_visible, x_make_frame_invisible)
5648 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
5649 code chunks that are now obsolete.
5650
78c38319
MA
56512009-06-28 Michael Albinus <michael.albinus@gmx.de>
5652
5653 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
5654 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
5655 for hours, when optimzation is enabled.
5656 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
5657 (xd_read_message): Make them static.
5658
4189ed40
CY
56592009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
5660
5661 * term.c (turn_on_face): Allow simultaneously bold and dim
5662 terminal faces (Bug#3530).
5663
cd9b5e16
CY
56642009-06-27 Chong Yidong <cyd@stupidchicken.com>
5665
4e23bedb
CY
5666 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
5667
cd9b5e16
CY
5668 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
5669 truncation glyphs (Bug#3686).
5670
07cc3c35
GM
56712009-06-27 Glenn Morris <rgm@gnu.org>
5672
5673 * m/pmax.h: Restore file, with only netbsd portions.
5674
31fd7c5c 56752009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 5676
cd9b5e16 5677 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 5678
42d4a64f
KH
56792009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
5680
5681 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
5682 the arg FORCE_SYMBOL.
5683
930fe55b 56842009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
5685
5686 * fontset.c (fontset_find_font): When a usable rfont_def is found
5687 in a fallback font-group, make it the first element of the group.
5688
57ebc3fd
CY
56892009-06-24 Chong Yidong <cyd@stupidchicken.com>
5690
5691 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
5692
f084f942
KH
56932009-06-24 Kenichi Handa <handa@m17n.org>
5694
5695 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
5696 set for C.
5697 (fontset_font): Record the availability of a font for C both in
5698 the realized fontsets of the current one and the default one.
5699
2f686c87
DN
57002009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5701
5702 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
5703 conditional, it is always defined on AIX.
5704
666e158e
MB
57052009-06-23 Miles Bader <miles@gnu.org>
5706
5707 * window.c (Vrecenter_redisplay): New variable.
5708 (syms_of_window): Initialize it.
5709 (Qtty): New extern declaration.
5710 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
5711
c6da7cd2
JM
57122009-06-23 Jim Meyering <meyering@redhat.com>
5713
1ac9108a
SM
5714 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
5715 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 5716 pointer dereferences are guaranteed to be valid.
c6da7cd2 5717
678dca3d
KH
57182009-06-23 Kenichi Handa <handa@m17n.org>
5719
74d75424
KH
5720 * emacs.c (main): Call init_font ().
5721
5722 * font.h (Vfont_log): Extern it.
5723 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
5724
5725 * font.c (font_sort_entities, font_list_entities)
5726 (font_matching_entity, font_open_entity)
5727 (font_close_object): Change font_add_log to FONT_ADD_LOG.
5728 (Vfont_log): Delete static.
5729 (font_log_env_checked): Delete this variable.
5730 (font_add_log): Don't check font_log_env_checked.
5731 (font_deferred_log): Check Vfont_log.
5732 (init_font): New function.
5733
678dca3d
KH
5734 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
5735
5736 * w32font.c: Change font_add_log to FONT_ADD_LOG.
5737
5738 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
5739
5740 * xfont.c: Change font_add_log to FONT_ADD_LOG.
5741
5742 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
5743 (face_for_char): Don't call font_deferred_log here.
5744 (font_for_char): Likewise.
5745
8a668709
CY
57462009-06-22 Chong Yidong <cyd@stupidchicken.com>
5747
9a01ee33
CY
5748 * w32term.c (x_draw_glyph_string): Use the glyph string's width
5749 rather than its background_width for drawing the overline and
5750 underline (Bug#489).
5751
5752 * xterm.c (x_draw_glyph_string): Use the glyph string's width
5753 rather than its background_width for drawing the overline and
5754 underline (Bug#489).
ec7c9926
CY
5755 (xg_default_icon_file): New variable.
5756 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
5757 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 5758
8a668709
CY
5759 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
5760 (load_overlay_strings): Remove externs.
5761 (fast_find_position): Function deleted.
5762 (mouse_face_from_buffer_pos): New function, based on
5763 fast_find_position. Correctly handle before-strings,
5764 display-strings, and after-strings (Bug#1220).
5765 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
5766
4d4c02d8
CY
57672009-06-21 Chong Yidong <cyd@stupidchicken.com>
5768
1ac9108a 5769 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
5770 (move_it_in_display_line_to, move_it_in_display_line_to)
5771 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
5772
70243478
CY
57732009-06-21 Chong Yidong <cyd@stupidchicken.com>
5774
5775 * Branch for 23.1.
5776
13087e59
JR
57772009-06-21 Jason Rumney <jasonr@gnu.org>
5778
5779 * w32term.c (keyboard_codepage): New static variable.
5780 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
5781 (w32_read_socket) [WM_CHAR]: Use it to decode character
5782 input (bug#3237).
5783 (w32_initialize): Initialize it.
5784 (codepage_for_locale): New function.
5785
4735b74e
KR
57862009-06-20 Ken Raeburn <raeburn@raeburn.org>
5787
5788 * process.c (status_message): Pass Faset index argument as a lisp
5789 object, so as to work with USE_LISP_UNION_TYPE.
5790
0e727afa
YM
57912009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5792
5793 * coding.c (Ffind_coding_systems_region_internal):
5794 Cache checked characters.
5795
cf299835
KH
57962009-06-18 Kenichi Handa <handa@m17n.org>
5797
1ac9108a 5798 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 5799
90f20d94
AS
58002009-06-18 Andreas Schwab <aschwab@redhat.com>
5801
5802 * xdisp.c (redisplay_internal): Check that the frame is still
5803 live after redisplay of its windows.
5804 (redisplay_windows): Check that the window is still live.
5805
7f1faf1c
KH
58062009-06-17 Andreas Schwab <schwab@linux-m68k.org>
5807
5808 * coding.c (detect_coding_utf_16): Fix previous change.
5809
cc13543e
KH
58102009-06-16 Kenichi Handa <handa@m17n.org>
5811
5812 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
5813 UTF-16 by checking the dispersion of Eth and Oth bytes.
5814
977b85f4
AS
58152009-06-15 Andreas Schwab <schwab@linux-m68k.org>
5816
5817 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
5818
66bd43d1
KH
58192009-06-15 Kenichi Handa <handa@m17n.org>
5820
5821 * process.c (status_message): Fix previous change. Be sure to
5822 decode a localized string.
5823
cb5ca9c5
YM
58242009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5825
5826 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
5827 add comment explaining why.
5828
ec7709ba 58292009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 5830
ec7709ba 5831 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 5832
4b7f335c
AR
58332009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
5834
5835 * nsfont.m (ns_attribute_value): Remove.
5836 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
5837 (ns_has_attribute): Shrink the normal range.
5838 (ns_findfonts): Don't worry about requested spec in determining
5839 need for synthItal.
e41820ee 5840 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 5841
73b26103
SZ
58422009-06-14 Seiji Zenitani <zenitani@mac.com>
5843
5844 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
5845
5753e4da
KH
58462009-06-11 Kenichi Handa <handa@m17n.org>
5847
5848 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5849 overhang for the static composition case.
5850
3561b671
KH
58512009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5852
5753e4da
KH
5853 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
5854 overhang for the automatic composition case.
5855
3561b671
KH
5856 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
5857 composition case.
5858
852bbd41
CY
58592009-06-10 Chong Yidong <cyd@stupidchicken.com>
5860
5861 * xdisp.c (get_next_display_element): When handling wrap-prefix
5862 and line-prefix, treat \n as a control character (bug#3502).
5863
9903d1e6
KH
58642009-06-10 Kenichi Handa <handa@m17n.org>
5865
5866 * font.c (font_parse_family_registry): Fix for one-char foundry.
5867 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
5868
0bcbaaaa
CY
58692009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
5870
5871 * process.c (status_message): Fix handling of multibyte signal
5872 string (Bug#3499).
5873
40aa3f13
JM
58742009-06-09 Jim Meyering <meyering@redhat.com>
5875
1f80c7e2
CY
5876 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
5877 color name is missing.
40aa3f13 5878
72d51285
KH
58792009-06-09 Kenichi Handa <handa@m17n.org>
5880
5881 * charset.c (Fmap_charset_chars): In docstring, state clearly that
5882 FROM-CODE and TO-CODE are codepoints of CHARSET.
5883
c1d04d84
AR
58842009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5885
5886 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
5887
58882009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
5889
5890 Changes to support :script/:lang/:otf in NS font driver.
5891 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
5892 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
5893 indicate not part of font driver interface, and change callers.
5894 (ns_get_family): Remove pointless null check.
5895 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
5896 ns_spec_to_descriptor, ns_descriptor_to_entity.
5897 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
5898 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
5899 (ns_spec_to_descriptor, ns_descriptor_to_entity)
5900 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
5901 (ns_get_req_script, ns_accumulate_script_ranges)
5902 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
5903 New functions.
5904 (nsfont_list, nsfont_match): Use ns_findfonts.
5905 (nsfont_open): Use font descriptor instead of traits.
5906 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
5907 (dump_glyphstring): Rename to ns_dump_glyphstring.
5908
c7eb9816
AR
5909 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
5910
c1d04d84
AR
5911 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
5912
5913 * fontset.c (fontset_from_font): Remove NS-specific code.
5914
ec7709ba 59152009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
5916
5917 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
5918 nonactive windows.
5919
31fd7c5c 59202009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 5921
1ac9108a 5922 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 5923
68852c13 59242009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
5925
5926 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
5927
6756cd1d
CY
59282009-06-07 Chong Yidong <cyd@stupidchicken.com>
5929
5930 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
5931 account for the overflowing of newlines into the last glyph on the
5932 display line (Bug#3482).
5933
28bf482a
DR
59342009-06-05 David Reitter <david.reitter@gmail.com>
5935
ec7709ba
JB
5936 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
5937 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
5938 Fns_selection_exists_p, Fns_selection_owner_p.
5939
fdb55376
JR
59402009-06-03 Jason Rumney <jasonr@gnu.org>
5941
5942 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
5943 available. (Bug#3379)
5944
05129fbe
KH
59452009-05-29 Kenichi Handa <handa@m17n.org>
5946
1ac9108a
SM
5947 * coding.c (get_translation_table):
5948 Check Venable_character_translation.
05129fbe 5949
ec7709ba 59502009-05-26 David Reitter <david.reitter@gmail.com>
15891144 5951
ec7709ba
JB
5952 * nsterm.m (ns_raise_frame): Only raise frame if visible.
5953 (x_make_frame_visible): Move frame to front rather than calling
15891144 5954 ns_raise_frame().
ec7709ba 5955 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 5956 isn't key window.
ec7709ba 5957 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
5958 drawRect may be called by NSView even if the frame is hidden.
5959
ec7709ba
JB
5960 * nsfns.m (Fx_create_frame): Follow other ports in
5961 determining visibility; default to t. Ensure async_visible is set.
15891144 5962
21f73755
EZ
59632009-05-23 Eli Zaretskii <eliz@gnu.org>
5964
5965 * dired.c (Ffile_attributes): Doc fix.
5966
34001e41
CY
59672009-05-22 Chong Yidong <cyd@stupidchicken.com>
5968
5969 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
5970
46306a17
SM
59712009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5972
5973 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
5974 and xfont_scratch_props.
5975 (syms_of_xfont): Do it here instead.
5976 (xfont_find_ccl_program): Delete, unused.
5977 (xfont_open): Delete unused var `i'.
5978
ef6e0694
KH
59792009-05-21 Kenichi Handa <handa@m17n.org>
5980
5981 * fontset.c (Qlatin): Don't make it static.
5982
46306a17
SM
5983 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
5984 New functions.
ef6e0694
KH
5985 (xfont_scripts_cache, xfont_scratch_props): New variables.
5986 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
5987 (xfont_list_pattern): Argument changed. Callers changed.
5988 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
5989 (xfont_list): Don't reject a font spec with :script property.
5990 (xfont_has_char): Fix setting of encoding.
5991 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
5992 xfont_scratch_props.
5993
59942009-05-19 Kenichi Handa <handa@m17n.org>
5995
46306a17 5996 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
5997 Callers changed.
5998
59992009-05-18 Kenichi Handa <handa@m17n.org>
6000
6001 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
6002
ac71ced7
SM
60032009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
6006 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
6007
1c6d1051
YM
60082009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6009
6010 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
6011 (x_delete_terminal): Dissociate resource database from display and
6012 then call XrmDestroyDatabase before closing display.
6013
9b9b779c
AR
60142009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6015
6016 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
6017 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
6018 whether selected frame is viable before raising it (based on patch
6019 by David Reitter), and improve commentary.
6020 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 6021
cccd42d5
KH
60222009-05-15 Kenichi Handa <handa@m17n.org>
6023
6024 * font.c (Ffont_spec): Check arguments.
6025
337fbd17
CY
60262009-05-14 Chong Yidong <cyd@stupidchicken.com>
6027
6028 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
6029 weight when testing attributes (Bug#3282).
6030
47a6002f
JD
60312009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6032
6033 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
6034 what we expect to get in the next ConfigureNotify event.
6035
9cb363db
YM
6036 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
6037 before Xft one (Bug#1696).
6038
b9126609
CY
60392009-05-07 David Reitter <david.reitter@gmail.com>
6040
6041 * nsfns.m (Fx_display_planes): Compute bitplanes using
6042 NSBitsPerPixelFromDepth (Bug#3207).
6043
27a69fd9
CY
60442009-05-10 Chong Yidong <cyd@stupidchicken.com>
6045
6046 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
6047
00f37552
TTN
60482009-05-10 Ulrich Mueller <ulm@gentoo.org>
6049
6050 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
6051
2d82a920
DR
60522009-05-07 David Reitter <david.reitter@gmail.com>
6053
ec7709ba
JB
6054 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
6055 Respect mouse face background.
2d82a920 6056
46b0d52d
DR
60572009-05-07 David Reitter <david.reitter@gmail.com>
6058
ec7709ba
JB
6059 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
6060 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
6061 in ns_update_begin and ns_update_end.
6062
ce1b23bb
SM
60632009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6064
5996e1b7
SM
6065 * nsfns.m (ns_get_screen): Rewrite.
6066 Don't presume selected-frame is of type `ns'.
6067
ba98e3a0
SM
6068 * font.c (font_update_drivers): Sanity fallback to avoid disabling
6069 all drivers.
6070
ce1b23bb
SM
6071 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
6072
bcda200f
YM
60732009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6074
6075 * keyboard.h (add_user_signal): Fix typo in extern.
6076
6077 * lisp.h (add_user_signal): Remove extern.
6078
6079 * unexelf.c (unexec): Consider a section to precede the .bss section
6080 if its addresses overlap that of .bss.
6081 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
6082 instead of dumping process.
6083
864660a2
SM
60842009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6085
6086 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
6087
50da4e56
SM
60882009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6089
6090 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
6091
51520a1a
DN
60922009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
6093
6094 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
6095 any statements.
6096
409ea3a1
AS
60972009-05-02 Andreas Schwab <schwab@linux-m68k.org>
6098
59c4c60f
AS
6099 * process.c (read_process_output): Make sure the current buffer is
6100 always restored.
6101
409ea3a1
AS
6102 * coding.c (record_conversion_result): Don't modify
6103 Vlast_code_conversion_error for successful result.
6104 (alloc_destination): Don't clobber conversion result. (Bug#1650)
6105
56f00ed2
KH
61062009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6107
6108 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 6109 (load_charset_map): Remove unnecessary code.
56f00ed2 6110
4491c9d2
DR
61112009-04-30 David Reitter <david.reitter@gmail.com>
6112
35f5b128 6113 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
6114 through f24.
6115
6970f632
CY
61162009-04-30 Chong Yidong <cyd@stupidchicken.com>
6117
6118 * xfaces.c (face_at_buffer_position): New arg base_face_id.
6119
6120 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
6121 face_at_buffer_position.
6122 (face_before_or_after_it_pos, get_next_display_element)
6123 (note_mouse_highlight): Update face_at_buffer_position call.
6124
6125 * term.c (term_mouse_highlight):
6126 * msdos.c (IT_note_mouse_highlight):
6127 * fontset.c (Finternal_char_font):
35f5b128 6128 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
6129
6130 * dispextern.h (face_at_buffer_position): Update prototype.
6131
0c616f63
KH
61322009-04-30 Kenichi Handa <handa@m17n.org>
6133
35f5b128 6134 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 6135
ad3aaf33
AS
61362009-04-29 Andreas Schwab <schwab@linux-m68k.org>
6137
6138 * callproc.c (Fcall_process): Fix GC protection. Make sure
6139 current buffer is always restored.
6140
c3c963a0
YM
61412009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6142
6143 * atimer.c (init_atimer): Also clear stopped_atimers.
6144
6145 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
6146
7e3386cb
YM
6147 * process.c (create_process): Clean up merger residues of
6148 2008-07-17 change.
6149
91f68422
CY
61502009-04-29 Ulrich Mueller <ulm@gentoo.org>
6151
6152 * lread.c (Vread_circle): New variable.
6153 (read1): Disable recursive read if Vread_circle is nil.
6154
24b34550
KH
61552009-04-29 Kenichi Handa <handa@m17n.org>
6156
6157 * fontset.h (set_default_ascii_font): Delete extern.
6158
6159 * fontset.c (set_default_ascii_font): Delete this unused function.
6160
6161 * frame.c (x_set_font): When ARG is a font-object, check if the
6162 font-object matches with the ASCII font-spec of the frame's
9c358bda 6163 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 6164
77bf07e1
AS
61652009-04-28 Andreas Schwab <schwab@linux-m68k.org>
6166
6167 * fns.c (Flocale_info): Protect vector from GC during decoding.
6168
6169 * process.c (Fstart_process): Protect argv strings from GC during
6170 encoding.
6171
2c55aacf
AS
61722009-04-27 Andreas Schwab <schwab@linux-m68k.org>
6173
6174 * sysdep.c: Include <ctype.h>.
6175
b892d3c9
DR
61762009-04-27 David Reitter <david.reitter@gmail.com>
6177
35f5b128 6178 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
6179 Remove commented-out code.
6180
9d0644c4
JB
61812009-04-26 Johan Bockgård <bojohan@gnu.org>
6182
6183 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6184
b7053016
JR
61852009-04-25 Jason Rumney <jasonr@gnu.org>
6186
6187 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
6188
4e8231f3
YM
61892009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6190
6191 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
6192 Swap bytes in short integer if fringe bitmap width > 8.
6193
493dcf2c
KH
61942009-04-23 Kenichi Handa <handa@m17n.org>
6195
6196 * xfaces.c (Fx_list_fonts): If a font size is specified in
6197 PATTERN, set it in returned scalable fonts.
6198
401e9e57
CY
61992009-04-22 Chong Yidong <cyd@stupidchicken.com>
6200
708e05dc
CY
6201 * keyboard.c (Fset_input_meta_mode): Doc fix.
6202
6203 * dispnew.c (Fsend_string_to_terminal): Doc fix.
6204
1ac9108a 6205 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
6206
6207 * coding.c (Fterminal_coding_system): Doc fix.
6208
6209 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
6210 (Fx_display_pixel_height, Fx_display_planes)
6211 (Fx_display_color_cells, Fx_server_max_request_size)
6212 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
6213 (Fx_display_mm_height, Fx_display_mm_width)
6214 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
6215 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
6216 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
6217 (check_x_display_info): Handle terminal objects instead of
6218 terminal ids.
6219
401e9e57
CY
6220 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
6221 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
6222 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
6223 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 6224
df80c7f0
KH
62252009-04-21 Kenichi Handa <handa@m17n.org>
6226
5a8f12af 6227 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 6228 (font_score): Check AVGWIDTH too.
908567ef 6229
df80c7f0
KH
6230 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
6231 worst case.
1ac9108a
SM
6232 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
6233 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 6234
705af33f
JR
62352009-04-19 Jason Rumney <jasonr@gnu.org>
6236
6237 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 6238 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
6239
6240 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
6241 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
6242 get_phys_cursor_geometry.
6243
b71ac3dd 6244 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
6245 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
6246 using get_phys_cursor_geometry.
6247
6248 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
6249 correctly calculated.
6250
dc2933eb
JD
62512009-04-19 Jan Djärv <jan.h.d@swipnet.se>
6252
1ac9108a
SM
6253 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
6254 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
6255 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
6256 is deprecated.
6257
973e7849
AS
62582009-04-18 Andreas Schwab <schwab@linux-m68k.org>
6259
6260 * font.c (font_put_frame_data): Use xfree instead of free.
6261
314d66f4
JB
62622009-04-17 Juanma Barranquero <lekktu@gmail.com>
6263
6264 * w32font.c (Qja, Qko): Remove declarations.
6265 (syms_of_w32font): Don't DEFSYM them.
6266
cf702558
CY
62672009-04-17 Chong Yidong <cyd@stupidchicken.com>
6268
6269 * font.c (Qja, Qko): Move definitions here from ftfont.c.
6270
6271 * font.h (Qja, Qko): Extern them.
6272
6273 * ftfont.c (Qja, Qko): Remove declarations.
6274
6275 * xfont.c (Qja, Qko): Remove declarations.
6276
b50504f5
KH
62772009-04-17 Kenichi Handa <handa@m17n.org>
6278
bde25748
KH
6279 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
6280 string from a vector to handle Latin-1 characters correctly.
6281
b50504f5
KH
6282 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
6283 entity even if the cache hits.
6284
f4646fff
AS
62852009-04-16 Andreas Schwab <schwab@linux-m68k.org>
6286
6287 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 6288 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 6289
e7deaab0
AS
6290 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
6291 * lisp.h: Adjust prototypes.
6292
0a0e7d49
CY
62932009-04-16 Chong Yidong <cyd@stupidchicken.com>
6294
6295 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
6296 change (Bug#3003).
6297
3c908a57
KH
62982009-04-16 Kenichi Handa <handa@m17n.org>
6299
1ac9108a 6300 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
6301
6302 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
6303 adstyle.
6304
6305 * ftfont.c (Qja, Qko): Don't make them static.
6306 (enum ftfont_cache_for): New enum.
6307 (fc_charset_table): Undo the previous change.
6308 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
6309 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
6310 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
6311 non-scarable font, try to get AVERAGE_WIDTH.
6312 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
6313 Change ft_face_cache from a list of a hash-table. Don't check
6314 `ja' and `ko' adstyle here.
6315 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
6316 FTFONT_CACHE_FOR_CHARET.
6317 (ftfont_get_charset): Undo the previous change.
1ac9108a 6318 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
6319 (ftfont_close): Likewise.
6320 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
6321
6322 * font.c (font_sort_entites): Change the meaning of the arg
6323 BEST-ONLY. Don't optimize for VEC of lenght 1.
6324 (font_select_entity): Just return the value of font_sort_entites.
6325
6326 * xfaces.c (merge_face_vectors): Reflect font properties in
6327 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
6328 font_clear_prop if a face attribute doesn't change.
6329
3c908a57
KH
6330 * charset.h (charset_ksc5601): Extern it.
6331
6332 * charset.c (charset_ksc5601): New variable.
6333 (Fdefine_charset_internal): Set charset_ksc5601.
6334 (init_charset_once): Initialize charset_ksc5601 to -1.
6335
d65859c3
DN
63362009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
6337
6338 * fileio.c (history_delete_duplicates): Remove unused declaration.
6339
6340 * callint.c (history_delete_duplicates): New declaration.
6341 (Fcall_interactively): Remove command history duplicates when
6342 history_delete_duplicates is true.
6343
3ba010e5
EZ
63442009-04-14 Eli Zaretskii <eliz@gnu.org>
6345
6346 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
6347
06f19b91
KH
63482009-04-14 Kenichi Handa <handa@m17n.org>
6349
6350 * font.c (Ffont_info): Fix docstring. Fix the second element of
6351 the returned value (bug#2949).
6352
2cce8bfc
CY
63532009-04-14 Chong Yidong <cyd@stupidchicken.com>
6354
6355 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
6356
d156542d
KH
63572009-04-14 Kenichi Handa <handa@m17n.org>
6358
6359 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
6360 encoding charset is ascii_compatible.
6361
6362 * charset.c (Fdefine_charset_internal): Make charset
6363 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
6364 code_offset is 0, and covers all ASCII characters.
6365
86fa089e
SM
63662009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6367
6368 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
6369 (ns_string_to_pasteboard_internal):
6370 * nsmenu.m (process_dialog):
6371 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
6372 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
6373 * lisp.h (Fx_load_color_file): Declare.
6374
a8a3728b
KH
63752009-04-13 Kenichi Handa <handa@m17n.org>
6376
1ac9108a 6377 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
6378 (font_select_entity): Suppress the code to optimize for the same
6379 kind of fonts.
6380 (font_load_for_lface): Get a font that supports at least ASCII
6381 characters.
6382
6383 * ftfont.c (Qja, Qko): New variables.
6384 (fc_charset_table): Delete uniquifier data for iso8859-1.
6385 (ftfont_get_latin1_charset): New function.
6386 (get_adstyle_property): New function.
6387 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
6388 bitmap fonts.
6389 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
6390 Delete iso-8859-1 range from the charset of fonts whose adstyle is
6391 `ko' or `ja'.
6392 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 6393 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
6394 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
6395 property.
6396 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
6397 (syms_of_ftfont): DEFSYM Qja and Qko.
6398
483670b5
KH
63992009-04-09 Kenichi Handa <handa@m17n.org>
6400
12b55765
KH
6401 * charset.c (map_charset_chars): For a charset of `superset'
6402 method, fix calculation of code range.
6403
483670b5
KH
6404 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
6405 from the list of extra properties.
6406 (font_clear_prop): Be sure to delete `:name' font property.
6407
57d3b93b
KH
64082009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6409
b4b2c2ca
YM
6410 * dispnew.c (redraw_overlapping_rows): Fix detection of
6411 overlapping for topmost and bottommost rows.
6412
1ac9108a 6413 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 6414
472c3609
JR
64152009-04-06 Jason Rumney <jasonr@gnu.org>
6416
6417 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
6418
ab193662
KH
64192009-04-06 Kenichi Handa <handa@m17n.org>
6420
6421 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
6422
6423 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
6424
0c26f026
KH
64252009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6426
6427 * ftfont.c (ftfont_open): Fix checking of the return value of
6428 FT_Load_Char. Fix setting font->underline_thickness.
6429
e173bbce
CY
64302009-04-04 Chong Yidong <cyd@stupidchicken.com>
6431
6432 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
6433 (Fterminal_parameters, Fterminal_parameter)
6434 (Fset_terminal_parameter): In doc string, refer to terminal
6435 objects rather than terminal ids.
6436
693a2698
EZ
64372009-04-04 Eli Zaretskii <eliz@gnu.org>
6438
6439 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
6440 ret_lim_data. (Bug#2867)
6441
d5221487
CY
64422009-04-03 Chong Yidong <cyd@stupidchicken.com>
6443
6444 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
6445 so they don't get wider than the window, matching 2006-01-23
6446 change to the partner function in xdisp.c (Bug#2800).
6447
223509a3
KH
64482009-04-03 Kenichi Handa <handa@m17n.org>
6449
6450 * print.c (print_object): Make each lowest sub_char_table start a
6451 new line (Bug#2866).
6452
74fcd0b1
KH
64532009-04-02 Kenichi Handa <handa@m17n.org>
6454
6455 * fontset.c (fontset_font): Record no-font when a fontset
6456 explicitly tells not to try another font-specs.
6457
c542407d
SM
64582009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
6459
6460 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
6461
e3869731
KH
64622009-03-30 Kenichi Handa <handa@m17n.org>
6463
d8d2f142
KH
6464 * fontset.c (fontset_from_font): Specify only registry in a
6465 font-spec for all characters supported by that registry.
6466
e3869731
KH
6467 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
6468 even if HAVE_M17N_FLT is not defined.
6469
5da5f805
CY
64702009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
6471
6472 * ftfont.c: Conditionalize prototyping and use of
6473 ftfont_variation_glyphs.
6474
ab226c50
SM
64752009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6476
9628fed7
SM
6477 * frame.c (delete_frame): Work around compiler bug.
6478
6479 * editfns.c (general_insert_function): Adjust to insdel.c changes.
6480 * insdel.c (prepare_to_modify_buffer, signal_before_change):
6481 Some more EMACS_INT.
6482 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
6483
6484 * xdisp.c (dump_glyph): Fix typo.
6485
ae19ba7c
SM
6486 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
6487 (adjust_markers_gap_motion, adjust_markers_for_delete)
6488 (adjust_markers_for_insert, adjust_point)
6489 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
6490 (make_gap, copy_text, count_size_as_multibyte, insert)
6491 (insert_and_inherit, insert_before_markers)
6492 (insert_before_markers_and_inherit, insert_1)
6493 (count_combining_before, count_combining_after, insert_1_both)
6494 (insert_from_string, insert_from_string_before_markers)
6495 (insert_from_string_1, insert_from_gap, insert_from_buffer)
6496 (insert_from_buffer_1, adjust_after_replace)
6497 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
6498 (replace_range_2, del_range, del_range_1, del_range_byte)
6499 (del_range_both, del_range_2, modify_region)
6500 (prepare_to_modify_buffer, signal_before_change)
6501 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
6502 for buffer positions and sizes.
6503 * lisp.h: Adjust prototypes accordingly.
6504
6505 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
6506 (non_regular_inserted, non_regular_nbytes, read_non_regular)
6507 (Finsert_file_contents): Use EMACS_INT for buffer positions.
6508
ab226c50
SM
6509 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
6510
46dfb8fb
JD
65112009-03-27 Jan Djärv <jan.h.d@swipnet.se>
6512
6513 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
6514 lines and columns so we keep the same pixel height and width.
6515
6516 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
6517 the property _NET_WM_STATE has changed.
46dfb8fb
JD
6518 (x_handle_net_wm_state): New function to update frame parameter
6519 fullscreen.
6520 (x_term_init): Initialize atoms for _NET_WM_STATE.
6521
6522 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
6523
d347e494
SM
65242009-03-27 Kevin Ryde <user42@zip.com.au>
6525
6526 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
6527 Gpm_GetEvent as an error that justifies closing the filedescriptor.
6528 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
6529 (Fgpm_mouse_stop): Pass that new parameter.
6530 * termhooks.h (close_gpm): Adjust prototype.
6531
84db11d6
SM
65322009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6533
c95a5008
SM
6534 * lisp.h (Fx_focus_frame): Declare.
6535
84db11d6
SM
6536 * callint.c (Fcall_interactively): For '^' just delegate the work to
6537 handle-shift-selection.
6538 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
6539
0a1958d6
CY
65402009-03-24 Chong Yidong <cyd@stupidchicken.com>
6541
0bfdff23
CY
6542 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
6543
0a1958d6
CY
6544 * data.c (Qinteractive_form): New variable.
6545 (Finteractive_form): Use it.
6546
6547 * eval.c (Fcommandp): Use Qinteractive_form.
6548
58aec0d6
JR
65492009-03-24 Jason Rumney <jasonr@gnu.org>
6550
6551 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
6552 Calculate total size precisely. Decode environment variables
6553 before substituting. (Bug#38)
6554
553dd618
KH
65552009-03-24 Kenichi Handa <handa@m17n.org>
6556
6557 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 6558 encoding (Bug#2722).
553dd618 6559
c39ea606
JD
65602009-03-23 Jan Djärv <jan.h.d@swipnet.se>
6561
6562 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
6563 that gdpy is set.
6564
bc9b2b5e
AM
65652009-03-22 Alan Mackenzie <acm@muc.de>
6566
6567 * callint.c (Finteractive): Clarify the doc string - even
6568 promptless elements need \n separators.
6569
9f995a76
JR
65702009-03-22 Jason Rumney <jasonr@gnu.org>
6571
6572 * w32term.c (syms_of_w32term): Doc fix for
6573 x-use-underline-position-properties.
6574
22749e9a
EZ
65752009-03-21 Eli Zaretskii <eliz@gnu.org>
6576
6577 * w32.c (getpwuid): Change argument type to unsigned.
6578 (struct w32_id): Change type of `rid' member to unsigned.
6579 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
6580 argument ID to unsigned. All callers changed.
6581 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
6582
e00553bf
EZ
65832009-03-20 Eli Zaretskii <eliz@gnu.org>
6584
6585 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
6586 negative, produce a float value.
6587
6588 * dired.c (make_uid, make_gid): New functions.
6589 (Ffile_attributes): Use them to avoid negative UID and GID.
6590
f761d6b6
JB
65912009-03-20 Juanma Barranquero <lekktu@gmail.com>
6592
6593 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
6594 (syms_of_keyboard) <command-hook-internal, input-method-function>:
6595 Fix typos in docstrings.
6596
d507f8d7
KH
65972009-03-19 Kenichi Handa <handa@m17n.org>
6598
6599 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
6600 changed, use font_load_for_lface to get a new font object.
6601 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
6602
6603 * frame.c (x_set_font): Handle the case that ARG is a cons.
6604
c68845e0
GM
66052009-03-19 Glenn Morris <rgm@gnu.org>
6606
6607 * fileio.c (Fsubstitute_in_file_name): Doc fix.
6608
bfa49dd1
CY
66092009-03-19 Chong Yidong <cyd@stupidchicken.com>
6610
6611 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
6612
8458d4c1
KH
66132009-03-19 Kenichi Handa <handa@m17n.org>
6614
6615 * charset.c (load_charset_map_from_file): When a mapfile can't be
6616 loaded, signal an error.
6617
78e7d1fe
EZ
66182009-03-18 Eli Zaretskii <eliz@gnu.org>
6619
6620 * dired.c (Ffile_attributes): Make sure UID and GID are always
6621 positive, even if the value is too large for a positive EMACS_INT.
6622 Doc fix.
6623
6624 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
6625
5da9fdfa
YM
66262009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6627
6628 * xmenu.c (xdialog_show): Move Fredisplay call ...
6629 (Fx_popup_dialog): ... here.
6630
7519c40d
SM
66312009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6632
6633 * dired.c (file_name_completion): Disable the first optimization just
6634 installed, since it is not implemented correctly.
6635
2cd298e2
SM
66362009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6637
6638 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 6639 only if the entry can affect bestmatch.
2cd298e2
SM
6640 Stop the search early, as Ftry_completion already does.
6641
48d37adf
CY
66422009-03-17 Chong Yidong <cyd@stupidchicken.com>
6643
e10c9c93 6644 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 6645
9286b16a
CY
66462009-03-15 Chong Yidong <cyd@stupidchicken.com>
6647
6648 * keyboard.c (parse_menu_item): Don't display remappings as menu
6649 equivalent bindings (Bug#788).
6650
f7b146dc
JR
66512009-03-15 Jason Rumney <jasonr@gnu.org>
6652
6653 * w32term.h (WM_EMACS_PAINT): New message.
6654 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
6655 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
6656 before passing to lisp thread. (Bug#950)
6657
f761d6b6 66582009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 6659
d93f9575
CY
6660 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
6661 variable as it was never reset.
6662 (ns_term_init): Remove initialization of Lisp-settable defaults
6663 and ns_expand_space.
6664 (-setPanelFromDefaultValues): Remove ns_expand_space.
6665 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
6666 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
6667 i.e. no additional spacing, similar to Carbon port.
6668
d93f9575
CY
6669 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
6670 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 6671
305018ec
JD
66722009-03-14 Jan Djärv <jan.h.d@swipnet.se>
6673
6674 * sound.c (alsa_configure): Remove call to deprecated
6675 snd_pcm_sw_params_set_xfer_align.
6676
f761d6b6 66772009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
6678
6679 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
6680 after clicking in a detached tool bar.
6681 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
6682
46e722a9
SM
66832009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6684
348db3dd
SM
6685 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
6686 int/Lisp_Object mixup).
46e722a9 6687
a3d16f39
KH
66882009-03-13 Kenichi Handa <handa@m17n.org>
6689
6690 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 6691 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
6692 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
6693 (set_fontset_font): Change ARG to a vector. Handle range_list in
6694 ARG correctly.
6695 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 6696 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
6697 the above change.
6698 (fontset_from_font): Fix previous change.
fe24f56a 6699 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
6700 entry. If FONTSET is the default fontset, don't set the extra
6701 slot of the returning char-table.
6702
b066e6b6
JB
67032009-03-12 Juanma Barranquero <lekktu@gmail.com>
6704
6705 * nsfns.m (Fx_close_connection): Doc fix.
6706 (Fns_do_applescript): Reflow docstring.
6707 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
6708 (Fx_display_pixel_width, Fx_display_pixel_height)
6709 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
6710 Fix typos in docstrings.
6711 (Fns_set_alpha): Fix typos in error messages.
6712
d472514e 67132009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 6714
d472514e 6715 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
6716 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
6717 were used for such events.
6718
d472514e
JB
6719 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
6720 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 6721
d472514e 6722 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
6723 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
6724
fb930676
KH
67252009-03-11 Kenichi Handa <handa@m17n.org>
6726
ff85581a
KH
6727 * font.h (font_open_by_spec): Extern it.
6728
c50b7e98
KH
6729 * font.c (font_open_by_spec): New function.
6730 (font_open_by_name): Use font_open_by_spec.
6731
fb930676
KH
6732 * frame.c (x_set_font): When ARG is a font-object, don't alter the
6733 fontset of the frame.
6734
6735 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
6736 modify the default font of frames that use this fontset.
6737 (num_auto_fontsets): New variable.
6738 (fontset_from_font): Use num_auto_fontsets to decide a fontset
6739 name. Be sure to set FONTSET_ASCII to the correct font name.
6740 (update_auto_fontset_alist): New function.
6741
df4e8455
JB
67422009-03-11 Juanma Barranquero <lekktu@gmail.com>
6743
6744 * makefile.w32-in: Update dependencies.
6745
0a375797
AR
67462009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6747
6748 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
6749
61313fa3
SM
67502009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6751
6752 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
6753
b55103fb
CY
67542009-03-10 Chong Yidong <cyd@stupidchicken.com>
6755
6756 * lread.c (Feval_buffer): Doc fix.
6757
dde2559c
KH
67582009-03-09 Kenichi Handa <handa@m17n.org>
6759
6760 * charset.c (Qfile_name_handler_alist): Extern it.
6761 (load_charset_map_from_file): Temporarily bind
6762 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
6763
df4e8455 67642009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 6765
47f588bb
GM
6766 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
6767 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 6768
4ddf94bd
AR
67692009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6770
4c9bdfc2
AR
6771 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
6772 (x_set_window_size): Change back to calculated method of setting
6773 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
6774 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
6775 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
6776
fe41ae9e
AR
6777 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
6778
4c9bdfc2
AR
6779 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
6780 accelerator in parens under GNUstep.
6781
825d0875
KH
67822009-03-06 Kenichi Handa <handa@m17n.org>
6783
6784 These changes are to detect incorrect composition sequence without
f3b3be74 6785 looking ahead the source. (Bug#2370)
825d0875
KH
6786
6787 * coding.h: Include "composite.h".
6788 (enum compisition_state): New enum.
6789 (struct compisition_status): New struct.
6790 (struct iso_2022_spec): New member cmp_status.
6791 (struct emacs_mule_spec): New struct.
6792 (struct coding_system): New members ctext_extended_segment_len and
6793 embedded_utf_8. Change the union member
6794 spec.emacs_mule_full_support to spec.emacs_mule.
6795
6796 * coding.c (CODING_ISO_CMP_STATUS): New macro.
6797 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 6798 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
6799 (ADD_COMPOSITION_DATA): New arg nbytes.
6800 (emacs_mule_char): New arg cmp_status.
6801 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
6802 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
6803 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
6804 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
6805 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
6806 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
6807 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
6808 (EMACS_MULE_COMPOSITION_END): New macro.
6809 (emacs_mule_finish_composition): New function.
6810 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
6811 (decode_coding_emacs_mule): Avoid long looking ahead while
6812 handling composition.
6813 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
6814 (ENCODE_COMPOSITION_RULE): New macro.
6815 (finish_composition): New function.
6816 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
6817 (DECODE_COMPOSITION_START): New implementation.
6818 (DECODE_COMPOSITION_END): Likewise.
6819 (STORE_COMPOSITION_RULE): New macro.
6820 (decode_coding_iso_2022): Avoid long looking ahead while handling
6821 composition, CTEXT extended segment, and embedded UTF-8.
6822 (setup_coding_system): For a coding of type iso-2022, reset
6823 CODING_ISO_EXTSEGMENT_LEN (coding) and
6824 CODING_ISO_EMBEDDED_UTF_8 (coding).
6825 (get_translation): Delete arguments last_block, from_nchars,
6826 to_nchars. Callers changed.
6827 (produce_chars): Don't modify charbuf. Adjusted for the change of
6828 get_translation.
98a326f7 6829 (produce_composition): Adjust for the new annotation sequence.
825d0875 6830 (handle_composition_annotation): Likewise.
98a326f7 6831 (consume_chars): Adjust for the change of get_translation.
825d0875 6832
ccbc4452
AR
68332009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
6834
4ddf94bd 6835 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 6836
988a7ddb
KH
68372009-03-05 Kenichi Handa <handa@m17n.org>
6838
6839 * font.c (font_select_entity): New function.
6840 (font_find_for_lface): Use font_select_entity to select a font.
6841
6842 * fontset.c (fontset_find_font): If a font found without
a8a3728b 6843 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
6844 font with C restriction.
6845
98a326f7 68462009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 6847
be1bce46 6848 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 6849
10ea2b82
JR
68502009-03-04 Jason Rumney <jasonr@gnu.org>
6851
2c93b248 6852 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 6853 characters that have already been read. (Bug#2569)
2c93b248 6854
10ea2b82
JR
6855 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
6856 Log an error message if check_image_size failed.
6857 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 6858 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 6859
71a0c011
EZ
68602009-03-02 Eli Zaretskii <eliz@gnu.org>
6861
6862 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
6863 when decoding process output.
6864
2f63bba8
RS
68652009-03-01 Richard M Stallman <rms@gnu.org>
6866
6867 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
6868
6869 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
6870
0a9564cb
EZ
68712009-02-28 Eli Zaretskii <eliz@gnu.org>
6872
6873 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
6874 (decode_coding_emacs_mule, decode_coding_iso_2022)
6875 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6876 (decode_coding_raw_text, decode_coding_charset)
6877 (setup_coding_system, decode_eol, decode_coding, consume_chars):
6878 Honor inhibit-eol-conversion. (Bug #2186)
6879
449148b3
JR
68802009-02-28 Jason Rumney <jasonr@gnu.org>
6881
6882 * coding.c (detect_coding_charset): If not checking latin extra,
6883 fail on characters between 0x80 and 0xA0. (Bug#2354)
6884
a4aee864
EZ
68852009-02-28 Eli Zaretskii <eliz@gnu.org>
6886
6887 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 6888 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 6889
d88bee5a
GM
68902009-02-27 Glenn Morris <rgm@gnu.org>
6891
6892 * callint.c (Finteractive): Doc fix.
6893
a808f22d
KH
68942009-02-27 Kenichi Handa <handa@m17n.org>
6895
6896 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
6897
caf8d60c
CY
68982009-02-27 Chong Yidong <cyd@stupidchicken.com>
6899
6900 * font.c (font_style_to_value): Set value for unknown symbols to
6901 100 instead of 255.
b61137ea
CY
6902 (weight_table, slant_table, width_table): Treat "unspecified" as
6903 the default value.
caf8d60c 6904
1a0de25c
JB
69052009-02-26 Juanma Barranquero <lekktu@gmail.com>
6906
6907 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
6908
8fc45744
JB
69092009-02-25 Juanma Barranquero <lekktu@gmail.com>
6910
107bd7d1
JB
6911 * lread.c (Fload): Stop checking Vloads_in_progress and signal
6912 error as soon as a recursive load is detected.
8fc45744 6913
f097e223
AR
69142009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6915
6916 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
6917 before caching.
6918
8810a12f
KH
69192009-02-24 Kenichi Handa <handa@m17n.org>
6920
6921 * fontset.c (fontset_find_font): Fix the condition for checking
6922 unavailable font.
6923
2c7d1565
GM
69242009-02-24 Glenn Morris <rgm@gnu.org>
6925
6926 * xfaces.c (Finternal_set_font_selection_order): Remove leading
6927 whitespace that confuses documentation.
6928
a20878b6
MB
69292009-02-23 Miles Bader <miles@gnu.org>
6930
6931 * process.c (Flist_system_processes, Fprocess_attributes)
6932 (syms_of_process): Rename `system-process-attributes' to
6933 `process-attributes'.
6934
b3b58c01
AS
69352009-02-22 Andreas Schwab <schwab@linux-m68k.org>
6936
1b3b981b
AS
6937 * coding.h (struct coding_system): Make safe_charsets a pointer to
6938 unsigned char.
6939 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
6940 being 255.
6941 (SAFE_CHARSET_P): Likewise.
6942 (setup_iso_safe_charsets): Properly setup safe_charsets.
6943 (Fdefine_coding_system_internal): Likewise.
6944 (setup_coding_system): Likewise. Remove unneeded casts.
6945 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
6946 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
6947 unneeded casts.
6948
b3b58c01
AS
6949 * insdel.c (del_range_2): Don't modify gap contents when called
6950 from decode_coding_object. (Bug#1809)
6951
0b6f228c
CY
69522009-02-21 Chong Yidong <cyd@stupidchicken.com>
6953
6954 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
6955 Qfont_object.
6956 (Ftype_of): Recognize font objects.
6957
6958 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
6959
6960 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
6961 moved to data.c.
6962
52f8870b
AR
69632009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6964
6965 * nsterm.m (x_make_frame_invisible): Unset async_visible,
6966 async_iconified. Based on a patch by Christian Lynbech
6967 <christian.lynbech@tieto.com>.
6968 (EmacsView-windowDidMiniaturize:): Unset async_visible.
6969
7087d5e9
GM
69702009-02-20 Glenn Morris <rgm@gnu.org>
6971
6972 * syntax.c (Fskip_chars_forward): Fix doc typo.
6973
41d2ceef
CY
69742009-02-20 Chong Yidong <cyd@stupidchicken.com>
6975
6976 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
6977
1a3b7ca6
CY
69782009-02-19 Chong Yidong <cyd@stupidchicken.com>
6979
6980 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
6981
73cce38d
KH
69822009-02-19 Kenichi Handa <handa@m17n.org>
6983
6984 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 6985 Don't overflow coding->carryover. (Bug#2370)
73cce38d 6986
a51092ee
DN
69872009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
6988
6989 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
6990
c423ecca
KH
69912009-02-18 Kenichi Handa <handa@m17n.org>
6992
6993 * font.c (font_check_otf_features): Fix handling of `nil' element.
6994 (Ffont_spec): Describe :lang and :otf in the docstring.
6995
4c1958f4
AS
69962009-02-16 Andreas Schwab <schwab@suse.de>
6997
6998 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
6999 string.
7000
5704f39a
KH
70012009-02-16 Kenichi Handa <handa@m17n.org>
7002
7003 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 7004 (Bug#1723)
5704f39a 7005
8f0085aa
CY
70062009-02-14 Chong Yidong <cyd@stupidchicken.com>
7007
a057d86a 7008 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
7009
7010 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
7011 (handle_line_prefix): Suppress wrapping of wrap prefixes.
7012
aff01dd9
EZ
70132009-02-14 Eli Zaretskii <eliz@gnu.org>
7014
7015 * msdos.c (MAX_SCREEN_BUF): New macro.
7016 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
7017 Encode the entire run of glyphs sharing the same face, instead of
7018 doing that one glyph at a time (fixes a bug with displaying
7019 double-size characters).
7020
ba301db3
AR
70212009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
7022
7023 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
7024
7025 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
7026 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 7027 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
7028
7029 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 7030 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 7031
51d861de
SM
70322009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7033
ac146f82 7034 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
7035 invisible areas.
7036
7fed8996
JR
70372009-02-12 Jason Rumney <jasonr@gnu.org>
7038
631ea4fb
JR
7039 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
7040 (add_font_entity_to_list): Call check_face_name even when family
7041 is unspecified.
7042
cb4a3e42
JR
7043 * w32term.c (x_display_pixel_height, x_display_pixel_width):
7044 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 7045 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 7046
7fed8996 7047 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 7048 raster fonts. (Bug#2219)
7fed8996 7049
895416e3
KH
70502009-02-12 Kenichi Handa <handa@m17n.org>
7051
7052 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
7053 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
7054 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 7055 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
7056 (find_automatic_composition): While looking forward and backward,
7057 check static composition. Fix where to stop looking forward.
7058 (composition_adjust_point): Fix checking of static composition.
7059 (Fcomposition_get_gstring): Pay attention to
1dacf998 7060 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
7061
7062 * lisp.h (fast_looking_at): Extern it.
7063
7064 * search.c (fast_looking_at): New function.
7065
51d861de 7066 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
7067 <struct glyph>.u.cmp.to.
7068 (append_composite_glyph): Likewise.
7069
51d861de 7070 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
7071 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
7072 composition.
51d861de 7073 (append_composite_glyph): Adjust for the change of
895416e3
KH
7074 <strcut glyph>.u.cmp.to.
7075
8510724d
JB
70762009-02-11 Juanma Barranquero <lekktu@gmail.com>
7077
7078 * casetab.c (init_casetab_once):
7079 * coding.c (ALLOC_CONVERSION_WORK_AREA):
7080 * font.c (font_update_lface):
7081 * fontset.c (Fnew_fontset):
7082 * ftfont.c (ftfont_drive_otf):
7083 * xfont.c (xfont_open):
7084 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
7085
294fa707
SM
70862009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7087
7088 * fileio.c (Fwrite_region): !NILP -> CONSP.
7089
b5bfebec
AS
70902009-02-10 Andreas Schwab <schwab@suse.de>
7091
7092 * process.c (send_process): Properly relocate pointer into data
adab88bd 7093 when using encoded data. (Bug#2272)
b5bfebec 7094
cb84a2be
KH
70952009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
7096
7097 * coding.c (detect_coding_charset): Fix previous change.
7098
89e09428
JR
70992009-02-08 Jason Rumney <jasonr@gnu.org>
7100
7101 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 7102 disappeared while hourglass was displayed. (Bug #2193)
89e09428 7103
4470a277
AS
71042009-02-07 Andreas Schwab <schwab@suse.de>
7105
7106 * unexelf.c (unexec): Fix error message.
7107
3175b12a
AR
71082009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
7109
7110 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 7111 when modal window is active. (Bug #2152)
3175b12a
AR
7112 (applicationShouldTerminate:): Remove now-unneeded while loop
7113 around NSRunAlertPanel.
7114
7115 * nsmenu.m (popupSession): New file-global variable.
7116 (pop_down_menu): End the popupSession before closing dialog.
7117 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
7118 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
7119 don't query NSApp for events (just sleep instead).
7120
8434d0b8
EZ
71212009-02-07 Eli Zaretskii <eliz@gnu.org>
7122
51d861de
SM
7123 * coding.c (syms_of_coding) <translation-table-for-input>:
7124 Modify doc string to discourage use for character code unification.
8434d0b8 7125
aa82edfd
CY
71262009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7127
7128 * atimer.c (run_timers): Update pending_atimers.
7129
2d283c7c
CY
71302009-02-06 Chong Yidong <cyd@stupidchicken.com>
7131
eb306cab
CY
7132 * image.c (svg_load_image): Fix last change.
7133
2d283c7c
CY
7134 * xfns.c (Fx_create_frame): Signal an error if no font is
7135 found (Bug#2147).
7136
4d8e170e
JB
71372009-02-05 Juanma Barranquero <lekktu@gmail.com>
7138
7139 * character.c (syms_of_character) <script-representative-chars>:
7140 Fix typo in docstring.
7141
c96169a0
AR
71422009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7143
7144 * nsmenu.m (pop_down_menu): New function.
7145 (ns_popup_dialog): Call it on unwind.
7146 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
7147 call timer_check() (Bug#2154).
7148 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
7149 handling_signal is set.
7150 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
7151
31fd7c5c 7152 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
7153
7154 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
7155
7156 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
7157
51d861de
SM
7158 * keyboard.c (poll_for_input_1, handle_async_input):
7159 Set handling_signal under HAVE_NS.
c96169a0 7160
aacd8ba1
GM
71612009-02-04 Glenn Morris <rgm@gnu.org>
7162
7163 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
7164
4cb75c4b
KH
71652009-02-04 Kenichi Handa <handa@m17n.org>
7166
7167 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
7168
7169 * charset.c (Fchar_charset): New optional arg restriction.
7170
7171 * coding.h (coding_system_charset_list): Extern it.
7172
7173 * coding.c (coding_system_charset_list): New function.
7174
7175 * composite.c: Include coding.h and termhooks.h.
7176 (composition_gstring_p): Fix for the terminal case.
7177 (composition_gstring_width): Likewise.
7178 (fill_gstring_body): Likewise.
7179 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
7180 the frame.
7181 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
7182 is within a composition.
867d4bb3 7183 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
7184
7185 * term.c (encode_terminal_code): Fix handling of composition.
7186 (produce_composite_glyph): For static composition, get pixel_width
7187 from struct composition.
7188
826ba17e
AS
71892009-02-02 Andreas Schwab <schwab@suse.de>
7190
7191 * unexelf.c (unexec): Handle unaligned bss offset.
7192
8ad093db
AR
71932009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7194
7195 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
7196 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 7197
8ad093db
AR
7198 * keyboard.c (handle_interrupt): Don't call
7199 quit_throw_to_read_char() under NS.
d0a76a6e 7200
8ad093db
AR
7201 * blockinput.h: Remove NS-specific code.
7202
4d18a7a2
DN
72032009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
7204
db878925
DN
7205 * dispnew.c (window_change_signal): Don't try to get the size of a
7206 suspended tty frame.
7207 * term.c (Fresume_tty): Resize if the size has changed while the
7208 tty was suspended.
7209
4d18a7a2
DN
7210 * alloc.c (mark_stack): Properly conditionalize previous change.
7211
8984df7c
JB
72122009-01-30 Juanma Barranquero <lekktu@gmail.com>
7213
7214 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
7215 * w32term.c (w32_read_socket) [SYNC_INPUT]:
7216 Remove; this code is not used on Windows.
7217
75f4f1ac
EZ
72182009-01-30 Eli Zaretskii <eliz@gnu.org>
7219
7220 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
7221 EOLs that also has stray ^M characters.
7222
07a1e794
JB
72232009-01-30 Juanma Barranquero <lekktu@gmail.com>
7224
7225 * atimer.c (run_timers, alarm_signal_handler):
7226 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
7227 * w32inevt.c (w32_console_read_socket):
7228 * w32term.c (w32_read_socket):
7229 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
7230
a8b11cc9
CY
72312009-01-30 Chong Yidong <cyd@stupidchicken.com>
7232
7233 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
7234 Initialize it as a relative filename pattern.
7235 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
7236 (Fcall_process_region): Simplify temp file creation using
7237 temporary-file-directory.
7238
c279587b
EZ
72392009-01-29 Eli Zaretskii <eliz@gnu.org>
7240
7241 * msdos.c: Rename pending_signals to msdos_pending_signals.
7242 (sig_suspender, sigprocmask): Adjust.
7243
a8fe3242
CY
72442009-01-29 Chong Yidong <cyd@stupidchicken.com>
7245
7246 * keyboard.c (pending_signals): New var.
7247 (poll_for_input, input_available_signal, init_keyboard): Set it.
7248 (process_pending_signals): New function.
7249
7250 * lisp.h (QUIT): Check pending_signals instead of
7251 interrupt_input_pending. Use process_pending_signals.
7252
51d861de 7253 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 7254
51d861de 7255 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
7256
7257 * sysdep.c (emacs_write): Use process_pending_signals.
7258
7259 * xterm.c (XTread_socket): Update pending_signals.
7260
7261 * w32term.c (w32_read_socket): Update pending_signals.
7262
7263 * w32inevt.c (w32_console_read_socket): Update pending_signals.
7264
6570a1c4
KH
72652009-01-29 Kenichi Handa <handa@m17n.org>
7266
7267 * xftfont.c (xftfont_has_char): New function.
7268 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
7269
d72a4afa
AR
72702009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
7271
7272 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
7273 under GNUstep.
7274 (ns_query_color): New declaration.
7275
7276 * nsterm.m (ns_confirm_quit): New variable.
7277 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
7278 (EmacsApp-applicationShouldTerminate:): Use it.
7279 (EmacsPrefsController): Let user set it.
7280 (ns_query_color): New function.
7281 (ns_defined_color): Use it.
7282 (ns_initialize): Drop.
7283 (ns_term_init): Add two lines from ns_initialize(), and set
7284 input_interrupt_mode to nil.
7285
7286 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 7287 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 7288
9fe78804
KH
72892009-01-28 Kenichi Handa <handa@m17n.org>
7290
7291 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
7292 (fontset_get_font_group): Remember that no font-group is specified
7293 for C.
9fe78804 7294
fa57de36
CY
72952009-01-27 Chong Yidong <cyd@stupidchicken.com>
7296
930600e9
CY
7297 * fns.c (concat): Check for string overflow (bug#1787).
7298
fa57de36
CY
7299 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
7300 Quadruple undo limits (bug#1501).
7301
7179ce7b
KH
73022009-01-27 Kenichi Handa <handa@m17n.org>
7303
7304 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
7305 directly use GT_Get_Char_index.
7306
7307 * xftfont.c (struct xftfont_info): New member `index'.
7308
7309 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 7310 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 7311
5be8fcc0
CY
73122009-01-26 Kenichi Handa <handa@m17n.org>
7313
7314 * fontset.c (fontset_find_font): Fix handling of non-cons return
7315 value of fontset_get_font_group.
7316 (fontset_font): Revert last change.
7317
19ae3e61
JR
73182009-01-26 Jason Rumney <jasonr@gnu.org>
7319
7320 * w32font.c (w32font_list_internal): Return quickly if registry is
7321 unknown. Simplify final return.
7322 (add_font_entity_to_list): Break complex logic down into more
7323 manageable chunks. Move unknown registry check to
7324 w32font_list_internal.
7325
8612b71a
AR
73262009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
7327
7328 Changes to remove Feval calls from GUI under NS.
7329
d8038940
JB
7330 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
7331 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
7332 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
7333
7334 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
7335 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
7336 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
7337 instead of NON_ASCII_KEYSTROKE_EVENT.
7338 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
7339 (EmacsApp-applicationShouldTerminate:): Query user.
7340 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
7341 instead of Feval.
7342
7343 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
7344
7345 * keyboard.c (kbd_buffer_get_event): Check for it.
7346 (keys_of_keyboard): Define lispy keys for
7347 ns-put/unput-working-text.
7348
7349 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
7350 versions.
7351 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
7352
6288ae55
CY
73532009-01-25 Chong Yidong <cyd@stupidchicken.com>
7354
7355 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 7356 setting current_buffer directly. (Bug#2044)
6288ae55 7357
289e7f8f
CY
73582009-01-24 Chong Yidong <cyd@stupidchicken.com>
7359
5ce87308 7360 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 7361 any work. (Bug#1952, bug#1990).
5ce87308 7362
64cc3cf6 7363 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 7364
b3243e6f
AR
73652009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7366
7367 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
7368 (ns_no_defaults): New declaration.
7369 (main): Use it.
e0d2e69a 7370
d900b2af 7371 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 7372
d900b2af 7373 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 7374
d900b2af
AR
7375 * nsterm.m (ns_no_defaults): New variable.
7376 (ns_initialize): Don't read defaults when ns_no_defaults.
7377 (EmacsView-readSelectionFromPasteboard:)
7378 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 7379 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
7380 (ns_dumpglyphs_stretch): New function.
7381 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 7382 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 7383
e0d2e69a
AR
7384 * nsimage.m (setPixmapData:): Set to ignore image DPI.
7385
3ac71f5d
CY
73862009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
7387
7388 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
7389 call for Sparc64.
7390
3fe53a83
AR
73912009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7392
7393 * nsfns.m:
7394 * nsgui.h:
7395 * nsmenu.m:
7396 * nsselect.m:
7397 * nsterm.h:
7398 * nsterm.m: Remove '23' comments that indicated code added during
7399 update from emacs-20 -> emacs-23.
7400
10f87c6f 74012009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
7402
7403 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 7404 ns_alternate_modifier. (Bug#1217)
a3b53a85 7405
c7cef62d
AR
7406 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
7407 Display all shortcuts, including those w/o super modifier.
7408
575fb8bd
AR
7409 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
7410
918b848b
CY
74112009-01-22 Chong Yidong <cyd@stupidchicken.com>
7412
7413 * fileio.c (Vwrite_region_post_annotation_function)
7414 (Vwrite_region_annotation_buffers): New vars.
7415 (build_annotations_unwind): Just reset
7416 Vwrite_region_annotation_buffers.
7417 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
7418 Call write-region-post-annotation-function.
7419 (build_annotations): Add to Vwrite_region_annotation_buffers if
7420 buffer changes.
7421
a39e2539
AR
74222009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7423
7424 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
7425 Tiger.
51d861de
SM
7426 * nsfns.m (ns_do_applescript):
7427 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 7428
35ed44db
AR
74292009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
7430
7431 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
7432
cbe0b5bf
AR
74332009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7434
7435 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 7436
6049d3a0
AR
7437 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
7438
7439 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
7440 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
7441 handle Ctrl-tab. (Bug#1841)
7442 (ns_get_color): Use unsigned long long for scanned hex string value.
7443 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 7444 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 7445 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 7446 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 7447 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 7448 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 7449 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 7450
d3810c21 7451 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 7452 DPI. (Bug#1316)
d3810c21
AR
7453 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
7454 values in onTiger section.
4c7077c3 7455
e301e634
CY
74562009-01-19 Chong Yidong <cyd@stupidchicken.com>
7457
7f82490b
CY
7458 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
7459 Check return value of font_spec_from_name.
64cc3cf6 7460 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
7461
7462 * font.c (font_spec_from_name): Return Qnil if font name could not
7463 be parsed.
7464 (font_parse_name): Treat a `?' character as part of an XLFD.
7465
e301e634
CY
7466 * fns.c (Fsubstring): Doc fix.
7467
1c0db158
KH
74682009-01-19 Kenichi Handa <handa@m17n.org>
7469
51d861de 7470 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
7471 (ftfont_list): Likewise.
7472
acf20901
JB
74732009-01-18 Juanma Barranquero <lekktu@gmail.com>
7474
fff4e459
JB
7475 * dbusbind.c (Fdbus_register_signal):
7476 * process.c (conv_sockaddr_to_lisp):
7477 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
7478
acf20901
JB
7479 * callproc.c (Fgetenv_internal): Doc fix.
7480
e7abcdfb
CY
74812009-01-16 Chong Yidong <cyd@stupidchicken.com>
7482
7483 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
7484 it is not even used.
7485
b60861e6
GM
74862009-01-16 Glenn Morris <rgm@gnu.org>
7487
7488 * font.c (Ffont_variation_glyphs): Silence compiler.
7489
8db52afe
JB
74902009-01-15 Juanma Barranquero <lekktu@gmail.com>
7491
7492 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
7493 Reported by David Robinow <drobinow@gmail.com>.
7494
4cddb209
KH
74952009-01-15 Kenichi Handa <handa@m17n.org>
7496
51d861de 7497 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 7498
f247f67b
JR
74992009-01-14 Jason Rumney <jasonr@gnu.org>
7500
7501 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 7502 never a fontset. (Bug#1562)
f247f67b 7503
f56a4450
KH
75042009-01-14 Kenichi Handa <handa@m17n.org>
7505
7506 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 7507 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 7508
4e99855e
CY
75092009-01-13 Chong Yidong <cyd@stupidchicken.com>
7510
7511 * font.c (font_clear_prop): If clearing the family, clear the font
7512 width index too.
7513
fff4e459 7514 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 7515
24f01470
JB
75162009-01-12 Juanma Barranquero <lekktu@gmail.com>
7517
7518 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
7519 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
7520 functions, use sizeof.
7521
a41240a3
MR
75222009-01-12 Martin Rudalics <rudalics@gmx.at>
7523
7524 * keyboard.c (read_char): Fix case where last_nonmenu_event
7525 returned a bad value with submenus. (Bug#447)
7526
944636b8
CY
75272009-01-12 Chong Yidong <cyd@stupidchicken.com>
7528
7529 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
7530 family, clear the font width index too.
7531
0dad7c6f
JR
75322009-01-11 Jason Rumney <jasonr@gnu.org>
7533
7534 * keyboard.c (cmd_error_internal): Exit when errors occur before
7535 frame creation and not in daemon mode. (Bug#1836)
7536
7c2363af
CY
75372009-01-10 Chong Yidong <cyd@stupidchicken.com>
7538
7539 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
7540 of a display vector, backtrack.
7541 (try_window_reusing_current_matrix): Check glyph type before
7542 referencing charpos member.
7543
97b1b294
EZ
75442009-01-10 Eli Zaretskii <eliz@gnu.org>
7545
7546 Fix Bug #876:
7547
7548 * coding.c (inhibit_null_byte_detection): New variable.
7549 (detect_coding, detect_coding_system): Don't pay attention to null
7550 bytes if inhibit_null_byte_detection is non-zero.
51d861de 7551 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
7552 <inhibit-iso-escape-detection>: Doc fix.
7553
4624b6e3
JR
75542009-01-09 Jason Rumney <jasonr@gnu.org>
7555
7556 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 7557 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
7558 Only report Unicode Plane 2 fonts as unicode-sip.
7559
323b840c
CY
75602009-01-09 Chong Yidong <cyd@stupidchicken.com>
7561
51d861de
SM
7562 * xfaces.c (Fx_font_family_list): Delete function.
7563 Move compatibility version to faces.el.
323b840c 7564
51d861de 7565 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 7566
eba7400d
MR
75672009-01-09 Martin Rudalics <rudalics@gmx.at>
7568
7569 * frame.c (x_set_frame_parameters): Remember requested value for
7570 fullscreen before it's reset by the parameter handler.
7571
4b09796d
GM
75722009-01-09 Glenn Morris <rgm@gnu.org>
7573
7574 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 7575 (last_command_event): ... and update all users.
4b09796d
GM
7576 (last_input_char): For clarity, rename to...
7577 (last_input_event): ... and update all users.
7578 (last-command-char, last-input-char): Move to subr.el as aliases.
7579 * cmds.c, commands.h: Update for last_command_char rename.
7580
14ccea62
CY
75812009-01-08 Chong Yidong <cyd@stupidchicken.com>
7582
51d861de 7583 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 7584
5f004711
JR
75852009-01-08 Jason Rumney <jasonr@gnu.org>
7586
7587 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
7588 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
7589 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
7590 Don't declare.
fff4e459 7591 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
7592 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
7593
b71f6f73
KH
75942009-01-07 Kenichi Handa <handa@m17n.org>
7595
50b06221 7596 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 7597 remember the coding system used for decoding in
50b06221
KH
7598 coding_system (Bug#1039).
7599
b71f6f73 7600 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 7601 breaking the loop. (Bug#870)
b71f6f73
KH
7602 (decode_coding_utf_16, decode_coding_emacs_mule)
7603 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7604 (decode_coding_charset): Likewise.
7605
56f668f7
MR
76062009-01-05 Martin Rudalics <rudalics@gmx.at>
7607
7608 * frame.c (x_set_frame_parameters): Make sure height (width) get
7609 applied when fullwidth (fullheight) is set. (Bug#1522)
7610
5da9424d
JB
76112009-01-04 Juanma Barranquero <lekktu@gmail.com>
7612
7613 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
7614 (utc_base): Declare as ULONGLONG, not long double.
7615 (convert_time_raw): Delete.
7616 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
7617 (initialize_utc_base): New function.
7618 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
7619 (convert_from_time_t): Use initialize_utc_base; compute result with
7620 64-bit arithmetic.
7621 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
7622
c4605e09
EZ
76232009-01-03 Eli Zaretskii <eliz@gnu.org>
7624
9acef61c 7625 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
7626 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
7627 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
7628 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
7629 [!subprocesses]: Define.
7630 (syms_of_process) [!subprocesses]: Intern and staticpro them.
7631 (Flist_system_processes, Fsystem_process_attributes)
7632 [!subprocesses]: Call list_system_processes and
7633 system_process_attributes instead of returning Qnil.
7634
9acef61c
JB
7635 * dosfns.c (system_process_attributes, list_system_processes):
7636 New functions.
c4605e09
EZ
7637
7638 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
7639
7640 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
7641 Don't use the default (no-op) implementation.
7642
8b7d0a16
JR
76432009-01-03 Jason Rumney <jasonr@gnu.org>
7644
a6d46bc1
JR
7645 * keyboard.c (parse_modifiers_uncached): Wheel events are
7646 clicks (bug#687).
7647
8b7d0a16
JR
7648 * w32term.c (x_query_colors, x_query_color): New functions.
7649
7650 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
7651 (svg_load_image): Cast returned pointers from dynamically loaded
7652 functions. Eliminate W32 specific code.
7653
bfe11752
DN
76542009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7655
89e2438a
DN
7656 * nsfns.m (x_set_foreground_color, x_set_background_color)
7657 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
7658 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
7659 x_ prefix instead of ns_. Update references.
7660 (syms_of_nsfns): Add a FIXME comment.
7661
7662 * nsterm.m (x_set_cursor_type): New prototype.
7663 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
7664
bfe11752
DN
7665 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
7666 for Solaris instead of incorrectly providing Qutime and Qcutime.
7667
031da700
EZ
76682009-01-02 Eli Zaretskii <eliz@gnu.org>
7669
7670 * w32.c (process_times): Compute sum of utime and stime.
7671 (system_process_attributes): Add Qtime to the alist.
7672
7673 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
7674 and add them to the alist.
7675
7676 * process.c (top level) <Qtime, Qctime>: New variables.
7677 (syms_of_process): staticpro them.
7678 (Fsystem_process_attributes): Add their documentation to the doc
7679 string.
7680
7681 * process.h: Declare Qtime and Qctime.
7682
df23bf08
JR
76832009-01-02 Jason Rumney <jasonr@gnu.org>
7684
9acef61c 7685 * image.c (Qgobject): New symbol.
df23bf08
JR
7686 (syms_of_image): Initialize it.
7687 (init_svg_functions): Load some functions from gobject library.
7688
5bbdf7aa
DN
76892009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
7690
7691 * frame.c (make_terminal_frame): Remove redundant code and useless
7692 block.
7693
63136da6
AS
76942009-01-01 Andreas Schwab <schwab@suse.de>
7695
7696 * process.c (conv_sockaddr_to_lisp): Add workaround for
7697 getsockname bug on BSD.
7698
9ef69046
CY
76992009-01-01 Chong Yidong <cyd@stupidchicken.com>
7700
d6fafbe0
CY
7701 * xfns.c (x_create_tip_frame): Set border width of the X window.
7702
51d861de 7703 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 7704
f9c34147
JR
77052009-01-01 Jason Rumney <jasonr@gnu.org>
7706
9acef61c 7707 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
7708 Don't block input, as per earlier xterm.c changes.
7709
f5497e45
AR
77102008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
7711
7712 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
7713 (ns_appkit_version_int): New function.
7714 (x-server-version): Use ns_appkit_version_int and follow 21+
7715 convention of returning 3 integers.
7716
c19cab20
KH
77172008-12-30 Kenichi Handa <handa@m17n.org>
7718
7719 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
7720 (CHAR_SURROGATE_PAIR_P): New macro.
7721
7722 * font.h (struct font_driver): New member get_variation_glyphs.
7723
9acef61c 7724 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
7725 (Ffont_variation_glyphs): New function.
7726 (syms_of_font): Defsubr it.
7727
7728 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
7729 ftfont_variation_glyphs.
7730 (setup_otf_gstring): New function.
7731 (ftfont_drive_otf): Use it.
7732 (ftfont_shape_by_flt): Handle variation selector.
7733 (ftfont_variation_glyphs): New function.
7734
28cd591f
MR
77352008-12-30 Martin Rudalics <rudalics@gmx.at>
7736
7737 * frame.c (Vemacs_iconified): Remove.
7738
7f714baf
JR
77392008-12-30 Jason Rumney <jasonr@gnu.org>
7740
7741 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 7742 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 7743
9d2d22ab
CY
77442008-12-30 Chong Yidong <cyd@stupidchicken.com>
7745
7746 * indent.c (Fvertical_motion): Don't advance iterator if we have
7747 reseated to the desired position.
7748
7749 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
7750 checking for pos match.
7751
545312c2
KH
77522008-12-30 Kenichi Handa <handa@m17n.org>
7753
1ede3eb6
KH
7754 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
7755 just get the low 8-bit of the code.
7756
545312c2
KH
7757 * font.c (font_intern_prop): Validate str as multibyte.
7758
bd7bbf29
DN
77592008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7760
31e0750e
DN
7761 * dispextern.h (struct face): Move lface and hash from the middle
7762 of bitfields.
7763
bd7bbf29
DN
7764 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
7765
b5672e7c
DN
77662008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
7767
7768 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
7769 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
7770 instead of intervals.h.
7771
d704470f
AS
77722008-12-26 Andreas Schwab <schwab@suse.de>
7773
7774 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
7775 cons.
7776
54b33868
MR
77772008-12-26 Martin Rudalics <rudalics@gmx.at>
7778
7779 * textprop.c (Qminibuffer_prompt): New variable.
7780 (syms_of_textprop): Initialize it.
7781 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
7782 in minibuffer-prompt face. (Bug#1662)
7783
40b615d6
JR
77842008-12-25 Jason Rumney <jasonr@gnu.org>
7785
7786 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
7787
baae5c2d
JR
77882008-12-24 Jason Rumney <jasonr@gnu.org>
7789
7790 * ralloc.c (r_alloc_reset_variable): New function.
7791
7792 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 7793 record of what points where. (Bug#716)
baae5c2d 7794
a9051c88
DN
77952008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
7796
7797 * minibuf.c (read_minibuf): Follow the non-interactive case when
7798 running as a daemon, before detaching.
7799
8b146312
AS
78002008-12-22 Andreas Schwab <schwab@suse.de>
7801
7802 * buffer.c (init_buffer): Use realloc instead of xrealloc.
7803 * gtkutil.c (free_widget_value): Use xfree instead of free.
7804
56f2de10
MR
78052008-12-22 Martin Rudalics <rudalics@gmx.at>
7806
7807 * frame.c (delete_frame): New function derived from
7808 Fdelete_frame to handle Qnoelisp value for FORCE argument.
7809 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
7810 (Fdelete_frame): Call delete_frame. Remove line from doc-string
7811 saying that FORCE non-nil doesn't run `delete-frame-functions'.
7812 * frame.h: Extern delete_frame.
7813 * window.c (window_loop):
7814 * terminal.c (delete_terminal):
7815 * xterm.c (x_connection_closed):
7816 * xfns.c (Fx_hide_tip):
9acef61c 7817 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 7818
1fc200d6
JR
78192008-12-21 Jason Rumney <jasonr@gnu.org>
7820
7821 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
7822 when character maps to .notdef character.
7823
5e252df2
SM
78242008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
7827
99b72cc4
JR
78282008-12-20 Jason Rumney <jasonr@gnu.org>
7829
7830 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 7831 a graphical frame on Windows. (Bug#1325)
99b72cc4 7832
acc49a52
JD
78332008-12-20 Jan Djärv <jan.h.d@swipnet.se>
7834
7835 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
7836
6ea15123
CY
78372008-12-20 Chong Yidong <cyd@stupidchicken.com>
7838
7839 * minibuf.c (Fread_buffer): Doc fix.
7840
b2dab6c8
JR
78412008-12-20 Jason Rumney <jasonr@gnu.org>
7842
54ea0c87 7843 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 7844 server name in UNC paths. (Bug#719)
54ea0c87 7845
b2dab6c8 7846 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 7847 charbuf. (Bug#1035)
b2dab6c8 7848
6d1921be
DN
78492008-12-19 Daniel Engeler <engeler@gmail.com>
7850
7851 * sysdep.c (serial_configure): Fix typo.
7852
53934c98
DN
78532008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7854
7855 * sysdep.c: Include alloca.h.
f4f634e8
DN
7856 (system_process_attributes): Add implementation for Solaris.
7857
7858 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 7859
06e111a6
DN
78602008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
7861
7862 Reorganize implementation of Flist_system_processes and
7863 Fsystem_process_attributes. No functional changes.
7864 * process.c: Don't #include pwd.h, grp.h and limits.h.
7865 (Flist_system_processes): Just call list_system_processes.
7866 (Fsystem_process_attributes): Just call system_process_attributes.
7867 (procfs_list_system_processes, time_from_jiffies)
7868 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
7869 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
7870
7871 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
7872 (list_system_processes): Rename from
7873 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
7874 Provide a do nothing implementation.
7875 (system_process_attributes): Rename from
7876 procfs_list_system_processes.
7877 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 7878 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
7879
7880 * w32.c (list_system_processes): Rename from
7881 w32_list_system_processes.
7882 (system_process_attributes): Rename from
7883 w32_system_process_attributes.
7884
7885 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
7886
7887 * process.h (w32_list_system_processes)
7888 (w32_system_process_attributes): Remove.
362654a6
JB
7889 (list_system_processes, system_process_attributes):
7890 New prototypes.
06e111a6 7891
6a705b23
KH
78922008-12-19 Kenichi Handa <handa@m17n.org>
7893
7894 * xfont.c (xfont_decode_coding_xlfd): New function.
7895 (xfont_encode_coding_xlfd): New function.
7896 (xfont_list_pattern): Decode XLFD by iso-8859-1.
7897 (xfont_list): Decode and encode XLFD by iso-8859-1.
7898 (xfont_match): Likewise.
7899 (xfont_list_family): Likewise.
7900 (xfont_open): Likewise.
7901
d66c0241 7902 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
7903 names are utf-8.
7904
d66c0241 7905 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
7906 names are utf-8.
7907
5a130941
JD
79082008-12-18 Jan Djärv <jan.h.d@swipnet.se>
7909
7910 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
7911 changed.
bfd20325
JD
7912 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
7913 clicked on a detached tool bar button.
5a130941 7914
fd95644b
DN
79152008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
7916
7917 * emacs.c (main): Print and error and exit when no data is read
7918 from the pipe.
7919
e6eee6ae
JR
79202008-12-17 Jason Rumney <jasonr@gnu.org>
7921
7922 * w32font.c (w32font_has_char): Always return -1.
7923
a35dd56b
KH
79242008-12-16 Kenichi Handa <handa@m17n.org>
7925
7926 * font.c (font_open_entity): Fix previous change.
7927
0e3635c2
DN
79282008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
7929
7930 * process.c: Include <limits.h>.
7931
d4835507 79322008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
7933
7934 * font.c (font_update_drivers): Fix mistake in reconstructing the
7935 driver list.
7936
79372008-12-16 Chong Yidong <cyd@stupidchicken.com>
7938
7939 * font.c (font_clear_cache): Fix format of font cache data.
7940
e2cbc401
CY
79412008-12-15 Chong Yidong <cyd@stupidchicken.com>
7942
7943 * xftfont.c (xftfont_open): Free Xft font pattern if
7944 XftFontOpenPattern fails.
7945
7946 * xterm.c (x_free_frame_resources): Remove extraneous call to
7947 free_frame_faces.
7948
b131d535
CY
79492008-12-13 Chong Yidong <cyd@stupidchicken.com>
7950
7951 * xterm.c (x_delete_display): Move xim_close_dpy call to
7952 x_delete_terminal.
7953 (x_delete_terminal): Call xim_close_dpy.
7954
e6df5336
JR
79552008-12-13 Jason Rumney <jasonr@gnu.org>
7956
7957 * w32font.c (intern_font_name): New function.
7958 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
7959 (w32font_open_internal, Fx_select_font): Decode font name.
7960 (fill_in_logfont, list_all_matching_fonts): Encode font name.
7961
7962 * w32font.h (intern_font_name): Declare new function.
7963
7964 * w32uniscribe.c (add_opentype_font_name_to_list):
7965 Use intern_font_name.
7966
20d68145
CY
79672008-12-13 Chong Yidong <cyd@stupidchicken.com>
7968
9f2554de
CY
7969 * frame.c (Fdelete_frame): Call free_font_driver_list.
7970
3d9bec9a
CY
7971 * font.c (free_font_driver_list): Implement missing function.
7972
20d68145
CY
7973 * w32term.c (w32_term_init): Don't initialize the image cache
7974 here; it will be done in init_frame_faces.
7975
7976 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
7977 (struct x_display_info): Remove unused member null_pixel. New
7978 member xim_callback_data.
7979
7980 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
7981 (xim_initialize): Save pointer to callback function data.
7982 (xim_close_dpy): Free callback function data. Call XCloseIM,
7983 reverting 2008-11-04 change by David Smith.
7984 (x_term_init): Don't initialize the image cache here; it will be
7985 done in init_frame_faces. Remove ancient "null_pixel" cruft.
7986 (x_delete_display): Free x_dnd_atoms member.
7987
96f9306b
KH
79882008-12-13 Kenichi Handa <handa@m17n.org>
7989
6dec9044
JB
7990 * font.c (font_rescale_ratio): Moved from xfaces.c.
7991 Argument type changed. Handle a font-spec too.
96f9306b 7992 (font_score): Check Vface_font_rescale_alist.
6dec9044 7993 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
7994
7995 * xfaces.c (font_rescale_ratio): Moved to font.c.
7996
8d5b4964
CY
79972008-12-13 Chong Yidong <cyd@stupidchicken.com>
7998
7999 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
8000
e6df5336
JR
80012008-12-12 Jason Rumney <jasonr@gnu.org>
8002
8003 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
8004 Vwindow_system_version to the real w32 major version.
8005
97c6058a
DN
80062008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
8007
8008 * term.c (init_tty): Move setting the terminal name before the
8009 potential user: maybe_fatal.
8010
ec4e88d7
CY
80112008-12-11 Chong Yidong <cyd@stupidchicken.com>
8012
d4835507
JB
8013 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
8014 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 8015
b4233ec9
JR
80162008-12-11 Jason Rumney <jasonr@gnu.org>
8017
8ec71e23 8018 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 8019 SYMBOL_CHARSET. (Bug#547)
8ec71e23 8020
b4233ec9 8021 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 8022 size for surrogates. (Bug#1096, bug#872)
b4233ec9 8023
011a0143
JB
80242008-12-11 Juanma Barranquero <lekktu@gmail.com>
8025
8026 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
8027
3c309f34
JB
80282008-12-11 Juanma Barranquero <lekktu@gmail.com>
8029
8030 * process.c (Fsystem_process_attributes, syms_of_process):
8031 Fix typo in name of Ssystem_process_attributes.
8032 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
8033
fedc6ab5
JB
80342008-12-11 Juanma Barranquero <lekktu@gmail.com>
8035
8036 * syntax.c (Fmodify_syntax_entry): Doc fix.
8037
ba3de0e8
JB
80382008-12-10 Juanma Barranquero <lekktu@gmail.com>
8039
8040 * font.c (Ffont_spec): Move usage to end of docstring.
8041
174f1c74
JR
80422008-12-10 Jason Rumney <jasonr@gnu.org>
8043
8044 * w32font.c (Qcham): New symbol.
8045 (font_supported_scripts): Add cham, and comments for other new
8046 scripts in bitfield from OpenType spec.
9d32f818
JR
8047 (add_font_entity_to_list): Limit unicode-sip fonts to those that
8048 contain characters beyond the bmp.
174f1c74 8049
7b649478
KH
80502008-12-10 Kenichi Handa <handa@m17n.org>
8051
8052 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 8053 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
8054 Qunicode_sip.
8055
2133e2d1
JB
80562008-12-10 Juanma Barranquero <lekktu@gmail.com>
8057
8058 * coding.c (QCdefault_char): Rename from QCdefalut_char.
8059 (Fcoding_system_put): Use QCdefault_char.
8060 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
8061
9af886ee
CY
80622008-12-09 Chong Yidong <cyd@stupidchicken.com>
8063
74d819eb
CY
8064 * xftfont.c (syms_of_xftfont): Fix typo.
8065
4ccfa1c0 8066 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 8067
7c19d3ae
DN
80682008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8069
8070 * emacs.c (main): Close daemon_pipe on exec.
8071
567826bb
CY
80722008-12-08 Chong Yidong <cyd@stupidchicken.com>
8073
8074 * termchar.h (struct tty): New members termcap_term_buffer and
8075 termcap_strings_buffer.
8076
8077 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 8078 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
8079 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
8080 All callers changed.
8081 (init_tty): Store termcap data and string buffers in new struct
8082 tty members termcap_term_buffer and termcap_strings_buffer.
8083 (delete_tty): Free them.
4ccfa1c0 8084 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 8085
aa96c42b
SZ
80862008-12-07 Seiji Zenitani <zenitani@mac.com>
8087
8088 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 8089 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 8090
b7e1d896
CY
80912008-12-06 Chong Yidong <cyd@stupidchicken.com>
8092
8093 * coding.c (make_conversion_work_buffer): Disable buffer
8094 modification hooks in the work buffer.
8095
b5ec91a5
EZ
80962008-12-05 Eli Zaretskii <eliz@gnu.org>
8097
8098 * process.c (procfs_system_process_attributes): If `nread' has a
8099 negative value, assign zero to it.
8100
a5d2a52b
CY
81012008-12-05 Chong Yidong <cyd@stupidchicken.com>
8102
68c5540b 8103 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 8104
7bf1bb21
KH
81052008-12-05 Kenichi Handa <handa@m17n.org>
8106
8107 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
8108 second character is a combining character.
8109
2fdc7d00
EZ
81102008-12-05 Eli Zaretskii <eliz@gnu.org>
8111
8112 * process.c (procfs_system_process_attributes): Don't use cmd,
8113 cmdsize, and q without initializing them first.
8114
bf6bfba8
JR
81152008-12-04 Jason Rumney <jasonr@gnu.org>
8116
8117 * w32font.c (w32font_draw): Initialize orig_clip before getting
8118 it, and delete it when finished.
8119
a3b1a468
DN
81202008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
8121
8122 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
8123 case when running as a daemon before detaching.
8124
8b8be8eb
JB
81252008-12-03 Juanma Barranquero <lekktu@gmail.com>
8126
805f2638 8127 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 8128
b1bde622
KH
81292008-12-03 Kenichi Handa <handa@m17n.org>
8130
e500c47d
KH
8131 * font.c (font_at): Set `multibyte' at first.
8132
ca516334
KH
8133 * coding.c (decode_coding_charset): Check type of an element of
8134 vector VALIDS.
7bf1bb21 8135 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 8136
4ccfa1c0 8137 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
8138 (font_for_char): Likewise.
8139
1e5ecd37
CY
81402008-12-03 Chong Yidong <cyd@stupidchicken.com>
8141
d5b01609 8142 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
8143 (font_update_lface): Handle fonts with corrupted size specs,
8144 i.e. non-int and non-float.
d5b01609 8145
11e3a6e4 8146 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 8147 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 8148 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 8149
ab06788b
CY
8150 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
8151
1e5ecd37 8152 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 8153 underline_minimum_offset for underline position.
1e5ecd37 8154
63c125ab
DN
81552008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8156
8157 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
8158
8159 * character.c (c_string_width): Specify the type for LEN.
8160
3a8406e1
KH
81612008-12-03 Kenichi Handa <handa@m17n.org>
8162
4ccfa1c0 8163 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 8164 (decode_coding_utf_8): Likewise.
4ccfa1c0 8165 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 8166 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 8167
651df7d9
CY
81682008-12-02 Chong Yidong <cyd@stupidchicken.com>
8169
8170 * keyboard.c (make_lispy_position): Only use PT if the selected
8171 window is current.
8172
1f625c6c
AS
81732008-12-02 Andreas Schwab <schwab@suse.de>
8174
f7741ce9
AS
8175 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
8176
1f625c6c
AS
8177 * doprnt.c (doprnt1): Fix size of charbuf.
8178
92bc2678
CY
81792008-12-02 Chong Yidong <cyd@stupidchicken.com>
8180
8181 * keyboard.c (timer_check): Revert last change.
8182
93b9e8cc
JB
81832008-12-02 Juanma Barranquero <lekktu@gmail.com>
8184
8185 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
8186
fd7a37d5
JB
81872008-12-01 Juanma Barranquero <lekktu@gmail.com>
8188
8189 * makefile.w32-in: Update dependencies.
8190 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
8191
c115043b
AS
81922008-12-01 Andreas Schwab <schwab@suse.de>
8193
8194 * font.c (register_font_driver): Use xmalloc.
8195 (font_put_frame_data): Likewise.
8196
f5668d2a
CY
81972008-12-01 Chong Yidong <cyd@stupidchicken.com>
8198
860d96be
CY
8199 * xfaces.c (realize_x_face): Make abort condition clearer.
8200
f5668d2a
CY
8201 * gtkutil.c (update_frame_tool_bar): Initialize variable.
8202
379c17e7
CY
82032008-11-30 Chong Yidong <cyd@stupidchicken.com>
8204
8205 * keyboard.c (timer_check): After a timer runs, ensure that the
8206 selected window's buffer is current.
8207
35f36d65
JB
82082008-11-30 Juanma Barranquero <lekktu@gmail.com>
8209
f952c61c
JB
8210 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
8211 It was accidentally restored by the Unicode merge.
8212
35f36d65
JB
8213 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
8214
b23077df
JB
82152008-11-29 Juanma Barranquero <lekktu@gmail.com>
8216
8217 * w32proc.c: Include "coding.h".
8218 (Fw32_short_file_name): Encode filename passed to Windows API.
8219 (Fw32_long_file_name): Encode filename passed to Windows API and
8220 decode back the result. (Bug#1433)
8221
b8ebe9dd
KH
82222008-11-29 Kenichi Handa <handa@m17n.org>
8223
8cc53f96
KH
8224 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
8225 not before accessing it.
8226
b8ebe9dd
KH
8227 * charset.c (Fdefine_charset_internal): After calculating
8228 min_char, max_char, and fastmap, copy the charset structure again.
8229 (encode_char): Fix the previous change.
8230
59bc82c0
SZ
82312008-11-28 Seiji Zenitani <zenitani@mac.com>
8232
8233 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
8234
8235 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
8236
8237 * nsterm.m (x_set_frame_alpha): New function.
8238
32247e3d
EZ
82392008-11-27 Eli Zaretskii <eliz@gnu.org>
8240
8241 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
8242
b003e5ff
JB
82432008-11-27 Juanma Barranquero <lekktu@gmail.com>
8244
8245 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
8246 pointer to check_face_name.
8247
708550f5
KH
82482008-11-27 Kenichi Handa <handa@m17n.org>
8249
8250 * category.h (SET_CATEGORY_SET): Call set_category_set.
8251 (set_category_set): Extern it.
8252
8253 * category.c (hash_get_category_set): New function.
8254 (Fmodify_category_entry): Adjusted for the change of
8255 char_table_ref_and_range. Call hash_get_category_set to get a
8256 category set to store in the table.
8257
8258 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
8259 Funify_charset.
8260
2ae37cf0 8261 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
8262 (DECODE_CHAR): Check if the decoder vector is ready.
8263 (ENCODE_CHAR): Check if the encoder char-table is ready.
8264 (maybe_unify_char): Extern it.
8265
8266 * charset.c (Vchar_unified_charset_table): Delete it.
8267 (inhibit_load_charset_map): New variable.
8268 (temp_charset_work): New variable.
8269 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
8270 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
8271 New macros.
8272 (load_charset_map): Meaning of control_flag changed. If
8273 inhibit_load_charset_map is nonzero, setup a table in
8274 temp_charset_work.
8275 (load_charset): New argument control_flag.
8276 (map_charset_for_dump): New function.
8277 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
8278 map_charset_for_dump.
8279 (Fdefine_charset_internal): If the charset method is MAP, load
8280 mapping tables by calling load_charset.
8281 (Funify_charset): Don't load a mapping table but directly set
8282 Vchar_unify_table.
8283 (maybe_unify_char): New function.
8284 (decode_char): Don't handle the deleted method MAP_DEFERRED.
8285 Handle the case of inhibit_load_charset_map being nonzero.
8286 (encode_char): Don't handle the deleted method MAP_DEFERRED.
8287 Handle the case of inhibit_load_charset_map being nonzero.
8288 (Fclear_charset_maps): Just free temp_charset_work.
8289 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
8290 variable.
8291
8292 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
8293 change of char_table_ref_and_range.
8294 (char_table_ref_and_range): Change the meaning of argument FROM
8295 and TO. Now the caller must provide initial values for *FROM
8296 and *TO.
8297
8298 * fontset.c (fontset_add): Adjusted for the change of
8299 char_table_ref_and_range.
8300 (fontset_get_font_group): Likewise.
8301 (Ffontset_info): Likewise.
8302
8303 * keymap.c (describe_vector): Adjusted for the change of
8304 char_table_ref_and_range. For char-table, put boundary between
8305 non-ASCII and 8-bit characters.
8306
8307 * print.c (print_object): For bool-vector, delete unnecessary
8308 check of ASCII_BYTE_P.
8309
9196133b
JR
83102008-11-26 Jason Rumney <jasonr@gnu.org>
8311
8312 * w32font.c (w32font_open_internal): Don't include external
9acef61c 8313 leading in font height. (Bug#879)
9196133b 8314
9f688acf
GM
83152008-11-26 Glenn Morris <rgm@gnu.org>
8316
8317 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
8318 redefinition with ifdef. (Bug#1383)
8319
90d19aff
AR
83202008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8321
8322 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
8323
4ccfa1c0 83242008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
8325
8326 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
8327 New EmacsView methods.
8328 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
8329 Fixes bug #1048,1357,1414.
8330
83312008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8332
8333 Fix bug #1362.
8334 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
8335 is not an indexed color.
8336 * nsterm.m (free_indexed_color): Add argument checking.
8337 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
8338
e7d5ecb3
CY
83392008-11-24 Chong Yidong <cyd@stupidchicken.com>
8340
8341 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
8342 Document confirm-after-completion value for
8343 minibuffer-completion-confirm.
8344
c285743c
JR
83452008-11-24 Jason Rumney <jasonr@gnu.org>
8346
8347 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
8348 warning.
8349
b0857706
JR
83502008-11-23 Jason Rumney <jasonr@gnu.org>
8351
8352 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
8353 restored before returning.
8354
8355 * w32font.c (check_face_name): New function.
8356 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 8357 fonts. (Bug#642)
b0857706 8358
ee50ff07
MR
83592008-11-22 Martin Rudalics <rudalics@gmx.at>
8360
8361 * buffer.c (Fswitch_to_buffer): Reword and mention new option
8362 confirm-nonexistent-file-or-buffer in doc-string.
8363
b8ff72fa
SM
83642008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8365
8366 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
8367 Fix copy/paste typo. Add checks.
8368
cee53ed4
KH
83692008-11-21 Kenichi Handa <handa@m17n.org>
8370
8371 * coding.c (detect_coding_iso_2022): Reject invalid composition
8372 sequence.
8373 (DECODE_COMPOSITION_START): If the current source is the last
8374 block, and the current composition doesn't end, regard this
8375 sequence as invalid.
8376 (decode_coding_iso_2022): Handle invalid composition sequence.
8377
f6ef1e65
MR
83782008-11-20 Martin Rudalics <rudalics@gmx.at>
8379
8380 * window.c (coordinates_in_window): Don't return
8381 ON_VERTICAL_BORDER for the rightmost position of a mode/header
8382 line when the window is not the rightmost one. (Bug#1372)
8383
e08b1705
MR
83842008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
8385
8386 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
8387
ad98e89f
EZ
83882008-11-15 Eli Zaretskii <eliz@gnu.org>
8389
8390 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
8391 and bright_bg if noninteractive is non-zero.
8392
fb098a4b
CY
83932008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8394
8395 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
8396 x_draw_glyph_string_background.
8397
8398 * w32term.c (x_draw_glyph_string): Likewise.
8399
ce952b6e
CY
84002008-11-15 Chong Yidong <cyd@stupidchicken.com>
8401
8402 * xterm.c (x_draw_glyph_string): Stop drawing the background of
8403 the next glyph string once past the overhang width.
8404
8405 * nsterm.m (ns_draw_glyph_string): Likewise.
8406
8407 * w32term.c (x_draw_glyph_string): Likewise.
8408
26ea7079
CY
84092008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
8410
8411 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
8412 double file close.
8413
1c33c906
MR
84142008-11-14 Martin Rudalics <rudalics@gmx.at>
8415
8416 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
8417 dedicated status of window before attempting to display another
8418 buffer in it.
8419
8fc29035
JB
84202008-11-14 Juanma Barranquero <lekktu@gmail.com>
8421
8422 * msdos.c (Fmsdos_long_file_names):
8423 (syms_of_msdos) <dos-unsupported-char-glyph>:
8424 * dosfns.c (Fint86): Fix typos in docstrings.
8425
55fb4286
EZ
84262008-11-14 Eli Zaretskii <eliz@gnu.org>
8427
8428 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
8429
3fda0315
KY
84302008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8431
8432 * puresize.h (BASE_PURESIZE): Increase to 1260000.
8433
7e849c17
CY
84342008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
8435
8436 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
8437
8438 * frame.h: Negative alpha means "don't touch".
8439
8440 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
8441
8442 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
8443
b9fd67bd
DN
84442008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8445
8446 * hftctl.c:
8447 * chpdef.h:
8448 * acldef.h: Remove files used only for systems no longer supported.
8449
8450 * Makefile.in: Fix .o alphabetical ordering.
8451 (hftctl.o): Remove dependency, file removed.
8452 (keymap.o, print.o): Depend on charset.h.
8453
d5998e03
KH
84542008-11-10 Kenichi Handa <handa@m17n.org>
8455
2ae37cf0 8456 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 8457
be70e183
CY
84582008-11-08 Chong Yidong <cyd@stupidchicken.com>
8459
8460 * dired.c (file_name_completion): If completion_ignore_case is
8461 enabled, ignore case when checking completion-regexp-list.
8462
7cf94eac
EZ
84632008-11-08 Eli Zaretskii <eliz@gnu.org>
8464
8465 * vm-limit.c (get_lim_data): Fix last change.
8466
ee107a89
KH
84672008-11-08 Kenichi Handa <handa@m17n.org>
8468
8469 * character.c (Fget_byte): New function.
8470 (syms_of_character): Defsubr Fget_byte.
8471
5fd15622
CY
84722008-11-07 Chong Yidong <cyd@stupidchicken.com>
8473
8474 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
8475 cursor position is valid after scrolling.
8476
13d62fad
JB
84772008-11-06 Juanma Barranquero <lekktu@gmail.com>
8478
8479 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
8480
a1dd2936
GM
84812008-11-06 Glenn Morris <rgm@gnu.org>
8482
8483 * xterm.c (handle_one_xevent): Don't let popup menus cause
8484 mouse-autoselect-window related window switching. (Bug#1261)
8485
860cd236
CY
84862008-11-04 David Smith <davidsmith@acm.org> (tiny change)
8487
8488 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
8489
653a3150
AS
84902008-11-04 Andreas Schwab <schwab@suse.de>
8491
8492 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
8493
870f5cac
CY
84942008-11-03 Chong Yidong <cyd@stupidchicken.com>
8495
8496 * xfns.c (Fx_wm_set_size_hint): New function.
8497
1e02f3cb
MR
84982008-11-03 Martin Rudalics <rudalics@gmx.at>
8499
8500 * textprop.c (Fprevious_single_char_property_change): Return 0
8501 when there's no change in a string. (Bug#1301)
8502
e630dfc6
MR
85032008-11-02 Martin Rudalics <rudalics@gmx.at>
8504
8505 * frame.c (do_switch_frame): New argument NORECORD passed to
8506 Fselect_window.
8507 (Fselect_frame): New argument NORECORD passed to
8508 do_switch_frame.
8509 (Fset_frame_selected_window): New argument NORECORD passed to
8510 Fselect_frame.
8511 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
8512 in call of do_switch_frame.
8513 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
8514 Handle NORECORD argument in call of Fselect_frame.
8515 * lisp.h (do_switch_frame, Fselect_frame)
8516 (Fset_frame_selected_window): Adjust declarations.
8517 * window.c (select_frame_norecord): New function.
8518 (run_window_configuration_change_hook): Use it and call
8519 Fselect_frame with NORECORD set.
8520 (Fselect_window): Pass NORECORD to Fselect_frame.
8521 (Fset_window_configuration): Handle NORECORD argument in call of
8522 do_switch_frame.
8523 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
8524 Fset_frame_selected_window.
8525 * keyboard.c (command_loop_1): Handle NORECORD in call of
8526 Fselect_frame (currently ifdefd).
8527
9020b223
GM
85282008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
8529
8530 * emacs.c (USAGE2): Untabify.
8531
793ffee8
SM
85322008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8533
8534 * composite.c (fill_gstring_header): Fix copy/paste typo.
8535
ab6d1131
MR
85362008-10-31 Martin Rudalics <rudalics@gmx.at>
8537
8538 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
8539 (Fother_window): Rename argument and rewrite doc-string.
8540 (select_window_norecord): Fix return value. (Bug#1276)
8541
601a9cf1
JB
85422008-10-30 Juanma Barranquero <lekktu@gmail.com>
8543
8544 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
8545 new frames overriding foreground for tooltips. Based on similar patch
8546 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
8547
813b0652
CY
85482008-10-29 Chong Yidong <cyd@stupidchicken.com>
8549
8550 * emacs.c (Fdaemon_initialized): Initialize nfd.
8551
4414f58f
MR
85522008-10-29 Martin Rudalics <rudalics@gmx.at>
8553
8554 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
8555 (Fwindow_text_height): Clarify doc-strings.
8556 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
8557 doc-string of window-scroll-functions.
8558
ecdcaa09
RS
85592008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8560
8561 * category.c (syms_of_category): Fix typo in docstring.
8562
23fe745a
JB
85632008-10-28 Juanma Barranquero <lekktu@gmail.com>
8564
8565 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
8566 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
8567 Fix typos in docstrings.
8568
ff808935
DN
85692008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
8570
8571 * emacs.c (daemon_pipe): Make non-static.
8572 (IS_DAEMON): Move definition ...
8573 * lisp.h (IS_DAEMON): ... here.
8574 (daemon_pipe): Declare.
8575 (is_daemon): Remove.
8576 * dispnew.c (init_display): Use IS_DAEMON.
8577
fc012771
SM
85782008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8579
8580 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
8581 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
8582
8583 * emacs.c (is_daemon): Remove.
8584 (main): Don't set is_daemon.
8585 (IS_DAEMON): New macro.
8586 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 8587 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
8588 parent exits.
8589 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
8590
d8bdbe6f
CY
85912008-10-27 Chong Yidong <cyd@stupidchicken.com>
8592
d1a072bf
CY
8593 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
8594 over-sized glyph, draw it with the default glyph width.
8595
e2e325aa
CY
8596 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8597 glyph, draw it with the default glyph width.
8598
8599 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
8600 glyph, draw it with the default glyph width.
8601
d8bdbe6f
CY
8602 * xdisp.c (try_scrolling): When computing the distance from the
8603 scroll margin to PT, try moving some distance past the window
8604 bottom before giving up.
8605
7bfac547
MR
86062008-10-27 Martin Rudalics <rudalics@gmx.at>
8607
8608 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
8609 (Fset_window_buffer): Explain in doc-string that a window can be
8610 "strongly" dedicated to its buffer.
8611
4ff029f6
DN
86122008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
8613
8614 * emacs.c (daemon_name): New variable.
8615 (main): Deal with --daemon=SERVER_NAME.
8616 (Fdaemonp): Return a name if one was passed to --daemon.
8617
5790ef40
DN
86182008-10-26 Romain Francoise <romain@orebokech.com>
8619
f9bd0df9 8620 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
8621 (main): Create a pipe before forking, make the parent exit only after
8622 the child has closed its end of the pipe. Move closing the
8623 descriptors ...
8624 (Fdaemon_initialized): ... here. New function.
8625
f5385255
SM
86262008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8627
4d632321
SM
8628 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
8629 the previous unoptimized table.
8630
f5385255
SM
8631 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
8632 the distinction between non-nil and non-t value of `dedicated'.
8633
6c56a0f3
CY
86342008-10-25 Chong Yidong <cyd@stupidchicken.com>
8635
8636 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 8637 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 8638
fec89261
MR
86392008-10-25 Martin Rudalics <rudalics@gmx.at>
8640
8641 * window.c (Fget_buffer_window, Fdelete_windows_on)
8642 (Freplace_buffer_in_windows): Make buffer argument optional and
8643 rename to buffer_or_name.
8644
34fcddd0
CY
86452008-10-24 Chong Yidong <cyd@stupidchicken.com>
8646
f5385255
SM
8647 * xdisp.c (handle_single_display_spec, handle_display_prop):
8648 Undo 2005-05-16 change.
34fcddd0
CY
8649 (handle_stop): Pop iterator if it's loaded with an empty string.
8650 (get_overlay_strings_1): Don't save iterator if it's loaded with
8651 an empty string (bug#1201).
8652
064766f2
KH
86532008-10-24 Kenichi Handa <handa@m17n.org>
8654
8655 * ftfont.c (ftfont_otf_features): Fix previous change.
8656 (ftfont_otf_capability): Check FeatureList.FeatureCount before
8657 calling ftfont_otf_features.
8658
f9bd0df9 86592008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
8660
8661 * font.c (font_match_p): Fix for the case that a vector of
8662 characters is in script-representative-chars.
8663
1dae9197
MA
86642008-10-24 Michael Albinus <michael.albinus@gmx.de>
8665
8666 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 8667 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
8668 (xd_read_queued_messages): Catch Qdbus_error from the macros.
8669 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 8670 macro. (Bug#1186)
1dae9197 8671
f9bd0df9 86722008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
8673
8674 * s/sol2-10.h: New file.
8675
878a4584
JB
86762008-10-23 Juanma Barranquero <lekktu@gmail.com>
8677
8678 * xdisp.c (fill_glyph_string): Fix typo in source (though the
8679 poor beast has survived 9+ years and the jump from xterm.c!).
8680
cd265ca6
MR
86812008-10-23 Martin Rudalics <rudalics@gmx.at>
8682
8683 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
8684 Reword doc-string.
f5385255 8685 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 8686
472a4dc9
JB
86872008-10-23 Juanma Barranquero <lekktu@gmail.com>
8688
8689 * character.c (syms_of_character) <script-representative-chars>:
8690 <unicode-category-table>: Doc fixes.
8691
159bd5a2
NF
86922008-10-23 Noah Friedman <friedman@splode.com>
8693
8694 * coding.c (make_conversion_work_buffer): Check that
8695 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
8696 Fget_buffer_create.
8697
49f9c344
KH
86982008-10-23 Kenichi Handa <handa@m17n.org>
8699
8700 * font.c (font_add_log): Check the values of extra properties.
8701
12bb3111
MR
87022008-10-22 Martin Rudalics <rudalics@gmx.at>
8703
8704 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8705 Reword doc-string.
8706 (Fset_window_parameter): Use NILP.
8707 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 8708 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 8709
bbeb4e99
JB
87102008-10-22 Juanma Barranquero <lekktu@gmail.com>
8711
8712 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
8713
87142008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
8715
8716 * nsfns.m (ns_appkit_version): New function.
8717 (x-server-version): Use it.
8718 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
8719 (x-server-vendor): Don't check_ns().
8720
8721 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
8722
a9b555d3
JB
87232008-10-22 Juanma Barranquero <lekktu@gmail.com>
8724
8725 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
8726 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
8727
4626499f
KH
87282008-10-22 Kenichi Handa <handa@m17n.org>
8729
e3681952
KH
8730 * syntax.c (scan_words): Call word_boundary_p instead of comparing
8731 scripts.
8732
4626499f
KH
8733 * category.c (word_boundary_p): Check scripts instead of charset.
8734 Handle nil value in word-separating-categories and
8735 word-combining-categories.
8736 (syms_of_category): Fix docstrings of word-separating-categories
8737 and word-combining-categories.
8738
1560f91a
EZ
87392008-10-21 Eli Zaretskii <eliz@gnu.org>
8740
8741 * coding.c (Fencode_coding_region, Fdecode_coding_region)
8742 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
8743
f4668441
MR
87442008-10-21 Martin Rudalics <rudalics@gmx.at>
8745
8746 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
8747 Rename arg "buffer" to "buffer_or_name".
8748 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
8749 it optional.
8750 (no_switch_window): Remove since the return value is not used.
a9b555d3 8751 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
8752 Consider window as dedicated when Fwindow_dedicated_p returns a
8753 non-nil value.
8754 * lisp.h: Remove prototype for no_switch_window.
8755
fd75ddb2
JD
87562008-10-21 Jan Djärv <jan.h.d@swipnet.se>
8757
8758 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 8759 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 8760
07295713
KH
87612008-10-21 Kenichi Handa <handa@m17n.org>
8762
8763 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
8764 check Vlatin_extra_code_table.
8765
712adc82
EZ
87662008-10-20 Eli Zaretskii <eliz@gnu.org>
8767
8768 * fileio.c (Fset_file_modes): Doc fix.
8769
f549eb0b
MA
87702008-10-19 Michael Albinus <michael.albinus@gmx.de>
8771
8772 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
8773 in arrays.
8774
aac0c6e3
MR
87752008-10-19 Martin Rudalics <rudalics@gmx.at>
8776
8777 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
8778 Mention kill-buffer in doc-string.
8779 (Fset_window_buffer): Reinsert tem check removed in last commit.
8780 (Fenlarge_window, Fshrink_window): Have argument names and
8781 doc-string follow Elisp manual more closely.
8782
87832008-10-18 Eli Zaretskii <eliz@gnu.org>
8784
8785 * fileio.c (Fset_file_modes): Doc fix.
8786
87872008-10-18 Martin Rudalics <rudalics@gmx.at>
8788
8789 * window.c (Fwindow_width, Fset_window_start)
8790 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
8791 (Fdelete_windows_on, Freplace_buffer_in_windows):
8792 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
8793 (Fwindow_dedicated_p): Make window argument optional.
8794 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
8795 (Fset_window_buffer): Respect any non-nil dedicated value for
8796 window. Rename "buffer" argument to "buffer_or_name".
8797
87982008-10-18 Ulrich Mueller <ulm@gentoo.org>
8799
8800 * m/sh3.h: New file, machine description for SuperH.
8801
88022008-10-17 Martin Rudalics <rudalics@gmx.at>
8803
8804 * window.c (Fsplit_window): Rename arg horflag to horizontal.
8805
88062008-10-17 Kenichi Handa <handa@m17n.org>
8807
8808 * ftfont.c (ftfont_otf_features): Fix indexing
8809 gsub_gpos->FeatureList.Feature. Check the validity of indices.
8810
88112008-10-16 Magnus Henoch <mange@freemail.hu>
8812
8813 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
8814 (Fdbus_call_method_asynchronously): Ditto.
8815 This change makes C-h f display the argument list.
8816
88172008-10-16 Chong Yidong <cyd@stupidchicken.com>
8818
8819 * fileio.c (Fexpand_file_name): Doc fix.
8820
8821 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
8822 of :foreground and :background equivalent to unspecified (20.x
8823 compatibility).
8824
88252008-10-15 Eli Zaretskii <eliz@gnu.org>
8826
8827 * buffer.c (syms_of_buffer): Doc fix.
8828
88292008-10-14 Kenichi Handa <handa@m17n.org>
8830
8831 * font.c (font_clear_prop): When clearing font width, clear the
8832 average width field too.
8833
88342008-10-12 Andreas Schwab <schwab@suse.de>
8835
8836 * ftfont.c (ftfont_shape_by_flt): Make static.
8837 * ftfont.h (ftfont_shape_by_flt): Don't declare.
8838
8839 * font.c: Don't include <m17n-flt.h>.
8840
88412008-10-10 Eli Zaretskii <eliz@gnu.org>
8842
8843 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
8844
88452008-10-09 Eli Zaretskii <eliz@gnu.org>
8846
8847 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
8848 away code.
8849
88502008-10-09 Chong Yidong <cyd@stupidchicken.com>
8851
8852 * dispnew.c (update_text_area): Avoid looping due to large glyph
8853 overhangs (bug#1070).
8854
88552008-10-09 Kenichi Handa <handa@m17n.org>
8856
8857 * fontset.c (face_for_char): If face->fontset is negative, just
8858 return ascii_face.
8859
f5385255
SM
8860 * font.c (font_delete_unmatched): Fix previous change.
8861 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
8862
88632008-10-09 Martin Rudalics <rudalics@gmx.at>
8864
8865 * frame.c (Fraise_frame): On text-only terminals select frame in
8866 order to make it visible. (Bug#1061)
8867
88682008-10-08 Chong Yidong <cyd@stupidchicken.com>
8869
8870 * fontset.c (fontset_find_font): Check frame validity.
8871
88722008-10-07 Chong Yidong <cyd@stupidchicken.com>
8873
a9b555d3 8874 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
8875 (xg_display_close): Allow Emacs to close all displays (bug#985).
8876
88772008-10-06 Andreas Schwab <schwab@suse.de>
8878
f5385255 8879 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
8880
88812008-10-06 Chong Yidong <cyd@stupidchicken.com>
8882
f5385255 8883 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 8884
a9b555d3 8885 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
8886
8887 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
8888 during initialization.
8889
88902008-10-04 Eli Zaretskii <eliz@gnu.org>
8891
8892 * xdisp.c (redisplay_internal): If frame switched, redisplay the
8893 whole thing on MSDOS frames as well as on a TTY.
8894
8895 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
8896 well as for TTY.
8897 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
8898 well as on a TTY.
8899
8900 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
8901 as well as for TTY.
8902
8903 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
8904
8905 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
8906 MSDOS frames as well.
8907
89082008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8909
8910 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
8911 correct arguments.
b71ac3dd 8912 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
8913
89142008-10-03 Glenn Morris <rgm@gnu.org>
8915
8916 * emacs.c (USAGE1): Add --daemon.
8917
89182008-10-02 Eli Zaretskii <eliz@gnu.org>
8919
8920 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
8921 100, so it's in percents as advertised.
8922
89232008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8924
8925 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
8926 (ns_output.current_cursor, ns_output.desired_cursor)
8927 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
8928 (FRAME_NEW_CURSOR_COLOR): Remove.
8929
8930 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 8931 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
8932 enumeration (HOLLOW_BOX_CURSOR, etc.).
8933
8934 * nsterm.m (ns_frame_rehighlight): Remove commented code.
8935 (draw_window_cursor): Simplify code.
f5385255
SM
8936 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
8937 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 8938 updates manually.
a9b555d3
JB
8939 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
8940 Use core Emacs cursor types.
aac0c6e3 8941
b8ff72fa 8942 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
8943
89442008-10-02 Martin Rudalics <rudalics@gmx.at>
8945
8946 * process.c (Faccept_process_output): Fix doc-string.
8947
89482008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
8949
8950 * gmalloc.c (__sbrk): Also define for uClibc.
8951
8952 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
8953 for uClibc.
8954
89552008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8956
8957 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
8958 styles.
8959 (nsfont_open): Reenable the cache.
8960
89612008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8962
8963 * font.c (font_matching_entity): Reflect ATTRS in font selection.
8964 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
8965
89662008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8967
8968 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
8969 a suspended terminal.
8970
89712008-09-30 Michael Albinus <michael.albinus@gmx.de>
8972
8973 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
8974
89752008-09-30 Eli Zaretskii <eliz@gnu.org>
8976
8977 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
8978
89792008-09-30 Chong Yidong <cyd@stupidchicken.com>
8980
8981 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
8982 in a continued line coincides with a line beginning.
8983
89842008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8985
8986 * nsfont.m (nsfont_trait_distance): Fix bug.
8987 (nsfont_list): Return a list rather than a vector (syncs with Handa
8988 changes of 2008-05-14).
8989 (nsfont_open): Improve logging.
8990
89912008-09-29 Andreas Schwab <schwab@suse.de>
8992
8993 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
8994
89952008-09-28 Martin Rudalics <rudalics@gmx.at>
8996
8997 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
8998 name as char-resolve-modifiers.
8999 Reported by: Markus Triska <markus.triska@gmx.at>
9000
90012008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
9002
9003 * dispnew.c (init_display): Return earlier when running as a daemon.
9004
90052008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9006
9007 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
9008
90092008-09-27 Eli Zaretskii <eliz@gnu.org>
9010
9011 * composite.c (Fcomposition_get_gstring)
9012 (Fcompose_region_internal, Fcompose_string_internal)
9013 (Ffind_composition_internal): Doc fix.
9014 (syms_of_composite) <compose-chars-after-function>: Doc fix.
9015 (syms_of_composite) <auto-composition-function>: Doc fix.
9016 (syms_of_composite) <composition-function-table>: Doc fix.
9017
90182008-09-25 Chong Yidong <cyd@stupidchicken.com>
9019
9020 * search.c (wordify): New argument for lax word-ends.
9021 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
9022
90232008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9024
9025 * lisp.h (is_daemon): Declare.
9026 * dispnew.c (init_display): Do not try to initialize the terminal
9027 when running as a daemon.
9028
90292008-09-22 Chong Yidong <cyd@stupidchicken.com>
9030
9031 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
9032 x_display_pixel_height.
9033
90342008-09-22 Martin Rudalics <rudalics@gmx.at>
9035
9036 * undo.c (record_point): Don't call Fundo_boundary for first
9037 change. (Bug#731)
9038
90392008-09-22 Juanma Barranquero <lekktu@gmail.com>
9040
9041 * emacs.c (Fdaemonp): Doc fix.
9042
90432008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
9044
9045 * emacs.c (main): Place #ifdef in the proper place.
9046
90472008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9048
9049 * emacs.c (standard_args): Add --daemon.
9050 (main): Disconnect from the terminal when --daemon is passed.
9051 (is_daemon): New variable.
9052 (Fdaemonp): New function.
9053 (syms_of_emacs): Defsubr it.
9054
90552008-09-20 Chong Yidong <cyd@stupidchicken.com>
9056
9057 * xdisp.c (get_next_display_element): Handle string display
9058 correctly when checking for the end of a box run.
9059
90602008-09-20 Glenn Morris <rgm@gnu.org>
9061
9062 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
9063 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
9064 (Frename_file): Avoid copying to trash if a rename involves
9065 a delete. (Bug#964).
9066
90672008-09-20 Eli Zaretskii <eliz@gnu.org>
9068
9069 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
9070 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
9071 frames as well as termcap frames.
9072 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
9073 get_named_tty.
9074
90752008-09-19 Eli Zaretskii <eliz@gnu.org>
9076
9077 * process.c (procfs_system_process_attributes): Fix cmdline in
9078 case /proc/PID/cmdline is empty.
9079
9080 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
9081 x_display_pixel_height.
9082
90832008-09-19 Juanma Barranquero <lekktu@gmail.com>
9084
9085 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
9086
9087 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
9088 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
9089
90902008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
9091
9092 * dispextern.h (struct it): Move line_wrap away from the middle of
9093 bitfields. Move voffset in struct iterator_stack_entry after the
9094 bitfields. Move tab_width near after another short.
9095
90962008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
9097
9098 * frame.h (struct frame): Move alpha from the middle of bitfields.
9099
9100 * window.h (struct window): Move frozen_window_start_p after the
9101 rest of the bitfields to reduce padding.
9102
91032008-09-18 Chong Yidong <cyd@stupidchicken.com>
9104
9105 * xterm.h (x_display_info): Remove `height' and `width' members.
9106
9107 * nsterm.h (ns_display_info): Remove `height' and `width' members.
9108
9109 * w32term.h (w32_display_info): Remove `height', `width',
9110 `height_in', and `width_in' members.
9111
b8ff72fa
SM
9112 * xterm.c (x_display_pixel_height, x_display_pixel_width):
9113 New functions.
aac0c6e3
MR
9114 (x_calc_absolute_position): Use them.
9115 (x_term_init): Omit removed `height' and `width' members.
9116
b8ff72fa
SM
9117 * w32term.c (x_display_pixel_height, x_display_pixel_width):
9118 New functions.
aac0c6e3
MR
9119 (w32_read_socket, x_calc_absolute_position): Use them.
9120 (w32_initialize_display_info, w32_term_init): Omit removed members
9121 of w32_display_info.
9122
b8ff72fa
SM
9123 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
9124 New functions.
9125 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 9126
b8ff72fa
SM
9127 * xterm.c (x_display_pixel_height, x_display_pixel_width):
9128 New functions.
aac0c6e3
MR
9129 (x_calc_absolute_position): Use them.
9130 (x_term_init): Omit removed `height' and `width' members.
9131
9132 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
9133 (compute_tip_xy):
9134 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
9135 * xmenu.c (menu_position_func): Use x_display_pixel_height and
9136 x_display_pixel_width.
9137
91382008-09-18 Kenichi Handa <handa@m17n.org>
9139
9140 * composite.c (fill_gstring_header): Don't check FROM and TO here.
9141 (composition_compute_stop_pos): Fix handling of static composition.
9142 (Fcomposition_get_gstring): Check FROM and TO at first.
9143
91442008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9145
46e722a9 9146 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
9147 mixup (YAILOM).
9148
91492008-09-17 Chong Yidong <cyd@stupidchicken.com>
9150
9151 * indent.c (Fvertical_motion): Use position reported by iterator
9152 instead of PT for determining screen motion (bug#943).
9153
91542008-09-17 Romain Francoise <romain@orebokech.com>
9155
9156 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
9157
91582008-09-17 Kenichi Handa <handa@m17n.org>
9159
9160 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
9161
9162 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
9163 if necessary.
9164
91652008-09-16 Kenichi Handa <handa@m17n.org>
9166
9167 * coding.c (make_conversion_work_buffer): Avoid calling
9168 Fget_buffer_create if it is not necessary.
9169
91702008-09-15 Martin Rudalics <rudalics@gmx.at>
9171
9172 * window.c (Fselect_window): Don't update window_select_count and
9173 use_time when norecord is not nil.
9174
91752008-09-14 Kenichi Handa <handa@m17n.org>
9176
9177 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
9178 specpdl_ptr.
9179
91802008-09-12 Kenichi Handa <handa@m17n.org>
9181
9182 * indent.c (scan_for_column): Don't handle automatic composition
9183 if the current buffer is not associated with a window.
9184
9185 * composite.c (composition_reseat_it): If the current buffer is
9186 not associated with a window, ignore the automatic composition.
9187 (find_automatic_composition): Likewise.
9188
91892008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9190
9191 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
9192 (Fgpm_mouse_stop): Use it.
9193 * termhooks.h (close_gpm): Declare.
9194 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
9195 connection if Gpm_GetEvent fails.
9196
9197 * window.c (set_window_buffer): Always preserve current-buffer.
9198
91992008-09-12 Glenn Morris <rgm@gnu.org>
9200
9201 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
9202
92032008-09-11 Glenn Morris <rgm@gnu.org>
9204
9205 * charset.c (charset-map-path): Doc fix.
9206
92072008-09-10 Kenichi Handa <handa@m17n.org>
9208
9209 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
9210
9211 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
9212 compose a grapheme cluster with the preceding base glyph.
9213
9214 * composite.c (composition_compute_stop_pos): Fix previous change.
9215 Reset cmp_it->id to -1 at first.
9216
92172008-09-10 Glenn Morris <rgm@gnu.org>
9218
9219 * Makefile.in (character.o, chartab.o): Fix config.h typo.
9220
92212008-09-09 Chong Yidong <cyd@stupidchicken.com>
9222
9223 * keyboard.c (read_key_sequence): Reapply translation maps when
9224 switching keyboards.
9225
92262008-09-09 Kenichi Handa <handa@m17n.org>
9227
9228 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
9229 characters.
9230
9231 * composite.c (FORWARD_CHAR): Fix calculation
9232 of (POSITION).pos_byte.
9233 (composition_compute_stop_pos): Limit the search of composition to
9234 at most 500 characters ahead. If we reach the limit or find a
9235 newline, set cmp_it->ch to -2 and return 0.
9236 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
9237
92382008-09-08 Kenichi Handa <handa@m17n.org>
9239
9240 * indent.c (Fvertical_motion): Be sure to set
9241 it_overshoot_expected if it.cmp_it.id is non-negative.
9242
92432008-09-07 Andreas Schwab <schwab@suse.de>
9244
9245 * callproc.c (Fcall_process): Don't hold references to string data
9246 across garbage collection. Move initialisation of new_argv down
9247 to avoid compiler bug.
9248
92492008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9250
9251 * process.c (Fsystem_process_attributes): Doc fix.
9252
92532008-09-07 Chong Yidong <cyd@stupidchicken.com>
9254
9255 * callproc.c (Fcall_process): Canonicalize current directory name.
9256
9257 * xdisp.c (move_it_to): When moving by vpos, ensure that the
9258 iterator advances to the next line if the current line ends in a
9259 continued tab.
9260
92612008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
9262
9263 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
9264 member to point to cmp_from.
9265
9266 * xdisp.c: Doc fix for references to gidx data member.
9267
92682008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9269
9270 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
9271
92722008-09-07 Kenichi Handa <handa@m17n.org>
9273
9274 * composite.c (FORWARD_CHAR): Check STOP after
9275 incrementing (POSITION).pos.
9276
92772008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9278
9279 * process.c (Fsystem_process_attributes): Doc fix.
9280
92812008-09-06 Chong Yidong <cyd@stupidchicken.com>
9282
9283 * keyboard.c (Ftop_level): Doc fix.
9284
92852008-09-06 Eli Zaretskii <eliz@gnu.org>
9286
9287 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
9288 minibuffer, don't let lower part of menu invade the echo area.
9289
9290 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
9291 "char *q" to access menu text and advance through it. Revert the
9292 change that displayed ">" instead of ASCII character 0x10.
9293
92942008-09-05 Eli Zaretskii <eliz@gnu.org>
9295
9296 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
9297 toggle boxes and radio buttons on MS-DOS as well.
9298
92992008-09-05 Kenichi Handa <handa@m17n.org>
9300
9301 * composite.c (autocmp_chars): Check lookback count.
9302 (composition_compute_stop_pos): Set cmp_it->lookback.
9303 (composition_reseat_it): Check lookback count.
9304 (struct position_record): New struct.
9305 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
9306 (find_automatic_composition): New function.
9307 (composition_adjust_point): Use find_automatic_composition.
9308
9309 * dispextern.h (struct composition_it): New member lookback.
9310
93112008-09-02 Chong Yidong <cyd@stupidchicken.com>
9312
9313 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
9314 if moving by a single line.
9315
93162008-09-02 Andreas Schwab <schwab@suse.de>
9317
9318 * xterm.c (x_delete_display): Fix merge error.
9319
9320 * fileio.c (Fexpand_file_name): Remove unused variables.
9321
93222008-09-02 Eli Zaretskii <eliz@gnu.org>
9323
9324 * fileio.c (Fexpand_file_name): Copy argument `name' into local
9325 storage on all platforms, not just on DOS_NT.
9326
93272008-09-02 Jason Rumney <jasonr@gnu.org>
9328
b8ff72fa
SM
9329 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
9330 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
9331
93322008-09-01 Chong Yidong <cyd@stupidchicken.com>
9333
9334 * xfaces.c (Finternal_set_alternative_font_family_alist)
9335 (Finternal_set_alternative_font_registry_alist): Properly copy
9336 entire alist structure.
9337
93382008-09-01 Kenichi Handa <handa@m17n.org>
9339
d66c0241 9340 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 9341 representative chars of the script is a vector.
d66c0241
JB
9342 (ftfont_list): Handle the case where the representative chars of
9343 the script is a vector.
aac0c6e3
MR
9344
9345 * character.c (syms_of_character): Docstring of
9346 script-representative-chars fixed.
9347
93482008-08-31 Eli Zaretskii <eliz@gnu.org>
9349
9350 * msdos.c (BUILD_CHAR_GLYPH): New macro.
9351 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
9352 the menu. Allocate larger buffer for `text', to account for
9353 possible ^C characters.
9354
93552008-08-31 Martin Rudalics <rudalics@gmx.at>
9356
9357 * xdisp.c (prepare_menu_bars): Don't call
9358 Vwindow_size_change_functions with arg Qt.
9359
93602008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9361
9362 * font.h (font_range):
9363 * fileio.c (report_file_error):
46e722a9
SM
9364 * composite.c (composition_update_it): Yet another int/Lisp_Object
9365 mixup (YAILOM).
aac0c6e3
MR
9366
93672008-08-30 Glenn Morris <rgm@gnu.org>
9368
9369 * data.c (Fmake_variable_frame_local): Doc fix.
9370
9371 * frame.c (Fmodify_frame_parameters): Doc fix.
9372
93732008-08-30 Eli Zaretskii <eliz@gnu.org>
9374
9375 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
9376 needed by GetTokenInformation.
9377 (w32_system_process_attributes): Check return values of all system
9378 APIs.
9379
9380 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
9381 only when the state changes.
9382 (IT_update_begin, IT_update_end): Add termscript trace.
9383
9384 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
9385 clipboard is unavailable. Set dst to NULL if it doesn't point to
9386 malloc'ed data.
9387 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
9388 passing random values to xfree.
9389
9390 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 9391 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
9392
93932008-08-29 Jason Rumney <jasonr@gnu.org>
9394
9395 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
9396
93972008-08-29 Eli Zaretskii <eliz@gnu.org>
9398
9399 * composite.c (fill_gstring_body): Avoid compiler warnings.
9400
9401 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
9402 LGLYPH_SET_CODE to avoid compiler warnings.
9403
2ae37cf0 9404 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
9405
9406 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
9407
9408 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
9409 LGLYPH_SET_CODE.
9410
94112008-08-29 Kenichi Handa <handa@m17n.org>
9412
9413 * fileio.c (report_file_error): Don't downcase the first character
9414 of errstring if it is still unibyte.
9415
94162008-08-29 Kenichi Handa <handa@m17n.org>
9417
9418 These changes are to re-implement the automatic composition so
9419 that it doesn't use text properties.
9420
9421 * Makefile.in (ftfont.o): Depend on composite.h.
9422 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
9423
9424 * character.h (Vunicode_category_table): Extern it.
9425
9426 * character.c (Vunicode_category_table): New variable.
9427 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
9428
9429 * chartab.c (optimize_sub_char_table): Perform more greedy
9430 optimization.
9431
b8ff72fa
SM
9432 * composite.h (enum composition_method):
9433 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
9434 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
9435 (Vcomposition_function_table): Extern it.
9436 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
9437 (composition_gstring_put_cache, composition_gstring_from_id)
9438 (composition_gstring_p, composition_gstring_width)
9439 (composition_compute_stop_pos, composition_reseat_it)
9440 (composition_update_it, composition_adjust_point): Extern them.
9441 (Fcomposition_get_gstring): EXFUN it.
9442
d66c0241 9443 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
9444 (Vcomposition_function_table)
9445 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
9446 (gstring_hash_table, gstring_work, gstring_work_headers):
9447 New variables.
aac0c6e3
MR
9448 (gstring_lookup_cache, composition_gstring_put_cache)
9449 (composition_gstring_from_id, composition_gstring_p)
9450 (composition_gstring_width, fill_gstring_header)
9451 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
9452 (composition_reseat_it, composition_update_it)
b8ff72fa 9453 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
9454 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
9455 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 9456 Defsubr composition_get_gstring.
aac0c6e3
MR
9457
9458 * dispextern.h (struct glyph): New union u.cmp. Delete the member
9459 cmp_id.
9460 (struct glyph_string): Delete the member gidx. New members
9461 cmp_id, cmp_from, and cmp_to.
9462 (enum it_method): Delete GET_FROM_COMPOSITION.
9463 (struct composition_it): New struct.
9464 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
9465 Delete c, len, cmp_id, cmp_len in u.comp.
9466
9467 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 9468 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 9469 (enum lglyph_indices): Likewise.
b8ff72fa 9470 (font_range): Adjust extern.
aac0c6e3
MR
9471 (font_fill_lglyph_metrics): Extern it.
9472
9473 * font.c (QCf): New variable.
9474 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9475 (font_prepare_composition): Delete this function.
9476 (font_range): Type and arguments changed.
9477 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
9478 (font_fill_lglyph_metrics): New function.
b8ff72fa 9479 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 9480 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
9481 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
9482 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
9483
9484 * fontset.h (font_for_char): Extern it.
9485
9486 * fontset.c (font_for_char): New function.
9487
9488 * ftfont.c: Include composite.h.
9489 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 9490 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
9491
9492 * indent.c: Include composite.h and dispextern.h.
9493 (check_composition): Delete this function.
9494 (scan_for_column): Handle composition by
9495 composition_compute_stop_pos, composition_reseat_it, and
9496 composition_update_it.
9497 (compute_motion): Likewise.
9498 (Fvertical_motion): Fix checking of composition.
9499
9500 * keyboard.c (adjust_point_for_property): Check composition by
9501 composition_adjust_point.
9502
b8ff72fa 9503 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
9504 struct glyph_string.
9505
b8ff72fa
SM
9506 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
9507 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
9508 struct glyph.
9509 (produce_composite_glyph): Likewise.
9510
b8ff72fa
SM
9511 * w32term.c (x_draw_composite_glyph_string_foreground):
9512 Adjust for the change of struct glyph_string.
aac0c6e3
MR
9513 (x_draw_glyph_string): Likewise.
9514
9515 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
9516 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
9517
9518 * xdisp.c: Include font.h.
9519 (it_props): Delete the entry for Qauto_composed.
9520 (init_iterator): Initialize it->cmp_it.id to -1.
9521 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 9522 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
9523 (handle_auto_composed_prop): Delete it.
9524 (handle_composition_prop): Handle only static composition.
9525 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
9526 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 9527 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
9528 (pop_it): Likewise.
9529 (get_next_element): Delete next_element_from_composition.
9530 (CHAR_COMPOSED_P): New macro.
9531 (get_next_display_element): For automatic composition, get a face
9532 from the font in the glyph-string.
9533 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 9534 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
9535 (next_element_from_string): Check if the character at the current
9536 position is composed by CHAR_COMPOSED_P.
9537 (next_element_from_buffer): Likewise.
d66c0241
JB
9538 (next_element_from_composition): Adjust for the change of struct it.
9539 Update it->cmp_it.
b8ff72fa
SM
9540 (dump_glyph): Adjust for the change of struct glyph.
9541 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
9542 it and struct glyph. Don't handle automatic composition here.
9543 (fill_gstring_glyph_string): New function.
9544 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 9545 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
9546 (BUILD_GSTRING_GLYPH_STRING): New macro.
9547 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
9548 automatic composition.
b8ff72fa 9549 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 9550 struct glyph.
b8ff72fa 9551 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 9552
b8ff72fa 9553 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
9554 the change of struct glyph_string.
9555 (x_draw_glyph_string): Likewise.
9556
95572008-08-29 Glenn Morris <rgm@gnu.org>
9558
9559 * buffer.c (word-wrap): Doc fix.
9560 * xdisp.c (truncate-partial-width-windows): Doc fix.
9561 Increase default to 50.
9562
95632008-08-29 Chong Yidong <cyd@stupidchicken.com>
9564
9565 * xdisp.c (update_tool_bar_unwind): New function.
9566 (update_tool_bar): Temporarily set selected frame before building
9567 tool-bar items.
9568
95692008-08-28 Michael Albinus <michael.albinus@gmx.de>
9570
9571 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
9572 snprintf, respectively.
9573 (xd_append_arg): Convert strings with Fstring_make_unibyte.
9574
95752008-08-28 Chong Yidong <cyd@stupidchicken.com>
9576
9577 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
9578 LDFLAGS to GNUstep CC invocation.
9579
95802008-08-27 Chong Yidong <cyd@stupidchicken.com>
9581
9582 * indent.c (Fvertical_motion): Revert last change. Handle the
9583 general case where we are moving forward, and PT spans multiple
9584 screen lines.
9585
9586 * eval.c (find_handler_clause): Temporarily increase
9587 max-lisp-eval-depth while printing the backtrace buffer, to
9588 guarantee that help-mode code can run.
9589
95902008-08-27 Eli Zaretskii <eliz@gnu.org>
9591
9592 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
9593 colors under -rv.
9594 (IT_set_frame_parameters): Don't swap foreground and background
9595 colors if `(reverse . t)' is present in the frame properties.
9596 (internal_terminal_init): Call init_frame_faces only for the
9597 initial frame.
9598
95992008-08-27 Andreas Schwab <schwab@suse.de>
9600
9601 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
9602
96032008-08-27 Andreas Schwab <schwab@suse.de>
9604
9605 * search.c (search_buffer): Set char_base to zero only at the end.
9606
96072008-08-27 Kenichi Handa <handa@m17n.org>
9608
b8ff72fa 9609 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
9610
96112008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
9612
9613 * xterm.c (x_term_init): Temporarily hide the partially
9614 initialized terminal while calling vendor-specific-keysyms.
9615
96162008-08-26 Eli Zaretskii <eliz@gnu.org>
9617
9618 * msdos.c (internal_terminal_init): Most initializations done only
9619 once, especially initial_screen_colors[] and termscript open.
9620
96212008-08-26 Chong Yidong <cyd@stupidchicken.com>
9622
9623 * eval.c (Fcondition_case): Doc fix.
9624
9625 * widgetprv.h (EmacsFramePart): Change font member to the new font
9626 struct.
9627
9628 * widget.c: Include character.h and font.h for XSETFONT.
9629 (setup_frame_gcs): Compute X font id from font struct, just once.
9630
96312008-08-26 Eli Zaretskii <eliz@gnu.org>
9632
9633 * term.c (get_named_tty): Fix last change.
9634
96352008-08-26 Chong Yidong <cyd@stupidchicken.com>
9636
9637 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 9638 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
9639
96402008-08-25 Eli Zaretskii <eliz@gnu.org>
9641
9642 * frame.c (do_switch_frame): Mark previously displayed frame as
9643 obscured for FRAME_MSDOS_P frames as well.
9644
96452008-08-24 Eli Zaretskii <eliz@gnu.org>
9646
9647 * frame.c (make_terminal_frame): Initialize f->terminal,
9648 f->terminal->reference_count, and scroll bars on MS-DOS as well.
9649 Set the top frame to newly created frame.
9650 (Fmake_terminal_frame): Reuse the_only_display_info.
9651
9652 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
9653 estimating available memory.
9654
b97439ce 96552008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
9656
9657 * nsterm.m (ns_draw_window_cursor): Don't call
9658 NSDisableScreenUpdates and NSEnableScreenUpdates on
9659 non-NS_IMPL_COCOA systems.
9660
96612008-08-23 Andreas Schwab <schwab@suse.de>
9662
9663 * process.c (procfs_system_process_attributes): Fix use of
9664 uninitialized variables.
9665
96662008-08-23 Eli Zaretskii <eliz@gnu.org>
9667
9668 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
9669
9670 * dispnew.c (init_display): Remove MS-DOS specific conditions for
9671 calling tty-set-up-initial-frame-faces.
9672
b8ff72fa
SM
9673 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
9674 Allow MSDOS frames along with X frames.
aac0c6e3
MR
9675
9676 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
9677 addition to output_termcap.
9678
9679 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
9680
9681 * termchar.h (FRAME_TTY): Support output_msdos_raw.
9682 (struct tty_display_info) [MSDOS]: Add fields related to mouse
9683 highlight.
9684
9685 * process.c [!subprocesses]: Define QCname.
9686 (syms_of_process): Intern and staticpro it.
9687
9688 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
9689 Adjust for changes in encoding/decoding routines.
9690 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
9691 encode_coding and decode_coding.
9692
b8ff72fa 9693 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
9694
9695 * dosfns.c: Include frame.h before termhooks.h.
9696 (dos_cleanup): Use CURTTY ()->termscript instead of a global
9697 variable termscript.
9698
9699 * s/msdos.h (USER_FULL_NAME): Define.
9700 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
9701
9702 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
9703 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
9704 pw->pw_gecos.
9705
9706 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
9707 SELECTED_FRAME as additional (1st) argument.
9708 (tty_read_avail_input): Handle output_msdos_raw in
9709 addition to output_termcap.
9710
9711 * msdos.c: Include frame.h before termhooks.h.
9712 (mouse_on, mouse_off, mouse_moveto, mouse_init)
9713 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
9714 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
9715 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
9716 (IT_set_terminal_modes, IT_reset_terminal_modes)
9717 (IT_set_frame_parameters): Use tty->termscript instead of a global
9718 variable termscript.
9719 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
9720 global variable terminal_coding. Don't refer to
9721 Vnonascii_translation_table.
9722 (internal_terminal_init): Set Vwindow_system in current_kboard.
9723 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
9724 Announce date and time of session start, if termscript is open.
9725 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
9726 term.c:init_tty). Open termscript only of not already open.
9727 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
9728 here instead of dos_ttraw. Don't initialize display if this is an
9729 initial tty. Don't set FRAME_FONT.
9730 (Vwindow_system_version): Bump to 23.
9731 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
9732 is available, set up mouse_position_hook.
9733 (dos_ttraw, IT_set_terminal_modes): If called with initial
9734 terminal, do nothing.
9735 (IT_set_frame_parameters): Handle the Qtty_type frame
9736 parameter by calling internal_terminal_init.
9737 (dos_set_window_size, show_mouse_face)
9738 (clear_mouse_face, IT_note_mode_line_highlight)
9739 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
9740 (dos_rawgetc): Use tty_display_info instead of x_display_info.
9741 (initialize_msdos_display): New function.
9742 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
9743 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
9744 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
9745 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 9746 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
9747 (request_sigio, unrequest_sigio): Don't define, now defined on
9748 sysdep.c.
9749 (IT_write_glyphs): Rewrite to use encode_terminal_code.
9750
9751 * term.c [MSDOS]: Include msdos.h.
9752 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
9753 conditional to DOS_NT. Allow only one call to this function in a
9754 session. Don't allocate a new struct tty_display_info; instead,
9755 reuse the_only_display_info. Call get_tty_size to get screen
9756 dimensions. Call init_baud_rate to set bad_rate.
9757 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
9758 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 9759 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
9760 (get_tty_terminal, get_named_tty, Ftty_type)
9761 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
9762 output_termcap.
b8ff72fa
SM
9763 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
9764 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 9765 only when subprocesses are supported.
aac0c6e3
MR
9766
9767 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
9768 f->output_data.x.
9769 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
9770 terminal devices.
9771
5582fbc7 9772 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
9773 x_output.
9774 (FRAME_FONT): Use output_data.tty.
9775 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
9776 (struct x_display_info): Rename from display_info. Update all users in
9777 msdos.c.
aac0c6e3 9778 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 9779 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
9780 (dos_ttraw): Update prototype.
9781
9782 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
9783 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
9784
97852008-08-23 Jason Rumney <jasonr@gnu.org>
9786
9787 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
9788 (fn_TIFFSetDirectory): New library function used.
9789 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
9790 (tiff_load): Use :index to select among multiple images. Set count
9791 property when multiple images exist.
9792 (gif_format): Use :index, not :image.
9793
97942008-08-23 Chong Yidong <cyd@stupidchicken.com>
9795
9796 * xdisp.c (try_scrolling): Check INT_MAX instead of
9797 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
9798 to obtain INT_MAX.
9799
98002008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
9801
9802 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
9803
98042008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
9805
9806 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
9807 GNUstep library location.
9808
98092008-08-21 Chong Yidong <cyd@stupidchicken.com>
9810
9811 * xfaces.c (x_update_menu_appearance): Check validity of menu font
9812 before using it.
9813
9814 * puresize.h (BASE_PURESIZE): Increase to 1250000.
9815
98162008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9817
9818 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
9819 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
9820 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
9821 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
9822 (EmacsApp-cursor_blink_handler): Remove declaration.
9823 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
9824 match 01 Feb 2008 changes in xterm.c.
9825 (ns_read_socket): Add cast to avoid warning.
9826 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
9827 GNUstep.
9828
98292008-08-20 Chong Yidong <cyd@stupidchicken.com>
9830
9831 * xselect.c (x_get_foreign_selection): Return nil if desired
9832 selection could not be obtained, instead of signalling an error.
9833
98342008-08-20 David Reitter <david.reitter@gmail.com>
9835
9836 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
9837 * nsterm.m: Remove ns-specific code for cursor blinking.
9838 (ns_draw_window_cursor): Clear cursor properly rather than
9839 redrawing the area. Respect width of bar cursors.
9840 These changes enable the use of generic blink-cursor-mode and
9841 generic cursor types in NS and support smooth cursor movements (do
9842 not blink off after command).
9843 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
9844 Nextstep, too.
9845
98462008-08-19 Kenichi Handa <handa@m17n.org>
9847
9848 * font.c (Vfont_log_deferred): New variable.
9849 (font_add_log): Check Vfont_log_deferred.
9850 (font_deferred_log): New function.
9851
9852 * font.h (font_deferred_log): Extern it.
9853
9854 * fontset.c (reorder_font_vector): Use encoding charset of fonts
9855 for sorting.
9856 (face_for_char): Use deferred log.
9857
98582008-08-18 Kenichi Handa <handa@m17n.org>
9859
9860 * fontset.c (face_for_char): Add font log.
9861
9862 * font.c (font_add_log): Add the font properties :script, :lang,
9863 and :otf in the log.
9864
98652008-08-17 Chong Yidong <cyd@stupidchicken.com>
9866
9867 * xdisp.c: Remove dead code.
9868 (handle_invisible_prop, next_overlay_string): Defer call to
9869 setup_for_ellipsis.
9870 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
9871
98722008-08-15 Chong Yidong <cyd@stupidchicken.com>
9873
9874 * xfaces.c (lookup_derived_face): Properly handle possible zero
9875 return value of get_lface_attributes.
9876 (merge_faces): Don't tell lookup_derived_face to signal an error
9877 if face is not found.
9878
9879 * dired.c (Fdirectory_files): Doc fix.
9880
9881 * process.c (make_process): Initialize kill_without_query struct
9882 member.
9883
98842008-08-15 Eli Zaretskii <eliz@gnu.org>
9885
9886 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
9887 Alternative calculation of totphys for Visual Studio 6.
9888
9889 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
9890
9891 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
9892 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
9893 All users changed.
9894 (stat): Only root directory passed to GetDriveType. Allow RAM
9895 disk as well as local fixed disk when w32-get-true-file-attributes
9896 is set to `local'.
9897 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
9898 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
9899 (w32_cached_id, w32_add_to_cache): New functions.
9900 (get_name_and_id): Look account names in the cache before calling
9901 lookup_account_sid.
9902 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
9903 New initialization flags.
9904 (globals_of_w32): Initialize them to zero.
9905 (w32_system_process_attributes): Use w32_cached_id and
9906 w32_add_to_cache.
9907
99082008-08-14 Lawrence Mitchell <wence@gmx.li>
9909
9910 * lread.c (Fread_char, Fread_char_exclusive): If no character
9911 event is read before timeout is reached, return nil, rather than
9912 converting to a number.
9913
99142008-08-14 Chong Yidong <cyd@stupidchicken.com>
9915
9916 * fns.c (use_dialog_box): Doc fix.
9917
9918 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
9919 on OS X.
9920
99212008-08-13 Chong Yidong <cyd@stupidchicken.com>
9922
9923 * frame.c (Qns_parse_geometry): New var.
9924 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
9925
99262008-08-11 Chong Yidong <cyd@stupidchicken.com>
9927
9928 * xdisp.c (x_produce_glyphs): Handle the case when font has no
9929 space character in calculating tabs.
9930
99312008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
9932
9933 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
9934
99352008-08-10 Glenn Morris <rgm@gnu.org>
9936
9937 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
9938 silence gcc "limited range of data type" warnings in some
9939 make_fixnum_or_float calls.
9940
99412008-08-09 Eli Zaretskii <eliz@gnu.org>
9942
9943 * w32.c (w32_system_process_attributes): If the process does not
9944 exist, return nil.
9945
9946 * w32.c: Include thelp32.h, psapi.h and coding.h.
9947 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
9948 declarations.
9949 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
9950 (Process32Next_Proc): New typedefs.
9951 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
9952 (g_b_init_process32_next, g_b_init_open_thread_token)
9953 (g_b_init_impersonate_self, g_b_init_revert_to_self)
9954 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
9955 (g_b_init_get_process_working_set_size)
9956 (g_b_init_global_memory_status_ex): New static variables.
9957 (globals_of_w32): Initialize them.
9958 (create_toolhelp32_snapshot, process32_first, process32_next)
9959 (open_thread_token, impersonate_self, revert_to_self)
9960 (get_process_memory_info, get_process_working_set_size)
9961 (global_memory_status, global_memory_status_ex): New wrapper
9962 functions.
9963 (w32_list_system_processes, w32_system_process_attributes)
9964 (enable_privilege, restore_privilege, ltime, process_times):
9965 New functions.
9966 (convert_time_raw): New function.
9967 (convert_time): Remove conversion of FILETIME into time in 100
9968 nsec units, call convert_time_raw instead.
9969
9970 * process.h (w32_list_system_processes, w32_system_process_attributes):
9971 Add prototypes.
9972 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
9973 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
9974 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
9975 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
9976
9977 * process.c (Fsystem_process_attributes): Doc fix.
9978
99792008-08-08 Chong Yidong <cyd@stupidchicken.com>
9980
9981 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
9982 a continued multi-char glyph; if so, advance to the actual glyph.
9983
99842008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9985
9986 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
9987
9988 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
9989 (.m.o): Use it.
9990 * config.in: Regenerate.
9991
99922008-08-07 Chong Yidong <cyd@stupidchicken.com>
9993
9994 * xdisp.c (redisplay_window): Revert last change.
9995 (try_window): Check bottom scroll margin too.
9996
99972008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9998
9999 * config.in: Regenerate.
10000
10001 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
10002 -list-load-path-shadows'.
10003 (nsgui.h): Reduce number of things depending on it.
10004
100052008-08-06 Chong Yidong <cyd@stupidchicken.com>
10006
10007 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
10008 instead of window-end which does the wrong thing at eob.
10009 (try_cursor_movement): Minor optimization.
10010 (redisplay_window): If scroll margin is defined, don't assume
10011 window doesn't need scrolling.
10012
100132008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10014
10015 * config.in: Regenerate.
10016
10017 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
10018 (mostlyclean): Don't delete *.d under NS.
10019
10020 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
10021
100222008-08-06 Kenichi Handa <handa@m17n.org>
10023
10024 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
10025
100262008-08-06 Andreas Schwab <schwab@suse.de>
10027
10028 * config.in: Regenerate.
10029
100302008-08-05 Chong Yidong <cyd@stupidchicken.com>
10031
10032 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
10033 forcing a window start.
10034
10035 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
10036 (auto_save_1): Update modtime when auto-save-list-file-name is on.
10037
100382008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10039
10040 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
10041 argument.
10042
100432008-08-05 Juanma Barranquero <lekktu@gmail.com>
10044
10045 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
10046 <scroll-down-aggressively, before-change-functions>:
10047 <after-change-functions>: Reflow docstrings.
10048
100492008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
acd0102a 10050 Ken Raeburn <raeburn@gnu.org>
aac0c6e3
MR
10051
10052 Dock menu customization, based on a patch by Ken Raeburn, plus some
10053 other fixes.
10054 * nsmenu.m (dockMenu): New variable.
10055 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
10056
10057 * nsterm.h (dockMenu): Declare.
10058
10059 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
10060 (ns_term_init): Initialize dockMenu.
10061 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
10062 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
10063 left.
10064
10065 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
10066
100672008-08-04 Chong Yidong <cyd@stupidchicken.com>
10068
10069 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
10070
10071 * config.in: Regenerate.
10072
100732008-08-04 Seiji Zenitani <zenitani@mac.com>
10074
10075 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
10076
100772008-08-04 Chong Yidong <cyd@stupidchicken.com>
10078
10079 * nsterm.h (find_and_call_menu_selection): Fix prototype.
10080
100812008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10082
10083 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
10084
10085 * keyboard.h: Comment an #endif.
10086
10087 * lisp.h (have_menus_p): Adjust comment.
10088
10089 * menu.c (find_and_return_menu_selection): Fix comparison with
10090 client_data.
10091
10092 * nsmenu.m (popup_activated_flag): New variable.
10093 (popup_activated): New function.
10094 (menu-or-popup-active-p): New exported lisp definition.
10095 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
10096 when popup done.
10097 (ns_popup_dialog): Set popup_activated_flag.
10098
10099 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
10100 version for GNUstep (handled by conditional typedef in nsterm.m).
10101 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
10102 in rgb.txt).
10103
10104 * process.c (init_process): Use DARWIN_OS, not DARWIN.
10105
10106 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
10107
10108 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
10109
10110 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
10111 shortcircuit if popup_activated like GTK and X toolkit.
10112
10113 * m/inter386.h: Change DARWIN to DARWIN_OS.
10114
10115 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
10116 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
10117 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
10118 comment on NO_SOCK_SIGIO.
10119
101202008-08-03 Chong Yidong <cyd@stupidchicken.com>
10121
10122 * nsterm.m (windowDidResize): Remove stopModal call.
10123
101242008-08-03 Andreas Schwab <schwab@suse.de>
10125
10126 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
10127 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
10128
101292008-08-02 Chong Yidong <cyd@stupidchicken.com>
10130
10131 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
10132 Don't use uninitialized pointer variable when using getrlimit.
10133
101342008-08-02 Jason Rumney <jasonr@gnu.org>
10135
10136 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
10137
101382008-08-02 Eli Zaretskii <eliz@gnu.org>
10139
10140 * alloc.c (NSTATICS): Bump to 0x640.
10141
10142 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
10143
10144 * lisp.h: Add prototype for directory_files_internal.
10145
10146 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
10147 New functions.
10148 (syms_of_process): Defsubr them. Add initializations for various
10149 Q* symbols used in procfs_system_process_attributes.
10150 (procfs_list_system_processes, procfs_system_process_attributes)
10151 [HAVE_PROCFS]: New functions.
10152 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
10153 (procfs_get_total_memory): New functions.
10154
101552008-08-01 Juanma Barranquero <lekktu@gmail.com>
10156
10157 * xfaces.c (Fx_load_color_file): Fix previous change;
10158 it is #ifdef WINDOWSNT, not WINDOWS_NT.
10159
101602008-08-01 Michael Albinus <michael.albinus@gmx.de>
10161
10162 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
10163
101642008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10165
10166 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
10167
101682008-08-01 Chong Yidong <cyd@stupidchicken.com>
10169
10170 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
10171
10172 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
10173 define NSApplicationDelegateReplySuccess.
10174 (EmacsView -converstationIdentifier): Use long instead of
10175 NSInteger for GNUstep, since it doesn't have NSInteger.
10176
10177 * xmenu.c: Revert last change.
10178
10179 * keyboard.h: Fix last change.
10180
101812008-08-01 Juanma Barranquero <lekktu@gmail.com>
10182
10183 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
10184 on Windows.
10185
101862008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10187
10188 Warning clearing and clean-up in NS port.
10189 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
10190 Add prototypes.
10191 * nsgui.h (FACE_DEFAULT): Remove, unused.
10192 (XGCValues): Change colors to unsigned long.
10193 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
10194 nsterm.m.
10195 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
10196 (ns_list_fonts): Remove, unused.
10197 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
10198 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
10199 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
10200 (nsfont_draw): Compare face colors to 0, not nil.
10201 * nsmenu.m (struct widget_value): Drop unneeded declaration.
10202 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
10203 (-addSubmenuWithTitle:): Use NSMenuItem class.
10204 (ns_popup_menu): Use NO, not NULL, for enabled setting.
10205 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
10206 (ns_clip_to_row): Make gc arg a BOOL.
10207 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
10208 ns_clip_to_row() call.
10209 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
10210 used). Cast FRAME_FONT assignments.
10211 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
10212 (ns_string_to_lispmod): Change arg to const char.
10213 (ns_term_init): Use NSMenuItem class.
10214 (EmacsApp -openFile:): Move to different section of file.
10215 (EmacsApp -application:openFiles:): Don't return a value, call
10216 -replyToOpenOrPrint:.
10217 (EmacsView -keyDown:): Fix up cast.
10218 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
10219 (EmacsView -menuDown:): Cast tag in call to
10220 find_and_call_menu_selection().
10221 (ns_list_fonts): Remove, unused.
10222 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
10223 (ns_fontname_to_xlfd): Make static.
10224 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
10225 Remove prototypes (now in keyboard.h).
10226 (next_menubar_widget_id): Remove, unused.
10227 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
10228 Remove prototypes (now in keyboard.h).
10229 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
10230
102312008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
10232
10233 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
10234 (floatfns.o): Depend on syssignal.h.
10235 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
10236
10237 * systty.h: Fix previous change that removed BSD_TERMIOS.
10238 Add comments to #ifdefs.
10239
102402008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10241
10242 * w32fns.c (w32-load-color-file): Remove.
10243 (x-open-connection): Use renamed Fx_load_color_file.
10244 * xfaces.c (x-load-color-file): Add.
10245 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
10246 Emacs.clr.
10247 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
10248
102492008-07-31 Michael Albinus <michael.albinus@gmx.de>
10250
10251 * dbusbind.c (Fdbus_call_method_asynchronously)
10252 (Fdbus_method_error_internal): New defuns.
10253 (xd_read_message): Handle also reply messages.
10254 (Vdbus_registered_functions_table): Extend docstring.
10255
102562008-07-31 Juanma Barranquero <lekktu@gmail.com>
10257
10258 * keyboard.c (gobble_input): Fix previous change.
10259
102602008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
10261
10262 * bitmaps/README:
10263 * xfns.c:
10264 * termcap.c:
10265 * term.c:
10266 * syswait.h:
10267 * systty.h:
10268 * systime.h:
10269 * syssignal.h:
10270 * sysdep.c:
10271 * process.h:
10272 * process.c:
10273 * print.c:
10274 * ndir.h:
10275 * lread.c:
10276 * keyboard.c:
10277 * getpagesize.h:
10278 * floatfns.c:
10279 * fileio.c:
10280 * emacs.c:
10281 * doc.c:
10282 * dispnew.c:
10283 * dired.c:
10284 * data.c:
10285 * callproc.c:
10286 * buffer.c:
10287 * README:
10288 * Makefile.in:
10289 * s/template.h:
10290 * s/msdos.h:
10291 * m/vax.h: Remove VMS support.
10292 * s/vms.h:
10293 * vlimit.h:
10294 * uaf.h:
10295 * temacs.opt:
10296 * param.h:
10297 * ioctl.h: Remove file.
10298
102992008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
10300
10301 * s/ms-w32.h (MULTI_KBOARD): Remove.
10302 * xterm.c:
10303 * xselect.c:
10304 * xfns.c:
10305 * window.c:
10306 * w32term.c:
10307 * w32fns.c:
10308 * terminal.c:
10309 * termhooks.h:
10310 * term.c:
10311 * sysdep.c:
10312 * keyboard.h:
10313 * keyboard.c:
10314 * frame.h:
10315 * frame.c:
10316 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
10317 * config.in: Regenerate.
10318
103192008-07-30 Jason Rumney <jasonr@gnu.org>
10320
10321 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
10322
10323 * w32font.c (w32font_encode_char): Leave as unicode if in range.
10324 (w32font_open_internal): Get unicode version of textmetrics.
10325 Don't enable or disable glyph indices here.
10326 (w32font_open): Disable use of glyph indices.
10327
10328 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
10329
103302008-07-30 Chong Yidong <cyd@stupidchicken.com>
10331
10332 * minibuf.c (Vread_buffer_function): Doc fix.
10333
103342008-07-30 John Paul Wallington <jpw@pobox.com>
10335
10336 * minibuf.c (read_buffer_completion_ignore_case): New var.
10337 (Fread_buffer): Use it.
10338
103392008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
10340
10341 * systty.h (sensemode): Remove empty #if. Remove reference to
10342 BSD_TERMIOS, unused.
10343
10344 * sysdep.c: Remove reference to DGUX.
10345 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
10346
10347 * config.in: Regenerate.
10348
103492008-07-30 Jason Rumney <jasonr@gnu.org>
10350
10351 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
10352
103532008-07-29 Jason Rumney <jasonr@gnu.org>
10354
10355 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
10356 is populated.
10357 (uniscribe_encode_char): Always use uniscribe.
10358 Avoid using context if cache is populated.
10359
103602008-07-29 Jan Djärv <jan.h.d@swipnet.se>
10361
10362 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
10363 open menu.
10364
10365 * gtkutil.c (menu_nav_ended): Remove.
10366 (create_menus): Remove signal connect for menu_nav_ended.
10367
103682008-07-28 Chong Yidong <cyd@stupidchicken.com>
10369
10370 * xdisp.c (redisplay_window): Check return value of
10371 compute_window_start_on_continuation_line before forcing a window
10372 start.
10373
103742008-07-28 Jason Rumney <jasonr@gnu.org>
10375
10376 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
10377
10378 * w32term.c (w32_enable_unicode_output, cleartype_active):
10379 Remove obsolete display options.
10380 (x_draw_glyph_string_background): Don't use old cleartype_active
10381 workaround.
10382 (w32_initialize): Remove cleartype_active initialization.
10383 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
10384
103852008-07-28 Andreas Schwab <schwab@suse.de>
10386
10387 * lisp.h (init_weak_hash_tables, syms_of_font)
10388 (xd_read_queued_messages, syms_of_dbusbind): Declare.
10389 (remove_hash_entry): Don't declare.
10390 * eval.c (maybe_call_debugger): Make static and move before use.
10391 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
10392 * xdisp.c: Include "gtkutil.h" if USE_GTK.
10393 * xterm.h (x_set_frame_alpha): Declare.
10394
103952008-07-28 Jan Djärv <jan.h.d@swipnet.se>
10396
10397 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
10398 (create_menus): Connect selection-done to menu_nav_ended.
10399
104002008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10401
10402 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
10403 Set Vx_resource_name to a fallback. Replace read of 'buffered'
10404 parameter with read of 'alpha' one.
10405 (Qns_frame_parameter): Remove.
5582fbc7 10406 * nsselect.m (selection-coding-system)
aac0c6e3
MR
10407 (next-selection-coding-system, Vselection_coding_system)
10408 (Vnext_selection_coding_system): Drop.
10409
104102008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10411
10412 * nsfns.m (do-applescript, do_applescript): Rename to
10413 ns-do-applescript, ns_do_applescript, and move within file.
10414
104152008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10416
10417 Remove support for Mac Carbon.
10418 * mactoolbox.c:
10419 * macterm.h:
10420 * macterm.c:
10421 * macselect.c:
10422 * macmenu.c:
10423 * macgui.h:
10424 * macfns.c:
10425 * mac.c: Remove file.
10426 * s/darwin.h:
10427 * m/intel386.h:
10428 * xfaces.c:
10429 * xdisp.c:
10430 * window.c:
10431 * tparam.c:
10432 * termhooks.h:
10433 * termcap.c:
10434 * term.c:
10435 * syssignal.h:
10436 * sysselect.h:
10437 * sysdep.c:
10438 * process.c:
10439 * lread.c:
10440 * lisp.h:
10441 * keyboard.c:
10442 * image.c:
10443 * fringe.c:
10444 * frame.h:
10445 * frame.c:
10446 * fontset.c:
10447 * font.h:
10448 * font.c:
10449 * fns.c:
10450 * fileio.c:
10451 * emacs.c:
10452 * dispnew.c:
10453 * dispextern.h:
10454 * config.in:
10455 * atimer.c:
2ae37cf0 10456 * Makefile.in: Remove code for Carbon.
aac0c6e3 10457
f0131492 104582008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
10459
10460 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
10461
104622008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10463
10464 * macterm.h (kCGBitmapByteOrder32Host): New define for
10465 non-universal SDKs.
10466
10467 * image.c (mac_create_cg_image_from_image, image_load_image_io)
10468 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10469
10470 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
10471 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
10472
104732008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
10474
10475 * w32inevt.c: Include dispextern.h.
10476
104772008-07-26 Andreas Schwab <schwab@suse.de>
10478
10479 * print.c (print_object): Fix off-by-one in last change.
10480
104812008-07-25 Juanma Barranquero <lekktu@gmail.com>
10482
10483 * term.c (syms_of_term): Don't initialize default_orig_pair,
10484 default_set_foreground and default_set_background on Windows.
10485
104862008-07-25 Jason Rumney <jasonr@gnu.org>
10487
10488 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
10489 ScriptItemize. Clean up return value checking. Remove unused
10490 variables.
10491 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
10492 shaping engine.
10493
10494 * w32font.c (w32font_has_char): Handle the case where we can't
10495 determine the script for a character.
10496
104972008-07-25 Chong Yidong <cyd@stupidchicken.com>
10498
10499 * term.c (syms_of_term): Initialize default_orig_pair,
10500 default_set_foreground, and default_set_background.
10501
10502 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
10503 clash (bug#86).
10504 (getloadavg): Callers changed.
10505
10506 * image.c (svg_load_image): Fix last change.
10507 (svg_load_image): Use rsvg_handle_get_dimensions to check that
10508 image size is valid. Use g_object_unref instead of deprecated
10509 rsvg_handle_free to free rsvg handle.
10510 (x_from_xcolors): Don't initialize pixmap (silence compiler).
10511
105122008-07-25 Jason Rumney <jasonr@gnu.org>
10513
10514 * w32font.c (w32font_encode_char): Encode characters outside BMP as
10515 surrogates before looking up glyph index.
10516 (w32font_text_extents): Encode as surrogates if falling back to
10517 functions that need UTF-16 wide chars.
10518
10519 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
10520 BMP as surrogates before looking up glyph index.
10521
105222008-07-25 Chong Yidong <cyd@stupidchicken.com>
10523
10524 * image.c (svg_load_image): Check for failure in return value of
10525 rsvg_handle_get_pixbuf. Free rsvg handle when done.
10526
105272008-07-25 Jason Rumney <jasonr@gnu.org>
10528
10529 * w32font.c (Fx_select_font): Reverse sense of second arg.
10530
105312008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10532
10533 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
10534 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
10535
10536 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
10537 (PURESIZE): Use it.
10538
105392008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10540
10541 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
10542 * m/alpha.h (TEXT_END):
10543 * m/ibmrs6000.h (TEXT_END):
10544 * m/macppc.h (TEXT_END):
10545 * s/darwin.h (TEXT_END):
10546 * s/msdos.h (TEXT_END): Remove, unused.
10547 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
10548 * s/cygwin.h: Remove comment.
10549
10550 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
10551 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
10552 * m/intel386.h (DOT_GLOBAL_START):
10553 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
10554 (USG): Remove, file not used on USG platforms.
10555
10556 * Makefile.in (HAVE_X11): Remove empty #else.
10557
105582008-07-24 Andreas Schwab <schwab@suse.de>
10559
10560 * fileio.c (Finsert_file_contents): Properly adjust undo list
10561 after format conversion.
10562
105632008-07-24 Jan Djärv <jan.h.d@swipnet.se>
10564
10565 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
10566 (menu_nav_ended): Remove.
10567 (create_menus): Remove signal connect for menu_nav_ended.
10568 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
10569 create_menus.
10570 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
10571
105722008-07-23 Jason Rumney <jasonr@gnu.org>
10573
10574 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
10575 with opened font.
10576 (w32font_open): Set font type to gdi.
10577
10578 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
10579
105802008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10581
10582 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
10583 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
10584 defines it.
10585 * unexec.c (ADDR_CORRECT): Define unconditionally.
10586
10587 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
10588
10589 * unexec.c: Remove code depending on !COFF and USG, the file is
10590 not used for such systems.
10591
10592 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
10593 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
10594 (LD_SWITCH_SYSTEM_1): Remove, update users.
10595
10596 * s/darwin.h (DATA_END):
10597 * m/intel386.h (DATA_END):
10598 * m/ibmrs6000.h (DATA_END):
10599 * m/alpha.h (DATA_END): Remove, unused.
10600
10601 * config.in: Regenerate.
10602 * s/ms-w32.h (subprocesses): Define unconditionally.
10603 * s/template.h (subprocesses): Update comment.
10604 * s/vms.h (subprocesses):
10605 * s/usg5-4.h (subprocesses):
10606 * s/hpux10-20.h (subprocesses):
10607 * s/gnu-linux.h (subprocesses):
10608 * s/cygwin.h (subprocesses):
10609 * s/bsd-common.h (subprocesses):
10610 * s/aix4-2.h (subprocesses):
10611 * s/darwin.h (subprocesses): Do not define, defined by default now.
10612
10613 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
10614 Remove all references.
10615 (temacs): Add GNUstep specific ld flags.
10616
10617 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
10618 similarly to what X does.
10619
106202008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10621
10622 * nsfns.m (x-list-fonts): Remove.
10623 (syms_of_nsfns): Drop the x-list-fonts declaration.
10624 * nsterm.m: Get rid of remaining "//" comments.
10625
106262008-07-22 Chong Yidong <cyd@stupidchicken.com>
10627
10628 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
10629
10630 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
10631 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
10632 (Fns_own_selection_internal, Fx_disown_selection_internal)
10633 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
10634
10635 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
10636 ... */' style of docstrings. Doc fixes.
10637
106382008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10639
10640 * terminfo.c (UP, BC, PC): Undo previous change.
10641
10642 * nsfns.m: Rename ns prefixed functions/variables to the
10643 corresponding x versions. Update references.
10644
106452008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10646
10647 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
10648
106492008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10650
10651 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
10652 Remove forwarding functions.
10653 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
10654 non-static.
10655 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
10656 non-static.
10657 (ns_frame_parm_handlers): Use the new names.
10658 (syms_of_nsfns): Move to the end of file.
10659
10660 * nsterm.m (syms_of_nsterm): Move to the end of file.
10661
10662 * dispnew.c (init_display): Remove code for X10.
10663
106642008-07-22 Jason Rumney <jasonr@gnu.org>
10665
10666 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
10667 bare drive.
10668
106692008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10670
10671 * nsterm.m (syms_of_nsterm): Remove debugging println.
10672
106732008-07-22 David Reitter <david.reitter@gmail.com>
10674
10675 * nsfns.m (do_applescript, F_do_applescript): NS version of the
10676 Carbon implementation of the same functionality: execute arbitrary
10677 AppleScript code.
10678
106792008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10680
10681 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
10682 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
10683 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
10684 (Fx_display_mm_height, Fx_display_mm_width)
10685 (Fx_display_backing_store, Fx_display_visual_class)
10686 (Fx_display_save_under, Fx_open_connection)
10687 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
10688 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
10689 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10690 (Fx_display_pixel_width, Fx_display_pixel_height)
10691 (Fx_display_usable_bounds, Fx_display_planes)
10692 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
10693 ... */' style of docstrings.
10694
106952008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10696
10697 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
10698 on this platform.
10699 (mips):
10700 * m/iris4d.h (mips): Do not define.
10701 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
10702
10703 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
10704
10705 * image.c:
10706 * nsfns.m:
10707 * nsselect.m:
10708 * nsterm.h:
10709 * nsterm.m: Rename ns prefixed functions/variables to the
10710 corresponding x versions. Update references.
10711
10712 * m/ibms390x.h (NO_REMAP): Do not undefine.
10713
10714 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
10715
107162008-07-21 Chong Yidong <cyd@stupidchicken.com>
10717
10718 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
10719 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
10720 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
10721 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
10722 (Fns_display_mm_height, Fns_display_mm_width)
10723 (Fns_display_backing_store, Fns_display_visual_class)
10724 (Fns_display_save_under, Fns_open_connection)
10725 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
10726 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
10727 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
10728 (Fns_display_pixel_width, Fns_display_pixel_height)
10729 (Fns_display_usable_bounds, Fx_display_planes)
10730 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
10731
107322008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
10733
10734 * print.c (print_object): Check print_depth before searching for
10735 circularities.
10736
107372008-07-21 Michael Albinus <michael.albinus@gmx.de>
10738
10739 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
10740 only sprintf.
10741
107422008-07-21 Kenichi Handa <handa@m17n.org>
10743
10744 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
10745
107462008-07-20 Andreas Schwab <schwab@suse.de>
10747
10748 * syntax.c (find_start_pos, find_start_value)
10749 (find_start_value_byte, find_start_begv, find_defun_start)
10750 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
10751
107522008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10753
10754 * s/sol2-3.h: Insert contents of s/sol2.h.
10755 (LD_SWITCH_SYSTEM): Remove redundant definition.
10756 * s/sol2.h: Remove, unused.
10757
107582008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10759
10760 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
10761
107622008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10763
10764 * Makefile.in (ns_appdir): Fix typo in find command.
10765
107662008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10767
10768 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
10769
10770 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
10771 added not supported anymore.
10772
10773 * s/usg5-4-2.h (LIBS_SYSTEM):
10774 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
10775
10776 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10777 * s/lynxos.h (GETPGRP_NO_ARG):
10778 * s/hpux10-20.h (NO_SIOCTL_H):
10779 * s/gnu.h (GETPGRP_NO_ARG):
10780 * s/gnu-linux.h (NO_SIOCTL_H):
10781 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
10782 * s/cygwin.h (GETPGRP_NO_ARG):
10783 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
10784 (C_DEBUG_SWITCH): Remove duplicate definition.
10785
10786 * m/ibms390.h: Remove boilerplate comments.
10787
10788 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
10789
10790 * process.c (HAVE_SERIAL): Consolidate ifdefs.
10791 (wait_reading_process_output): Remove code for SunOS, platform not
10792 supported anymore. Use SOLARIS2 instead of sun.
10793
107942008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10795
10796 * font.c (font_open_by_name): Under NS, default lface height to zero.
10797 (font_open_for_lface): Under NS, set size based on frame fontsize.
10798 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
10799 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
10800
108012008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10802
10803 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
10804 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
10805 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
10806 YES/NO.
10807 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
10808 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
10809 * Makefile.in (clean): Clear out build destination dir.
10810
108112008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10812
10813 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
10814 xterm, xselect.
10815 * lisp.h: Remove declaration of hash_remove.
10816 * nsgui.h: Remove redefinitions of hash_remove.
10817 * fns.c (hash_remove): Rename to hash_remove_from_table.
10818
108192008-07-19 Seiji Zenitani <zenitani@mac.com>
10820
10821 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
10822 strdup() the family UTF8String before modifying it.
10823
108242008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10825
10826 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
10827 NS_FACE_BACKGROUND with 0 instead of nil.
10828 * nsfont.m (nsfont_draw): Same.
10829
108302008-07-19 Chong Yidong <cyd@stupidchicken.com>
10831
10832 * nsfns.m (ns_set_background_color): Fix crash.
10833
108342008-07-18 Chong Yidong <cyd@stupidchicken.com>
10835
10836 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
10837
108382008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
10839
10840 * puresize.h (BASE_PURESIZE): Increase to 1240000.
10841
108422008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10843
10844 * gtkutil.c: Include <config.h> instead of "config.h".
10845
10846 * lisp.h (Foverlay_buffer): Add EXFUN.
10847
10848 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
10849 child process to complete child_setup. Undo 2005-09-21 change.
10850
10851 * s/darwin.h: Mention setsid after vfork.
10852
108532008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10854
10855 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
10856 Depend on macgui.h.
10857
10858 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
10859 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
10860
10861 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
10862 and f19.
10863 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
10864
10865 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
10866 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
10867 Remove enumerators.
10868
10869 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
10870 Check if FACE_FROM_ID returns NULL.
10871
108722008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
10873
10874 * w32inevt.c (change_frame_size): Remove extern declaration.
10875 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
10876 change_frame_size.
10877
108782008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10879
10880 * getloadavg.c: Revert last change (2008-07-15).
10881
108822008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
10883
10884 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 10885 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
10886 from configure.
10887
108882008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10889
10890 * s/sol2.h:
10891 * s/sol2-4.h: Reorganize conditionals.
10892
10893 * ecrt0.c: Remove code depending on m68000, not used anymore.
10894
10895 * fns.c (hash_remove): Make static.
10896 * lisp.h (hash_remove): Don't prototype.
10897
10898 * m/ibmrs6000.h:
10899 * m/ibms390x.h:
10900 * m/macppc.h: Remove boilerplate comments.
10901
10902 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
10903 Solaris, which does not need them.
10904
10905 * m/vax.h: Remove comments about unsupported systems.
10906
10907 * s/darwin.h: Reorganize ifdefs.
10908
109092008-07-17 Andreas Schwab <schwab@suse.de>
10910
10911 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
10912
109132008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10914
10915 Use SDATA. Follow coding convention of placing operators at
10916 beginning of next line rather than end of previous line, and placing
10917 spaces around infix operators.
10918
10919 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
10920 in case it was defined already.
10921 USE @GNUSTEP_MAKEFILES@ rather than envvars.
10922 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
10923 ns_default.
10924 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
10925 Lisp_Objects.
10926 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
10927 (ns_defined_color, ns_color_to_lisp): Declare.
10928 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
10929 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
10930 it's accepted even with USE_LISP_UNION_TYPE.
10931 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
10932 (update_frame_tool_bar): Remove apparently obsolete tests for
10933 non-integerness of f->tool_bar_lines.
10934 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
10935 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
10936 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
10937 (nsfont_open): Don't confuse NULL for Qnil.
10938 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
10939 * menu.h (find_and_call_menu_selection):
10940 * menu.c (find_and_call_menu_selection): Use just int for vector size.
10941 (find_and_return_menu_selection): Always return something.
10942 * frame.h: Include dispextern.h for Display_Info.
10943 (display_x_get_resource): Declare.
10944
109452008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
10946
10947 * syntax.c: Remove stdio.h include accidentally introduced in
10948 Emacs.app commit.
10949 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
10950 NS_IMPL_COCOA.
10951 * keyboard.c (handle_async_input, input_available_signal): Remove
10952 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
10953
109542008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10955
10956 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
10957 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
10958 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
10959 Use SDATA.
10960
10961 * keymap.c: Remove all NS-specific code.
10962 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
10963 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
10964 where_is_preferred_modifier, return a different value depending on how
10965 preferred is the binding.
10966 (where_is_internal): Adjust accordingly.
10967 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
10968 Adjust to new preferred_sequence_p.
10969 (syms_of_keymap): Declare `where-is-preferred-modifier'.
10970 * keyboard.c (parse_solitary_modifier): Not static any more.
10971 * keyboard.h (parse_solitary_modifier): Declare.
10972
109732008-07-16 Andreas Schwab <schwab@suse.de>
10974
10975 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
10976 of easymenu.
10977
109782008-07-16 Chong Yidong <cyd@stupidchicken.com>
10979
10980 * xdisp.c (move_it_in_display_line): Account for word wrap, so
10981 that we don't move off the line.
10982
109832008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10984
10985 * keyboard.c (Qsuper): Remove.
10986 (parse_menu_item): Don't call where_is_internal specially for NS.
10987
109882008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10989
10990 * s/gnu-linux.h: Remove boilerplate comments.
10991
10992 * m/alpha.h (__ELF__): Consolidate conditions.
10993
10994 * m/m68k.h (linux): Use GNU_LINUX instead.
10995 Remove boilerplate comments.
10996
10997 * m/intel386.h: Undo refactoring from previous change.
10998 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
10999 too, remove dead code.
11000 (linux): Use GNU_LINUX instead.
11001
110022008-07-16 Jason Rumney <jasonr@gnu.org>
11003
11004 * w32gui.h: Repeat 26 June changes lost by last change.
11005
110062008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11007
11008 * systty.h: Remove code for Aix on 386, unsupported platform.
11009
11010 * s/ms-w32.h: Remove boilerplate comments.
11011 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
11012
11013 * s/gnu-linux.h (TERM): Remove support.
11014 (HAVE_SYSVIPC): Remove, unused.
11015 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
11016 for this system.
11017
11018 * process.c: Remove support for IRIS, unused.
11019 Remove support for TERM, not relevant anymore.
11020
11021 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
11022 used with the definition.
11023
11024 * s/aix4-2.h (static): Do not undef.
11025
11026 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
11027 only used on Aix.
11028 (HAVE_SYSVIPC): Remove, unused.
11029
11030 * m/hp800.h (CANNOT_DUMP): Do not undef.
11031
11032 * m/alpha.h: Fix comment.
11033
11034 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
11035 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
11036 used by this configuration.
11037 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
11038 * unexec.c: Remove code depending on HPUX and
11039 USG_SHARED_LIBRARIES, not used with this file. Remove code
11040 depending on IRIS, unused. Remove if 0-ed code.
11041
11042 * s/template.h: Remove comments about static.
11043
11044 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
11045 Remove if 0-ed code.
11046 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
11047 were the same as the default.
11048 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
11049 Remove boilerplate comments.
11050 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
11051 (HAVE_SYSVIPC): Remove, unused.
11052 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
11053
11054 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11055 Remove boilerplate comments.
11056 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11057 Remove boilerplate comments.
11058 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11059 Remove boilerplate comments.
11060 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
11061
11062 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
11063 USG systems which do not use DATA_SEG_BITS.
11064 Refactor code. Remove boilerplate comments.
11065
11066 * m/ibms390.h:
11067 * m/m68k.h:
11068 * s/bsd-common.h:
11069 * s/cygwin.h:
11070 * s/darwin.h:
11071 * s/freebsd.h:
11072 * s/gnu.h:
11073 * s/msdos.h: Remove boilerplate comments.
11074
11075 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 11076 do not use this file.
aac0c6e3
MR
11077 (IRIS_4D): Remove, unused.
11078
11079 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 11080 do not use this file.
aac0c6e3
MR
11081 (SIGN_EXTEND_CHAR):
11082 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
11083 * unexmips.c: Remove file, unused.
11084
11085 * editfns.c (Fuser_full_name): Replace the only use of
11086 USER_FULL_NAME with its value.
11087 * config.in: Regenerate.
11088
110892008-07-16 David Reitter <david.reitter@gmail.com>
11090
11091 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
11092 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
11093
110942008-07-16 Glenn Morris <rgm@gnu.org>
11095
11096 * emacs.c (system-type): Doc fix.
11097
110982008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
11099
11100 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
11101 If the cache doesn't work, let's fix it, rather than work around it.
11102
111032008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11104
11105 * Makefile.in: Correct additions for nsfont.o in last commit.
11106 * nsfont.m: New file (forgot last commit).
11107
111082008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
11109
11110 * callproc.c (set_initial_environment): Initialize
11111 Vprocess_environment under CANNOT_DUMP (fixes crash when
11112 batch-compiling for bootstrap).
11113
111142008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
acd0102a 11115 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
11116
11117 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
11118 fix crash due to different init order.
11119
111202008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11121
11122 Changes and additions for NeXTstep windowing system (Cocoa and
11123 GNUstep) support.
11124
11125 * Makefile.in:
11126 * config.in: Support defines and build commands for NS port.
11127 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
11128 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
11129 * dispextern.h: Include nsgui.h and add needed typedefs under NS
11130 windowing.
11131 (struct face): Add synth_ital field.
11132 * dispnew.c: Include nsterm.h when compiling under NS windowing.
11133 (init_display): Initialize Vinitial_window_system to "ns" when so
11134 compiled.
11135 * emacs.c: Include GSConfig.h when compiling under GNUstep.
11136 (display_arg): Use under NS.
11137 (main): Under NS, allocate autorelease pool and handle command line
11138 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
11139 (standard_args): Add NS-specific args.
11140 (shut_down_emacs): Shut down NS terminal if compiled under NS.
11141 * font.c (DEFAULT_ENCODING): New variable.
11142 (font_find_for_lface): Use it.
11143 (syms_of_font): Load syms_of_nsfont under NS.
11144 * font.h: Declare nsfont_driver when compiled under NS.
11145 * fontset.c: When compiling under NS, include nsterm.h.
11146 (fontset_from_font): Autoconstruct fontset under NS.
11147 * frame.c (various): Under NS, include nsterm.h, add Qns window system
11148 symbol, document and use it.
11149 (do_switch_frame): When for_deletion under Cocoa, add
11150 Fraise_frame(Qnil).
11151 (x_set_frame_parameters): Ensure font attribute changes are picked up.
11152 (x_get_arg): Allow "yes" and "no" as boolean values.
11153 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
11154 Qright under Cocoa.
11155 (focus-follows-mouse): Default to 0 under NS.
11156 * frame.h (enum output_method): Add output_ns.
11157 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
11158 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
11159 (FRAME_WINDOW_P): NS-specific definition.
11160 * fringe.c (max_used_fringe_bitmap): Make public.
11161 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
11162 (getloadavg): Use NeXT code under descendant OS's.
11163 * image.c (includes and header section, x_create_bitmap_from_data)
11164 (x_create_bitmap_from_file, free_bitmap_record, image_background)
11165 (image_background_transparent, x_clear_image_1)
11166 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
11167 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
11168 (x_to_xcolors, x_from_xcolors, x_disable_image)
11169 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
11170 other GUIs, including XPM support using code originally written for
11171 Carbon GUI.
11172 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
11173 using NS API.
11174 (image_ascent): Use font metrics macros instead of direct struct field
11175 access.
11176 * keyboard.c (includes): Add nsterm.h when compiling under NS.
11177 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
11178 Also, handle NS as GTK for menu bar purposes.
11179 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
11180 toolkit where they differ.
11181 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
11182 use cachelist, still needed under NS.
11183 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
11184 (struct widget_value): Define it here for menu.c.
11185 * keymap.c (includes): Include modifier internals.
11186 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
11187 NS.
11188 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
11189 support for preferring sequences using certain modifiers, specified by
11190 the FIRSTONLY argument.
11191 * lisp.h (hash_remove): Rename to avoid name clash when compiling
11192 under NS GNUstep implementation.
11193 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
11194 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
11195 * menu.c: Include nsterm.h under NS.
11196 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
11197 (free_menubar_widget_tree_value, update_submenu_strings)
11198 (find_and_call_menu_selection): Treat NS as X and NT.
11199 (find_and_return_menu_selection): New function, used for popup menus.
11200 * nsgui.h:
11201 * nsterm.h:
11202 * nsfns.m:
11203 * nsimage.m:
11204 * nsmenu.m:
11205 * nsselect.m:
11206 * nsterm.m: New files.
11207 * process.c (wait_reading_process_output): Under NS, call ns_select()
11208 instead of plain select().
11209 * syntax.c (char_quoted): Under NS, avoid a crash when called near
11210 beginning of buffer.
11211 * sysselect.h (init_process): Rename when compiling under Cocoa to
11212 avoid name conflict.
11213 * termhooks.h (display_info): Add ns_display_info to union.
11214 * terminal.c (Fterminal_live_p): Add ns to terminal types.
11215 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
11216 COCOA environment.
11217 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
11218 unexec() signature. (Note, this will dump, but the resulting file
11219 crashes; unexosx is used instead; keeping around for reference and
11220 possible aid in getting dump working under GNUstep.)
11221 * w32gui.h (button_type, widget_value): Remove definitions (now in
11222 keyboard.h).
11223 * window.c: Include nsterm.h when compiling under NS.
11224 * xdisp.c (includes): Include nsterm.h when compiling under NS.
11225 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
11226 other GUI windowing systems.
11227 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
11228 GTK.
11229 (x_consider_frame_title): Under NS, set icon type and frame
11230 modified-state indicator; use ns_set_name_as_filename() when using
11231 formatted title.
11232 (update_window_cursor): Make public when compiling under NS.
11233 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
11234 (hourglass_atimer, Vhourglass_delay
11235 * xfaces.c (header section, init_frame_faces, clear_font_table)
11236 (defined_color, unload_color, x_face_list_fonts)
11237 (prepare_face_for_display): Add NS support parallel to other GUIs.
11238 Emulate GCs like other non-X GUIs.
11239 (split_font_name): Don't lowercase font name under NS.
11240 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
11241 under NS.
11242 * s/darwin.h: Add support for compilation under NS.
11243
112442008-07-15 Jason Rumney <jasonr@gnu.org>
11245
11246 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
11247 (w32_show_hourglass): Rename from show_hourglass.
11248 (w32_hide_hourglass): Rename from hide_hourglass.
11249 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
11250 (Vhourglass_delay): Declare extern.
11251 (hourglass_started): Remove.
11252
11253 * xdisp.c (Vhourglass_delay): Remove static.
11254 (hourglass_started, start_hourglass, cancel_hourglass):
11255 Don't include these versions on WINDOWSNT.
11256
112572008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11258
11259 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
11260 variables (formerly in xfns.c).
11261 (show_hourglass, hide_hourglass): New prototypes (same).
11262 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
11263 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
11264 in xfns.c).
11265 (syms_of_xdisp): Declare/initialize display-hourglass,
11266 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
11267 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
11268 formerly in xfns.c.
11269 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
11270 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
11271 (start_hourglass, cancel_hourglass): Remove.
11272 (show_hourglass, hide_hourglass): Remove prototypes and static
11273 modifiers.
11274 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
11275 hourglass_atimer, hourglass_shown_p declaration/initialization.
11276 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
11277 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
11278 (start_hourglass, cancel_hourglass): Remove.
11279 (show_hourglass, hide_hourglass): Remove prototypes and static
11280 modifiers.
11281 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
11282 hourglass_atimer, hourglass_shown_p declaration/initialization.
11283 * w32fns.c (display_hourglass_p, Vhourglass_delay)
11284 (DEFAULT_HOURGLASS_DELAY): Remove.
11285 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
11286 hourglass_shown_p declaration/initialization.
11287
112882008-07-14 Jason Rumney <jasonr@gnu.org>
11289
11290 * w32fns.c (w32_get_arg): Remove wrapper function.
11291 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
11292 directly.
11293 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
11294
112952008-07-14 Kenichi Handa <handa@m17n.org>
11296
11297 * xfont.c (xfont_open): Add workaround for X's bug.
11298
112992008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11300
11301 * fontset.c: Include <stdio.h> unconditionally.
11302
113032008-07-13 Michael Albinus <michael.albinus@gmx.de>
11304
11305 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
11306 for filtering.
11307
113082008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11309
11310 * s/vms.h: Use __GNUC__ instead of _GNUC_.
11311
11312 * m/macppc.h:
11313 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
11314
11315 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
11316 (SPECIAL_EMACS_INT):
11317 * m/ia64.h (SPECIAL_EMACS_INT):
11318 * m/amdx86-64.h (SPECIAL_EMACS_INT):
11319 * s/gnu.h (NLIST_STRUCT):
11320 * s/aix4-2.h (X11R5_INHIBIT_I18N):
11321 * s/gnu-linux.h (LINUX):
11322 * s/msdos.h (HAVE_FACES):
11323 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
11324
11325 * systty.h:
11326 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
11327 anymore.
11328
113292008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
11330
11331 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
11332 always defined as int.
11333
11334 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
11335 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
11336 * s/gnu-linux.h (HAVE_WAIT_HEADER):
11337 * s/freebsd.h (HAVE_WAIT_HEADER):
11338 * s/bsd-common.h (HAVE_UNION_WAIT):
11339 * s/aix4-2.h (HAVE_WAIT_HEADER):
11340 * m/mips.h (HAVE_UNION_WAIT):
11341 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
11342 (COFF, static): Do not define, they are undefined later in the file.
11343
11344 * process.c (update_status): Don't use a union.
11345 (status_convert):
11346 (sigchld_handler): Use int instead of WAITTYPE.
11347
113482008-07-12 Chong Yidong <cyd@stupidchicken.com>
11349
11350 * indent.c (Fvertical_motion): Restore hscroll before moving to
11351 goal column.
11352
113532008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11354
11355 * lisp.h: Remove left over code.
11356
113572008-07-11 Andreas Schwab <schwab@suse.de>
11358
11359 * lisp.h: Fix logic in last change.
11360
11361 * menu.h: New file.
11362 * menu.c: Include it.
11363 * xmenu.c: Likewise.
11364 * Makefile.in: Update dependencies.
11365
113662008-07-11 Kenichi Handa <handa@m17n.org>
11367
11368 * fontset.c (fontset_from_font): Cancel the previous change.
11369
113702008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11371
11372 * lisp.h:
11373 * w32heap.c:
11374 * emacs.c:
11375 * alloc.c: Replace all references of NO_UNION_TYPE with
11376 USE_LISP_UNION_TYPE.
11377
11378 * m/xtensa.h (NO_UNION_TYPE):
11379 * m/vax.h (NO_UNION_TYPE):
11380 * m/template.h (NO_UNION_TYPE):
11381 * m/sparc.h (NO_UNION_TYPE):
11382 * m/mips.h (NO_UNION_TYPE):
11383 * m/macppc.h (NO_UNION_TYPE):
11384 * m/m68k.h (NO_UNION_TYPE):
11385 * m/iris4d.h (NO_UNION_TYPE):
11386 * m/intel386.h (NO_UNION_TYPE):
11387 * m/ibms390x.h (NO_UNION_TYPE):
11388 * m/ibms390.h (NO_UNION_TYPE):
11389 * m/ibmrs6000.h (NO_UNION_TYPE):
11390 * m/ia64.h (NO_UNION_TYPE):
11391 * m/hp800.h (NO_UNION_TYPE):
11392 * m/arm.h (NO_UNION_TYPE):
11393 * m/amdx86-64.h (NO_UNION_TYPE):
11394 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
11395 defining it the same.
11396
113972008-07-10 Chong Yidong <cyd@stupidchicken.com>
11398
11399 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
11400
114012008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
11402
11403 * fileio.c:
50426a04 11404 * sysdep.c:
aac0c6e3
MR
11405 * systty.h:
11406 * m/ibmrs6000.h:
11407 * m/iris4d.h:
11408 * s/aix4-2.h:
11409 * s/freebsd.h:
11410 * s/gnu-linux.h:
11411 * s/hpux10-20.h:
11412 * s/hpux11.h:
11413 * s/netbsd.h:
11414 * s/sol2-3.h:
11415 * s/sol2-4.h:
11416 * s/sol2.h:
11417 * s/usg5-4.h:
11418 * s/vms.h: Remove references to unused variables.
11419
114202008-07-10 Andreas Schwab <schwab@suse.de>
11421
11422 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
11423 pattern before matching the generic family.
11424
114252008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
11426
11427 * unexec.c:
11428 * s/vms.h:
11429 * s/usg5-4-2.h:
11430 * s/sol2-5.h:
11431 * s/freebsd.h:
11432 * s/darwin.h: Remove dead code.
11433
11434 * m/template.h:
11435 * m/sparc.h:
11436 * m/mips.h:
11437 * m/m68k.h:
11438 * m/iris4d.h:
11439 * m/intel386.h:
11440 * m/ibms390x.h:
11441 * m/ibms390.h:
11442 * m/ia64.h:
11443 * m/hp800.h:
11444 * m/arm.h:
11445 * m/amdx86-64.h: Remove dead code and references to unused
11446 and compiler defined symbols.
11447
11448 * unexmips.c:
11449 * unexelf.c: Remove references to desupported systems.
11450
11451 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
11452
11453 * m/powermac.h: Remove boilerplate comments.
11454 (NO_REMAP): Remove unused definition.
11455
11456 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
11457 define them.
11458
114592008-07-10 Kenichi Handa <handa@m17n.org>
11460
11461 * xfont.c (xfont_open): Log the reason of failure.
11462
114632008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11464
11465 * fontset.c (fontset_get_font_group):
11466 * font.c (font_check_otf): Specify argument types.
11467
114682008-07-09 Kenichi Handa <handa@m17n.org>
11469
11470 * coding.c (detect_coding_utf_8): Set detect_info->found only when
11471 non-ASCII char is found.
11472
11473 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
11474 (reorder_font_vector): Change the arg preferred_family to font.
11475 Prefer the spec matching with font.
11476 (fontset_get_font_group): New function.
11477 (fontset_find_font): Change the format of an element of a realized
11478 fontset. Use fontset_get_font_group.
11479 (fontset_font): Try the current fontset, the default fontset, the
11480 fallbacks of the current fontset, and the fallbacks of the default
11481 fontset in this order.
11482 (face_for_char): Delete the shortcut to use the current font.
11483 (fontset_from_font): Don't set fonts for Latin in the fontset.
11484
11485 * font.h (font_make_object, font_match_p): Adjust prototypes.
11486
11487 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
11488
11489 * font.c (font_make_object): New arg entity and pixelsize.
11490 (font_check_otf_features, font_check_otf): New functions.
11491 (font_match_p): Check :lang, :script, and :otf properties.
11492
11493 * xfont.c (xfont_open): Adjust it for the change of
11494 font_make_object.
11495 (xfont_text_extents): Fix initial setting of metrics.
11496
11497 * ftfont.c (struct ftfont_info): New member index, delete member
11498 fc_charset_idx. Make the member order compatible with struct
11499 xftfont_info.
11500 (fc_charset_table): Change charset names to registry names.
11501 (ftfont_pattern_entity): Delete the args registry and
11502 fc_charset_idx. Change the value of :font-entity property
11503 to (FONTNAME . INDEX). Always set :registry property to
11504 `iso10646-1'.
11505 (struct ftfont_cache_data): New struct.
11506 (ftfont_lookup_cache): New arg for_face.
11507 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
11508 (ftfont_driver): Set the member otf_capability.
11509 (ftfont_get_charset): Adjust it for the change of
11510 fc_charset_table.
11511 (OTF_TAG_SYM): New macro.
11512 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
11513 for the change of fc_charset_table.
11514 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
11515 ftfont_pattern_entity. Add FC_INDEX to objset.
11516 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
11517 and ftfont_pattern_entity.
11518 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
11519 font_make_object, struct ftfont_info.
11520 (ftfont_has_char): Use ftfont_get_fc_charset.
11521 (ftfont_otf_features, ftfont_otf_capability): New functions.
11522 (ftfont_shape): Use ftfont_get_otf.
11523 (ftfont_text_extents): Fix initial setting of metrics.
11524
11525 * xftfont.c (struct xftfont_info): New member ft_size. Make the
11526 member order compatible with struct ftfont_info.
11527 (xftfont_open): Add FC_CHARSET to the pattern. Set
11528 xftfont_info->ft_size. Don't unlock the face. Check BDF
11529 properties if appropriate.
11530 (xftfont_close): Unlock the face.
11531 (xftfont_anchor_point, xftfont_shape): Deleted.
11532 (syms_of_xftfont): Don't set members anchor_point and shape of
11533 xftfont_driver.
11534
11535 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
11536 font_make_object.
11537
11538 * w32font.c (w32font_open): Adjust it for the change of
11539 font_make_object.
11540 (w32font_open_internal): Don't set properties of font_object here.
11541
115422008-07-08 Chong Yidong <cyd@stupidchicken.com>
11543
11544 * macfns.c (x_create_tip_frame):
11545 * w32fns.c (x_create_tip_frame):
11546 * xfns.c (x_create_tip_frame): Pass parameter argument to
11547 face-set-after-frame-default.
11548
11549 * xfaces.c (Finternal_merge_in_global_face): Save merged
11550 attributes for the default face back into the face vector.
11551
115522008-07-08 Andreas Schwab <schwab@suse.de>
11553
11554 * fontset.h: Declare fontset_from_font. Don't declare
11555 new_fontset_from_font and fontset_from_font_name.
11556 * xterm.c: Include "fontset.h".
11557 * Makefile.in (xterm.o): Update dependencies.
11558
115592008-07-08 Glenn Morris <rgm@gnu.org>
11560
11561 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
11562 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
11563
115642008-07-07 Chong Yidong <cyd@stupidchicken.com>
11565
11566 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
11567 (x_set_frame_parameters): Don't bind it.
11568
115692008-07-07 Juanma Barranquero <lekktu@gmail.com>
11570
11571 * w32fns.c (map_w32_filename): Declare extern.
11572
115732008-07-07 Jason Rumney <jasonr@gnu.org>
11574
11575 * w32term.c (WS_EX_LAYERED): Define if not already.
11576
115772008-07-06 Chong Yidong <cyd@stupidchicken.com>
11578
11579 * xfaces.c (set_font_frame_param): Don't try to set the font
11580 parameter if it is still unspecified in the lface.
11581
115822008-07-05 Chong Yidong <cyd@stupidchicken.com>
11583
11584 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
11585 face if it didn't already exist.
11586
11587 * xdisp.c (try_window_id): Give up if word-wrapping is on.
11588
115892008-07-05 Andreas Schwab <schwab@suse.de>
11590
11591 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
11592
115932008-07-05 Chong Yidong <cyd@stupidchicken.com>
11594
11595 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
11596 word-wrapping.
11597 (IT_DISPLAYING_WHITESPACE): New macro.
11598 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
11599 when word-wrapping. Simplify word-wrapping logic. Use correct
11600 pixel positions when saving copies of the iterator.
11601 (display_line): Use proper wrap point if the last character on a
11602 line was preceded by whitespace.
11603
116042008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11605
11606 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
11607
116082008-07-04 Kenichi Handa <handa@m17n.org>
11609
11610 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
11611
11612 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
11613
116142008-07-02 Jason Rumney <jasonr@gnu.org>
11615
11616 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 11617 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
11618
11619 * xdisp.c (next_element_from_display_vector): Move assignment out
11620 of if statement.
11621
116222008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
11623
11624 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
11625
11626 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
11627 (syms_of_fileio): Initialize and export them.
11628 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
11629
11630 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
11631 (Fsystem_move_file_to_trash): New function.
11632 (syms_of_w32fns): Export it to lisp.
11633
116342008-07-01 Jason Rumney <jasonr@gnu.org>
11635
11636 * w32font.c (w32font_text_extents): Don't count overhang as part
11637 of width.
11638
116392008-06-30 Miles Bader <miles@gnu.org>
11640
11641 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
11642 Add `avoid_cursor_p' field.
11643
11644 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
11645 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
11646 (append_glyph, append_composite_glyph, produce_image_glyph)
11647 (append_stretch_glyph): Initialize avoid_cursor_p.
11648 (get_it_property): Rename from `get_line_height_property'.
11649 (x_produce_glyphs): Use get_it_property.
11650 (handle_line_prefix, push_display_prop): New functions.
11651 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
11652 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
11653 New variables.
11654 (syms_of_xdisp): Initialize them.
11655
116562008-06-30 Kenichi Handa <handa@m17n.org>
11657
11658 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
11659 XftDefaultSubstitute (they are called in XftFontMatch).
11660 (xftfont_open): Fix args to ftfont_font_format.
11661
11662 * ftfont.c (fc_charset_table): New member lang.
11663 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 11664 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
11665 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
11666 (ftfont_open): Fix args to ftfont_font_format.
11667 (ftfont_font_format): New arg filename.
11668
116692008-06-30 Chong Yidong <cyd@stupidchicken.com>
11670
11671 * xfaces.c (Finternal_merge_in_global_face): If default face was
11672 modified, realize it again. Update the font face attribute.
11673
116742008-06-29 Jason Rumney <jasonr@gnu.org>
11675
11676 * w32term.c (x_set_frame_alpha): Fix logic.
11677
116782008-06-29 Kenichi Handa <handa@m17n.org>
11679
11680 * fontset.c (Finternal_char_font): Return font-object instead of
11681 font-name.
11682
11683 * composite.c (get_composition_id): Fix the width calculation for TAB.
11684
116852008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11686
11687 * indent.c (Fvertical_motion): Properly handle float column arg.
11688
116892008-06-28 Jason Rumney <jasonr@gnu.org>
11690
11691 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
11692 (pfnSetLayeredWindowAttributes): New function pointer.
11693 (w32_initialize): Initialize it when supported.
11694 (x_set_frame_alpha): New function.
11695
11696 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
11697 (w32_frame_parm_handlers): Set alpha handler.
11698
11699 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
11700
117012008-06-27 Jason Rumney <jasonr@gnu.org>
11702
11703 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
11704 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
11705 (w32_to_x_charset, x_to_w32_charset)
11706 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11707 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11708 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11709 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11710 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11711 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11712 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
11713 (Qw32_charset_unicode): Remove.
11714 (syms_of_w32fns): Update for above changes.
11715
11716 * w32font.c (w32_to_x_charset, x_to_w32_charset)
11717 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
11718 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
11719 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
11720 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
11721 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
11722 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
11723 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
11724 (syms_of_w32font): Update for above changes.
11725
117262008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
11727
11728 * s/usg5-4.h: Fix previous change: keep the correct branch of a
11729 removed #if.
11730 (USG_SHARED_LIBRARIES): Remove duplicate definition.
11731
117322008-06-26 Juanma Barranquero <lekktu@gmail.com>
acd0102a 11733 Eli Zaretskii <eliz@gnu.org>
aac0c6e3
MR
11734
11735 * makefile.w32-in (LOCAL_FLAGS):
11736 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
11737
11738 * sysdep.c (_spawnlp, _getpid):
11739 Declare with explicit _cdecl instead of _CRTAPI1.
11740
11741 * editfns.c (Fget_internal_run_time):
11742 Check for WINDOWSNT with #ifdef, not #if.
11743
117442008-06-26 Jason Rumney <jasonr@gnu.org>
11745
11746 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
11747
11748 * w32term.c (x_draw_glyph_string_foreground)
11749 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
11750 Use FONT_HANDLE macro.
11751 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
11752
11753 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11754 (uniscribe_encode_char): Use FONT_HANDLE macro.
11755
11756 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
11757 (w32font_text_extents): Use precast w32_font.
11758 (w32font_close): Free cached metrics.
11759 (w32font_open_internal): Allocate space for name on stack.
11760
117612008-06-26 Chong Yidong <cyd@stupidchicken.com>
11762
11763 * xdisp.c (extend_face_to_end_of_line): Fix last change.
11764
117652008-06-26 Jason Rumney <jasonr@gnu.org>
11766
11767 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
11768 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
11769
117702008-06-26 Juanma Barranquero <lekktu@gmail.com>
11771
11772 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
11773
117742008-06-26 Jason Rumney <jasonr@gnu.org>
11775
11776 * w32bdf.c, w32bdf.h: Remove obsolete files.
11777
11778 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
11779
11780 * w32gui.h: Don't include w32bdf.h.
11781 (XCharStruct, enum w32_char_font_type, W32FontStruct):
11782 Remove obsolete font support.
11783
11784 * w32font.h (struct w32font_info): Remove compat_w32_font.
11785 Add hfont member.
11786 (FONT_COMPAT): Remove obsolete macro.
11787
11788 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
11789 (w32font_encode_char, w32font_text_extents): Use new hfont member.
11790 (w32font_open_internal): Remove compat code. Set new hfont member.
11791 (Fx_select_font): Use new hfont member.
11792
11793 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
11794 (uniscribe_encode_char): Use new hfont member.
11795
11796 * w32term.c (x_draw_glyph_string_foreground)
11797 (x_draw_composite_glyph_string_foreground): Use new hfont member.
11798 (x_draw_glyph_string): Use metrics in w32font_info.
11799
118002008-06-26 Kenichi Handa <handa@m17n.org>
11801
11802 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
11803
118042008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11805
11806 * unexnext.c:
11807 * m/ews4800.h:
11808 * m/hp9000s300.h:
11809 * m/ibm370aix.h:
11810 * m/mips-siemens.h:
11811 * m/ncr386.h:
11812 * m/next.h:
11813 * m/pmax.h:
11814 * m/powerpcle.h:
11815 * m/tandem-s2.h:
11816 * s/386bsd.h:
11817 * s/bsd386.h:
11818 * s/bsd4-1.h:
11819 * s/bsd4-2.h:
11820 * s/bsdos2-1.h:
11821 * s/bsdos2.h:
11822 * s/bsdos3.h:
11823 * s/bsdos4.h:
11824 * s/nextstep.h:
11825 * s/ultrix4-3.h:
11826 * s/usg5-0.h:
11827 * s/usg5-2-2.h:
11828 * s/usg5-2.h:
11829 * s/usg5-4-3.h:
11830 * s/ux4800.h:
11831 * s/uxpds.h:
11832 * s/uxpv.h: Remove support for obsolete systems.
11833 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 11834 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
11835 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
11836 Remove, insert contents in s/aix4-2.h.
11837 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
11838 * s/bsd4-3.h: Rename to ...
11839 * s/bsd-common.h: ... this.
11840 * data.c:
11841 * doc.c:
11842 * ecrt0.c:
11843 * emacs.c:
11844 * fileio.c:
11845 * floatfns.c:
11846 * keyboard.c:
11847 * mem-limits.h:
11848 * print.c:
11849 * process.c:
11850 * sysdep.c:
11851 * syssignal.h:
11852 * systty.h:
11853 * syswait.h:
11854 * term.c:
11855 * unexec.c:
11856 * unexelf.c:
11857 * unexhp9k800.c:
11858 * m/hp800.h:
11859 * m/ibmrs6000.h:
11860 * m/mips.h:
11861 * m/vax.h:
11862 * s/darwin.h:
11863 * s/freebsd.h:
11864 * s/gnu.h:
11865 * s/ms-w32.h:
11866 * s/msdos.h:
11867 * s/netbsd.h:
11868 * s/template.h: Remove references to obsolete variables.
11869
11870 * Makefile.in: Add dependencies for all unexec files.
11871 (admindir): Remove unused variable.
11872 (UNEXEC_SRC): Remove references.
11873
118742008-06-25 Chong Yidong <cyd@stupidchicken.com>
11875
11876 * xfns.c (x_default_font_parameter): If Xft is available, first
11877 try Monospace-12 for the default font.
11878
118792008-06-25 Jason Rumney <jasonr@gnu.org>
11880
11881 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
11882
118832008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11884
11885 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
11886
11887 * buffer.c (syms_of_buffer): Remove default-word-wrap.
11888
118892008-06-25 Juanma Barranquero <lekktu@gmail.com>
11890
11891 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
11892 <scroll-conservatively>: Fix typo in docstring.
11893
11894 * xselect.c (Fx_send_client_event): Doc fix.
11895
118962008-06-25 Kenichi Handa <handa@m17n.org>
11897
11898 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
11899
11900 * font.c (font_parse_fcname): Remove unused variables.
11901 (font_sort_entites): Delete the arg SPEC. Caller changed.
11902 Fix for the case of ! best_only.
11903 (font_delete_unmatched): Check DPI and AVGWIDTH too.
11904
11905 * lisp.h (Fstring_to_unibyte): EXFUN it.
11906
11907 * character.h (str_to_unibyte): Extern it.
11908
11909 * character.c (str_to_unibyte): New function.
11910
11911 * fns.c (Fstring_to_unibyte): New function.
11912 (syms_of_fns): Defsubr it.
11913
119142008-06-24 Kenichi Handa <handa@m17n.org>
11915
11916 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
11917 DPI too.
11918 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
11919
119202008-06-24 Andreas Schwab <schwab@suse.de>
11921
11922 * Makefile.in (${lispsource}loaddefs.el): Rename from
11923 ../lisp/loaddefs.el.
11924 (bootstrap-clean): Do what distclean does but don't remove
11925 Makefile.
11926 (distclean): Depend on bootstrap-clean and remove Makefile.
11927
119282008-06-24 Chong Yidong <cyd@stupidchicken.com>
11929
11930 * buffer.h (struct buffer): New member word_wrap.
11931
11932 * buffer.c (syms_of_buffer): New variables default-word-wrap and
11933 word-wrap.
11934 (init_buffer_once): Initialize them.
11935
11936 * dispextern.h (struct it): Replace bool truncate_lines_p with a
11937 line_wrap enum possessing three possible values.
11938
11939 * termopts.h: Replace truncate_partial_width_windows with
11940 Vtruncate_partial_width_windows.
11941
11942 * dispnew.c (direct_output_for_insert): Avoid direct output when
11943 inserting a space with word wrap on.
11944
11945 * indent.c (compute_motion): Obey integer values of
11946 truncate-partial-width-windows.
11947
11948 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
11949 replacing truncate_partial_width_windows.
11950 (init_iterator): If Vtruncate_partial_width_windows is an integer,
11951 truncate only if the window width is below that integer.
11952 (start_display, resize_mini_window, produce_stretch_glyph)
11953 (display_string, move_it_in_display_line_to): Use line_wrap.
11954 (back_to_previous_visible_line_start, reseat_1): Reset
11955 string_from_display_prop_p.
11956 (display_line): Extend default face to end of line when wrapping.
11957
119582008-06-24 Kim F. Storm <storm@cua.dk>
11959
11960 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
11961 to wrap continued lines at word boundaries.
11962
119632008-06-24 Jason Rumney <jasonr@gnu.org>
11964
11965 * font.c (Ffont_face_attributes): Multiply pixel size before point
11966 conversion to avoid multiplying rounding error.
11967
119682008-06-23 Jason Rumney <jasonr@gnu.org>
11969
11970 * w32term.c (x_draw_glyph_string_background)
11971 (x_draw_glyph_string): Remove old bdf font code.
11972
11973 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
11974
119752008-06-22 Kenichi Handa <handa@m17n.org>
11976
11977 * font.c (font_find_for_lface): Try the adstyle specified in
11978 the property of LFACE_FONT of LFACE (if any).
11979
119802008-06-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 11981 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
11982
11983 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
11984
119852008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11986
11987 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
11988 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
11989 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
11990 (witness-emacs): Remove.
11991 (lisp, shortlisp): Move loaddefs.el earlier.
11992 (mostlyclean): Forget about witness-emacs.
11993
119942008-06-22 Glenn Morris <rgm@gnu.org>
11995
11996 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
11997 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
11998
119992008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12000
12001 * Makefile.in (PRECOMP): Remove.
12002 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
12003 (witness-emacs): Run `compile-first'.
12004 (.el.elc): Use the new compile-onefile target.
12005
120062008-06-21 Kenichi Handa <handa@m17n.org>
12007
12008 * xftfont.c (xftfont_open): Handle QCembolden only when
12009 FC_EMBOLDEN is defined.
12010
120112008-06-21 Andreas Schwab <schwab@suse.de>
12012
12013 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
12014 (.el.elc): Likewise.
12015
120162008-06-21 Miles Bader <miles@gnu.org>
12017
12018 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
12019 build dir, not the lisp source dir.
12020
120212008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12022
12023 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
12024 (bootstrapclean): Remove.
12025 (.el.elc): New rule.
12026 (PRECOMP): New var.
12027 (../lisp/subdirs.el): Remove.
12028 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
12029 (witness-emacs): New target.
12030 (mostlyclean): Remove witness-emacs as well.
12031 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
12032 Add witness-emacs dependency.
12033
120342008-06-20 Chong Yidong <cyd@stupidchicken.com>
12035
12036 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
12037 defined by the font.
12038
120392008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12040
12041 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
12042 (bootstrap-clean): New target that keeps TAGS around.
12043 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
12044 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
12045
120462008-06-20 Jason Rumney <jasonr@gnu.org>
12047
12048 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
12049 Remove obsolete font code.
12050
12051 * w32font.c (font_matches_spec): Use csb bitfield from font signature
12052 to determine language support.
12053
120542008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12055
12056 * sysdep.c (cfsetspeed): New fun extracted from the code.
12057 (cfmakeraw): Move before first use.
12058
120592008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
12060
12061 * sysdep.c (cfmakeraw): Provide fallback implementation.
12062 (serial_configure): Provide fallback implementation of cfsetspeed.
12063
120642008-06-20 Kenichi Handa <handa@m17n.org>
12065
12066 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
12067 the pattern.
12068
12069 * fontset.c (fontset_from_font): Copy font_spec before changing
12070 the elements.
12071
12072 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
12073
120742008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12075
12076 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
12077 for explicit `font' parameters.
12078
12079 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
12080
120812008-06-19 Kenichi Handa <handa@m17n.org>
12082
12083 * frame.c: Include <ctype.h>.
12084 (x_set_font_backend): Allow spacing characters in the X resource
12085 for FontBackend.
12086
120872008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12088
12089 * w32fns.c, xfns.c (Qfont_param): New var.
12090 (syms_of_w32fns): Initialize it.
12091 (x_default_font_parameter): Record explicit `font' into
12092 `font-parameter'.
12093
120942008-06-18 Kenichi Handa <handa@m17n.org>
12095
12096 * font.c (font_parse_xlfd): Fix previous change.
12097 (font_parse_fcname): Don't use :fc-unknown-spec.
12098 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
12099 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
12100 (font_add_log): Prepend the driver name to the resulting fonts.
12101
12102 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
12103 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
12104 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
12105
12106 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
12107 (QCembolden): New variables.
12108 (syms_of_xftfont): DEFSYM them.
12109 (xftfont_open): Call XftFontMatch. Don't trust the result of
12110 XftTextExtents8 if the pixel_size is less than 5.
12111
121122008-06-18 Andreas Schwab <schwab@suse.de>
12113
12114 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
12115 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
12116
121172008-06-18 Jason Rumney <jasonr@gnu.org>
12118
12119 * w32font.c (w32font_list, w32font_match): Add logging.
12120
12121 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
12122
121232008-06-17 Chong Yidong <cyd@stupidchicken.com>
12124
12125 * font.c (font_parse_fcname): Store divider characters for
12126 unknown-spec list. For known key symbols, intern using correct
12127 symbol name.
12128
121292008-06-17 Kenichi Handa <handa@m17n.org>
12130
12131 * xfaces.c (realize_default_face): If the frame is not on window
12132 system, set the fontset of face to nil.
12133
121342008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12135
12136 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
12137
121382008-06-16 Juanma Barranquero <lekktu@gmail.com>
12139
12140 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
12141 (build_font_name_from_vector): Delete externs.
12142
12143 * xfaces.c (struct font_name): Don't declare.
12144
121452008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12146
12147 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
12148
121492008-06-16 Chong Yidong <cyd@stupidchicken.com>
12150
12151 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
12152
121532008-06-16 Juanma Barranquero <lekktu@gmail.com>
12154
12155 * font.c (Ffont_spec): Fix usage in docstring.
12156 (Ffont_face_attributes): Doc fix.
12157
121582008-06-16 Andreas Schwab <schwab@suse.de>
12159
12160 * font.c (Ffont_face_attributes): Fix definition.
12161
121622008-06-16 Jason Rumney <jasonr@gnu.org>
12163
12164 * font.h (font_style_symbolic_from_value): Remove.
12165
12166 * font.c (font_style_symbolic_from_value): Remove.
12167 (font_style_symbolic): Revert to pre 2008-06-13 version.
12168
12169 * w32font.c (w32_to_fc_weight): New function.
12170 (w32font_full_name, logfont_to_fcname): Use it.
12171
121722008-06-16 Kenichi Handa <handa@m17n.org>
12173
12174 * font.c (font_check_object): Delete it.
12175 (font_clear_cache): Check if a font-object is alive.
12176 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
12177 font-object to nil.
12178 (font_close_object): Don't check FONT_CLOSE_OBJECT.
12179 (font_at): Don't call font_check_object.
12180 (Ffont_get): Return a symbol for :weight, :slant, and :width.
12181
121822008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12183
12184 * puresize.h (BASE_PURESIZE): Increase to 1230000.
12185
121862008-06-16 Chong Yidong <cyd@stupidchicken.com>
12187
12188 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
12189
121902008-06-15 Chong Yidong <cyd@stupidchicken.com>
12191
12192 * font.c (font_parse_fcname): Only one decimal point.
12193 (font_unparse_fcname): Handle data in family and foundry indices
12194 as symbols, not strings.
12195 (font_unparse_gtkname, Ffont_face_attributes): New functions.
12196
12197 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
12198
12199 * font.h (font_unparse_gtkname): Add prototype.
12200
122012008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12202
12203 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
12204
122052008-06-15 Andreas Schwab <schwab@suse.de>
12206
12207 * font.c (font_update_drivers): Fix crash when no drivers match.
12208
122092008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12210
12211 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
12212 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
12213
122142008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12215
12216 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
12217
122182008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12219
12220 * process.c (Fserial_process_configure, Fprocess_send_eof):
12221 Use EQ to compare Lisp_Objects.
12222
122232008-06-13 Jason Rumney <jasonr@gnu.org>
12224
12225 * w32fns.c (Fw32_select_font): Remove old font API function.
12226
12227 * w32font.c (logfont_to_fcname): New function.
12228 (Fx_select_font): New font dialog function compatible with
12229 GTK/fontconfig version.
12230
12231 * font.c (font_style_symbolic_from_value): New function.
12232 (font_style_symbolic): Use it.
12233
12234 * font.h (font_style_symbolic_from_value): Declare new function.
12235
122362008-06-13 Juanma Barranquero <lekktu@gmail.com>
12237
12238 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
12239 <font-width-table>: Fix typos in docstrings.
12240
122412008-06-13 Daniel Engeler <engeler@gmail.com>
12242
12243 These changes add serial port access.
12244 * process.c: Add HAVE_SERIAL.
12245 (Fdelete_process, Fprocess_status, Fset_process_buffer)
12246 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
12247 (list_processes_1, select_wrapper, Fstop_process)
12248 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
12249 (status_notify): Modify to handle serial processes.
12250 [HAVE_SERIAL] (Fserial_process_configure)
12251 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
12252 New functions.
12253 * process.h (struct Lisp_Process): Add `type'.
12254 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
12255 New functions.
12256 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
12257 serial ports.
b71ac3dd 12258 (serial_open, serial_configure): New functions.
aac0c6e3
MR
12259 * w32.h: Add FILE_SERIAL.
12260 (struct _child_process): Add ovl_read, ovl_write.
12261
122622008-06-13 Kenichi Handa <handa@m17n.org>
12263
12264 * dispextern.h (enum lface_attribute_index): New member
12265 LFACE_FOUNDRY_INDEX.
12266
12267 * font.c (font_score): Delete arg alternate_families. Check only
12268 weight, slant, width, and size. Ignore the difference of alias
12269 style symbols.
12270 (font_sort_entites): Adjust for the above change. Reflect the
12271 order of font-driver to scores.
12272 (font_list_entities): Don't check alternate_familes here.
12273 (font_clear_prop): Handle foundry.
12274 (font_update_lface): Don't parse "foundry-family" form here.
12275 Handle FONT_FOUNDRY_INDEX.
12276 (font_find_for_lface): Likewise. Handle alternate families here.
12277 If registry is nil, try iso8859-1 and ascii-0.
12278 (font_open_for_lface): Pay attention to size in ENTITY.
12279 (font_open_by_name): Simplify by calling font_load_for_lface.
12280 (free_font_driver_list): Delete it.
12281 (font_update_drivers): Preserve the order of backends.
12282 (syms_of_font): Setting of sort_shift_bits adjusted for the change
12283 of font_score and font_sort_entites.
12284 (font_update_sort_order): Likewise.
12285
12286 * xfaces.c (LFACE_FOUNDRY): New macro.
12287 (check_lface_attrs): Check foundry.
12288 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
12289 (merge_face_vectors): Check foundry.
12290 (merge_face_ref): Likewise.
12291 (Finternal_set_lisp_face_attribute): Likewise.
12292 (x_update_menu_appearance): Likewise.
12293 (Finternal_get_lisp_face_attribute): Likewise.
12294 (lface_hash): Likewise.
12295 (lface_same_font_attributes_p): Likewise.
12296 (x_supports_face_attributes_p): Likewise.
12297 (tty_supports_face_attributes_p): Likewise.
12298 (Finternal_set_alternative_font_family_alist): Intern strings.
12299 (Finternal_set_alternative_font_registry_alist): Downcase strings.
12300 (realize_default_face): Set LFACE_FOUNDRY (lface).
12301
12302 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
12303 font-driver at first.
12304
12305 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
12306
123072008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12308
12309 * lread.c (Fload): Use xfree, not free on saved_doc_string.
12310
123112008-06-12 Jim Meyering <meyering@redhat.com>
12312
12313 Make unexec_free handle NULL the same way free does.
12314 * unexmacosx.c (unexec_free): Ignore a NULL argument.
12315
123162008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12317
12318 * character.h (CHAR_TO_BYTE_SAFE): New macro.
12319 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
12320 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
12321 (WEAK_ALIAS): Simplify.
12322 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
12323 when searching a unibyte buffer.
12324
123252008-06-12 Chong Yidong <cyd@stupidchicken.com>
12326
12327 * xfns.c (Fx_select_font): Rename from x-font-dialog.
12328
123292008-06-12 Juanma Barranquero <lekktu@gmail.com>
12330
12331 * w32font.c: Include ctype.h.
12332
123332008-06-11 Jason Rumney <jasonr@gnu.org>
12334
12335 * w32font.c (w32font_encode_char): Detect missing glyphs that are
12336 misreported as space.
12337 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
12338 as aliases for registry iso10646-1.
12339
123402008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12341
12342 * buffer.c (clone_per_buffer_values): Skip `name'.
12343
123442008-06-11 Chong Yidong <cyd@stupidchicken.com>
12345
12346 * font.c (font_parse_fcname): Fix last change; accept decimal
12347 points in font size.
12348
123492008-06-10 Jason Rumney <jasonr@gnu.org>
12350
12351 * w32uniscribe.c (add_opentype_font_name_to_list):
12352 Skip non unicode fonts.
12353
123542008-06-10 Chong Yidong <cyd@stupidchicken.com>
12355
12356 * xfns.c (Fx_font_dialog): New function.
12357
12358 * gtkutil.c (xg_dialog_response_cb): Rename from
12359 xg_file_response_callback.
12360 (pop_down_dialog): Rename from pop_down_file_dialog.
12361 (xg_get_file_name): Callers changed.
12362 (xg_get_font_name): New function.
12363
12364 * gtkutil.h (xg_get_font_name): Insert prototype.
12365
123662008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12367
12368 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
12369 x_underline_minimum_display_offset.
12370 (syms_of_xdisp): Declare it here rather than in xterm.c.
12371 * dispextern.h (underline_minimum_offset): Declare it.
12372 * w32term.c (x_draw_glyph_string): Use it.
12373 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
12374 (syms_of_xterm): Don't declare it any more.
12375 (x_draw_glyph_string): Adjust to the new name.
12376
8719abec 123772008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
12378
12379 * xterm.c (x_underline_minimum_display_offset): New var.
12380 (x_draw_glyph_string): Use it.
12381 (syms_of_xterm): Declare it.
12382
123832008-06-10 Chong Yidong <cyd@stupidchicken.com>
12384
12385 * font.c (font_parse_fcname): Accept GTK-style font names too.
12386
123872008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12388
12389 * dired.c (file_name_completion): Don't return t if the match is exact
12390 but with different capitalization.
12391 * minibuf.c (Ftry_completion): Simplify.
12392
12393 * window.c (Vwindow_point_insertion_type): New var.
12394 (set_window_buffer): Use it.
12395 (syms_of_window): Init and export it to Lisp.
12396
123972008-06-10 Kenichi Handa <handa@m17n.org>
12398
12399 * font.h (font_intern_prop): Prototype adjusted.
12400
12401 * font.c (font_intern_prop): New arg force_symbol.
12402 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
12403 Adjust for the change of font_intern_prop.
12404
12405 * ftfont.c (ftfont_pattern_entity):
12406 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
12407 (w32_registry):
12408 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
12409 the change of font_intern_prop.
12410
124112008-06-09 Juanma Barranquero <lekktu@gmail.com>
12412
12413 * w32menu.c (digest_single_submenu): Declare extern.
12414
124152008-06-09 Jason Rumney <jasonr@gnu.org>
12416
12417 * w32term.c (x_make_frame_visible): Use alternate restore flags.
12418
12419 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
12420 (parse_single_submenu): Remove.
12421 (digest_single_submenu): Remove.
12422 (syms_of_w32menu): Don't initialise variables that have moved
12423 to menu.c.
12424 (set_frame_menubar): Sync with version in xmenu.c.
12425 (w32_menu_show): Sync with xmenu_show in xmenu.c.
12426
12427 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
12428 Make static again.
12429
124302008-06-09 Jason Rumney <jasonr@gnu.org>
12431
12432 Changes to w32 files related to the move of common menu code
12433 to menu.c on 2008-06-08 by Chong Yidong.
12434
12435 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
12436 defs to w32gui.h.
12437 (single_keymap_panes, push_menu_item, push_menu_pane):
12438 Make globally visible.
12439
12440 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
12441 (local_free, malloc_widget_value, free_widget_value)
12442 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
12443 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
12444 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
12445 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
12446 (menu_items, menu_items_allocated, menu_items_used)
12447 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
12448 (init_menu_items, finish_menu_items, discard_menu_items)
12449 (grow_menu_items, push_submenu_start, push_submenu_end)
12450 (push_left_right_boundary, push_menu_pane, push_menu_item)
12451 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
12452 (free_menubar_widget_tree_value, parse_single_submenu)
12453 (update_submenu_strings): Remove functions.
12454 (xmalloc_widget_value): Remove and declare extern.
12455
12456 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
12457 (OBJ1): Build it.
12458
12459 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
12460 (local_heap, local_alloc, local_free, malloc_widget_value)
12461 (free_widget_value): Define here.
12462
124632008-06-09 Kenichi Handa <handa@m17n.org>
12464
12465 * font.h (Qascii_0): Extern it.
12466
12467 * font.c (Qascii_0): New variable.
12468 (syms_of_font): DEFSYM it.
12469 (font_open_by_name): If the registry "iso8859-1" fails, try also
12470 "ascii-0".
12471
12472 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
12473
124742008-06-08 Kenichi Handa <handa@m17n.org>
12475
12476 * .gdbinit (xfont): New command.
12477
124782008-06-08 Andreas Schwab <schwab@suse.de>
12479
12480 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
12481 * Makefile.in (menu.o): Update dependencies.
12482
12483 * Makefile.in (obj): Always add menu.o.
12484 * emacs.c (main): Always call syms_of_menu.
12485 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
12486
124872008-06-08 Chong Yidong <cyd@stupidchicken.com>
12488
12489 * Makefile.in: Compile menu.c.
12490
12491 * lisp.h: Declare syms_of_menu.
12492
12493 * emacs.c (main): Call syms_of_menu.
12494
12495 * keyboard.h: Relocate platform-independent menu definitions from
12496 xmenu.c.
12497
12498 * menu.c: New file. Relocate platform-independent menu
12499 definitions from xmenu.c. Suggested by Adrian Robert.
12500
12501 * xmenu.c: Remove platform-independent menu definitions.
560bb7ae 12502 (menu_items, menu_items_inuse, menu_items_allocated)
aac0c6e3
MR
12503 (menu_items_used, menu_items_n_panes)
12504 (menu_items_submenu_depth): Move to keyboard.h.
12505 (init_menu_items, finish_menu_items, unuse_menu_items)
12506 (discard_menu_items, restore_menu_items, save_menu_items)
12507 (grow_menu_items, push_submenu_start, push_submenu_end)
12508 (push_left_right_boundary, push_menu_pane, push_menu_item)
12509 (keymap_panes, single_keymap_panes, single_menu_item)
12510 (list_of_panes, list_of_items, find_and_call_menu_selection)
12511 (xmalloc_widget_value, free_menubar_widget_value_tree)
12512 (parse_single_submenu, digest_single_submenu)
12513 (update_submenu_strings): Move to menu.c.
12514
125152008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12516
12517 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
12518
125192008-06-06 Miles Bader <miles@gnu.org>
12520
12521 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
12522 face, not frame default.
12523
125242008-06-05 Martin Rudalics <rudalics@gmx.at>
12525
12526 * window.c (pop_up_windows, pop_up_frames)
12527 (display_buffer_reuse_frames, Vpop_up_frame_function)
12528 (Vdisplay_buffer_function, Veven_window_heights)
12529 (Vspecial_display_buffer_names, Vspecial_display_regexps)
12530 (Vspecial_display_function, Vsame_window_buffer_names)
12531 (Vsame_window_regexps, split_height_threshold)
12532 (Vsplit_window_preferred_function): Move those vars to window.el.
12533 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
12534 (Fdisplay_buffer): Move those functions to window.el.
12535 (syms_of_window): Remove corresponding declarations.
12536 (display_buffer): New function.
12537 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
12538 * dispnew.c (Flast_nonminibuf_frame): New function.
12539 * buffer.c (Fpop_to_buffer): Move to window.el.
12540
125412008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12542
12543 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
12544
125452008-06-05 Kenichi Handa <handa@m17n.org>
12546
12547 * coding.c (detect_coding): Fix previous change.
12548 (detect_coding_system): Likewise.
12549
125502008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12551
12552 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
12553
12554 * keymap.c (Vminibuffer_local_filename_must_match_map):
12555 Rename from Vminibuffer_local_must_match_filename_map.
12556 (syms_of_keymap):
12557 * minibuf.c (Fcompleting_read): Adjust accordingly.
12558 * commands.h: Rename declaration as well.
12559
125602008-06-05 Kenichi Handa <handa@m17n.org>
12561
12562 * font.c (Ffont_spec): Don't use font_parse_family_registry for
12563 family name.
12564 (Ffont_put): Likewise.
12565
12566 * fontset.c (fontset_find_font): Call font_open_for_lface with the
12567 current font-spec.
12568
12569 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
12570 is unspecified.
12571
12572 * xfaces.c (realize_x_face): If the font-related face attributes
12573 are the same as those of default face, realize a new fontset from
12574 default->fontset.
12575 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
12576
125772008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12578
12579 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
12580 (move_it_in_display_line): New wrapper.
12581
12582 * window.c (window_scroll_pixel_based_preserve_x)
12583 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
12584 (window_scroll_pixel_based, window_scroll_line_based):
12585 Use them to preserve column positions.
12586 (syms_of_window): Initialize them.
12587
12588 * indent.c (Fvertical_motion): Extend first arg to allow passing an
12589 (HPOS . VPOS) pair.
12590
12591 * dispextern.h (move_it_in_display_line): Declare.
12592
125932008-06-05 Juanma Barranquero <lekktu@gmail.com>
12594
12595 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
12596 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
12597 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
12598
125992008-06-04 Juanma Barranquero <lekktu@gmail.com>
12600
12601 * window.c (Fset_window_parameter): Doc fix.
12602 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
12603
126042008-06-04 Joakim Verona <joakim@verona.se>
12605
12606 * window.h (struct window): Add new member window_parameters.
12607
12608 * window.c (Fwindow_parameters, Fwindow_parameter)
12609 (Fset_window_parameter): New defuns.
12610 (syms_of_window): Defsubr the new defuns.
12611 (make_window): Initialize window_parameters to nil.
12612
126132008-06-04 John Paul Wallington <jpw@pobox.com>
12614
12615 * eval.c (Fdefmacro): Doc fix.
12616
126172008-06-04 Kenichi Handa <handa@m17n.org>
12618
12619 * coding.c (detect_coding): Fix handling of coding->head_ascii.
12620 Be sure to call setup_coding_system when we find a proper coding system.
12621 (detect_coding_system): Fix handling of coding->head_ascii.
12622
126232008-06-03 Andreas Schwab <schwab@suse.de>
12624
12625 * font.c (font_prop_validate_spacing): Fix last change.
12626
126272008-06-03 Kenichi Handa <handa@m17n.org>
12628
12629 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
12630 (font_parse_fcname): Fix handling of unknown key.
12631
12632 * xfont.c (xfont_list): Try an alias.
12633
12634 * charset.c (char_charset): Return NULL if the arg charset_list is
12635 specified and C doesn't belong to any of them.
12636
126372008-06-02 Chip Coldwell <coldwell@redhat.com>
12638
12639 * font.c (font_pixel_size): Don't take cdr of an integer.
12640
126412008-06-02 Jim Meyering <meyering@redhat.com>
12642
12643 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
12644 * alloc.c (xfree): Return right away for a NULL arg.
12645 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
12646 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
12647 * mac.c (create_apple_event_from_event_ref): Likewise.
12648 (create_apple_event_from_drag_ref, cfstring_create_normalized):
12649 Likewise.
12650 * doprnt.c (doprnt1): Likewise.
12651 * frame.c (frame): Likewise.
12652 * keyboard.c (wipe_kboard): Likewise.
12653 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
12654 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
12655 * term.c (tty_default_color_capabilities, maybe_fatal)
12656 (delete_tty): Likewise.
12657 * w16select.c (string): Likewise.
12658 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
12659 * w32bdf.c (w32_free_bdf_font): Likewise.
12660 * w32fns.c (w32_unload_font): Likewise.
12661 * w32font.c (w32font_close): Likewise.
12662 * window.c (size_window): Likewise.
12663 * xselect.c (receive_incremental_selection): Likewise.
12664 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
12665 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
12666 * w32.c (stat): Likewise.
12667
12668 Remove useless if-before-free tests.
12669 * editfns.c (Fset_time_zone_rule): Likewise.
12670 * lread.c (nosuffix): Likewise.
12671 * ralloc.c (get_bloc): Likewise.
12672 * regex.c (reg_free): Likewise.
12673 * xftfont.c (xftfont_open, xftfont_close): Likewise.
12674 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
12675 * xsmfns.c (smc_save_yourself_CB): Likewise.
12676
126772008-06-02 Kenichi Handa <handa@m17n.org>
12678
12679 * font.c (font_find_for_lface): Handle float font size.
12680 (font_open_for_lface): Likewise.
12681
12682 * xfaces.c (x_supports_face_attributes_p): Check face->font before
12683 comparing the properties.
12684
126852008-06-01 Jason Rumney <jasonr@gnu.org>
12686
12687 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
12688 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
12689 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
12690 Don't add empty script list.
12691 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
12692
126932008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
12694
12695 * Makefile.in (dot, dotdot): Remove, update users.
12696 ".." has been used elsewhere in the file for a long time.
12697 (LIBXT_STATIC): Remove conditional based on unused variable.
12698
126992008-06-01 Miles Bader <miles@gnu.org>
12700
12701 * xfaces.c (Vface_remapping_alist): New variable.
12702 (syms_of_xfaces): Initialize it.
12703 (enum named_merge_point_kind): New type.
12704 (struct named_merge_point): Add `named_merge_point_kind' field.
12705 (push_named_merge_point): Make cycle detection respect different
12706 named-merge-point kinds.
12707 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
12708 Remove face-name alias resolution.
12709 (lface_from_face_name): New definition using
12710 `lface_from_face_name_no_resolve'.
12711 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
12712 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
12713 (get_lface_attributes): New definition that layers face-remapping on
12714 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
12715 (lookup_basic_face): New function.
12716 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
12717 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
12718 `get_lface_attributes'.
12719 (face_at_buffer_position): Use `lookup_basic_face' to lookup
12720 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
12721 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
12722
12723 * xdisp.c (init_iterator): Pass base_face_id through
12724 `lookup_basic_face' when we actually use it as a face-id.
12725 (handle_single_display_prop): Use `lookup_basic_face' to lookup
12726 DEFAULT_FACE_ID.
12727
12728 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
12729 lookup the initial face-id.
12730
12731 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
12732
127332008-06-01 Juanma Barranquero <lekktu@gmail.com>
12734
12735 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
12736 (Fremove_text_properties): Fix typos in docstrings.
12737
127382008-05-31 Kenichi Handa <handa@m17n.org>
12739
12740 * font.c (font_list_entities): Fix the car part of data to be
12741 stored in the cache.
12742
12743 * ftfont.c (ftfont_font_format): Don't use strcasestr.
12744
127452008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12746
12747 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
12748 Add a `test' argument so another predicate than `equal' can be used.
12749 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
12750 (map_char_table): Remove unused vars `c' and `i'.
12751 * lisp.h (Foptimize_char_table): Adjust declaration.
12752 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
12753
127542008-05-30 Kenichi Handa <handa@m17n.org>
12755
12756 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
12757 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
12758 defined.
12759
127602008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12761
12762 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12763 (Fmake_variable_frame_local): Disallow mixing buffer-local and
12764 frame-local settings for the same variable.
12765
127662008-05-30 Kenichi Handa <handa@m17n.org>
12767
12768 * fontset.c (Ffont_info): Move to font.c.
12769 (syms_of_fontset): Delete defsubr of Sfont_info.
12770
12771 * font.c (font_style_to_value, font_score): Delete casting of the
12772 args to xstcasecmp.
12773 (register_font_driver): Increment num_font_drivers only when
12774 registering the driver globally.
12775 (Ffont_info): Move from fontset.c. Handle a font object too.
12776 (syms_of_font): Defsubr Sfont_info.
12777
127782008-05-29 Kenichi Handa <handa@m17n.org>
12779
12780 * coding.h (enum define_coding_utf8_arg_index): New enum.
12781 (enum coding_attr_index): Change coding_attr_utf_16_bom to
12782 coding_attr_utf_bom.
12783 (enum utf_bom_type): Rename from utf_16_bom_type.
12784 (struct utf_16_spec): Adjust for the above change.
12785 (struct coding_system): Add utf_8_bom in `spec' union.
12786
12787 * coding.c (CODING_UTF_8_BOM): New macro.
12788 (enum coding_category): Delete coding_category_utf_8, add
12789 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
12790 coding_category_utf_8_sig.
12791 (CATEGORY_MASK_UTF_8): Delete it.
12792 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
12793 (CATEGORY_MASK_UTF_8_SIG): New macros.
12794 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
12795 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
12796 CATEGORY_MASK_UTF_8_SIG.
12797 (CATEGORY_MASK_UTF_8): New macro.
12798 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
12799 (detect_coding_utf_8): Check BOM.
12800 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
12801 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
12802 (encode_coding_utf_16): Likewise.
12803 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
12804 (detect_coding, detect_coding_system): Handle utf-8-auto.
12805 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
12806 (syms_of_coding): Fix setting up of Vcoding_category_table.
12807
128082008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12809
12810 * process.c (Faccept_process_output): If `millisec' is non-nil,
12811 `seconds' default to 0.
12812 (wait_reading_process_output): Also return non-nil if we read output
12813 from a non-running process.
12814
128152008-05-29 Jason Rumney <jasonr@gnu.org>
12816
12817 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
12818 `raster' specified.
12819 (add_font_entity_to_list): Allow non-opentype truetype fonts back
12820 in the uniscribe backend, but disallow any font that has no
12821 unicode subrange support.
12822
128232008-05-29 Juanma Barranquero <lekktu@gmail.com>
12824
12825 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
12826 Fix typos in docstrings.
12827
128282008-05-29 Kenichi Handa <handa@m17n.org>
12829
12830 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
12831 (Fx_family_fonts): Set frame correctly.
12832
128332008-05-28 Jason Rumney <jasonr@gnu.org>
12834
12835 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
12836
128372008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12838
12839 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
12840 calling build_annotations.
12841
128422008-05-28 Juanma Barranquero <lekktu@gmail.com>
12843
12844 * coding.c (Fdecode_coding_region, Fencode_coding_region)
12845 (Fencode_coding_string):
12846 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
12847 <latin-extra-code-table>: Fix typos in docstrings.
12848 (syms_of_coding) <coding-system-alist>: Doc fix.
12849 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
12850
128512008-05-28 Kenichi Handa <handa@m17n.org>
12852
12853 * fontset.c (Ffont_info): Don't call font_close_object.
12854
12855 * font.c (font_parse_family_registry): Use Ffont_put to validate
12856 foundry and family.
12857 (font_delete_unmatched): Don't check spacing.
12858 (font_list_entities): Add spacing to the spec to list fonts.
12859
12860 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
12861 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
12862
12863 * coding.c (encode_coding_raw_text): Fix previous change.
12864 (encode_coding_object): When the dst_object is a buffer and is
12865 different from src_object, move gap to PT.
12866
128672008-05-27 Chong Yidong <cyd@stupidchicken.com>
12868
12869 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
12870
128712008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12872
12873 * coding.c (encode_coding_raw_text): Set coding->produced_char for
12874 all branches. Compute it differently.
12875
12876 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
12877
128782008-05-27 Juanma Barranquero <lekktu@gmail.com>
12879
12880 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
12881 into "else if () ... else ...".
12882
128832008-05-27 Jason Rumney <jasonr@gnu.org>
12884
12885 * w32font.c (w32font_open_internal): Determine if glyph indices
12886 are likely to work here.
12887
128882008-05-27 Chong Yidong <cyd@stupidchicken.com>
12889
12890 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
12891 draw overlap glyphs with appropriate highlighting.
12892
128932008-05-27 Kenichi Handa <handa@m17n.org>
12894
12895 * xfont.c (xfont_open): Fix calculation of font->average_width.
12896
128972008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12898
12899 * casefiddle.c (casify_object): Try to guess better whether the
12900 argument is a byte or a char.
12901
129022008-05-26 Andreas Schwab <schwab@suse.de>
12903
12904 * xselect.c (x_reply_selection_request): Properly handle format == 32.
12905 Always send multiples of format size.
12906
12907 * xterm.c (x_set_frame_alpha): Fix type mismatch.
12908
129092008-05-26 Jason Rumney <jasonr@gnu.org>
12910
12911 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
12912 (compute_metrics): Don't set failure if we just cleared the cache.
12913 (w32_weight_table): Remove unused variable.
12914 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
12915 backwards compatibility.
12916
129172008-05-25 Kenichi Handa <handa@m17n.org>
12918
12919 * w32term.c (x_draw_glyph_string):
12920 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
12921
12922 * xfaces.c: Delete unused function prototypes.
12923 (xstrlwr, font_frame): Delete them.
12924 (clear_face_cache): Delete unused variable.
12925
12926 * xftfont.c (xftfont_open): Delete unused variable.
12927 If underline_thickness is not 1, adjust underline_position.
12928
12929 * ftxfont.c (ftxfont_open): Delete unused variable.
12930
12931 * fontset.c (face_for_char): Optimize for the case of no charset
12932 property.
12933
12934 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
12935 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
12936 (otf_open, font_otf_capability, generate_otf_features)
12937 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
12938 Comment out by surrounding "#if 0" and "#endif" for the moment.
12939 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
12940 (syms_of_font): Codes for accessing above commented out.
12941
129422008-05-24 Eli Zaretskii <eliz@gnu.org>
12943
12944 * w32proc.c: Include dispextern.h.
12945
12946 * w32.c: Include dispextern.h.
12947
129482008-05-23 Juanma Barranquero <lekktu@gmail.com>
12949
12950 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
12951 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
12952 Fix typos in docstrings.
12953
129542008-05-23 Jason Rumney <jasonr@gnu.org>
12955
12956 * xsmfns.c: Remove includes that are already included by config.h.
12957
129582008-05-23 Kenichi Handa <handa@m17n.org>
12959
12960 * charset.c (Qemacs, charset_emacs): New variables.
12961 (char_charset): Fix for non-Unicode characters.
12962 (syms_of_charset): Define charset_emacs.
12963
12964 * w32term.c (x_draw_glyph_string): Be sure to update
12965 s->underline_thickness and s->underline_position. Be sure to draw
12966 underline within the current line area.
12967
12968 * xterm.c (x_draw_glyph_string): Be sure to update
12969 s->underline_thickness and s->underline_position. Be sure to draw
12970 underline within the current line area.
12971
12972 * fontset.c: Delete unused variables and add casting for char *
12973 throughout the file.
12974 (fontset_font): Try the fallback fonts of the current fontset
12975 before consulting the default fontset.
12976
12977 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
12978
12979 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
12980
129812008-05-22 Jason Rumney <jasonr@gnu.org>
12982
12983 * font.c: Don't include strings.h.
12984
12985 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
12986
12987 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
12988 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
12989 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
12990 to call xstrcasecmp.
12991
12992 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
12993
12994 * fontset.c (fs_query_fontset): Use xstrcasecmp.
12995
12996 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
12997
12998 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
12999
130002008-05-22 Kenichi Handa <handa@m17n.org>
13001
13002 * puresize.h (BASE_PURESIZE): Increase to 1220000.
13003
13004 * font.c (font_prop_validate_style): Adjust for the format
13005 change of font_style_table.
13006
13007 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
13008 two args.
13009
13010 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
13011 two args.
13012
130132008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13014
13015 * minibuf.c (keys_of_minibuf): Delete.
13016 * lisp.h (keys_of_minibuf): Delete.
13017 * emacs.c (main): Don't call keys_of_minibuf.
13018
130192008-05-22 Kenichi Handa <handa@m17n.org>
13020
13021 * ftfont.c (ftfont_resolve_generic_family): Rename from
13022 ftfont_list_generic_family. Return a single family for each
13023 generic family.
13024 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
13025 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
13026 Call font_add_log.
13027 (ftfont_match): Call font_add_log.
13028
13029 * font.h (Ffont_xlfd_name): EXFUN adjusted.
13030 (FONT_DEBUG): Define it.
13031 (font_add_log): Extern it.
13032 (font_assert): Rename from xassert.
13033
13034 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
13035 (xfont_list_family): Call font_add_log.
13036 (xfont_match): Likewise.
13037 (memq_no_quit): Delete.
13038
13039 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
13040 call of Ffont_xlfd_name.
13041
13042 * xfaces.c (struct table_entry, slant_table, weight_table)
13043 (swidth_table): Move to font.c.
13044
13045 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
13046 xassert are changed to font_assert. Delete many unused variables.
13047 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
13048 New variables.
13049 (struct table_entry): Move from xfaces.c and modified.
13050 (weight_table, slant_table, width_table): Move from xfaces.c and
13051 contents adjusted for the change of struct table_entry.
13052 (font_style_to_value, font_style_symbolic): Adjust for the
13053 format change of font_style_table.
13054 (font_parse_family_registry): Don't overwrite existing foundry and
13055 family of font_spec.
13056 (font_score): Fix calculation of diff for sizes.
13057 (font_sort_entites): Call font_add_log.
13058 (font_delete_unmatched): Return a newly created list.
13059 (font_list_entities): Fix previous change. Call font_add_log.
13060 (font_matching_entity, font_open_entity, font_close_entity):
13061 Call font_add_log.
13062 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
13063 (Finternal_set_font_style_table): Delete.
13064 (BUILD_STYLE_TABLE): New macro.
13065 (build_style_table): New function.
13066 (Vfont_log, font_log_env_checked): New variables.
13067 (font_add_log): New function.
13068 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
13069 Declare Lisp variables "font-weight-table", "font-slant-table",
13070 "font-width-table", and "font-log". Initialize font_style_table.
13071
130722008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
13073
13074 * xterm.c (x_set_frame_alpha): Move declarations before statements.
13075
130762008-05-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 13077 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
13078
13079 * frame.c (Qalpha): Add a new frame parameter `alpha'.
13080 (Vframe_alpha_lower_limit): New variable.
13081 (x_set_alpha): New function.
13082
13083 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
13084
13085 * xfns.c (x-create-frame, Qalpha):
13086 Initialize the frame parameter `alpha'.
13087 * xterm.c (OPAQUE, OPACITY): New.
13088 (x_set_frame_alpha): New function.
13089 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
13090
13091 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
13092 * w32fns.c (w32_frame_parm_handlers): Likewise.
13093
130942008-05-20 Jason Rumney <jasonr@gnu.org>
13095
13096 * w32font.c (add_font_entity_to_list): Don't add non-opentype
13097 truetype fonts to opentype list.
13098
130992008-05-20 Juanma Barranquero <lekktu@gmail.com>
13100
13101 * fontset.c (Ffontset_info): Doc fix.
13102 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
13103 <ignore-relative-composition>: Fix typos in docstrings.
13104
13105 * font.c (syms-of-font) <font-encoding-alist>:
13106 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
13107 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
13108 (Ffont_otf_alternates): Doc fixes.
13109
131102008-05-20 Kenichi Handa <handa@m17n.org>
13111
13112 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
13113 font.h through out the file.
13114 (FONT_DRIVERS): Rename from FONTOBJ.
13115 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
13116 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
13117
13118 * emacs.c (main): Call syms_of_font unconditionally.
13119
13120 * font.h (find_font_encoding): Extern it.
13121
13122 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
13123 fontset.c.
194d44e7 13124 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
13125 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
13126 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
13127 only when HAVE_WINDOW_SYSTEM is defined.
13128 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
13129 when HAVE_WINDOW_SYSTEM is defined.
13130
13131 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
13132 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
13133
13134 * xfaces.c: Include font.h unconditionally.
13135 (merge_face_ref, merge_face_vectors)
13136 (Finternal_set_lisp_face_attribute): Cancel the previous change.
13137
131382008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13139
13140 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
13141 indirect_variable.
13142 * eval.c (lisp_indirect_variable): New fun.
13143 (Fuser_variable_p): Use it.
13144
131452008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13146
13147 * lisp.h (indirect_variable):
13148 * data.c (indirect_variable, let_shadows_buffer_binding_p):
13149 Use Lisp_Symbol pointers rather than Lisp_Object.
13150 Adjust callers.
13151 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
13152 To this end, change calling-convention.
13153
13154 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
13155 if some non-hidden buffers are selected by string&pred.
13156
131572008-05-19 Chong Yidong <cyd@stupidchicken.com>
13158
13159 * process.c (wait_reading_process_output): Always check status
13160 when in batch mode.
13161
131622008-05-19 Kenichi Handa <handa@m17n.org>
13163
13164 * font.c (font_list_entities): Fix handling of cache.
13165 (font_matching_entity): Likewise.
13166
13167 * ftfont.c (cs_iso8859_1): Delete.
13168 (ft_face_cache): New variable.
13169 (struct ftfont_info): New member fc_charset_idx.
13170 (ftfont_build_basic_charsets): Delete.
13171 (fc_charset_table): New variable.
13172 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
13173 . FC_CHARSET_IDX) as :font-entity property in the font entity.
13174 Callers changed.
13175 (ftfont_lookup_cache, ftfont_get_charset): New functions.
13176 (ftfont_spec_pattern): New argument fc_charset_idx.
13177 Check registry more rigidly. Change callers.
13178 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
13179 change of :font-entity property of the font.
13180
13181 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
13182 property of the font.
13183
131842008-05-18 Juanma Barranquero <lekktu@gmail.com>
13185
13186 * coding.c (Fcoding_system_p): Rename argument to match docstring.
13187 (Funencodable_char_position, Fcheck_coding_systems_region)
13188 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
13189 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
13190 (Ffind_operation_coding_system, Fset_coding_system_priority)
13191 (Fcoding_system_eol_type): Doc fixes.
13192
131932008-05-17 Glenn Morris <rgm@gnu.org>
13194
13195 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
13196
131972008-05-16 Eli Zaretskii <eliz@gnu.org>
13198
13199 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
13200 and st_gid.
13201
13202 * frame.c (Fdelete_frame): Don't call font_update_drivers if
13203 HAVE_WINDOW_SYSTEM is not defined.
13204
13205 * xfaces.c (merge_face_ref, merge_face_vectors)
13206 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
13207 HAVE_WINDOW_SYSTEM is defined.
13208 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
13209
132102008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13211
13212 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
13213
132142008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13215
13216 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
13217
132182008-05-15 Kenichi Handa <handa@m17n.org>
13219
13220 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
13221 preference.
13222
132232008-05-15 Glenn Morris <rgm@gnu.org>
13224
13225 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
13226
132272008-05-15 Chong Yidong <cyd@stupidchicken.com>
13228
13229 * fns.c (init_fns): Don't initialize weak_hash_tables here.
13230 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
13231
13232 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
13233
132342008-05-15 Kenichi Handa <handa@m17n.org>
13235
13236 * ftfont.c (ftfont_list): Downcase family name to check generic
13237 families.
13238
13239 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
13240 font-spec for QCfont value.
13241
13242 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
13243 buffer. Check the return value of it.
13244
132452008-05-14 Jason Rumney <jasonr@gnu.org>
13246
13247 * w32term.c (w32_get_glyph_overhangs): Remove.
13248 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
13249
132502008-05-14 Kenichi Handa <handa@m17n.org>
13251
13252 * font.c (font_prop_validate): Make nil a valid value.
13253 (font_clear_cache): Check if the cached vector of entities is nil
13254 or not.
13255
132562008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13257
13258 * emacs.c (main_thread): Conditionalize on
13259 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
13260 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
13261
13262 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
13263 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
13264 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
13265
132662008-05-14 Kenichi Handa <handa@m17n.org>
13267
13268 * coding.c (detect_coding_iso_2022): Ignore a coding category that
13269 has no corresponding coding system.
13270
132712008-05-14 Jason Rumney <jasonr@gnu.org>
13272
13273 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
13274
13275 * w32font.h (w32font_open_internal): Update declaration.
13276
13277 * w32font.c (w32font_open_internal): Change last argument from
13278 w32font_info struct to font object. Fill in font object from
13279 font_entity. Get Outline metrics if possible. Use them to
13280 calculate underline position and thickness. Use xlfd name as name
13281 property. Don't set codepage.
13282 (w32font_open): Pass font_object to w32font_open_internal. Don't
13283 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
13284 (w32font_draw): Use s->font.
13285 (clear_cached_metrics): Don't clear non-existent blocks.
13286
13287 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
13288 font was not found.
13289 (x_draw_glyph_string): Use underline position and thickness from font.
13290
13291 * w32uniscribe.c (uniscribe_open): Pass font_object to
13292 w32font_open_internal.
13293
132942008-05-14 Kenichi Handa <handa@m17n.org>
13295
13296 These changes are to delete all legacy font-handling codes, and
13297 make Emacs use only font-backends.
13298
13299 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
13300 (frame.o, image.o, print.o): Depend on $(FONTSRC).
13301
13302 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
13303
13304 * charset.h (Vcharset_non_preferred_head)
13305 (Vcurrent_iso639_language): Extern them.
13306
13307 * charset.c (Vcharset_non_preferred_head): New variable.
13308 (Vcurrent_iso639_language): New variable.
13309 (syms_of_charset): Declare it as a Lisp variable.
13310 (char_charset): Don't check non preferred charsets. As a last
13311 resort, return charset_unicode.
13312 (Fset_charset_priority): Update Vcharset_non_preferred_head.
13313
13314 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
13315 conditionals. Don't check enable_font_backend. Delete all codes
13316 used only when USE_FONT_BACKEND is not defined.
13317
13318 * dispextern.h (struct glyph_string): Change type of `font' to
13319 `struct font *'.
13320 (struct glyph_string): New member underline_position and
13321 underline_thickness.
13322 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
13323 (struct face): Change type of `font' to `struct font *'. Remove
13324 members `font_name', `font_info_id'.
13325 (per_char_metric, encode_char): Delete externs.
13326 (calc_pixel_width_or_height): Adjust the prototype.
13327
13328 * emacs.c (enable_font_backend): Delete extern.
13329 (main): Don't set enable_font_backend. Don't check the command
13330 line argument "-disable-font-backend".
13331
13332 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
13333 (enum font_property_index): New members FONT_DPI_INDEX,
13334 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
13335 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
13336 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
13337 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
13338 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
13339 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
13340 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
13341 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
13342 (struct font_spec, struct font_entity): New structs.
13343 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
13344 (struct font): Many members from old "struct font_info" moved to
13345 here. Members font and entity deleted.
13346 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
13347 the new font-related objects.
13348 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
13349 (CHECK_FONT_GET_OBJECT): Likewise.
13350 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
13351 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
13352 (struct font_driver): New members case_sensitive anc check. Type
13353 of the member list and open changed.
13354 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
13355 (font_symbolic_width, font_find_object, font_get_spec)
13356 (font_set_lface_from_name): Delete extern.
13357 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
13358
13359 * font.c: Include <strings.h>.
13360 (enable_font_backend): Delete it.
13361 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
13362 (CHECK_VALIDATE_FONT_SPEC): Delete it.
13363 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
13364 (null_string): Delete it.
13365 (null_vector): Make it static.
13366 (font_family_alist): Delete it.
13367 (Qnormal): Extern it.
13368 (QCextra, QClanguage): Delete it.
13369 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
13370 (font_make_spec, font_make_entity, font_make_object)
13371 (font_intern_prop): Renamed from intern_downcase. Don't downcase
13372 the string. Callers changed.
13373 (font_pixel_size): Adjusted for the format change of font-related
13374 objects.
13375 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
13376 (font_style_to_value, font_style_symbolic): New function.
13377 (build_font_family_alist): Delete it.
13378 (font_registry_charsets): Use Fassoc_string instead of
13379 assq_no_quit.
13380 (font_prop_validate_symbol): Don't return null_string.
13381 (font_prop_validate_style): Adjusted for the change of
13382 style-related values in a font vector.
13383 (font_property_table): Delete entries for QClanguage and
13384 QCantialias, add entries for QCavgwidth.
13385 (get_font_prop_index): Delete the 2nd argument FROM.
13386 (font_prop_validate): Arguments changed.
13387 (font_put_extra): Adjusted for the change of font-related objects.
13388 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
13389 (font_parse_fcname, font_unparse_fcname)
13390 (font_prepare_composition): Likewise.
13391 (font_parse_family_registry): Renamed from font_merge_old_spec.
13392 (otf_open): Delete the 1st arg entity.
13393 (font_otf_capability): Adjusted for the above change.
13394 (font_score): New arg alternate_families. Adjusted for the change
13395 of font-related objects.
13396 (font_sort_entites): New arg best_only.
13397 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
13398 Delete them.
13399 (font_match_p): Check alternate families.
13400 (font_find_object): Delete it.
13401 (font_check_object): New function.
13402 (font_clear_cache): Adjusted for the change of font-related objects.
13403 (font_delete_unmatched): New arg.
13404 (font_list_entities): Call font_driver->list with a spec that
13405 doesn't specify style-related properties.
13406 (font_matching_entity): Arguments changed. Caller changed.
13407 (font_open_entity): Adjusted for the change of font-related objects.
13408 (font_close_object, font_has_char, font_encode_char)
13409 (font_get_name, font_get_spec): Likewise.
13410 (font_spec_from_name, font_clear_prop, font_update_lface):
13411 New functions.
13412 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
13413 (font_prepare_for_face, font_done_for_face, font_open_by_name)
13414 (font_at): Adjusted for the change of font-related objects.
13415 (font_range): New function.
13416 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
13417 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
13418 (Fcopy_font_spec, Fmerge_font_spec): New function.
13419 (Ffont_family_list): Renamed from list-families.
13420 (Finternal_set_font_style_table): Arguments changed.
13421 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
13422 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
13423 change of font-related objects.
13424 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
13425
13426 * fontset.h (struct font_info): Delete it. Most members go to
13427 struct font.
13428 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
13429 (enum FONT_SPEC_INDEX): Delete it.
13430 (font_info, list_fonts_func, load_font_func, query_font_func)
13431 (set_frame_fontset_func, find_ccl_program_func)
13432 (get_font_repertory_func, new_fontset_from_font_name): Delete
13433 externs.
13434 (fontset_from_font_name): Extern it.
13435 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
13436 (FONT_INFO_FROM_FACE): Deleted.
13437 (face_for_font): Adjust prototype.
13438
13439 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
13440 conditionals. Don't check enable_font_backend. Delete all codes
13441 used only when USE_FONT_BACKEND is not defined.
13442 (get_font_info_func, list_font_func, load_font_func)
13443 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
13444 (get_font_repertory_func): Delete them.
13445 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
13446 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
13447 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
13448 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
13449 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
13450 (fontset_compare_rfontdef): New function.
13451 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
13452 rfont-defs by qsort. Adjusted for the change of font-group vector.
13453 (load_font_get_repertory): Deleted.
13454 (fontset_find_font): Use new macros to ref/set elements of
13455 font-def and rfont-def.
13456 (fontset_font): Fix the timing of remembering that no font for C.
13457 (free_face_fontset): Do nothing if the face has no fontset.
13458 (face_suitable_for_char_p): Use new macros to ref/set elements of
13459 rfont-def.
13460 (face_for_char): Likewise. Call face_for_char with font_object.
13461 (fs_load_font): Delete. Delete #pragma surrounding it.
13462 (fs_query_fontset): Use strcasecmp instead of strcmp.
13463 (generate_ascii_font_name): Adjusted for the format change of
13464 font-spec.
13465 (Fset_fontset_font): Likewise. Use new macros to set elements of
13466 font-def.
13467 (Fnew_fontset): Use font_unparse_xlfd to generate
13468 FONTSET_ASCII (fontset).
13469 (new_fontset_from_font_name): Deleted.
13470 (fontset_from_font): Renamed from new_fontset_from_font. Check if
13471 a fontset is already created for the font. FIx updating of
13472 Vfontset_alias_alist.
13473 (fontset_ascii_font): Deleted.
13474 (Ffont_info): Adjusted for the format change of font-spec.
13475 (Finternal_char_font): Likewise.
13476 (Ffontset_info): Likewise.
13477 (syms_of_fontset): Don't check load_font_func.
13478
13479 * fns.c (internal_equal): Handle PREV_FONT.
13480
13481 * frame.h: Delete USE_FONT_BACKEND conditional.
13482
13483 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
13484 conditionals. Don't check enable_font_backend. Delete all codes
13485 used only when USE_FONT_BACKEND is not defined.
13486 (x_set_font): Call x_new_font, not x_new_fontset2.
13487 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
13488 already set for the frame.
13489
13490 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
13491 a font-entity by font_make_entity. Use font_intern_prop instead
13492 of intern_downcase. Use FONT_SET_STYLE to set a style-related
13493 font property. If a font is scalable, set avgwidth property to 0.
13494 Set font-entity property by font_put_extra.
13495 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
13496 (ffont_driver): Adjusted for the change of struct font_driver.
13497 (ftfont_spec_pattern): New function.
13498 (ftfont_list): Return a list, not vector.
13499 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
13500 (ftfont_list_family): Don't downcase names.
13501 (ftfont_free_entity): Deleted.
13502 (ftfont_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 (ftfont_close): Don't free `struct font'.
13507 (ftfont_has_char): Adjusted for the format change of font-entity.
13508 (ftfont_encode_char, ftfont_text_extents): Likewise.
13509
13510 * ftxfont.c (ftxfont_list): Return a list, not vector.
13511 (ftxfont_open): Return a font-object. Adjusted for the change of
13512 struct font. Get underline_thickness and underline_position from
13513 font property. Don't update dpyinfo->smallest_font_height and
13514 dpyinfo->smallest_char_width.
13515 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
13516 (ftxfont_draw): Adjusted for the change of struct font.
13517
13518 * image.c (image_ascent): Don't include "charset.h". Include
13519 "character.h" and "font.h".
13520
13521 * lisp.h (enum pvec_type): New member PREV_FONT.
13522 (Fassoc_string): EXFUN it.
13523
13524 * print.c: Include font.h.
13525 (print_object): Handle font-related objects.
13526
13527 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
13528 conditionals. Don't check enable_font_backend. Delete all codes
13529 used only when USE_FONT_BACKEND is not defined.
13530 (handle_auto_composed_prop): Do nothing if it->f is not on a
13531 window system. Check how many following characters can be
13532 displayed by the same font.
13533 (calc_pixel_width_or_height): Type of the 4th arg is changed to
13534 'struct font *'.
13535 (get_char_face_and_encoding): Assign the whole encoding task to
13536 the `encode-char' method of a font driver.
13537 (fill_composite_glyph_string): Adjusted for the change of `struct
13538 face' and `struct glyph_string'.
13539 (fill_glyph_string): Likewise.
13540 (get_per_char_metric): Arguments changed.
13541 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
13542 and `struct glyph_string'.
13543 (produce_stretch_glyph, calc_line_height_property)
13544 (x_produce_glyphs): Likewise.
13545
13546 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
13547 conditionals. Don't check enable_font_backend. Delete all codes
13548 used only when USE_FONT_BACKEND is not defined. Use
13549 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
13550 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
13551 (Qp): Extern them.
13552 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
13553 Deleted.
13554 (struct font_name): Deleted.
13555 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
13556 (compare_fonts_by_sort_order): New function.
13557 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
13558 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
13559 Deleted.
13560 (Fx_family_fonts): Use font_list_entities, and sort fonts by
13561 compare_fonts_by_sort_order.
13562 (Fx_font_family_list): Call Ffont_family_list.
13563 (face_numeric_value, face_numeric_weight, face_numeric_slant)
13564 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
13565 (face_symbolic_slant, face_symbolic_swidth)
13566 (split_font_name_into_vector, build_font_name_from_vector)
13567 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
13568 (font_rescale_ratio, split_font_name, build_font_name)
13569 (free_font_names, sort_fonts, x_face_list_fonts)
13570 (face_font_available_p, sorted_font_list, cmp_font_names)
13571 (font_list_1, concat_font_list, font_list, remove_duplicates):
13572 Deleted.
13573 (Fx_list_fonts): Use Ffont_list.
13574 (LFACE_AVGWIDTH): Deleted.
13575 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
13576 by FONTP.
13577 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
13578 (set_lface_from_font_name): Delete it.
13579 (set_lface_from_font): Renamed from
13580 set_lface_from_font_and_fontset. Caller changed. Don't set
13581 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
13582 for face.
13583 (merge_face_vectors): Copy font-spec if necessary.
13584 Clear properties of the font-spec if necessary.
13585 (merge_face_ref): Clear properties of the font-spec if necessary.
13586 (Finternal_set_lisp_face_attribute): Likewise.
13587 (set_font_frame_param): Use font_load_for_lface to load a
13588 font-object, and call Fmodify_frame_parameters with it.
13589 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
13590 font name by Ffont_xlfd_name.
13591 (Finternal_lisp_face_attribute_values): Don't check QCweight,
13592 QCslant, and QCwidth.
13593 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
13594 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
13595 Compare fonts by EQ.
13596 (lookup_non_ascii_face): Deleted.
13597 (face_for_font): The 2nd argument changed.
13598 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
13599 Check atomic font properties by case insensitive.
13600 (realize_non_ascii_face): Set face->overstrike correctly.
13601 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
13602 (dump_realized_face): Get font name from
13603 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
13604
13605 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
13606 conditionals. Don't check enable_font_backend. Delete all codes
13607 used only when USE_FONT_BACKEND is not defined.
13608 (xic_create_xfontset): Original code deleted and renamed from
13609 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
13610 (x_make_gc): Don't set GCFont in GCs.
13611 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
13612 opened by "fixed".
13613 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
13614 find_ccl_program_func, query_font_func, set_frame_fontset_func,
13615 get_font_repertory_func.
13616
13617 * xfont.c: Include <stdlib.h> and "ccl.h".
13618 (struct xfont_info): New structure.
13619 (xfont_query_font): Deleted.
13620 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
13621 moved from xterm.c.
13622 (xfont_driver): Adjusted for the change of struct font_driver.
13623 (compare_font_names): New function.
13624 (xfont_list_pattern): Sort font names case insensitively. Make
13625 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
13626 (xfont_list): Return a list, not vector.
13627 (xfont_match): If the font doesn't have QCname property, generate
13628 a name from the other font properties.
13629 (xfont_open): Return a font-object. Adjusted for the change of
13630 struct font. Get underline_thickness and underline_position from
13631 font property. Don't update dpyinfo->smallest_font_height and
13632 dpyinfo->smallest_char_width.
13633 (xfont_close): Don't free struct font.
13634 (xfont_prepare_face): Adjusted for the change of struct font.
13635 (xfont_done_face): Deleted.
13636 (xfont_has_char): Adjusted for the change of struct font.
13637 (xfont_encode_char, xfont_draw): Likewise.
13638 (xfont_check): New function.
13639
13640 * xftfont.c (xftfont_list): Adjusted for the change of `list'
13641 callback function.
13642 (xftfont_match): Adjusted for the format change of font-entity.
13643 (xftfont_open): Adjusted for the format change of font-entity and
13644 font-object. Adjusted for the change of struct font. Return a
13645 font-object. Don't update dpyinfo->smallest_font_height and
13646 dpyinfo->smallest_char_width.
13647 (xftfont_close): Block input while calling XftFontClose.
13648 (xftfont_prepare_face): Don't block input while calling
13649 xftfont_get_colors. Adjusted for the change of struct font.
13650 (xftfont_shape): Return value of error case fixed.
13651
13652 * xrdb.c (x_load_resources): Don't setup a fontset resource.
13653
13654 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
13655 conditionals.
13656 (FONT_WIDTH): Return (f)->max_width.
13657 (struct x_display_info): Delete member `font'.
13658 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
13659 (x_find_ccl_program, x_get_font_repertory): Delete externs.
13660 (struct x_output): Change type of `font' to `struct font *'.
13661
13662 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
13663 conditionals. Don't check enable_font_backend. Delete all codes
13664 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
13665 (x_per_char_metric, x_encode_char): Deleted.
13666 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
13667 (x_compute_glyph_string_overhangs): Adjusted for the change of
13668 `struct face'.
13669 (x_draw_glyph_string_foreground)
13670 (x_draw_composite_glyph_string_foreground): Likewise.
13671 (x_draw_glyph_string): Likewise. Use font->underline_position and
13672 font->underline_thickness.
13673 (x_new_font): Renamed from x_new_fontset2.
13674 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
13675 (x_check_font): Call `check' method of a font driver.
13676 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
13677 (x_query_font, x_get_font_repertory): Deleted.
13678 (x_find_ccl_program): Renamed and moved to xfont.c.
13679 (x_redisplay_interface): Adjusted for the change of `struct
13680 redisplay_interface'.
13681
13682 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
13683 conditionals. Don't check enable_font_backend. Delete all codes
13684 used only when USE_FONT_BACKEND is not defined. Surround non-used
13685 code by "#ifdef OLD_FONT" and "endif".
13686 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
13687
13688 * w32font.h (struct w32font_info): New member.
13689 (FONT_COMPAT): New macro.
13690 (w32font_open_internal): Prototype adjusted.
13691
13692 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
13693 OLD_FONT" and "endif".
13694
13695 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
13696 conditionals. Don't check enable_font_backend. Delete all codes
13697 used only when USE_FONT_BACKEND is not defined.
13698 (w32font_open): Return a font-object. Make a font-object by
13699 font_make_object. Adjusted for the change of struct w32font_info.
13700 (w32font_close): Don't free struct font. Adjusted for the change
13701 of struct w32font_info.
13702 (w32font_encode_char, w32font_text_extents, w32font_draw):
13703 Adjusted for the change of struct w32font_info.
13704 (w32font_draw): Likewise.
13705 (w32font_list_internal): Return a list, not vector.
13706 (w32font_open_internal): Change the 4th arg to font-object.
13707 Adjusted for the change of struct w32font_info and font-object format.
13708 (add_font_name_to_list): Don't downcase names.
13709 (w32_enumfont_pattern_entity): Make a font-entity by
13710 font_make_entity. Adjusted for the format change of font-entity.
13711 Use FONT_SET_STYLE to set a style-related font property. If a
13712 font is scalable, set avgwidth property to 0. Set font-entity
13713 property by font_put_extra.
13714 (font_matches_spec): Adjusted for the format change of font-entity.
13715 (w32_weight_table, w32_decode_weight): New variables.
13716 (w32_encode_weight): New function.
13717 (fill_in_logfont): Adjusted for the format change of font-spec.
13718 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
13719 weight value.
13720 (w32font_driver): Adjusted for the change of struct font_driver.
13721
13722 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
13723 conditionals. Don't check enable_font_backend. Surround non-used
13724 code by "#ifdef OLD_FONT" and "endif".
13725 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
13726 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
13727
13728 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
13729 conditionals. Don't check enable_font_backend. Delete all codes
13730 used only when USE_FONT_BACKEND is not defined. Surround non-used
13731 code by "#ifdef OLD_FONT" and "endif".
13732
13733 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
13734 (uniscribe_open): Return value changed to font-object.
13735 Adjusted for the format change of font-object.
13736 (uniscribe_otf_capability): Adjusted for the change of struct font.
13737 (add_opentype_font_name_to_list): Don't downcase names.
13738 (uniscribe_font_driver): Adjusted for the change of struct
13739 font_driver.
13740
137412008-05-13 Chong Yidong <cyd@stupidchicken.com>
13742
13743 * dispnew.c (update_frame_1): Check if tty output is still valid
13744 before flushing it.
13745
137462008-05-13 Jan Djärv <jan.h.d@swipnet.se>
13747
13748 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
13749 to Gtk+ menus.
13750
137512008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13752
13753 * dired.c (file_name_completion): Tweak the code so as to always do it
13754 in a single pass. Tighten the scope of some variables.
13755
13756 * dired.c (Qdefault_directory): New var.
13757 (file_name_completion): Use it instead of Fexpand_file_name.
13758 (syms_of_dired): Initialize it.
13759
137602008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13761
13762 * fileio.c (double_dollars): Remove dead code.
13763
137642008-05-10 Eli Zaretskii <eliz@gnu.org>
13765
13766 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
13767 Mention w32-get-true-file-attributes in doc string.
13768
13769 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
13770
137712008-05-09 Glenn Morris <rgm@gnu.org>
13772
13773 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
13774 2008-04-23.
13775
137762008-05-09 Eli Zaretskii <eliz@gnu.org>
13777
13778 Support for reporting owner and group of each file on MS-Windows:
13779 * dired.c (stat_uname, stat_gname): New functions, with special
13780 implementation for w32.
13781 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
13782
13783 * w32.c: Rename the_passwd_* to dflt_passwd_*.
13784 (dflt_group_name): New static variable.
13785 (dflt_group): Rename from the_group.
13786 (init_user_info): Init dflt_group fields. Get user's group name
13787 from LookupAccountSid.
13788 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
13789 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
13790 New initialization states.
13791 (globals_of_w32): Initialize them to zero. Initialize the default
13792 group name to "None".
13793 (GetFileSecurity_Name): New global var, the name of the function
13794 to call for GetFileSecurity.
13795 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
13796 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
13797 (get_file_security, get_security_descriptor_owner)
13798 (get_security_descriptor_group, is_valid_sid)
13799 (get_file_security_desc, get_rid, get_name_and_id)
13800 (get_file_owner_and_group): New functions.
13801 (stat): Use get_file_security_desc and get_file_owner_and_group to
13802 report the owner and primary group of each file. Don't ignore the
13803 high 32 bits of file's size, now that st_size is 64-bit wide.
13804 Fix test when to get true file attributes.
13805 (init_user_info): Use get_rid instead of equivalent inline code.
13806 (fstat): Don't ignore the high 32 bits of file's size.
13807
138082008-05-09 Chong Yidong <cyd@stupidchicken.com>
13809
13810 * image.c (png_load): Use correct bit-depth for setting background
13811 color.
13812
138132008-05-08 Eli Zaretskii <eliz@gnu.org>
13814
13815 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
13816 epa-hook.elc.
13817
138182008-05-08 Juanma Barranquero <lekktu@gmail.com>
13819
13820 * font.c (Ffont_match_p): Don't use `iff' in docstring.
13821
138222008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
13823
13824 * macfns.c (Fx_create_frame): Make a copy of frame parameters
13825 because the original parameters are in pure storage now.
13826 (mac_window): Remove unused params. Update callers.
13827
138282008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13829
13830 * lread.c (substitute_object_recurse): Use lower-level primitives.
13831 Don't signal errors when traversing sub-char-tables.
13832 Don't loop over all the possible characters when traversing char-tables.
13833
13834 * print.c (print_preprocess): Add sub-char-tables to the print-table,
13835 just like we do in print.c.
13836
138372008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13838
13839 * minibuf.c (Ftry_completion): Remove code left over from when we used
13840 scmp instead of Fcompare_strings.
13841
138422008-05-04 Juanma Barranquero <lekktu@gmail.com>
13843
13844 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
13845
138462008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13847
13848 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
13849 Create bitmap context in native byte order.
13850
13851 * macterm.c (XDrawLine)
13852 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
13853 context in native byte order.
13854
138552008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13856
13857 * config.in: Regenerate.
13858
13859 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
13860 New definitions for Image I/O support.
13861 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
13862 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
13863 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13864 (mac_data_provider_release_data, image_load_image_io)
13865 [USE_MAC_IMAGE_IO]: New functions.
13866 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
13867 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
13868 (init_image_func_pointer) [MAC_OSX]: Remove function.
13869 (image_load_quartz2d) [MAC_OSX]: Check availability of
13870 CGImageCreateWithPNGDataProvider at compile time.
13871 Use lowercase `false' for boolean constant.
13872 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
13873 Use image_load_image_io.
13874 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
13875 Don't check MyCGImageCreateWithPNGDataProvider.
13876 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
13877 Don't call init_image_func_pointer.
13878
13879 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
13880
13881 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
13882 Make variable non-static.
13883 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
13884 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
13885
13886 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
13887 (RED_FROM_ULONG): Mask off higher bits.
13888 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
13889
13890 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
13891 Include AvailabilityMacros.h.
13892 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
13893 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
13894
138952008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13896
13897 * chartab.c (Fset_char_table_range): If range is t, really set all
13898 chars to that value.
13899
139002008-05-03 Eli Zaretskii <eliz@gnu.org>
13901
13902 * dired.c (Ffile_attributes): Don't allow the device number become
13903 negative.
13904
139052008-05-02 Daiki Ueno <ueno@unixuser.org>
13906
13907 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
13908
139092008-05-02 Juri Linkov <juri@jurta.org>
13910
13911 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
13912 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
13913 DEFAULT argument as a list of default values in docstrings.
13914
139152008-05-01 Chong Yidong <cyd@stupidchicken.com>
13916
13917 * puresize.h (BASE_PURESIZE): Increase to 1210000.
13918
139192008-05-01 Martin Rudalics <rudalics@gmx.at>
13920
13921 * dispnew.c (change_frame_size_1): Preserve small windows when
13922 shrinking frames by calling set_window_height|width with third
13923 arg 2.
13924
13925 * window.h (struct window): Replace field too_small_ok by field
13926 resize_proportionally.
13927
13928 * window.c (make_window): Initialize resize_proportionally.
13929 (enlarge_window): Temporarily set resize_proportionally to make
13930 sure that shrink_windows does scale the window proportionally.
13931 (shrink_windows): When window has resize_proportionally set try
13932 to shrink it proportionally by stealing from other windows.
13933 (struct saved_window, Fset_window_configuration)
13934 (compare_window_configurations): Handle resize_proportionally.
13935 (WINDOW_TOTAL_SIZE): New macro.
13936 (window_min_size, shrink_windows, size_window): Use it.
13937 (check_min_window_sizes): Remove. Invalid values of
13938 window-min-height|width are handled by window_min_size_2 now.
13939 (size_window, Fsplit_window, enlarge_window)
13940 (adjust_window_trailing_edge, grow_mini_window): Don't call
13941 check_min_window_sizes.
13942 (window_min_size_2, window_min_size_1, window_min_size):
13943 New argument safe_p for retrieving "safe" minimum sizes.
13944 (Fdisplay_buffer, Fsplit_window, enlarge_window)
13945 (adjust_window_trailing_edge, grow_mini_window):
13946 Adjust arguments of window_min_size... functions.
13947 (shrink_windows): Argument min_size removed. New argument
13948 safe_p allows shrinking windows to their safe minimum sizes.
13949 Calculate minimum size and decide whether a window shall be
13950 deleted for each window individually.
13951 (size_window): When nodelete_p equals 2, tell shrink_windows to
13952 delete windows only if their new minimum size is no more safe.
13953 (shrink_window_lowest_first): Call window_min_size_1 to make
13954 sure to preserve modeline of bottom-most window when resizing
13955 the minibuffer.
13956 (Fset_window_configuration, Fcurrent_window_configuration)
13957 (compare_window_configurations): Do not handle
13958 window-min-height|width any more.
13959 (syms_of_window): Clarify window-min-height|width doc-strings.
13960
139612008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
13962
13963 * dired.c (file_name_completion): Fix up the encoding/decoding issue
13964 some more. Copy some of the code from Ftry_completions.
13965 Remove special case code that dates back to initial revision when the
13966 slash was only added when necessary and that can't trigger nowadays.
13967
139682008-04-27 Kenichi Handa <handa@m17n.org>
13969
13970 * font.c (font_prop_validate): Signal `error' instead of `font'.
13971
139722008-04-29 Jason Rumney <jasonr@gnu.org>
13973
13974 * w32fns.c (Fw32_battery_status): New defun.
13975 (syms_of_w32fns): Defsubr it.
13976
139772008-04-28 Andreas Schwab <schwab@suse.de>
13978
13979 * dired.c (file_name_completion): Fix another mixing of encoded
13980 and decoded names.
13981
139822008-04-28 Juanma Barranquero <lekktu@gmail.com>
13983
13984 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
13985
139862008-04-27 Juanma Barranquero <lekktu@gmail.com>
13987
13988 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
13989
139902008-04-27 Andreas Schwab <schwab@suse.de>
13991
13992 * dired.c (file_name_completion): Fix inappropriate mixing of
13993 encoded and decoded names.
13994
13995 * xterm.c (XTread_socket): Fix use of uninitialized variable.
13996
13997 * puresize.h (BASE_PURESIZE): Increase to 1200000.
13998
139992008-04-26 Eli Zaretskii <eliz@gnu.org>
14000
14001 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
14002 2008-03-31, it's not needed anymore with `struct stat' definition
14003 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
14004 for the same reasons.
14005
140062008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
14007
14008 * m/sparc.h: Additional redefinitions for GNU/Linux.
14009
140102008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14011
14012 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
14013 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
14014 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
14015 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
14016 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
14017 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
14018 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14019 Likewise.
14020
14021 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
14022 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
14023 (mac_ax_number_of_characters): Add externs.
14024 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
14025 [USE_MAC_TSM]: Likewise.
14026 (mac_handle_text_input_event) [MAC_OSX]:
14027 Handle kEventTextInputOffsetToPos for no active input area case.
14028 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
14029 (mac_handle_document_access_event)
14030 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
14031 (install_application_handler) [MAC_OSX]: Register handlers for
14032 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
14033 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14034 Register mac_handle_document_access_event.
14035
14036 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
14037 Make functions non-static.
14038
140392008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14040
14041 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
14042 (read_file_name_completion_ignore_case, insert_default_directory)
14043 (Qdefault_directory): Move to minibuffer.el.
14044 (Fread_file_name): Call the new `read-file-name' instead.
14045
140462008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14047
14048 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
14049 Make function non-static.
14050 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
14051 Remove function.
14052 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
14053 Move to mactoolbox.c.
14054 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
14055
14056 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
14057 (mac_rect_make): New macro.
14058
14059 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
14060 instead of float.
14061 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
14062 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
14063 (XSetBackground) [USE_CG_DRAWING]: Likewise.
14064 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
14065 CGRectMake.
14066 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
14067 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
14068 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
14069 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
14070 instead of WindowRef in argument type.
14071 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
14072 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
14073 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
14074 instead of DISPLAY. All uses changed.
14075 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
14076 (x_calc_absolute_position): Simplify so as not to use
14077 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
14078
14079 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
14080 instead of WindowRef in argument type.
14081 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
14082 [TARGET_API_MAC_CARBON]: Remove externs.
14083 (create_apple_event, mac_event_parameters_to_lisp)
14084 [TARGET_API_MAC_CARBON]: Add externs.
14085
14086 * mactoolbox.c (Vmac_ts_script_language_on_focus)
14087 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
14088 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
14089 is clicked.
14090 (x_activate_menubar): Remove extern for saved_menu_event_location.
14091 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
14092 Move from mac.c.
14093
140942008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14095
14096 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
14097 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
14098
140992008-04-23 Jason Rumney <jasonr@gnu.org>
14100
14101 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
14102 attributes only for local files.
14103
14104 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
14105 default to Qlocal.
14106
141072008-04-22 Juri Linkov <juri@jurta.org>
14108
14109 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
14110 read-buffer-to-switch instead of using the letter "B".
14111
141122008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
14113
14114 * fileio.c (Qdefault_directory): New variable.
14115 (Fread_file_name): Use it to pass `dir' to the completion functions.
14116
141172008-04-20 Chong Yidong <cyd@stupidchicken.com>
14118
14119 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
14120
141212008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14122
14123 * keyboard.c (Vpre_help_message): Remove.
14124 (show_help_echo): Remove default C code.
14125
14126 * dired.c (directory_files_internal, file_name_completion):
14127 Only call ENCODE_FILE if the string is indeed decoded.
14128
141292008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14130
14131 * Makefile.in (TOOLKIT_DEFINES): Remove.
14132 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
14133
141342008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14135
14136 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
14137 (mactoolbox.o): New target.
14138
14139 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
14140 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
14141
14142 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
14143 Use mac_set_frame_window_background instead of XSetWindowBackground.
14144 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
14145 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
14146 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
14147 instead of SetWindowTitleWithCFString.
14148 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
14149 Move function to mactoolbox.c.
14150 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
14151 Use mac_set_window_modified instead of SetWindowModified.
14152 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
14153 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
14154 (Fx_focus_frame): Use mac_front_non_floating_window instead of
14155 FrontNonFloatingWindow. Use mac_activate_window instead of
14156 ActivateWindow. Use mac_active_non_floating_window instead of
14157 ActiveNonFloatingWindow.
14158 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
14159 Use mac_show_hourglass and mac_hide_hourglass.
14160 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
14161 instead of GetGlobalMouse.
14162 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
14163 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
14164 Use mac_bring_window_to_front instead of BringToFront.
14165 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
14166 mactoolbox.c.
14167 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
14168 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
14169 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
14170 mactoolbox.c.
14171
14172 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
14173 (XtPointer): Move typedef from macmenu.c.
14174 (enum button_type): Move enum from macmenu.c.
14175 (widget_value): Move typedef from macmenu.c.
14176 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
14177 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
14178 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
14179 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
14180 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
14181 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
14182 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
14183 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
14184 (Selection): Move typedef from macselect.c.
14185 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
14186 macterm.c.
14187 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
14188 (mac_is_window_collapsed, mac_bring_window_to_front)
14189 (mac_send_window_behind, mac_hide_window, mac_show_window)
14190 (mac_collapse_window, mac_front_non_floating_window)
14191 (mac_active_non_floating_window, mac_activate_window)
14192 (mac_move_window_structure, mac_move_window, mac_size_window)
14193 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
14194
14195 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
14196 (enum mac_menu_kind): Move enum to mactoolbox.c.
14197 (min_menu_id): Move variable to mactoolbox.c.
14198 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
14199 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
14200 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
14201 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
14202 [TARGET_API_MAC_CARBON]: Likewise.
14203 (XtPointer): Move typedef to macgui.h.
14204 (enum button_type): Move enum to macgui.h.
14205 (widget_value): Move typedef to macgui.h.
14206 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
14207 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
14208 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
14209 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
14210 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
14211 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
14212 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
14213 (popup_activated_flag): Make variable non-static.
14214 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
14215 (add_menu_item, fill_menu, dispose_menus):
14216 Move functions to mactoolbox.c.
14217 (restore_show_help_function, menu_target_item_handler)
14218 (install_menu_target_item_handler, mac_handle_dialog_event)
14219 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
14220 [TARGET_API_MAC_CARBON]: Likewise.
14221 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
14222 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
14223 (find_and_call_menu_selection, name_is_separator): Make function
14224 non-static.
14225 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
14226 to mactoolbox.c.
14227 (set_frame_menubar): Don't call install_menu_quit_handler.
14228 (menu_item_selection): New variable.
14229 (mac_menu_show): Use create_and_show_popup_menu.
14230 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
14231 selection but set variable menu_item_selection. All uses changed.
14232 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
14233 Call install_menu_quit_handler. Move to mactoolbox.c.
14234
14235 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
14236 (Selection): Move typedef to macgui.h.
14237 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
14238 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
14239 Make variables non-static.
14240 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
14241 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
14242 Make functions non-static.
14243 (Vmac_service_selection) [MAC_OSX]: Likewise.
14244 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
14245 (mac_valid_selection_target_p, mac_clear_selection)
14246 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
14247 (mac_put_selection_value, mac_selection_has_target_p)
14248 (mac_get_selection_value, mac_get_selection_target_list)
14249 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
14250 Move functions to mactoolbox.c.
14251 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
14252 Likewise.
14253 (copy_scrap_flavor_data, mac_handle_service_event)
14254 (install_service_handler) [MAC_OSX]: Likewise.
14255 (syms_of_macselect) <Vmac_dnd_known_types>:
14256 Use mac_dnd_default_known_types.
14257
14258 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
14259 Move to mactoolbox.c.
14260 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
14261 (Fx_selection_owner_p): Add EXFUN.
14262 (install_window_handler, remove_window_handler, XSetWindowBackground):
14263 Remove externs.
14264 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
14265 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
14266 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
14267 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
14268 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
14269 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
14270 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
14271 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
14272 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
14273 (create_and_show_popup_menu, mac_get_selection_from_symbol)
14274 (mac_valid_selection_target_p, mac_clear_selection)
14275 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
14276 (mac_put_selection_value, mac_selection_has_target_p)
14277 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
14278 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
14279 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
14280 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
14281 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
14282 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
14283 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
14284 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
14285 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
14286
14287 * mactoolbox.c: New file.
14288
142892008-04-18 Jason Rumney <jasonr@gnu.org>
14290
14291 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
14292
142932008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14294
14295 * character.c (Fmultibyte_char_to_unibyte):
14296 Return latin1 chars unchanged.
14297
14298 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
14299 relocated if it points to `name'.
14300
143012008-04-17 Kenichi Handa <handa@m17n.org>
14302
14303 * data.c (Faset): Allow setting a multibyte character in an
14304 ASCII-only unibyte string.
14305
14306 * lisp.h (STRING_SET_MULTIBYTE): New macro.
14307
143082008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14309
14310 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
14311 done in config.h.
14312
143132008-04-16 Juanma Barranquero <lekktu@gmail.com>
14314
14315 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
14316 (Fchar_direction): Add usage in the docstring.
14317
143182008-04-15 Chong Yidong <cyd@stupidchicken.com>
14319
14320 * keyboard.c (read_key_sequence): Remove always-true checks.
14321
143222008-04-14 Jason Rumney <jasonr@gnu.org>
14323
14324 * w32font.c (w32font_open_internal): Set max_bounds.descent in
14325 compatibility struct, for better underline positioning.
14326
143272008-04-13 David Hansen <david.hansen@gmx.net>
14328
14329 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
14330 string.
14331
143322008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
14333
14334 * m/hp800.h (XUINT, XSET): Remove.
14335
143362008-04-12 Juanma Barranquero <lekktu@gmail.com>
14337
14338 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
14339 previous change.
14340
143412008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14342
14343 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
14344 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
14345
143462008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14347
14348 * keymap.h (map_keymap_canonical): Declare.
14349 * xmenu.c (single_keymap_panes): Use it.
14350
143512008-04-11 Glenn Morris <rgm@gnu.org>
14352
14353 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
14354 set the target's value to that of the alias.
14355
143562008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14357
14358 * term.c (set_tty_color_mode): Left over typo.
14359
143602008-04-10 Michael Albinus <michael.albinus@gmx.de>
14361
14362 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
14363 only after check for file name handler functions. Signal, when
14364 native functionality is not supported.
14365 (syms_of_fileio): Declare it unconditionally.
14366
143672008-04-10 Jason Rumney <jasonr@gnu.org>
14368
14369 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
14370 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
14371
14372 * w32.c (logon_network_drive): Also logon to remote drives that
14373 are mapped to drive letters.
14374
143752008-04-10 Glenn Morris <rgm@gnu.org>
14376
14377 * xdisp.c (truncate-partial-width-windows): Doc fix.
14378
143792008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14380
14381 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
14382 Move functions to minibuffer.el.
14383 (syms_of_fileio): Don't declare them.
14384
143852008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14386
14387 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
14388 (syms_of_minibuf): Remove its initialization.
14389
14390 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
14391
143922008-04-09 Juanma Barranquero <lekktu@gmail.com>
14393
14394 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
14395
143962008-04-09 Jason Rumney <jasonr@gnu.org>
14397
14398 * makefile.w32-in (distclean): Delete makefile too.
14399 (maintainer-clean): New target.
14400
14401 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
14402
14403 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
14404 for new font backend and composite cases.
14405
144062008-04-09 Jan Djärv <jan.h.d@swipnet.se>
14407
14408 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
14409 Most of the code moved to run_timers.
14410 (do_pending_atimers): Call run_timers.
14411 (run_timers): New function.
14412
14413 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
14414 run atimers.
14415
14416 * process.c (wait_reading_process_output): The same as above.
14417
144182008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14419
14420 * minibuf.c (last_exact_completion): Remove variable.
14421 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
14422 (complete_and_exit_1, complete_and_exit_2)
14423 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
14424 (Fdisplay_completion_list, display_completion_list_1)
14425 (Fminibuffer_completion_help, Fself_insert_and_exit)
14426 (Fexit_minibuffer, Fminibuffer_message): Move functions to
14427 minibuffer.el.
14428 (syms_of_minibuf): Remove corresponding initializations.
14429
14430 * keyboard.c (Qdeactivate_mark): New var.
14431 (command_loop_1): Use it to call `deactivate-mark'.
14432 (syms_of_keyboard): Initialize it.
14433
14434 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
14435 to another frame.
14436 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
14437 Don't call set_tty_color_mode.
14438 (store_frame_param): Reset previous_frame rather than call
14439 set_tty_color_mode.
14440 * term.c (set_tty_color_mode): Rewrite.
14441 * dispextern.h (set_tty_color_mode): New type.
14442 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
14443
144442008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14445
14446 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
14447 for generic chars, which do not exist any more in emacs-unicode.
14448
144492008-04-08 Michael Albinus <michael.albinus@gmx.de>
14450
14451 * coding.c (detect_coding_emacs_mule)
14452 (Ffind_operation_coding_system): Fix typo.
14453
144542008-04-08 Jason Rumney <jasonr@gnu.org>
14455
14456 * w32uniscribe.c (SNAME): Extract only symbol name.
14457
14458 * w32font.h (struct w32_metric_cache): New struct.
14459 (w32font_info): Use it.
14460 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
14461 (CACHE_BLOCKSIZE): New constants.
14462
14463 * w32font.c (Qja, Qko, Qzh): New symbols.
14464 (syms_of_w32font): Initialise them.
14465 (font_matches_spec): Use them to filter by language.
14466 (recompute_cached_metrics): Remove function.
14467 (compute_metrics, clear_cached_metrics): New functions.
14468 (w32font_encode_char): Use them to manage metric cache.
14469 (w32font_text_extents): Cache metrics for all glyphs on demand.
14470 Delay converting glyph indices to WORD until needed.
14471 (w32font_open_internal): Initialize metric cache to empty.
14472 (registry_to_w32_charset): Charset should always be a symbol.
14473 (fill_in_logfont, list_all_matching_fonts): Family should
14474 always be a symbol.
14475
144762008-04-06 Jason Rumney <jasonr@gnu.org>
14477
14478 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
14479 Give up if glyph indices not supported. Use uniscribe obtained
14480 ABC widths for individual metrics. Map glyph clusters back to
14481 characters using fClusterStart flag. Return number of glyphs
14482 produced, not chars processed.
14483 (uniscribe_shape): Map char at FROM to current glyph.
14484
144852008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14486
14487 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
14488 Use SetMenuItemHierarchicalMenu.
14489
144902008-04-05 Jason Rumney <jasonr@gnu.org>
14491
14492 * image.c (pbm_load): Allow color values up to 65535.
14493 Throw an error if max_color_idx is outside the supported range.
14494 Report an error when image size is invalid.
14495 Read two bytes at a time when raw images have max_color_idx above 255.
14496
aac0c6e3
MR
144972008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
14498
14499 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
14500 append "CCL: Quitted" when the CCL program is quitted.
14501 (setup_ccl_program): Initialize ccl->quit_silently to zero.
14502
14503 * ccl.h (struct ccl_program): New member quit_silently.
14504
145052008-04-05 Chong Yidong <cyd@stupidchicken.com>
14506
14507 * search.c (compile_pattern_1): Treat non-nil and non-string of
14508 search-spaces-regexp as nil.
14509
14510 * minibuf.c (Fassoc_string): Tweak docstring.
14511
145122008-04-05 Eli Zaretskii <eliz@gnu.org>
14513
14514 * dired.c (Ffile_attributes): Support inode numbers wider than 32
14515 bits. Remove ugly WINDOWSNT-specific kludge introduced on
14516 2008-03-14 to force inode be positive.
14517
14518 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
14519 _S_* ones, since we now use our own sys/stat.h.
14520 (stat, fstat): Don't mangle the inode number.
14521 (init_user_info): Don't restrict UID and GID to 0-60000 range.
14522
145232008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14524
14525 * frame.h (struct frame): Give one more bit to `visible' since we use
14526 values larger than 1 to indicate obscured frames on ttys.
14527
14528 * keymap.c (Qkeymap_canonicalize): New var.
14529 (Fmap_keymap_internal): New fun.
14530 (describe_map): Use keymap-canonicalize.
14531
14532 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
14533 (Fundo_boundary): Set them.
14534 (syms_of_undo): Initialize them.
14535 (record_point): Use them instead of last_point_position*.
14536 (last_undo_buffer): Change type.
14537
145382008-04-04 Jason Rumney <jasonr@gnu.org>
14539
14540 * w32font.c (w32font_text_extents): Use font's ascent and descent.
14541 (recompute_cached_metrics): Don't set ascent and descent per char.
14542
14543 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
14544 (uniscribe_check_otf): Add GC protection before consing.
14545 Rearrange loop for counting features.
14546
145472008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14548
14549 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
14550 buffer with byte-size of source buffer.
14551
145522008-04-03 Chong Yidong <cyd@stupidchicken.com>
14553
14554 * callint.c (Fcall_interactively): Handle temporary region even
14555 when shift-select-mode is off.
14556
145572008-04-03 Jason Rumney <jasonr@gnu.org>
14558
14559 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
14560
145612008-04-03 Kenichi Handa <handa@m17n.org>
14562
14563 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
14564 (CATEGORY_MASK_UTF_16): Likewise.
14565 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
14566 binary file.
14567 (detect_coding): Add null-byte detection for a binary file.
14568 (detect_coding_system): Likewise.
14569
145702008-04-03 Jason Rumney <jasonr@gnu.org>
14571
14572 * w32uniscribe.c: New file.
14573
14574 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
14575
14576 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
14577
14578 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
14579 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
14580 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
14581 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
14582 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
14583 (Qphonetic): New symbols.
14584 (syms_of_w32font): Initialize them.
14585 (font_supported_scripts): Use them.
14586 (w32font_list_family): List all charsets.
14587 (w32font_text_extents, recompute_cached_metrics): Fix metric
14588 calculations.
14589 (w32_enumfont_pattern_entity): Make full_type a DWORD.
14590 Give opentype fonts their own format.
14591 (font_matches_spec): New arguments backend and logfont.
14592 Handle :otf spec for uniscribe backend.
14593 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
14594 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
14595
14596 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
14597 font backend.
14598 (globals_of_w32fns): Initialize uniscribe font backend.
14599
14600 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
14601 dependencies.
14602 (w32uniscribe.$(O)): New file to build.
14603 (FONT_OBJ): Include w32uniscribe.$(O).
14604 (LIBS): Add uniscribe libraries.
14605
14606 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
14607
146082008-04-02 Chong Yidong <cyd@stupidchicken.com>
14609
14610 * callint.c (Vshift_select_mode): New var.
14611 (Finteractive): Document new ^ spec.
14612 (Fcall_interactively): Call handle-shift-selection if the ^ spec
14613 is present.
14614
14615 * keyboard.c (Vthis_command_keys_shift_translated): New var.
14616 (command_loop_1): Avoid running the direct display versions of
14617 forward-char and backward-char if shift-selection may occur.
14618 (read_key_sequence): Set Vthis_command_keys_shift_translated if
14619 shift-translation takes place.
14620
14621 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
14622 avoid clobbering by define-minor-mode.
14623
14624 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
14625 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
14626
14627 * syntax.c (Fforward_word): Add ^ interactive spec.
14628
14629 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
14630 (Fscroll_right): Add ^ interactive spec.
14631
146322008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14633
14634 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
14635
14636 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
14637
14638 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
14639
146402008-03-31 Juri Linkov <juri@jurta.org>
14641
14642 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
14643
146442008-03-30 Jan Djärv <jan.h.d@swipnet.se>
14645
14646 * gtkutil.c (xg_set_geometry): Fix indentation.
14647 (xg_resize_outer_widget): Remove.
14648 (x_wm_size_hint_off): Fix indentation.
14649 (xg_frame_set_char_size): Call flush_and_sync after
14650 gtk_window_resize.
14651 (x_wm_set_size_hint): Pass NULL as geometry window to
14652 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
14653 Add menu bar and tool bar height to base height.
14654 (xg_update_frame_menubar, free_frame_menubar)
14655 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
14656 (update_frame_tool_bar, free_frame_tool_bar):
14657 Change xg_resize_outer_widget to xg_frame_set_char_size.
14658
146592008-03-30 Michael Albinus <michael.albinus@gmx.de>
14660
14661 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
14662 (Fdbus_call_method): New parameter TIMEOUT.
14663 (dbus-send-signal): Optimize UNGCPRO call.
14664
146652008-03-29 Juri Linkov <juri@jurta.org>
14666
14667 * window.c (Fdisplay_buffer): Move call to
14668 Vsplit_window_preferred_function out of conditions that check
14669 if window is eligible for vertical splitting.
14670 When Vsplit_window_preferred_function is non-nil, call it and use
14671 its non-nil return value as window. Otherwise, continue doing
14672 vertical splitting using Fsplit_window with arg horflag=nil.
14673 (syms_of_window) <Vsplit_window_preferred_function>: Change the
14674 default value from `split-window' to nil.
14675
146762008-03-29 Juri Linkov <juri@jurta.org>
14677
14678 * callint.c (Fcall_interactively): Revert 2008-03-16 change
14679 for interactive code letters 'b' and 'B'.
14680
146812008-03-29 Eli Zaretskii <eliz@gnu.org>
14682
14683 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
14684 multibyte string.
14685
146862008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14687
14688 * keyboard.c (pending_funcalls): New var.
14689 (timer_check): Run it.
14690 (syms_of_keyboard): Initialize it.
14691 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
14692 (Vdelete_terminal_functions): New vars.
14693 (syms_of_terminal): Initialize them.
14694 (Fdelete_terminal): Run delete-terminal-functions.
14695 * xdisp.c (safe_eval): Rewrite.
14696 (safe_call2): New fun.
14697 * frame.c (Qdelete_frame_functions): New var.
14698 (syms_of_frame): Initialize it.
14699 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
14700 * lisp.h (safe_call2, pending_funcalls): Declare.
14701
147022008-03-28 Andreas Schwab <schwab@suse.de>
14703
14704 * indent.c (Fmove_to_column): Move declaration before statements.
14705
147062008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14707
14708 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
14709 (struct frame): Use bit fields for boolean vars.
14710
14711 * process.c (server_accept_connection): Simplify naming.
14712 (emacs_get_tty_pgrp): Use SDATA.
14713
14714 * coding.c (decode_coding_object): Fix last change.
14715
147162008-03-27 Jason Rumney <jasonr@gnu.org>
14717
14718 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
14719
147202008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
14721
14722 * charset.c (Fdefine_charset_internal): Change the way of
14723 registering charsets in Vcharset_order_list.
14724 (syms_of_charset): Make the charset `eight-bit' supplementary.
14725
147262008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
14727
14728 * regex.c (EXTEND_BUFFER): Change order of pointer addition
14729 operations, to avoid having the difference between pointers
14730 overflow.
14731
147322008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14733
14734 * indent.c (check_display_width): New fun.
14735 (scan_for_column): Use it.
14736
14737 * data.c (syms_of_data): Mark most-positive-fixnum and
14738 most-negative-fixnum as constants.
14739
14740 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
14741
14742 * indent.c (scan_for_column): Extract from current_column_1.
14743 Merge with the same code from Fmove_to_column.
14744 (current_column_1, Fmove_to_column): Use it.
14745
147462008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14747
14748 * keymap.c (map_keymap_internal): New fun.
14749 (map_keymap): Use it.
14750 (Fmap_keymap_internal): New fun.
14751 (Fmap_keymap): Remove left-out test from before make_save_value.
14752
14753 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
14754
14755 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
14756 Use XCAR/XCDR.
14757
14758 * process.h (struct Lisp_Process): Remove filter_multibyte.
14759 * process.c (QCfilter_multibyte): Remove.
14760 (setup_process_coding_systems): Don't use filter_multibyte.
14761 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
14762 (read_process_output): Don't adjust multibyteness to filter_multibyte.
14763 (Fset_process_filter_multibyte): Change the coding-system to
14764 approximate the previous behavior.
14765 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
14766 coding-system.
14767
14768 * coding.c (decode_coding_object): When not decoding into a buffer,
14769 obey the coding system's preference of (uni|multi)byte.
14770
147712008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14772
14773 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
14774 every char is changed and has a different byte-length.
14775 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
14776 Fix int -> EMACS_INT.
14777
147782008-03-23 David Hansen <david.hansen@gmx.net>
14779
14780 * dbusbind.c (xd_read_message): Remove extra copying of message
14781 strings. Check for NULL `interface' or `member'.
14782
147832008-03-22 Eli Zaretskii <eliz@gnu.org>
14784
14785 * w32.c (readdir): If FindFirstFile/FindNextFile return in
14786 cFileName a file name that includes `?' characters, use the 8+3
14787 alias in cAlternateFileName instead.
14788
147892008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14790
14791 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
14792
147932008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14794
14795 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
14796 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
14797 work on current_buffer only instead (that was already the case
14798 for some of the code anyway).
14799 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
14800 (temp_set_point, temp_set_point_both): Use EMACS_INT.
14801 (SET_PT, SET_PT_BOTH): Adjust.
14802 * intervals.h (set_point, temp_set_point, set_point_both)
14803 (temp_set_point_both): Remove redundant declarations.
14804
148052008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14806
14807 * fileio.c (Finsert_file_contents):
14808 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
14809 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
14810 when buffer != current_buffer anyway.
14811
148122008-03-20 Andreas Schwab <schwab@suse.de>
14813
14814 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
14815 as default.
14816
148172008-03-19 Jason Rumney <jasonr@gnu.org>
14818
14819 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
14820 (syms_of_w32fns): Initialize them.
14821 (HOURGLASS_ID): New constant.
14822 (x_window_to_frame): Don't check hourglass_window.
14823 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
14824 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
14825 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
14826 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
14827 Only change the cursor if hourglass is not active.
14828 (Fx_create_frame): Initialize frame's current_cursor.
14829 (hourglass_atimer): Remove.
14830 (hourglass_started): New function.
14831 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
14832 (show_hourglass): Adapt to w32, changing argument to frame.
14833
14834 * w32term.h (struct w32_output): Remove hourglass_window.
14835 Add current_cursor.
14836
14837 * eval.c (call_debugger, Fsignal):
14838 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
14839 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
14840 (Fexecute_extended_command, cancel_hourglass_unwind):
14841 * minibuf.c (read_minibuf):
14842 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
14843
148442008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14845
14846 * window.c (run_funs): New fun.
14847 (run_window_configuration_change_hook): Use it to run the buffer-local
14848 and the global part of the hook.
14849
14850 * xdisp.c (format_mode_line_unwind_data): Add window argument.
14851 (unwind_format_mode_line): Restore selected window.
14852 (x_consider_frame_title, Fformat_mode_line): Set selected window.
14853
148542008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14855
14856 * editfns.c (Fchar_equal): Check they are valid characters.
14857
14858 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
14859
148602008-03-17 Andreas Schwab <schwab@suse.de>
14861
14862 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
14863 against a charset.
14864
14865 * lisp.h (Fbuffer_list): Declare.
14866
148672008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 14868
aac0c6e3
MR
14869 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
14870 handlebox_widget is != 0.
14871
148722008-03-16 Juri Linkov <juri@jurta.org>
14873
14874 * callint.c (Fcall_interactively): For interactive code letters
14875 'b' and 'B' put the buffer list into the list of default "future"
14876 values of the minibuffer.
14877
148782008-03-16 Andreas Schwab <schwab@suse.de>
14879
14880 * keyboard.c (read_key_sequence): Fix downcasing of letters with
14881 modifiers.
14882
14883 * regex.c (re_match_2_internal): Correct matching of a charset
14884 against latin-1 characters.
14885
148862008-03-16 Kenichi Handa <handa@m17n.org>
14887
14888 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
14889 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
14890 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
14891 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
14892 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
14893 CHAR_STRING_ADVANCE.
14894 (produce_chars): Fix for the case that the source and the
14895 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
14896 instead of CHAR_STRING_ADVANCE.
14897 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
14898 STRING_CHAR_ADVANCE.
14899
149002008-03-15 Andreas Schwab <schwab@suse.de>
14901
14902 * regex.c (re_match_2_internal): Correct matching of eight bit
14903 characters in unibyte strings.
14904
149052008-03-15 Martin Rudalics <rudalics@gmx.at>
14906
14907 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
14908 at end of range when it coincides with the end of the buffer.
14909
149102008-03-14 Eli Zaretskii <eliz@gnu.org>
14911
14912 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
14913
14914 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
14915
149162008-03-14 Jason Rumney <jasonr@gnu.org>
14917
14918 * editfns.c (initial_tz): New variable.
14919 (syms_of_editfns): Initialize it.
14920 (Fset_time_zone_rule): Set it when first called.
14921 Use it when TZSTRING is nil.
14922
14923 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
14924 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
14925 (monitor_from_point_fn, get_monitor_info_fn): New globals.
14926 (globals_of_w32fns): Initialize them.
14927 (compute_tip_xy): Use them to position tooltips.
14928
149292008-03-14 Glenn Morris <rgm@gnu.org>
14930
14931 * emacs.c (main): Revert previous change.
14932 (standard_args): Revert -internal-script back to -scriptload,
14933 and remove the long-option form.
14934
149352008-03-13 Glenn Morris <rgm@gnu.org>
14936
14937 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
14938 Remove option -enable-font-backend.
14939
149402008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14941
14942 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
14943
149442008-03-11 Jan Djärv <jan.h.d@swipnet.se>
14945
14946 * xterm.c (x_connection_closed): For GTK: If this is the last
14947 terminal just exit without closing the display.
14948
149492008-03-11 Jason Rumney <jasonr@gnu.org>
14950
14951 * w32font.c (w32font_full_name): Use floor to round.
14952
f0131492 149532008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
14954
14955 * sound.c (alsa_configure): Declare vol at beginning of block.
14956
14957 * fontset.c (Ffontset_info): Remove extra semicolon.
14958
149592008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14960
14961 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
14962 size of resulting string.
14963
149642008-03-10 Jason Rumney <jasonr@gnu.org>
14965
14966 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
14967
149682008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14969
14970 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
14971 Don't pretend as if characters with display property haven't been
14972 consumed for string-replacing-string case.
14973
149742008-03-08 Kim F. Storm <storm@cua.dk>
14975
14976 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
14977 (get_next_display_element, next_element_from_string)
14978 (next_element_from_ellipsis, next_element_from_buffer): Use it.
14979
149802008-03-08 Andreas Schwab <schwab@suse.de>
14981
14982 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
14983
149842008-03-06 Jason Rumney <jasonr@gnu.org>
14985
14986 * w32font.c (w32_registry): Take font_type argument. Use ANSI
14987 when charset not specified. Only translate ANSI to unicode when
14988 font_type is truetype.
14989 (w32font_coverage_ok): New function.
14990 (add_font_entity_to_list): Use it to filter unsuitable fonts.
14991
149922008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
14993
14994 * lread.c (Fread_char): Resolve modifiers.
14995 (Fread_char_exclusive): Likewise.
14996
14997 * character.c (char_resolve_modifier_mask): New function.
14998 (char_string): Use char_resolve_modifier_mask.
14999 (Fchar_resolve_modifiers): New function.
15000 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
15001 function.
15002
150032008-03-04 Jason Rumney <jasonr@gnu.org>
15004
15005 * makefile.w32-in: Always include w32font.c in the build.
15006 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
15007
150082008-03-04 Andreas Schwab <schwab@suse.de>
15009
15010 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
15011 (versionclean): Likewise.
15012
150132008-03-04 Juanma Barranquero <lekktu@gmail.com>
15014
15015 * .cvsignore: Add oo.
15016
150172008-03-03 Andreas Schwab <schwab@suse.de>
15018
15019 * coding.c (decode_coding_object): Inhibit gap shrinking while
15020 decoding in place.
15021
150222008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
15023
15024 * w32term.c: Remove unused include "gnu.h".
15025 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
15026
15027 * gnu.h: Rename to ...
15028 * emacs-icon.h: ... this.
15029 * xterm.c: Use emacs-icon.h instead of gnu.h.
15030 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
15031
150322008-03-03 Juanma Barranquero <lekktu@gmail.com>
15033
15034 * w32font.c: Include math.h.
15035
150362008-03-03 Jason Rumney <jasonr@gnu.org>
15037
15038 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
15039 Compute options separately.
15040 (w32font_open_internal): Set glyph_idx before caching metrics.
15041
15042 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
15043 Define if system headers don't.
15044 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
15045 (w32font_encode_char): Don't declare here.
15046
15047 * w32font.c (Quniscribe, QCformat): New symbols.
15048 (syms_of_w32font): Define them.
15049 (w32font_has_char): Indicate uncertainty.
15050 (w32font_encode_char): Encode as glyph point. Make static.
15051 (recompute_cached_metrics): New function.
15052 (w32font_open_internal): Use it. Set font to use glyph points
15053 initially. Set format based on type of font.
15054 (w32font_text_extents, w32font_draw): Optionally use glyph points.
15055 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
15056 on it. Set format based on information available here.
15057 (add_font_entity_to_list): Identify backend based on opentype_only.
15058
150592008-03-02 Andreas Schwab <schwab@suse.de>
15060
15061 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
15062
15063 * coding.c (decode_coding_big5, produce_chars):
15064 Fix typos in last change.
15065
150662008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
15067
15068 * gnu.h: New icon.
15069
150702008-03-02 Kenichi Handa <handa@m17n.org>
15071
15072 * coding.c (decode_coding_utf_8): When eol-type of CODING is
15073 `dos', don't decode '\r' if that is the last in the source.
15074 (decode_coding_utf_16, decode_coding_emacs_mule)
15075 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15076 (decode_coding_raw_text, decode_coding_charset): Likewise.
15077 (produce_chars): Don't decode EOL here. Use EMACS_INT.
15078
150792008-03-01 Jason Rumney <jasonr@gnu.org>
15080
15081 * w32font.c (w32font_full_name): Report point size for scalable fonts.
15082
150832008-03-01 Kim F. Storm <storm@cua.dk>
15084
15085 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
15086
150872008-03-01 Jason Rumney <jasonr@gnu.org>
15088
15089 * w32font.c (w32font_full_name): New function.
15090 (w32font_open_internal): Use it.
15091
150922008-03-01 Kim F. Storm <storm@cua.dk>
15093
15094 * dispnew.c (line_draw_cost): Fix invalid glyph check.
15095
150962008-03-01 Jason Rumney <jasonr@gnu.org>
15097
15098 * font.c (font_unparse_fcname): Increase len when style is a symbol.
15099
151002008-03-01 Jan Djärv <jan.h.d@swipnet.se>
15101
15102 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
15103 xg_frame_resized when the event is for the edit widget.
15104
15105 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
15106
15107 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
15108 set_char_size.
15109 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
15110 operations on widgets here. Just set frame size if needed.
15111 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
15112 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
15113 (x_wm_set_size_hint): Set size hints on the edit widget only, not
15114 the whole frame.
15115 (xg_create_tool_bar): Move attachment of the tool bar to
15116 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
15117 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
15118
151192008-03-01 Jason Rumney <jasonr@gnu.org>
15120
15121 * w32fns.c (w32_msg_pump): Disable debug code.
15122
151232008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15124
15125 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
15126
151272008-02-29 Chong Yidong <cyd@stupidchicken.com>
15128
15129 * xdisp.c (next_overlay_string): Don't set
15130 overlay_strings_at_end_processed_p if we're currently reading from
15131 a display string.
15132
151332008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
15134
15135 * xdisp.c (get_overlay_strings_1): Fix typo.
15136
151372008-02-29 Chong Yidong <cyd@stupidchicken.com>
15138
15139 * xdisp.c (get_overlay_strings_1): Add missing argument type.
15140
151412008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
15142
15143 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
15144
15145 * xdisp.c (display_mode_element): Cancel the previous change.
15146 (decode_mode_spec): Likewise.
15147 (handle_auto_composed_prop): Don't make composition if it->string
15148 is a string.
15149
151502008-02-27 Kim F. Storm <storm@cua.dk>
15151
15152 * lisp.h (GLYPH): Change type from int to struct with separate char
15153 and face_id members.
15154 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
15155 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
15156 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
15157 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
15158 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
15159 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
15160 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
15161 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
15162 handle new Lisp glyph code encoding, either an integer or a cons.
15163
15164 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
15165 (GLYPH_ALIAS): Delete.
15166 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
15167 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
15168 (GLYPH_FROM_CHAR): Replace macro by ...
15169 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
15170
15171 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
15172 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
15173 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
15174 (GLYPH_INVALID_P): New macro.
15175 (spec_glyph_lookup_face): Update prototype.
15176
15177 * dispnew.c (line_draw_cost): Adapt to new glyph type.
15178 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
15179 new glyph code encoding.
15180 (spec_glyph_lookup_face): No return value; update passed glyph instead.
15181 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
15182
15183 * xdisp.c (get_next_display_element, next_element_from_display_vector):
15184 Adapt to new glyph type and new glyph code encoding.
15185
15186 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
15187
15188 * indent.c (current_column, current_column_1, Fmove_to_column)
15189 (compute_motion): Adapt to new glyph code encoding.
15190
15191 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
15192
151932008-02-27 Chong Yidong <cyd@stupidchicken.com>
15194
15195 * process.c (wait_reading_process_output): Check for window
15196 changes caused by timers.
15197 Suggested by Johan Bockgård.
15198
151992008-02-27 Glenn Morris <rgm@gnu.org>
15200
15201 * emacs.c (USAGE1): Add `--disable-font-backend'.
15202
152032008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
15204
15205 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
15206 is made to the buffer.
15207
152082008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15209
15210 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
15211 (face_at_string_position):
15212 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
15213 (face_at_string_position):
15214 * xdisp.c (display_string, next_overlay_change):
15215 * buffer.h (overlays_at):
15216 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
15217 Update callers.
15218
152192008-02-26 Chong Yidong <cyd@stupidchicken.com>
15220
15221 * editfns.c (Fformat): Doc fix.
15222
152232008-02-26 Juanma Barranquero <lekktu@gmail.com>
15224
15225 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
15226 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
15227 (Ffont_otf_alternates, Fquery_font): Doc fixes.
15228
152292008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15230
15231 * buffer.c (Fbuffer_swap_text): New function.
15232 (syms_of_buffer): Defsubr it.
15233
152342008-02-25 Chong Yidong <cyd@stupidchicken.com>
15235
15236 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
15237
152382008-02-25 Jason Rumney <jasonr@gnu.org>
15239
15240 * w32font.c (w32font_draw): Draw one character at a time when padding.
15241
152422008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15243
15244 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
15245 Handle a nil arg. Use run_window_configuration_change_hook.
15246 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
15247 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
15248 Use run_window_configuration_change_hook.
15249
152502008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
15251
15252 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
15253 1-pixel width.
15254
152552008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
15256
15257 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
15258 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
15259 if the glyph in the font is zero pixel with.
15260
15261 * dispextern.h (struct glyph_string): New member padding_p.
15262
15263 * w32font.c (w32font_draw): Pay attention to s->padding_p.
15264
15265 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
15266
15267 * xfont.c (xfont_draw): Pay attention to s->padding_p.
15268
15269 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
15270
15271 * font.c: If the font driver doesn't have `shape' function, return Qnil.
15272
152732008-02-25 Jason Rumney <jasonr@gnu.org>
15274
15275 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
15276
152772008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15278
15279 Allow fine-grained image-cache flushing.
15280 * dispextern.h (struct image): Add `dependencies' field.
15281 (clear_image_caches): Change arg to Lisp_Object.
15282 * image.c (make_image): Initialize `dependencies' field.
15283 (clear_image_cache): Change arg to allow fine-grained flushing.
15284 Perform the flush even if image-cache-eviction-delay is nil.
15285 (clear_image_caches): Change arg to Lisp_Object.
15286 (Fclear_image_cache): Expand meaning of the argument.
15287 (mark_image): Mark `dependencies' field.
15288 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
15289 (lface_hash): Use XHASH rather than XFASTINT.
15290 (face_at_buffer_position): Fix int -> EMACS_INT position.
15291 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
15292 (select_frame_for_redisplay): Remove code duplication.
15293 (redisplay_internal): Adapt arg to call to clear_image_caches.
15294
152952008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
15296
15297 * s/vms4-0.h:
15298 * s/vms4-2.h:
15299 * s/vms4-4.h:
15300 * s/vms5-5.h: Remove, unused.
15301
15302 * s/irix5-2.h:
15303 * s/irix6-0.h:
15304 * s/riscos5.h:
15305 * s/mach-bsd4-3.h:
15306 * m/mips4.h: Remove files for obsolete systems.
15307
15308 * Makefile.in:
15309 * filelock.c:
15310 * unexmips.c:
15311 * m/hp9000s300.h:
15312 * m/iris4d.h:
15313 * s/aix3-1.h:
15314 * s/hpux.h:
15315 * s/msdos.h:
15316 * s/usg5-0.h:
15317 * s/usg5-2-2.h:
15318 * s/usg5-2.h:
15319 * s/usg5-3.h: Remove references to obsolete variables.
15320
15321 * s/irix5-0.h: Remove, move all the contents ...
15322 * s/irix6-5.h: ... here. Simplify.
15323 * config.in: Regenerate.
15324
153252008-02-24 Jason Rumney <jasonr@gnu.org>
15326
15327 * w32term.c (x_draw_glyph_string_background): Clear the background
15328 manually when cleartype is in use.
15329 (x_draw_glyph_string_foreground): Draw text transparently when
15330 cleartype is in use.
15331
15332 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
15333 a font into it unless we have to.
15334
153352008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15336
15337 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
15338 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 15339
aac0c6e3
MR
153402008-02-18 Jason Rumney <jasonr@gnu.org>
15341
15342 * w32fns.c (Fw32_shell_execute): Encode parameters.
15343
153442008-02-09 Eli Zaretskii <eliz@gnu.org>
15345
15346 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
15347
153482008-02-05 Juanma Barranquero <lekktu@gmail.com>
15349
15350 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
15351
153522008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
15353
15354 * xterm.c (x_set_offset): Don't change the gravity if
15355 CHANGE_GRAVITY is -1.
15356
153572008-02-23 Chong Yidong <cyd@stupidchicken.com>
15358
15359 * fileio.c (auto_save_error_occurred): New var.
15360 (auto_save_error): Set it.
15361 (Fdo_auto_save): Don't overwrite the error message if an auto-save
15362 error occurred.
15363
153642008-02-23 Eli Zaretskii <eliz@gnu.org>
15365
15366 * w32.c (globals_of_w32): Add initializations for
15367 g_b_init_get_sid_sub_authority and
15368 g_b_init_get_sid_sub_authority_count.
15369
153702008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
15371
15372 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
15373 (font_parse_xlfd): Use them for sanity check.
15374 (Finternal_set_font_style_table): Make sure the table is bijective.
15375
15376 Consolidate the image_cache to the terminal struct.
15377 * termhooks.h (P_): Remove redundant def.
15378 (struct terminal): New field `image_cache'.
15379 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
15380 of FRAME_X_IMAGE_CACHE.
15381 * xterm.h (struct x_display_info): Remove image_cache field.
15382 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15383 * w32term.h (struct w32_display_info): Remove image_cache field.
15384 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15385 * macterm.h (struct mac_display_info): Remove image_cache field.
15386 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
15387 * xterm.c (x_term_init):
15388 * w32term.c (w32_term_init):
15389 * macterm.c (mac_term_init): Set the image_cache in the terminal.
15390 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
15391 Remove declarations.
15392 (clear_image_caches, mark_image_cache): New declarations.
15393 * xfaces.c (clear_face_cache):
15394 * xdisp.c (redisplay_internal): Use clear_image_caches.
15395 * image.c (clear_image_cache): Don't check that a frame is on
15396 a window-system before checking if it shares the same cache.
15397 (clear_image_caches): New function.
15398 (Fclear_image_cache): Use it.
15399 (mark_image): Move from allo.c.
15400 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
15401 * alloc.c (mark_image, mark_image_cache): Move to image.c.
15402 (mark_object): Don't call mark_image_cache for frames.
15403 (mark_terminals): Call mark_image_cache.
15404
15405 * lisp.h (Fdelete_terminal): Declare.
15406
15407 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
15408 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
15409 wrong_type_argument.
15410
154112008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
15412
15413 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
15414 malayalam.el, and tamil.el. Add sinhala.el.
15415
154162008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
15417
15418 * xterm.c (x_connection_closed): Consolidate identical tests.
15419 (x_delete_terminal): Don't crash if called via x_connection_closed.
15420
154212008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
15422
15423 * xdisp.c (decode_mode_spec): New arg string.
15424 (display_mode_element): Adjust for the above change.
15425
154262008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15427
15428 * callint.c (Fcall_interactively): Use AREF.
15429
154302008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
15431
15432 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
15433
154342008-02-18 Jan Djärv <jan.h.d@swipnet.se>
15435
15436 * xfns.c (Fx_show_tip): Set string to " " if empty.
15437
154382008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
15439
15440 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
15441 with Qt.
15442
154432008-02-17 Kenichi Handa <handa@m17n.org>
15444
15445 * ftfont.c (ftfont_shape): Return Lispy number.
15446
15447 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
15448 for GCs.
15449 (Finternal_set_font_selection_order): Call font_update_sort_order
15450 only when enable_font_backend is set.
15451 (realize_x_face): Set face->font_info to that of default face only
15452 when enable_font_backend is set.
15453
15454 * xdisp.c (handle_composition_prop): Set it->c to the fist
15455 character of the composed region.
15456 (fill_composite_glyph_string): Set base_face->font_info to
15457 s->font_info. Get a face for ascii from base_face->ascii_face.
15458 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
15459 with a face already decided.
15460 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
15461 non-negative.
15462 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
15463 call font_prepare_composition unconditionally.
15464
15465 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
15466
15467 * xterm.h (struct x_display_info): New member font.
15468
15469 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
15470 (x_set_mouse_face_gc, x_new_font): Likewise.
15471 (x_term_init): Setup display_info->font.
15472 (x_delete_terminal): Free display_info->font.
15473
15474 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
15475
15476 * ftxfont.c (ftxfont_default_fid): Delete it.
15477 (ftxfont_open): Set xfont->fid to 0.
15478 (ftxfont_end_for_frame): Clear data specific to the frame and the
15479 font-driver.
15480
15481 * xftfont.c (xftfont_default_fid): Delete it.
15482 (xftfont_open): Set xfont->fid to 0.
15483
15484 * fontset.c (FONTSET_OBJLIST): New macro.
15485 (fontset_find_font): Update font-object list of the fontset.
15486 (free_realized_fontset): New function.
15487 (free_face_fontset): Call free_realized_fontset.
15488 (Ffont_info): Call font_close_object only when enable_font_backend
15489 is set.
15490
15491 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
15492 [HAVE_NTGUI]: Include w32term.h.
15493 [MAC_OS]: Include macterm.ch.
15494 (font_otf_ValueRecord): Use make_number.
15495 (font_finish_cache): Fix handling of reference count.
15496 (font_clear_cache): Update num_fonts.
15497 (font_open_entity): Update smallest_char_width and
15498 smallest_font_height of the frame.
15499 (font_close_object): Update num_fonts.
15500 (Fclear_font_cache): Fix finding the target cache data.
15501
155022008-02-16 Glenn Morris <rgm@gnu.org>
15503
15504 * fontset.c (Finternal_char_font): Fix compilation warning.
15505
155062008-02-16 Eli Zaretskii <eliz@gnu.org>
15507
15508 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
15509 instead of char arrays. Enlarge the size of array passed to
15510 get_token_information.
15511
15512 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
15513 warnings.
15514
155152008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
15516
15517 * .gdbinit: Don't set `args', it breaks gdb --args.
15518
155192008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
15520
15521 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
15522 within a narrowed buffer.
15523
155242008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
15525
15526 * coding.c (decode_coding_object, encode_coding_object):
15527 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
15528
155292008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15530
15531 * coding.c (coding_set_destination): Use BEG_BYTE rather than
15532 hardcoding 1.
15533 (detect_coding_system):
15534 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
15535 (string_char_to_byte, string_byte_to_char, insert_from_gap):
15536 * insdel.c (insert_from_gap):
15537 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
15538 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
15539 (string_to_multibyte):
15540 * character.c (chars_in_text, multibyte_chars_in_text):
15541 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
15542
15543 * character.h (FETCH_STRING_CHAR_ADVANCE)
15544 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
15545 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
15546 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
15547
15548 * casefiddle.c (casify_region): Only call after-change and composition
15549 functions on the part of the region that was changed.
15550
15551 * keyboard.c (read_avail_input):
15552 * frame.c (Fdelete_frame): Call Fdelete_terminal.
15553
155542008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15555
15556 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
15557 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
15558
155592008-02-11 Juanma Barranquero <lekktu@gmail.com>
15560
15561 * w32menu.c (push_submenu_start, push_submenu_end)
15562 (push_left_right_boundary, push_menu_pane, push_menu_item):
15563 * keyboard.c (read_key_sequence): Don't pass args with side effects
15564 to AREF, it fails when compiling with -DENABLE_CHECKING.
15565
155662008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
15567
15568 * Makefile.in (${lispsource}international/charprop.el):
15569 Delete this target.
15570
15571 * search.c (boyer_moore): Fix incorrect synching of the trunk and
15572 emacs-unicode-2.
15573
155742008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15575
15576 * terminal.c (Fdelete_terminal): Clean up the `force' path.
15577
155782008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15579
15580 * frame.c (Qnoelisp): New symbol.
15581 (syms_of_frame): Initialize it.
15582 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
15583 harmless Elisp code, from a strong `force' from x_connection_closed.
15584 * frame.h (Qnoelisp): Declare.
15585 * xterm.c (x_connection_closed): Pass `noelisp'.
15586
15587 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
15588 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
15589 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
15590 rather than `int' for the type of `type'.
15591
155922008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
15593
15594 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
15595
15596 * Makefile.in (GNUC): Remove support for gcc-1.x.
15597
155982008-02-10 Richard Stallman <rms@gnu.org>
15599
15600 * lisp.h (ASET): Use AREF, not ASLOT.
15601
156022008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15603
15604 * lisp.h (ASET): Check bounds.
15605
156062008-02-10 Glenn Morris <rgm@gnu.org>
15607
15608 * buffer.c (mode-name): Doc fix.
15609
156102008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15611
15612 * Makefile.in:
15613 * emacs.c:
15614 * gmalloc.c:
15615 * keyboard.c:
15616 * lisp.h:
15617 * m/ibm370aix.h:
15618 * process.c:
15619 * regex.c:
15620 * s/hpux.h:
15621 * sysdep.c:
15622 * sysselect.h:
15623 * systty.h:
15624 * unexec.c:
15625 * w32term.c:
15626 * xsmfns.c:
15627 * xterm.c: Remove code that deals with obsolete variables.
15628
15629 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
15630
15631 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
15632 nothing else needs it anymore.
15633
156342008-02-09 Eli Zaretskii <eliz@gnu.org>
15635
15636 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
15637 instead of unibyte_char_to_multibyte.
15638
156392008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15640
15641 * s/gnu-linux.h: Remove commented out code.
15642
15643 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
15644
15645 * Makefile.in: Update what RMS says about using autoconf.
15646 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
15647 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
15648 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
15649 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
15650
156512008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
15652
15653 * keymap.c (Fkey_description): Move side effect outside of macro call.
15654
15655 * xfaces.c (Finternal_make_lisp_face):
15656 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
15657
15658 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
15659 (syms_of_fontset): Use ASET.
15660
15661 * fns.c (concat): Move side effect outside of macro call.
15662 (hash_clear): Use ASET.
15663
156642008-02-08 Richard Stallman <rms@gnu.org>
15665
15666 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
15667 If FORCE, and frame has a surrogate minibuffer for another frame,
15668 delete the other frame first.
15669
156702008-02-07 Timo Savola <timo.savola@iki.fi>
15671
15672 * xterm.c (x_detect_focus_change): Handle embed client message.
15673 (handle_one_xevent): Ditto.
15674 (handle_one_xevent): If embedded and we get a button press/release,
15675 request focus.
15676 (xembed_set_info, xembed_send_message): New functions.
15677 (x_make_frame_visible): Call xembed_set_info if embedded.
15678 (x_make_frame_invisible): Call xembed_set_info if embedded.
15679 (x_term_init): Initialize Xatom_XEMBED.
15680 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
15681 (x_iconify_frame): Ditto.
15682
15683 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
15684 (enum xembed_info, enum xembed_message, enum xembed_focus)
15685 (enum xembed_modifier, enum xembed_accelerator): New.
15686 (xembed_set_info, xembed_send_message): Declare.
15687 (FRAME_X_EMBEDDED_P): New.
15688
15689 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
15690 gtk_plug_new.
15691
15692 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
15693 window ID of a frame.
15694 (x_window): Reparent frame if embedded.
15695 (Fx_create_frame): Don't set border width if embedded.
15696
15697 * emacs.c (USAGE3): Add --parent-id.
15698 (standard_args): Ditto.
15699
157002008-02-07 Jan Djärv <jan.h.d@swipnet.se>
15701
15702 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
15703
157042008-02-07 Jim Meyering <meyering@redhat.com>
15705
15706 Use "do...while (0)", not "if (1)...else" in macro definitions.
15707 The latter provokes a warning from gcc about the empty else, when
15708 followed by ";". Also, without that trailing semicolon, it would
15709 silently swallow up any following statement.
15710 * syntax.h (SETUP_SYNTAX_TABLE)
15711 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
15712 * buffer.h (DECODE_POSITION): Likewise.
15713 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
15714 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
15715 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
15716 (FETCH_CHAR_ADVANCE): Likewise.
15717 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
15718
157192008-02-07 Jim Meyering <meyering@redhat.com>
15720
15721 * lread.c [lint]: Don't include <sys/inode.h>.
15722
157232008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15724
15725 * xselect.c (x_handle_dnd_message):
15726 * xmenu.c (digest_single_submenu, xmenu_show):
15727 * xdisp.c (with_echo_area_buffer_unwind_data)
15728 (format_mode_line_unwind_data, unwind_format_mode_line)
15729 (display_menu_bar):
15730 * eval.c (Ffetch_bytecode):
15731 * doc.c (store_function_docstring):
15732 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
15733 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
15734 * buffer.c (add_overlay_mod_hooklist): Use ASET.
15735
157362008-02-07 Kenichi Handa <handa@m17n.org>
15737
15738 * ftxfont.c (ftxfont_open): Don't set
15739 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
15740
15741 * ftfont.c (ftfont_open): Fix previous change.
15742
157432008-02-06 Jason Rumney <jasonr@gnu.org>
15744
15745 * w32font.c (w32font_text_extents): Fill in lbearing metric.
15746 Use cached metrics for ASCII characters.
15747 (w32font_open_internal): Don't set font's owning_frame.
15748 Cache metrics for ASCII characters.
15749
15750 * w32font.h (struct w32font_info): Add ascii_metrics.
15751 Remove owning_frame.
15752
157532008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
15754
15755 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
15756 to negative value.
15757
15758 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
15759
15760 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
15761
15762 * charset.c (syms_of_charset): Set QCtest and Qeq.
15763
157642008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15765
15766 * process.c (Fstart_process):
15767 * callproc.c (Fcall_process): Handle the case where
15768 Funhandled_file_name_directory returns nil.
15769
15770 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
15771 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
15772 * font.c (check_gstring): Use them and AREF to access the vector before
15773 we know it's really a gstring.
15774 (Ffont_shape_text): Fix typo.
46e722a9 15775 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
15776
15777 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
15778 Declare.
15779
15780 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
15781
157822008-02-05 Jason Rumney <jasonr@gnu.org>
15783
15784 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
15785 Set smallest_font_height and smallest_char_width in display info.
15786
157872008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
15788
15789 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
15790
157912008-02-05 Miles Bader <miles@gnu.org>
15792
15793 * xfaces.c (get_lface_attributes, merge_named_face)
15794 (lookup_named_face, lookup_derived_face, realize_named_face):
15795 Revert 2008-02-01 change by cyd@stupidchicken.com.
15796
157972008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
15798
15799 * fontset.c (Ffontset_info): Handle the case of inhibitting the
15800 fallback fonts.
15801 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
15802
158032008-02-04 Jason Rumney <jasonr@gnu.org>
15804
15805 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
15806 set full_name.
15807 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
15808
158092008-02-03 Jason Rumney <jasonr@gnu.org>
15810
15811 * makefile.w32-in (OBJ1): Include font.o here.
15812 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
15813
158142008-02-02 Jason Rumney <jasonr@gnu.org>
15815
15816 * makefile.w32-in (temacs): Bump EMHEAP to 21.
15817
158182008-02-01 Jason Rumney <jasonr@gnu.org>
15819
15820 * s/cygwin.h: Define VIRT_ADDR_VARIES.
15821
15822 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
15823
158242008-02-01 Andreas Schwab <schwab@suse.de>
15825
15826 * Makefile.in (shortlisp, lisp): Update for rename of
15827 ../lisp/language/myanmar.el.
15828
158292008-02-01 Chong Yidong <cyd@stupidchicken.com>
15830
15831 * xfaces.c (get_lface_attributes): Delete function.
15832 (merge_named_face, lookup_named_face, lookup_derived_face)
15833 (realize_named_face): Call lface_from_face_name directly, and use
15834 the fact that merge_face_vectors does not alter its FROM argument.
15835
158362008-02-01 Jason Rumney <jasonr@gnu.org>
15837
15838 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
15839 input in the default locale. Handle non-Unicode multibyte input.
15840
158412008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15842
15843 * fontset.c (reorder_font_vector): Exclude nil elements from the
15844 font group. Don't try multiple fonts.
15845 (fontset_font): Adjust for the above change.
15846 (Finternal_char_font): Return nil if the found font doesn't
15847 contain the character ch.
15848
15849 * Makefile.in (lisp, shortlisp): Add cham.el.
15850
158512008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15852
15853 * font.h (FONTP): Make it return 1 also for a font-object.
15854
15855 * .gdbinit (xfontset): New function.
15856
15857 * font.c (font_find_for_lface): Check if the character C is
15858 supported or not only for the first font.
15859
15860 * fontset.c (reorder_font_vector): Fix typo.
15861 (fontset_find_font): Don't add a font-spec specifying a script.
15862 Use 0 (not Qt) for the indication of empty font-group. Change the
15863 format of RFONT-DEF. Return Qt if no font in the font-group
15864 support the character.
15865 (fontset_font): Adjust for the above change. If no font was
15866 found the character, remember that.
15867 (face_for_char): Adjust for the change of RFONT-DEF.
15868 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
15869 no font for the target.
15870 (Finternal_char_font): Adjust for the change of RFONT-DEF.
15871
158722008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15873
15874 * font.c (font_load_for_face): Handle the case that the font in
15875 face->lface is a string.
15876
158772008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15878
15879 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
15880
158812008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15882
15883 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
15884 Fix previous change. If the frame is not on a window system,
15885 signal an error.
15886
158872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15888
15889 * coding.c (decode_coding_object, encode_coding_object): Adjust
15890 marker positions after conversion.
15891
15892 * lisp.h (struct Lisp_Marker): New member need_adjustment.
15893
158942008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15895
15896 * font.c (font_find_for_lface): Fix the handling of the return
15897 value of font_has_char.
15898 (Ffont_shape_text): Fix previous change.
15899
15900 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
15901 (fontset_ref_and_range): Delete it.
15902 (fontset_find_font): Call char_table_ref_and_range instead of
15903 FONTSET_REF_AND_RANGE.
15904 (make_fontset): Don't setup font groups of Latin here.
15905 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
15906 (new_fontset_from_font): Make the specified font the default for
15907 all Latin characters.
15908
159092008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15910
15911 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
15912 is on a window system before accessing the fontset of the frame.
15913
159142008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15915
15916 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
15917
15918 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
15919 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
15920
15921 * font.c (Ffont_shape_text): If the font driver doesn't have a
15922 shaper function, make zero-width glyphs to have at least one-pixel
15923 width. Fix setting of `to' field of glyphs.
15924
159252008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15926
15927 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
15928 glyphs.
15929
15930 * font.h (struct font_driver): Improve docstring of member `shape'.
15931
159322008-02-01 Kenichi Handa <handa@m17n.org>
15933
15934 * composite.c (syms_of_composite): Fix docstring of
15935 auto-composition-function.
15936
15937 * font.h (LGLYPH_SIZE): New macro.
15938
15939 * font.c (Ffont_fill_gstring): Stop filling when a character not
15940 supported by the font is found.
15941 (Ffont_shape_text): When a shape callback function returns nil,
15942 try at most two more times with larger gstring.
15943 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
15944
15945 * xdisp.c (handle_auto_composed_prop): Change the argument to
15946 auto-composition-function.
15947
15948 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
15949 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
15950 Lispy glyph and store it in the lgstring.
15951
15952 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
15953
15954 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
15955
159562008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15957
15958 * font.c (Ffont_shape_text): Avoid unnecessary composition.
15959
15960 * fontset.c (Vfont_encoding_charset_alist): New variable.
15961 (syms_of_fontset): DEFVAR it.
15962 (reorder_font_vector, fontset_find_font): Optimize for the case of
15963 no need of reordering.
15964 (face_for_char): Map the charset property by
15965 Vfont_encoding_charset_alist.
15966
159672008-02-01 Jason Rumney <jasonr@gnu.org>
15968
15969 * w32font.c (logfonts_match): Don't check adstyle here.
15970 (font_matches_spec): Check here against physical font instead.
15971 (add_font_entity_to_list): Avoid some substitutions.
15972
15973 * font.c (font_parse_fcname): Default weight and slant to normal.
15974 (font_score): Prefer normal fonts if weight or slant unspecified.
15975 (font_score) [WINDOWSNT]: Scale weight difference down to closer
15976 match freetype scores.
15977
159782008-02-01 Jason Rumney <jasonr@gnu.org>
15979
15980 * w32font.c (w32font_text_extents): Don't use the frame stored in the
15981 font, as it may have been deleted.
15982 (w32_enumfont_pattern_entity): Map generic family to adstyle using
15983 most common hyphenless variation.
15984 (logfonts_match): Check generic family.
15985 (font_matches_spec): Don't check generic family here.
15986 (fill_in_logfont): Set generic family based on adstyle.
15987
15988 * w32font.h (w32font_get_cache): Update declaration.
15989
159902008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
15991
15992 * ftfont.c (ftfont_get_cache): Adjust the argument type.
15993
15994 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
15995 If none of the new drivers are available, call font_update_drivers
15996 with the old drivers.
15997
15998 * w32font.c (w32font_get_cache): Adjust the argument type.
15999
16000 * xfont.c (xfont_get_cache): Adjust the argument type.
16001
16002 * font.h (struct font_driver): Change argument type of get_cache.
16003
16004 * xftfont.c (xftfont_start_for_frame): Delete prototype.
16005
16006 * font.c (Ffont_get): Fix arguments to Fassoc.
16007 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
16008 (font_clear_cache): New function.
16009 (font_list_entities, font_matching_entity): Use font_get_cache.
16010 (font_update_drivers): Call font_clear_cache when finishing a driver.
16011
16012 * fontset.c (fontset_find_font): Fix previous change.
16013
160142008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16015
16016 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
16017 dpyinfo->font_table.
16018 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
16019 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
16020
16021 * font.c (font_at): Handle the case that the arg C is negative.
16022 Handle the unibyte case.
16023 (Ffont_at): Call font_at with the arg C -1.
16024
16025 * xdisp.c (handle_auto_composed_prop): Don't get a character at
16026 the position here, and call font_at with the arg C -1.
16027 Don't check the range of the existing composition at the point.
16028
160292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16030
16031 * fontset.c (fontset_add): New args charset_id and family.
16032 Change caller.
16033 (load_font_get_repertory, fontset_find_font): Assume that
16034 font_spec is always a font-spec object.
16035 (Fset_fontset_font): Always store a font-spec object in a fontset.
16036
16037 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
16038 instead of get_property_and_range.
16039
160402008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16041
16042 * xftfont.c (struct xftfont_info): Delete the member ft_face.
16043 (xftfont_open): Don't keep locking face.
16044 (xftfont_close): Don't unlock face.
16045 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
16046
16047 * fontset.c (fontset_find_font): Don't prefer a font of
16048 supplementary charset.
16049
160502008-02-01 Kenichi Handa <handa@m17n.org>
16051
16052 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
16053 script, langsys_tag to langsys, new member script.
16054 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 16055 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
16056 listing to the script specified in that property. Fix arg to
16057 OTF_check_features.
16058
160592008-02-01 Jason Rumney <jasonr@gnu.org>
16060
16061 * w32font.h: New file.
16062
16063 * w32font.c: Include it.
16064 (struct w32font_info): Add owning_frame field. Move to w32font.h.
16065 (w32font_open): Set owning_frame.
16066 (w32font_text_extents): Use owning_frame.
16067 (struct font_callback_data): Add opentype_only field.
16068 (add_font_entity_to_list): Use it to filter fonts.
16069 Don't check against full name.
16070 (w32font_list_internal): New function.
16071 (w32font_list): Use it.
16072 (w32font_match_internal): New function.
16073 (w32font_match): Use it.
16074 (w32font_open_internal): New function.
16075 (w32font_open): Use it.
16076 (w32font_get_cache, w32font_close, w32font_has_char)
16077 (w32font_encode_char, w32font_text_extents, w32font_draw):
16078 Make non-static.
16079
16080 * makefile.w32-in (w32font.o): Depend on w32font.h.
16081
160822008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16083
16084 * charset.c (Fdefine_charset_internal): Record a supplementary
16085 charset at the tail of Vcharset_order_list.
16086
16087 * font.c (Ffont_shape_text): Fix the return value.
16088
16089 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
16090
16091 * xdisp.c (handle_auto_composed_prop): Fix previous change.
16092
160932008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16094
16095 * ftfont.c (struct OpenTypeSpec): New struct.
16096 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
16097 (ftfont_get_open_type_spec): New function.
16098 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
16099
16100 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
16101
161022008-02-01 Jason Rumney <jasonr@gnu.org>
16103
16104 * w32font.c (add_font_entity_to_list): Compare only the beginning
16105 of full name.
16106
161072008-02-01 Kenichi Handa <handa@m17n.org>
16108
16109 * xdisp.c (handle_auto_composed_prop): Simplify the code.
16110 Never return HANDLED_RECOMPUTE_PROPS.
16111
161122008-02-01 Kenichi Handa <handa@m17n.org>
16113
16114 * font.c (font_gstring_produce): Delete it.
16115
16116 * composite.h (COMPOSITION_METHOD):
16117 Handle COMPOSITION_WITH_GLYPH_STRING.
16118
161192008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16120
16121 * xfont.c (Qx): Delete.
16122 (syms_of_xfont): Don't initialize Qx.
16123
16124 * composite.h (enum composition_method):
16125 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
16126
161272008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16128
16129 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
16130 (choose_face_font): Accept new form of font-spec.
16131
16132 * frame.h (font_driver_list): Declare it unconditionally.
16133 (struct frame): Define members font_driver_list and font_data_list
16134 unconditionally.
16135
16136 * fontset.c: Include "font.h" unconditionally.
16137 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
16138 (Fset_fontset_font): Accept a font-spec object.
16139
16140 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
16141 PIXEL_SIZE part a wild card.
16142
16143 * dispextern.h (struct glyph_string): Define members clip and
16144 num_clips unconditionally.
16145 (struct face): Define members font_info and extra unconditionally.
16146
16147 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
16148 ftfont_info only when HAVE_LIBOTF is defined.
16149
161502008-02-01 Andreas Schwab <schwab@suse.de>
16151
16152 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
16153 and end.
16154
161552008-02-01 Jason Rumney <jasonr@gnu.org>
16156
16157 * w32font.c (w32font_driver): Add new fields.
16158
161592008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16160
16161 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
16162 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
16163 (LIBES): Add @M17N_FLT_CFLAGS@.
16164
16165 * composite.c (compose_text): Don't treat the new style
16166 composition specially.
16167
16168 * emacs.c (main): Call syms_of_font unconditionally.
16169
16170 * font.h (FONT_ENTITY_NOT_LOADABLE)
16171 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
16172 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
16173 (struct font_driver): New member shape.
16174 (font_registry_charsets): Extern it.
16175 (font_find_for_lface, font_prepare_composition): Adjust prototype.
16176 (font_otf_capability, font_drive_otf): Delete their externs.
16177
16178 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
16179 (font_charset_alist, font_registry_charsets): Move from xfont.c
16180 and rename.
16181 (font_prop_validate_otf): New function.
16182 (font_property_table): Register it for QCotf.
16183 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
16184 (font_drive_otf): Delete.
16185 (font_prepare_composition): New arg F. Adjust for the change of
16186 lispy gstring.
16187 (font_find_for_lface): New arg C.
16188 (font_load_for_face): Adjust for the change of font_find_for_lface.
16189 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
16190 lispy gstring.
16191 (Ffont_shape_text): New function.
16192 (Fopen_font): If the font size is not given, use 12-pixel.
16193 (Ffont_at): New arg STRING.
16194 (syms_of_font): Initalize font_charset_alist.
16195 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
16196 conditionally.
16197
16198 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
16199 fonts of the same font-spec. Change the format of RFONT-DEF.
16200 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
16201 Adjust for the change of RFONT-DEF.
16202 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
16203
16204 * ftfont.h: New file.
16205
16206 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
16207 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
16208 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
16209 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
16210 font_otf_capability and font_drive_otf, set ftfont_shape.
16211 (ftfont_list): Adjust for the change of :otf property value.
16212 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
16213 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
16214 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
16215 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
16216 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
16217 (otf_gstring, gstring, m17n_flt_initialized): New variables.
16218
16219 * w32term.c (x_draw_composite_glyph_string_foreground):
16220 Adjust for the change of lispy gstring.
16221
16222 * xdisp.c (handle_composition_prop): Adjust for the change of
16223 lispy gstring. Call a function for auto-composition with the
16224 third arg it->window.
16225 (fill_composite_glyph_string): Adjust for the change of lispy string.
16226 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
16227
16228 * xfaces.c (set_font_frame_param): Adjust for the change of
16229 font_find_for_lface.
16230
16231 * xfont.c (x_font_charset_alist): Move to font.c and rename.
16232 (xfont_registry_charsets): Likewise. Change caller.
16233 (syms_of_xfont): Don't handle x_font_charset_alist.
16234
16235 * xftfont.c: Include "ftfont.h".
16236 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
16237 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
16238 (xftfont_close) [HAVE_LIBOTF]: Close otf.
16239 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
16240 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
16241 Set xftfont_driver.shape to xftfont_shape.
16242
16243 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
16244 the change of lispy gstring.
16245
162462008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16247
16248 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
16249
162502008-02-01 Jason Rumney <jasonr@gnu.org>
16251
16252 * w32font.c (w32font_draw): Fill background manually.
16253
162542008-02-01 Jason Rumney <jasonr@gnu.org>
16255
16256 * font.c (Qfontp): Remove unused symbol.
16257 (QCantialias): New symbol.
16258 (syms_of_font): Define it.
16259 (font_property_table): Set a validator for QCantialias.
16260
16261 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
16262 Define if not already.
16263 (QCfamily): Share with xfaces.c.
16264 (Qstandard, Qsubpixel, Qnatural): New symbols.
16265 (syms_of_w32font): Define them. Don't define QCfamily here.
16266 (w32_antialias_type, lispy_antialias_type): New functions.
16267 (w32_enumfont_pattern_entity): New arg requested_font.
16268 Set antialias parameter if non-default was requested.
16269 (fill_in_logfont): Fill in lfQuality if :antialias specified.
16270
162712008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16272
16273 * lread.c (read1): Undo the previous change.
16274
162752008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
16276
16277 * frame.c (Fdelete_frame): Call font_update_drivers only when
16278 USE_FONT_BACKEND is defined.
16279
162802008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16281
16282 * font.h (struct font_bitmap): New member bits_per_pixel.
16283 (struct font_driver): New members start_for_frame and end_for_frame.
16284 (struct font_data_list): New struct.
16285 (font_put_frame_data, font_get_frame_data): Extern them.
16286
16287 * frame.h (struct frame): New member font_data_list.
16288
16289 * font.c (font_update_drivers): Call driver->start_for_frame and
16290 driver->end_for_frame at proper timings.
16291 (font_put_frame_data, font_get_frame_data): New functions.
16292 (Ffont_spec): Add usage in the docstring.
16293
16294 * frame.c (make_frame): Initialize f->font_data_list to NULL.
16295 (Fdelete_frame): Call font_update_drivers.
16296
16297 * xftfont.c (struct xftface_info): Delete the member xft_draw.
16298 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
16299 (xftfont_get_xft_draw): New function.
16300 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
16301 (xftfont_end_for_frame): New function.
16302 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
16303
16304 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
16305 Change argument. Cache GCs in the per-frame data.
16306 (struct ftxfont_frame_data): New struct.
16307 (ftxfont_draw_bitmap): New arg gc_fore and flush.
16308 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
16309 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
16310 (ftxfont_end_for_frame): New function.
16311 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
16312
16313 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
16314
163152008-02-01 Kenichi Handa <handa@m17n.org>
16316
16317 * xselect.c (Vselection_coding_system)
16318 (Vnext_selection_coding_system): Delete them.
16319 (syms_of_xselect): Don't declare selection-coding-system and
16320 next-selection-coding-system. They are declared in select.el.
16321
163222008-02-01 Jason Rumney <jasonr@gnu.org>
16323
16324 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
16325
16326 * w32fns.c: Include imm.h.
16327 (get_composition_string_fn, get_ime_context_fn): New optional
16328 system functions.
16329 (globals_of_w32fns): Load them from imm32.dll.
16330 (ignore_ime_char): New flag.
16331 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
16332 WM_IME_ENDCOMPOSITION messages.
16333
16334 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
16335 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
16336
163372008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16338
16339 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
16340 (READCHAR_REPORT_MULTIBYTE): New macro.
16341 (readchar): New 2nd arg MULTIBYTE.
16342 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
16343 Make symbol's name multibyte according to the multibyteness of the
16344 source.
16345
163462008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16347
16348 * xfaces.c (face_for_overlay_string): Call lookup_face with
16349 correct arguments (fix of synching with the trunk).
16350
163512008-02-01 Kenichi Handa <handa@m17n.org>
16352
16353 * font.c (font_prop_validate_symbol, font_prop_validate_style)
16354 (font_prop_validate_non_neg, font_prop_validate_spacing):
16355 Delete argument prop_index.
16356 (font_property_table): Change arguments to validater. Change Callers.
16357 (font_lispy_object): Delete.
16358 (font_at): Use font_find_object instead fo font_lispy_object.
16359
163602008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16361
16362 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
16363 and file names.
16364
163652008-02-01 Jason Rumney <jasonr@gnu.org>
16366
16367 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
16368 (font_matches_spec): Remove debug output.
16369 (add_font_entity_to_list): Avoid using substituted fonts.
16370
163712008-02-01 Jason Rumney <jasonr@gnu.org>
16372
16373 * doc.c (Fsnarf_documentation):
16374 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
16375
163762008-02-01 Miles Bader <miles@gnu.org>
16377
16378 * dispextern.h (struct glyph_row): Only define "clip" field if
16379 HAVE_WINDOW_SYSTEM is defined.
16380
163812008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16382
16383 Fix up multi-tty merge.
16384
16385 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
16386 and indentation.
16387
16388 * xfaces.c (free_realized_face, clear_face_gcs):
16389 Include font_done_for_face in the input_blocked section, just in case.
16390
16391 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
16392 (get_char_face_and_encoding): Undo last change and remove the *other*
16393 duplicate definition (i.e. keep the one that's better scoped and that
16394 includes code for the font-backend).
16395
16396 * terminal.c (create_terminal): Default keyboard_coding to
16397 `no-conversion' and terminal_coding to `undecided'.
16398
16399 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
16400
16401 * fontset.c (free_realized_fontsets): Check that the table entry does
16402 contain a fontset before trying to compare it to `base'.
16403
16404 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
16405 syms_of_charset, and syms_of_coding earlier because init_window_once
16406 now needs Vcoding_system_hash_table to be setup.
16407
16408 * coding.h (default_buffer_file_coding): Remove.
16409
16410 * coding.c (default_buffer_file_coding): Remove.
16411 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
16412 than ->symbol, and use the terminal-local coding system.
16413 (syms_of_coding): Don't setup the coding-systems that are not
16414 terminal-local.
16415 (Fdefine_coding_system_internal): Use XCAR/XCDR.
16416
16417 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
16418 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
16419
16420 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
16421 in chartab.c and were re-added here by mistake.
16422 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
16423
16424 * doc.c (Fsnarf_documentation):
16425 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
16426 src to etc.
16427
16428 * ChangeLog.10: Add mistakenly removed entry.
16429
164302008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
16431
16432 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
16433
164342008-02-01 Miles Bader <miles@gnu.org>
16435
16436 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
16437 Add extra args to FACE_FOR_CHAR.
16438
164392008-02-01 Kenichi Handa <handa@m17n.org>
16440
16441 * keymap.c (where_is_internal_1): If key is a cons, store the copy
16442 in sequence.
16443
16444 * chartab.c (map_sub_char_table, map_char_table): If the range
16445 contains just one character, call the function with that character
16446 even if the depth is not 3.
16447
164482008-02-01 Jason Rumney <jasonr@gnu.org>
16449
16450 * w32font.c (w32font_text_extents): Calculate metrics for the
16451 whole string.
16452
164532008-02-01 Jason Rumney <jasonr@gnu.org>
16454
16455 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
16456
164572008-02-01 Jason Rumney <jasonr@gnu.org>
16458
16459 * w32term.c (x_set_glyph_string_clipping): Use
16460 get_glyph_string_clip_rects.
16461 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16462 Adjust for the change of struct glyph_string.
16463
16464 * w32font.c (w32font_draw): Do clipping here.
16465
164662008-02-01 Kenichi Handa <handa@m17n.org>
16467
16468 * xftfont.c (xftfont_draw): Adjust for the change of struct
16469 glyph_string.
16470
16471 * xterm.c (x_set_glyph_string_clipping): Use
16472 get_glyph_string_clip_rects.
16473 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
16474 Adjust for the change of struct glyph_string.
16475
16476 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
16477 the resulting clip(s}.
16478 (expose_overlaps): Add arg r. Change callers. Set it to
16479 row->clip temporarily.
16480 (expose_window): Redraw rows overlapping the exposed area.
16481
16482 * dispextern.h (struct glyph_row): New member clip.
16483 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
16484 clip_height, new member clip, and num_clips.
16485
164862008-02-01 Kenichi Handa <handa@m17n.org>
16487
16488 * data.c (Fchar_or_string_p): Fix docstring.
16489
164902008-02-01 Kenichi Handa <handa@m17n.org>
16491
16492 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
16493 create a temporary XftDraw object.
16494
164952008-02-01 Kenichi Handa <handa@m17n.org>
16496
16497 * font.c (Ffontp): Fix docstring.
16498
16499 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
16500 strong evidence of ISO-2022.
16501
165022008-02-01 Kenichi Handa <handa@m17n.org>
16503
16504 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
16505 SYNTAX_ENTRY_FOLLOW_PARENT.
16506
165072008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16508
16509 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
16510 its type.
16511 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
16512 Update to the new type of weak_hash_tables and next_weak.
16513
16514 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
16515 a plain C pointer to Lisp_Hash_Table.
16516
16517 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
16518 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
16519 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
16520 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
16521 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
16522 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
16523 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
16524 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
16525 (GC_EQ): Remove since they've been identical to their non-GC_
16526 alter-egos ever since the markbit was eradicated.
16527
16528 * alloc.c:
16529 * buffer.c:
16530 * buffer.h:
16531 * data.c:
16532 * fileio.c:
16533 * filelock.c:
16534 * fns.c:
16535 * frame.h:
16536 * lisp.h:
16537 * macterm.c:
16538 * print.c:
16539 * process.c:
16540 * w32fns.c:
16541 * w32menu.c:
16542 * w32term.c:
16543 * xfns.c:
16544 * xmenu.c:
16545 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
16546
165472008-02-01 Kenichi Handa <handa@m17n.org>
16548
16549 * chartab.c (map_sub_char_table): Make it work for the top-level
16550 char-table. Fix handling of parent char-table.
16551 (map_char_table): Adjust for the above change.
16552
165532008-02-01 Jason Rumney <jasonr@gnu.org>
16554
16555 * w32font.c (Qgdi): Rename from Qw32.
16556
165572008-02-01 Jason Rumney <jasonr@gnu.org>
16558
16559 * w32bdf.c (get_quoted_string): Make function static.
16560
165612008-02-01 Kenichi Handa <handa@m17n.org>
16562
16563 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
16564 bigger ascent and descent than those of the font, use them as
16565 font's ascent and descent.
16566
165672008-02-01 Kenichi Handa <handa@m17n.org>
16568
16569 * Makefile.in (${lispsource}international/charprop.el): Move this
16570 target within "#ifdef HAVE_UNIDATA" and "#endif".
16571
165722008-02-01 Kenichi Handa <handa@m17n.org>
16573
16574 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
16575 (shortlisp): Add ../lisp/language/tai-viet.el.
16576
165772008-02-01 Ulrich Mueller <ulm@gentoo.org>
16578
16579 * Makefile.in (${lispsource}international/charprop.el): Depend on
16580 temacs${EXEEXT}.
16581
165822008-02-01 Jason Rumney <jasonr@gnu.org>
16583
16584 * w32font.c (w32font_close): Delete the GDI font object.
16585
16586 * w32menu.c: Include character.h.
16587
16588 * w32proc.c: Likewise.
16589
16590 * w32select.c: Likewise.
16591
16592 * makefile.w32-in (w32proc.o): Depend on character.h.
16593
165942008-02-01 Jason Rumney <jasonr@gnu.org>
16595
16596 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
16597
16598 * w32menu.c (syms_of_w32menu): Likewise.
16599
16600 * w32proc.c (syms_of_ntproc): Likewise.
16601
16602 * w32select.c (syms_of_w32select): Likewise.
16603
16604 * w32term.c (syms_of_w32term): Likewise.
16605
166062008-02-01 Jason Rumney <jasonr@gnu.org>
16607
16608 * w32font.c (w32font_draw): Delete brush after using it.
16609
166102008-02-01 Jason Rumney <jasonr@gnu.org>
16611
16612 * w32font.c (w32font_open): Don't set font_idx.
16613 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
16614 to font settings.
16615 (w32font_draw): Fill background explicitly.
16616
166172008-02-01 Jason Rumney <jasonr@gnu.org>
16618
16619 * w32term.c (w32_initialize): Don't call w32font_initialize.
16620
16621 * w32font.c (w32font_info): Remove subranges.
16622 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
16623 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
16624 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
16625 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
16626 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
16627 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
16628 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
16629 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
16630 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
16631 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
16632 New symbols.
16633 (font_callback_data): New struct.
16634 (w32font_list, w32font_match): Use it.
16635 (w32font_open): Don't populate subranges.
16636 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
16637 (w32font_encode_char): Always return unicode code-point as-is.
16638 (w32font_text_extents): Supply a transformation matrix to
16639 GetGlyphOutline. Never look up by glyph index. Avoid looping
16640 twice. Use unicode version of GetTexExtentPoint32 instead of
16641 glyph index version.
16642 (set_fonts_frame): Remove.
16643 (w32_enumfont_pattern_entity): Add frame parameter, use it to
16644 set frame parameter. Use backward compatible fake foundries.
16645 Save generic family in extra slot under QCfamily. Make width slot
16646 constant. Save QCspacing value. Save list of scripts instead of
16647 binary subranges.
16648 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
16649 (add_font_entity_to_list): Use font_callback_data struct. Filter
16650 unwanted fonts.
16651 (add_one_font_entity_to_list): Use font_callback_data struct.
16652 (w32_registry): Default to iso10646_1.
16653 (fill_in_logfont): Use dpi from extra slot. Don't bother with
16654 string font registries. Don't fill in font name if it is a generic
16655 family name, fill family instead. Use spacing, family and script
16656 extra info to fill pitch, family and charset fields.
16657 (list_all_matching_fonts): Use font_callback_data struct.
16658 (unicode_range_for_char): Remove.
16659 (font_supported_scripts): New function.
16660 (w32font_initialize): Remove.
16661 (syms_of_w32font): Update which symbols are defined.
16662
166632008-02-01 Jason Rumney <jasonr@gnu.org>
16664
16665 * font.c (font_pixel_size): Reverse assq_no_quit args.
16666
16667 * w32term.h (FONT_WIDTH): Report max width, not average.
16668 (FONT_MAX_WIDTH): Remove.
16669 (FONT_AVG_WIDTH): New macro.
16670
16671 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
16672 redefinition of FONT_WIDTH.
16673
16674 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
16675 (w32_cache_char_metrics): Use FONT_WIDTH.
16676
16677 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
16678
166792008-02-01 Jason Rumney <jasonr@gnu.org>
16680
16681 * w32font.c (w32font_open): Make lfHeight negative.
16682
16683 * w32fns.c (x_default_font_parameter): Use new style font name.
16684 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
16685
166862008-02-01 Jason Rumney <jasonr@gnu.org>
16687
16688 * w32font.c (QCsubranges): New symbol.
16689 (w32font_open, w32font_has_char): Get subranges from subproperty
16690 of extra.
16691 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
16692 (syms_of_w32font): Define :subranges symbol.
16693
16694 * font.c (font_put_extra): Expose externally.
16695
16696 * font.h (font_put_extra): Move declaration from font.c.
16697
16698 * font.c (Ffont_get): Use font driver to determine otf capability.
16699 (adjust_anchor): Check if driver defines anchor_point before using.
16700
16701 * w32font.c (w32font_open): Handle size, height and pixel_size better.
16702 (w32font_draw): Use options.
16703 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
16704 Fix detection of truetype fonts.
16705 (registry_to_w32_charset): Handle charsets other than iso8859-1
16706 expressed as lisp symbols.
16707 (w32_registry): Express charset as lisp symbol.
16708 (fill_in_logfont): Reverse pixel and point height logic.
16709 Don't set width here. Set quality to default.
16710
16711 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
16712 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
16713
16714 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16715 Remove redundant loop and allocation.
16716
16717 * makefile.w32-in (font.o, w32font.o): New objects.
16718 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
16719 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
16720
16721 * xdisp.c (fill_composite_glyph_string): Make the first arg to
16722 STORE_XCHARB a valid l-value.
16723
16724 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
16725 calculations for non-Truetype fonts.
16726 (x_draw_glyph_string): Sync with xterm.c.
16727 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
16728 Remove redundant code.
16729 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
16730
16731 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
16732 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
16733
16734 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
16735 (x_to_w32_charset, w32_to_x_charset): Expose externally.
16736
16737 * w32font.c: New file for w32 font backend.
16738
167392008-02-01 Kenichi Handa <handa@m17n.org>
16740
16741 * term.c: Don't include "buffer.h" twice.
16742
167432008-02-01 Kenichi Handa <handa@m17n.org>
16744
16745 * character.c (Funibyte_string): New function.
16746 (syms_of_character): Defsubr it.
16747
167482008-02-01 Jason Rumney <jasonr@gnu.org>
16749
16750 * w32term.c [USE_FONT_BACKEND]:
16751 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
16752 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
16753 (x_draw_glyph_string, x_draw_glyph_string_foreground)
16754 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
16755 (x_free_frame_resources): Sync with xterm.c.
16756
167572008-02-01 Andreas Schwab <schwab@suse.de>
16758
16759 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
16760 char-table size.
16761
167622008-02-01 Kenichi Handa <handa@m17n.org>
16763
16764 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
16765
167662008-02-01 Kenichi Handa <handa@m17n.org>
16767
16768 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
16769 font_otf_gpos, add font_drive_otf.
16770
16771 * fontset.c (fontset_find_font): Pay attention to font size
16772 specified for a font.
16773 (reorder_font_vector): Check contents of font_def.
16774
16775 * font.c (struct otf_list): Delete it.
16776 (otf_list): Make it a lisp variable.
16777 (otf_open): Use lispy otf_list.
16778 (generate_otf_features): Rename from parse_gsub_gpos_spec.
16779 (check_otf_features): New function.
16780 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16781 New functions.
16782 (font_drive_otf): New function merging font_otf_gsub and
16783 font_otf_gpos.
16784 (font_open_for_lface): New arg spec. Change argument order.
16785 (font_load_for_face): Adjust for the change of font_open_for_lface.
16786 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
16787 Ffont_otf_gpos.
16788 (syms_of_font): Staticpro otf_list. Delete defsubr of
16789 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
16790
16791 * xfaces.c (set_font_frame_param): Adjust for the change of
16792 font_open_for_lface.
16793
16794 * font.h (font_open_for_lface): Adjust prototype.
16795 (struct font_driver): Delete members otf_gsub and otf_gpos, add
16796 member otf_drive.
16797 (font_otf_gsub, font_otf_gpos): Delete externs.
16798 (font_drive_otf): Extern it.
16799
168002008-02-01 Kenichi Handa <handa@m17n.org>
16801
16802 * font.c (font_at): If the window W is not on a window system,
16803 return Qnil.
16804
16805 * coding.c (produce_chars, encode_coding): Don't call
16806 insert_from_gap if no characters to produce.
16807
168082008-02-01 Kenichi Handa <handa@m17n.org>
16809
16810 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
16811 Fclear_face_cache.
16812
16813 * xfaces.c (face_for_font): Check also face->font==font->font.font.
16814
168152008-02-01 Miles Bader <miles@gnu.org>
16816
16817 * emacs.c (main): Change default value of `enable_font_backend' to 1.
16818 Parse "--disable-font-backend" option.
16819 (standard_args): Add "--disable-font-backend" option.
16820
168212008-02-01 Kenichi Handa <handa@m17n.org>
16822
16823 * fontset.c (fontset_find_font): New function.
16824 (fontset_font): Use fontset_find_font.
16825 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
16826 Register the specified font for all Latin characters.
16827 (new_fontset_from_font): Register the specified font for all Latin
16828 characters.
16829 (dump_fontset): For a realized fontset, include the base fontset
16830 name in the returned vector.
16831
168322008-02-01 Kenichi Handa <handa@m17n.org>
16833
16834 * character.h (CHAR_STRING): Cast C to unsigned on calling
16835 char_string.
16836
16837 * character.c (char_string): Type of arg C changed to unsigned.
16838 Signal an error if C is an invalid character code.
16839
16840 * editfns.c (general_insert_function, Fchar_to_string):
16841 Use CHARACTERP, not INTEGERP.
16842
168432008-02-01 Kenichi Handa <handa@m17n.org>
16844
16845 * character.h (MIN_MULTIBYTE_LEADING_CODE)
16846 (MAX_MULTIBYTE_LEADING_CODE): New macros.
16847
16848 * regex.c (analyse_first): Fix for multibyte characters in "case
16849 charset:" and "case categoryspec:".
16850
168512008-02-01 Andreas Schwab <schwab@suse.de>
16852
16853 * Makefile.in (LIBES): Move standard libraries to the end.
16854
168552008-02-01 Kenichi Handa <handa@m17n.org>
16856
16857 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
16858 nonzero, don't shrink the buffer nextb.
16859
16860 * buffer.h (struct buffer_text): New member inhibit_shrinking.
16861
16862 * coding.c (coding_alloc_by_making_gap): New arg offset.
16863 (alloc_destination): Call coding_alloc_by_making_gap with the arg
16864 offset.
16865 (decode_coding_iso_2022): Update coding->safe_charsets.
16866 (decode_coding_gap): Temporarily set
16867 current_buffer->text->inhibit_shrinking to 1.
16868
168692008-02-01 Kenichi Handa <handa@m17n.org>
16870
16871 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
16872 indexing into elements of s->cmp and s->char2b.
16873
168742008-02-01 Juanma Barranquero <lekktu@gmail.com>
16875
16876 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
16877
168782008-02-01 Kenichi Handa <handa@m17n.org>
16879
16880 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
16881 target_multibyte instead of multibyte.
16882 (re_match_2_internal): Call bcmp_translate with target_multibyte.
16883 (bcmp_translate): Change the argument name from multibyte to
16884 target_multibyte.
16885
168862008-02-01 Kenichi Handa <handa@m17n.org>
16887
16888 These changes are to compile a regexp into a pattern that can be
16889 used both for multibyte and unibyte targets.
16890
16891 * Makefile.in (search.o): Depend on charset.h.
16892
16893 * character.c (multibyte_char_to_unibyte_safe): New function.
16894
16895 * search.c: Include "charset.h".
16896 (compile_pattern_1): Delete argument multibyte. Don't set
16897 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
16898 (compile_pattern): Don't compare cp->buf.target_multibyte.
16899 Compare cp->buf.charset_unibyte.
16900 (compile_pattern): Set cp->buf.target_multibyte.
16901
16902 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
16903
16904 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
16905
16906 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
16907 multibyte. Change callers.
16908 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
16909 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
16910 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
16911 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
16912 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
16913 (regex_compile): Make the compiled pattern usable both for
16914 multibyte and unibyte targets.
16915 (analyse_first): Make the fastmap usable both for multibyte and
16916 unibyte targets.
16917 (TRANSLATE_VIA_MULTIBYTE): Delete.
16918 (re_match_2_internal): Pay attention to the case that the
16919 multibyteness of bufp and target may be different.
16920
169212008-02-01 Kenichi Handa <handa@m17n.org>
16922
16923 * xdisp.c (x_produce_glyphs): When a font is not found, make the
16924 empty box occupy at least one column width.
16925
169262008-02-01 Miles Bader <miles@gnu.org>
16927
16928 * Makefile.in: Remove redundant HAVE_XFT clause.
16929
169302008-02-01 Kenichi Handa <handa@m17n.org>
16931
16932 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
16933
169342008-02-01 Kenichi Handa <handa@m17n.org>
16935
16936 * fontset.c (Finternal_char_font): Fix for the case of POSITION
16937 being nil.
16938
169392008-02-01 Kenichi Handa <handa@m17n.org>
16940
16941 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
16942
169432008-02-01 Kenichi Handa <handa@m17n.org>
16944
16945 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
16946
169472008-02-01 Kenichi Handa <handa@m17n.org>
16948
16949 * search.c (simple_search): Fix previous change.
16950
169512008-02-01 Kenichi Handa <handa@m17n.org>
16952
16953 * xftfont.c (ftfont_font_format): Extern declaration.
16954
16955 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
16956
16957 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
16958 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
16959
16960 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
16961 (ftfont_font_format): Fix previous change.
16962
16963 * font.h (Ffont_xlfd_name): EXFUN it.
16964
16965 * font.c (font_parse_xlfd): Fix the array size of `f'.
16966 (register_font_driver): Use EQ to compare driver->type.
16967
16968 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
16969 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
16970 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
16971
169722008-02-01 Kenichi Handa <handa@m17n.org>
16973
16974 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
16975 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
16976
169772008-02-01 Kenichi Handa <handa@m17n.org>
16978
16979 * xfont.c (xfont_open): Set font->format.
16980
16981 * xftfont.c (xftfont_open): Set font->format.
16982
16983 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
16984 (ftfont_list): Include FC_FONTFORMAT in FcObject.
16985 (ftfont_open): Set font->format.
16986 (ftfont_font_format): New function.
16987
16988 * font.h (struct font): New member format.
16989
16990 * font.c (Qopentype): New variable.
16991 (syms_of_font): Defsym it.
16992 (Fquery_font): Change the format of the last element of the return
16993 value.
16994
169952008-02-01 Kenichi Handa <handa@m17n.org>
16996
16997 * xfns.c (xic_create_xfontset): Try the default fontset name as a
16998 last resort.
16999
170002008-02-01 Kenichi Handa <handa@m17n.org>
17001
17002 * coding.c (detect_coding_charset): Fix detection of multi-byte
17003 charset.
17004
170052008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
17006
17007 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
17008
170092008-02-01 Kenichi Handa <handa@m17n.org>
17010
17011 * xdisp.c (get_next_display_element): Set it->face_id for the
17012 first component of a composition.
17013 (x_produce_glyphs): Check if the font is changed or not for composition.
17014
170152008-02-01 Kenichi Handa <handa@m17n.org>
17016
17017 * fontset.c (Qlatin): New variable.
17018 (syms_of_fontset): Define it as a lisp symbol.
17019 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
17020
170212008-02-01 Kenichi Handa <handa@m17n.org>
17022
17023 * font.c (font_unparse_fcname): Pay attention to the case that
17024 some of font property is a null string.
17025
170262008-02-01 Kenichi Handa <handa@m17n.org>
17027
17028 * term.c: Include "composite.h".
17029 (encode_terminal_code): Output all components of composition.
17030 Check the size of encode_terminal_src.
17031 (produce_glyphs): For composition, call produce_composite_glyph.
17032 (append_composite_glyph, produce_composite_glyph): New functions.
17033
17034 * xdisp.c (x_produce_glyphs): In handling composition, if a font
17035 is not found, get font_info from the current ascii face.
17036
170372008-02-01 Kenichi Handa <handa@m17n.org>
17038
17039 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
17040 buffer-file-name to Qnil before calling insert_from_buffer.
17041
17042 * font.c (font_unparse_fcname): Pay attention to the case that
17043 foundry is a null string.
17044
170452008-02-01 Kenichi Handa <handa@m17n.org>
17046
17047 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
17048
17049 * font.c (Qunicode_sip): New variable.
17050 (syms_of_font): Declare it as a Lisp symbol.
17051
17052 * font.h (Qunicode_sip): Extern it.
17053
170542008-02-01 Kenichi Handa <handa@m17n.org>
17055
17056 * composite.c (get_composition_id): Pay attention to TAB component.
17057
17058 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
17059 TAB. Adjust for the change of s->char2b which always points to
17060 the first element of allocated memory.
17061
17062 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
17063
17064 * xdisp.c (handle_composition_prop): Set it->c to the first
17065 non-TAB component.
17066 (fill_composite_glyph_string): Change argument.
17067 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
17068 (x_produce_glyphs): Fix handling of left/right padding.
17069
170702008-02-01 Kenichi Handa <handa@m17n.org>
17071
17072 * coding.c (detect_coding_system): Fix for handling off
17073 inhibit_iso_escape_detection. Fix for the case that no coding
17074 system is defined for a specific coding category.
17075
170762008-02-01 Kenichi Handa <handa@m17n.org>
17077
17078 * font.c (font_matching_entity): Delete unused local var.
17079
17080 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
17081 opening a font.
17082
17083 * fileio.c (Finsert_file_contents): On recovering a file, assume
17084 Unix-like eol.
17085 (choose_write_coding_system): On auto-saving a file, force
17086 Unix-like eol.
17087
17088 * coding.c (setup_coding_system): Fix setting of
17089 coding->common_flags based on eol_type.
17090 (coding_inherit_eol_type): If PARENT is not nil, be sure to
17091 inherit from it.
17092
170932008-02-01 Kenichi Handa <handa@m17n.org>
17094
17095 * alloc.c (NSTATICS): Increas to 0x600.
17096
170972008-02-01 Kenichi Handa <handa@m17n.org>
17098
17099 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
17100 (ftfont_list): Don't check :name property.
17101 (ftfont_match): New function.
17102 (ftfont_pattern_entity): If the pattern doesn't contain
17103 FC_SPACING, don't assume FC_MONO.
17104
17105 * font.h (struct font_driver): New member `match'.
17106 (font_update_drivers): Adjust prototype.
17107
17108 * font.c (font_parse_fcname, font_parse_name): Don't change :name
17109 property of FONT.
17110 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
17111 them unconditionally.
17112 (font_matching_entity): New function.
17113 (font_open_by_name): Try font_matching_entity if exact match is
17114 not found.
17115 (font_update_drivers): Delete the arg FONT. Return a list of
17116 actually used backends. Don't free faces, font caches here.
17117 Don't store data in frame parameters. Don't call x_set_font.
17118 (Ffont_spec): Store :name property as is.
17119 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
17120 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
17121 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
17122 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
17123 Call font->driver->otf_gsub instead of font_otf_gsub.
17124
17125 * frame.c (x_set_font_backend): Do more works that were done in
17126 font_update_drivers before.
17127
17128 * xfont.c (xfont_match): New function.
17129 (xfont_driver): Set xfont_driver.match to xfont_match.
17130 (xfont_draw): Set font in GC if necessary.
17131
17132 * ftxfont.c (ftxfont_match): New function.
17133 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
17134
17135 * xftfont.c (xftfont_match): New function.
17136 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
17137
171382008-02-01 Kenichi Handa <handa@m17n.org>
17139
17140 * font.h (struct font): New member scalable.
17141 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
17142 (font_otf_gsub): Adjust prototype.
17143
17144 * font.c (font_otf_capability): Fix handling of the default langsys.
17145 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
17146 Check the contents of SPEC.
17147 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
17148 (check_gstring): New function.
17149 (REPLACEMENT_CHARACTER): New macro.
17150 (font_otf_gsub): New arg alternate_subst. Be sure to set all
17151 glyph codes of GSTRING.
17152 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
17153 (font_prepare_composition): Set cmp->glyph_len.
17154 (font_open_entity): Set font->scalable.
17155 (Ffont_get): Handle :otf property.
17156 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
17157 functions.
17158 (Fquery_font): Use font->font.full_name.
17159 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
17160 Sfont_otf_alternates.
17161
17162 * ftfont.c (ftfont_open): Set font->font.full_name and
17163 font->font.name properly. Fix calculation of font->font.height
17164 and font->min_width.
17165
17166 * ftxfont.c (ftxfont_create_gcs): New function.
17167 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
17168 (ftxfont_draw_backgrond): Fix filling region.
17169 (ftxfont_default_fid): New function.
17170 (ftxfont_open): Set xfont->fid to the return value of
17171 ftxfont_default_fid.
17172 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
17173 (ftxfont_done_face): Free only GCs that are created by
17174 ftxfont_create_gcs.
17175 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
17176
17177 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
17178 Clip to src->width, etc (not src->clip_XXX).
17179
17180 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
17181 FontBackend frame parameter.
17182
171832008-02-01 Kenichi Handa <handa@m17n.org>
17184
17185 * font.h (struct font_driver_list): New member `on'.
17186 (Fclear_font_cache): EXFUN it.
17187 (font_update_drivers): Extern it.
17188
17189 * font.c (font_unparse_fcname): Fix typo (swidth->width).
17190 (font_list_entities): Check driver_list->on.
17191 (register_font_driver): Initalize `on' member to 0.
17192 (font_update_drivers): New function.
17193 (Fclear_font_cache): Check driver_list->on.
17194
17195 * frame.h (Qfont_backend): Extern it.
17196 (x_set_font_backend): Extern it.
17197
17198 * frame.c (Qfont_backend): New variable.
17199 (frame_parms): New element for font-backend.
17200 (x_set_font_backend): New function.
17201
17202 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
17203 FontBackend frame parameter.
17204 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
17205 x_set_font_backend.
17206
17207 * xfont.c (xfont_list): Don't try listing by :name property if the
17208 name is not for XLFD.
17209
172102008-02-01 Kenichi Handa <handa@m17n.org>
17211
17212 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
17213 (LGLYPH_SET_TO): New macros.
17214 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
17215 element of G is vector or not.
17216 (font_at): Extern it.
17217
17218 * font.c: Include window.h.
17219 (font_lispy_object): New function.
17220 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
17221 end of valid glyph.
17222 (font_close_object): Fix getting (struct font *).
17223 (font_at): New function.
17224 (Ffont_get): If FONT is a font-object, get entity from it.
17225 (Ffont_make_gstring): Initialize elements of glyphs with nil.
17226 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
17227 range check.
17228 (Ffont_at): New function.
17229 (syms_of_font): Defsubr Sfont_at.
17230
17231 * xdisp.c (it_props): Move the entry for Qauto_composed to just
17232 before the entry for Qcomposition.
17233 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
17234 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
17235 the font in gstring.
17236 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
17237 LGLYPH_FORM (g) to detect the end of valid glyph.
17238 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
17239 we are composing with gstring.
17240
17241 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
17242 Check if adjustment is vector or not.
17243
17244 * Makefile.in (font.o): Make it depends on window.h.
17245
172462008-02-01 Kenichi Handa <handa@m17n.org>
17247
17248 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
17249 adjustment is vector or not.
17250
172512008-02-01 Miles Bader <miles@gnu.org>
17252
17253 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
17254
172552008-02-01 Kenichi Handa <handa@m17n.org>
17256
17257 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
17258 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
17259 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
17260
17261 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
17262 (DEVICE_DELTA): Fix typo.
17263 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
17264 LGLYPH format.
17265
17266 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
17267 the change of LGLYPH format.
17268
172692008-02-01 Kenichi Handa <handa@m17n.org>
17270
17271 * ftfont.c (ftfont_list): Fix typo.
17272 (ftfont_build_basic_charsets): Don't include letters with diacritics.
17273
172742008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17275
17276 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
17277
17278 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
17279 xftface_info is non-NULL.
17280
172812008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17282
17283 * ftfont.c (ftfont_list): Move misplaced #endif.
17284
172852008-02-01 Kenichi Handa <handa@m17n.org>
17286
17287 * ftfont.c (ftfont_list): Pay attention to the case that
17288 FC_CAPABILITY is not defined.
17289
172902008-02-01 Kenichi Handa <handa@m17n.org>
17291
17292 * xftfont.c (xftfont_open): Set charset related members to -1.
17293
17294 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
17295 QCname.
17296 (ftfont_open): Set charset related members to -1.
17297
17298 * fontset.c (Votf_script_alist): New variable.
17299 (syms_of_fontset): Initialize it.
17300 (fontset_font): Delete unused variable.
17301
17302 * fontset.h (Votf_script_alist): Extern it.
17303
17304 * font.c (font_find_for_lface): Optimize code.
17305
17306 * font.h (font_close_object, font_merge_old_spec): Extern them.
17307
173082008-02-01 Kenichi Handa <handa@m17n.org>
17309
17310 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
17311 (syms_of_font): Initialize them.
17312 (font_pixel_size): Allow float value in dpi.
17313 (font_prop_validate_type): Delete.
17314 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
17315 Change caller.
17316 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
17317 (font_prop_validate_extra): Delete.
17318 (font_prop_validate_spacing): New function.
17319 (font_property_table): Add elements for all known properties.
17320 (get_font_prop_index): Rename from check_font_prop_name. New
17321 argument FROM. Change caller.
17322 (font_prop_validate): Validate all known properties.
17323 (font_put_extra): Delete argument force. Change caller.
17324 (font_expand_wildcards): Make it static. Fix the way of shrinking
17325 the possible range.
17326 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
17327 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
17328 Change caller.
17329 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
17330 (font_parse_fcname): Delete argument merge. Fix parsing of point
17331 size. Don't validate properties values here. Change caller.
17332 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
17333 (font_open_by_name): Delete unused variable.
17334 (Ffont_spec): Likewise. Validate property values.
17335 (Ffont_match_p): New function.
17336
17337 * font.h (QCscalable): Extern it.
17338 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
17339
17340 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
17341
17342 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
17343 (xfont_list_pattern): New function.
17344 (xfont_list): Use xfont_list_pattern.
17345
173462008-02-01 Kenichi Handa <handa@m17n.org>
17347
17348 * font.h (Flist_fonts): EXFUN it.
17349
173502008-02-01 Jason Rumney <jasonr@gnu.org>
17351
17352 * w32term.c (w32_initialize): Add back smoothing_type and
17353 smoothing_enabled definitions.
17354
173552008-02-01 Kenichi Handa <handa@m17n.org>
17356
17357 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
17358 s->face->font on determining underline position.
17359
173602008-02-01 Kenichi Handa <handa@m17n.org>
17361
17362 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
17363 (font_has_char): Accept font-object too.
17364 (font_find_for_lface): Try at first with a size specified in face.
17365
173662008-02-01 Kenichi Handa <handa@m17n.org>
17367
17368 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
17369 font_open_by_name.
17370
173712008-02-01 Kenichi Handa <handa@m17n.org>
17372
17373 * font.h (QCspacing, QCdpi): Extern them.
17374 (enum font_spacing): New enum.
17375 (FONT_PIXEL_SIZE_QUANTUM): New macro.
17376
17377 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
17378 (QCspacing, QCdpi): New variables.
17379 (syms_of_font): Initialize them.
17380 (font_pixel_size): New function.
17381 (font_put_extra): New function.
17382 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
17383 in FONT_EXTRA.
17384 (font_parse_fcname): Handle enumerated values (e.g. bold).
17385 Fix handling font size. Add QCname property that contains only
17386 unknown properties.
17387 (font_score): Change argument. Change caller. Pay attention to
17388 FONT_PIXEL_SIZE_QUANTUM.
17389 (font_sort_entites, font_list_entities, font_find_for_lface)
17390 (font_open_for_lface, font_open_by_name): Fix handling of font size.
17391 (Ffont_spec): Add QCname property that contains only unknown properties.
17392
17393 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
17394 include weight in listing pattern, instead check weight of each
17395 listed font. Don't include scalable in pattern. Pay attention to
17396 FONT_PIXEL_SIZE_QUANTUM.
17397
173982008-02-01 Kenichi Handa <handa@m17n.org>
17399
17400 * font.c (font_parse_fcname): Fix parsing of point-size.
17401 (font_unparse_fcname): Produce symbolic names for style properties.
17402 (font_list_entities): Handle float size correctly.
17403 (font_open_by_name): Prefer `normal' property values if the name
17404 doesn't specify them.
17405
17406 * fontset.c (Finternal_char_font): Use font_get_name, not
17407 Ffont_xlfd_name.
17408
17409 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
17410 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
17411 pattern. Don't force scalable.
17412
17413 * xftfont.c (xftfont_open): For generating a name, start from
17414 96-byte buffer.
17415
174162008-02-01 Jan Djärv <jan.h.d@swipnet.se>
17417
17418 * frame.h (x_new_fontset2): Fix prototype.
17419
174202008-02-01 Kenichi Handa <handa@m17n.org>
17421
17422 * font.h (struct font_driver): Delete member parse_name.
17423 (font_match_p, font_get_spec, font_parse_fcname)
17424 (font_unparse_fcname): Extern them.
17425 (font_get_name): Adjust prototype.
17426
17427 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
17428 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
17429 (font_expand_wildcards): Fix handling ENCODING field. Avoid
17430 unnecessary checks for weight, slant, and swidth.
17431 (font_parse_fcname): New function.
17432 (font_unparse_fcname): New function.
17433 (font_parse_name): New function.
17434 (font_match_p): New function.
17435 (font_get_name): Change return value to Lisp string.
17436 (font_get_spec): New function.
17437 (Qunspecified, Qignore_defface): Don't extern them.
17438 (font_find_for_lface): Assume that LFACE is fully specified.
17439 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
17440 object, use it for FACE.
17441 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
17442 driver->parse_name.
17443 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
17444
17445 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
17446 prototype.
17447
17448 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
17449 argument F. Don't call Fnew_fontset. Instead, directly call
17450 make_fontset.
17451
17452 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
17453
17454 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
17455 of x_new_fontset2.
17456
17457 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
17458 (Qsans__serif): New variables.
17459 (ftfont_generic_family_list): New variable.
17460 (syms_of_ftfont): Initialize the above variables.
17461 (ftfont_pattern_entity): Delete argument NAME.
17462 (ftfont_list_generic_family): New function.
17463 (ftfont_parse_name): Delete this function.
17464 (ftfont_list): Try generic family only when FcFontList found no font.
17465 (ftfont_list_family): Fix args to FcObjectSetBuild.
17466
17467 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
17468 object in attrs[LFACE_FONT_INDEX].
17469 (set_lface_from_font_name): Cancel all changes for font-backend.
17470 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
17471 function.
17472 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
17473 font object in QCfont attribute.
17474 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
17475 (realize_default_face) [USE_FONT_BACKEND]: Call
17476 set_lface_from_font_and_fontset.
17477
17478 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
17479 "fixed", and signal error here if no suitable font was found.
17480
17481 * xfont.c (xfont_parse_name): Delete this function.
17482
17483 * xftfont.c (xftfont_open): Change coding style of error
17484 handling. Generate fontconfig's fontname pattern.
17485
17486 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
17487 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
17488
17489 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
17490 Both args FONTSET and FONT_OBJECT must be existing ones.
17491
174922008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17493
17494 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
17495
174962008-02-01 Kenichi Handa <handa@m17n.org>
17497
17498 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
17499
17500 * font.h (struct font): Fix typo.
17501
17502 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
17503 XLFD_XXX_INDEX.
17504 (enum xlfd_field_mask): New enum.
17505 (intern_font_field): Changed argument. Change caller. If digits
17506 are followed by non-digits, return a symbol.
17507 (font_expand_wildcards): New function.
17508 (font_parse_xlfd): Fix wildcard handling.
17509 (Ffont_spec): If :name is specified, reflect the info in the other
17510 properties.
17511
17512 * ftfont.c (ftfont_pattern_entity): Fix typo.
17513 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
17514 locale.
17515
175162008-02-01 Kenichi Handa <handa@m17n.org>
17517
17518 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
17519
17520 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
17521 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
17522 registry doesn't specify encoding part.
17523 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
17524 (font_open_by_name): At first try parsing the name.
17525 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
17526 as Lisp symbols.
17527
17528 * fontset.c (reorder_font_vector): Pay attention to the case that
17529 the 3rd element of font_def is nil.
17530 (fontset_font): For the default fontset, append one more fontset
17531 elements for a script-based font specification. Don't add script
17532 attribute on finding a font.
17533 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
17534 font name.
17535 (fontset_ascii_font): If a font can't be opened, return nil.
17536
17537 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
17538 (ftfont_pattern_entity): New function.
17539 (ftfont_get_cache): Assume that freetype_font_cache is already
17540 initialized.
17541 (ftfont_list): Handle the case that a file is specified in font
17542 name. Use ftfont_pattern_entity to generate entities.
17543 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
17544 (syms_of_ftfont): Initialize freetype_font_cache.
17545
17546 * xftfont.c (xftfont_open): Make the font name fontconfig's
17547 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
17548 (xftfont_close): Free font->font.name if not NULL.
17549
17550 * xfont.c (xfont_list): If script is specified for a font, return
17551 null_vector.
17552 (xfont_list_family): Declare argument type.
17553
17554 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
17555 name, set LFACE_FONT (lface) to nil.
17556
17557 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
17558 return Qnil.
17559
175602008-02-01 Kenichi Handa <handa@m17n.org>
17561
17562 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
17563 (standard_args): Add "-enable-font-backend".
17564
175652008-02-01 Kenichi Handa <handa@m17n.org>
17566
17567 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
17568 (struct xftdraw_list, xftdraw_list): Delete them.
17569 (register_xftdraw, check_xftdraw): Delete them.
17570 (xftfont_prepare_face): Don't call register_xftdraw.
17571 (xftfont_done_face): Don't call check_xftdraw.
17572 (xftfont_draw): Get background color only when with_background is
17573 nonzero.
17574
17575 * xfont.c (xfont_encode_char): Fix calculation of char2b.
17576
175772008-02-01 Kenichi Handa <handa@m17n.org>
17578
17579 These changes are for the new font handling codes.
17580
17581 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
17582 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
17583 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
17584 (FONTSRC, FONTOBJ): New variables.
17585 (obj): Add $(FONTOBJ).
17586 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
17587 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
17588 @LIBOTF_LIBS@.
17589 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
17590 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
17591
17592 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
17593
17594 * character.h (Vscript_representative_chars): Extern it.
17595
17596 * character.c (Vscript_representative_chars): New variable.
17597 (syms_of_character): Declare it as a Lisp variable.
17598
17599 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
17600 enable_font_backend is nonzero, accept the composition method
17601 COMPOSITION_WITH_GLYPH_STRING.
17602
17603 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
17604 enumeration COMPOSITION_WITH_GLYPH_STRING.
17605
17606 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
17607 members clip_x, clip_y, clip_width, and clip_height.
17608 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
17609
17610 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
17611 --enable-font-backend. Call syms_of_font.
17612
17613 * fns.c (assoc_no_quit): New function.
17614
17615 * fontset.h (FONT_INFO_FROM_FACE): New macro.
17616 (face_for_font, new_fontset_from_font)
17617 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
17618
17619 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
17620 (fontset_font, fontset_ascii, face_for_char)
17621 (make_fontset_for_ascii_face, Ffont_info)
17622 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
17623 is nonzero, use font-backend mechanism.
17624 (find_font_encoding): Make it non-static.
17625 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
17626 New functions.
17627
17628 * frame.h (struct frame): New members resx and resy.
17629 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
17630 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
17631
17632 * frame.c [USE_FONT_BACKEND]: Include "font.h".
17633 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
17634
17635 * lisp.h (assoc_no_quit): Extern it.
17636
17637 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
17638 Through out the file, use FONT_INFO_FROM_FACE instead of
17639 FONT_INFO_FROM_ID, use get_per_char_metric instead of
17640 rif->per_char_metric.
17641 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
17642 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
17643 (get_glyph_face_and_encoding, fill_composite_glyph_string)
17644 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
17645 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
17646 nonzero, use font-backend mechanism.
17647 (get_per_char_metric): New function.
17648
17649 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
17650 (set_lface_from_font_name)
17651 (set_font_frame_param, free_realized_face)
17652 (prepare_face_for_display, clear_face_gcs)
17653 (Finternal_set_font_selection_order, realize_x_face)
17654 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
17655 font-backend mechanism.
17656 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
17657 (load_face_font) [USE_FONT_BACKEND]: Abort.
17658 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
17659 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
17660
17661 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
17662 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
17663 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
17664 nonzero, register all available font drivers. Call
17665 x_default_font_parameter for deciding a font.
17666 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
17667
17668 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
17669 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
17670 (x_set_glyph_string_clipping_exactly)
17671 (x_compute_glyph_string_overhangs)
17672 (x_draw_glyph_string_foreground)
17673 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
17674 (x_free_frame_resources) [USE_FONT_BACKEND]: If
17675 enable_font_backend is nonzero, use font-backend mechanism.
17676 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
17677
176782008-02-01 Kenichi Handa <handa@m17n.org>
17679
17680 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
17681 system_eol_type.
17682 (syms_of_coding): Initialize system_eol_type.
17683
17684 * process.c (Fset_process_coding_system): Inherit system's eol
17685 format if necessary.
17686
176872008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17688
17689 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
17690
176912008-02-01 Kenichi Handa <handa@m17n.org>
17692
17693 * coding.c (decode_eol): Pay attention to buffer relocation in
17694 del_range_2.
17695 (decode_coding): Call decode_eol before restoring undo_list.
17696
176972008-02-01 Kenichi Handa <handa@m17n.org>
17698
17699 * charset.c (Fdefine_charset_internal): Fix setting of
17700 emacs_mule_bytes.
17701
177022008-02-01 Kenichi Handa <handa@m17n.org>
17703
17704 * keyboard.c (read_char): Check if C is a character or not before
17705 looking up Vkeyboard_translate_table.
17706
177072008-02-01 Kenichi Handa <handa@m17n.org>
17708
17709 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
17710 condition to terminate the loop.
17711
177122008-02-01 Kenichi Handa <handa@m17n.org>
17713
17714 * coding.c (produce_composition): Compare charbuf[i] instead of
17715 args[i] against 0.
17716 (Fterminal_coding_system): Use EQ to compare Lisp objects.
17717
177182008-02-01 Kenichi Handa <handa@m17n.org>
17719
17720 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
17721 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
17722 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
17723 detect_coding.
17724 (emacs_mule_char): Handle old style (Emacs 20) component character
17725 of a composition.
17726 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
17727 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
17728 composition rule.
17729 (decode_coding_emacs_mule): Handle invalid bytes correctly.
17730
177312008-02-01 Kenichi Handa <handa@m17n.org>
17732
17733 * coding.c (encode_coding_ccl): Allocate destination dynamically
17734 when necessary.
17735
177362008-02-01 Kenichi Handa <handa@m17n.org>
17737
17738 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
17739 the loop. When quitted, show a proper error message.
17740
177412008-02-01 Kenichi Handa <handa@m17n.org>
17742
17743 * xterm.c (x_set_glyph_string_clipping_exactly): Set
17744 src->clip_head and src->clip_tail temporarily instead of src->hl.
17745
17746 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
17747 character sequence.
17748 (Fccl_execute_on_string): Use ASET, not XSET.
17749
177502008-02-01 Kenichi Handa <handa@m17n.org>
17751
17752 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
17753
177542008-02-01 Kenichi Handa <handa@m17n.org>
17755
17756 * coding.c (decode_coding): Fix the condition of terminating the
17757 decoding loop.
17758
177592008-02-01 Kenichi Handa <handa@m17n.org>
17760
17761 * data.c (Faset): On setting a character bigger than 255 in a
17762 unibyte string, signal an error instead of make the string multibyte.
17763
177642008-02-01 Kenichi Handa <handa@m17n.org>
17765
17766 * charset.c (map_charset_chars): Fix for ascii-compatible charset
17767 made by a mapping table.
17768
177692008-02-01 Kenichi Handa <handa@m17n.org>
17770
17771 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
17772 not.
17773 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
17774 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
17775
17776 * xterm.c (x_draw_composite_glyph_string_foreground): Check
17777 s->face is NULL or not.
17778
177792008-02-01 Kenichi Handa <handa@m17n.org>
17780
17781 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
17782 (x_draw_glyph_string): Fix drawing of right_overhang and
17783 left_overhang around/on cursor.
17784
17785 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
17786
177872008-02-01 Kenichi Handa <handa@m17n.org>
17788
17789 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
17790
177912008-02-01 Kenichi Handa <handa@m17n.org>
17792
17793 * coding.c (Fdefine_coding_system_internal)
17794 (Fdefine_coding_system_alias): Avoid a duplicated element in
17795 Vcoding_system_alist.
17796
177972008-02-01 Kenichi Handa <handa@m17n.org>
17798
17799 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
17800
17801 * coding.c (Qcoding_system_define_form): New variable.
17802 (syms_of_coding): Intern and staticpro it.
17803 (Fcoding_system_p): Check Qcoding_system_define_form.
17804 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
17805
17806 * coding.h (CODING_SYSTEM_P): If ID is not available, call
17807 Fcoding_system_p.
17808 (CHECK_CODING_SYSTEM): If ID is not available, call
17809 Fcheck_coding_system.
17810 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
17811 Try also Fcheck_coding_system.
17812
178132008-02-01 Kenichi Handa <handa@m17n.org>
17814
17815 * coding.c (code_conversion_restore): GCPRO arg.
17816
178172008-02-01 Kenichi Handa <handa@m17n.org>
17818
17819 * character.c (lisp_string_width): Check multibyteness of STRING.
17820
178212008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17822
17823 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
17824 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
17825 (decode_mac_font_name): Use decode_coding_c_string instead of
17826 decode_coding.
17827 (x_load_font): Initialize fontp->fontset to -1. Set
17828 fontp->encoding_type.
17829
178302008-02-01 Kenichi Handa <handa@m17n.org>
17831
17832 * search.c (search_buffer): Give up BM search on case-fold-search
17833 if one of a target character has a case-equivalence of different
17834 byte length even if that target charcter is an ASCII.
17835 (simple_search): Fix calculation of byte length of matched text.
17836 (boyer_moore): Fix handling of case-equivalent multibyte characters.
17837
178382008-02-01 Kenichi Handa <handa@m17n.org>
17839
17840 * coding.c (decode_coding): Fix handling of invalid bytes.
17841
178422008-02-01 Kenichi Handa <handa@m17n.org>
17843
17844 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
17845 Unicode characters.
17846
178472008-02-01 Kenichi Handa <handa@m17n.org>
17848
17849 * coding.c (encode_coding_object): If a pre-write-conversion
17850 function makes a new buffer, kill it.
17851
178522008-02-01 Kenichi Handa <handa@m17n.org>
17853
17854 * coding.c (QCascii_compatible_p): New variable.
17855 (syms_of_coding): Initialize it.
17856 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
17857 calling string_char.
17858 (record_conversion_result): Add `default:' case.
17859 (coding_charset_list): Delete unused variable `coding_type'.
17860 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
17861 property in the plist of the coding system.
17862 (Fcoding_system_put): Check QCascii_compatible_p.
17863
178642008-02-01 Miles Bader <miles@gnu.org>
17865
17866 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
17867 removed calculation of frame `f', as it's now used.
17868
178692008-02-01 Kenichi Handa <handa@m17n.org>
17870
17871 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
17872 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
17873 (UNIDATA): New variable.
17874 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
17875 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
17876 $(RUN_TEMACS) unconditionally.
17877
178782008-02-01 Kenichi Handa <handa@m17n.org>
17879
17880 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
17881 (admindir): New variable.
17882 ($(lispsource)international/charprop.el): New target.
17883
178842008-02-01 Miles Bader <miles@gnu.org>
17885
17886 * character.c (chars-in-region): Remove obsolete function.
17887 (syms_of_character): Remove its initialization.
17888
178892008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
17890
17891 * w32select.c (validate_coding_system)
17892 (setup_windows_coding_system): New functions.
17893 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
17894 setup_windows_coding_system.
17895 (setup_config, Fw32_get_clipboard_data): Use
17896 validate_coding_system.
17897 (Fx_selection_exists): Move call to setup_config to a place
17898 where signals are allowed.
17899
17900 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
17901 (Fcheck_coding_system): Add declarations.
17902
179032008-02-01 Kenichi Handa <handa@m17n.org>
17904
17905 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
17906
179072008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17908
17909 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
17910 string as the second argument for x_new_fontset.
17911
179122008-02-01 Kenichi Handa <handa@m17n.org>
17913
17914 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
17915 (encode_coding_object): Use safe_call instead of call2.
17916
179172008-02-01 Kenichi Handa <handa@m17n.org>
17918
17919 * fontset.c (Fset_fontset_font): Check family element of a given vector.
17920
17921 * Makefile.in (lisp): Include charprop.el.
17922
179232008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17924
17925 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
17926 Not sure if it's unnecessary.
17927
179282008-02-01 Steven Tamm <steventamm@mac.com>
17929
17930 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
17931 some possibly unnecessary fontset checking code that crashed
17932 when creating a new frame.
17933
179342008-02-01 Kenichi Handa <handa@m17n.org>
17935
17936 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
17937 lookup_face.
17938
17939 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
17940
17941 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
17942
179432008-02-01 Kenichi Handa <handa@m17n.org>
17944
17945 * coding.c: Cancel the change done in HEAD on 2008-02-01.
17946 (coding_charset_list): New function.
17947
17948 * coding.h (coding_charset_list): Extern it.
17949
179502008-02-01 Kenichi Handa <handa@m17n.org>
17951
17952 * fontset.c (Fset_fontset_font): Call find_font_encoding with
17953 concatenation of family and registry.
17954
179552008-02-01 Kenichi Handa <handa@m17n.org>
17956
17957 * character.h (BYTE8_STRING): Fix typo.
17958
17959 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
17960 string to multibyte (sync to HEAD).
17961
17962 * casefiddle.c (casify_region): Handle changes in byte-length
17963 using replace_range_2 (sync to HEAD).
17964
179652008-02-01 Andreas Schwab <schwab@suse.de>
17966
17967 * chartab.c (map_char_table): GCPRO table and arg.
17968
179692008-02-01 Kenichi Handa <handa@m17n.org>
17970
17971 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
17972 already at limit.
17973
179742008-02-01 Kenichi Handa <handa@m17n.org>
17975
17976 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
17977 instead of fast_c_string_match_ignore_case.
17978 (find_font_encoding): Change argument to Lisp_Object. Use
17979 fast_string_match_ignore_case instead of
17980 fast_c_string_match_ignore_case. Change caller.
17981
179822008-02-01 Kenichi Handa <handa@m17n.org>
17983
17984 * xdisp.c (get_next_display_element): In unibyte case, decide to
17985 display in octal form by checking a character by
17986 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
17987
17988 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
17989
17990 * character.c (unibyte_has_multibyte_table): New variable.
17991
17992 * character.h (unibyte_has_multibyte_table): Extern it.
17993 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
17994
179952008-02-01 Kenichi Handa <handa@m17n.org>
17996
17997 * coding.c (encode_coding_iso_2022): Fix handling of charset
17998 annotation.
17999
180002008-02-01 Kenichi Handa <handa@m17n.org>
18001
18002 * coding.c (setup_coding_system): If coding_system is nil, use
18003 Qundecided.
18004 (Fterminal_coding_system): Return nil if terminal coding system is
18005 `undecided'.
18006 (syms_of_coding): Define coding-system `undecided' here. Setup
18007 terminal_coding as `undecided'.
18008
180092008-02-01 Kenichi Handa <handa@m17n.org>
18010
18011 * xdisp.c (message_dolog, set_message_1): Call
18012 unibyte_char_to_multibyte with arg type int.
18013
18014 * lread.c (read1): Fix reading of a char-table.
18015
18016 * print.c (print_object): Include sub char-table in circularities
18017 detection.
18018
180192008-02-01 Kenichi Handa <handa@m17n.org>
18020
18021 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
18022 Append the found sequences in car of ARGS instead of prepending.
18023
180242008-02-01 Kenichi Handa <handa@m17n.org>
18025
18026 * fileio.c (report_file_error): Make a unibyte string from
18027 strerror (errorno).
18028 (Fsubstitute_in_file_name): Fix the arg to
18029 unibyte_char_to_multibyte. It is evaluated twice.
18030
180312008-02-01 Kenichi Handa <handa@m17n.org>
18032
18033 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
18034
180352008-02-01 Kenichi Handa <handa@m17n.org>
18036
18037 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
18038 BOM is not found.
18039 (detect_coding, detect_coding_system): Optimization for ISO-2022
18040 when no 8-bit data is found.
18041
180422008-02-01 Jason Rumney <jasonr@gnu.org>
18043
18044 * w32fns.c (x_to_w32_font): Update to use new coding struct.
18045
180462008-02-01 Kenichi Handa <handa@m17n.org>
18047
18048 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
18049 CHARS.
18050
180512008-02-01 Steven Tamm <steventamm@mac.com>
18052
18053 * macterm.c (mac_encode_char): Add charset argument and update
18054 to use encoding_type.
18055 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
18056 switch to pure fontset.
18057 (decode_mac_font_name): Temporarily remove decoding.
18058 (x_font_name_to_mac_font_name): Temporarily remove encoding.
18059 (x_load_font): Temporarily remove encoding.
18060
180612008-02-01 Kenichi Handa <handa@m17n.org>
18062
18063 * xfaces.c (Fface_font): If frame is not on a window system,
18064 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
18065 refer to face->font.
18066 (split_font_name_into_vector, build_font_name_from_vector)
18067 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
18068 when HAVE_WINDOW_SYSTEM is defined.
18069
180702008-02-01 Kenichi Handa <handa@m17n.org>
18071
18072 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
18073 (x_produce_glyphs): Fix setting of members of cmp in case
18074 cmp->glyph_len is zero.
18075
18076 * fontset.c (Fset_fontset_font): Fix docstring.
18077 (Ffontset_info): Make it backward compatible. New arg ALL.
18078
180792008-02-01 Kim F. Storm <storm@cua.dk>
18080
18081 * process.c (read_process_output): Grow decoding_buf when needed;
18082 this could cause a crash in allocate_string and compact_small_strings.
18083
180842008-02-01 Kenichi Handa <handa@m17n.org>
18085
18086 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
18087
180882008-02-01 Kenichi Handa <handa@m17n.org>
18089
18090 * coding.c (setup_coding_system): Set coding->common_flags
18091 correctly for raw-text.
18092 (consume_chars): On encoding unibyte text by raw-text, don't check
18093 multibyte form.
18094 (encode_coding): On encoding by raw-text, never use translation tables.
18095
18096 * fileio.c (e_write): Short cut for the case of no encoding.
18097
180982008-02-01 Kenichi Handa <handa@m17n.org>
18099
18100 * coding.c (detect_coding, detect_coding_system): Delete unused
18101 variables.
18102
181032008-02-01 Kenichi Handa <handa@m17n.org>
18104
18105 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
18106 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
18107
181082008-02-01 Kenichi Handa <handa@m17n.org>
18109
18110 * coding.c (Ffind_coding_systems_region_internal): Include
18111 raw-text and no-conversion in the result.
18112
181132008-02-01 Kenichi Handa <handa@m17n.org>
18114
18115 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
18116 (load_font_get_repertory): Delete unnecessary check of ENCODING of
18117 FONT_DEF.
18118 (font_def_arg, add_arg, from_arg, to_arg): New args.
18119 (set_fontset_font): Change argument.
18120 (Fset_fontset_font): Fix for the case that TARGET is a script
18121 name and charset name.
18122 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
18123
181242008-02-01 Kenichi Handa <handa@m17n.org>
18125
18126 * fontset.c (fontset_font): Rename from fontset_face. Change return
18127 value.
18128 (face_suitable_for_char_p, face_for_char): Adjust for the change
18129 of fontset_font.
18130 (make_fontset_for_ascii_face): Fix setting of the fontset element
18131 for ASCII.
18132 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
18133 to get a font name.
18134 (Ffontset_info): Adjust for the change of fontset_font.
18135
18136 * coding.c (emacs_mule_char): Check invalid code more rigidly.
18137
18138 * character.h (LEADING_CODE_LATIN_1_MIN)
18139 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
18140
181412008-02-01 Kenichi Handa <handa@m17n.org>
18142
18143 * editfns.c (check_translation): New function.
18144 (Ftranslate_region_internal): Handle M:N mapping.
18145
181462008-02-01 Kenichi Handa <handa@m17n.org>
18147
18148 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
18149
181502008-02-01 Kenichi Handa <handa@m17n.org>
18151
18152 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
18153 goto invalid_code.
18154 (decode_coding_iso_2022): Fix handling of invalid designation.
18155
18156 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
18157 after calling code_conversion_save.
18158
181592008-02-01 Kenichi Handa <handa@m17n.org>
18160
18161 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
18162
18163 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
18164
18165 * fontset.c: Include "intervals.h".
18166 (fontset_face): Fix comparing of Lisp_Objects.
18167 (free_face_fontset, new_fontset_from_font_name): Fix
18168 Lisp_Object/int mixup.
18169
18170 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
18171
18172 * coding.c: Add many prototypes for static functions.
18173 (get_translation_table): Allow max_lookup to be NULL.
18174 (decode_coding, Ffind_coding_systems_region_internal)
18175 (Funencodable_char_position, Fcheck_coding_systems_region): Call
18176 get_translation_table with max_lookup NULL.
18177
181782008-02-01 Kenichi Handa <handa@m17n.org>
18179
18180 * coding.c (get_translation_table): Declare it as Lisp_Object.
18181 (LOOKUP_TRANSLATION_TABLE): New macro.
18182 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
18183 instead of CHAR_TABLE_REF.
18184
181852008-02-01 Kenichi Handa <handa@m17n.org>
18186
18187 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
18188 annotation data format.
18189 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
18190 Change arguments FROM and TO to single argument NCHARS. Change caller.
18191 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
18192 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18193 (decode_coding_ccl, decode_coding_charset): Pay attention to
18194 coding->charbuf_used.
18195 (get_translation): New function.
18196 (produce_chars): New arguments translation_table and last_block.
18197 Translate characters here. Return number of carryover chars.
18198 Change caller.
18199 (produce_composition): New argument pos. Change caller.
18200 Adjust for the change of annotation data format.
18201 (produce_charset, produce_annotation): Likewise.
18202 (decode_coding, encode_coding): Don't call translate_chars.
18203 (consume_chars): New arg translation_table. Change caller.
18204 (translate_chars): Delete.
18205 (syms_of_coding): Make translation-table's number of extra slots 2.
18206
182072008-02-01 Kenichi Handa <handa@m17n.org>
18208
18209 * search.c (simple_search): Fix setting this_pos_byte in backward
18210 search.
18211
18212 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
18213 byte sequence.
18214 (detect_coding_ccl): Fix setting of the variable valids.
18215
182162008-02-01 Kenichi Handa <handa@m17n.org>
18217
18218 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
18219
18220 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
18221
18222 * editfns.c (Ftranslate_region_internal): Rename from
18223 Ftranslate_region. Accept a char-table in TABLE.
18224 (syms_of_editfns): Defsubr Stranslate_region_internal.
18225
18226 * xfaces.c (set_lface_from_font_name): If a font is specified for
18227 a frame, generate a fontset from the font.
18228 (build_scalable_font_name): If the scalable font is requested for
18229 a specific size, don't change that size.
18230 (try_font_list): Try a scalable font also in the case that a
18231 pattern string is specified.
18232
182332008-02-01 Kenichi Handa <handa@m17n.org>
18234
18235 * xfaces.c (Fface_font): New optional arg CHARACTER.
18236
182372008-02-01 Kenichi Handa <handa@m17n.org>
18238
18239 * charset.h (CHARSET_OFFSET): New macro.
18240
182412008-02-01 Kenichi Handa <handa@m17n.org>
18242
18243 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
18244
18245 * fontset.c (fontset_face): Handle the case that repertory is a
18246 char-table.
18247 (find_font_encoding): Return nil for unknown encoding.
18248 (Fset_fontset_font): Ignore a font of unknown encoding.
18249
182502008-02-01 Kenichi Handa <handa@m17n.org>
18251
18252 * keymap.c (describe_vector): Handle default value of a char table.
18253
18254 * fontset.c (fontset_face): Handle fallback fonts correctly.
18255 (Ffontset_info): Return infomation about fallback fonts.
18256
182572008-02-01 Kenichi Handa <handa@m17n.org>
18258
18259 * fontset.c (FONTSET_DEFAULT): New macro.
18260 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
18261 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
18262 the case that it is nil.
18263 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
18264 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
18265
18266 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
18267 subset or superset.
18268
182692008-02-01 Kenichi Handa <handa@m17n.org>
18270
18271 * emacs.c (main): Call init_charset after syms_of_XXX.
18272
18273 * charset.c (Vcharset_map_directory): Delete.
18274 (Vcharset_map_path): New variable.
18275 (load_charset_map_from_file): Use Vcharset_map_path instead.
18276 (init_charset): Initialize Vcharset_map_path.
18277 (syms_of_charset): Delete declaration of "charset-map-directory",
18278 add declaration of "charset-map-path".
18279
182802008-02-01 Kenichi Handa <handa@m17n.org>
18281
18282 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
18283 ASCII only string.
18284
18285 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
18286
18287 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
18288 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
18289
182902008-02-01 Kenichi Handa <handa@m17n.org>
18291
18292 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
18293
18294 * coding.c (QCmnemonic, QCdefalut_char)
18295 (QCdecode_translation_table, QCencode_translation_table)
18296 (QCpost_read_conversion, QCpre_write_conversion): New variables.
18297 (get_translation_table): Return a list of translation tables if
18298 necessary.
18299 (decode_coding): Call get_translation_table with ENCODEP 0.
18300 (char_encodable_p): If translation_table is non-nil, always call
18301 translate_char.
18302 (Fdefine_coding_system_internal): Accept list of translation
18303 tables as :encode-translation-table and :decode-translation-table.
18304 (Fcoding_system_put): New function.
18305 (syms_of_coding): Declare new symbols. Defsubr
18306 Scoding_system_put.
18307 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
18308 typically JISX0212.
18309
18310 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
18311 when the charset is superset type.
18312
18313 * character.c (translate_char): Accept list of translation tables.
18314
183152008-02-01 Kenichi Handa <handa@m17n.org>
18316
18317 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
18318 (CODING_ATTR_TRANS_TBL): New macro.
18319
18320 * coding.c (get_translation_table): New function.
18321 (translate_chars): Fix the bug of skipping annotation data.
18322 (decode_coding, encode_coding): Utilize get_translation_table.
18323 (char_encodable_p, Funencodable_char_position): Translate char if
18324 necessary.
18325 (Ffind_coding_systems_region_internal)
18326 (Fcheck_coding_systems_region): Setup translation table for encode
18327 in a coding system attribute vector in advance.
18328 (Fdefine_coding_system_internal): Allow a symbol as translation
18329 table. For shift-jis type coding system, allow 4th charset.
18330
183312008-02-01 Kenichi Handa <handa@m17n.org>
18332
18333 * coding.c (decode_coding_sjis): Check the first byte rigidly.
18334
18335 * xdisp.c (get_next_display_element): Pass -1 as POS to
18336 FACE_FOR_CHAR if displaying a C-string.
18337
183382008-02-01 Kenichi Handa <handa@m17n.org>
18339
18340 * composite.c (get_composition_id): Handle xoff and yoff in a
18341 composition rule.
18342
18343 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
18344 (struct composition): New member lbearing and rbearing.
18345
18346 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
18347 (x_get_glyph_overhangs): Handle a composition glyph.
18348 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
18349
18350 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
18351 composition glyph.
18352
183532008-02-01 Kenichi Handa <handa@m17n.org>
18354
18355 * print.c: Include charset.h.
18356 (Vprint_charset_text_property): New variable.
18357 (Qdefault): Extern it.
18358 (PRINT_STRING_NON_CHARSET_FOUND)
18359 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
18360 (print_check_string_result): New variable.
18361 (print_check_string_charset_prop): New function.
18362 (print_prune_charset_plist): New variable.
18363 (print_prune_string_charset): New function.
18364 (print_object): Call print_prune_string_charset if
18365 Vprint_charset_text_property is not t.
18366 (print_interval): Print nothing if interval->plist is nil.
18367 (syms_of_print): Declare Vprint_charset_text_property as a lisp
18368 variable. Init and staticpro print_prune_charset_plist.
18369
183702008-02-01 Kenichi Handa <handa@m17n.org>
18371
18372 * fontset.c (new_fontset_from_font_name): Use the specified font
18373 for all characters in the new fontset.
18374
18375 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
18376 OBJECT args.
18377
18378 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
18379 OBJECT args for composition too.
18380
18381 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
18382 OBJECT args.
18383
183842008-02-01 Kenichi Handa <handa@m17n.org>
18385
18386 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
18387
18388 * fontset.c (reorder_font_vector): Adjust for the change of
18389 FONT_DEF format.
18390 (fontset_face): New arg id. Change caller.
18391 (face_for_char): New args pos and object.
18392 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
18393 (fs_query_fontset): Check NAME by Fassoc too.
18394 (Fset_fontset_font): Allow non-XLFD font name.
18395 (Ffontset_info): Adjust for the change of FONT_DEF format.
18396
18397 * fontset.h (face_for_char): Adjust prototype.
18398
18399 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
18400 (append_space, extend_face_to_end_of_line)
18401 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
18402 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
18403
18404 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
18405 POS and OBJECT args.
18406
18407 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
18408 POS and OBJECT args.
18409
184102008-02-01 Jason Rumney <jasonr@gnu.org>
18411
18412 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
18413 of GlobalAlloc'ed memory.
18414
184152008-02-01 Kenichi Handa <handa@m17n.org>
18416
18417 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
18418
18419 * charset.h (charset_table_used): Delete extern.
18420
18421 * charset.c (charset_table_used): Make it static.
18422 (map_charset_chars): Fix args to c_function with.
18423
18424 * chartab.c (map_sub_char_table_for_charset): Fix args to
18425 c_function with.
18426
18427 * coding.h (enum coding_result_code): Delete
18428 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
18429
18430 * coding.c (Qinsufficient_source, Qinconsistent_eol)
18431 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
18432 (Vlast_code_conversion_error): New variables.
18433 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
18434 (ONE_MORE_BYTE): Record error if any instead of signaling an
18435 error. If non-ASCII multibyte char is found, return the negative
18436 value of the code. All callers changed to check it.
18437 (ONE_MORE_BYTE_NO_CHECK): Likewise.
18438 (record_conversion_result): New function. Change all codes setting
18439 coding->result to call this function.
18440 (detect_coding_utf_8, decode_coding_utf_8)
18441 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
18442 Don't use the local variable incomplete.
18443 (emacs_mule_char): Change the second arg to `const'.
18444 (decode_coding): Fix of flushing out unprocessed data.
18445 (make_conversion_work_buffer): Fix making of a work buffer.
18446 (decode_coding_object): Return coding->dst_object.
18447
18448 * fontset.c (set_fontset_font): Fix args.
18449
18450 * lisp.h (CHARACTERBITS): Define as 22.
18451
18452 * process.c (send_process): Be sure to set coding->src_multibyte.
18453
18454 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
18455
184562008-02-01 Kenichi Handa <handa@m17n.org>
18457
18458 * xdisp.c (handle_auto_composed_prop): Give limit to
18459 Fnext_single_char_property_change.
18460
184612008-02-01 Kenichi Handa <handa@m17n.org>
18462
18463 * composite.c (syms_of_composite): Don't make the composition hash
18464 table weak.
18465
18466 * fontset.c (Fset_fontset_font): Fix docstring.
18467
18468 * lisp.h (detect_coding_system): Adjust prototype.
18469
18470 * fileio.c (kill_workbuf_unwind): Delete this function.
18471 (Finsert_file_contents): Adjust the call of detect_coding_system.
18472 Get conversion_buffer by code_conversion_save. Use the macro
18473 CODING_MAY_REQUIRE_DECODING. After decoding, update
18474 coding_system.
18475
18476 * coding.h (make_conversion_work_buffer): Delete extern.
18477 (code_conversion_save): Extern it.
18478
18479 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
18480 (CODING_GET_INFO): Delete argument eol_type. Change callers.
18481 (decode_coding_utf_8): Don't do eol converion.
18482 (detect_coding_utf_16): Check coding->src_chars, not
18483 coding->src_bytes. Add heuristics for those that have no signature.
18484 (decode_coding_emacs_mule, decode_coding_iso_2022)
18485 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
18486 Don't do eol converion.
18487 (adjust_coding_eol_type): Return a new coding system.
18488 (detect_coding): Don't detect eol. Fix for utf-16 detection.
18489 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
18490 each change.
18491 (decode_coding): Pay attention to undo_list. Do eol conversion for
18492 all types of coding-systems (if necessary).
18493 (Vcode_conversion_work_buf_list): Delete it.
18494 (Vcode_conversion_reused_workbuf): Rename from
18495 Vcode_conversion_reused_work_buf.
18496 (Vcode_conversion_workbuf_name): New variable.
18497 (reused_workbuf_in_use): New variable.
18498 (make_conversion_work_buffer): Delete the arg DEPTH.
18499 (code_conversion_restore): Change argument to cons.
18500 (code_conversion_save): Delete the argument BUFFER. Change callers.
18501 (detect_coding_system): New argument src_chars. Change callers.
18502 Fix for utf-16 detection.
18503 (init_coding_once): Don't use ISO_carriage_return.
18504 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
18505 reused_workbuf_in_use.
18506
185072008-02-01 Kenichi Handa <handa@m17n.org>
18508
18509 * keymap.c (store_in_keymap): Pay attention to the case that idx
18510 is a cons specifying a character range.
18511
185122008-02-01 Kenichi Handa <handa@m17n.org>
18513
18514 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
18515 HANDLED_RECOMPUTE_PROPS.
18516
18517 * coding.c (Fdefine_coding_system_internal): Fix checking of
18518 ascii compatibility.
18519
185202008-02-01 Kenichi Handa <handa@m17n.org>
18521
18522 * charset.c (find_charsets_in_text): Delete unused locale variable.
18523 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
18524
18525 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
18526 Resync charset_list to Vemacs_mule_charset_list.
18527
18528 * keymap.c (store_in_keymap): Pay attention to the case that idx
18529 is a cons specifying a character range.
18530
185312008-02-01 Kenichi Handa <handa@m17n.org>
18532
18533 * composite.c (update_compositions): Bind inhibit-read-only, etc
18534 to t before calling remove-list-of-text-properties.
18535
18536 * print.c (print_object): Always print ASCII chars as is.
18537
185382008-02-01 Kenichi Handa <handa@m17n.org>
18539
18540 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
18541
18542 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
18543 is a char table.
18544
185452008-02-01 Kenichi Handa <handa@m17n.org>
18546
18547 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
18548
185492008-02-01 Kenichi Handa <handa@m17n.org>
18550
18551 * xfaces.c (set_lface_from_font_name): Fix for the case that
18552 FONTNAME is not fontset name.
18553
185542008-02-01 Kenichi Handa <handa@m17n.org>
18555
18556 * fns.c (base64_encode_1): Fix previous change.
18557
185582008-02-01 Kenichi Handa <handa@m17n.org>
18559
18560 * fontset.c (set_fontset_font): New function.
18561 (Fset_fontset_font): If a font is specified for a charset, use
18562 map_charset_chars to store the font spec in a fontset.
18563
185642008-02-01 Kenichi Handa <handa@m17n.org>
18565
18566 * fontset.c (fontset_face): Create a fallback fontset on demand.
18567 (make_fontset): Don't create a fallback fontset here.
18568 (free_face_fontset): Free a fallback fontset (if any) too.
18569 (n_auto_fontsets): Delete this variable.
18570 (auto_fontset_alist): New variable.
18571 (new_fontset_from_font_name): Check auto_fontset_alist.
18572 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
18573 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
18574 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
18575 Defsubr Sfontset_list_all.
18576
185772008-02-01 Kenichi Handa <handa@m17n.org>
18578
18579 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
18580
185812008-02-01 Kenichi Handa <handa@m17n.org>
18582
18583 * fontset.c (Fnew_fontset): Check NAME more rigidly.
18584
185852008-02-01 Kenichi Handa <handa@m17n.org>
18586
18587 * editfns.c (Fgoto_char): Fix docstring.
18588
185892008-02-01 Kenichi Handa <handa@m17n.org>
18590
18591 * insdel.c (insert_from_gap): Adjust intervals correctly.
18592
185932008-02-01 Jason Rumney <jasonr@gnu.org>
18594
18595 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
18596 (pfnGetFontUnicodeRanges): New dynamically loaded function.
18597 (w32_initialize): Try to load it.
18598 (x_get_font_repertory): Use it if available.
18599 (w32_encode_char): Add shortcut for unicode output.
18600
18601 * w32fns.c (w32_load_system_font): Default charset to -1.
18602 (x_to_w32_charset): Match all fonts for unicode.
18603 (w32_to_x_charset): New parameter matching. Don't return partial
18604 or wildcard charsets.
18605 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
18606 (w32_codepage_for_font): Return CP_UNICODE for unicode.
18607 (w32_to_x_font): Match charset to real charset.
18608 (enum_font_cb2): Always list unicode versions.
18609
18610 * makefile.w32-in (temacs): Increase EMHEAP.
18611
186122008-02-01 Jason Rumney <jasonr@gnu.org>
18613
18614 * w32term.c (w32_encode_char): New charset parameter.
18615 font_info.encoding becomes encoding_type.
18616 (x_get_font_repertory): New function. Warning: stub only!
18617 (x_new_font): Return quickly if font already set.
18618 (x_new_fontset): fontsetname parameter is Lisp_Object.
18619 Use new fs_query_fontset. Try new_fontset_from_font_name.
18620 Use fontset_name for return value.
18621
18622 * w32term.h: Declare x_get_font_repertory.
18623
18624 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
18625 place of find_charset_in_text. Use encode_coding_object in place
18626 of encode_coding.
18627 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
18628 decode_coding.
18629
18630 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
18631 of x_new_fontset.
18632 (w32_load_system_font): Initialize charset as unicode.
18633 font_info.encoding becomes encoding_type.
18634 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
18635 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
18636 (syms_of_w32fns): Set get_font_repertory_func.
18637
18638 * w32console.c: Include character.h. Use terminal_encode_buffer
18639 from term.c.
18640 (write_glyphs): Use new version of encode_terminal_code. Use
18641 encode_coding_object in place of encode_coding.
18642
18643 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
18644 encoding becomes encoding_type.
18645
18646 * term.c (terminal_encode_buffer): Make externally visible.
18647
18648 * makefile.w32-in: Add character.h dependancies.
18649 (character.o, chartab.o): New targets.
18650
186512008-02-01 Kenichi Handa <handa@m17n.org>
18652
18653 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
18654 CODING_ID_EOL_TYPE.
18655
186562008-02-01 Andreas Schwab <schwab@suse.de>
18657
18658 * coding.c (produce_chars): Revert last change.
18659
186602008-02-01 Kenichi Handa <handa@m17n.org>
18661
18662 * charset.h (charset_unicode): Extern it.
18663
18664 * charset.c (string_xstring_p): Check by (C >= 0x100).
18665 (find_charsets_in_text): Change format of the arc CHARSETS. New
18666 arg MULTIBYTE.
18667 (Ffind_charset_region, Ffind_charset_string): Adjust for the
18668 change of find_charsets_in_text.
18669 (Fsplit_char): Fix doc. Never return unknown.
18670
18671 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
18672
18673 * coding.c (Fdefine_coding_system_alias): Update
18674 Vcoding_system_list.
18675
18676 * fontset.c (load_font_get_repertory): Pay attention to the case
18677 that ENCODING of a font is specified by a char-table.
18678
18679 * xterm.c (x_get_font_repertory): Handle the case that the
18680 encoding of font is other than Unicode.
18681
186822008-02-01 Kenichi Handa <handa@m17n.org>
18683
18684 * term.c (encode_terminal_code): Don't handle glyph-table. Check
18685 if a character is encodable by the terminal coding system. If
18686 not, produces proper number of `?'s. Update
18687 terminal_encode_buffer and terminal_encode_buf_size if necessary.
18688 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
18689
186902008-02-01 Kenichi Handa <handa@m17n.org>
18691
18692 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
18693 variables.
18694 (encode_terminal_code): Change argument. Encode multiple
18695 characters at once. Store the result of encoding in
18696 terminal_encode_buffer.
18697 (write_glyphs, insert_glyphs): Adjust for the change of
18698 encode_terminal_code.
18699 (term_init): Initialize terminal_encode_buffer and
18700 terminal_encode_buf_size.
18701
18702 * coding.c (consume_chars): If coding->src_object is nil, don't
18703 check annotation.
18704
187052008-02-01 Kenichi Handa <handa@m17n.org>
18706
18707 * character.c (char_string): Use ASCII_CHAR_P instead of
18708 SINGLE_BYTE_CHAR_P.
18709
187102008-02-01 Kenichi Handa <handa@m17n.org>
18711
18712 * xdisp.c (handle_auto_composed_prop): Check if the last
18713 characters of auto-composed region is newly composed with the
18714 following characters.
18715 (handle_composition_prop): Fix checking of point being inside
18716 composition.
18717
187182008-02-01 Kenichi Handa <handa@m17n.org>
18719
18720 * fns.c (concat): Don't change multibyteness of the result by
18721 concatenating an 8-bit character.
18722
18723 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
18724 multibyteness of the result when newelt is an 8-bit character.
18725
187262008-02-01 Dave Love <fx@gnu.org>
18727
18728 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
18729 EMACS_INT.
18730
18731 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
18732
18733 * xfaces.c (face_numeric_value): Declare dim size_t.
18734 (Finternal_lisp_face_equal_p): Remove unused f.
18735
18736 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
18737 (MATRIX_ROW): Remove unused vars.
18738 (draw_glyphs, x_insert_glyphs, fast_find_position)
18739 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
18740 byte/char counts.
18741
18742 * regex.c (regex_compile): Remove unused var.
18743
18744 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
18745
18746 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
18747 (Faccessible_keymaps, where_is_internal): Remove unused vars.
18748
18749 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
18750
18751 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
18752
18753 * fileio.c (Fwrite_region): Remove unused var.
18754
18755 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
18756 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
18757
18758 * composite.c (Fremove_list_of_text_properties): Declare.
18759
18760 * coding.c (inhibit_pre_post_conversion): Remove (unused).
18761 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
18762 (coding_inherit_eol_type): Remove unused attrs.
18763 (detect_coding): Cast arg of detect_eol.
18764
18765 * charset.c (syms_of_charset): Remove unused var p.
18766 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
18767 byte/char counts.
18768
18769 * casetab.c (set_case_table): Remove unused var.
18770
18771 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
18772 unused vars.
18773
187742008-02-01 Dave Love <fx@gnu.org>
18775
18776 * xterm.c (x_bitmap_mask): Declare.
18777
187782008-02-01 Dave Love <fx@gnu.org>
18779
18780 * xterm.c (x_term_init): Fix type error.
18781
18782 * lisp.h: Add Funibyte_char_to_multibyte.
18783
18784 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
18785 (Fset_coding_system_priority): Doc fix.
18786
18787 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
18788
18789 * indent.c (check_composition): Make start and end EMACS_INT.
18790
18791 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
18792
18793 * xdisp.c (handle_composition_prop, check_point_in_composition):
18794 Make buffer positions EMACS_INT.
18795
18796 * composite.c (find_composition, run_composition_function)
18797 (update_compositions, Ffind_composition_internal): Make buffer
18798 positions EMACS_INT.
18799
18800 * composite.h (find_composition, update_compositions): Make
18801 position args EMACS_INT.
18802
18803 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
18804
18805 * intervals.c (get_property_and_range):
18806 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
18807
18808 * unexalpha.c: Don't include varargs.h.
18809
188102008-02-01 Dave Love <fx@gnu.org>
18811
18812 * coding.h (ENCODE_UTF_8): New.
18813
18814 * Makefile.in (gtkutil.o): Depend on coding.h.
18815
18816 * coding.c (Fset_coding_system_priority): Doc fix.
18817
188182008-02-01 Kenichi Handa <handa@m17n.org>
18819
18820 * fileio.c (Finsert_file_contents): Call setup_coding_system in
18821 the case of auto saving.
18822
188232008-02-01 Andreas Schwab <schwab@suse.de>
18824
18825 * chartab.c (map_char_table, map_char_table_for_charset): Protect
18826 `range' from GC.
18827
188282008-02-01 Kenichi Handa <handa@m17n.org>
18829
18830 * coding.c (decode_coding_sjis): Check bytes more rigidly.
18831
188322008-02-01 Kenichi Handa <handa@m17n.org>
18833
18834 * fileio.c (choose_write_coding_system): Return a decided coding system.
18835 (Fwrite_region): Set Vlast_coding_system_used to the return value
18836 of choose_write_coding_system.
18837
188382008-02-01 Kenichi Handa <handa@m17n.org>
18839
18840 * charset.c (Fset_charset_priority): Pay attention to duplicated
18841 arguments.
18842
18843 * coding.c (QCcategory): New variable.
18844 (syms_of_coding): Defsym it. Set all elements of
18845 Vcoding_category_table and their symbol values.
18846 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
18847 coding-category-XXX, and coding-category-list.
18848 (Fdefine_coding_system_internal): Add category in the plist.
18849
188502008-02-01 Kenichi Handa <handa@m17n.org>
18851
18852 * callproc.c (Fcall_process): Handle carryover correctly.
18853
18854 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
18855 (raw_text_coding_system): Check NILP (coding_system).
18856 (coding_inherit_eol_type): Check NILP (coding_system) and
18857 NILP (parent).
18858 (consume_chars): Fix for the case of raw-text.
18859
18860 * process.c (read_process_output): Handle carryover correctly.
18861
188622008-02-01 Dave Love <fx@gnu.org>
18863
18864 * regex.c (re_search_2): Fix last change.
18865
188662008-02-01 Kenichi Handa <handa@m17n.org>
18867
18868 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
18869 target_multibyte. Even in a unibyte case, return a converted
18870 multibyte char.
18871 (GET_CHAR_AFTER): New macro.
18872 (PATFETCH): Translate via multibyte char.
18873 (HANDLE_UNIBYTE_RANGE): Delete this macro.
18874 (SETUP_MULTIBYTE_RANGE): New macro.
18875 (regex_compile): Setup compiled code so that its multibyteness
18876 matches that of a target. Fix the handling of "[X-YZ]" using
18877 SETUP_MULTIBYTE_RANGE.
18878 (analyse_first) <charset>: For filling fastmap for all multibyte
18879 characters, don't check by BASE_LEADING_CODE_P.
18880 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
18881 the same as RE_MULTIBYTE_P (bufp) now.
18882 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
18883 (TARGET_CHAR_AND_LENGTH): Delete this macro.
18884 (TRANSLATE_VIA_MULTIBYTE): New macro.
18885 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
18886 It is the same as RE_MULTIBYTE_P (bufp) now.
18887 <exactn>: Translate via multibyte.
18888 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
18889 translate it.
18890 <charset, charset_not>: Fetch a character by
18891 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
18892 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
18893 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
18894 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
18895 by GET_CHAR_AFTER.
18896 (bcmp_translate): Likewise.
18897
18898 * search.c (compile_pattern): Check the member target_multibyte,
18899 not the member multibyte of buf.
18900
18901 * lread.c (read1): While reading a string, set force_singlebyte
18902 and force_multibyte correctly.
18903
18904 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
18905 up of unibyte_to_multibyte_table.
18906
189072008-02-01 Kenichi Handa <handa@m17n.org>
18908
18909 * coding.c (setup_coding_system): If coding has
18910 post-read-conversion or pre-write-conversion, set
18911 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
18912 respectively.
18913 (decode_coding_gap): Run post-read-conversion if any.
18914
18915 * fileio.c (Finsert_file_contents): Even if we read into a
18916 unibyte buffer, check if we must decode the result or not.
18917
189182008-02-01 Kenichi Handa <handa@m17n.org>
18919
18920 * coding.c (make_conversion_work_buffer): Change the work buffer
18921 name to the same one as that of Emacs 21.
18922
189232008-02-01 Kenichi Handa <handa@m17n.org>
18924
18925 * coding.h (make_conversion_work_buffer): Adjust prototype.
18926 (code_conversion_restore): Don't extern it.
18927
18928 * coding.c (detected_mask): Delete unused variable.
18929 (decode_coding_iso_2022): Pay attention to the byte sequence of
18930 CTEXT extended segment, and retain those bytes as is.
18931 (decode_coding_ccl): Delete unused variable `valids'.
18932 (setup_coding_system): Delete unused variable `category'.
18933 (consume_chars): Delete unused variable `category'. Make it work
18934 for non-multibyte case.
18935 (make_conversion_work_buffer): Change argument.
18936 (saved_coding): Delete unused variable.
18937 (code_conversion_restore): Don't check saved_coding->destination.
18938 (code_conversion_save): New function.
18939 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
18940 instead of record_unwind_protect.
18941 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
18942 (detect_coding_system): Delete unused variable `mask'.
18943 (Fdefine_coding_system_internal): Delete unused variable id.
18944
18945 * fileio.c (kill_workbuf_unwind): New function.
18946 (Finsert_file_contents): On replacing, call
18947 make_conversion_work_buffer with correct args, and call
18948 record_unwind_protect with the first arg kill_workbuf_unwind.
18949
18950 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
18951
189522008-02-01 Kenichi Handa <handa@m17n.org>
18953
18954 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
18955 (fontset_add): Fix for the case that TO is less than TO1.
18956 (Ffontset_info): Don't use fallback fontset on checking the
18957 default fontset.
18958 (dump_fontset): New function for debugging.
18959
18960 * coding.c (Fdefine_coding_system_internal): Fix for the case that
18961 coding_type is Qcharset.
18962
189632008-02-01 Kenichi Handa <handa@m17n.org>
18964
18965 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
18966 (map_char_table): Don't inherit the value from the parent on
18967 initializing VAL. Adjust for the above change.
18968
189692008-02-01 Kenichi Handa <handa@m17n.org>
18970
18971 * coding.c (Qsignature, Qendian): Delete these variables.
18972 (syms_of_coding): Don't initialize them.
18973 (CATEGORY_MASK_UTF_16_AUTO): New macro.
18974 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
18975 detect_info->found.
18976 (decode_coding_utf_16): Don't detect BOM here.
18977 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
18978 is NOT utf_16_without_bom.
18979 (setup_coding_system): For a coding system of type utf-16, check
18980 if the attribute :endian is Qbig or not (not nil or not), and set
18981 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
18982 (detect_coding): If coding type is utf-16 and BOM detection is
18983 required, detect it.
18984 (Fdefine_coding_system_internal): For a coding system of type
18985 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
18986
189872008-02-01 Kenichi Handa <handa@m17n.org>
18988
18989 * coding.c (coding_set_source): Fix for the case that the current
18990 buffer is different from coding->src_object.
18991 (decode_coding_object): Don't use the conversion work buffer if
18992 DST_OBJECT is a buffer.
18993
189942008-02-01 Dave Love <fx@gnu.org>
18995
18996 * lread.c (read_emacs_mule_char) [len==2]: Index
18997 emacs_mule_charset correctly.
18998
189992008-02-01 Dave Love <fx@gnu.org>
19000
19001 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
19002 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
19003 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
19004 treated specially.)
19005 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
19006 (detected_mask): Remove Big5 bits.
19007
190082008-02-01 Kenichi Handa <handa@m17n.org>
19009
19010 The following changes are to make the font rescaling facility
19011 compatible with Emacs 21.
19012
19013 * xfaces.c (Vface_font_rescale_alist): Rename from
19014 Vface_resizing_fonts.
19015 (struct font_name): Rename member resizing_ratio to rescale_ratio.
19016 (font_rescale_ratio): Rename from font_resizing_ratio.
19017 (split_font_name): Set font->rescale_ratio.
19018 (better_font_p): Pay attention to font->rescale_ratio.
19019 (build_scalable_font_name): Likewise. Change RESX, and RESY
19020 fields.
19021 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
19022
190232008-02-01 Kenichi Handa <handa@m17n.org>
19024
19025 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
19026 (Qutf_16_le): Remove these variables.
19027 (syms_of_coding): Don't DEFSYM them.
19028 (decode_coding_utf_16): Fix handling of BOM.
19029 (encode_coding_utf_16): Fix handling of BOM.
19030
190312008-02-01 Kenichi Handa <handa@m17n.org>
19032
19033 * fileio.c (Finsert_file_contents): On replacing, before decoding
19034 the file into the work buffer, set point of the work buffer to the end.
19035
190362008-02-01 Dave Love <fx@gnu.org>
19037
19038 * coding.c (Fcheck_coding_systems_region): Fix type errors.
19039
190402008-02-01 Dave Love <fx@gnu.org>
19041
19042 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
19043 and fix C types.
19044
190452008-02-01 Kenichi Handa <handa@m17n.org>
19046
19047 * xdisp.c (SKIP_GLYPHS): New macro.
19048 (set_cursor_from_row): Pay attention to string display properties.
19049
19050 * category.c (copy_category_entry): Fix for the case that RANGE
19051 is an integer.
19052
19053 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
19054
19055 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
19056
190572008-02-01 Kenichi Handa <handa@m17n.org>
19058
19059 * charset.c (Fcharset_id_internal): New function.
19060 (syms_of_charset): Defsubr it.
19061
19062 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
19063 with the last arg charset_list acquired from coding.
19064 (Fdefine_coding_system_internal): For ccl-based coding system, fix
19065 the attribute coding_attr_ccl_valids.
19066
19067 * coding.h (enum define_coding_ccl_arg_index): Set the first
19068 member coding_arg_ccl_decoder to coding_arg_max.
19069
19070 * ccl.h (ccl_driver): Adjust prototype.
19071
19072 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
19073 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 19074 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
19075 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
19076 last arg Qnil.
19077
190782008-02-01 Kenichi Handa <handa@m17n.org>
19079
19080 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
19081 call encode_char.
19082
19083 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
19084
190852008-02-01 Dave Love <fx@gnu.org>
19086
19087 * composite.c (syms_of_composite): Make composition_hash_table weak.
19088
190892008-02-01 Kenichi Handa <handa@m17n.org>
19090
19091 * dispextern.h (check_face_attributes, generate_ascii_font_name)
19092 (font_name_registry): Don't extern them.
19093 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
19094
19095 * fontset.h (Qfontset): Don't extern it.
19096 (new_fontset_from_font_name): Extern it.
19097
19098 * fontset.c: Give 8 extra slots to fontset objects.
19099 (Qfontset_info): New variable.
19100 (syms_of_fontset): Defsym it.
19101 (FONTSET_FALLBACK): New macro.
19102 (fontset_face): Try also the default fontset.
19103 (make_fontset): Realize a fallback fontset from the default fontset.
19104 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
19105 using split_font_name_into_vector and build_font_name_from_vector.
19106 (Fset_fontset_font): Access the elements of font_spec by enum
19107 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
19108 name by using split_font_name_into_vector.
19109 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
19110 generate a proper font name from the fontset name. Update
19111 Vfontset_alias_alist.
19112 (n_auto_fontsets): New variable.
19113 (new_fontset_from_font_name): New function.
19114 (Ffont_info): Store the information about fonts generated from the
19115 default fontset in the first extra slot of the returned char-table.
19116
19117 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
19118 (font_name_registry): Delete function.
19119 (split_font_name_into_vector): New function.
19120 (build_font_name_from_vector): New function.
19121 (font_list): The argument REGISTRY is now a list of registry names.
19122 (choose_face_font): If we are choosing an ASCII font, and ATTRS
19123 specifies an explicit font name, return the name as is. Make a
19124 list of registy names.
19125
19126 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
19127 of x_new_fontset.
19128 (Fx_create_frame): Don't call x_new_fontset here. Just use
19129 x_list_fonts to check the existence of fonts.
19130
19131 * xterm.h (x_new_fontset): Adjust prototype.
19132
19133 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
19134 string. Use new_fontset_from_font_name to create a fontset from a
19135 font name.
19136
191372008-02-01 Kenichi Handa <handa@m17n.org>
19138
19139 * syntax.c (Vfind_word_boundary_function_table): New name for
19140 Vnext_word_boundary_function_table.
19141 (find-word-boundary-function-table): New name for
19142 next-word-boundary-function-table.
19143
191442008-02-01 Dave Love <fx@gnu.org>
19145
19146 * Makefile.in: Fix some dependencies.
19147
19148 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
19149 set it to nil before returning.
19150
19151 * composite.c (update_compositions): Fix type error.
19152
19153 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
19154
191552008-02-01 Kenichi Handa <handa@m17n.org>
19156
19157 * xterm.c (x_new_font): Optimize for the case that the font is
19158 already set for the frame.
19159
191602008-02-01 Kenichi Handa <handa@m17n.org>
19161
19162 * chartab.c (char_table_ascii): Check if the char table contents
19163 is sub-char-table or not.
19164 (char_table_set, char_table_set_range): Fix argument to
19165 char_table_ascii.
19166
19167 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
19168 (detect_coding_utf_8, detect_coding_utf_16)
19169 (detect_coding_emacs_mule, detect_coding_iso_2022)
19170 (detect_coding_sjis, detect_coding_big5)
19171 (detect_coding_ccl, detect_coding_charset): Change argument MASK
19172 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
19173 sequence is valid in this coding system. Change callers.
19174 (MAX_ANNOTATION_LENGTH): New macro.
19175 (ADD_ANNOTATION_DATA): New macro.
19176 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
19177 ADD_ANNOTATION_DATA. Change the format of annotation data.
19178 (ADD_CHARSET_DATA): New macro.
19179 (emacs_mule_char): New argument ID. Change callers.
19180 (decode_coding_emacs_mule, decode_coding_iso_2022)
19181 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
19182 Produce charset annotation data in coding->charbuf.
19183 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
19184 to charset annotation data in coding->charbuf.
19185 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
19186 coding->common_flags if the coding system is iso-2022 based and
19187 uses designation.
19188 (produce_composition): Adjust for the new annotation data format.
19189 (produce_charset): New function.
19190 (produce_annotation): Handle charset annotation.
19191 (handle_composition_annotation, handle_charset_annotation): New
19192 functions.
19193 (consume_chars): Handle charset annotation. Utilize the above two
19194 functions.
19195 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
19196 buffer, get the deleted text as a string and set
19197 coding->src_object to that string.
19198 (detect_coding, detect_coding_system): Use the new struct
19199 coding_detection_info.
19200
19201 * coding.h (struct coding_detection_info): New structure.
19202 (struct coding_system): Adjust prototype of the member `detector'.
19203 (CODING_ANNOTATE_CHARSET_MASK): New macro.
19204
192052008-02-01 Kenichi Handa <handa@m17n.org>
19206
19207 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
19208
192092008-02-01 Dave Love <fx@gnu.org>
19210
19211 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
19212 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
19213 to new local and nullify apropos_accumulate before returning.
19214 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
19215
192162008-02-01 Kenichi Handa <handa@m17n.org>
19217
19218 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
19219 correctly.
e3eea1fc 19220
aac0c6e3
MR
192212008-02-01 Dave Love <fx@gnu.org>
19222
19223 * fns.c (Flanginfo): Call synchronize_system_time_locale.
19224
192252008-02-01 Kenichi Handa <handa@m17n.org>
19226
19227 The following changes are to make character composition happen
19228 automatically on displaying.
19229
19230 * Makefile.in (lisp, shortlisp): Add composite.elc.
19231
19232 * composite.h (Qauto_composed, Vauto_composition_function)
19233 (Qauto_composition_function): Extern them.
19234
19235 * composite.c (Vcomposition_function_table)
19236 (Qcomposition_function_table): Delete variables.
19237 (Qauto_composed, Vauto_composition_function)
19238 (Qauto_composition_function): New variables.
19239 (run_composition_function): Don't call
19240 compose-chars-after-function.
19241 (update_compositions): Clear `auto-composed' text property.
19242 (compose_chars_in_text): Delete this function.
19243 (syms_of_composite): Staticpro Qauto_composed and
19244 Qauto_composition_function. Declare Vauto_composition_function as
19245 a Lisp variable.
19246
19247 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
19248
19249 * xdisp.c (it_props): Add an entry for Qauto_composed.
19250 (handle_auto_composed_prop): New function.
19251
19252 * xselect.c (selection_data_to_lisp_data): Don't call
19253 compose_chars_in_text.
19254
192552008-02-01 Dave Love <fx@gnu.org>
19256
19257 * keyboard.c (read_char): Modify checking around use of
19258 Vkeyboard_translate_table.
19259
19260 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
19261 and fix C types.
19262
192632008-02-01 Kenichi Handa <handa@m17n.org>
19264
19265 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
19266 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
19267 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
19268 the case that the last byte is '\r' correctly.
19269 (decode_coding): Flush out the unprocessed data correctly.
19270 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
19271
192722008-02-01 Dave Love <fx@gnu.org>
19273
19274 * xterm.c (XTread_socket): Fix changes for defined keysyms.
19275 Add XK_ISO... case.
19276 (xaw_scroll_callback): Revert last change.
19277
192782008-02-01 Kenichi Handa <handa@m17n.org>
19279
19280 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
19281
192822008-02-01 Kenichi Handa <handa@m17n.org>
19283
19284 * xfaces.c (Vface_resizing_fonts): New variable.
19285 (struct font_name): New member `resizing_ratio'.
19286 (font_resizing_ratio): New function.
19287 (split_font_name): Set font->resizing_ratio.
19288 (better_font_p): Pay attention to font->resizing_ratio.
19289 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
19290 RESX, and RESY fields.
19291 (try_alternative_families): Try scalable fonts if
19292 Vscalable_fonts_allowed is not Qt.
19293 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
19294
192952008-02-01 Dave Love <fx@gnu.org>
19296
19297 * xterm.c (xaw_scroll_callback): Cast correctly.
19298
192992008-02-01 Dave Love <fx@gnu.org>
19300
19301 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
19302 (lispy_kana_keys): Comment out.
19303 (make_lispy_event) [XK_kana_A]: Comment out.
19304
19305 * xterm.c (xaw_scroll_callback): Cast call_data.
19306 (XTread_socket): Deal with ASCII keysyms.
19307 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
19308
193092008-02-01 Dave Love <fx@gnu.org>
19310
19311 * xterm.c (Vx_keysym_table): New.
19312 (syms_of_xterm): Initialize it.
19313 (XTread_socket): Use it.
19314 From head: Eliminate incorrect optimization that tried to avoid
19315 decoding the output of X*LookupString.
19316 (x_get_font_repertory): Delete charset declaration.
19317
193182008-02-01 Kenichi Handa <handa@m17n.org>
19319
19320 * coding.c (detect_coding_charset): If only ASCII bytes are found,
19321 return 0.
19322 (Fdefine_coding_system_internal): Setup
19323 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
19324
193252008-02-01 Dave Love <fx@gnu.org>
19326
19327 * coding.c (Fcheck_coding_system): Doc fix.
19328
19329 * editfns.c (Finsert_byte): Return a proper value.
19330
193312008-02-01 Kenichi Handa <handa@m17n.org>
19332
19333 * coding.c (decode_coding): Fix args to translate_chars. Pay
19334 attention to Vstandard_translation_table_for_decode.
19335 (encode_coding): Fix args to translate_chars. Pay attention to
19336 Vstandard_translation_table_for_encode.
19337
19338 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
19339 SINGLE_BYTE_CHAR_P.
19340
19341 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
19342 not by SINGLE_BYTE_CHAR_P.
19343
19344 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
19345 SINGLE_BYTE_CHAR_P.
19346
19347 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
19348 SINGLE_BYTE_CHAR_P.
19349
19350 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
19351 by SINGLE_BYTE_CHAR_P.
19352
19353 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
19354 SINGLE_BYTE_CHAR_P.
19355
193562008-02-01 Dave Love <fx@gnu.org>
19357
19358 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
19359
193602008-02-01 Dave Love <fx@gnu.org>
19361
19362 * fns.c (Flanginfo): Fix typo.
19363
19364 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
19365
193662008-02-01 Kenichi Handa <handa@m17n.org>
19367
19368 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
19369 (detect_coding_emacs_mule, detect_coding_iso_2022)
19370 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
19371 incomplete byte sequence. Don't update *mask when correctly detected.
19372 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
19373 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
19374 (detect_coding, detect_coding_system): Adjust for the changes above.
19375
193762008-02-01 Kenichi Handa <handa@m17n.org>
19377
19378 * character.c (char_string): Rename from
19379 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
19380 (string_char): Rename from string_char.
19381
19382 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
19383 if C is greater than MAX_3_BYTE_CHAR.
19384 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
19385 string_char instead of string_char_with_unification.
19386
193872008-02-01 Dave Love <fx@gnu.org>
19388
19389 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
19390
193912008-02-01 Kenichi Handa <handa@m17n.org>
19392
19393 * keymap.c (push_key_description): Pay attention to force_multibyte.
19394
19395 * regex.c (re_search_2): Fix for the case of unibyte buffer.
19396
193972008-02-01 Dave Love <fx@gnu.org>
19398
19399 * charset.c (define_charset_internal): Rename `supprementary'.
19400
19401 * Makefile.in (lisp, shortlisp): Remove latin-N.
19402
194032008-02-01 Dave Love <fx@gnu.org>
19404
19405 * xfns.c (x_window, x_window): Use use_xim.
19406
19407 * xterm.c (use_xim): Initialize.
19408 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
19409 (x_term_init): Maybe set use_xim.
19410
19411 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
19412
194132008-02-01 Kenichi Handa <handa@m17n.org>
19414
19415 * search.c (search_buffer): Fix case-fold-search of multibyte
19416 characters.
19417 (boyer_moore): Rename the last argument to char_high_bits.
19418
194192008-02-01 Kenichi Handa <handa@m17n.org>
19420
19421 * xdisp.c (display_string): Fix for the case of zero width glyph.
19422
19423 * xfns.c (x_set_font): Change the error message of the case that
19424 x_new_fontset returns Qt.
19425
19426 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
19427 (Finternal_set_lisp_face_attribute): Use signal_error for the
19428 error of invalid fontset.
19429
19430 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
19431 fontset, return Qt.
19432
194332008-02-01 Dave Love <fx@gnu.org>
19434
19435 * unexelf.c (unexec): Make .got handling not SGI-specific.
19436
19437 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
19438
19439 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
19440
19441 * keyboard.c (read_key_sequence): Fix type error.
19442
19443 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
19444 type error.
19445
19446 * fontset.c (fontset_add): Return Lisp_Object.
19447
194482008-02-01 Dave Love <fx@gnu.org>
19449
19450 * charset.h (charset_ordered_list_tick): Declare extern.
19451
194522008-02-01 Kenichi Handa <handa@m17n.org>
19453
19454 The following changes (and some of 2008-02-01 changes of mine) are
19455 for handling syntax, category, and case conversion for unibyte
19456 characters by converting them to multibyte on the fly. With these
19457 changes, we don't have to setup syntax and case tables for unibyte
19458 characters in each language environment.
19459
19460 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
19461 multibyte if necessary.
19462
19463 * bytecode.c (Fbyte_code): Likewise.
19464
19465 * character.h (LEADING_CODE_LATIN_1_MIN)
19466 (LEADING_CODE_LATIN_1_MAX): New macros.
19467 (unibyte_to_multibyte_table): Extern it.
19468 (unibyte_char_to_multibyte): New macro.
19469 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
19470 (CHAR_LEADING_CODE): New macro.
19471 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
19472
19473 * character.c (unibyte_to_multibyte_table): New variable.
19474 (unibyte_char_to_multibyte): Move to character.h and define as macro.
19475 (multibyte_char_to_unibyte): If C is an eight-bit character,
19476 convert it to the corresponding byte value.
19477
19478 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
19479 not 1, signals an error. Update the elements of
19480 unibyte_to_multibyte_table.
19481 (init_charset_once): Initialize unibyte_to_multibyte_table.
19482 (syms_of_charset): Define the charset `iso-8859-1'.
19483
19484 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
19485 as is without converting it to unibyte. In a unibyte buffer,
19486 convert C to multibyte before checking the syntax.
19487
19488 * lisp.h (unibyte_char_to_multibyte): Delete extern.
19489
19490 * minibuf.c (Fminibuffer_complete_word): Use the macro
19491 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
19492
19493 * regex.h (struct re_pattern_buffer): New member target_multibyte.
19494
19495 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
19496 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
19497 that is zero, convert an eight-bit char to multibyte.
19498 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
19499 non-emacs case.
19500 (PATFETCH): Convert an eight-bit char to multibyte.
19501 (HANDLE_UNIBYTE_RANGE): New macro.
19502 (regex_compile): Setup the compiled pattern for multibyte chars
19503 even if the given regex string is unibyte. Use PATFETCH_RAW
19504 instead of PATFETCH in many places. To handle `charset'
19505 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
19506 only for ASCII chars.
19507 (analyse_first) <exactn>: Simplify because the compiled pattern
19508 is multibyte.
19509 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
19510 <charset>: Use CHAR_LEADING_CODE to get leading codes.
19511 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
19512 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
19513 multibyte always 1.
19514 (re_search_2): In emacs, set the locale variable multibyte to 1,
19515 otherwise to 0. New local variable target_multibyte. Check it
19516 to decide the multibyteness of STR1 and STR2. If
19517 target_multibyte is zero, convert unibyte chars to multibyte
19518 before translating and checking fastmap.
19519 (TARGET_CHAR_AND_LENGTH): New macro.
19520 (re_match_2_internal): In emacs, set the locale variable multibyte
19521 to 1, otherwise to 0. New local variable target_multibyte. Check
19522 it to decide the multibyteness of STR1 and STR2. Use
19523 TARGET_CHAR_AND_LENGTH to fetch a character from D.
19524 <charset, charset_not>: If multibyte is nonzero, check fastmap
19525 only for ASCII chars. Call bcmp_translate with
19526 target_multibyte, not with multibyte.
19527 <begline>: Declare the local variable C as `unsigned'.
19528 (bcmp_translate): Change the last arg name to target_multibyte.
19529
19530 * search.c (compile_pattern_1): Don't adjust the multibyteness of
19531 the regexp pattern and the matching target. Set cp->buf.multibyte
19532 to the multibyteness of the regexp pattern. Set
19533 cp->but.target_multibyte to the multibyteness of the matching target.
19534 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
19535 FETCH_STRING_CHAR_ADVANCE.
19536 (Freplace_match): Convert unibyte chars to multibyte.
19537
19538 * syntax.c (char_quoted, back_comment, scan_words)
19539 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
19540 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
19541 unibyte chars to multibyte.
19542 (skip_chars): Delete the arg syntaxp, and move the code for
19543 handling syntaxes to skip_syntaxes. Change callers.
19544 Fix the case that the multibyteness of STRING and the current
19545 buffer doesn't match.
19546 (skip_syntaxes): New function.
19547 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
19548 SINGLE_BYTE_CHAR_P.
19549
195502008-02-01 Kenichi Handa <handa@m17n.org>
19551
19552 * xfaces.c (QCfontset): New variable.
19553 (LFACE_FONTSET): New macro.
19554 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
19555 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
19556 (Finternal_set_lisp_face_attribute)
19557 (Finternal_get_lisp_face_attribute): Handle QCfontset.
19558 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
19559 check also LFACE_FONTSET_INDEX.
19560 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
19561 attrs[LFACE_FONT_INDEX].
19562 (syms_of_xfaces): Intern and staticpro QCfontset.
19563
19564 * dispextern.h (enum lface_attribute_index): New member
19565 LFACE_FONTSET_INDEX.
19566
19567 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
19568
195692008-02-01 Kenichi Handa <handa@m17n.org>
19570
19571 * coding.c (coding_set_destination): Fix coding->destination for
19572 the case converting a region.
19573 (encode_coding_utf_8): Encode eight-bit chars as single byte.
19574 (encode_coding_object): Fix coding->dst_pos and
19575 coding->dst_pos_byte for the case converting a region.
19576
19577 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
19578
19579 * character.h (BYTE8_STRING): New macro.
19580
19581 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
19582
195832008-02-01 Kenichi Handa <handa@m17n.org>
19584
19585 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
19586 characters by octal form.
19587
19588 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
19589
19590 * buffer.h (_fetch_multibyte_char_len): Delete extern.
19591 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
19592 _fetch_multibyte_char_len.
19593 (FETCH_CHAR_AS_MULTIBYTE): New macro.
19594
19595 * casetab.c (set_canon, set_identity, shuffle): Simplify.
19596
19597 * casefiddle.c (casify_object): Simplify. Handle the case that
19598 the case conversion change the byte length.
19599 (casify_region): Likewise.
19600
19601 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
19602
19603 * character.c (_fetch_multibyte_char_len): Delete this variable.
19604 (syms_of_character): Setup Vprintable_chars.
19605
19606 * editfns.c (Fchar_equal): Fix for the unibyte case.
19607 (Finsert_byte): New function.
19608 (syms_of_editfns): Defsubr it.
19609
19610 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
19611 of direct code 0x3ffff.
19612
19613 * search.c (Freplace_match): Fix for the unibyte case.
19614
196152008-02-01 Kenichi Handa <handa@m17n.org>
19616
19617 * lread.c (safe_to_load_p): Fix the logic.
19618
19619 * syntax.c (scan_words): Don't treat characters belonging to
19620 different scripts as constituting a word.
19621
19622 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19623
19624 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
19625
19626 * emacs.c (main): In the case of --unibyte, instead of aborting on
19627 finding non-empty buffer, make it unibyte.
19628
196292008-02-01 Kenichi Handa <handa@m17n.org>
19630
19631 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
19632 to create a fontset.
19633
196342008-02-01 Dave Love <fx@gnu.org>
19635
19636 * character.c (Funibyte_char_to_multibyte): Doc fix.
19637
19638 * xfns.c [HAVE_STDLIB_H]: Fix last change.
19639
196402008-02-01 Kenichi Handa <handa@m17n.org>
19641
19642 * fontset.c (fontset_add): Make the type `int'.
19643 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
19644
19645 * character.c (unibyte_char_to_multibyte)
19646 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
19647 charset_unibyte, not charset_primary.
19648
19649 * charset.h (charset_unibyte): Extern it instead of charset_primary.
19650
19651 * charset.c (charset_unibyte): Rename from charset_primary.
19652 (Funibyte_charset): Rename from Fprimary_charset.
19653 (Fset_unibyte_charset): Rename from Fset_primary_charset.
19654 (syms_of_charset): Adjust for the above changes.
19655
19656 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19657 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19658 it->multibyte_p is zero.
19659
19660 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
19661 Delete extern.
19662
196632008-02-01 Kenichi Handa <handa@m17n.org>
19664
19665 * coding.c (Fdefine_coding_system_internal): Fix category setting
19666 for a coding system of type iso-2022.
19667
196682008-02-01 Kenichi Handa <handa@m17n.org>
19669
19670 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
19671
196722008-02-01 Kenichi Handa <handa@m17n.org>
19673
19674 * syntax.c (Vnext_word_boundary_function_table): New variable.
19675 (next-word-boundary-function-table): Declare it as a Lisp variable
19676 in syms_of_syntax.
19677 (scan_words): Call functions in Vnext_word_boundary_function_table
19678 if any.
19679
19680 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
19681
19682 * fontset.c (fs_load_font): If fontp->charset is not negative,
19683 return fontp without setting its members.
19684
196852008-02-01 Dave Love <fx@gnu.org>
19686
19687 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
19688
19689 * m/sparc.h (HAVE_ALLOCA): Delete.
19690
19691 * s/irix6-5.h: Don't include strings.h.
19692 (bcopy, bzero, bcmp): Don't undef.
19693
19694 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
19695
19696 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
19697 (TIOCSIGSEND): Don't test IRIX6.
19698 (bcopy, bzero, bcmp): Define conditionally.
19699
197002008-02-01 Kenichi Handa <handa@m17n.org>
19701
19702 * buffer.c (Qas, Qmake, Qto): New variables.
19703 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
19704 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
19705
19706 * callproc.c (Fcall_process): Don't call insert_1_both directly if
19707 we are inserting a process output into a multibyte buffer.
19708
19709 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
19710 multibyte_char_to_unibyte.
19711
19712 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
19713 by the primary charset, make it eight-bit char.
19714 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
19715
19716 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
19717 (charset_8_bit__control, charset_8_bit_graphic)
19718 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
19719 (define_charset_internal): New function.
19720 (syms_of_charset): Call define_charset_internal for pre-defined
19721 charsets.
19722
19723 * charset.h (charset_8_bit): Extern it.
19724
19725 * coding.c (make_conversion_work_buffer): Adjust for the change
19726 of Fset_buffer_multibyte.
19727 (encode_coding_raw_text): Increment p0 in the loop.
19728
19729 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
19730
19731 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
19732 for the change of Fset_buffer_multibyte.
19733
19734 * fns.c (Fstring_to_multibyte): New function.
19735 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
19736
197372008-02-01 Dave Love <fx@gnu.org>
19738
19739 * xfns.c (x_put_x_image): Declare args.
19740
19741 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
19742 (try_font_list): Declare an arg.
19743
19744 * xdisp.c (message2_nolog, set_message): Declare an arg.
19745
19746 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
19747
19748 * syntax.c (scan_sexps_forward): Declare an arg.
19749
19750 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
19751 Declare an arg.
19752
19753 * lisp.h (Fnew_fontset): Declare.
19754
19755 * keymap.c (push_key_description): Call CHARACTERP correctly.
19756
19757 * fontset.c (fontset_add): Declare args. Call make_number correctly.
19758 (face_for_char): Delete unused vars.
19759 (Fset_fontset_font): Doc fix. Delete unused vars.
19760
19761 * doc.c (Fsubstitute_command_keys): Delete unused vars.
19762
19763 * composite.c (update_compositions): Declare arg.
19764
19765 * cm.c (calccost, cmgoto): Declare args.
19766
19767 * charset.c: Remove `emacs' conditional. Doc fixes.
19768 (map_char_table_for_charset): Declare.
19769
19770 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
19771
19772 * ccl.c: Remove `emacs' conditional.
19773
197742008-02-01 Kenichi Handa <handa@m17n.org>
19775
19776 The following changes are to allow specifying multiple font
19777 patterns for a character range (specified by script or charset).
19778
19779 * Makefile.in (abbrev.o): Depend on syntax.h.
19780 (xfaces.o): Depend on charset.h.
19781
19782 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
19783 SINGLE_BYTE_CHAR_P.
19784
19785 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
19786
19787 * character.h (Vchar_script_table): Extern it.
19788
19789 * character.c (Vscript_alist): Delete.
19790 (Vchar_script_table, Qchar_script_table): New variable.
19791 (syms_of_character): Declare Vchar_script_table as a lisp variable
19792 and initialize it.
19793
19794 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
19795 have property char-table-extra-slots, make no extra slot.
19796
19797 * dispextern.h (struct face): Delete member `charset'.
19798 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
19799 SINGLE_BYTE_CHAR_P.
19800 (choose_face_font, lookup_non_ascii_face, font_name_registry):
19801 Add prototypes.
19802 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
19803 (generate_ascii_font_name): Rename from generate_ascii_font.
19804
19805 * fontset.h (get_font_repertory_func): New prototype.
19806 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
19807 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
19808
19809 * fontset.c (Qprepend, Qappend): New variables.
19810 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
19811 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
19812 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
19813 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
19814 (fontset_ref_and_range, fontset_add, reorder_font_vector)
19815 (load_font_get_repertory): New functions.
19816 (fontset_set): Delete.
19817 (fontset_face): New arg FACE. Return face ID, not face.
19818 Complete re-write to handle new fontset structure. Change caller.
19819 (free_face_fontset): Use ASET istead of AREF (X) = Y.
19820 (face_for_char): Don't call lookup_face.
19821 (make_fontset_for_ascii_face): New arg FACE.
19822 (fs_load_font): New arg CHARSET_ID. Don't check
19823 Vfont_encoding_alist here.
19824 (find_font_encoding): New function.
19825 (list_fontsets): Use STRINGP, not ! NILP.
19826 (accumulate_script_ranges): New function.
19827 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
19828 re-written to handle new fontset structure.
19829 (Ffontset_font): Return a copy of element.
19830 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
19831 docstring of font-encoding-alist.
19832
19833 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
19834 (Fset_fotset_font): Fix arguments to 5.
19835
19836 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
19837
19838 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
19839 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19840 (highlight_trailing_whitespace): Adjust for the change of
19841 lookup_named_face.
19842
19843 * xfaces.c: Include charset.h.
19844 (load_face_font): Delete argument C. Change caller.
19845 (generate_ascii_font_name): Rename from generate_ascii_font.
19846 (font_name_registry): New function.
19847 (cache_face): Store ascii faces before non-ascii faces in buckets.
19848 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
19849 Lookup only ascii faces.
19850 (lookup_non_ascii_face): New function.
19851 (lookup_named_face): Delete argument C. Change caller.
19852 (lookup_derived_face): Delete argument C. Change caller.
19853 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
19854 a string, just call font_list with it.
19855 (choose_face_font): Delete arguments FACE and C. New arg
19856 FONT_SPEC. Change caller.
19857 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
19858 Change caller.
19859 (realize_non_ascii_face): New function.
19860 (realize_x_face): Call load_face_font here.
19861 (realize_tty_face): Delete argument C. Change caller.
19862 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
19863 get a face ID.
19864 (dump_realized_face): Don't print charset of FACE.
19865
19866 * xfns.c (x_set_font): Always call x_new_fontset and
19867 store_frame_parameter.
19868 (Fx_create_frame): Call x_new_fontset, not x_new_font.
19869 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
19870
19871 * xterm.h (x_get_font_repertory): Extern it.
19872
19873 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
19874 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
19875 it->multibyte_p is zero.
19876 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
19877 (x_new_fontset): If FONTSETNAME doesn't match any existing
19878 fontsets, create a new one.
19879 (x_get_font_repertory): New function.
19880
198812008-02-01 Kenichi Handa <handa@m17n.org>
19882
19883 * coding.c (Ffind_coding_systems_region_internal): Detect an
19884 ASCII only string correctly.
19885
19886 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
19887 version is 0.
19888
198892008-02-01 Kenichi Handa <handa@m17n.org>
19890
19891 * lread.c: Include "coding.h".
19892 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
19893 (load_each_byte, unread_char): New variables.
19894 (readchar_backlog): Delete.
19895 (readchar): Return a character unless load_each_byte is nonzero.
19896 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
19897 cons. If unread_char is not -1, simply return it.
19898 (unreadchar): Handle the case that readcharfun is
19899 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
19900 (read_multibyte): Delete.
19901 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
19902 (read_emacs_mule_char): New functions.
19903 (Fload): Even if the file doesn't have the extension ".elc", if
19904 safe_to_load_p returns a positive version number, assume that the
19905 file contains bytecompiled code. If the version is less than 22,
19906 load the file while decoding multibyte sequences by emacs-mule.
19907 (readevalloop): Don't use readchar_backlog.
19908 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
19909 (Fread_from_string): Pay attention to the case that STREAM is a cons.
19910 (read_escape): Delete the arg BYTEREP.
19911 (read1): Set load_each_byte to 1 temporarily while handling
19912 #@NUMBER. Don't call read_multibyte.
19913 (read_vector): Call Fread with a cons. If readcharfun is
19914 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
19915 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
19916 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
19917 and Qload_force_doc_strings.
19918
199192008-02-01 Kenichi Handa <handa@m17n.org>
19920
19921 * xdisp.c (face_before_or_after_it_pos): Call
19922 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
19923
199242008-02-01 Kenichi Handa <handa@m17n.org>
19925
19926 * character.h (TRAILING_CODE_P): New macro.
19927 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
19928 (string_char_with_unification): Fix prototype.
19929 (Vscript_alist): Extern it.
19930
19931 * character.c (Vscript_alist): New variable.
19932 (string_char_with_unification, str_as_unibyte)
19933 (string_escape_byte8): Add `const' to local variables.
19934 (syms_of_character): Declare script-alist as a Lisp variable.
19935
19936 * charset.h (Vcharset_ordered_list): Extern it.
19937 (charset_ordered_list_tick): Extern it.
19938 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
19939 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
19940 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
19941 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
19942 (Funify_charset): Adjust for the change of Funify_charset.
19943
19944 * charset.c (charset_ordered_list_tick): New variable.
19945 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
19946 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
19947 deunify intead of unify a charset.
19948 (string_xstring_p): Add `const' to local variables.
19949 (find_charsets_in_text): Add `const' to arguments and local variables.
19950 (encode_char): Adjust for the change of Funify_charset. Fix
19951 detecting of invalid code.
19952 (Fset_charset_priority): Increment charset_ordered_list_tick.
19953 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
19954 and TO_CODE.
19955
19956 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
19957 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
19958 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
19959 (decode_coding_ccl, consume_chars)
19960 (Ffind_coding_systems_region_internal)
19961 (Fcheck_coding_systems_region): Add `const' to local variables.
19962
19963 * print.c (print_object): Use octal form for printing the
19964 contents of a bool vector.
19965
199662008-02-01 Dave Love <fx@gnu.org>
19967
19968 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
19969 <version == 20>: Refuse to load.
19970
199712008-02-01 Dave Love <fx@gnu.org>
19972
19973 * fns.c: Move coding.h.
19974 (Qcodeset, Qdays, Qmonths): New.
19975 (concat): Use CHARACTERP instead of INTEGERP.
19976 (Flocale_codeset): Delete.
19977 (Flanginfo): New function.
19978 (syms_of_fns): Change accordingly.
19979
19980 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
19981
199822008-02-01 Dave Love <fx@gnu.org>
19983
19984 * casetab.c (init_casetab_once, init_casetab_once): Fix
19985 CHAR_TABLE_SET call.
19986
19987 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
19988
19989 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
19990
19991 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
19992 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
19993 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
19994
19995 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
19996
19997 * coding.c (ENCODE_DESIGNATION, decode_eol)
19998 (make_conversion_work_buffer, code_conversion_restore)
19999 (Fdefine_coding_system_internal): Convert Lisp types.
20000 (code_conversion_restore): Use EQ, not ==.
20001 (Fencode_coding_string): Fix code_convert_string call.
20002
20003 * coding.h (code_convert_region): Fix prototype.
20004
20005 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
20006
20007 * fontset.c (fontset_ref, fontset_set, fs_load_font)
20008 (Ffontset_info): Convert Lisp types.
20009
20010 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
20011
20012 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
20013
20014 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
20015
20016 * chartab.c: Include "...h", not <...h> in some cases.
20017
20018 * callproc.c (Fcall_process): Remove unused variables.
20019
200202008-02-01 Dave Love <fx@gnu.org>
20021
20022 * coding.c (Fset_coding_system_priority): Allow null arg list.
20023
200242008-02-01 Dave Love <fx@gnu.org>
20025
20026 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
20027 (Fself_insert_and_exit): Use CHARACTERP.
20028
20029 * callproc.c (Fcall_process): Remove unused vars.
20030
20031 * xterm.c (XTread_socket): Add extra dead keysyms.
20032
20033 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
20034
20035 * dispextern.h: Remove prototypes for redraw_frame,
20036 redraw_garbaged_frames.
20037
20038 * cmds.c (Fself_insert_command): Use CHARACTERP.
20039
20040 * chartab.c (make_sub_char_table): Remove unused var.
20041 (Fset_char_table_default, Fmap_char_table): Doc fix.
20042
20043 * keymap.c (access_keymap): Remove generic char code.
20044 (push_key_description): Use CHARACTERP.
20045
200462008-02-01 Dave Love <fx@gnu.org>
20047
20048 * charset.c: Doc fixes.
20049 (Funify_charset): Extra checking.
20050
200512008-02-01 Dave Love <fx@gnu.org>
20052
20053 * lread.c: Remove some unused variables.
20054 (safe_to_load_p): If safe, return the magic number version byte.
20055 (Fload): Maybe use load-with-code-conversion.
20056
200572008-02-01 Kenichi Handa <handa@m17n.org>
20058
20059 * category.c (Fmodify_category_entry): Don't modify the contents
20060 of category_set for characters out of the range. Avoid
20061 unnecessary modification.
20062
20063 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
20064 Vchar_unify_table. The default value of the table is now nil.
20065
20066 * character.c (syms_of_character): Setup Vchar_width_table for
20067 eight-bit-control and raw-byte chars.
20068
20069 * charset.h (enum define_charset_arg_index): Delete
20070 charset_arg_parents and add charset_arg_subset and
20071 charset_arg_superset.
20072 (enum charset_attr_index): Delete charset_parents and add
20073 charset_subset and charset_superset.
20074 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
20075 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
20076 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
20077 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
20078 (CHARSET_SUPERSET): New macros.
20079 (charset_work): Extern it.
20080 (ENCODE_CHAR): Use charset_work.
20081 (CHAR_CHARSET_P): Adjust for the change of encoder format.
20082 (map_charset_chars): Extern it.
20083
20084 * charset.c (load_charset_map): Set the default value of encoder
20085 and deunifier char-tables to nil.
20086 (map_charset_chars): Change argument. Change callers. Use
20087 map_char_table_for_charset instead of map_char_table.
20088 (Fmap_charset_chars): New optional args from_code and to_code.
20089 (Fdefine_charset_internal): Adjust for the change of
20090 `define-charset' (:parents -> :subset or :superset).
20091 (charset_work): New variable.
20092 (encode_char, syms_of_charset): Adjust for the change of
20093 Fdefine_charset_internal.
20094 (Ffind_charset_string): Setup the vector `charsets' correctly.
20095
20096 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
20097 the previous change.
20098 (char_table_ref_and_range): Adjust for the above change.
20099 (map_sub_char_table_for_charset): New function.
20100 (map_char_table_for_charset): New function.
20101
20102 * keymap.c (describe_vector): Handle a char-table directly here.
20103 (describe_char_table): Delete.
20104
20105 * lisp.h (map_charset_chars): Delete.
20106
201072008-02-01 Dave Love <fx@gnu.org>
20108
20109 * fns.c (count_combining): Comment out (unused).
20110 (Flocale_codeset): New.
20111 (syms_of_fns): Defsubr it.
20112
20113 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
20114 (size_t): Remove.
20115
201162008-02-01 Dave Love <fx@gnu.org>
20117
20118 * Makefile.in (chartab.o): Depend on charset.h.
20119
201202008-02-01 Kenichi Handa <handa@m17n.org>
20121
20122 * character.c (syms_of_character): Set the default value of
20123 Vprintable_chars to Qnil.
20124
201252008-02-01 Dave Love <fx@gnu.org>
20126
20127 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
20128
201292008-02-01 Kenichi Handa <handa@m17n.org>
20130
20131 * charset.c (load_charset_map): Handle the case that from < to
20132 correctly.
20133
20134 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
20135 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
20136 Pay attention to raw-8-bit chars.
20137
201382008-02-01 Kenichi Handa <handa@m17n.org>
20139
20140 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
20141 It is not bytecompiled now.
20142
20143 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
20144 (charset_jisx0208): New variables.
20145 (Fdefine_charset_internal): Setup them if appropriate.
20146 (init_charset_once): Initialize them to -1.
20147
20148 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
20149 (charset_jisx0208): Extern them.
20150
20151 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
20152 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
20153 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
20154 (setup_iso_safe_charsets): Fix arguments to Fassq.
20155 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
20156 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
20157 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
20158 (encode_coding_iso_2022): Change the 1st arg to
20159 ENCODE_ISO_CHARACTER to a variable.
20160
201612008-02-01 Kenichi Handa <handa@m17n.org>
20162
20163 * charset.h (enum define_charset_arg_index): New enums
20164 charset_arg_min_code and charset_arg_max_code.
20165 (struct charset): New member char_index_offset.
20166
20167 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
20168 Take charset->char_index_offset into account.
20169 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
20170 args[charset_arg_max_code]. Setup charset.char_index_offset.
20171 (syms_of_charset): Fix args to Fdefine_charset_internal.
20172
201732008-02-01 Dave Love <fx@gnu.org>
20174
20175 * coding.c (decode_coding_utf_8): Reject overlong sequences.
20176
201772008-02-01 Dave Love <fx@gnu.org>
20178
20179 * coding.c: Doc fixes.
20180 (Fcoding_system_aliases): Fix return value.
20181 (Qmac): Remove (duplicated) definition.
20182
201832008-02-01 Dave Love <fx@gnu.org>
20184
362654a6
JB
20185 * charset.c (Fcharset_priority_list, Fset_charset_priority):
20186 New functions.
aac0c6e3
MR
20187
20188 * character.c (Fstring): Doc fix.
20189
20190 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
20191
362654a6 20192 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
20193 (font-encoding-alist): Doc fix.
20194
201952008-02-01 Dave Love <fx@gnu.org>
20196
20197 * term.c (costs_set): Declare static, non-initialized for pcc.
20198 (encode_terminal_code): Remove unused var.
20199
20200 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
20201 for K&R.
20202
20203 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
20204
20205 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
20206 (suffixes): Move out of make_subsidiaries for K&R.
20207
20208 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
20209
20210 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
20211
202122008-02-01 Dave Love <fx@gnu.org>
20213
20214 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
20215
20216 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
20217
202182008-02-01 Yong Lu <lyongu@asia-infonet.com>
20219
20220 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
20221
20222 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
20223
202242008-02-01 Kenichi Handa <handa@m17n.org>
20225
20226 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
20227 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
20228
202292008-02-01 Kenichi Handa <handa@m17n.org>
20230
20231 * coding.c (decode_coding_charset): Adjust for the change of
20232 Fdefine_coding_system_internal.
20233 (Fdefine_coding_system_internal): For a coding system of
20234 `charset' type, store a list of charset IDs in
20235 `charset_attr_charset_valids' element of coding attributes.
20236
202372008-02-01 Kenichi Handa <handa@m17n.org>
20238
20239 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
20240 (emacs_mule_char): New arg src. Delete arg `composition'. Change
20241 caller. Handle 2-byte and 3-byte charsets correctly.
20242 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
20243 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
20244 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
20245 (DECODE_EMACS_MULE_21_COMPOSITION): Call
20246 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
20247 sequence.
20248 (decode_coding_emacs_mule): Handle composition correctly. Rewind
20249 `src' and `consumed_chars' correctly before calling emacs_mule_char.
20250 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
20251 and alt&rule composition.
20252 (decode_coding_iso_2022): Handle composition correctly.
20253 (init_coding_once): Setup emacs_mule_bytes for private charsets.
20254
20255 * charset.c (Fdefine_charset_internal): Fix bug for the case of
20256 re-defining a charset. If the charset has :emacs-mule-id, setup
20257 emacs_mule_bytes.
20258 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
20259
202602008-02-01 Kenichi Handa <handa@m17n.org>
20261
20262 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
20263 (encode_coding_big5, encode_coding_charset): If coding requires safe
20264 encoding, produce a character specified by
20265 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
20266
202672008-02-01 Dave Love <fx@gnu.org>
20268
20269 * xterm.c (XSetIMValues): Declare.
20270
20271 * process.c: Conditionally include sys/wait.h, pty.h.
20272
20273 * print.c (print_object): Fix print format for 64-bit systems.
20274
20275 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
20276
20277 * buffer.c (emacs_strerror): Declare.
20278
20279 * fontset.c (Fclear_face_cache): Declare.
20280 (accumulate_font_info): Comment-out (unused).
20281 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
20282 variables.
20283
20284 * character.h (string_escape_byte8): Declare.
20285
20286 * charset.c (load_charset_map, load_charset_map_from_file): Remove
20287 unused vars.
20288 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
20289 (Fmap_charset_chars): Doc fix.
20290
20291 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
20292 (Fset_coding_system_priority, Fset_coding_system_priority)
20293 (Fdefine_coding_system_internal): Doc fix.
20294
202952008-02-01 Dave Love <fx@gnu.org>
20296
20297 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
20298
202992008-02-01 Kenichi Handa <handa@m17n.org>
20300
20301 * character.c (string_escape_byte8): Make multibyte string with
20302 correct size.
20303
20304 * charset.c (Fmake_char): Delete unnecessary code.
20305
203062008-02-01 Kenichi Handa <handa@m17n.org>
20307
20308 * xfns.c (x_encode_text): Allocate coding.destination here, and
20309 call encode_coding_object with dst_object Qnil.
20310
20311 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
20312 multibyte form correctly.
20313
20314 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
20315 against Vfont_encoding_alist.
20316
20317 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
20318 handling of charset list.
20319 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
20320 (decode_coding_object): Move point to coding->dst_pos before
20321 calling post-read-conversion function.
20322 (encode_coding_object): Give correct arguments to
20323 pre-write-conversion. Ignore the return value of
20324 pre-write-conversion function. Pay attention to the case that
20325 pre-write-conversion changes the current buffer. If dst_object is
20326 Qt, even if coding->src_bytes is zero, allocate at least one byte
20327 to coding->destination.
20328
20329 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
20330
20331 * charset.c (Fmake_char): Make it more backward compatible.
20332 (Fmap_charset_chars): Fix docstring.
20333
203342008-02-01 Dave Love <fx@gnu.org>
20335
20336 * coding.c: Doc fixes.
20337 (Fdefine_coding_system_alias): Use names, not symbols, in
20338 coding-system-alist.
20339
203402008-02-01 Kenichi Handa <handa@m17n.org>
20341
20342 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
20343 of calling free_realized_face.
20344
203452008-02-01 Yong Lu <lyongu@asia-infonet.com>
20346
20347 * charset.c (read_hex): Don't treat SPC as a comment starter.
20348 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
20349 (Fdecode_char): Fix typo.
20350
203512008-02-01 Kenichi Handa <handa@m17n.org>
20352
20353 * charset.h (struct charset): New member `code_space_mask'.
20354
20355 * coding.c (coding_set_source): Delete the local variable beg_byte.
20356 (encode_coding_charset, Fdefine_coding_system_internal):
20357 Delete the local variable charset.
20358 (Fdefine_coding_system_internal): Setup
20359 attrs[coding_attr_charset_valids] correctly.
20360
20361 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
20362 member to check if CODE is valid or not.
20363 (Fdefine_charset_internal): Initialize `code_space_mask' member.
20364 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
20365 is within the range of charset->min_code and carset->max_code.
20366
203672008-02-01 Dave Love <fx@gnu.org>
20368
20369 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
20370
20371 * dispextern.h (generate_ascii_font): Fix return type.
20372
20373 * xfaces.c (generate_ascii_font): Fix arg declaration.
20374
20375 * coding.c (coding_inherit_eol_type)
20376 (Fset_terminal_coding_system_internal)
20377 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
20378
203792008-02-01 Kenichi Handa <handa@m17n.org>
20380
20381 * coding.c (decode_coding_charset, encode_coding_charset): Handle
20382 multiple charsets correctly.
20383
203842008-02-01 Kenichi Handa <handa@m17n.org>
20385
20386 * search.c (boyer_moore): Fix handling of multibyte character
20387 translation.
20388
20389 * xdisp.c (display_mode_element): When the variable `elt' is
20390 changed, update `this' and `lisp_string'.
20391
203922008-02-01 Kenichi Handa <handa@m17n.org>
20393
20394 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
20395
20396 * callproc.c (Fcall_process): Be sure to give the current buffer
20397 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
20398
20399 * charset.c (struct charset_map_entries): New struct.
20400 (load_charset_map): Rename from parse_charset_map. New args
20401 entries and n_entries. Change caller.
20402 (load_charset_map_from_file): Rename from load_charset_map.
20403 Change caller. New arg control_flag. Call load_charset_map at
20404 the tail.
20405 (load_charset_map_from_vector): New function.
20406 (Fdefine_charset_internal): Setup charset.compact_codes_p.
20407 (encode_char): If the charset is compact, change a character index
20408 to a code point.
20409
20410 * coding.c (coding_alloc_by_making_gap): Check the case that the
20411 source and destination are the same correctly.
20412 (decode_coding_raw_text): Set coding->consumed_char and
20413 coding->consumed to 0.
20414 (produce_chars): If coding->chars_at_source is nonzero, update
20415 coding->consumed_char and coding->consumed before calling
20416 alloc_destination.
20417 (Fdefine_coding_system_alias): Register ALIAS in
20418 Vcoding_system_alist.
20419 (syms_of_coding): Define `no-conversion' coding system at the tail.
20420
20421 * fileio.c (Finsert_file_contents): Set coding_system instead of
20422 val. If the current buffer is multibyte, always call
20423 decode_coding_gap.
20424
20425 * xfaces.c (try_font_list): Give higher priority to fontset's
20426 family than face's family.
20427
204282008-02-01 Kenichi Handa <handa@m17n.org>
20429
20430 * callproc.c (Fcall_process): Be sure to give the current buffer
20431 to decode_coding_c_string.
20432
20433 * xfaces.c (try_font_list): Give a family specified in a fontset
20434 higher priority than a family specified in a face.
20435
204362008-02-01 Kenichi Handa <handa@m17n.org>
20437
20438 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
20439 Fix arguments to insert_from_buffer.
20440
20441 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
20442
204432008-02-01 Kenichi Handa <handa@m17n.org>
20444
20445 * coding.c (produce_chars): Set the variable `multibytep' correctly.
20446 (decode_coding_gap): Set coding->dst_multibyte correctly.
20447
204482008-02-01 Kenichi Handa <handa@m17n.org>
20449
20450 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
20451 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
20452 (encode_coding_utf_16): Substitute coding->default_char for
20453 non-Unicode characters.
20454 (decode_coding): Don't call record_insert here.
20455 (setup_coding_system): Initialize `surrogate' of
20456 coding->spec.utf_16 to 0.
20457 (EMIT_ONE_BYTE): Fix for multibyte case.
20458
20459 * insdel.c (insert_from_gap): Call record_insert.
20460
204612008-02-01 Kenichi Handa <handa@m17n.org>
20462
20463 * casefiddle.c (casify_region): Fix multibyte case.
20464
20465 * character.c (c_string_width): Add return type `int'.
20466 (char_string_with_unification): Delete arg ADVANCED.
20467
20468 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
20469 (CHAR_STRING): Adjust for the change of char_string_with_unification.
20470 (CHAR_STRING_ADVANCE): Make it do-while statement.
20471
20472 * chartab.c (sub_char_table_set_range): Optimize for the case
20473 DEPTH == 3. Add workaround code for a GCC optimization bug.
20474
20475 * charset.c (parse_charset_map): Remove an unused variable.
20476
20477 * coding.c: Delete unused variables.
20478
20479 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
20480 earlier. If inserted is zero and the coding system doesn't
20481 require flushing, don't call decode_coding_gap.
20482
20483 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
20484
204852008-02-01 Kenichi Handa <handa@m17n.org>
20486
20487 The following changes are for using Unicode as an internal
20488 character model, and use UTF-8 format for buffer/string
20489 representation.
20490
20491 * .gdbinit (xchartable): Adjust for the change of char table structure.
20492 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
20493
20494 * Makefile.in (obj): Add character.o and chartab.o.
20495 (lisp, shortlisp): Remove utf-8.elc.
20496 (*.o): For many files, change dependency on charset.h to
20497 character.h, and add dependency on character.h.
20498 (character.o, chartab.o): New targets.
20499
20500 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
20501 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
20502 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
20503 of "charset.h".
20504
20505 * dired.c, filelock.c: Include "character.h".
20506
20507 * alloc.c: Include "character.h" instead of "charset.h".
20508 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
20509 (syms_of_alloc): Remove defsubr for Smake_char_table.
20510
20511 * buffer.c: Include "character.h" instead of "charset.h", don't
20512 include "coding.h".
20513 (Fset_buffer_multibyte): Adjust for UTF-8.
20514
20515 * buffer.h: EXFUN Fbuffer_live_p.
20516
20517 * callproc.c: Include "character.h" instead of "charset.h".
20518 (Fcall_process): Big change for the new code-conversion APIs.
20519
20520 * casetab.c: Include "character.h" instead of "charset.h".
20521 (set_canon, set_identity, shuffle): Adjust for the new
20522 map_char_table spec.
20523 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
20524 accessing the char table structure.
20525
20526 * chartab.c: New file that implements char table.
20527
20528 * category.c: Include "character.h".
20529 (copy_category_entry): New function.
20530 (copy_category_table): Call map_char_table and copy_category_entry.
20531 (Fmake_category_table): Initialize all top-level slots.
20532 (char_category_set): New function.
20533 (modify_lower_category_set): Delete.
20534 (Fmodify_category_entry): Call char_table_ref_and_range.
20535
20536 * category.h (CATEGORY_SET): Just call char_category_set.
20537
20538 * ccl.c: Include "character.h".
20539 (Qccl, Qcclp): New variables.
20540 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
20541 it's less than 256.
20542 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
20543 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
20544 and DST type.
20545 (ccl_driver): Change types of argument, adjust code accordingly.
20546 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
20547 ccl_driver.
20548 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
20549
20550 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
20551 New members src_multibyte, dst_multibyte, consumed, and produced.
20552 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
20553 (CODING_SPEC_CCL_PROGRAM): New macro.
20554 (ccl_driver): Update prototype.
20555 (Qccl, Qcclp, Fccl_program_p): Extern them.
20556 (CHECK_CCL_PROGRAM): New macro.
20557
20558 * character.c, character.h, chartab.c: New files.
20559
20560 * charset.c: Mostly re-written. Move character and multibyte sequence
20561 handling codes to character.c.
20562
20563 * charset.h: Mostly re-written. Move character and multibyte sequence
20564 handling codes to character.h.
20565
20566 * coding.c, coding.h: Mostly re-written.
20567
20568 * composite.c: Include "character.h" instead of "charset.h".
20569 (CHAR_WIDTH): Move to character.h.
20570 (HASH_KEY, HASH_VALUE): Delete.
20571
20572 * composite.h (enum composition_method): Change order of enumeration
20573 symbols.
20574
20575 * data.c: Include "character.h" instead of "charset.h".
20576 (Faref): Call CHAR_TABLE_REF for a char table.
20577 (Faset): Call CHAR_TABLE_SET for a char table.
20578
20579 * dispextern.h (free_realized_face, check_face_attribytes)
20580 (generate_ascii_font): Extern them.
20581 (free_realized_multibyte_face): Delete extern.
20582
20583 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
20584 table structure.
20585
20586 * editfns.c: Include "character.h" instead of "charset.h".
20587 (Fchar_to_string): Always call CHAR_STRING.
20588
20589 * emacs.c (main): Call init_charset_once, init_charset,
20590 syms_of_chartab, and syms_of_character.
20591
20592 * fileio.c: Include "character.h" instead of "charset.h".
20593 (Finsert_file_contents): Big change for the new code-conversion API.
20594 (choose_write_coding_system, Fwrite_region): Likewise.
20595 (build_annotations_2): Delete.
20596 (e_write): Big change for the new code-conversion API.
20597
20598 * fns.c: Include "character.h" instead of "charset.h".
20599 (copy_sub_char_table): Move to chartab.c.
20600 (Fcopy_sequence): Call copy_char_table for a char table.
20601 (concat): Delete codes calling count_multibyte.
20602 (string_char_to_byte, string_byte_to_char): Adjust for the new
20603 multibyte form.
20604 (internal_equal): Adjust for the change of char table structure.
20605 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
20606 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
20607 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
20608 (char_table_translate, optimize_sub_char_table)
20609 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
20610 chartab.c.
20611 (char_table_ref_and_index): Delete.
20612 (HASH_KEY, HASH_VALUE): Move to lisp.h.
20613 (Fmd5): Call preferred_coding_system instead of accessing
20614 Vcoding_category_list. Adjust for the new code-conversion API.
20615 (syms_of_fns): Move defsubr for char table related functions to
20616 chartab.c.
20617
20618 * fontset.c: Mostly re-written.
20619
20620 * fontset.h (struct font_info): Change type of the member encoding_type.
20621 (enum FONT_SPEC_INDEX): New enum.
20622 (fontset_font_pattern, fs_load_font): Update prototype.
20623 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
20624
20625 * indent.c: Include "character.h" instead of "charset.h".
20626 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
20627
20628 * insdel.c: Include "character.h" instead of "charset.h".
20629 (copy_text): Don't refer to Vnonascii_translation_table.
20630 (insert_from_gap): New function.
20631
20632 * keyboard.c: Include "character.h" instead of "charset.h".
20633 (command_loop_1): Never call direct_output_forward_char before
20634 a non-ASCII character.
20635 (read_char): If Vkeyboard_translate_table is a char table, always
20636 translate a character.
20637
20638 * keymap.c: Include "character.h".
20639 (store_in_keymap): Handle the case that IDX is a cons.
20640 (Fdefine_key): Handle the case that KEY is a cons and the car part
20641 is also a cons (range).
20642 (push_key_description): Adjust for the new character code.
20643 (describe_vector): Call describe_char_table for a char table.
20644 (describe_char_table): New function.
20645
20646 * keymap.h (describe_char_table): Extern it.
20647
20648 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
20649 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
20650 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
20651 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
20652 Delete.
20653 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
20654 structure.
20655 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
20656 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
20657 (CHARTAB_SIZE_BITS_3): New macros.
20658 (chartab_size): Extern it.
20659 (struct Lisp_Char_Table): Re-design.
20660 (struct Lisp_Sub_Char_Table): New structure.
20661 (HASH_KEY, HASH_VALUE): Move from fns.c.
20662 (CHARACTERBITS): Define as 22.
20663 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
20664 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
20665 (GC_SUB_CHAR_TABLE_P): New macro.
20666 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
20667 (code_convert_string_norecord): Deleted extern.
20668 (init_character_once, syms_of_character, init_charset)
20669 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
20670
20671 * lread.c: Include "character.h".
20672 (read_multibyte): New arg NBYTES.
20673 (read_escape): Change the meaning of returned *BYTEREP.
20674 (to_multibyte): Delete.
20675 (read1): Adjust the handling of char table and string.
20676
20677 * print.c: Include "character.h" instead of "charset.h".
20678 (print_string): Convert 8-bit raw bytes to octal form by
20679 string_escape_byte8.
20680 (print_object): Adjust for the new multibyte form. Print 8-bit
20681 raw bytes always in octal form. Handle sub char table correctly.
20682
20683 * process.c: Include "character.h" instead of "charset.h".
20684 (read_process_output, send_process): Adjust for the new
20685 code-conversion API.
20686
20687 * puresize.h (BASE_PURESIZE): Increase.
20688
20689 * regex.c: Include "character.h" instead of "charset.h".
20690 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
20691 (regex_compile): Accept a range whose starting and ending
20692 character have different leading bytes.
20693 (analyse_first): Adjust for the above change.
20694
20695 * search.c: Include "character.h" instead of "charset.h".
20696 (search_buffer, boyer_moore): Adjust for the new multibyte form.
20697 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
20698
20699 * syntax.c: Include "character.h" instead of "charset.h".
20700 (syntax_parent_lookup): Delete.
20701 (Fmodify_syntax_entry): Accept a cons as CHAR.
20702 (skip_chars): Adjust for the new multibyte form.
20703 (init_syntax_once): Call char_table_set_range instead of directly
20704 accessing the structure of a char table.
20705
20706 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
20707 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
20708 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
20709 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
20710
20711 * term.c: Include "buffer.h" and "character.h".
20712 (encode_terminal_code, write_glyphs): Adjust for the new
20713 code-conversion API.
20714 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
20715
20716 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
20717
20718 * xdisp.c: Include "character.h".
20719 (get_next_display_element): Adjust for the new multibyte form.
20720 (disp_char_vector): Adjust for the new char table structure.
20721 (decode_mode_spec_coding): Adjust for the new structure of
20722 coding system.
20723 (decode_mode_spec): Adjust for the new code-conversion API.
20724
20725 * xfaces.c: Include "character.h" instead of "charset.h".
20726 (load_face_font): Adjust for the change of choose_face_font and
20727 FS_LOAD_FONT.
20728 (generate_ascii_font): New function.
20729 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
20730 (set_font_frame_param): Adjust for the change of choose_face_font.
20731 (free_realized_face): Make it public.
20732 (free_realized_faces_for_fontset): Rename from
20733 free_realized_multibyte_face. Free also faces realized for ASCII.
20734 (choose_face_font): Change arguments. Adjust for the change of
20735 fontset_font_pattern and FS_LOAD_FONT.
20736
20737 * xfns.c: Include "character.h".
20738 (x_encode_text): Adjust for the new code-conversion API.
20739
20740 * xselect.c: Don't include "charset.h".
20741 (selection_data_to_lisp_data): Adjust for the new code conversion API.
20742
20743 * xterm.c: Include "character.h".
20744 (x_encode_char): New argument CHARSET. Change caller.
20745 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
20746 Call ENCODE_CHAR instead of SPLIT_CHAR.
20747 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
20748 CHAR_WIDTH instead of CHARSET_WIDTH.
20749 (XTread_socket): Adjust for the new code-conversion API.
20750 (x_new_font): Adjust for the change of FS_LOAD_FONT.
20751 (x_load_font): Adjust for the change of struct font.
20752
207532008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
20754
20755 * xfaces.c (face_at_buffer_position): Remove unused vars.
20756
207572008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20758
20759 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
20760 Fix overflow checking.
20761
207622008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20763
20764 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
20765 Cancel previous change.
20766
207672008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20768
20769 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
20770 ccl->eight_bit_control. Fix check for buffer overflow.
20771 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
20772 (ccl_driver): Initialize extra_bytes to 0.
20773
207742008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
20775
20776 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
20777 return it ORed with ctrl_modifier.
20778
207792008-01-29 Miles Bader <miles@gnu.org>
20780
20781 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
20782
207832008-01-28 Jason Rumney <jasonr@gnu.org>
20784
20785 * w32.c (stat): Don't double check for networked drive.
20786
207872008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20788
20789 * window.c (run_window_configuration_change_hook): New function.
20790 Code extracted from set_window_buffer. Set the selected frame.
20791 (set_window_buffer): Use it.
20792 * window.h (run_window_configuration_change_hook): Declare.
20793 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
20794
20795 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
20796
207972008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
20798
20799 * Makefile.in: Remove references to unused macros.
20800
208012008-01-26 Eli Zaretskii <eliz@gnu.org>
20802
20803 * w32.c (g_b_init_get_sid_sub_authority)
20804 (g_b_init_get_sid_sub_authority_count): New static variables.
20805 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
20806 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
20807 (init_user_info): Use them to retrieve uid and gid.
20808 Use 500/513, the Windows defaults, as Administrator's uid/gid.
20809 (fstat): Use pw_uid and pw_gid from the_passwd structure for
20810 st_uid and st_gid of the file.
20811
208122008-01-26 Jason Rumney <jasonr@gnu.org>
20813
20814 * w32.c (logon_network_drive): New function.
20815 (stat): Use it.
20816
208172008-01-26 Chong Yidong <cyd@stupidchicken.com>
20818
20819 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
20820 invisible text covered with an ellipsis.
20821
208222008-01-25 Richard Stallman <rms@gnu.org>
20823
20824 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
20825 jump back to beginning. Move some other initializations after that.
20826 (Qwindow_text_change_functions, Vwindow_text_change_functions):
20827 New variables.
20828 (syms_of_xdisp): Init them.
20829
20830 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
20831
20832 * buffer.c (reset_buffer_local_variables):
20833 Implement `permanent-local-hook'.
20834 (Qpermanent_local_hook): New variable.
20835 (syms_of_buffer): Init and staticpro it.
20836
208372008-01-25 Michael Albinus <michael.albinus@gmx.de>
20838
20839 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
20840
208412008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
20842
20843 * fns.c (Fclrhash): Return TABLE.
20844
208452008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20846
20847 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
20848 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
20849 is set even without positional changes.
20850 (x_scroll_bar_clear): Set bar->redraw_needed_p.
20851
20852 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
20853
208542008-01-23 Jason Rumney <jasonr@gnu.org>
20855
20856 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
20857
20858 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
20859 the unicode range available in MULE by locale-coding-system.
20860 Improve dbcs lead byte detection. Set event timestamp and modifiers
20861 earlier.
20862
208632008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20864
20865 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
20866 [MAC_OSX] (init_mac_osx_environment): Initialize it.
20867 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
20868 when used on child processes.
20869
208702008-01-21 Michael Albinus <michael.albinus@gmx.de>
20871
20872 * dbusbind.c (Fdbus_method_return_internal): Rename from
20873 Fdbus_method_return.
20874 (Fdbus_unregister_object): Move to dbus.el.
20875 (Fdbus_call_method, Fdbus_method_return_internal)
20876 (Fdbus_send_signal): Improve debug messages.
20877
208782008-01-20 Martin Rudalics <rudalics@gmx.at>
20879
20880 * undo.c (undo_inhibit_record_point): New variable.
20881 (syms_of_undo): Initialize it.
20882 (record_point): Don't record point when undo_inhibit_record_point
20883 is set.
20884
208852008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
20886
20887 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
20888
20889 * xdisp.c (Qauto_hscroll_mode): New var.
20890 (syms_of_xdisp): Initialize it.
20891 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
20892 window's buffer.
20893 (hscroll_windows): Don't check automatic_hscrolling_p here.
20894
20895 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
20896 vscroll if we're setting window-buffer to the value it already has.
20897
208982008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
20899
20900 * m/intel386.h: Remove references to XENIX.
20901
209022008-01-17 Andreas Schwab <schwab@suse.de>
20903
20904 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
20905 instead of HAVE_X86_64_LIB64_DIR.
20906 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
20907
209082008-01-17 Glenn Morris <rgm@gnu.org>
20909
20910 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
20911 to HAVE_X86_64_LIB64_DIR.
20912
209132008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
20914
20915 * s/irix3-3.h:
20916 * s/irix4-0.h:
20917 * s/386-ix.h:
20918 * s/domain.h:
20919 * s/hpux9-x11r4.h:
20920 * s/hpux9shxr4.h: Remove files for systems no longer supported.
20921
20922 * sysdep.c: Remove code containing references to symbols defined
20923 by unsupported systems.
20924
209252008-01-16 Glenn Morris <rgm@gnu.org>
20926
20927 * coding.c (select-safe-coding-system-function): Doc fix.
20928
209292008-01-15 Glenn Morris <rgm@gnu.org>
20930
20931 * config.in: Revert 2008-01-13 change: this is a generated file.
20932
209332008-01-13 Tom Tromey <tromey@redhat.com>
20934
20935 * lisp.h: Fix typo.
20936
209372008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
20938
20939 * m/sequent-ptx.h:
20940 * m/sequent.h:
20941 * s/ptx.h:
20942 * s/ptx4-2.h:
20943 * s/ptx4.h: Remove files for systems no longer supported.
20944
20945 * callproc.c (Fcall_process): Fix previous change.
20946
209472008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
20948
20949 * unexsunos4.c: Remove file, system not supported anymore.
20950
20951 * m/mips.h:
20952 * m/intel386.h:
20953 * callproc.c:
20954 * config.in:
20955 * ecrt0.c:
20956 * emacs.c:
20957 * fileio.c:
20958 * frame.c:
20959 * getpagesize.h:
20960 * keyboard.c:
20961 * lread.c:
20962 * process.c:
20963 * puresize.h:
20964 * sysdep.c:
20965 * systty.h:
20966 * syswait.h:
20967 * unexec.c:
20968 * xdisp.c:
20969 * alloc.c: Remove code containing references to symbols defined by
20970 unsupported systems.
20971
209722008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
20973
20974 * coding.c (detect_coding_mask): Fix previous change.
20975
209762008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
20977
20978 * coding.c (detect_coding_iso2022): New arg
20979 latin_extra_code_state. Allow Latin extra codes only
20980 when *latin_extra_code_state is nonzero.
20981 (detect_coding_mask): If there is a NULL byte, detect the encoding
20982 as UTF-16 or binary. If Latin extra codes exist, detect the
20983 encoding as ISO-2022 only when there's no other proper encoding is
20984 found.
20985
209862008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20987
20988 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
20989 #ifdef MAC_OS.
20990
209912008-01-08 Richard Stallman <rms@gnu.org>
20992
20993 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
20994
209952008-01-06 Nick Roberts <nickrob@snap.net.nz>
20996
20997 * keyboard.c (parse_menu_item): Don't enclose key bindings on
20998 menu bar in parentheses.
20999
210002008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
21001
21002 * m/7300.h:
21003 * m/acorn.h:
21004 * m/alliant-2800.h:
21005 * m/alliant.h:
21006 * m/alliant1.h:
21007 * m/alliant4.h:
21008 * m/altos.h:
21009 * m/amdahl.h:
21010 * m/apollo.h:
21011 * m/att3b.h:
21012 * m/aviion-intel.h:
21013 * m/aviion.h:
21014 * m/celerity.h:
21015 * m/clipper.h:
21016 * m/cnvrgnt.h:
21017 * m/convex.h:
21018 * m/cydra5.h:
21019 * m/delta88k.h:
21020 * m/dpx2.h:
21021 * m/dual.h:
21022 * m/elxsi.h:
21023 * m/f301.h:
21024 * m/gould-np1.h:
21025 * m/gould.h:
21026 * m/i860.h:
21027 * m/ibmps2-aix.h:
21028 * m/ibmrt-aix.h:
21029 * m/ibmrt.h:
21030 * m/irist.h:
21031 * m/is386.h:
21032 * m/isi-ov.h:
21033 * m/mega68.h:
21034 * m/mg1.h:
21035 * m/news-r6.h:
21036 * m/news-risc.h:
21037 * m/news.h:
21038 * m/nh3000.h:
21039 * m/nh4000.h:
21040 * m/ns16000.h:
21041 * m/ns32000.h:
21042 * m/nu.h:
21043 * m/orion.h:
21044 * m/orion105.h:
21045 * m/paragon.h:
21046 * m/pfa50.h:
21047 * m/plexus.h:
21048 * m/pyramid.h:
21049 * m/pyrmips.h:
21050 * m/sh3el.h:
21051 * m/sps7.h:
21052 * m/sr2k.h:
21053 * m/stride.h:
21054 * m/sun1.h:
21055 * m/sun2.h:
21056 * m/sun3-68881.h:
21057 * m/sun3-fpa.h:
21058 * m/sun3-soft.h:
21059 * m/sun3.h:
21060 * m/sun386.h:
21061 * m/symmetry.h:
21062 * m/tad68k.h:
21063 * m/tahoe.h:
21064 * m/targon31.h:
21065 * m/tek4300.h:
21066 * m/tekxd88.h:
21067 * m/tower32.h:
21068 * m/tower32v3.h:
21069 * m/ustation.h:
21070 * m/wicat.h:
21071 * m/xps100.h:
21072 * s/cxux.h:
21073 * s/cxux7.h:
21074 * s/dgux.h:
21075 * s/dgux4.h:
21076 * s/dgux5-4-3.h:
21077 * s/dgux5-4r2.h:
21078 * s/esix.h:
21079 * s/esix5r4.h:
21080 * s/hiuxmpp.h:
21081 * s/hiuxwe2.h:
21082 * s/iris3-5.h:
21083 * s/iris3-6.h:
21084 * s/isc2-2.h:
21085 * s/isc3-0.h:
21086 * s/isc4-0.h:
21087 * s/isc4-1.h:
21088 * s/newsos5.h:
21089 * s/newsos6.h:
21090 * s/osf1.h:
21091 * s/osf5-0.h:
21092 * s/riscix1-1.h:
21093 * s/riscix12.h:
21094 * s/sco4.h:
21095 * s/sco5.h:
21096 * s/sunos4-0.h:
21097 * s/sunos4-1.h:
21098 * s/sunos413.h:
21099 * s/sunos4shr.h:
21100 * s/umax.h:
21101 * s/unipl5-2.h:
21102 * s/xenix.h:
21103 * cxux-crt0.s:
21104 * unexapollo.c:
21105 * unexconvex.c:
21106 * unexenix.c:
21107 * unexsni.c: Remove files for systems no longer supported.
21108
21109 * m/intel386.h: Remove references to unsupported systems.
21110
21111 * w32.c (get_emacs_configuration): Remove reference to i860.
21112
21113 * sysdep.c: Remove dead code.
21114
211152008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
21116
21117 * s/rtu.h:
21118 * m/masscomp.h: Remove files. Platform is obsolete.
21119
211202008-01-04 Michael Albinus <michael.albinus@gmx.de>
21121
21122 * dbusbind.c (Fdbus_method_return): New function.
21123 (xd_read_message): Add the serial number to the event.
21124 (Fdbus_register_method): Activate the function.
21125
211262008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21127
21128 * keyboard.c (read_key_sequence): Fix typo.
21129
211302008-01-03 Michael Albinus <michael.albinus@gmx.de>
21131
21132 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
21133 (xd_signature, xd_append_arg): Handle element type detection for
21134 empty arrays.
21135 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
21136 SDATA () calls; this must be solved more general.
21137 (Fdbus_register_signal): Use SBYTES instead of strlen.
21138
211392008-01-03 Magnus Henoch <magnus@zemdatav>
21140
21141 * dbusbind.c (xd_append_arg): Use unsigned char instead of
21142 unsigned int for byte values (necessary for big-endian platform).
21143 (Fdbus_call_method): Handle the case of no returned arguments.
21144
211452007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
21146
21147 * dbusbind.c (xd_read_message): Use non-static input_event struct.
21148
211492007-12-31 Magnus Henoch <mange@freemail.hu>
21150
21151 * dbusbind.c (xd_signature): Signature of variant is just "v".
21152
211532007-12-30 Michael Albinus <michael.albinus@gmx.de>
21154
21155 * dbusbind.c: Fix several errors and compiler warnings.
21156 Reported by Tom Tromey <tromey@redhat.com>.
21157 (XD_ERROR, XD_DEBUG_MESSAGE)
21158 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
21159 (xd_append_arg): Part for basic D-Bus types rewritten.
21160 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
21161 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
21162 appropriate.
21163 (xd_read_message): Return Qnil. Don't signal an error; it is not
21164 useful during event reading.
21165 (Fdbus_register_signal): Signal an error if the check for
21166 FUNCTIONP fails.
21167 (Fdbus_register_method): New function. The implementation is not
21168 complete, the call of the function signals an error therefore.
21169 (Fdbus_unregister_object): New function, renamed from
21170 Fdbus_unregister_signal. The initial check signals an error, if
21171 the object is not well formed.
21172
211732007-12-30 Richard Stallman <rms@gnu.org>
21174
21175 * textprop.c (get_char_property_and_overlay):
21176 Signal error if POSITION is out of range in a buffer.
21177
211782007-12-29 Martin Rudalics <rudalics@gmx.at>
21179
21180 * w32fns.c (Fx_create_frame): Make copy of frame parameters
21181 because the original parameters are in pure storage now.
21182
211832007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21184
21185 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
21186
211872007-12-22 Eli Zaretskii <eliz@gnu.org>
21188
21189 * callint.c (syms_of_callint) <command-history>: Add reference to
21190 history-length in the doc string.
21191
211922007-12-17 Jason Rumney <jasonr@gnu.org>
21193
21194 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
21195 before passing as wParam.
21196
211972007-12-22 Michael Albinus <michael.albinus@gmx.de>
21198
21199 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
21200 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
21201 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
21202 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
21203 as number.
21204 (Fdbus_call_method): Fix docstring.
21205
212062007-12-21 Michael Albinus <michael.albinus@gmx.de>
21207
21208 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
21209 New macros.
21210 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
21211 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
21212 Simplify.
21213 (xd_signature): New function.
21214 (xd_append_arg): Compute also signatures. Major rewrite.
21215 (xd_retrieve_arg): Make debug messages friendly.
21216 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
21217 Check for signatures of arguments.
21218
212192007-12-19 Michael Albinus <michael.albinus@gmx.de>
21220
21221 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
21222 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
21223 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
21224 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
21225 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
21226 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
21227 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
21228 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
21229 (xd_retrieve_value): Remove. Functionality included in ...
21230 (xd_append_arg): New function.
21231 (Fdbus_call_method, Fdbus_send_signal): Apply it.
21232
212332007-12-16 Michael Albinus <michael.albinus@gmx.de>
21234
21235 * dbusbind.c (top): Include <stdio.h>.
21236 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
21237 dbus_message_new_method_call and dbus_message_new_signal.
21238 (Fdbus_register_signal): Rename unique_name to uname.
21239 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
21240 non-existing unique name. Fix typos in matching rule. Return an
21241 object which is useful in Fdbus_unregister_signal.
21242 (Fdbus_unregister_signal): Reimplementation, in order to remove
21243 only the corresponding entry.
21244 (Vdbus_registered_functions_table): Change the order of entries.
21245 Apply these changes in xd_read_message and Fdbus_register_signal.
21246
212472007-12-16 Andreas Schwab <schwab@suse.de>
21248
21249 * fileio.c (Finsert_file_contents): Fix overflow check to not
21250 depend on undefined integer overflow.
21251
212522007-12-14 Jason Rumney <jasonr@gnu.org>
21253
21254 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
21255 for characters above 127.
21256
212572007-12-13 Jason Rumney <jasonr@gnu.org>
21258
21259 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
21260 before dereferencing array.
21261 (lookup_vk_code): Remove zero comparison.
21262
212632007-12-14 Michael Albinus <michael.albinus@gmx.de>
21264
21265 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
21266 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
21267 Use `unsigned int' instead of `uint'.
21268 (xd_read_message, Fdbus_register_signal): Split expressions into
21269 multiple lines before operators "&&" and "||", according to the
21270 GNU Coding Standards.
21271
212722007-12-14 Eli Zaretskii <eliz@gnu.org>
21273
21274 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
21275
212762007-12-12 Juri Linkov <juri@jurta.org>
21277
21278 * buffer.c (Frename_buffer): In interactive spec replace
21279 `read-buffer' with `read-string' that uses `buffer-name-history'
21280 as history, and the current buffer's name as default.
21281
212822007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
21283
21284 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
21285 manipulating the backtrace manually.
21286 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
21287 (struct backtrace, backtrace_list): Remove.
21288 (command_loop_1): Remove dead var `no_direct'.
21289
21290 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
21291 preserve non-built-in buffer-local variables.
21292 (Fkill_all_local_variables): Don't re-create&re-set permanent
21293 buffer-local variables.
21294
212952007-12-09 Juri Linkov <juri@jurta.org>
21296
21297 * buffer.c (Frename_buffer): Change interactive spec from "s" to
21298 Lisp code that uses `read-buffer' with current buffer as default.
21299
213002007-12-08 Michael Albinus <michael.albinus@gmx.de>
21301
21302 * dbusbind.c (xd_read_message): Generate an event for every
21303 registered handler. There might be several handlers registered
21304 for the same signal.
21305 (Fdbus_register_signal): Don't overwrite a registration for the
21306 same signal. Add a new registration if handlers are different.
21307 (Vdbus_registered_functions_table): Rework doc string.
21308
213092007-12-07 Michael Albinus <michael.albinus@gmx.de>
21310
21311 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
21312 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
21313 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
21314 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
21315 Unify argument lists.
21316 (xd_read_message, Fdbus_register_signal): Reorder and extend event
21317 arguments and hash table keys. Use unique name for service.
21318 (Fdbus_unregister_signal): Remove checks.
21319 (Vdbus_registered_functions_table): Fix doc string.
21320
213212007-12-05 Magnus Henoch <mange@freemail.hu>
21322
21323 * process.c (make_process): Initialize pty_flag to 0.
21324
213252007-12-05 Jason Rumney <jasonr@gnu.org>
21326
21327 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
21328 specified XBMs.
21329
213302007-12-05 Richard Stallman <rms@gnu.org>
21331
21332 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
21333
213342007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21335
21336 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
21337 New variable.
21338 (mac_try_close_socket) [MAC_OSX]: New function.
21339 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
21340 Update cfsockets_for_select. Replace invalid CFRunLoop source.
21341
21342 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
21343 Use mac_try_close_socket.
21344
213452007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21346
21347 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
21348 reloc_base.
21349 (copy_dysymtab): Compute relocation base here.
21350 (rebase_reloc_address) [__ppc64__]: New function.
21351 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
21352 changed.
21353
213542007-12-05 Jason Rumney <jasonr@gnu.org>
21355
21356 * w32proc.c (sys_spawnve): Quote args with wildcards.
21357
213582007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21359
21360 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
21361 __objc_* sections.
21362 (unrelocate) [_LP64]: Set relocation base to address of data segment.
21363
213642007-12-05 Michael Albinus <michael.albinus@gmx.de>
21365
21366 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
21367 Move check for Vdbus_registered_functions_table to
21368 xd_read_queued_messages.
21369 (xd_read_queued_messages): Protect xd_read_message calls by
21370 internal_condition_case_1.
21371
213722007-12-04 Michael Albinus <michael.albinus@gmx.de>
21373
21374 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
21375 Qdbus_system_bus and Qdbus_session_bus, respectively.
21376 (Vdbus_intern_symbols): Remove.
21377 (Vdbus_registered_functions_table): New hash table.
21378 (XD_SYMBOL_INTERN_SYMBOL): Remove.
21379 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
21380 Rewrite in order to manage registered functions by hash table
21381 Vdbus_registered_functions_table.
21382
213832007-12-03 Jan Djärv <jan.h.d@swipnet.se>
21384
21385 * xterm.c: Update URL to Window Manager Specification in comment.
21386
213872007-12-02 Michael Albinus <michael.albinus@gmx.de>
21388
21389 * config.in (HAVE_DBUS): Add.
21390
21391 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
21392 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
21393 (obj): Add $(DBUS_OBJ).
21394 (LIBES): Add $(DBUS_LIBS).
21395 (dbusbind.o): New target.
21396
21397 * dbusbind.c: New file.
21398
21399 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
21400
21401 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
21402 (Qdbus_event): New Lisp symbol.
21403 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
21404 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 21405 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
21406
21407 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
21408
214092007-12-01 Richard Stallman <rms@gnu.org>
21410
21411 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
21412
214132007-11-30 Jason Rumney <jasonr@gnu.org>
21414
21415 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
21416 (w32con_reset_terminal_modes): Clear screen buffer.
21417 (w32_face_attributes): Don't use color indexes that are out of range.
21418 Only reverse the default colors.
21419
21420 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
21421 WINDOWSNT.
21422
21423 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
21424
214252007-11-29 Jason Rumney <jasonr@gnu.org>
21426
21427 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
21428 (w32_face_attributes): Use Vtty_defined_color_alist to determine
21429 if the terminal colors are initialized.
21430 (unspecified_fg, unspecified_bg): Remove unused declarations.
21431
214322007-11-29 Andreas Schwab <schwab@suse.de>
21433
21434 * keyboard.c (apply_modifiers): Fix typo.
21435
214362007-11-29 Richard Stallman <rms@gnu.org>
21437
21438 * keymap.c (Fcurrent_local_map): Doc fix.
21439
214402007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
21441
21442 * s/gnu-kfreebsd.h: New file.
21443
214442007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
21445
21446 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
21447 Don't cast redundantly.
21448
21449 * keyboard.c (KEY_TO_CHAR): New macro.
21450 (parse_modifiers, apply_modifiers): Accept integer arguments.
21451 (read_key_sequence): Use them to unify the "shift->unshift" mapping
21452 for chars and symbol keys.
21453 After doing such remapping, apply function-key-map again.
21454
214552007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
21456
21457 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
21458 compiled anymore.
21459
214602007-11-26 Andreas Schwab <schwab@suse.de>
21461
21462 * process.c (list_processes_1): Fix indentation level of the
21463 command column.
21464
214652007-11-23 Andreas Schwab <schwab@suse.de>
21466
21467 * editfns.c (Fformat): Handle %c specially since it requires the
21468 argument to be of type int.
21469
214702007-11-23 Markus Triska <markus.triska@gmx.at>
21471
21472 * emacs.c (main): Call init_editfns before init_process, since
21473 init_process sets Vprocess_connection_type depending on OS release.
21474
214752007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21476
21477 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
21478 (find_symbol_value): Use do_symval_forwarding.
21479
21480 * data.c (set_internal): Set the value in the `cons-cell' (for
21481 Buffer_Local_values) not only for frame-local variables.
21482
214832007-11-22 Andreas Schwab <schwab@suse.de>
21484
21485 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
21486 values to sprintf.
21487 * keymap.c (Fsingle_key_description): Likewise.
21488 * print.c (print_object): Likewise.
21489
214902007-11-22 Jan Djärv <jan.h.d@swipnet.se>
21491
21492 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
21493 file for image is nil.
21494
214952007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
21496
21497 * term.c: Include stdarg.h.
21498 (fatal): Implement using varargs.
21499 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
21500
215012007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21502
21503 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
21504 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
21505 Update call to buffer_slot_type_mismatch.
21506 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
21507 (buffer_slot_type_mismatch): Update.
21508 * buffer.c (buffer_local_types): Remove.
21509 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
21510 (defvar_per_buffer): Set the type in the buffer_objfwd.
21511
215122007-11-21 Jason Rumney <jasonr@gnu.org>
21513
21514 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
21515 CreateFileMapping returns NULL on failure.
21516
215172007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21518
21519 * search.c (Fset_match_data): Remove the `evaporate' feature.
21520 (unwind_set_match_data): Don't use the `evaporate' feature.
21521
215222007-11-21 Jason Rumney <jasonr@gnu.org>
21523
21524 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
21525
21526 * w32console.c (w32con_write_glyphs): Remove unused variables.
21527
215282007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
21529
21530 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
21531
21532 * s/darwin.h (MULTI_KBOARD): Remove.
21533
21534 * macfns.c (x_create_tip_frame, Fx_create_frame)
21535 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
21536
215372007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21538
21539 * buffer.c (Fbuffer_local_value): Remove redundant test.
21540 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
21541 than in `current-buffer' to match the comment.
21542 Do the swap using swap_in_global_binding.
21543
21544 * data.c (store_symval_forwarding, set_internal):
21545 * eval.c (specbind): Remove dead code.
21546
21547 * coding.c (detect_coding, Fupdate_coding_systems_internal):
21548 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
21549 Since we do not want to see internal Lisp_*fwd objects here.
21550
215512007-11-18 Jan Djärv <jan.h.d@swipnet.se>
21552
21553 * sysdep.c (init_system_name): Use getaddrinfo if available.
21554
21555 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
21556 (x_scroll_bar_note_movement): start, end, with, height in struct
21557 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
21558
215592007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
21560
21561 * puresize.h (BASE_PURESIZE): Increase to 1190000.
21562
215632007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21564
21565 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
21566 This undoes Richard's change of 14-Oct-2002.
21567
21568 * alloc.c (allocate_other_vector):
21569 * lisp.h (allocate_other_vector): Remove.
21570
21571 * window.c (struct save_window_data): Move non-lisp data to the end
21572 and make it `int' rather than Lisp_Object.
21573 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
21574 Done wrap/unwrap integer values.
21575 (Fset_window_configuration, compare_window_configurations):
21576 Update use of fields to their new types.
21577
21578 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
21579 Turn integer fields into `int'. Merge x_window_low and x_window_high.
21580 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
21581 (SET_SCROLL_BAR_X_WINDOW): Remove.
21582 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
21583 Access the new x_window field directly.
21584 * xterm.c (x_scroll_bar_create): Use a pseudovector.
21585 Don't wrap/unwrap integers into Lisp_Objects.
21586 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
21587 (x_scroll_bar_report_motion):
21588 Don't wrap/unwrap integers into Lisp_Objects.
21589 (x_term_init): Use SDATA.
21590 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
21591 (x_scroll_bar_set_handle, x_scroll_bar_remove)
21592 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
21593 (x_scroll_bar_report_motion, x_scroll_bar_clear):
21594 * xfns.c (x_set_background_color):
21595 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
21596 Access the new x_window field directly.
21597
21598 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
21599 (allocate_pseudovector): Make non-static.
21600
21601 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
21602 (allocate_pseudovector): Declare.
21603 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
21604
216052007-11-15 Andreas Schwab <schwab@suse.de>
21606
21607 * editfns.c (Fformat): Correctly format EMACS_INT values.
21608 Also take precision into account when formatting an integer.
21609
21610 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
21611
216122007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21613
21614 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
21615 (syms_of_keyboard): Defsubr it.
21616
21617 * data.c (swap_in_global_binding): Fix longstanding bug where
21618 store_symval_forwarding was not called with the right second argument,
21619 thus causing objfwd-ing from being dropped.
21620
216212007-11-14 Juanma Barranquero <lekktu@gmail.com>
21622
21623 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
21624 (Fx_display_pixel_height, Fx_display_planes)
21625 (Fx_display_color_cells, Fx_server_max_request_size)
21626 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21627 (Fx_display_visual_class, Fx_display_save_under):
21628 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
21629 (Fx_display_pixel_height, Fx_display_planes)
21630 (Fx_display_color_cells, Fx_server_max_request_size)
21631 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
21632 (Fx_display_mm_height, Fx_display_mm_width)
21633 (Fx_display_backing_store, Fx_display_visual_class)
21634 (Fw32_select_font, Fx_display_save_under):
21635 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
21636 (Fx_display_pixel_height, Fx_display_planes)
21637 (Fx_display_color_cells, Fx_server_max_request_size)
21638 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
21639 (Fx_display_save_under): Fix typos in docstrings.
21640
216412007-11-14 Juanma Barranquero <lekktu@gmail.com>
21642
21643 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
21644 corresponding to deleted entries; they are an implementation detail.
21645 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
21646 Remove variables.
21647 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
21648 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
21649 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
21650 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
21651 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
21652 (Fw32_define_rgb_color, Fw32_load_color_file)
21653 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
21654 Fix typos in docstrings.
21655 (Fx_server_version): Reflow docstring.
21656 (Fw32_shell_execute): Doc fixes.
21657
216582007-11-13 Juanma Barranquero <lekktu@gmail.com>
21659
21660 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
21661 if w32_parse_hot_key returned nil.
21662
216632007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21664
21665 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
21666
216672007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 21668
aac0c6e3
MR
21669 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
21670
21671 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
21672
21673 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
21674 Remove W32_SCROLL_BAR_CLICK_EVENT.
21675
21676 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
21677 Add MULTIMEDIA_KEY_EVENT.
21678
21679 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
21680 (lispy_multimedia_keys) [WINDOWSNT]: New array.
21681 (make_lispy_event) [WINDOWSNT]: Use it to translate
21682 MULTIMEDIA_KEY_EVENT.
21683
21684 * w32term.h (WM_APPCOMMAND): Define if not already.
21685 (GET_APPCOMMAND_LPARAM): Likewise.
21686
21687 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
21688 WM_APPCOMMAND.
21689
21690 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
21691 (syms_of_w32fns): Export and initialize it.
21692 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
21693
216942007-11-09 Chong Yidong <cyd@stupidchicken.com>
21695
21696 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
21697 twice.
21698
21699 * xdisp.c (handle_face_prop): Fix last change.
21700
217012007-11-09 Richard Stallman <rms@gnu.org>
21702
21703 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
21704 not just for after-strings and before-strings.
21705 Call face_for_overlay_string and pass the overlay to it.
21706 (handle_display_prop): Determine whether property came from an overlay.
21707 Pass OVERLAY arg to handle_single_display_spec.
21708 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
21709 (load_overlay_strings): Fill in it->string_overlays.
21710 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
21711
21712 * xfaces.c (face_for_overlay_string): Function renamed from
21713 face_at_buffer_position_no_overlays, and add arg OVERLAY.
21714
21715 * dispextern.h (struct it): New elt string_overlays.
21716 New elt from_overlay, also in stack.
21717 Rearrange a few elements.
21718 (face_for_overlay_string): Decl renamed from
21719 face_at_buffer_position_no_overlays, and add argument.
21720
217212007-11-09 Richard Stallman <rms@gnu.org>
21722
21723 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
21724 to get the base face for an overlay string.
21725
21726 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
21727
21728 * xfaces.c (face_at_buffer_position_no_overlays): New function.
21729
21730 * xdisp.c (handle_stop): Move some code out of loop.
21731
217322007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21733
21734 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
21735 Fix conversion from Lisp object to ATSUFontID.
21736
217372007-11-09 Jason Rumney <jasonr@gnu.org>
21738
21739 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
21740
217412007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21742
21743 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
21744 Don't assume regions are aligned to page boundary.
21745 (print_load_command_name): Add LC_UUID if defined.
21746
217472007-11-09 Richard Stallman <rms@gnu.org>
21748
21749 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
21750
217512007-11-07 Jason Rumney <jasonr@gnu.org>
21752
21753 * s/windows95.h: Remove.
21754
217552007-11-06 Jan Djärv <jan.h.d@swipnet.se>
21756
21757 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
21758 abort with a message on unhandled store_type values.
21759
217602007-11-01 Jan Djärv <jan.h.d@swipnet.se>
21761
21762 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
21763 Remove HAVE_X11R5 and HAVE_X11R4.
21764
217652007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21766
21767 * Makefile.in: Remove references to sunfns.c and sunfns.o.
21768
217692007-11-01 Johan Bockgård <bojohan@gnu.org>
21770
21771 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
21772 Don't set s->stippled_p here, since it has already been set by
21773 x_set_glyph_string_gc from x_draw_glyph_string.
21774
217752007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
21776
21777 * sunfns.c: Remove file.
21778
21779 * m/sun386.h:
21780 * m/sun2.h:
21781 * m/sparc.h: Remove Sun windows code.
21782
217832007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
21784
21785 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
21786 (init_keyboard): Set current_kboard's window-system to nil.
21787 (tty_read_avail_input): Typo.
21788 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
21789
217902007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21791
21792 * s/usg5-4.h:
21793 * s/usg5-3.h:
21794 * s/ptx.h:
21795 * m/is386.h:
21796 * m/ibmps2-aix.h:
21797 * Makefile.in: Remove all mentions of X10.
21798
21799 * dispnew.c (syms_of_display): Don't mention version 10.
21800
218012007-10-28 Juanma Barranquero <lekktu@gmail.com>
21802
21803 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
21804 ($(BLD)/abbrev.$(O)): Remove.
21805
218062007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
21807
21808 Rewrite abbrev.c in Elisp.
21809 * image.c (Qcount): Don't declare as extern.
21810 (syms_of_image): Initialize and staticpro `Qcount'.
21811 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
21812 * emacs.c (main): Don't call syms_of_abbrev.
21813 * Makefile.in (obj): Remove abbrev.o.
21814 (abbrev.o): Remove.
21815 * abbrev.c: Remove.
21816
218172007-10-26 Martin Rudalics <rudalics@gmx.at>
21818
21819 * window.c (window_min_size_2): Don't count header-line.
21820
218212007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21822
21823 * frame.h (struct frame): Move all bit fields after the first bit
21824 field to take advantage of the available space. Group all the
21825 chars together to reduce wasted space due to padding.
21826
218272007-10-26 Juanma Barranquero <lekktu@gmail.com>
21828
21829 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
21830
21831 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
21832 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
21833 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
21834 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
21835 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
21836 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
21837 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
21838 (last_marked, mark_object_loop_halt): Make static.
21839
21840 * frame.c (syms_of_frame) <delete-frame-functions>:
21841 Fix typo in docstring.
21842
218432007-10-25 Juanma Barranquero <lekktu@gmail.com>
21844
21845 * w32.c (init_environment): Fix tiny memory leak.
21846 (w32_get_resource): Remove unused variable `ok'.
21847
218482007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21849
21850 Make `window-system' into a keyboard-local variable (rather than
21851 frame-local as done originally by multi-tty).
21852
21853 * keyboard.h (struct kboard): Add Vwindow_system.
21854 * keyboard.c (init_kboard): Set a default for Vwindow_system.
21855 (mark_kboards): Mark Vwindow_system.
21856
21857 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
21858 (init_display): Don't set the obsolete `window-system' frame-param.
21859
21860 * xterm.c (x_term_init):
21861 * w32term.c (w32_create_terminal):
21862 * term.c (init_tty): Set Vwindow_system.
21863 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
21864 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
21865
21866 * xfns.c (Fx_create_frame, x_create_tip_frame):
21867 * w32fns.c (Fx_create_frame, x_create_tip_frame):
21868 * macfns.c (Fx_create_frame):
21869 Don't set the obsolete `window-system' frame-param.
21870
21871 * frame.h (Qwindow_system): Remove.
21872 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
21873 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
21874
218752007-10-24 Richard Stallman <rms@gnu.org>
21876
21877 * frame.c (x_figure_window_size): For fullscreen case,
21878 set USPosition | PPosition without clobbering rest of window_prompting.
21879
21880 * keyboard.c (Fcurrent_idle_time): Doc fix.
21881
21882 * print.c (Fwith_output_to_temp_buffer): Doc fix.
21883
218842007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21885
21886 * process.c (unwind_request_sigio): Only define if __ultrix__.
21887
21888 * callproc.c (child_setup): Remove spurious *.
21889
21890 * lisp.h (Fget_text_property): Declare.
21891 (have_menus_p): Declare it here rather than in sys-dep header files.
21892 * macterm.h (have_menus_p):
21893 * msdos.h (have_menus_p):
21894 * xterm.h (have_menus_p): Remove.
21895
21896 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
21897 (Fmake_variable_frame_local): Just check the variable's const-ness
21898 rather than checking nil or t.
21899
219002007-10-22 Jason Rumney <jasonr@gnu.org>
21901
21902 * w32fns.c: Include math.h.
21903 (w32_abort): Declaration moved to nt/config.nt.
21904
21905 * s/ms-w32.h (HAVE_STDLIB_H): Define.
21906 (abort): Redefinition moved to nt/config.nt.
21907
21908 * m/windowsnt.h: Remove.
21909
219102007-10-22 Juanma Barranquero <lekktu@gmail.com>
21911
21912 * emacs.c (Fdump_emacs): Fix typo in message.
21913 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
21914 <installation-directory>: Reflow docstring.
21915
219162007-10-22 Juri Linkov <juri@jurta.org>
21917
21918 * minibuf.c: Allow minibuffer default to be a list of default values.
21919 With empty input use the first element of this list as returned default.
21920 (string_to_object)
21921 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
21922 (read_minibuf): If defalt is cons, set histstring to its car.
21923 (Fread_string): If default_value is cons, set val to its car.
21924 (Fread_buffer): If def is cons, use its car.
21925 (Fcompleting_read): If defalt is cons, set val to its car.
21926
219272007-10-21 Michael Albinus <michael.albinus@gmx.de>
21928
21929 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
21930
219312007-10-20 Juanma Barranquero <lekktu@gmail.com>
21932
21933 * doc.c (Fdocumentation): Check for advice in all cases.
21934
219352007-10-19 Chong Yidong <cyd@stupidchicken.com>
21936
21937 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
21938
219392007-10-19 Richard Stallman <rms@gnu.org>
21940
21941 * doc.c (Fdocumentation): Check for and handle an advised function.
21942
219432007-10-19 Juanma Barranquero <lekktu@gmail.com>
21944
21945 * process.c (Fset_process_filter): Doc fix.
21946
219472007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
21948
21949 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
21950 which caused key-translation-map to applied repeatedly (thus breaking
21951 double-mode).
21952
219532007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21954
21955 * xselect.c (x_own_selection, x_handle_selection_clear)
21956 (x_clear_frame_selections):
21957 * w32menu.c (list_of_panes, list_of_items):
21958 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
21959 * textprop.c (validate_plist, interval_has_all_properties)
21960 (interval_has_some_properties, interval_has_some_properties_list)
21961 (add_properties, text_property_list):
21962 * process.c (Fget_buffer_process, list_processes_1, status_notify):
21963 * minibuf.c (Fassoc_string):
21964 * macselect.c (x_own_selection, x_clear_frame_selections)
21965 (Fx_disown_selection_internal):
21966 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
21967 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
21968
219692007-10-17 Chong Yidong <cyd@stupidchicken.com>
21970
21971 * process.c: Link to libs for calling res_init() if available.
21972 (Fmake_network_process): Call res_init() before getaddrinfo or
21973 gethostbyname, if possible.
21974
219752007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21976
21977 * lread.c (read1): Set pvectype for char_tables.
21978
21979 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
21980 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
21981 Add type checks.
21982 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
21983
21984 * alloc.c (free_misc): Use XMISCTYPE.
21985 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
21986
219872007-10-17 Glenn Morris <rgm@gnu.org>
21988
21989 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
21990 (syms_of_minibuf): Add Qcompletion_ignore_case.
21991 * dired.c (Qcompletion_ignore_case): Change to external.
21992 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
21993 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
21994 (Fread_file_name): Use it rather than intern'ing.
21995
21996 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
21997 (Fread_coding_system): Ignore case of user input.
21998
219992007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22000
22001 * xdisp.c (handle_display_prop): Ignore display specs after
22002 replacing one when string text is being replaced.
22003 (handle_single_display_spec): Pretend as if characters with display
22004 property haven't been consumed only when buffer text is being replaced.
22005
220062007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22007
22008 * xfns.c (Fx_create_frame, Fx_display_list):
22009 * window.c (window_fixed_size_p, enlarge_window)
22010 (shrink_window_lowest_first):
22011 * macterm.c (init_font_name_table):
22012 * macfns.c (Fx_create_frame, Fx_display_list):
22013 * lread.c (close_load_descs):
22014 * keyboard.c (read_char_x_menu_prompt):
22015 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
22016 * coding.c (code_convert_region_unwind): Test the type of an object
22017 rather than just !NILP before extracting data from it.
22018
22019 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
22020
22021 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
22022 (XMISCANY): New macro.
22023 (XMISCTYPE): Use it.
22024 (struct Lisp_Misc_Any): New type.
22025 (union Lisp_Misc): Use it.
22026 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
22027 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
22028 (find_symbol_value, set_internal, default_value, Fset_default)
22029 (Fmake_variable_buffer_local, Fmake_local_variable)
22030 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
22031 (Flocal_variable_if_set_p, Fvariable_binding_locus):
22032 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
22033 * alloc.c (allocate_buffer): Set the size and tag.
22034 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
22035 Use XMISCANY.
22036 (die): Follow the GNU convention for error messages.
22037 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
22038 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
22039 tag any more.
22040 (set_buffer_internal_1):
22041 * frame.c (store_frame_param):
22042 * eval.c (specbind):
22043 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
22044
22045 * doc.c (Fsnarf_documentation): Simplify.
22046
220472007-10-14 Juanma Barranquero <lekktu@gmail.com>
22048
22049 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
22050 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
22051
220522007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
22053
22054 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
22055
220562007-10-14 Juanma Barranquero <lekktu@gmail.com>
22057
22058 * eval.c (do_autoload): Don't save autoloads.
22059
22060 * data.c (Ffset): Save autoload of the function being set.
22061
220622007-10-07 John Paul Wallington <jpw@pobox.com>
22063
22064 * xfns.c (x_create_tip_frame): Set the `display-type' frame
22065 parameter before setting up faces.
22066
220672007-10-13 Eli Zaretskii <eliz@gnu.org>
22068
22069 * ccl.c (Fregister_code_conversion_map):
22070 * keyboard.c (append_tool_bar_item): Reformat last change.
22071
22072 * lisp.h (eabs): Rename from `abs'. All callers changed.
22073
220742007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
22075
22076 * buffer.c (add_overlay_mod_hooklist):
22077 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
22078 * fontset.c (make_fontset):
22079 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
22080 (append_tool_bar_item):
22081 * macmenu.c (grow_menu_items):
22082 * w32menu.c (grow_menu_items):
22083 * xmenu.c (grow_menu_items): Use larger_vector.
22084
220852007-10-13 Eli Zaretskii <eliz@gnu.org>
22086
22087 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
22088 selected frame'' on MSDOS).
22089
220902007-10-12 Martin Rudalics <rudalics@gmx.at>
22091
22092 * frame.c (Qexplicit_name): New variable.
22093 (x_report_frame_params): Report it in parameter alist.
22094 (syms_of_frame): Intern and staticpro it.
22095
220962007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
22097
22098 * macfns.c (x_create_tip_frame): Set terminal for frame.
22099
221002007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22101
22102 * frame.c (Qenvironment): Remove.
22103 (syms_of_frame) <Qenvironment>: Don't initialize.
22104 (Fdelete_frame): Don't treat the `environment' param specially.
22105 * frame.h (Qenvironment): Don't declare.
22106 * callproc.c (set_initial_environment): Don't set unused frame param.
22107
22108 * frame.c (Fframe_with_environment): Remove.
22109 (syms_of_frame) <Sframe_with_environment>: Don't declare.
22110
22111 * lisp.h (Fframe_with_environment): Don't declare.
22112
221132007-10-10 Juanma Barranquero <lekktu@gmail.com>
22114
22115 * indent.c (indent_tabs_mode, last_known_column)
22116 (last_known_column_modified): Make static.
22117 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
22118
221192007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
22120
22121 * puresize.h (BASE_PURESIZE): Increase to 1170000.
22122
221232007-10-09 Jason Rumney <jasonr@gnu.org>
22124
22125 * w32term.c (x_set_window_size): Disable code that attempts to tell
22126 Lisp code about a size change before it actually happens.
22127
221282007-10-09 Richard Stallman <rms@gnu.org>
22129
22130 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
22131 return HANDLED_RETURN.
22132
221332007-10-08 Martin Rudalics <rudalics@gmx.at>
22134
22135 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
22136 when there's an unread command event.
22137
22138 * frame.c (focus_follows_mouse): Move here from frame.el to allow
22139 window autoselection act appropriately when leaving selected frame.
22140 (syms_of_frame): Initialize focus_follows_mouse.
22141 * frame.h (focus_follows_mouse): Extern it.
22142 * macterm.c (XTread_socket): When focus_follows_mouse is nil
22143 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
22144 * msdos.c (dos_rawgetc): Likewise.
22145 * w32term.c (w32_read_socket): Likewise.
22146 * xterm.c (handle_one_xevent): Likewise.
22147 * xdisp.c (syms_of_xdisp): In doc-string of
22148 mouse-autoselect-window mention focus-follows-mouse.
22149
221502007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22151
22152 * macterm.c (mac_load_query_font): Fix missing return value.
22153 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
22154 Add BLOCK_INPUT.
22155
221562007-10-08 Richard Stallman <rms@gnu.org>
22157
22158 * xdisp.c (get_window_cursor_type): Implement documented behavior
22159 for cursor-in-non-selected-windows = t.
22160
221612007-10-08 Jason Rumney <jasonr@gnu.org>
22162
22163 * w32.c (w32_get_resource): Always close registry keys.
22164
221652007-10-08 Jason Rumney <jasonr@gnu.org>
22166
22167 * makefile.w32-in (LIBS): Add COMCTL32.
22168
22169 * w32fns.c (globals_of_w32fns): Init common controls.
22170
221712007-10-08 Richard Stallman <rms@gnu.org>
22172
22173 * image.c (our_memory_buffer): Rename from omfib_buffer.
22174
221752007-10-08 Richard Stallman <rms@gnu.org>
22176
22177 * buffer.c (Foverlays_at): Doc fix.
22178
221792007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
22180
22181 * fns.c (Fplist_put): Preserve uneven tail data.
22182
221832007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
22184
22185 * termhooks.h (enum event_kind): Remove trailing comma.
22186
22187 * frame.h (enum): Remove trailing comma.
22188
221892007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
22190
22191 * w32proc.c (delete_child): Don't terminate threads of zombies.
22192
221932007-10-08 Martin Rudalics <rudalics@gmx.at>
22194
22195 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
22196
22197 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
22198 last-repeatable-command.
22199 (init_kboard): Initialize Vlast_repeatable_command.
22200 (command_loop_1): Set it to real_this_command unless that was
22201 bound to an input event.
22202 (mark_kboards): Mark it.
22203
222042007-10-08 Richard Stallman <rms@gnu.org>
22205
22206 * eval.c (condition-case): Doc fix.
22207
222082007-10-08 Masatake YAMATO <jet@gyve.org>
22209
22210 * xfaces.c (tty_supports_face_attributes_p): Fix code
22211 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
22212 was copied and not edited.
22213
222142007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
22215
22216 Add new `input-decode-map' keymap and use it for terminal
22217 escape sequences.
22218 * keyboard.h (struct kboard): Add Vinput_decode_map.
22219 Remove Vlocal_key_translation_map.
22220 * keyboard.c (read_key_sequence): Add support for input-decode-map.
22221 (init_kboard): Init input-decode-map.
22222 Replace local-key-translation-map back with key-translation-map.
22223 (syms_of_keyboard): Declare input-decode-map.
22224 Remove local-key-translation-map. Update docstrings.
22225 (mark_kboards): Mark Vinput_decode_map.
22226 Don't mark Vlocal_key_translation_map.
22227 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
22228 Replace local-key-translation-map back with key-translation-map.
22229 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
22230 Bind in input-decode-map rather than function-key-map.
22231
22232 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
22233 This was made redundant by the previous introduction of XSETPVECTYPE.
22234
222352007-10-09 Richard Stallman <rms@gnu.org>
22236
22237 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
22238
222392007-09-29 Richard Stallman <rms@gnu.org>
22240
22241 * eval.c (internal_condition_case_2, internal_condition_case_1)
22242 (internal_condition_case): Reenable abort if x_catching_errors ()
22243 to see if that really happens and why.
22244
222452007-10-06 Andreas Schwab <schwab@suse.de>
22246
22247 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
22248
222492007-10-04 Juanma Barranquero <lekktu@gmail.com>
22250
22251 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
22252
222532007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22254
22255 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
22256
222572007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
22258
22259 * window.h (struct window):
22260 * window.c (struct save_window_data, struct saved_window):
22261 * termhooks.h (struct terminal):
22262 * process.h (struct Lisp_Process):
22263 * frame.h (struct frame):
22264 * buffer.h (struct buffer):
22265 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
22266 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
22267 The size field of (pseudo)vectors is now unsigned.
22268 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
22269
22270 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
22271 Turn `count' into an integer.
22272
22273 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
22274 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
22275 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
22276 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
22277 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
22278
22279 * alloc.c (allocate_pseudovector): New fun.
22280 (ALLOCATE_PSEUDOVECTOR): New macro.
22281 (allocate_window, allocate_terminal, allocate_frame)
22282 (allocate_process): Use it.
22283 (mark_vectorlike): New function.
22284 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
22285 (mark_terminals): Use it.
22286 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
22287 (Fmake_byte_code): Use XSETPVECTYPE.
22288
22289 * frame.c (Fframe_parameters): Minor simplification.
22290
22291 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
22292
22293 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
22294
22295 * buffer.c (Fget_buffer_create, init_buffer_once):
22296 * lread.c (defsubr):
22297 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
22298
22299 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
22300 defined differently in the m/*.h files.
22301 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
22302 (XSETPVECTYPE): New macro.
22303 (XSETPSEUDOVECTOR): Use it.
22304
22305 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
22306 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
22307
22308 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
22309 * lread.c (defvar_per_buffer):
22310 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
22311
22312 * window.c (candidate_window_p): Only consider as visible frames that
22313 are on the same terminal.
22314
22315 * m/ibms390x.h (MARKBIT): Remove unused macro.
22316
223172007-10-01 Juanma Barranquero <lekktu@gmail.com>
22318
22319 * lread.c (Fload): Fix typo in docstring.
22320
223212007-10-01 Michaël Cadilhac <michael@cadilhac.name>
22322
22323 * floatfns.c (Fexpt): Manually check for overflows, so that a power
22324 of a non-zero value can't yield zero.
22325
223262007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
22327
22328 * term.c (term_clear_mouse_face, term_mouse_highlight)
22329 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
22330
22331 * print.c (safe_debug_print): Use XHASH.
22332
22333 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
22334 Lisp elements such as tags.
22335 (XHASH): New macro.
22336 (EQ): Use it.
22337 (SREF, SSET, STRING_COPYIN): Use SDATA.
22338 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
22339
22340 * alloc.c (mark_terminal): Remove left-over declaration.
22341 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
22342 (allocate_vectorlike): Remove type argument. Adjust callers.
22343 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
22344 Only handle the one remaining MEM_TYPE_VECTORLIKE.
22345
22346 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
22347 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
22348 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
22349 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
22350 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
22351 Use them.
22352
22353 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
22354 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
22355 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
22356
223572007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
22358
22359 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
22360 loaded by default.
22361
223622007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
22363
22364 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
22365 on this tty.
22366 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
22367
22368 * term.c (mouse_face_window): Rename from Qmouse_face_window.
22369 Update all users.
22370 (handle_one_term_event): Use Gpm_DrawPointer.
22371 (Fgpm_mouse_start): Rename from Fterm_open_connection.
22372 Signal errors instead of returning nil. Always return nil.
22373 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
22374 Make it a noop if gpm-mouse was not activated.
22375 (syms_of_term): Update names.
22376
223772007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
22378
22379 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
22380 (init_sys_modes): Check that gpm_tty is the current tty.
22381
22382 * alloc.c (allocate_terminal): Set the vector size to only count the
22383 lisp fields. Initialize those to nil.
22384 (mark_object): Don't treat terminals specially.
22385 (mark_terminal): Remove.
22386 (mark_terminals): Use mark_object instead.
22387
22388 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
22389 the GC to the beginning.
22390
22391 * indent.h:
22392 * indent.c: Use EMACS_INT for ints coming from Elisp data.
22393
22394 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
22395
223962007-09-25 Jason Rumney <jasonr@gnu.org>
22397
22398 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
22399
22400 * w32console.c (create_w32cons_output): Remove.
22401
22402 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
22403
22404 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
22405 (reset_sys_modes): Use reset_terminal_modes_hook.
22406
224072007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
22408
22409 * eval.c (do_autoload): Don't output any message.
22410
224112007-09-24 Juri Linkov <juri@jurta.org>
22412
22413 * emacs.c (standard_args): Change priority of "--no-splash"
22414 from 40 to 3. Add "--no-desktop" with the same priority.
22415
224162007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
22417
22418 * alloc.c (gc_sweep): Check cons cell mark bits word by word
22419 and optimize the case where they are all 1.
22420
224212007-09-23 Johannes Weiner <hannes@saeurebad.de>
22422
22423 * lisp.h (abs): Define if not defined.
22424 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
22425 Don't define `abs', since it's defined in lisp.h.
22426
224272007-09-22 Eli Zaretskii <eliz@gnu.org>
22428
22429 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
22430 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
22431 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
22432 (init_tty): Use DEV_TTY instead of "/dev/tty".
22433 [WINDOWSNT]: No need to protect from NAME arg being null.
22434
224352007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22436
22437 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
22438 up the tty state.
22439
224402007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22441
22442 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
22443 (gpm_tty): Change its type.
22444 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
22445 (gpm_tty): Change its type and initialize it.
22446 (Fterm_open_connection): Check the frame is indeed a tty.
22447 Use the new gpm_tty.
22448 (Fterm_close_connection): Use the new gpm_tty.
22449 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
22450 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
22451
224522007-09-21 Juanma Barranquero <lekktu@gmail.com>
22453
22454 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
22455 underline_color, to draw strike-through.
22456
224572007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22458
22459 * lisp.h (allocate_terminal): Declare.
22460
22461 * window.c (candidate_window_p): Consider frames that are being placed
22462 by the user as somewhere between visible and iconified.
22463 (window_loop): Prefer windows on the current frame.
22464 (Fselect_window): Move the use of select-frame to the beginning so we
22465 can just delegate all the work (it'll call us back anyway).
22466
22467 * frame.c (Qdisplay_environment_variable):
22468 * frame.h (Qdisplay_environment_variable): Delete.
22469
22470 * .gdbinit (xbacktrace): Print the arg's address rather than the value
22471 of the first arg, since that value may be a union.
22472
22473 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
22474 parameter rather than Qdisplay_environment_variable. If all else
22475 fails, look for DISPLAY in initial-environment.
22476
224772007-09-21 Glenn Morris <rgm@gnu.org>
22478
22479 * Makefile.in (emacstool): Remove target.
22480 (lisp, shortlisp): Remove termdev.elc.
22481
224822007-09-21 Markus Triska <markus.triska@gmx.at>
22483
22484 * xterm.c (x_delete_display): Compile session management conditionally.
22485
224862007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22487
22488 * callproc.c (getenv_internal_1): New function.
22489 (getenv_internal): Use it.
22490 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
22491
22492 * terminal.c (get_terminal): Don't accept ints to represent terminals.
22493 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
22494 (Fset_terminal_parameter): Work with dead terminals as well.
22495 (Fmodify_terminal_parameters): Remove.
22496
22497 * terminal.c (get_terminal): Handle terminals.
22498 Make sure the terminal returned is live.
22499 (create_terminal): Use allocate_terminal.
22500 (mark_terminals): Move to alloc.c.
22501 (delete_terminal): Use terminal->name as liveness status.
22502 NULL out fields after freeing their contents.
22503 Don't deallocate the object.
22504 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
22505 rather than an int.
22506 (Fterminal_live_p): Accept non-integer arguments.
22507 (Fterminal_list): Return terminal objects rather than an ints.
22508
22509 * alloc.c (enum mem_type): New member for `terminal' objects.
22510 (allocate_terminal): New function.
22511 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
22512 Handle terminals.
22513 (mark_terminal): New fun.
22514 (mark_terminals): Move from terminal.c.
22515
22516 * term.c (get_tty_terminal): Don't treat output_initial specially.
22517 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
22518 (delete_tty): Use terminal->name as liveness status.
22519
22520 * termhooks.h (struct terminal): Make it into a pseudovector.
22521 Remove `deleted' replaced by checking `name's nullness.
22522
22523 * print.c (print_object): Handle terminals.
22524
22525 * lisp.h (enum pvec_type): New `terminal' pseudovector.
22526 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
22527
22528 * frame.c (make_terminal_frame):
22529 * keyboard.c (tty_read_avail_input):
22530 * w32term.c (x_delete_terminal):
22531 * xfns.c (Fx_create_frame, x_create_tip_frame):
22532 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
22533
225342007-09-20 Glenn Morris <rgm@gnu.org>
22535
22536 * process.c (Fmake_network_process): Doc fix.
22537
225382007-09-19 Jason Rumney <jasonr@gnu.org>
22539
22540 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
22541
225422007-09-19 Michaël Cadilhac <michael@cadilhac.name>
22543
22544 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
22545 Fix a C warning regarding variable constness.
22546
22547 * xterm.c (handle_one_xevent): Fix a C warning.
22548
225492007-09-18 Jason Rumney <jasonr@gnu.org>
22550
22551 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
22552
225532007-09-17 Jan Djärv <jan.h.d@swipnet.se>
22554
22555 * gtkutil.c (gdpy_def): New variable.
22556 (xg_initialize): Initialize gdpy_def.
22557 (xg_display_close): If no other display exists, set gdpy_def to a
22558 new connection.
22559
225602007-09-16 Jan Djärv <jan.h.d@swipnet.se>
22561
22562 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
22563 when we have no file name for the icon.
22564 (xg_tool_bar_expose_callback): Remove.
22565 (xg_create_tool_bar): Don't connect expose signal to
22566 xg_tool_bar_expose_callback.
22567 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
22568
225692007-09-16 Andreas Schwab <schwab@suse.de>
22570
22571 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
22572 values instead of zapping them.
22573
225742007-09-14 Glenn Morris <rgm@gnu.org>
22575
22576 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
22577 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
22578 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
22579 scope and rename to omfib_buffer for clarity.
22580 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
22581
225822007-09-14 Kenichi Handa <handa@m17n.org>
22583
22584 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
22585
225862007-09-13 Jason Rumney <jasonr@gnu.org>
22587
22588 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
22589
22590 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
22591
22592 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
22593 (mac_term_init): Call here instead, passing rif.
22594
225952007-09-13 Glenn Morris <rgm@gnu.org>
22596
22597 * s/hpux.h: No longer define `static' as nothing.
22598
225992007-09-13 Johan Bockgård <bojohan@gnu.org>
22600
22601 * callint.c (Fcall_interactively): Remove unused var `fun'.
22602
226032007-09-12 Romain Francoise <romain@orebokech.com>
22604
22605 * window.c (prefer_window_split_horizontally, display_buffer):
22606 Revert 2007-09-08 change.
22607
226082007-09-12 Glenn Morris <rgm@gnu.org>
22609
22610 * alloca.c: Remove file.
22611 * Makefile.in (alloca): Do not undef.
22612 (allocaobj, alloca.o): Remove.
22613 (otherobj): Remove allocaobj.
22614 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
22615 * regex.c (C_ALLOCA): Remove all references and code that was only
22616 used when this was defined.
22617 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
22618 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
22619 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
22620
22621 * Makefile.in (SOURCES, unlock, relock): Delete.
22622
22623 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
22624 (menu_grab_callback): All uses changed.
22625
22626 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
22627 (x_reply_selection_request): All uses changed.
22628
226292007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
22630
22631 * lread.c (load_warn_old_style_backquotes): Change message to look
22632 better when it appears in the middle of byte-compiler messages.
22633
226342007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
22635
22636 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
22637
22638 * xterm.c (x_create_terminal): Add comment.
22639
22640 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
22641
226422007-09-10 Richard Stallman <rms@gnu.org>
22643
22644 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
22645
226462007-09-10 Michaël Cadilhac <michael@cadilhac.name>
22647
22648 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
22649 (DEFUN): Document `intspec', use it instead of `prompt'.
22650
22651 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
22652
22653 * data.c (Finteractive_form): If the interactive specification starts
22654 with a `(', use it as a Lisp form.
22655
22656 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
22657 name and file modes.
22658
22659 * callint.c (Fcall_interactively): Comment fixes.
22660
226612007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
22662
22663 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
22664 and compiled functions.
22665
226662007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
22667
22668 * window.c (prefer_window_split_horizontally): New variable.
22669 (display_buffer): Consider splitting window horizontally depending
22670 on prefer_window_split_horizontally.
22671
226722007-09-08 Eli Zaretskii <eliz@gnu.org>
22673
22674 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
22675
226762007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22677
22678 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
22679
22680 * frame.c (x_set_frame_parameters): Check number is positive before
22681 using XFASTINT.
22682
22683 * window.c (freeze_window_start): Don't presume selected_window holds
22684 a window object.
22685 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
22686
226872007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
22688
22689 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
22690
226912007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22692
22693 * window.c (Vsplit_window_preferred_function): New var.
22694 (Fdisplay_buffer): Use it.
22695 (syms_of_window): Export, and initialize it.
22696
226972007-09-06 Pixel <pixel@mandriva.com> (tiny change)
22698
22699 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
22700
227012007-09-06 Glenn Morris <rgm@gnu.org>
22702
22703 * gtkutil.c (menu_grab_callback) <cnt>:
22704 * xselect.c (x_reply_selection_request) <cnt>: Move static
22705 variable to file scope.
22706
227072007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22708
22709 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
22710 consistent values of selected_frame and selected_window.
22711
227122007-09-04 Jason Rumney <jasonr@gnu.org>
22713
22714 * w32console.c (initialize_w32_display): Zero unused hooks.
22715
227162007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22717
22718 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
22719 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
22720
227212007-09-04 Jason Rumney <jasonr@gnu.org>
22722
22723 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
22724 in w32console.c. Set up input. Remove XXX comments that have been
22725 confirmed as correct.
22726
22727 * s/ms-w32.h (MULTI_KBOARD): Define.
22728
22729 * w32console.c (one_and_only_w32cons): Remove.
22730 (initialize_w32_display): Take terminal argument.
22731
22732 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
22733 initialize_w32_display.
22734 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
22735
22736 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
22737
22738 * keyboard.c (discard_mouse_events): Discard it.
22739 (make_lispy_event): Translate it to a lisp event.
22740 (lispy_wheel_names): Add wheel-left and right events.
22741 (syms_of_keyboard): Enlarge wheel_syms.
22742
22743 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
22744 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
22745
22746 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
22747
22748 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
22749 from WM_MOUSEHWHEEL.
22750 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
22751
22752 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
22753 terminal.
22754
22755 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
22756 keyboard for the terminal.
22757
227582007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
22759
22760 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
22761 (Vresume_tty_hook): Rename from Vresume_tty_functions.
22762 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
22763 and resume-tty-function to resume-tty-hook.
22764 (Fsuspend_tty, Fresume_tty): Use new names.
22765
227662007-09-02 Jan Djärv <jan.h.d@swipnet.se>
22767
22768 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
22769 if it starts with "n:".
22770
227712007-08-31 Jan Djärv <jan.h.d@swipnet.se>
22772
22773 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
22774
227752007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
22776
22777 * frame.h:
22778 * frame.c (Qterm_environment_variable): Remove.
22779 (syms_of_frame): Don't init and staticpro it.
22780
22781 * callproc.c (getenv_internal): Remove special case for $TERM.
22782
22783 * callproc.c (Vinitial_environment): New variable.
22784 (set_initial_environment): Initialize it.
22785 (syms_of_callproc): Declare it.
22786 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
22787 TERM under which a process runs is never related to the TERM in which
22788 Emacs is running.
22789
227902007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22791
22792 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
22793 * s/darwin.h: ... do it here.
22794
227952007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
22796
22797 * lisp.h (set_initial_environment): Rename from set_global_environment.
22798
22799 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
22800 removed by mistake on the multi-tty branch.
22801
22802 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
22803 (Fmodify_frame_parameters): Return a value.
22804
22805 * image.c (png_load): Comment-out var only used in commented-out code.
22806
22807 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
22808 before passing it to mark_object.
22809
22810 * xfaces.c (internal_resolve_face_name): Return a value.
22811 (internal_resolve_face_name, resolve_face_name_error): Comment out.
22812
22813 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
22814 (x_icon): Comment-out var only used in commented-out code.
22815
228162007-08-29 Romain Francoise <romain@orebokech.com>
22817
22818 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
22819 QUIT hasn't been provided.
22820
228212007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
22822
22823 * callproc.c (child_setup, getenv_internal): Use the
22824 display-environment-variable and term-environment-variable frame params.
22825 (set_initial_environment): Initialise Vprocess_environment.
22826
22827 * config.in: Disable multi-keyboard support on a mac.
22828
22829 * frame.c (Qterm_environment_variable)
22830 (Qdisplay_environment_variable): New variables.
22831 (syms_of_frame): Intern and staticpro them.
22832 (Fmake_terminal_frame): Disable output method test.
22833
22834 * frame.h: Declare them here.
22835
22836 * macfns.c (x_set_mouse_color): Get rif from the frame.
22837 (x_set_tool_bar_lines): Don't use updating_frame.
22838 (mac_window): Add 2 new parameters for consistency with other systems.
22839 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
22840 frame parameters following what is done in X11 and w32. Don't use
22841 FRAME_MAC_DISPLAY_INFO.
22842 (Fx_open_connection, start_hourglass): Remove window-system check.
22843 (x_create_tip_frame): Get the keyboard from the terminal.
22844
22845 * macmenu.c: Reorder includes.
22846 (Fx_popup_menu): Use terminal specific mouse_position_hook.
22847
22848 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
22849 terminal parameter.
22850 (x_clear_frame): Add a frame parameter.
22851 (note_mouse_movement): Get rif from the frame.
22852 (mac_term_init): Initialize the terminal.
22853 (mac_initialize): Make static and move terminal initialization ...
22854 (mac_create_terminal): ... to this new function.
22855
22856 * macterm.h (struct mac_display_info): Add terminal.
22857 (mac_initialize): Delete declaration.
22858
22859 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
22860
22861 * sysdep.c: Comment out text after #endif.
22862
22863 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
22864 is defined. Better initialize ttys in windows. Use terminal
22865 specific mouse_position_hook.
22866
22867 * termhooks.h (union display_info): Add mac_display_info.
22868
22869 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
22870 Set the default minibuffer frame, window_system and the rest of the
22871 frame parameters following what is done in X11.
22872
22873 * w32term.c (w32_initialize): Make static.
22874
22875 * xselect.c (x_handle_selection_clear): Only access
22876 terminal->kboard when MULTI_KBOARD is defined.
22877
22878 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
22879 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
22880
228812007-08-29 Jason Rumney <jasonr@gnu.org>
22882
22883 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
22884 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
22885
22886 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
22887 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
22888
22889 * keyboard.c (restore_kboard_configuration): Only define when
22890 MULTI_KBOARD defined.
22891
22892 * makefile.w32-in: Update dependancies from Makefile.in.
22893 (OBJ1): Add terminal.$(O)
22894
22895 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
22896 Don't define function body.
22897 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
22898
22899 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
22900
22901 * w32.c (request_sigio, unrequest_sigio): Remove.
22902
22903 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
22904 (w32con_clear_frame, w32con_clear_end_of_line)
22905 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
22906 (w32con_delete_glyphs, w32con_set_terminal_window)
22907 (scroll_line, w32_sys_ring_bell): Add frame arg.
22908 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
22909 Add terminal arg.
22910 (PICK_FRAME): Remove.
22911 (w32con_write_glyphs): Use frame specific terminal coding.
22912 (one_and_only_w32cons): New global variable.
22913 (initialize_w32_display): Use it for storing hooks.
22914 (create_w32cons_output): New function.
22915
22916 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
22917 arg a frame.
22918
22919 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
22920 Set window_system.
22921 (x_set_tool_bar_lines): Don't use updating_frame.
22922 (Fx_create_frame): Set terminal and ref count.
22923 (Fx_open_connection): Remove window-system check.
22924
22925 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
22926
22927 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
22928 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
22929 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
22930 Add frame arg.
22931 (x_delete_terminal, w32_create_terminal): New functions.
22932 (w32_term_init): Create a terminal.
22933 (w32_initialize): Move terminal specific initialization to
22934 w32_create_terminal.
22935
22936 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
22937 (w32_clear_rect, w32_clear_area): Use background from frame.
22938 (w32_display_info): Add terminal.
22939 (w32_sys_ring_bell, x_delete_display): Declare here.
22940
22941 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
22942
22943 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
22944
229452007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
22946
22947 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
22948 Fix get_named_tty calls for the controlling tty.
22949
229502007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
22951
194d44e7 22952 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
22953
229542007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
22955
22956 * term.c (tty_insert_glyphs): Add missing first parameter.
22957
229582007-08-29 Károly Lőrentey <karoly@lorentey.hu>
22959
22960 * buffer.c (Fbuffer_list, Fbury_buffer):
22961 Take frame->buried_buffer_list into account.
22962
22963 * cm.c (current_tty): New variable, for cmputc().
22964 (cmputc): Use it.
22965 (cmcheckmagic): Add tty parameter, look up terminal streams there.
22966 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
22967 (cmgoto): Add tty parameter. Pass it on to calccost().
22968 Use emacs_tputs() instead of tputs().
22969
22970 * cm.h (emacs_tputs): New macro to set current_tty, and then call
22971 tputs().
22972 (current_tty): New variable, for cmputc().
22973 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
22974
22975 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
22976 (internal_condition_case, internal_condition_case_1)
22977 (internal_condition_case_2): Don't abort when x_catching_errors.
22978
22979 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
22980 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
22981 prevent crashes caused by bogus longjmps in read_char.
22982
22983 * keymap.h (Fset_keymap_parent): Add EXFUN.
22984
22985 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
22986 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
22987 Remove redundant definition.
22988
22989 * macfns.c (x_set_mouse_color, x_make_gc):
22990 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22991
22992 * w32term.c (x_free_frame_resources):
22993 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
22994 (w32_initialize): Use the accessor macros for terminal characteristics.
22995
22996 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
22997 Use the accessor macros for terminal characteristics.
22998 * msdos.c (internal_terminal_init): Use the accessor macros for
22999 terminal characteristics.
23000 (ScreenVisualBell, internal_terminal_init):
23001 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23002
23003 * termopts.h (no_redraw_on_reenter): Declare.
23004
23005 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
23006 (mark_terminals, mark_ttys): Declare.
23007 (Fgarbage_collect): Call them.
23008 (mark_object): Mark buried_buffer_list.
23009
23010 * prefix-args.c: Include stdlib.h for exit.
23011
23012 * syssignal.h: Add comment.
23013
23014 * indent.c: Include stdio.h.
23015
23016 * window.h (Vinitial_window_system): Declare.
23017 (Vwindow_system): Delete declaration.
23018
23019 * fontset.c (Finternal_char_font): Use FRAME_RIF.
23020
23021 * image.c (lookup_image): Don't initialize `c' until the xasserts
23022 have been run.
23023
23024 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
23025 FRAME_FOREGROUND_PIXEL.
23026
23027 * print.c (print_preprocess): Don't lose print_depth levels while
23028 iterating.
23029
23030 * widget.c (update_from_various_frame_slots):
23031 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23032
23033 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
23034 frames.
23035 (window_internal_height): Remove bogus make_number call.
23036 (init_window_once): Call make_terminal_frame with two zero parameters.
23037
23038 * fileio.c (Fread_file_name): Update comment.
23039
23040 * callint.c (Fcall_interactively):
23041 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
23042 Make sure it is correctly unwound.
23043
23044 * xsmfns.c (x_session_close): New function.
23045
23046 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
23047 Delete declarations.
23048
23049 * xterm.h: Remove declaration for x_fully_uncatch_errors.
23050 (x_output): Remove background_pixel and foreground_pixel fields.
23051 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
23052 (x_delete_device, x_session_close): Declare.
23053
23054 * lread.c: Include setjmp.h. Update declaration of `read_char'.
23055 (read_filtered_event): Call `read_char' with a local
23056 `wrong_kboard_jmpbuf'.
23057
23058 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
23059 Don't call single_kboard_state. Use FRAME_RIF.
23060
23061 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
23062 systems.
23063
23064 * lisp.h (set_process_environment): Rename to `set_global_environment'.
23065 (Fframe_with_environment, Fset_input_meta_mode)
23066 (Fset_quit_char): EXFUN.
23067 (x_create_device, tty_output, terminal, tty_display_info): Declare.
23068 (init_sys_modes, reset_sys_modes): Update prototypes.
23069 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
23070
23071 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
23072 Vlocal_key_translation_map, and Vkeyboard_translate_table.
23073 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
23074 Delete declarations.
23075 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
23076 (temporarily_switch_to_single_kboard, tty_read_avail_input):
23077 New declarations.
23078
23079 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
23080 already does that during init_display(). Call syms_of_keymap
23081 before syms_of_keyboard. Call `syms_of_terminal'.
23082 Call set_initial_environment, not set_process_environment.
23083 (shut_down_emacs): Call reset_all_sys_modes() instead of
23084 reset_sys_modes().
23085
23086 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
23087 (internal_resolve_face_name, resolve_face_name_error): New functions.
23088 (resolve_face_name): Protect against loops and errors thrown by Fget.
23089 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
23090 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
23091
23092 * scroll.c: Replace CURTTY() with local variables throughout the
23093 file (where applicable).
23094 (calculate_scrolling, calculate_direct_scrolling)
23095 (scrolling_1, scroll_cost): Use the accessor macros for terminal
23096 characteristics.
23097
23098 * keymap.c (Vfunction_key_map): Remove.
23099 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
23100 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
23101 (Vkey_translation_map): Remove.
23102 (syms_of_keymap): Remove DEFVAR for key-translation-map.
23103 (Fdescribe_buffer_bindings)
23104 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
23105 Update for terminal-local key-translation-map.
23106
23107 * Makefile.in (callproc.o): Update dependencies.
23108 (lisp, shortlisp): Add termdev.elc.
23109 (obj): Add terminal.o.
23110 (terminal.o): Add dependencies.
23111 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
23112 (data.o, fns.o): Add termhooks.h dependency.
23113 (SOME_MACHINE_LISP): Add dnd.elc.
23114 (minibuf.o): Fix typo.
23115 Update dependencies.
23116
23117 * data.c (do_symval_forwarding, store_symval_forwarding)
23118 (find_symbol_value): Use the selected frame's keyboard, not
23119 current_kboard.
23120
23121 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
23122 Vwindow_system.
23123
23124 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
23125 Fmenu_bar_open.
23126 (syms_of_xmenu): Update defsubr.
23127 (mouse_position_for_popup, Fx_popup_menu)
23128 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
23129 (set_frame_menubar, free_frame_menubar)
b97439ce 23130 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
23131 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
23132 an X frame.
23133
23134 * xselect.c (x_own_selection): Abort if not an X frame.
23135 (some_frame_on_display): Check if it is an X frame.
23136 (x_handle_selection_clear): Deal with MULTI_KBOARD.
23137
23138 * coding.c: Include frame.h and termhooks.h.
23139 (terminal_coding, keyboard_coding): Delete.
23140 (Fset_terminal_coding_system_internal)
23141 (Fset_keyboard_coding_system_internal)
23142 (Fkeyboard_coding_system)
23143 (Fterminal_coding_system): Add a terminal parameter.
23144 Get terminal_coding from the terminal.
23145 (init_coding_once): Don't call setup_coding_system here.
23146
23147 * dispextern.h (set_scroll_region, turn_off_insert)
23148 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
23149 (tty_clear_end_of_line, tty_setup_colors)
23150 (delete_tty, updating_frame)
23151 (produce_special_glyphs, produce_glyphs, write_glyphs)
23152 (insert_glyphs): Remove.
23153 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
23154 (tty_turn_off_highlight, get_tty_size): Add declaration.
23155 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
23156
23157 * frame.h (enum output_method): Add output_initial.
23158 (struct x_output): Delete.
23159 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
23160 Access foreground_pixel and background_pixel directly from the frame.
23161 (tty_display): Delete.
23162 (struct frame): Add buried_buffer_list, foreground_pixel,
23163 background_pixel and terminal. Delete kboard.
23164 (union output_data): Add tty.
23165 (FRAME_KBOARD): Get the kboard from the terminal.
23166 (FRAME_INITIAL_P): New macro.
23167 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
23168 (Qterm_environment_variable, Qdisplay_environment_variable)
23169 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
23170 New declarations.
23171
23172 * termchar.h (tty_output, tty_display_info): New structures.
23173 (tty_list): Declare.
23174 (FRAME_TTY, CURTTY): New macros.
23175 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
23176 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
23177 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
23178 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
23179
23180 * callproc.c: Include frame.h and termhooks.h, for terminal
23181 parameters.
23182 (add_env): New function.
23183 (child_setup): Use it.
23184 (child_setup, getenv_internal): Handle the new Vprocess_environment.
23185 (getenv_internal): Fix get_terminal_param call.
23186 (Fgetenv_internal, egetenv): Update doc.
23187 (syms_of_callproc): Initialize Vprocess_environment to nil.
23188 Register and initialize them. Remove obsolete defvars. Update doc
23189 strings.
23190 (child_setup): Handle Vlocal_environment_variables.
23191 (getenv_internal): Add terminal parameter.
23192 Handle Vlocal_environment_variables.
23193 (Fgetenv_internal): Add terminal parameter.
23194 (child_setup, getenv_internal, Fgetenv_internal): Store the local
23195 environment in a frame (not terminal) parameter. Update doc strings.
23196 (set_initial_environment): Rename from set_global_environment.
23197 Store Emacs environment in initial frame parameter.
23198
23199 * xdisp.c (redisplay_internal): Update references to
23200 `previous_terminal_frame'.
23201 (display_mode_line, Fformat_mode_line): Replace calls to
23202 `push_frame_kboard' with `push_kboard'.
23203 (get_glyph_string_clip_rects): Add extra parentheses and
23204 braces to prevent compiler warnings.
23205 (calc_pixel_width_or_height): Add xassert to check that the
23206 frame is alive. Don't call `lookup_image' on a termcap frame.
23207 (message2_nolog, message3_nolog, redisplay_internal)
23208 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
23209 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
23210 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
23211 (Fx_display_pixel_width, Fx_display_pixel_height)
23212 (Fx_display_planes, Fx_display_color_cells)
23213 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
23214 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
23215 (Fx_display_backing_store, Fx_display_visual_class)
23216 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
23217 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
23218
23219 * xfns.c (x_set_foreground_color x_set_background_color)
23220 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
23221 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23222 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
23223 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
23224 terminal that is being deleted.
23225 (Fx_create_frame): Use `store_frame_param' to set `window-system'
23226 frame parameter, and make sure it overrides any user-supplied setting.
23227 (Fx_close_connection, Fx_synchronize): Unify argument names with
23228 the rest of the DEFUNs.
23229
23230 * dispnew.c (Fsend_string_to_terminal): Update call to
23231 `get_tty_terminal'.
23232 (Fredraw_frame, Fsend_string_to_terminal)
23233 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
23234 FRAME_TERMCAP_P and FRAME_TTY.
23235 (window_change_signal): Don't believe width/height values that are
23236 impossibly small.
23237 (Vinitial_window_system): Rename from Vwindow_system.
23238 (termscript, Wcm, rif): Delete.
23239
23240 * termhooks.h (struct terminal): New struct containing the
23241 previously global text display hooks and new members NAME,
23242 DELETED and PARAM_ALIST.
23243 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
23244 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
23245 (FRAME_RIF): New macros.
23246 (get_terminal_param, get_device): New declarations.
23247 (termscript): Delete declaration.
23248
23249 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
23250 (XTflash, x_free_frame_resources, x_scroll_bar_create)
23251 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
23252 FRAME_FOREGROUND_PIXEL.
23253 (x_fully_uncatch_errors): Disable definition.
23254 (x_scroll_bar_expose): Fix reference to foreground pixel.
23255 (XTread_socket): Disable loop on all X displays.
23256 (x_delete_terminal): Don't set terminal->deleted and let
23257 delete_terminal delete the frames on the terminal.
23258 (x_delete_display): Doc update to reflect changes in
23259 delete_terminal.
23260 (x_display_info) <terminal>: Move member earlier in the struct.
23261 (deleting_tty): Remove old variable.
23262 (Fsuspend_tty): Call clear_tty_hooks.
23263 (Fresume_tty, init_tty): Call set_tty_hooks.
23264 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
23265 errors on X frames.
23266 (x_catch_errors_unwind): Abort if x_error_message is NULL.
23267 (handle_one_xevent): Initialize `f' to NULL.
23268 (x_delete_terminal, x_create_terminal): New functions.
23269 (XTset_terminal_modes, XTreset_terminal_modes)
23270 (XTread_socket, x_connection_closed, x_term_init)
23271 (x_term_init, x_delete_display): Add terminal parameter.
23272 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
23273 X connections.
23274
23275 * frame.c: Include termchar.h.
23276 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
23277 (Qwindow_system, Qenvironment, Qterm_environment_variable)
23278 (Qdisplay_environment_variable): New vars.
23279 (Fframep): Deal with output_initial.
23280 (Fframe-live-p): Doc fix.
23281 (Fwindow-system): New function.
23282 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
23283 (make_terminal_frame): Don't create frames on a terminal that is
23284 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23285 (store_frame_param): Check for found_for_frame before calling XFRAME.
23286 (Fmake_terminal_frame): Handle NULL tty names correctly.
23287 (syms_of_frame): Enhance doc string of `default-frame-alist'.
23288 (Fdelete_frame): Remove unused variable `count'. Don't allow other
23289 frames to refer to a deleted frame in their 'environment parameter.
23290 (Fframe_with_environment): New function.
23291 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
23292 (get_future_frame_param): New function.
23293 (Fmake_terminal_frame): Use it.
23294 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
23295
23296 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
23297 * sysdep.c (reset_sys_modes): Update for renames.
23298
23299 * keyboard.c (tty_read_avail_input): New function.
23300 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
23301 (syms_of_keyboard): Defsubr them.
23302 (Fset_input_meta_mode, Fset_quit_char): New functions.
23303 (Fset_input_mode): Split to above functions.
23304 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
23305 parameter. Use it in call to `read_char'.
23306 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
23307 Set wrong_kboard_jmpbuf correctly in recursive calls.
23308 Use current_kboard to access Vkeyboard_translate_table.
23309 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
23310 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
23311 Update longjmp invocations. Remember the original current_kboard,
23312 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
23313 changes it. Comment out unnecessary calls to
23314 `record_single_kboard_state' and `any_kboard_state'.
23315 Update recursive calls.
23316 (wrong_kboard_jmpbuf): Remove global variable.
23317 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
23318 Handle deleted interrupted_kboards correctly; that is a legal
23319 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
23320 and read_char calls. Abort if interrupted_kboard died in read_char.
23321 (any_kboard_state, single_kboard_state)
23322 (push_frame_kboard): Remove function.
23323 (pop_kboard): Switch out of single_kboard mode if the kboard has
23324 been deleted. Remove unused variable. Help debugging by not
23325 changing current_kboard unnecessarily. Set current_kboard to the
23326 kboard of the selected frame when the stored kboard object has
23327 been deleted before pop_kboard.
23328 (temporarily_switch_to_single_kboard): Change first parameter to a
23329 frame pointer. Throw an error when caller wants to change kboards
23330 while in single_kboard mode. Don't push_kboard if we weren't in
23331 single kboard state. Don't pop_kboard if we popped into any
23332 kboard state.
23333 (restore_kboard_configuration): Abort if pop_kboard changed the
23334 kboard in single_kboard mode. Call pop_kboard only after setting
23335 up single_kboard mode.
23336 (Frecursive_edit): Switch to single_kboard mode only in nested
23337 command loops.
23338 (cmd_error, command_loop, command_loop_1, timer_check):
23339 Comment out unnecessary call to `any_kboard_state' and
23340 `record_single_kboard_state'.
23341 (delete_kboard): Exit single_kboard mode if we have just deleted
23342 that kboard. Use FRAME_KBOARD.
23343 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
23344 `fatal_error_signal'.
23345 (record_single_kboard_state): Don't push_kboard if we weren't in
23346 single kboard state. Don't pop_kboard if we popped into any
23347 kboard state.
23348 (push_frame_kboard): Rename to push_kboard.
23349 (kbd_buffer_get_event): Use FRAME_TERMINAL.
23350 (read_avail_input): Read input from all terminals.
23351 (mark_kboards): Also mark Vkeyboard_translate_table.
23352 (kbd_buffer_store_event_hold): Simplify condition.
23353 (read_key_sequence): Reinitialize fkey and keytran at each replay.
23354 (Vkeyboard_translate_table): Move to struct kboard.
23355 (init_kboard): Initialize Vkeyboard_translate_table.
23356 (syms_of_keyboard): Use DEFVAR_KBOARD to define
23357 Vkeyboard_translate_table. Update doc strings. Update docs of
23358 local-function-key-map and function-key-map.
23359
23360 * terminal.c: New file.
23361
23362 * term.c: Include errno.h.
23363 (Vring_bell_function, device_list, initial_device)
23364 (next_device_id, ring_bell, update_begin, update_end)
23365 (set_terminal_window, cursor_to, raw_cursor_to)
23366 (clear_to_end, clear_frame, clear_end_of_line)
23367 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
23368 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
23369 (syms_of_term): Move their initialization to terminal.c.
23370 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
23371 (Ftty_display_color_cells)
23372 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
23373 (clear_tty_hooks, set_tty_hooks)
23374 (init_tty, maybe_fatal): New functions.
23375 (Ftty_type): Return nil if terminal is not on a tty instead of
23376 throwing an error. Doc update.
23377 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
23378 Doc update. Initialize new subrs and variables.
23379 (delete_tty): Use terminal->deleted.
23380 (tty_set_terminal_modes): Rename from set_terminal_modes.
23381 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
23382 (set_scroll_region): Rename to `tty_set_scroll_region'.
23383 (turn_on_insert): Rename to `tty_turn_on_insert'.
23384 (turn_off_insert): Rename to `tty_turn_off_insert'.
23385 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
23386 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
23387 (toggle_highligh): Rename to `tty_toggle_highlight'.
23388 (background_highlight): Rename to `tty_background_highlight'.
23389 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
23390 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
23391 (tty_set_scroll_region, tty_background_highlight)
23392 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
23393 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
23394 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
23395 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
23396 Add static modifier.
23397 (tty_reset_terminal_modes, tty_set_terminal_window)
23398 (tty_set_scroll_region, tty_background_highlight)
23399 (tty_highlight_if_desired, tty_cursor_to)
23400 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
23401 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
23402 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
23403 renames.
23404
234052007-08-28 Jan Djärv <jan.h.d@swipnet.se>
23406
23407 * keyboard.c: Qrtl is new.
23408 (parse_tool_bar_item): Handle :rtl keyword.
23409 (syms_of_keyboard): Intern :rtl keyword.
23410
23411 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
23412
23413 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
23414 so no Lisp code is executed.
23415 (file_for_image, find_rtl_image): New functions.
23416 (xg_get_image_for_pixmap): Use file_for_image.
23417 (update_frame_tool_bar): If direction is RTL, use RTL image if
23418 defined. Use Gtk stock images if defined.
23419
234202007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23421
23422 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
23423 for nonexistent or zero-width glyph in composition glyph.
23424
234252007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
23426
23427 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
23428
23429 * xdisp.c (Finvisible_p): New function.
23430 (syms_of_xdisp): defsubr it.
23431
234322007-08-24 Juanma Barranquero <lekktu@gmail.com>
23433
23434 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
23435 Doc fixes.
23436
234372007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23438
23439 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
23440
234412007-08-24 Martin Rudalics <rudalics@gmx.at>
23442
23443 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
23444 whether decoding has modified buffer contents.
23445
234462007-08-24 Jason Rumney <jasonr@gnu.org>
23447
23448 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
23449 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
23450 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
23451 (init_svg_functions) [HAVE_NTGUI]: New function.
23452 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
23453 (svg_load_image): Use them.
23454 (svg_load_image) [HAVE_NTGUI]: Implement background.
23455
234562007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23457
23458 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
23459 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
23460 (LIBX): Remove @RSVG_LIBS@.
23461 (LIBES): Add $(RSVG_LIBS).
23462
23463 * image.c (svg_load_image): Blend with specified background if exists.
23464 Use IMAGE_BACKGROUND. Add Mac OS Support.
23465
23466 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
23467 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
23468 Remove macros.
23469 [MAC_OSX] (socket_callback): Do nothing.
23470 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
23471 ReceiveNextEvent.
23472 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
23473 socket_callback.
23474 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
23475
234762007-08-22 Glenn Morris <rgm@gnu.org>
23477
23478 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
23479
234802007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
23481
23482 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
23483
23484 * image.c: Add support for SVG images. Some additional comments
23485 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
23486 (svg_image_p): New function to test for SVG image.
23487 (svg_load): New function to load SVG image.
23488 (svg_load_image): New function, helper for svg_load.
23489 (Qsvg): New Lisp_object.
23490 (svg_keyword_index): New enum.
23491 (svg_format): New static `image_keyword' struct.
23492 (svg_type): New static `image_type' struct.
23493 (librsvg/rsvg.h): Include it.
23494
234952007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
23496
23497 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
23498
234992007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23500
23501 * lread.c (Qold_style_backquotes): New var.
23502 (syms_of_lread): Init and staticpro it.
23503 (load_warn_old_style_backquotes): New fun.
23504 (Fload): Use them to warn about old style backquotes.
23505 (end_of_file_error, Fload): Remove unused vars.
23506
23507 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
23508
23509 * lread.c (Vold_style_backquotes): New var.
23510 (syms_of_lread): Init and export it to Elisp.
23511 (read1): Set it when we find an old-style (back)quote.
23512
235132007-08-22 Jason Rumney <jasonr@gnu.org>
23514
23515 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
23516
235172007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
23518
23519 * puresize.h (BASE_PURESIZE): Increase to 1140000.
23520
235212007-08-19 Richard Stallman <rms@gnu.org>
23522
23523 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
23524
235252007-08-19 Andreas Schwab <schwab@suse.de>
23526
23527 * alloc.c (pure): Round PURESIZE up.
23528
235292007-08-17 Jan Djärv <jan.h.d@swipnet.se>
23530
23531 * xterm.c (handle_one_xevent): Remove check that mouse click is in
23532 active frame.
23533
235342007-08-16 Richard Stallman <rms@gnu.org>
23535
23536 * eval.c (Fcommandp): Add parens to clarify.
23537
23538 * minibuf.c (Fall_completions): Use enum for type of table.
23539
23540 * emacs.c (USAGE2): Improve text.
23541
235422007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
23543
23544 * term.c (tty_default_color_capabilities): Declare static
23545 variables in file scope, to avoid HPUX compiler problem.
23546
235472007-08-13 Jan Djärv <jan.h.d@swipnet.se>
23548
23549 * gtkutil.c (update_frame_tool_bar): Use -1 as index
23550 to gtk_toolbar_insert.
23551
235522007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
23553
23554 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
23555
23556 * insdel.c (reset_var_on_error): New fun.
23557 (signal_before_change, signal_after_change):
23558 Use it to reset (after|before)-change-functions to nil in case of error.
23559 Bind inhibit-modification-hooks to t.
23560 Don't bind (after|before)-change-functions to nil while they run.
23561
235622007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23563
23564 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
23565 filling pixmap with stippled background.
23566
235672007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23568
23569 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
23570 Don't use invisible frame as parent window for repositioning.
23571
235722007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
23573
23574 * print.c (new_backquote_output): Rename from old_backquote_output.
23575 (print): Inverse its logic (according to its name) so as to match the
23576 behavior of new_backquote_flag in lread.c.
23577
235782007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23579
23580 * gmalloc.c (posix_memalign): New function.
23581
23582 * macterm.c (frame_highlight, frame_unhighlight): Don't call
23583 ActivateControl/DeactivateControl here.
23584 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
23585 frame-notice-user-settings is non-nil.
23586 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
23587 for kEventParamFMFontStyle.
23588 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
23589 mac_pass_command_to_system and mac_pass_control_to_system here.
23590 (XTread_socket): Call ActivateControl/DeactivateControl here.
23591 (XTread_socket) [TARGET_API_MAC_CARBON]:
23592 Check mac_pass_command_to_system and mac_pass_control_to_system here.
23593 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
23594 for window repositioning.
23595
235962007-08-08 Glenn Morris <rgm@gnu.org>
23597
23598 * Replace `iff' in doc-strings and comments.
23599
236002007-08-07 Chong Yidong <cyd@stupidchicken.com>
23601
23602 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
23603
236042007-08-07 Martin Rudalics <rudalics@gmx.at>
23605
23606 * fileio.c (Finsert_file_contents): Run format-decode and
23607 after_insert_file_functions on entire buffer when REPLACE is
23608 non-nil and inhibit modification_hooks and point_motion_hooks.
23609 For consistency, run after_insert_file_functions iff something
23610 got inserted. Move signal_after_change and update_compositions
23611 after code running after_insert_file_functions. Make sure that
23612 undo_list doesn't record intermediate steps of the decoding process.
23613
236142007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23615
23616 * emacs.c (main)
23617 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
23618 Call malloc_enable_thread on interactive startup.
23619
23620 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
23621 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
23622 [USE_PTHREAD]: Conditionalize with it.
23623 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
23624 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
23625 New functions.
23626
236272007-08-06 Chong Yidong <cyd@stupidchicken.com>
23628
23629 * xdisp.c (redisplay_window): When restoring original buffer
23630 position, make sure it is still valid.
23631
23632 * image.c (png_load): Ignore png-supplied background color.
23633
236342007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23635
23636 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
23637 Use kCFAbsoluteTimeIntervalSince1970.
23638
23639 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
23640 New variable.
23641 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
23642 event loop should be quit.
23643 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
23644 Quit dialog event loop if quit_dialog_event_loop is set.
23645
23646 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
23647 (Selection): New typedef. Use instead of ScrapRef.
23648 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
23649 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
23650 (mac_clear_selection): Rename from clear_scrap.
23651 (get_flavor_type_from_symbol): New argument SEL and subsume function of
23652 scrap_has_target_type. All uses changed.
23653 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
23654 (mac_selection_has_target_p): New functions.
23655 (mac_put_selection_value): Rename from put_scrap_string.
23656 (mac_get_selection_value): Rename from get_scrap_string.
23657 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
23658 (put_scrap_private_timestamp, scrap_has_target_type)
23659 (get_scrap_private_timestamp): Remove functions.
23660 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
23661 (x_own_selection, x_get_local_selection):
23662 Use mac_valid_selection_value_p.
23663 (x_own_selection): Don't use put_scrap_private_timestamp.
23664 Record OWNERSHIP-INFO into Vselection_alist instead.
23665 (x_get_local_selection): Don't check type if request is local.
23666 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
23667 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
23668
236692007-08-04 Jan Djärv <jan.h.d@swipnet.se>
23670
23671 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
23672 add comment explaining why.
23673
236742007-08-03 Richard Stallman <rms@gnu.org>
23675
23676 * fileio.c (Fvisited_file_modtime): Use make_time.
23677
236782007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
23679
23680 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
23681 build.
23682
236832007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
23684
23685 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
23686
236872007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
23688
23689 * puresize.h (BASE_PURESIZE): Increase to 1130000.
23690
236912007-07-30 Richard Stallman <rms@gnu.org>
23692
23693 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
23694
236952007-07-29 Jan Djärv <jan.h.d@swipnet.se>
23696
23697 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
23698
236992007-07-28 Nick Roberts <nickrob@snap.net.nz>
23700
23701 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
23702 remote default-directory.
23703
23704 * buffer.c (mode-line-format): Update doc string.
23705
237062007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23707
23708 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
23709 scroll bar gap.
23710 (x_scroll_bar_create): Set bar->fringe_extended_p.
23711 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
23712 on frame edge. Check fringe background extension. Don't clear
23713 extended fringe background area.
23714
23715 * w32term.h (struct scroll_bar): New member fringe_extended_p.
23716 (w32_fill_area): Enclose multiple statements with do ... while (0).
23717
23718 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
23719 Extend fringe background to scroll bar gap.
23720 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
23721 Set bar->fringe_extended_p.
23722 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23723 Put leftmost/rightmost scroll bars on frame edge. Check fringe
23724 background extension. Don't clear extended fringe background area.
23725
23726 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
23727 New member fringe_extended_p.
23728
237292007-07-25 Glenn Morris <rgm@gnu.org>
23730
23731 * Relicense all FSF files to GPLv3 or later.
23732
23733 * COPYING: Switch to GPLv3.
23734
237352007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
23736
23737 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
23738
23739 * data.c (Finteractive_form): Check for the presence of an
23740 `interactive-form' symbol property more thoroughly.
23741
23742 * data.c (Finteractive_form): Use an `interactive-form' property if
23743 present, analogous to the function-documentation property.
23744
237452007-07-24 Jason Rumney <jasonr@gnu.org>
23746
23747 * w32fns.c (x_real_positions): Get real position from OS instead of
23748 calculating it.
23749
237502007-07-23 Jason Rumney <jasonr@gnu.org>
23751
23752 * filelock.c (current_lock_owner): Allow for @ sign in username.
23753
237542007-07-22 Nick Roberts <nickrob@snap.net.nz>
23755
23756 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
23757 remote default-directory.
23758
23759 * buffer.c (mode-line-format): Describe above case in doc string.
23760
237612007-07-20 Eli Zaretskii <eliz@gnu.org>
23762
23763 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
23764 Define if not defined.
23765
237662007-07-18 Jason Rumney <jasonr@gnu.org>
23767
23768 * w32proc.c (w32_executable_type): Handle 64 bit executables.
23769
237702007-07-18 Richard Stallman <rms@gnu.org>
23771
23772 * data.c (Fsetq_default): Doc fix.
23773
23774 * eval.c (Fsetq): Doc fix.
23775
237762007-07-18 Juanma Barranquero <lekktu@gmail.com>
23777
23778 * coding.c (Ffind_operation_coding_system):
23779 * eval.c (For, Fand): Doc fixes.
23780 Reported by Johan Bockgård.
23781
237822007-07-18 Jan Djärv <jan.h.d@swipnet.se>
23783
23784 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
23785
23786 * xterm.h: Declare x_ewmh_activate_frame.
23787
23788 * xterm.c (x_ewmh_activate_frame): New function.
23789 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
23790
237912007-07-17 Martin Rudalics <rudalics@gmx.at>
23792
23793 * window.c (Fdisplay_buffer): If largest or LRU window is the
23794 only window, split it even if it is not eligible for splitting.
23795 This restores the original behavior broken by the 2007-07-15
23796 change.
23797
237982007-07-17 Glenn Morris <rgm@gnu.org>
23799
23800 * abbrev.c (abbrev_check_chars): New function.
23801 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
23802 Call abbrev_check_chars to check abbrev characters are word
23803 constituents. Doc fix.
23804
238052007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
23806
23807 * process.c (Fstart_process, Fmake_network_process)
23808 (read_process_output): Fix up last changes.
23809
238102007-07-16 Eli Zaretskii <eliz@gnu.org>
23811
23812 * makefile.w32-in (clean): Don't delete *~.
23813
238142007-07-16 Andreas Schwab <schwab@suse.de>
23815
23816 * window.c (Fdisplay_buffer): Use NILP.
23817 (Fset_window_scroll_bars): Likewise.
23818
238192007-07-15 Martin Rudalics <rudalics@gmx.at>
23820
23821 * window.c (window_min_size_2): New function.
23822 (window_min_size_1, size_window, Fdisplay_buffer)
23823 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
23824 windows without mode- or header-lines when window-min-height is
23825 too small.
23826 (size_window): Reset nodelete_p after testing it, following an
23827 earlier note by Kim F. Storm.
23828 (display_buffer): Do not set split_height_threshold to twice the
23829 value of window_min_height to avoid changing the value of a
23830 customizable variable. Rather explicitly check whether the
23831 height of the window that shall be splitted is at least as large
23832 as split_height_threshold.
23833 (Fwindow_full_width_p): New defun.
23834 (syms_of_window): Defsubr it.
23835
23836 * window.h: Add EXFUN for Fwindow_full_width_p.
23837
238382007-07-14 Jason Rumney <jasonr@gnu.org>
23839
23840 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
23841
238422007-07-14 Richard Stallman <rms@gnu.org>
23843
23844 * eval.c (maybe_call_debugger): New function.
23845 (find_handler_clause): Use maybe_call_debugger.
23846 Call it when the handler says `debug'.
23847 Eliminate DEBUGGER_VALUE_PTR.
23848 (Fsignal): Eliminate debugger_value.
23849 (Qdebug): New variable.
23850 (syms_of_eval): Initialize it.
23851
238522007-07-14 Juanma Barranquero <lekktu@gmail.com>
23853
23854 * eval.c (Fprogn):
23855 * keyboard.c (Ftrack_mouse):
23856 * print.c (Fwith_output_to_temp_buffer):
23857 * window.c (Fsave_window_excursion): Doc fix.
23858
238592007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
23860
23861 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
23862
238632007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
23864
23865 * process.h (struct Lisp_Process): Turn slots infd, outfd,
23866 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
23867 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
23868 read_output_delay, and read_output_skip from Lisp_Objects to ints.
23869 Remove unused encoding_carryover.
23870 * process.c: Adjust all functions accordingly.
23871
238722007-07-12 Richard Stallman <rms@gnu.org>
23873
23874 * term.c: Include unistd.h only if HAVE_UNISTD_H.
23875
238762007-07-11 Jason Rumney <jasonr@gnu.org>
23877
23878 * makefile.w32-in (LIBS): Include OLE32.
23879
23880 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
23881 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
23882
238832007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
23884
23885 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
23886 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
23887 from a Lisp_Object into a bare pointer.
23888 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
23889 Adjust the code correspondingly.
23890
23891 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
23892
23893 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
23894 (term_show_mouse_face): Remove unused var `j'.
23895 (handle_one_term_event): Remove unused vars `i' and `j'.
23896 Don't cast return value of ttyname since it's not necessary.
23897
238982007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
23899
23900 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
23901 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
23902
23903 * fns.c (map_char_table): Use an array of int for `indices' rather than
23904 an array of Lisp_Objects (which are only ever integers anyway).
23905 (Fmap_char_table): Update caller.
23906 * lisp.h: Update prototype.
23907 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
23908 * fontset.c (Ffontset_info):
23909 * casetab.c (set_case_table): Update callers.
23910
23911 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
23912
23913 * keymap.c (struct accessible_keymaps_data)
23914 (struct where_is_internal_data): New structures.
23915 (accessible_keymaps_1, where_is_internal_1): Use them to change
23916 interface to adhere to the one used by map_keymap.
23917 (Faccessible_keymaps, where_is_internal): Use map_keymap.
23918 (accessible_keymaps_char_table, where_is_internal_2): Remove.
23919
23920 * keymap.h (map_keymap_function_t): More informative prototype.
23921
239222007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
23923
23924 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
23925 (looking_at_1): Don't change search_regs and last_thing_searched
23926 if `inhibit-changing-match-data' is non-nil.
23927 (string_match_1, search_buffer, set_search_regs): Likewise.
23928 (syms_of_search): Add Lisp level definition for
23929 `inhibit-changing-match-data' and set it to nil.
23930 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
23931 start and end of the match, instead of using values in search_regs.
23932
239332007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23934
23935 * minibuf.c (Fcompleting_read): New value `confirm-only'
23936 for `require-match'.
23937
239382007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
23939
23940 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
23941 part of the 2007-06-27 change to syms_of_fileio.
23942
239432007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23944
23945 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
23946 Check WINDOWP before using XWINDOW. Consolidate return statements.
23947
239482007-06-27 Richard Stallman <rms@gnu.org>
23949
23950 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
23951
239522007-06-27 Juanma Barranquero <lekktu@gmail.com>
23953
23954 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
23955
239562007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23957
23958 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
23959 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
23960 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
23961 (_free_internal, memalign): Use them.
23962 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
23963 Initialize to PTHREAD_MUTEX_INITIALIZER.
23964 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
23965 (morecore_nolock): Rename from morecore. All uses changed.
23966 Use only nolock versions of internal allocation functions.
23967 (_malloc_internal_nolock, _realloc_internal_nolock)
23968 (_free_internal_nolock): New functions created from
23969 _malloc_internal, _realloc_internal, and _free_internal.
23970 (_malloc_internal, _realloc_internal, _free_internal): Use them.
23971 Copy hook value to automatic variable before its use.
23972 (memalign): Copy hook value to automatic variable before its use.
23973
239742007-06-26 Kenichi Handa <handa@m17n.org>
23975
23976 * coding.c (Ffind_operation_coding_system): Docstring improved.
23977 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
23978
239792007-06-25 David Kastrup <dak@gnu.org>
23980
23981 * keymap.c (Fcurrent_active_maps): Add `position' argument.
23982 (Fwhere_is_internal): Adjust call to `current-active-maps' to
23983 cater for additional parameter.
23984
23985 * keymap.h: Adjust number of parameters to `current-active-maps'.
23986
23987 * doc.c (Fsubstitute_command_keys): Adjust call of
23988 `current-active-maps'.
23989
239902007-06-25 David Kastrup <dak@gnu.org>
23991
23992 * callint.c (Fcall_interactively): Make the parsing of interactive
23993 specs somewhat more readable.
23994
239952007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23996
23997 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
23998 to scroll bar gap also when bitmap fills fringe. Draw only foreground
23999 if extended background has already been filled.
24000
240012007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24002
24003 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
24004 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
24005
24006 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
24007 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
24008 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
24009 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
24010 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
24011 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
24012 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
24013 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
24014 Run timers during dialog popup.
24015 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
24016
240172007-06-21 Jason Rumney <jasonr@gnu.org>
24018
24019 * image.c (convert_mono_to_color_image): Swap fore and background.
24020
240212007-06-20 Jason Rumney <jasonr@gnu.org>
24022
24023 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
24024 (w32_free_bdf_font): Unmap memory not handle.
24025
240262007-06-20 Sam Steingold <sds@gnu.org>
24027
24028 * gmalloc.c (__morecore): Fix the declaration to comply with the
24029 definition.
24030
240312007-06-20 Juanma Barranquero <lekktu@gmail.com>
24032
24033 * w32term.c (w32_delete_display): Remove leftover declaration.
24034 (w32_define_cursor, w32_initialize): Make static.
24035
24036 * w32.c (_wsa_errlist): Fix typo in error message.
24037 (init_environment): Ignore any environment variable from the
24038 registry having a null value.
24039
240402007-06-20 Glenn Morris <rgm@gnu.org>
24041
24042 * Makefile.in (LIBGIF): Default to -lgif.
24043
240442007-06-17 Jason Rumney <jasonr@gnu.org>
24045
24046 * w32menu.c (add_menu_item): Don't use multibyte string functions on
24047 unicode strings.
24048
240492007-06-16 Juanma Barranquero <lekktu@gmail.com>
24050
24051 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
24052 Fix typo in docstring.
24053
240542007-06-16 Eli Zaretskii <eliz@gnu.org>
24055
24056 * w32menu.c (add_menu_item): Escape `&' characters in menu items
24057 and their keybindings.
24058
240592007-06-15 Chong Yidong <cyd@stupidchicken.com>
24060
24061 * composite.c (update_compositions): Fix last fix.
24062
240632007-06-14 Jason Rumney <jasonr@gnu.org>
24064
24065 * w32.c (get_process_times_fn): New function pointer.
24066 (globals_of_w32): Intialize it if present in kernel32.dll.
24067 (w32_get_internal_run_time): New function.
24068
24069 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
24070
240712007-06-14 Kenichi Handa <handa@etlken.m17n.org>
24072
24073 * composite.c (update_compositions): Check the validness of
24074 compositions.
24075
240762007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24077
24078 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
24079 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
24080
24081 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
24082 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
24083
24084 * macgui.h (USE_MAC_TOOLBAR): New define.
24085
24086 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
24087 Return immediately unless popup is activated.
24088
24089 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
24090 background to scroll bar gap.
24091 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
24092 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
24093 scroll bars on frame edge. Check fringe background extension.
24094 Don't clear extended fringe background area.
24095 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
24096 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
24097 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
24098 [USE_MAC_TOOLBAR]: New macros.
24099 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
24100 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
24101 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
24102 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
24103 [USE_MAC_TOOLBAR]: New functions.
24104 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
24105 manually if previous repositioning has failed.
24106 (mac_handle_keyboard_event): Use precomputed event kind.
24107 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
24108 as tool bar item click. Handle mouse movement over tool bar items.
24109
24110 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
24111 toolbar_win_gravity.
24112 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
24113 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
24114 Add externs.
24115
24116 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
24117 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
24118
241192007-06-14 Chong Yidong <cyd@stupidchicken.com>
24120
24121 * image.c (search_image_cache): Remove unused variable.
24122
241232007-06-13 Chong Yidong <cyd@stupidchicken.com>
24124
24125 * xfns.c, xmenu.c: Link to xaw3d if available.
24126
241272007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24128
24129 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
24130 frame_foreground and frame_background.
24131
24132 * image.c (lookup_image): Save frame foreground and background colors.
24133 (search_image_cache): Check if saved and current frame colors match.
24134
241352007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
24136
24137 * regex.c (regex_compile): Remove the `regnum' counter.
24138 Use bufp->re_nsub instead. Add support for \(?N:RE\).
24139
241402007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
24141
24142 * term.c: Include intervals.h to declare Fget_text_property.
24143
241442007-06-10 Jason Rumney <jasonr@gnu.org>
24145
24146 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
24147
241482007-06-08 Juanma Barranquero <lekktu@gmail.com>
24149
24150 * callint.c (Fcall_interactively):
24151 * editfns.c (Fdelete_and_extract_region):
24152 * fileio.c (Fread_file_name):
24153 * fns.c (Fmapconcat):
24154 * keyboard.c (cmd_error_internal):
24155 * keymap.c (Fkey_description):
24156 * lread.c (openp):
24157 * minibuf.c (read_minibuf):
24158 * search.c (wordify):
24159 * sunfns.c (sel_read):
24160 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
24161 * xfns.c (x_default_scroll_bar_color_parameter):
24162 * xmenu.c (menu_help_callback):
24163 * xselect.c (Fx_get_atom_name):
24164 * xterm.c (x_term_init): Use empty_unibyte_string.
24165
241662007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
24167
24168 * alloc.c (init_strings): Initialize canonical empty strings.
24169 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
24170 canonical empty string when the requested size is 0.
24171
24172 * emacs.c (empty_unibyte_string): Rename from empty_string.
24173 (empty_multibyte_string): New canonical empty string.
24174 (syms_of_emacs): Don't initialize empty_string.
24175
24176 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
24177 string, if appropriate.
24178 (empty_unibyte_string, empty_multibyte_string): New externs.
24179 (empty_string): Remove extern.
24180
24181 * lread.c (syms_of_lread): Use empty_unibyte_string.
24182
241832007-06-07 Jason Rumney <jasonr@gnu.org>
24184
24185 * s/ms-w32.h: Don't define HAVE_TZNAME.
24186
24187 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
24188
241892007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24190
24191 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
24192
24193 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
24194 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
24195
24196 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
24197 Don't call next handler.
24198 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
24199 Remove argument. Install handler to application.
24200 (set_frame_menubar): Don't change deep_p.
24201 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
24202 FRAME_OUTER_TO_INNER_DIFF_Y.
24203 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
24204 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
24205 [HAVE_DIALOGS]: New macros.
24206 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
24207 Use them.
24208 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
24209
24210 * macselect.c [MAC_OSX] (install_service_handler): Rename from
24211 init_service_handler. All callers changed. Return OSStatus value.
24212
24213 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
24214 All callers changed so as not to call SetPortWindowPort.
24215 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
24216 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
24217 mac_draw_string_common.
24218 (mac_draw_image_string_qd): Likewise.
24219 (mac_draw_string_common): Use them. Add INLINE.
24220 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
24221 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
24222 GetGlobalMouse.
24223 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
24224 and FRAME_OUTER_TO_INNER_DIFF_Y.
24225 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
24226 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
24227 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
24228 repositioning window to mac_handle_window_event.
24229 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
24230 saving window location to mac_handle_window_event
24231 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
24232 (install_menu_target_item_handler): Remove argument in extern.
24233 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
24234 Also accept command events.
24235 (do_keystroke): New function created from XTread_socket.
24236 (init_command_handler): Remove functions.
24237 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
24238 and save window location by kEventWindowShowing and kEventWindowHiding
24239 handlers here. Don't call next handler for window state change and
24240 focus events.
24241 (mac_handle_application_event, mac_handle_keyboard_event)
24242 [TARGET_API_MAC_CARBON]: New functions.
24243 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
24244 kEventWindowShowing and kEventWindowHiding events. Move installation
24245 of mouse, font, text input and menu target item handlers to
24246 install_application_handler.
24247 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
24248 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
24249 New function.
24250 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
24251 Register it.
24252 (XTread_socket) [TARGET_API_MAC_CARBON]:
24253 Consolidate SendEventToEventTarget calls.
24254 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
24255 Move application activation handler to mac_handle_application_event.
24256 Move keyboard handler to mac_handle_keyboard_event.
24257 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
24258 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
24259 init_command_handler. Call install_application_handler.
24260
24261 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
24262 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
24263
242642007-06-07 Glenn Morris <rgm@gnu.org>
24265
24266 * emacs.c (main): Use `emacs-copyright' in --version output.
24267
242682007-06-06 Chong Yidong <cyd@stupidchicken.com>
24269
24270 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
24271
242722007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24273
24274 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
24275
24276 * macgui.h: Replace WindowPtr with WindowRef.
24277
24278 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
24279 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
24280 Replace ControlHandle with ControlRef.
24281 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
24282
24283 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
24284 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
24285 Replace ControlHandle with ControlRef.
24286 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
24287 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
24288
24289 * macterm.h (struct scroll_bar): Rename member control_handle_low
24290 and control_handle_high to control_ref_low and control_ref_high.
24291 All uses changed.
24292 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
24293 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
24294 respectively. All uses changed.
24295 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
24296 (install_window_handler, remove_window_handler): Replace WindowPtr
24297 with WindowRef in externs.
24298
242992007-06-05 Juanma Barranquero <lekktu@gmail.com>
24300
24301 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
24302
243032007-06-03 Nick Roberts <nickrob@snap.net.nz>
24304
24305 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
24306
24307 * frame.c (Fmouse_position, Fmouse_pixel_position):
24308 Condition on HAVE_GPM too.
24309
24310 * term.c (term_mouse_highlight): Remove unused variables.
24311 (Fterm_open_connection): Set gpm_zerobased to 1.
24312 (term_mouse_movement, term_mouse_click, handle_one_term_event):
24313 Use zero based co-ordinates.
24314 (handle_one_term_event): Report a drag as mouse movement too.
24315
24316 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
24317
243182007-06-03 Chong Yidong <cyd@stupidchicken.com>
24319
24320 * image.c (search_image_cache): New function. Require background
24321 color match if background color is unspecified in the image spec.
24322 (uncache_image, lookup_image): Use it.
24323
243242007-06-01 Juanma Barranquero <lekktu@gmail.com>
24325
24326 * window.c (Fshrink_window): Reflow docstring.
24327
243282007-06-02 Chong Yidong <cyd@stupidchicken.com>
24329
24330 * Version 22.1 released.
24331
243322007-06-01 Richard Stallman <rms@gnu.org>
24333
24334 * xfns.c (x_encode_text): Add GCPRO.
24335
243362007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24337
24338 * xfns.c (x_set_name_internal): Save encoded name before
24339 x_encode_text in case string data is relocated.
24340
243412007-05-31 Richard Stallman <rms@gnu.org>
24342
24343 * buffer.c (syms_of_buffer): Doc fix.
24344
243452007-05-30 Nick Roberts <nickrob@snap.net.nz>
24346
24347 * sysdep.c (init_sys_modes): Add rather than replace with
24348 O_NONBLOCK.
24349
24350 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
24351 term_mouse_moveto.
24352
24353 * termhooks.h (term_mouse_moveto): New extern.
24354
24355 * term.c (mouse_face_window): Rename...
24356 (Qmouse_face_window): ...to this.
24357 (term_show_mouse_face, term_clear_mouse_face)
24358 (term_mouse_highlight): Use Qmouse_face_window.
24359 (term_mouse_moveto): New function.
24360 (term_mouse_position): Make it work.
24361 (syms_of_term): Uncomment assignment to mouse_position_hook.
24362 Staticpro Qmouse_face_window.
24363
243642007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24365
24366 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
24367 around current_column call.
24368
243692007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
24370
24371 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
24372 * xdisp.c (next_element_from_buffer):
24373 * window.c (delete_window):
24374 * term.c (term_mouse_highlight):
24375 * msdos.c (getdefdir):
24376 * macterm.c (mac_create_bitmap_from_bitmap_data)
24377 (init_font_name_table):
24378 * fns.c (Fsxhash):
24379 * data.c (Fmake_local_variable):
24380 * ccl.c (ccl_driver): Likewise.
24381
243822007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24383
24384 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
24385 Call mac_wakeup_from_rne on window size change.
24386
243872007-05-25 Chong Yidong <cyd@stupidchicken.com>
24388
24389 * image.c (uncache_image): Fix typo.
24390
243912007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
24392
24393 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
24394
243952007-05-22 Richard Stallman <rms@gnu.org>
24396
24397 * xterm.c (x_connection_closed): Remove NO_RETURN.
24398
243992007-05-22 Martin Rudalics <rudalics@gmx.at>
24400
24401 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
24402
244032007-05-21 Chong Yidong <cyd@stupidchicken.com>
24404
24405 * image.c (uncache_image): New function.
24406 (Fimage_refresh): New function.
24407
244082007-05-20 Jan Djärv <jan.h.d@swipnet.se>
24409
24410 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
24411
244122007-05-20 Nick Roberts <nickrob@snap.net.nz>
24413
24414 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
24415 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
24416
244172007-05-20 Nick Roberts <nickrob@snap.net.nz>
24418
24419 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
24420 conditional on [HAVE_GPM_H].
24421
244222007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
24423
24424 * syntax.c (skip_chars): Update syntax-table only after we checked that
24425 the new location is valid.
24426
244272007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24428
24429 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
24430 mac_get_window_bounds.
24431
244322007-05-20 Nick Roberts <nickrob@snap.net.nz>
24433
24434 * Makefile.in (LIBGPM): Allow it to be set from configure.
24435 If set then link Emacs with it.
24436
24437 * config.in: Regenerate.
24438
24439 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
24440 New externs.
24441
24442 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
24443 Include gpm.h.
24444 (handle_one_term_event, term_gpm): New externs.
24445
24446 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
24447 and allow it to be interrupted by SIGIO.
24448
24449 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
24450 (wait_reading_process_output): Wait on gpm_fd too.
24451 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
24452 (add_gpm_wait_descriptor_called_flag): New variable.
24453 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
24454
24455 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
24456 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
24457 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
24458 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
24459 (make_lispy_event): Add case GPM_CLICK_EVENT.
24460 (read_avail_input): Handle mouse input.
24461
24462 * term.c (write_glyphs_with_face): New function.
24463 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
24464 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
24465 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
24466 (mouse_face_face_id, term_gpm, pos_x, pos_y)
24467 (last_mouse_x, last_mouse_y): New variables.
24468 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
24469 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
24470 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
24471 (Fterm_close_connection): New functions.
24472 (term_init): Initialise mouse_face_window.
24473
244742007-05-19 Chong Yidong <cyd@stupidchicken.com>
24475
24476 * xdisp.c (redisplay_window): If first window line is a
24477 continuation line, recompute the new window start instead of
24478 recentering.
24479
244802007-05-18 Glenn Morris <rgm@gnu.org>
24481
24482 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
24483 Suggested by Alfred M. Szmidt <ams@gnu.org>.
24484
244852007-05-17 Glenn Morris <rgm@gnu.org>
24486
24487 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
24488
244892007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24490
24491 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
24492 dead key repeat and up events.
24493
244942007-05-14 Chong Yidong <cyd@stupidchicken.com>
24495
24496 * image.c (pbm_load): Check image size for monochrome pbm.
24497
244982007-05-13 Chong Yidong <cyd@stupidchicken.com>
24499
24500 * xterm.c (XTread_socket): Revert last change.
24501
245022007-05-12 Chong Yidong <cyd@stupidchicken.com>
24503
24504 * image.c (pbm_load): Correctly check image size for greyscale pbm.
24505
24506 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
24507
245082007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24509
24510 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
24511 mixup (YAILOM).
24512
245132007-05-07 Andreas Schwab <schwab@suse.de>
24514
24515 * keymap.c (Flookup_key): Fix typo in last change.
24516
245172007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24518
24519 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
24520 mapping for unibyte strings.
24521
245222007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24523
24524 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
24525 (Fx_popup_dialog) [MAC_OSX]: Likewise.
24526
245272007-04-29 Richard Stallman <rms@gnu.org>
24528
24529 * insdel.c (replace_range): For undo, record insertion first.
24530
245312007-04-29 Andreas Schwab <schwab@suse.de>
24532
24533 * lisp.h (VECSIZE): Use OFFSETOF.
24534
245352007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24536
24537 * xdisp.c (try_window_reusing_current_matrix): Fix number of
24538 disabled lines.
24539
245402007-04-28 Richard Stallman <rms@gnu.org>
24541
24542 * lread.c (read_escape): In a string, \s is always space.
24543
245442007-04-27 Jan Djärv <jan.h.d@swipnet.se>
24545
24546 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
24547
24548 * gtkutil.c (xg_update_menubar, create_menus): Create empty
24549 submenu for menu bar items.
24550
24551See ChangeLog.10 for earlier changes.
24552
24553;; Local Variables:
24554;; coding: utf-8
24555;; add-log-time-zone-rule: t
aac0c6e3
MR
24556;; End:
24557
e3eb1dae 24558 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
aac0c6e3
MR
24559
24560 This file is part of GNU Emacs.
24561
24562 GNU Emacs is free software: you can redistribute it and/or modify
24563 it under the terms of the GNU General Public License as published by
24564 the Free Software Foundation, either version 3 of the License, or
24565 (at your option) any later version.
24566
24567 GNU Emacs is distributed in the hope that it will be useful,
24568 but WITHOUT ANY WARRANTY; without even the implied warranty of
24569 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24570 GNU General Public License for more details.
24571
24572 You should have received a copy of the GNU General Public License
24573 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24574
24575;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40