* src/term.c: Remove dead code.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
6254cdda
DN
12010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
2
9f5dd6f2
DN
3 * term.c: Remove dead code.
4
6254cdda
DN
5 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
6 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
7 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
8 which is what was there before BSD_PGRPS was removed.
9
29cf3e20
EZ
102010-08-05 Eli Zaretskii <eliz@gnu.org>
11
12 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
13
14 * unexcoff.c: Renamed from unexec.c.
15
aaa0a19a
SM
162010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
19
8d1d9587
JB
202010-08-03 Johan Bockgård <bojohan@gnu.org>
21
22 * data.c (Flocal_variable_p): Handle variable aliases correctly.
e0d62a9b 23 (Bug#6744)
8d1d9587 24
9a747ba6
JD
252010-08-02 Jan Djärv <jan.h.d@swipnet.se>
26
4d464ae4
JD
27 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
28 to TRUE if depth of screen is < 16.
29
ac01763e
JD
30 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
31 USE_GTK_TOOLTIP.
e0d62a9b
JB
32 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
33 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
4d464ae4 34 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
ac01763e
JD
35 USE_GTK_TOOLTIP.
36 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
37
38 * xterm.h (USE_GTK_TOOLTIP): New define.
39 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
40
9a747ba6
JD
41 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
42 to Control-D (Bug#6771).
43
7b0815ba
JB
442010-08-02 Juanma Barranquero <lekktu@gmail.com>
45
46 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
47 Wording by Drew Adams <drew.adams@oracle.com>.
48
aa1859f5
J
492010-08-01 Jan Djärv <jan.h.d@swipnet.se>
50
51 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
52 ttip_lbl.
53
54 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
55 calling gtk_widget_queue_draw.
56 (x_free_frame_resources): Call xg_free_frame_widgets.
57
58 * xfns.c (x_gtk_use_system_tooltips): New variable.
59 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
60 new gtkutil tooltip functions to show the tooltip.
61 (Fx_hide_tip): Call xg_hide_tooltip.
62 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
63
64 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
65 (xg_show_tooltip, xg_hide_tooltip): Declare.
66
67 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
e0d62a9b
JB
68 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
69 New functions.
aa1859f5
J
70 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
71 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
72 Remove code that is commented out.
73
76417ef4
SM
742010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
77
16041401
CY
782010-07-31 Chong Yidong <cyd@stupidchicken.com>
79
80 * xselect.c (x_own_selection): Use list4.
81
2c09a58f
DN
822010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
83
84 * buffer.c (Qwindow): Do not define, already defined in data.c.
85 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
86
59df9fdd 872010-07-29 Chad Brown <yandros@mit.edu>
1c97e857 88
59df9fdd
JB
89 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
90 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
91 * config.in: Undef HAVE_DIRENT_H.
1c97e857 92 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
59df9fdd 93 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
1c97e857 94
1b231651
DN
952010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
96
97 Rename s/usg5-4.h -> s/usg5-4-common.h.
98 * s/usg5-4.h: Rename file to ...
99 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
100 * s/unixware.h:
101 * s/sol2-6.h:
102 * s/irix6-5.h: Update includes accordingly.
103
bfeabdc3
JD
1042010-07-29 Jan Djärv <jan.h.d@swipnet.se>
105
2ebf1083
J
106 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
107
bfeabdc3 108 * xterm.h (struct x_output): Add toolbar_top_height,
e0d62a9b
JB
109 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
110 Remove toolbar_height.
111 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
bfeabdc3
JD
112 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
113 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
114 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
115
116 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
117
118 * xfns.c (x_set_tool_bar_position): New function.
119 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
120 (x_frame_parm_handlers): Add x_set_tool_bar_position.
e0d62a9b 121 (syms_of_xfns): If USE_GTK, provide move-toolbar.
bfeabdc3
JD
122
123 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
124 and FRAME_TOOLBAR_LEFT_WIDTH.
125
126 * gtkutil.h (xg_change_toolbar_position): Declare.
127
128 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
129 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
130 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
131 (xg_create_frame_widgets): Create a hobox for placing widgets
132 vertically. Use gtk_box_pack_start.
133 (xg_height_or_width_changed): Renamed from xg_height_changed.
134 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
135 (xg_update_frame_menubar, free_frame_menubar): Change to
136 xg_height_or_width_changed.
137 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
138 size correctly. Remove hardcoded 4, instead use handlebox size -
139 toolbar size.
140 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
e0d62a9b 141 size correctly. Use handlebox size + toolbar size as additional size.
bfeabdc3
JD
142 (xg_pack_tool_bar): POS is a new parameter.
143 Set orientation of tool bar based on pos.
144 Only make handlebox_widget if NULL.
145 Check if tool bar goes to vbox or hbox depending on pos.
146 (xg_update_tool_bar_sizes): New function.
147 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
148 height, call xg_update_tool_bar_sizes instead.
149 (free_frame_tool_bar): Remove from hbox or vbox depending on
150 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
151 (xg_change_toolbar_position): New function.
152
153 * frame.h (struct frame): Add tool_bar_position.
154 (Qbottom): Declare.
155
156 * frame.c (Qtool_bar_position): New variable.
157 (make_frame): Set tool_bar_position to Qtop.
158 (frame_parms): Add tool-bar-position.
159 (x_report_frame_params): Store tool_bar_position.
160 (x_set_fringe_width): Reset wm size hint after fringe changes.
161
26469a38
DN
1622010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
163
164 Make lisp_time_argument declaration work on all systems.
165 * lisp.h (lisp_time_argument): Move declaration ...
166 * systime.h (lisp_time_argument): ... here
167 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
168
8848b728
JD
1692010-07-29 Jan Djärv <jan.h.d@swipnet.se>
170
171 * vm-limit.c (POINTER): Add typedef for it.
172 (start_of_data): Change return type from POINTER to char *.
173
174 * frame.h (Qtty_color_mode): Move declaration out of ifdef
175 HAVE_WINDOW_SYSTEM.
176
76fd1ee9
DN
1772010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
178
0441987e
DN
179 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
180 Remove reference to __osf__, unused.
181
56a000c7
DN
182 * mem-limits.h: Remove duplicated includes.
183 (NULL): Remove definition, unused.
184 (POINTER): Remove definition.
185 (start_of_data): Use char* in prototype, as the function
186 definition does.
187
e6cba650
DN
188 Remove extern declarations from .c files, and them to .h files.
189 * keyboard.h (Qhelp_echo, waiting_for_input)
190 (input_available_clear_time, ignore_mouse_drag_p)
191 (Vdouble_click_time, real_this_command, Vthis_original_command):
192 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
193 (Voverriding_local_map_menu_flag):
194 * lisp.h (Qinteractive_form, use_file_dialog)
195 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
196 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
197 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
198 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
199 (Qfunction, debug_on_next_call, Qfield)
200 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
201 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
202 (Qfile_directory_p, Qinsert_file_contents)
203 (Qcompletion_ignore_case, Qcompletion_ignore_case)
204 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
205 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
206 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
207 (Qminibuffer_prompt)
208 (Vtemporary_file_directory,char_ins_del_vector, Qface):
209 * xterm.h (gray_bitmap_width, gray_bitmap_height)
210 (gray_bitmap_bits, xic_create_fontsetname):
211 * coding.h (Vtranslation_table_for_input): Add extern declarations.
212
213 * xsmfns.c (Vuser_login_name):
214 * xrdb.c (Vdouble_click_time):
215 * xfaces.c (xic_create_fontsetname):
216 * w32select.c (waiting_for_input):
217 * print.c (minibuffer_auto_raise):
218 * msdos.c (Qhelp_echo):
219 * macros.c (real_this_command):
220 * keymap.c (Voverriding_local_map):
221 * xterm.c (poll_for_input_1, gray_bitmap_width)
222 (gray_bitmap_height, gray_bitmap_bits;
223 * xmenu.c ( Voverriding_local_map)
224 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
225 (use_file_dialog, Xt_app_con):
226 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
227 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
228 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
229 (Qtool_bar_lines, ignore_mouse_drag_p):
230 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
231 (Qrear_nonsticky, nconc2):
232 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
233 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
234 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
235 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
236 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
237 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
238 (gc_in_progress):
239 * doc.c (Voverriding_local_map, Qremap):
240 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
241 (Vcompletion_regexp_list):
242 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
243 (Qcompletion_ignore_case):
244 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
245 (Vhistory_length, Vthis_original_command, real_this_command)
246 (Qface, Qminibuffer_prompt, history_delete_duplicates):
247 * image.c (Qrisky_local_variable):
248 * fontset.c (QCname):
249 * fns.c (minibuffer_auto_raise, QCname):
250 * dispnew.c (char_ins_del_cost):
251 * composite.c (font_fill_lglyph_metrics):
252 * cmds.c (Qface, Vtranslation_table_for_input):
253 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
254 * ccl.c (charset_unicode):
255 * callproc.c (Vtemporary_file_directory):
256 * buffer.c (emacs_strerror): Remove extern declarations.
257
258 * data.c (Qwindow): Make non-static, used from other files too.
259 * frame.c (validate_x_resource_name): Remove shadow definition for i.
260
76fd1ee9
DN
261 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
262 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
263 * s/usg5-4.h (COFF):
264 * s/template.h:
265 * s/msdos.h (COFF, NO_REMAP):
266 * s/ms-w32.h (NO_REMAP):
267 * s/hpux10-20.h (NO_REMAP):
268 * m/sparc.h (SEGMENT_MASK):
269 * m/m68k.h (NO_REMAP):
270 * m/intel386.h (SEGMENT_MASK):
271 * m/arm.h (NO_REMAP):
272 * m/alpha.h (COFF):
273 * m/template.h: Remove references to unused defines.
274
8a52f00a
JD
2752010-07-28 Jan Djärv <jan.h.d@swipnet.se>
276
277 * xsettings.c (Ftool_bar_get_system_style): Also check for
278 Qtext_image_horiz.
279
280 * xdisp.c (Qtext_image_horiz): Define.
281 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
087b38a0 282 to documentation of tool-bar-style.
8a52f00a
JD
283
284 * lisp.h (Qtext_image_horiz): Declare.
285
286 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
287 style text_image_horiz.
288
89dc303e
DN
2892010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
290
60799703
DN
291 * emacs.c (Fkill_emacs): Remove return statement.
292
37254dc1
DN
293 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
294 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
295 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys): Remove
296 local extern declarations.
297
71c7345a
DN
298 * xmenu.c: Do not included lwlib.h, not needed.
299
6ba577cb
DN
300 * m/iris4d.h (XUINT, XSET): Remove, not needed.
301
fdb183d6
DN
302 * process.c: Move definitions earlier to minimize #ifdefs.
303
304 * xterm.h (x_get_customization_string, x_load_resources)
305 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
306 (x_check_errors, x_property_data_to_lisp, defined_color)
307 (xic_set_xfontset, x_defined_color): Use const.
308
309 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
310 (x_text_icon, x_check_errors, x_connection_closed): Use const.
311
312 * xselect.c (selection_data_to_lisp_data)
313 (x_property_data_to_lisp):
314 * xrdb.c (x_get_string_resource, file_p)
315 (x_get_customization_string, magic_file_p, search_magic_path)
316 (get_system_app, get_user_app, x_load_resources, x_get_resource)
317 (x_get_string_resource): Use const.
318
319 * xfns.c: Include xlwmenu.h when USE_LUCID.
320 (x_defined_color, xic_set_xfontset): Use const.
321 (Fx_hide_tip): Remove local extern declaration.
322
323 * xfaces.c (Qmouse_face): Remove declaration.
324 (face_color_gray_p, tty_defined_color, defined_color)
325 (face_color_gray_p, face_color_supported_p). Add const.
326
327 * xdisp.c (do_mouse_tracking): Remove declaration.
328 (add_to_log): Use const.
329
330 * minibuf.c (Qmouse_face): Remove declaration.
331
332 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
333
334 * keyboard.h (do_mouse_tracking): Add declaration.
335
336 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
337 (QCdata, QCtype, Qcenter): Remove declarations.
338
339 * frame.c (x_get_resource_string, x_get_string_resource)
340 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
341 (x_default_parameter): Use const.
342
343 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
344 (QCheight, QCsize, QCname): Remove declarations.
345
346 * emacs.c (main): Remove local extern declaration.
347
348 * editfns.c (region_limit, syms_of_editfns): Remove local extern
349 declarations.
350
351 * dispnew.c: Remove duplicate #include <unistd.h>.
352 (update_window, update_frame_1, init_display): Remove local extern
353 declarations.
354
355 * dispextern.h (add_to_log): Remove declaration.
356 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
357 (x_frame_get_and_record_arg, x_default_parameter): Add const.
358
359 * dired.c (scmp): Add const.
360 (directory_files_internal): Remove local extern declaration.
361
362 * data.c (Finteractive_form): Use const.
363
364 * composite.c (syms_of_composite): Remove local extern declarations.
365
366 * charset.c (add_to_log): Remove declaration.
367
368 * character.c (strwidth, parse_str_to_multibyte): Add const.
369
370 * character.h (strwidth, parse_str_to_multibyte): Likewise.
371
372 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
373
89dc303e 374 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
fdb183d6
DN
375 (Lisp_Subr): Make doc and intspec constant.
376 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
377 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
378 (QCheight, QCsize, QCname, QCwidth, QCforeground)
379 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
380 (display_arg): Add declarations.
89dc303e 381
0ed082fe 3822010-07-27 Christoph Scholtes <cschol2112@gmail.com>
a2a0d36b
CS
383
384 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
385
0ed082fe
JB
386 * window.c (Fwindow_height): Doc fix (bug#6518).
387
3882010-07-27 Juanma Barranquero <lekktu@gmail.com>
389
390 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
391
ccaf0336
DN
3922010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
393
977105dc
DN
394 * keyboard.c (Ftop_level, Fexit_recursive_edit)
395 (Fabort_recursive_edit): Remove return statements in NO_RETURN
396 functions.
397
f5ada890
DN
398 * frame.h (Qtty_color_mode): Add declaration.
399
ccaf0336
DN
400 * lisp.h (Ftop_level, Fexit_recursive_edit)
401 (Fabort_recursive_edit): Mark as NO_RETURN.
402
dfe3c90f
KH
4032010-07-26 Kenichi Handa <handa@m17n.org>
404
405 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
e29eb8cf 406 number of glyphs gets smaller than the original length. (Bug#6621)
dfe3c90f 407
7d383292
JB
4082010-07-26 Juanma Barranquero <lekktu@gmail.com>
409
410 * lread.c (unreadpure, mapatoms_1): Make static.
411
da31e629
JB
4122010-07-25 Juanma Barranquero <lekktu@gmail.com>
413
414 * terminfo.c (tparam): Fix prototype of tparm.
415
7bfa6d77
AS
4162010-07-25 Andreas Schwab <schwab@linux-m68k.org>
417
dcc19aac
AS
418 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
419 find start of text segment.
420 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
421 is defined.
422
7bfa6d77
AS
423 * callproc.c (set_initial_environment): Avoid unbalanced braces.
424
63f9a672
KB
4252010-07-25 Ken Brown <kbrown@cornell.edu>
426
427 * vm-limit.c (check_memory_limits): Fix previous change;
428 accidentally reverted an earlier change.
429
24933075
KB
4302010-07-25 Ken Brown <kbrown@cornell.edu>
431
432 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
433 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
434
361358ea
JB
4352010-07-25 Juanma Barranquero <lekktu@gmail.com>
436
437 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
438 * dired.c (opendir, readdir): Fix prototypes.
439 * editfns.c (w32_get_internal_run_time): Fix prototypes.
440 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
441 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
442 (telldir): Remove declaration.
443 * ralloc.c (real_morecore, __morecore): Fix prototypes.
444 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
445 * syssignal.h (strsignal): Fix prototype.
446 * term.c (tparam): Fix prototype.
447 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
448 (term_get_fkeys): Set inside "#ifndef DOS_NT".
449 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
450 and __morecore.
451 * w32gui.h (XParseGeometry): Fix prototype.
452 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
453 * w32term.c (my_set_focus): Declare inside #if 0.
454 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
455 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
456 (drain_message_queue, get_next_msg, post_msg, parse_button)
457 (ClipboardSequence_Proc): Fix prototypes.
458 (wait_for_sync): Remove declaration.
459
630b9592
JB
4602010-07-24 Juanma Barranquero <lekktu@gmail.com>
461
462 * w32fns.c (w32_to_x_color): Remove, unused.
463
6a0d6611
AS
4642010-07-24 Andreas Schwab <schwab@linux-m68k.org>
465
466 * lisp.h: Remove leftover P_.
467
4e8608ff
DN
4682010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
469
470 * ecrt0.c, unexalpha.c: Remove files, unused.
471
c8197983
AS
4722010-07-24 Andreas Schwab <schwab@linux-m68k.org>
473
474 * cmds.c (internal_self_insert): Make static.
475 * lisp.h (internal_self_insert): Remove declaration.
476
97b372d7
JB
4772010-07-23 Juanma Barranquero <lekktu@gmail.com>
478
33ac0414
JB
479 * alloc.c (free_float):
480 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
481 * frame.c (delete_frame_handler):
482 * ralloc.c (reorder_bloc):
483 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
484 Remove unused static functions.
485
94da8397
JB
486 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
487 it is called only from NS code.
488
2e6c8532
JB
489 * w32term.c (my_set_focus): #ifdef away; it is called only from
490 "#ifdef 0" code.
491
97b372d7
JB
492 * w32fns.c (x_edge_detection):
493 * xfaces.c (may_use_scalable_font_p):
494 Remove obsolete static declarations.
495
7c3320d8
JB
4962010-07-20 Juanma Barranquero <lekktu@gmail.com>
497
498 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
499 (emacs_blocked_realloc, uninterrupt_malloc):
500 * fringe.c (w32_reset_fringes):
501 * image.c (convert_mono_to_color_image, lookup_rgb_color)
502 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
503 * sound.c (be2hs, do_play_sound):
504 * vm-limit.c (get_lim_data, ret_lim_data):
505 * w32term.c (x_free_frame_resources):
506 * xfaces.c (x_create_gc, x_free_gc):
507 Convert definitions to standard C.
508
d5273788
SM
5092010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
510
511 * eval.c (Feval, Ffuncall): Use the new names.
512
513 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
514 (DEFUN): Add braces around the union initialisation and use ## to
515 specify the right union alternative and avoid a cast.
516
8d16a259
JB
5172010-07-18 Juanma Barranquero <lekktu@gmail.com>
518
519 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
520
3b8eff32
CY
5212010-07-17 Chong Yidong <cyd@stupidchicken.com>
522
523 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
524
499322ce
J
5252010-07-17 Jan Djärv <jan.h.d@swipnet.se>
526
527 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
528 is related to the menu bar (Bug#6499).
a628ad9d 529 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
499322ce 530
f6003da5 5312010-07-16 Jan Djärv <jan.h.d@swipnet.se>
b78f9767
J
532
533 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
534
535 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
536
537 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
538 i.e. don't put back ButtonRelease (Bug#6608).
539
540 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
541 instead of Window. Call xg_event_is_for_menubar when
542 USE_GTK (Bug#6499).
543
544 * gtkutil.h (xg_event_is_for_menubar): Declare.
545
546 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
547
f6003da5 5482010-07-16 Eli Zaretskii <eliz@gnu.org>
1f60c16a
EZ
549
550 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
551 when it's the same as the old foreground. (Bug#6609)
552
23243f29
J
5532010-07-16 Jan Djärv <jan.h.d@swipnet.se>
554
555 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
556 widget is non-null (Bug#6645).
557
2b23d2a6
AS
5582010-07-15 Andreas Schwab <schwab@linux-m68k.org>
559
01b564ff
AS
560 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
561 Convert old-style definition.
562
2b23d2a6
AS
563 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
564 timestamp argument.
565
c4affd2c
EZ
5662010-07-15 Eli Zaretskii <eliz@gnu.org>
567
568 * fringe.c (update_window_fringes): Restore mistakenly reverted
569 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
570
cf28cebc
J
5712010-07-14 Jan Djärv <jan.h.d@swipnet.se>
572
573 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
574 (SET_SAVED_KEY_EVENT): Remove (not used).
575 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
576 remove size parameter.
577 (handle_one_xevent): Check popup_activated () for menu for Xt also.
578 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
579 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
580 ButtonRelease.
6b2c4bd9
J
581 (x_set_window_size_1): scroll_bar_actual_width is always
582 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
cf28cebc
J
583
584 * xdisp.c (pending_menu_activation): Remove extern declaration.
585 (prepare_menu_bars): Remove setting of pending_menu_activation.
586
587 * xmenu.c (pending_menu_activation): Remove.
f6003da5
JB
588 (x_activate_menubar): Set popup_activated_flag for Xt also.
589 Remove setting of pending_menu_activation.
cf28cebc
J
590 (set_frame_menubar): Remove check of pending_menu_activation.
591 Declare menubar_size before code. Correct spelling in comment.
592
f6c1c771
KH
5932010-07-14 Kenichi Handa <handa@m17n.org>
594
595 * font.c (font_open_entity): Cancel previous change.
596 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
597
20477505
EZ
5982010-07-13 Eli Zaretskii <eliz@gnu.org>
599
77defa9a
EZ
600 Remove subprocesses #ifdefs.
601 * process.c <inhibit_sentinels>: Move to the common part.
602 (Fwaiting_for_user_input_p): Move to the common part; return nil
603 if async subprocesses aren't supported.
604 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
605 MS-DOS. Remove "#ifdef subprocesses".
606 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
607 (gettimeofday): Remove "#ifdef subprocesses".
608 (wait_without_blocking): Remove function.
609 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
610 Remove "#ifdef subprocesses".
611 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
612 compiled on MS-DOS.
613 * callproc.c (Fcall_process) [!MSDOS]: Don't call
614 wait_for_termination on MS-DOS.
615 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
616 initialization of inhibit_sentinels.
617 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
618 subprocesses" conditional.
619 * callproc.c (Fcall_process) [!subprocesses]: Don't call
620 wait_for_termination, since `buffer' cannot be an integer when
621 async subprocesses are not supported
622 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
623 for ifdefing away the call to Fprocess_status.
624
20477505
EZ
625 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
626 away the entire body of the function.
627
b3ffc17c
DN
6282010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
629
01faa934
DN
630 Remove subprocesses #ifdefs from term.c.
631 * process.c (add_keyboard_wait_descriptor)
632 (delete_keyboard_wait_descriptor): Move to common section, do
633 nothing when subprocesses is not defined.
a628ad9d
JB
634 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
635 Remove subprocesses #ifdefs.
01faa934 636
b3ffc17c
DN
637 Convert maybe_fatal to standard C.
638 * lisp.h (verror): Declare.
639 * eval.c (verror): New function containing the code from ...
640 (error): ... this. Call verror.
641 * term.c (vfatal): New function containing the code from ...
642 (fatal): ... this. Call vfatal.
643 (maybe_fatal): Convert to standard C, use variable number of
644 arguments. Declare as non-return.
645 (init_tty): Fix maybe_fatal call.
646
0521f580
DN
6472010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
648
649 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
650 (_scroll_bar_note_movement): Convert definitions to standard C.
651 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
652 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
653
ebd15611
DN
6542010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
655
656 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
657 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
658 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
659 (xaw_jump_callback, xaw_scroll_callback)
660 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
661 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
662 definitions to standard C.
663 * xmenu.c (menubar_id_to_frame, popup_get_selection)
664 (popup_activate_callback, popup_deactivate_callback)
665 (menu_highlight_callback, menubar_selection_callback)
666 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
667 (free_frame_menubar, popup_selection_callback, as)
668 (create_and_show_popup_menu, dialog_selection_callback)
669 (create_and_show_dialog):
670 * xfns.c (hack_wm_protocols, x_window):
671 * xfaces.c (x_update_menu_appearance):
672 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
673 (char_to_pixel_size, round_size_to_char, get_wm_shell)
674 (set_frame_size, update_wm_hints, setup_frame_gcs)
675 (update_various_frame_slots, update_from_various_frame_slots)
676 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
677 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
678 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
679
de06a2dd
AS
6802010-07-12 Andreas Schwab <schwab@linux-m68k.org>
681
a628ad9d 682 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
de06a2dd 683
fc549af9
EZ
6842010-07-12 Eli Zaretskii <eliz@gnu.org>
685
686 * process.c (setup_process_coding_systems): Move to the part
687 shared by non-subprocesses systems, and make its body empty when
688 subprocesses is not defined.
689 (close_process_descs): Move to the part shared by non-subprocesses
690 systems.
1408902e
EZ
691 (wait_reading_process_output) [!subprocesses]: Convert arg list to
692 ANSI C.
fc549af9 693
d5a3eaaf
AS
6942010-07-12 Andreas Schwab <schwab@linux-m68k.org>
695
696 * editfns.c (transpose_markers): Convert old-style definition.
697 * emacs.c (abort, shut_down_emacs, fixup_locale)
698 (synchronize_system_time_locale)
699 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
700 * floatfns.c (extract_float, matherr, init_floatfns)
701 (syms_of_floatfns): Likewise.
702 * fns.c (make_hash_table): Likewise.
703 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
704 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
705 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
706 (ftfont_variation_glyphs): Likewise.
707 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
708 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
709 * lread.c (read_filtered_event): Likewise.
710 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
711 * process.c (wait_reading_process_output): Likewise.
712 * scroll.c (do_line_insertion_deletion_costs): Likewise.
713 * search.c (search_buffer, boyer_moore): Likewise.
714 * syntax.c (scan_sexps_forward): Likewise.
715 * xdisp.c (try_scrolling): Likewise.
716 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
717 (face_at_string_position): Likewise.
718 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
719 * xselect.c (x_get_window_property, receive_incremental_selection)
720 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
721 Likewise.
722 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
723
6f704c76
DN
7242010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
725
ded80a25
DN
726 * callproc.c (child_setup): Remove subprocesses conditional.
727 Remove code dealing with SET_EMACS_PRIORITY, unused.
728
49d937f4 729 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2e31d424
DN
730 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
731
732 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
733 (__do_global_dtors, __main): Use void in definition.
734 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
735 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
736 the only users from ...
737 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
738 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
739 (HAVE_VOLATILE): Remove, unused.
740
6f704c76
DN
741 Convert more function definitions to standard C.
742 * xdisp.c (window_box_edges, handle_single_display_spec)
743 (display_string): Convert definition to standard C.
744 * scroll.c (do_direct_scrolling, scrolling_1):
745 * dispnew.c (allocate_matrices_for_frame_redisplay)
746 (mirrored_line_dance):
747 * coding.c (code_convert_string):
748 * charset.c (map_charset_chars):
749 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
750 (Fregister_ccl_program, Fregister_code_conversion_map):
751 * keyboard.c (kbd_buffer_nr_stored): Likewise.
752 (head_table): Make static and const.
753
e6cfa7c3
AS
7542010-07-12 Andreas Schwab <schwab@linux-m68k.org>
755
756 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
757 (PROFILING_LDFLAGS): Set from substitution.
758 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
759 CFLAGS last.
760
892dd565
KH
7612010-07-12 Kenichi Handa <handa@m17n.org>
762
6f2cdcd1
KH
763 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
764 (shortlisp): Likewise.
765
892dd565
KH
766 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
767
768 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
769 of FONT_ENTITY_INDEX.
770 (Ffont_get): If KEY is :otf and the font-object doesn't have the
771 property, get the property value dynamically.
772 (Ffont_put): Accept font-entity and font-object too.
773 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
774 return value changed.
775 (syms_of_font): Adjusted for the above change.
776
ae96d47a
AS
7772010-07-11 Andreas Schwab <schwab@linux-m68k.org>
778
c8fc18ee
AS
779 * blockinput.h: Remove obsolete comment.
780
89887d67
AS
781 * lisp.h: Include <stddef.h>.
782 (OFFSETOF): Don't define.
783 (VECSIZE): Use offsetof instead of OFFSETOF.
784 (PSEUDOVECSIZE): Likewise.
785 * process.c (conv_sockaddr_to_lisp): Likewise.
786 * alloc.c: Don't include <stddef.h>.
787 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
788
ae96d47a
AS
789 * process.c: Remove obsolete comment.
790
635c0aa1
CY
7912010-07-11 Chong Yidong <cyd@stupidchicken.com>
792
793 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
794
a64df650
AS
7952010-07-11 Andreas Schwab <schwab@linux-m68k.org>
796
8966b757
AS
797 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
798 index, rindex.
799 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
800 * editfns.c (Fuser_full_name, Fformat): Likewise.
801 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
802 * fileio.c (Ffile_symlink_p): Likewise.
803 * filelock.c (current_lock_owner): Likewise.
804 * font.c (font_parse_name, font_parse_family_registry): Likewise.
805 * fontset.c (fontset_pattern_regexp): Likewise.
806 * lread.c (read1): Likewise.
807 * sysdep.c (init_system_name): Likewise.
808 * xfns.c (select_visual): Likewise.
809 * s/hpux10-20.h (index, rindex): Don't define.
810 * s/ms-w32.h (index): Likewise.
811 * s/usg5-4.h: Likewise.
812
cf237e27
AS
813 * callproc.c (relocate_fd): Use F_DUPFD if defined.
814
a8fe7202
AS
815 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
816 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
817 (egetenv): Likewise.
818 * doprnt.c (doprnt): Likewise.
819 * editfns.c (set_time_zone_rule, format2): Likewise.
820 * emacs.c (decode_env_path): Likewise.
821 * eval.c (signal_error, error): Likewise.
822 * insdel.c (replace_range_2): Likewise.
823 * keyboard.c (cmd_error_internal): Likewise.
824 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
825 * print.c (write_string, write_string_1, print_error_message):
826 Likewise.
827 * vm-limit.c (warn_function, memory_warnings): Likewise.
828 * xdisp.c (message1, message1_nolog, message_with_string)
829 (vmessage, message, message_nolog): Likewise.
830 * emacs.c: Remove duplicate declaration.
831 * keyboard.h: Likewise.
832 * lisp.h: Update prototypes.
833
bb8e180f
AS
834 * eval.c: Fix indentation problem.
835
83380e65
AS
836 * keyboard.c: Include "process.h"
837
a64df650
AS
838 * eval.c: Remove obsolete noinline declaration.
839 * fns.c: Likewise.
840
6a8033e1
KR
8412010-07-11 Ken Raeburn <raeburn@raeburn.org>
842
843 * doprnt.c (doprnt): Take a va_list argument instead of count and
844 pointer.
845 * eval.c (error): Change to a standard-C variadic function.
846 * xdisp.c (vmessage): Renamed from message, made static, and
847 changed to take a va_list argument.
848 (message): New variadic wrapper.
849 (message_nolog): Now a variadic function, calling vmessage.
850 * lisp.h: Include stdarg.h for va_list.
851 (doprnt, error, message, message_nolog): Decls updated.
852
462aa963
EZ
8532010-07-11 Eli Zaretskii <eliz@gnu.org>
854
855 * process.c (syms_of_process) <delete-exited-processes>: Define
856 even if !subprocesses.
857 (delete_exited_processes): Ditto.
858
859 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
860 (delete_exited_processes): Don't define.
861
48104462
CY
8622010-07-10 Chong Yidong <cyd@stupidchicken.com>
863
864 * frame.c (make_frame): Initialize menu_bar_lines and
865 tool_bar_lines members.
866 (make_initial_frame, make_terminal_frame): Initialize
867 menu_bar_lines using value of menu-bar-mode.
868
869 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
870
f388c88a
EZ
8712010-07-10 Eli Zaretskii <eliz@gnu.org>
872
873 * process.c: Reshuffle #include's. Condition some of the global
874 and static variables on `subprocesses'.
875 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
876 Leave only one implementation.
877 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
878 (kill_buffer_processes, Flist_system_processes)
879 (Fprocess_attributes, init_process, syms_of_process): Unify the
880 implementations for with subprocesses and without them.
881
723f5a07
J
8822010-07-09 Jan Djärv <jan.h.d@swipnet.se>
883
884 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
885 correct size for Motif.
886 (free_frame_menubar): Call x_set_window_size to update frame size.
887
888 * xfns.c (x_window): Set borderWidth to 0 for pane and
889 EmacsFrame. Frame size calculation is wrong otherwise.
890
2536a4b7
MA
8912010-07-09 Michael Albinus <michael.albinus@gmx.de>
892
893 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
894 allows to suppress errors when polling in Emacs' main loop.
895 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
896 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
897 (Fdbus_method_error_internal, Fdbus_send_signal)
898 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
899 (Fdbus_register_method): Use it. (Bug#6579)
900
5842a27b
DN
9012010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
902
903 * alloc.c: Convert DEFUNs to standard C.
904 * buffer.c:
905 * bytecode.c:
906 * callint.c:
907 * callproc.c:
908 * casefiddle.c:
909 * casetab.c:
910 * category.c:
911 * character.c:
912 * charset.c:
913 * chartab.c:
914 * cmds.c:
915 * coding.c:
916 * composite.c:
917 * data.c:
918 * dbusbind.c:
919 * dired.c:
920 * dispnew.c:
921 * doc.c:
922 * dosfns.c:
923 * editfns.c:
924 * emacs.c:
925 * eval.c:
926 * fileio.c:
927 * filelock.c:
928 * floatfns.c:
929 * fns.c:
930 * font.c:
931 * fontset.c:
932 * frame.c:
933 * fringe.c:
934 * image.c:
935 * indent.c:
936 * insdel.c:
937 * keyboard.c:
938 * keymap.c:
939 * lread.c:
940 * macros.c:
941 * marker.c:
942 * menu.c:
943 * minibuf.c:
944 * msdos.c:
945 * nsfns.m:
946 * nsmenu.m:
947 * nsselect.m:
948 * print.c:
949 * process.c:
950 * search.c:
951 * sound.c:
952 * syntax.c:
953 * term.c:
954 * terminal.c:
955 * textprop.c:
956 * undo.c:
957 * w16select.c:
958 * w32console.c:
959 * w32fns.c:
960 * w32font.c:
961 * w32menu.c:
962 * w32proc.c:
963 * w32select.c:
964 * window.c:
965 * xdisp.c:
966 * xfaces.c:
967 * xfns.c:
968 * xmenu.c:
969 * xselect.c:
970 * xsettings.c:
971 * xsmfns.c: Likewise.
972
d568829b
EZ
9732010-07-08 Eli Zaretskii <eliz@gnu.org>
974
975 * process.c (kbd_is_on_hold, hold_keyboard_input)
976 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
977
52214050
J
9782010-07-08 Jan Djärv <jan.h.d@swipnet.se>
979
980 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
981 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
982 unless USE_LUCID.
983
313d9eb2
DN
9842010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
985
a628ad9d
JB
986 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
987 declaration.
d8825aa3 988
295d0d8f
DN
989 Clean up include guards.
990 * tparam.c: Remove include guards for config.h, string.h and code
991 that assumes #ifndef emacs.
992 * termcap.c:
993 * unexalpha.c:
994 * sysdep.c:
995 * filemode.c:
996 * filelock.c:
997 * bidi.c: Likewise.
998
49d9e6b0
DN
999 Remove prefix-args.c
1000 * prefix-args.c: Remove file.
1001 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
1002 * Makefile.in (temacs${EXEEXT}): Remove references to
1003 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
1004 (mostlyclean): Remove reference to prefix-args.
1005 (prefix-args): Remove.
1006
313d9eb2
DN
1007 Simplify cstart_of_data, start_of_code and related code.
1008 * mem-limits.h: Remove !emacs and _LIBC conditional code.
1009 (start_of_data): Merge into start_of_data function.
1010 * sysdep.c (start_of_text): Remove. Move simplified versions of
1011 it in the only users: unexaix.c and unexec.c.
1012 (read_input_waiting): Remove local declaration of quit_char.
1013 (start, etext): Remove declarations.
1014 (start_of_data): Merge with the version in mem-limits.h and move
1015 to vm-limits.c.
1016 * vm-limit.c (start_of_data): Merged and simplified version of the
1017 code formerly in mem-limits.h and sysdep.c.
1018 * unexec.c (start): New declaration, moved from sysdep.c.
1019 (start_of_text): Simplified version of the code formerly in sysdep.c.
1020 * unexaix.c (start_of_text): Simplified version of the code
1021 formerly in sysdep.c.
1022 * m/alpha.h (HAVE_TEXT_START): Remove.
1023 (TEXT_START): Move ...
1024 * unexalpha.c (TEXT_START): ... here.
1025 * s/hpux10-20.h (TEXT_START): Remove.
1026 * s/darwin.h (TEXT_START):
1027 * m/mips.h (TEXT_START):
1028 * m/macppc.h (HAVE_TEXT_START):
1029 * m/m68k.h (TEXT_START):
1030 * m/iris4d.h (TEXT_START):
1031 * m/intel386.h (TEXT_START):
1032 * m/ibmrs6000.h (TEXT_START):
1033 * m/ia64.h (HAVE_TEXT_START):
1034 * s/msdos.h (TEXT_START): Likewise.
1035
72af86bd
AS
10362010-07-07 Andreas Schwab <schwab@linux-m68k.org>
1037
1038 * alloc.c (overrun_check_malloc, overrun_check_realloc)
1039 (overrun_check_free, xstrdup, allocate_string)
1040 (allocate_string_data, compact_small_strings, Fmake_string)
1041 (make_unibyte_string, make_multibyte_string)
1042 (make_string_from_bytes, make_specified_string, make_float)
1043 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
1044 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
1045 memcpy, memmove, memset, memcmp.
1046 * atimer.c (start_atimer, set_alarm): Likewise.
1047 * buffer.c (clone_per_buffer_values, report_overlay_modification)
1048 (mmap_realloc, init_buffer_once): Likewise.
1049 * callint.c (Fcall_interactively): Likewise.
1050 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
1051 (getenv_internal_1): Likewise.
1052 * casefiddle.c (casify_object): Likewise.
1053 * ccl.c (ccl_driver): Likewise.
1054 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
1055 * charset.c (load_charset_map_from_file)
1056 (load_charset_map_from_file, load_charset_map_from_vector)
1057 (Fdefine_charset_internal): Likewise.
1058 * cm.c (Wcm_clear): Likewise.
1059 * coding.c (decode_eol, decode_coding_object)
1060 (Fset_coding_system_priority, make_subsidiaries): Likewise.
1061 * data.c (Faset): Likewise.
1062 * dired.c (directory_files_internal, file_name_completion_stat):
1063 Likewise.
1064 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
1065 (clear_glyph_row, copy_row_except_pointers)
1066 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
1067 (save_current_matrix, restore_current_matrix)
1068 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
1069 (mirror_line_dance, scrolling_window): Likewise.
1070 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
1071 Likewise.
1072 * doprnt.c (doprnt): Likewise.
1073 * editfns.c (Fuser_full_name, make_buffer_string_both)
1074 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
1075 * emacs.c (sort_args): Likewise.
1076 * eval.c (Fapply, Ffuncall): Likewise.
1077 * fileio.c (Ffile_name_directory, make_temp_name)
1078 (Fexpand_file_name, search_embedded_absfilename)
1079 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
1080 (auto_save_error): Likewise.
1081 * fns.c (Fstring_equal, Fcopy_sequence, concat)
1082 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
1083 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
1084 (Fmake_hash_table): Likewise.
1085 * fringe.c (Fdefine_fringe_bitmap): Likewise.
1086 * ftfont.c (ftfont_text_extents): Likewise.
1087 * getloadavg.c (getloadavg): Likewise.
1088 * image.c (define_image_type, make_image, make_image_cache)
1089 (x_create_x_image_and_pixmap, xbm_image_p)
1090 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
1091 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
1092 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
1093 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
1094 (tiff_image_p, tiff_read_from_memory, gif_image_p)
1095 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
1096 Likewise.
1097 * indent.c (scan_for_column, compute_motion): Likewise.
1098 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
1099 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
1100 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
1101 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
1102 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
1103 (store_user_signal_events, menu_bar_items, tool_bar_items)
1104 (process_tool_bar_item, append_tool_bar_item)
1105 (read_char_minibuf_menu_prompt, read_key_sequence)
1106 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
1107 Likewise.
1108 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
1109 Likewise.
1110 * lisp.h (STRING_COPYIN): Likewise.
1111 * lread.c (Fload, read1, oblookup): Likewise.
1112 * msdos.c (Frecent_doskeys): Likewise.
1113 * nsfns.m (Fx_create_frame): Likewise.
1114 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
1115 Likewise.
1116 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
1117 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
1118 Likewise.
1119 * nsmenu.m (ns_update_menubar): Likewise.
1120 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
1121 * print.c (print_unwind, printchar, strout, print_string)
1122 (print_error_message): Likewise.
1123 * process.c (conv_lisp_to_sockaddr, set_socket_option)
1124 (Fmake_network_process, Fnetwork_interface_list)
1125 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
1126 (init_process): Likewise.
1127 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
1128 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
1129 Likewise.
1130 * scroll.c (do_scrolling, do_direct_scrolling)
1131 (scrolling_max_lines_saved): Likewise.
1132 * search.c (search_buffer, wordify, Freplace_match): Likewise.
1133 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
1134 * syntax.c (skip_chars, skip_syntaxes): Likewise.
1135 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
1136 (emacs_set_tty): Likewise.
1137 * term.c (encode_terminal_code, calculate_costs)
1138 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
1139 Likewise.
1140 * termcap.c (tgetst1, gobble_line): Likewise.
1141 * termhooks.h (EVENT_INIT): Likewise.
1142 * tparam.c (tparam1): Likewise.
1143 * unexalpha.c (unexec): Likewise.
1144 * unexec.c (write_segment): Likewise.
1145 * unexmacosx.c (unexec_write_zero): Likewise.
1146 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
1147 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
1148 * w32font.c (w32font_list_family, w32font_text_extents)
1149 (w32font_list_internal, w32font_match_internal)
1150 (w32font_open_internal, compute_metrics, Fx_select_font):
1151 Likewise.
1152 * w32menu.c (set_frame_menubar, add_menu_item)
1153 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
1154 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
1155 * w32uniscribe.c (uniscribe_list_family): Likewise.
1156 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
1157 * window.c (make_window, replace_window, set_window_buffer)
1158 (Fsplit_window): Likewise.
1159 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
1160 (add_to_log, message3, x_consider_frame_title)
1161 (append_space_for_newline, extend_face_to_end_of_line)
1162 (decode_mode_spec_coding, init_glyph_string): Likewise.
1163 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
1164 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
1165 (face_attr_equal_p, make_realized_face, make_face_cache)
1166 (free_realized_faces, lookup_named_face, smaller_face)
1167 (face_with_height, lookup_derived_face)
1168 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
1169 (Finternal_set_font_selection_order, realize_default_face)
1170 (compute_char_face, face_at_buffer_position)
1171 (face_for_overlay_string, face_at_string_position, merge_faces):
1172 Likewise.
1173 * xfns.c (xic_create_fontsetname, Fx_create_frame)
1174 (Fx_window_property, x_create_tip_frame)
1175 (Fx_backspace_delete_keys_p): Likewise.
1176 * xfont.c (xfont_list, xfont_match, xfont_list_family)
1177 (xfont_text_extents): Likewise.
1178 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
1179 * xrdb.c (magic_file_p, x_get_resource): Likewise.
1180 * xselect.c (x_queue_event, x_get_window_property)
1181 (receive_incremental_selection): Likewise.
1182 * xsmfns.c (x_session_check_input): Likewise.
1183 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
1184 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
1185 Likewise.
1186 * character.h (BCOPY_SHORT): Removed.
1187 * config.in: Regenerate.
1188 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
1189 * emacs.c (main) [PROFILING]: Don't declare
1190 dump_opcode_frequencies.
1191 * lisp.h (safe_bcopy): Remove declaration.
1192 (memset) [!HAVE_MEMSET]: Declare.
1193 (memcpy) [!HAVE_MEMCPY]: Likewise.
1194 (memmove) [!HAVE_MEMMOVE]: Likewise.
1195 (memcmp) [!HAVE_MEMCMP]: Likewise.
1196 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
1197 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
1198 Don't define.
1199 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
1200 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
1201 (BCOPY_DOWNWARD_SAFE): Don't define.
1202 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
1203 (memcpy) [!HAVE_MEMCPY]: Define.
1204 (memmove) [!HAVE_MEMMOVE]: Define.
1205 (memcmp) [!HAVE_MEMCMP]: Define.
1206
cb768704
J
12072010-07-07 Jan Djärv <jan.h.d@swipnet.se>
1208
1209 * process.c (kbd_is_on_hold): New variable.
a628ad9d
JB
1210 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
1211 New functions.
cb768704
J
1212 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
1213 select on empty input mask.
1214 (init_process): Initialize kbd_is_on_hold to 0.
1215
1216 * process.h (hold_keyboard_input, unhold_keyboard_input)
1217 (kbd_on_hold_p): Declare.
1218
1219 * keyboard.c (input_available_signal): Declare.
1220 (kbd_buffer_nr_stored): New function.
1221 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
1222 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
1223 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
1224 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
1225 (tty_read_avail_input): If input is on hold, return.
1226 Don't read more that free slots in kbd_buffer (Bug#6571).
1227
3a8ce822
EZ
12282010-07-07 Eli Zaretskii <eliz@gnu.org>
1229
1230 * msdos.h:
1231 * msdos.c:
1232 * dosfns.c:
1233 * w16select.c: Convert function definitions to ANSI C.
1234
a628ad9d
JB
1235 * msdos.h (ctrl_break_func, install_ctrl_break_check):
1236 Remove unused prototypes.
3a8ce822 1237
cf84bb53
JB
12382010-07-07 Juanma Barranquero <lekktu@gmail.com>
1239
1240 * coding.c, sysdep.c: Convert some more functions to standard C.
1241
1a4990fb
JB
12422010-07-07 Juanma Barranquero <lekktu@gmail.com>
1243
1244 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
1245 (encode_coding_object): Use SPECPDL_INDEX.
1246 (syms_of_coding): Use DOS_NT.
1247
c0f2f16b
DN
12482010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1249
48fb6855
DN
1250 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
1251
c0f2f16b
DN
1252 Make the function member of Lisp_Subr use standard C prototypes.
1253 * lisp.h (struct Lisp_Subr): Use a union for the function member.
1254 (DECL_ALIGN): Add a cast for the function.
1255 * eval.c (Feval, Ffuncall): Use the proper type for each type
1256 function call.
1257
67aecef9
CY
12582010-07-06 Chong Yidong <cyd@stupidchicken.com>
1259
1260 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
1261 fringe face id, so face-remapping-alist works (Bug#6091).
1262
b56ceb92
JB
12632010-07-06 Juanma Barranquero <lekktu@gmail.com>
1264
1265 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
1266 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
1267 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
1268
7af07b96
AS
12692010-07-06 Andreas Schwab <schwab@linux-m68k.org>
1270
1271 * xterm.c (x_get_keysym_name): Change type of parameter to int.
1272 * lisp.h: Declare x_get_keysym_name.
1273 * keyboard.c (modify_event_symbol): Don't declare
1274 x_get_keysym_name here.
1275
69e24e34
DN
12762010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1277
1278 * ecrt0.c: Revert conversion to standard C.
1279
d3da34e0 12802010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
d2aa42f8
DN
1281
1282 * vm-limit.c (memory_warnings):
1283 * keyboard.c (modify_event_symbol):
1284 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
1285 (round2, emacs_rint):
1286 * process.c (send_process, old_sigpipe): Convert function
1287 definitions and declarations to standard C.
1288
12892010-07-05 Juanma Barranquero <lekktu@gmail.com>
d3da34e0
JB
1290
1291 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
1292 * xdisp.c: Convert function definitions to standard C.
1293
1294 * cm.c (cmputc): Arg C is now int, not char.
1295 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
1296
00be444c
J
12972010-07-05 James Cloos <cloos@jhcloos.com>
1298
1299 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
1300
1301 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
1302 _NET_WM_ICON_NAME atoms.
1303
1304 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
1305 and _NET_WM_ICON_NAME properties, too, matching what is
1306 done in the Gtk+ case.
1307
e4c8d29a
J
13082010-07-05 Jan Djärv <jan.h.d@swipnet.se>
1309
ff919460
J
1310 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
1311
e4c8d29a
J
1312 * xsmfns.c (SSDATA): New macro.
1313 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
1314 passed to strlen/strcpy/strcat.
1315 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
1316 7:th arg to XChangeProperty to (unsigned char *)
1317
1318 * xsettings.c (something_changedCB, parse_settings)
1319 (apply_xft_settings): Reformat prototype.
1320 (something_changedCB, init_gconf): Remove unused variable i.
1321 (read_settings): Remove unused variable long_len.
1322
1323 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
1324 (xg_get_image_for_pixmap, create_dialog)
1325 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
1326 (menuitem_highlight_callback, make_menu_item)
1327 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
1328 (xg_create_scroll_bar, xg_update_scrollbar_pos)
1329 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
1330 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
1331 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
1332 (xg_tool_bar_item_expose_callback): Reformat prototype.
1333 (xg_update_menubar): GList *group => GSList *group.
1334 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
1335 before use.
1336 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
1337 to GTK_IMAGE (wimage).
1338
dd4c5104
DN
13392010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
1340
898b4c5c
DN
1341 * atimer.c: Use "" instead of <> for local includes for
1342 consistency with the rest of the code.
1343
dd4c5104
DN
1344 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
1345 * xrdb.c (get_system_name):
1346 * window.c (shrink_windows):
1347 * syntax.c (forw_comment):
1348 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
1349 (ins_del_costs):
1350 * mem-limits.h (start_of_data):
1351 * lread.c (readevalloop):
1352 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
1353 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
1354 * frame.c (x_get_focus_frame):
1355 * floatfns.c (fmod_float):
1356 * fileio.c (choose_write_coding_system):
1357 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
1358 (malloc_initialize_hook, sort_args, synchronize_locale):
1359 * doprnt.c (doprnt):
1360 * dired.c (compile_pattern):
1361 * data.c (fmod_float):
1362 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
1363 (map_char_table_for_charset):
1364 * charset.c (define_charset_internal):
1365 * alloc.c (Fgarbage_collect): Convert declarations or definitions
1366 to standard C.
1367
9a39b306 13682010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9c8a2331 1369 Stefan Monnier <monnier@iro.umontreal.ca>
9a39b306
TO
1370
1371 * lread.c (read1): Fix up last change to not mess up `c'.
1372
e6cb2cbb
JB
13732010-07-04 Juanma Barranquero <lekktu@gmail.com>
1374
1375 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
1376
438105ed
JB
13772010-07-04 Juanma Barranquero <lekktu@gmail.com>
1378
1379 Fix prototypes.
1380
e5447b22 1381 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
438105ed 1382 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
9c8a2331
JB
1383 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
1384 arg, as required by internal_condition_case_1.
dcc7404b 1385 * print.c (strout): Use const char* for arg PTR.
438105ed
JB
1386 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
1387 (analyse_first): Fix "const const".
e5447b22 1388 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
b9503078 1389 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
e5447b22 1390 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
438105ed 1391
971de7fb
DN
13922010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
1393
1394 * alloc.c: Convert function definitions to standard C.
1395 * atimer.c:
1396 * bidi.c:
1397 * bytecode.c:
1398 * callint.c:
1399 * callproc.c:
1400 * casefiddle.c:
1401 * casetab.c:
1402 * category.c:
1403 * ccl.c:
1404 * character.c:
1405 * charset.c:
1406 * chartab.c:
1407 * cmds.c:
1408 * coding.c:
1409 * composite.c:
1410 * data.c:
1411 * dbusbind.c:
1412 * dired.c:
1413 * dispnew.c:
1414 * doc.c:
1415 * doprnt.c:
1416 * ecrt0.c:
1417 * editfns.c:
1418 * fileio.c:
1419 * filelock.c:
1420 * filemode.c:
1421 * fns.c:
1422 * font.c:
1423 * fontset.c:
1424 * frame.c:
1425 * fringe.c:
1426 * ftfont.c:
1427 * ftxfont.c:
1428 * gtkutil.c:
1429 * indent.c:
1430 * insdel.c:
1431 * intervals.c:
1432 * keymap.c:
1433 * lread.c:
1434 * macros.c:
1435 * marker.c:
1436 * md5.c:
1437 * menu.c:
1438 * minibuf.c:
1439 * prefix-args.c:
1440 * print.c:
1441 * ralloc.c:
1442 * regex.c:
1443 * region-cache.c:
1444 * scroll.c:
1445 * search.c:
1446 * sound.c:
1447 * strftime.c:
1448 * syntax.c:
1449 * sysdep.c:
1450 * termcap.c:
1451 * terminal.c:
1452 * terminfo.c:
1453 * textprop.c:
1454 * tparam.c:
1455 * undo.c:
1456 * unexelf.c:
1457 * window.c:
1458 * xfaces.c:
1459 * xfns.c:
1460 * xfont.c:
1461 * xftfont.c:
1462 * xgselect.c:
1463 * xmenu.c:
1464 * xrdb.c:
1465 * xselect.c:
1466 * xsettings.c:
1467 * xsmfns.c:
1468 * xterm.c: Likewise.
1469
ae492bec
EZ
14702010-07-03 Eli Zaretskii <eliz@gnu.org>
1471
76ea4cc9
EZ
1472 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
1473 frames other than the initial one. Fix reversal of colors when
1474 `reverse' is specified in the frame parameters. Call
1475 update_face_from_frame_parameter instead of
1476 internal-set-lisp-face-attribute. Initialize screen colors from
1477 initial_screen_colors[] when f->default_face_done_p is zero,
1478 instead of depending on being called with default-frame-alist as
1479 the alist argument.
1480
1481 * xfaces.c (update_face_from_frame_parameter): Move out of
1482 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
1483 with HAVE_WINDOW_SYSTEM.
1484
1e6255ae
EZ
1485 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
1486 to menu-bar-mode, if not set in the frame parameters or in
1487 default-frame-alist.
1488
ae492bec
EZ
1489 * w32console.c (sys_tputs): Adjust argument list to prototype in
1490 term.c.
1491
3a35a84c
JB
14922010-07-03 Juanma Barranquero <lekktu@gmail.com>
1493
1494 * lisp.h (memory_warnings): Fix prototype.
1495
1496 * cm.h (evalcost): Fix prototype.
1497
1498 * cm.c (evalcost): Fix arg type.
1499
c532d349
DN
15002010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
1501
1502 * term.c (term_clear_mouse_face, Fidentity):
1503 * syssignal.h (signal_handler_t):
1504 * lisp.h (memory_warnings):
1505 * coding.h (preferred_coding_system):
1506 * cm.h (evalcost):
1507 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
1508
c0b36d46
EZ
15092010-07-02 Eli Zaretskii <eliz@gnu.org>
1510
1511 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
1512 from prototypes.
1513
1514 * msdos.h (load_pixmap): Don't define away.
1515
383e0970
J
15162010-07-02 Jan Djärv <jan.h.d@swipnet.se>
1517
f57e2426
J
1518 * lisp.h:
1519 * atimer.h: Remove define for P_.
1520
1521 * alloc.c: Remove __P and P_ from .c and .m files.
1522 * atimer.c:
1523 * buffer.c:
1524 * callint.c:
1525 * category.c:
1526 * charset.c:
1527 * chartab.c:
1528 * cm.c:
1529 * coding.c:
1530 * composite.c:
1531 * data.c:
1532 * dired.c:
1533 * dispnew.c:
1534 * doc.c:
1535 * editfns.c:
1536 * emacs.c:
1537 * eval.c:
1538 * fileio.c:
1539 * filelock.c:
1540 * fns.c:
1541 * font.c:
1542 * fontset.c:
1543 * frame.c:
1544 * ftfont.c:
1545 * ftxfont.c:
1546 * gmalloc.c:
1547 * gtkutil.c:
1548 * image.c:
1549 * indent.c:
1550 * intervals.c:
1551 * keyboard.c:
1552 * keymap.c:
1553 * lread.c:
1554 * marker.c:
1555 * menu.c:
1556 * minibuf.c:
1557 * print.c:
1558 * process.c:
1559 * scroll.c:
1560 * search.c:
1561 * sound.c:
1562 * strftime.c:
1563 * syntax.c:
1564 * sysdep.c:
1565 * term.c:
1566 * terminal.c:
1567 * textprop.c:
1568 * unexalpha.c:
1569 * w32console.c:
1570 * w32fns.c:
1571 * w32font.c:
1572 * w32menu.c:
1573 * w32term.c:
1574 * w32uniscribe.c:
1575 * window.c:
1576 * xdisp.c:
1577 * xfaces.c:
1578 * xfns.c:
1579 * xfont.c:
1580 * xftfont.c:
1581 * xmenu.c:
1582 * xselect.c:
1583 * xterm.c: Likewise.
1584
383e0970 1585 Remove P_ and __P macros.
f57e2426
J
1586 * atimer.h: Remove P_ and __P macros.
1587 * buffer.h:
383e0970
J
1588 * category.h:
1589 * ccl.h:
1590 * character.h:
1591 * charset.h:
1592 * cm.h:
1593 * coding.h:
1594 * composite.h:
1595 * dispextern.h:
1596 * disptab.h:
9e892c8d 1597 * dosfns.h:
383e0970
J
1598 * font.h:
1599 * fontset.h:
1600 * frame.h:
1601 * gtkutil.h:
1602 * indent.h:
1603 * intervals.h:
1604 * keyboard.h:
1605 * keymap.h:
1606 * lisp.h:
1607 * macros.h:
1608 * md5.h:
1609 * menu.h:
1610 * msdos.h:
1611 * nsterm.h:
1612 * puresize.h:
1613 * region-cache.h:
1614 * syntax.h:
1615 * syssignal.h:
1616 * systime.h:
1617 * termhooks.h:
9e892c8d 1618 * w32font.h:
383e0970
J
1619 * w32term.h:
1620 * widget.h:
1621 * window.h:
1622 * xgselect.h:
1623 * xsettings.h:
1624 * xterm.h: Likewise.
1625
98601119
DN
16262010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
1627
d9170db5
DN
1628 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
1629
98601119
DN
1630 Cleanup old code.
1631 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
1632 * syssignal.h: Remove code for Lynx, not supported anymore.
1633 * vm-limit.c: Remove unused code the depends on emacs not being
1634 defined and NO_LIM_DATA being defined.
1635 * mem-limits.h: Remove dead code.
1636
1f984e12
J
16372010-07-01 Jan Djärv <jan.h.d@swipnet.se>
1638
c49d071a
J
1639 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
1640
9d5405ec
J
1641 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
1642 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
1643
7a18115b
J
1644 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
1645 parameters, they are already absolute.
1646
a628ad9d
JB
1647 * nsterm.m (x_set_window_size, initFrameFromEmacs):
1648 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
581a8100 1649
a628ad9d 1650 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
581a8100 1651
a628ad9d
JB
1652 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
1653 Update FRAME_TOOLBAR_HEIGHT.
581a8100 1654
a628ad9d
JB
1655 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
1656 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
1f984e12 1657
c1ef4455
CY
16582010-06-30 Chong Yidong <cyd@stupidchicken.com>
1659
1660 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
1661 check default-frame-alist.
1662
ce8f5a9a
AS
16632010-06-30 Andreas Schwab <schwab@linux-m68k.org>
1664
1665 * process.c (create_process): Avoid using invalid file descriptors.
1666
1667 * callproc.c (child_setup): Avoid closing a file descriptor twice.
1668
bf935339
J
16692010-06-30 Jan Djärv <jan.h.d@swipnet.se>
1670
1671 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
1672 Improve documentation. Return font regardless of use_system_font.
1673 (syms_of_xsettings): Improve documentation for font-use-system-font.
1674
7c33a057
CY
16752010-07-10 Chong Yidong <cyd@stupidchicken.com>
1676
2ec1b5ee
CY
1677 * xfaces.c (realize_face): Garbage the frame if a face is removed
1678 (Bug#6593).
1679
16802010-07-05 Andreas Schwab <schwab@linux-m68k.org>
1681
1682 * keyboard.c: Remove duplicate <setjmp.h>.
1683 (read_key_sequence): Remove volatile qualifiers.
1684
16852010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1686
1687 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
1688 (struct glyph_row): New members left_fringe_offset and
1689 right_fringe_offset.
1690
1691 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
1692 specially.
1693 * w32term.c (w32_draw_fringe_bitmap): Likewise.
1694 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
1695
1696 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
f6003da5 1697 Take account of bitmap offset.
2ec1b5ee
CY
1698 (draw_window_fringes): Take account of window vscroll.
1699 (update_window_fringes): Likewise. Extend top-aligned top indicator
1700 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
1701 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
1702 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
1703
17042010-07-04 Juanma Barranquero <lekktu@gmail.com>
1705
1706 * w32fns.c (Qtooltip): Declare.
1707 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
1708
17092010-07-03 Jan Djärv <jan.h.d@swipnet.se>
1710
1711 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
1712 grab on just Press (Bug#6499).
1713
17142010-07-02 Chong Yidong <cyd@stupidchicken.com>
1715
1716 * frame.c (Qtooltip): New var.
1717 (delete_frame): Use it. Fix faulty if statement. Don't update
1718 mode line for tooltip frames. Suggested by Martin Rudalics.
1719
1720 * xfns.c (x_create_tip_frame):
1721 * w32fns.c (x_create_tip_frame): Use it.
1722
17232010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
769e9d47
KH
1724
1725 * xftfont.c (xftfont_open): Check font width one by one also when
1726 spacing is dual.
1727
1728 * ftfont.c (ftfont_open): Ditto.
1729
6259c2ec
GM
17302010-06-30 Glenn Morris <rgm@gnu.org>
1731
a46007e9
GM
1732 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
1733
6259c2ec
GM
1734 * Makefile.in (CANNOT_DUMP): Update for configure name change.
1735
1736 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
1737 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
1738 * s/darwin.h (SYSTEM_MALLOC):
1739 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
1740
5d1d3d04
J
17412010-06-29 Jan Djärv <jan.h.d@swipnet.se>
1742
1743 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
1744 (ns_get_screen): Don't assign integer to f.
1745 (Fx_display_color_cells): Declarations before statements.
1746
e547b051
J
17472010-06-28 Jan Djärv <jan.h.d@swipnet.se>
1748
5fc8e5bc
J
1749 * xfns.c (x_default_font_parameter): Remove got_from_system
1750 (Bug#6526).
1751
e547b051
J
1752 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
1753 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
1754 defines based on what configure finds.
1755
1756 * xterm.c (XTflash): Use gtk_widget_get_window.
1757 (xg_scroll_callback): Use gtk_adjustment_get_upper and
1758 gtk_adjustment_get_page_size.
1759 (handle_one_xevent): Use gtk_widget_get_mapped.
1760 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
1761 messages.
1762
1763 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
1764
1765 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
1766 HAVE_GTK_FILE_SELECTION_NEW.
1767
1768 * gtkutil.c (xg_display_open, xg_display_close): Remove
1769 HAVE_GTK_MULTIDISPLAY, it is always defined.
1770 (xg_display_open): Return type is void.
1771 (gtk_widget_set_has_window)
1772 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
1773 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
1774 (gtk_adjustment_set_page_increment)
1775 (gtk_adjustment_get_step_increment): #define these if not found
1776 by configure.
1777 (remove_submenu): New define based on Gtk+ version.
1778 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
1779 gtk_widget_get_window.
1780 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
1781 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
1782 (create_dialog): Use gtk_dialog_get_action_area and
1783 gtk_dialog_get_content_area.
1784 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
1785 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
1786 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
1787 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
1788 g_object_ref and g_object_unref.
1789 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
1790 gtk_widget_get_sensitive.
1791 (xg_update_submenu): Use remove_submenu.
1792 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
1793 properties instead to get old x and y position.
1794 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
1795 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
2b7e356a 1796 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
e547b051
J
1797 (xg_get_tool_bar_widgets): New function.
1798 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
1799 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
1800 (toolbar_set_orientation): New #define based on if configure
1801 finds gtk_orientable_set_orientation.
1802 (xg_create_tool_bar): Call toolbar_set_orientation.
1803 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
1804 instead of gtk_box_pack_start_defaults.
1805
b9229673
CY
18062010-06-28 Chong Yidong <cyd@stupidchicken.com>
1807
1808 * cmds.c (Fdelete_backward_char): Move into Lisp.
1809
bbc803b0
DN
18102010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
1811
1812 * s/freebsd.h (BSD4_2): Remove redundant definition.
1813 bsd-common.h defines it already.
1814
6431f2e6
CY
18152010-06-27 Chong Yidong <cyd@stupidchicken.com>
1816
1817 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
1818 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
1819 tool-bar-mode, which are now set using these X resources at
1820 startup, to determine the defaults (Bug#2249).
1821
1822 * w32fns.c (Fx_create_frame):
1823 * nsfns.m (Fx_create_frame): Likewise.
1824
1825 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
1826
8c079ebb
JB
18272010-06-24 Juanma Barranquero <lekktu@gmail.com>
1828
1829 * gtkutil.c (xg_update_scrollbar_pos):
1830 Avoid C99 mid-block variable declaration.
1831
e9b7ab96
JD
18322010-06-22 Jan Djärv <jan.h.d@swipnet.se>
1833
bc869eca
JD
1834 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
1835
2b7e356a 1836 * gtkutil.h (xg_show_scroll_bar): Remove.
bc869eca
JD
1837
1838 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
1839 if height is less than scroll bar min size.
1840 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
1841
e9b7ab96
JD
1842 * xfns.c (x_default_font_parameter): Try to open font from system
1843 before using it (bug#6478). Rename got_from_gconf to got_from_system.
1844
a628ad9d 18452010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
32a679fd
JD
1846
1847 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
1848
70c4cfbb
EZ
18492010-06-20 Eli Zaretskii <eliz@gnu.org>
1850
1851 * xdisp.c (try_scrolling): When scroll-conservatively is set to
1852 most-positive-fixnum, be extra accurate when scrolling window
1853 start, to avoid missing the cursor line.
1854
ad5a12b5
EZ
18552010-06-19 Eli Zaretskii <eliz@gnu.org>
1856
1857 * xdisp.c (try_scrolling): Compute the limit for searching point
1858 in forward scroll from scroll_max, instead of an arbitrary limit
1859 of 10 screen lines. See
1860 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
1861 and
1862 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
1863 for details.
1864
2a64315a 18652010-06-16 Glenn Morris <rgm@gnu.org>
6fda6a0c
GM
1866
1867 * editfns.c (Fbyte_to_string): Pacify compiler.
1868
288cf4e9
SM
18692010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1870
1871 * lread.c (read1): Phase out old-style backquotes a bit more.
1872
6e6e5760
EZ
18732010-06-12 Eli Zaretskii <eliz@gnu.org>
1874
cbc4fd20
EZ
1875 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
1876 bidimirror.h.
1877
1878 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
1879
317fbf33
EZ
1880 * bidi.c (bidi_initialize): Remove explicit initialization of
1881 bidi_type_table; include biditype.h instead. Don't support
288cf4e9 1882 entries whose second codepoint is zero. Initialize bidi_mirror_table.
cbc4fd20 1883 (bidi_mirror_char): Use bidi_mirror_table.
317fbf33
EZ
1884
1885 * biditype.h: New file.
1886
cbc4fd20
EZ
1887 * bidimirror.h: New file.
1888
6e6e5760
EZ
1889 * window.c (syms_of_window): Doc fix (bug#6409).
1890
4176cba2
RF
18912010-06-12 Romain Francoise <romain@orebokech.com>
1892
1893 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
1894 ediff-hook.
1895
cb4bfcb5
GM
18962010-06-10 Glenn Morris <rgm@gnu.org>
1897
64c60c2f
GM
1898 * editfns.c (Fbyte_to_string): Pacify compiler.
1899
cb4bfcb5
GM
1900 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
1901
2ec1b5ee
CY
19022010-06-26 Andreas Schwab <schwab@linux-m68k.org>
1903
1904 * alloc.c (Fmake_byte_code): Don't access undefined argument
1905 (Bug#6517).
1906
19072010-06-25 Chong Yidong <cyd@stupidchicken.com>
1908
1909 * xdisp.c (next_element_from_image): Ensure that after-strings are
1910 read the next time we hit handle_stop (Bug#1336).
1911
19122010-06-23 Andreas Schwab <schwab@linux-m68k.org>
1913
1914 * lread.c (read1): Signal error if #s is not followed by paren.
1915
19162010-06-19 Chong Yidong <cyd@stupidchicken.com>
1917
1918 * image.c (free_image): Mark frame as garbaged (Bug#6426).
1919
1920 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
1921
19222010-06-15 Glenn Morris <rgm@gnu.org>
1923
1924 * editfns.c (Fbyte_to_string): Pacify compiler.
1925
e454a4a3
SM
19262010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1927
1928 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
1929 Check `object's type before accessing its guts.
1930
c1b1acc2
DN
19312010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1932
1933 * s/usg5-4.h: Fix previous change.
1934 Suggested by Lawrence Mitchell <wence@gmx.li>
1935
657d4c0b
AS
19362010-06-08 Andreas Schwab <schwab@linux-m68k.org>
1937
1938 * minibuf.c (Fall_completions): Add more checks.
1939
9b27fd9f
JB
19402010-06-08 Juanma Barranquero <lekktu@gmail.com>
1941
1942 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
1943
a99ebb40
DN
19442010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
1945
d7c5d87d
DN
1946 * lread.c (X_OK): Remove, unused.
1947
0263a941
DN
1948 * dispnew.c: Remove obsolete comment.
1949
a99ebb40
DN
1950 Remove INCLUDED_FCNTL.
1951 * xterm.c (INCLUDED_FCNTL):
1952 * callproc.c (INCLUDED_FCNTL):
1953 * alloc.c (INCLUDED_FCNTL):
1954 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
1955 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
1956
13b5221f
MR
19572010-06-07 Martin Rudalics <rudalics@gmx.at>
1958
1959 * window.c (Fselect_window): Move `record_buffer' up to the
1960 beginning of this function, so the buffer gets recorded
1961 even if the selected window does not change.
1962 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
1963
5220357f
JB
19642010-06-07 Juanma Barranquero <lekktu@gmail.com>
1965
1966 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
1967 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
1968
3085237c
DN
19692010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
1970
1971 Remove BSTRING related code, all platforms define it.
1972 * s/usg5-4.h (BSTRING): Remove definition.
1973 * s/template.h (BSTRING):
1974 * s/msdos.h (BSTRING):
1975 * s/ms-w32.h (BSTRING):
1976 * s/hpux10-20.h (BSTRING):
1977 * s/gnu-linux.h (BSTRING):
1978 * s/darwin.h (BSTRING):
1979 * s/cygwin.h (BSTRING):
1980 * s/bsd-common.h (BSTRING):
1981 * s/aix4-2.h (BSTRING): Likewise.
1982 * sysdep.c: Remove code depending on BSTRING not being defined.
1983
409f2919
JB
19842010-06-05 Juanma Barranquero <lekktu@gmail.com>
1985
1986 Remove obsolete macro BASE_LEADING_CODE_P.
1987 * character.h (BASE_LEADING_CODE_P): Remove.
1988 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
1989 * buffer.c (Fset_buffer_multibyte):
1990 * indent.c (scan_for_column, compute_motion):
1991 * insdel.c (count_combining_before, count_combining_after):
1992 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
1993
087fc47a
JB
19942010-06-04 Juanma Barranquero <lekktu@gmail.com>
1995
1996 Turn `directory-sep-char' into a noop.
1997
1998 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
1999 (DIRECTORY_SEP): Define unconditionally.
2000
2001 * s/ms-w32.h (DIRECTORY_SEP): Remove.
2002
2003 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
2004 call dostounix_filename directly.
2005
2006 * fileio.c (CORRECT_DIR_SEPS): Remove.
2007 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
2008 (Fsubstitute_in_file_name): Use dostounix_filename instead.
2009 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
2010 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
2011
2012 * w32proc.c (CORRECT_DIR_SEPS): Remove.
2013 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
2014
0eb7675e
AS
20152010-06-03 Andreas Schwab <schwab@linux-m68k.org>
2016
a628ad9d
JB
2017 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
2018 (Bug#6346)
0eb7675e 2019
78edd3b7
JB
20202010-06-03 Juanma Barranquero <lekktu@gmail.com>
2021
2022 * ccl.c (Fccl_program_p): Fix typo in docstring.
2023
eb697db5
DN
20242010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2025
2026 Move UNEXEC definition to autoconf.
2027 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
2028 * s/sol2-10.h (UNEXEC):
2029 * s/irix6-5.h (UNEXEC):
2030 * s/hpux10-20.h (UNEXEC):
2031 * s/gnu-linux.h (UNEXEC):
2032 * s/darwin.h (UNEXEC):
2033 * s/cygwin.h (UNEXEC):
2034 * s/bsd-common.h (UNEXEC):
2035 * s/aix4-2.h (UNEXEC):
2036 * m/alpha.h (UNEXEC): Likewise.
2037 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
2038
aa3830c4
JB
20392010-06-03 Juanma Barranquero <lekktu@gmail.com>
2040
2041 Remove obsolete pre-unicode2 macros.
2042 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
2043 * composite.c (composition_reseat_it):
2044 * data.c (Faset):
2045 * fns.c (Ffillarray):
2046 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
2047 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
2048
d234d13e
JL
20492010-06-03 Juri Linkov <juri@jurta.org>
2050
2051 * buffer.c (Fother_buffer): Add CHECK_FRAME.
2052 (Fswitch_to_buffer): Remove unused variable `err'.
2053
0d4bcf4d
GM
20542010-06-03 Glenn Morris <rgm@gnu.org>
2055
e23dc1e2
GM
2056 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
2057
05b09564
GM
2058 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
2059 now that AH_BOTTOM does it.
2060
824e2978
GM
2061 * m/hp800.h (HAVE_ALLOCA):
2062 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
2063
0d4bcf4d
GM
2064 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
2065 Remove NOT_C_CODE tests, it is always true now.
2066
c55d2abf
DN
20672010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2068
08a494a3
DN
2069 Fix config.h includes.
2070 * xsettings.c:
2071 * xgselect.c:
2072 * nsterm.m:
2073 * nsselect.m:
2074 * nsimage.m:
2075 * nsfont.m:
2076 * nsfns.m:
2077 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
2078 other files do.
2079
75934b1d
DN
2080 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
2081
9f32a766
DN
2082 * s/sol2-6.h: Remove obsolete comments.
2083
c55d2abf
DN
2084 Remove unnecessary alloca.h includes.
2085 * keymap.c: Do not include alloca.h, config.h does that.
2086 * sysdep.c: Likewise. Do not define fwrite, not used.
2087
06ac62b4
SM
20882010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2089
2090 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
2091 the HAVE_TERMIO where it belongs (bug#6149).
2092
1ab8293c
SM
20932010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2094
2095 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
2096 of bug#6305).
2097
6dcfd253
EZ
20982010-05-30 Eli Zaretskii <eliz@gnu.org>
2099
2100 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
2101 state is always cached (bug#6306).
2102
6d26bbb2
EZ
21032010-05-29 Eli Zaretskii <eliz@gnu.org>
2104
06fa4a23
EZ
2105 Fix cursor motion in bidi-reordered continued lines.
2106 * xdisp.c (try_cursor_movement): Backup to non-continuation line
2107 only after finding point's row. Fix the logic. Rewrite the loop
6d26bbb2
EZ
2108 over continuation lines in bidi-reordered buffers. Return
2109 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
2110 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
2111
f5783df3
MA
21122010-05-28 Michael Albinus <michael.albinus@gmx.de>
2113
2114 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
2115
7d56b2dd
KH
21162010-05-28 Kenichi Handa <handa@m17n.org>
2117
2118 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
2119 Don't sheck SPEC if it is nil.
2120 (font_list_entities): Call font_delete_unmatched if
b925d231 2121 Vface_ignored_fonts is non-nil. (Bug#6287)
7d56b2dd 2122
e58d4ff7
GM
21232010-05-28 Glenn Morris <rgm@gnu.org>
2124
2125 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
2126
f1a5d776
CY
21272010-05-27 Chong Yidong <cyd@stupidchicken.com>
2128
2129 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
2130 whether to trash.
2131 (internal_delete_file, Frename_file): Callers changed.
2132 (delete_by_moving_to_trash): Doc fix.
2133 (Fdelete_directory_internal): Don't move to trash.
2134
2135 * callproc.c (delete_temp_file):
2136 * buffer.c (Fkill_buffer): Callers changed.
2137
2138 * lisp.h: Update prototype.
2139
f44a59e6
CY
21402010-05-27 Chong Yidong <cyd@stupidchicken.com>
2141
2142 * xdisp.c (redisplay_window): After redisplay, check if point is
2143 still valid before setting it (Bug#6177).
2144
81ac4f35
GM
21452010-05-27 Glenn Morris <rgm@gnu.org>
2146
2147 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
2148 Convert comments to Makefile format.
2149
2150 * Makefile.in (bootstrap-clean): No more Makefile.c.
2151
ccd89fb3
GM
21522010-05-26 Glenn Morris <rgm@gnu.org>
2153
90278cb6
GM
2154 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
2155 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
2156
ccd89fb3
GM
2157 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
2158 Remove.
2159 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
2160
b7050583
KH
21612010-05-26 Kenichi Handa <handa@m17n.org>
2162
2163 * composite.c (composition_compute_stop_pos): Fix condition for
2164 backward scanning.
2165
e5458003
GM
21662010-05-25 Glenn Morris <rgm@gnu.org>
2167
c345fe90
GM
2168 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
2169 Move before TEMACS_LDFLAGS.
2170 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
2171 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
2172
2e0689ab
GM
2173 * Makefile.in (NOT_C_CODE): No longer define.
2174 (config.h): No longer include.
2175
8009a5e8
GM
2176 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
2177 variables it may reference.
2178
e5458003
GM
2179 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2180 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
2181
10f72a37
KH
21822010-05-25 Kenichi Handa <handa@m17n.org>
2183
2184 * dispextern.h (struct composition_it): New members rule_idx and
2185 charpos.
2186
2187 * xdisp.c (set_iterator_to_next): While scanning backward, assume
2188 that the character positions of IT point the last character of the
2189 current grapheme cluster.
2190 (next_element_from_composition): Don't change character positions
2191 of IT.
2192 (append_composite_glyph): Set glyph->charpos to
2193 it->cmp_it.charpos.
2194
2195 * composite.c (autocmp_chars): Change the first argument to RULE,
2196 and try composition with RULE only.
2197 (composition_compute_stop_pos): Record the index number of the
2198 composition rule in CMP_IT->rule_idx.
2199 (composition_reseat_it): Call autocmp_chars repeatedly until the
2200 correct rule of the composition is found.
2201 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
2202 is at the last character of the current grapheme cluster when
2203 CMP_IT->reversed_p is nonzero.
2204
171eda53 22052010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
f5b416d2 2206
171eda53
SM
2207 * editfns.c (Fbyte_to_string): New function.
2208
66a9f7f4
SM
22092010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2210
2211 * process.c (Fmake_network_process): Set :host to nil if it's not used.
2212 Suggested by Masatake YAMATO <yamato@redhat.com>.
2213
d8c315d1
EZ
22142010-05-23 Eli Zaretskii <eliz@gnu.org>
2215
171eda53 2216 * dispextern.h (init_iterator): Sync prototype with changed definition.
d8c315d1 2217
f5b416d2 22182010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2219
2220 * s/netbsd.h: If terminfo is found, use it in preference to
2221 termcap. (Bug#6190) [Backport from trunk]
2222
0416466c
EZ
22232010-05-19 Eli Zaretskii <eliz@gnu.org>
2224
11117830 2225 Redesign and reimplement bidi-aware edge positions of glyph rows.
d36fe237
EZ
2226
2227 * dispextern.h (struct glyph_row): New members minpos and maxpos.
2228 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
2229 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
2230 and maxpos members instead of start.pos and end.pos, respectively.
2231
2232 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
2233 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
2234 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
66a9f7f4
SM
2235 (try_window_reusing_current_matrix, try_window_id):
2236 Use ROW->minpos rather than ROW->start.pos.
d36fe237
EZ
2237 (init_from_display_pos, init_iterator): Use EMACS_INT for
2238 character and byte positions.
66a9f7f4 2239 (find_row_edges): Rename from find_row_end. Accept additional
d36fe237
EZ
2240 arguments for minimum and maximum buffer positions seen by
2241 display_line for this row. Don't use iterator to find the
2242 position following the maximum one; instead, increment the
11117830
EZ
2243 position found by display_line directly. Fix logic; eol_pos
2244 should be tested before the rest. Handle the case of characters
2245 delivered from display vector (bug#6036). Fix tests related to
2246 it->method. Handle the truncated_on_right_p rows.
2247 (RECORD_MAX_MIN_POS): New macro.
2248 (display_line): Use it to record the minimum and maximum buffer
2249 positions for glyphs in the row being assembled. Record the
2250 position of the newline that terminates the line. If word wrap is
2251 in effect, restore minimum and maximum positions seen up to the
2252 wrap point, when iterator returns to it.
2253 (try_window_reusing_current_matrix): Give up if in bidi-reordered
2254 row and cursor not already at point. Restore original pre-bidi
2255 code for unidirectional buffers.
d36fe237
EZ
2256
2257 * dispnew.c (increment_row_positions, check_matrix_invariants):
2258 Increment and check row->start.pos and row->end.pos, in addition
2259 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
2260
11117830
EZ
2261 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
2262 Display truncated_on_left_p and truncated_on_right_p flags.
2263 Formatting fixes.
2264 (pmtxrows): Display the ordinal number of each row. Don't display
2265 rows beyond the last one.
2266
2267 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
2268 it is not copied by bidi_copy_it.
2269
6e83d800
EZ
22702010-05-22 Eli Zaretskii <eliz@gnu.org>
2271
2272 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
2273 (Bug#6237)
2274
110683ad
CY
22752010-05-22 Chong Yidong <cyd@stupidchicken.com>
2276
2277 * image.c (Fimage_flush): Rename from image-refresh.
2278
98fe5161
CY
22792010-05-21 Chong Yidong <cyd@stupidchicken.com>
2280
2281 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
2282 just one window.
2283
2284 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
2285 (clear_image_cache): If the number of cached images is unusually
2286 large, decrease the cache eviction delay (Bug#6230).
2287
e8752c66
GM
22882010-05-21 Glenn Morris <rgm@gnu.org>
2289
66dbf213
GM
2290 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
2291 Move these rules to ns.mk.
2292 * ns.mk: New file.
2293
04384b2d
GM
2294 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
2295
e8752c66
GM
2296 * Makefile.in (CANNOT_DUMP): New, set by configure.
2297 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
2298
2e2bbddb
JL
22992010-05-20 Juri Linkov <juri@jurta.org>
2300
2301 * fileio.c (Fdelete_file): Change interative spec to use
2302 `read-file-name' like in `find-file-read-args' where the default
2303 value is `default-directory' instead of `buffer-file-name'.
2304 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
2305
31c4aaf6
KR
23062010-05-20 Kevin Ryde <user42@zip.com.au>
2307
2308 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
2309 (Voverriding_terminal_local_map, Vsystem_key_alist)
2310 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
2311
9d5cf9b6
GM
23122010-05-20 Glenn Morris <rgm@gnu.org>
2313
2314 * Makefile.in (DEPDIR): New constant.
2315 (DEPFLAGS): Set with configure, not cpp.
2316 (MKDEPDIR): New, set by configure.
2317 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
2318 (clean): Use $DEPDIR.
2319 (deps_frag): Include from configure.
2320 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
2321 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
2322
ead6f8f5
EZ
2323 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
2324 reallocation of the cache. (Bug#6210)
2325
7f34aec3
GM
23262010-05-19 Glenn Morris <rgm@gnu.org>
2327
d494e8f2
GM
2328 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
2329
c1d0dcfd
GM
2330 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
2331 (GNULIB_VAR): Remove.
2332 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
2333
2334 * m/ibms390x.h (LINKER):
2335 * m/macppc.h (LINKER) [GNU_LINUX]:
2336 * s/aix4-2.h (ORDINARY_LINK):
2337 * s/cygwin.h (LINKER):
2338 * s/darwin.h (ORDINARY_LINK):
2339 * s/gnu.h (ORDINARY_LINK):
2340 * s/netbsd.h (LINKER):
2341 * s/usg5-4.h (ORDINARY_LINK):
2342 Move to configure.
2343
7f34aec3
GM
2344 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
2345
754790b6
CY
23462010-05-18 Chong Yidong <cyd@stupidchicken.com>
2347
2348 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
2349 prevent stack overflow if number of arguments is too large
2350 (Bug#6214).
2351
161e44d1
JB
23522010-05-18 Juanma Barranquero <lekktu@gmail.com>
2353
2354 * charset.c (load_charset_map_from_file): Don't call close after fclose.
2355
be4ff9da
GM
23562010-05-18 Glenn Morris <rgm@gnu.org>
2357
9539dc5d
GM
2358 * s/gnu-linux.h: Combine two conditionals.
2359
2360 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
6665f4c5
GM
2361 $(POST_ALLOC_OBJ).
2362
40dc6bf4
GM
2363 * Makefile.in (RALLOC_OBJ): New, set by configure.
2364 (rallocobj): Replace with the previous variable.
2365 (otherobj): Use $RALLOC_OBJ.
2366
2367 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
2368 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
2369
be4ff9da
GM
2370 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
2371 (gmallocobj, vmlimitobj): Replace with previous two variables.
2372 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
2373
16455a85
GM
23742010-05-17 Glenn Morris <rgm@gnu.org>
2375
2376 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
2377 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
2378
5fdb7468
GM
23792010-05-16 Glenn Morris <rgm@gnu.org>
2380
7ca1f3f9
GM
2381 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
2382
7541dad5
GM
2383 * Makefile.in (clean): Get rid of HAVE_NS conditional.
2384
da53fab9
GM
2385 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
2386 trailing "/".
2387
b02a6645
GM
2388 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
2389 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
2390
8877ca0f
GM
2391 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
2392 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
2393 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
2394 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
2395 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
2396
5fdb7468
GM
2397 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
2398 Remove ${STARTFLAGS}, nothing ever sets it.
2399
95adb4b1
DN
24002010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2401
2402 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
2403
676b6304
GM
24042010-05-16 Glenn Morris <rgm@gnu.org>
2405
9beab9ce
GM
2406 * Makefile.in (LIBX_BASE): Always define.
2407
8a95f0e7
GM
2408 * Makefile.in (LIBX_OTHER): Move out of cpp section.
2409
676b6304
GM
2410 * Makefile.in (LIBXT): Always define.
2411
6e546d18
GM
24122010-05-15 Glenn Morris <rgm@gnu.org>
2413
4235ca47 2414 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
02d4ac0e 2415
6e546d18
GM
2416 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
2417 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
2418
8c5ff6dd
KR
24192010-05-15 Ken Raeburn <raeburn@raeburn.org>
2420
560bb7ae 2421 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
52766425
KR
2422 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
2423
8b4eb796
KR
2424 * emacs.c (main): Initialize initial-environment and
2425 process-environment before generating from env, not after.
2426
8c5ff6dd
KR
2427 Handle --version reasonably in CANNOT_DUMP configuration.
2428 * emacs.c (emacs_version, emacs_copyright): New string variables.
2429 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
2430 (syms_of_emacs): Defvar them, and initialize them from the C
2431 string variables.
2432 (main): If initialization hasn't been done, print initial version
2433 info from the C strings, instead of starting an interactive session.
2434
dbd3f723
EZ
24352010-05-15 Eli Zaretskii <eliz@gnu.org>
2436
d20e1419
EZ
2437 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
2438 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
2e9abc3d
EZ
2439 (bidi_paragraph_init): Remove redundant assertion that we are at
2440 the beginning of a line after call to bidi_find_paragraph_start.
d20e1419
EZ
2441
2442 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
2443 (syms_of_xdisp): Defsubr it.
2444
d36fe237
EZ
2445 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
2446
dbd3f723
EZ
2447 * Makefile.in: Fix MSDOS-related comments.
2448
02be533b
GM
24492010-05-15 Glenn Morris <rgm@gnu.org>
2450
1a82cca9
GM
2451 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
2452 (really-lwlib, really-oldXMenu): Always define.
2453 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
2454
3df7b338
GM
2455 * Makefile.in: Simplify cpp conditional.
2456
2b5f541b
GM
2457 * Makefile.in (${ns_appdir}): Simplify using umask.
2458
02be533b
GM
2459 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
2460
4e2db1fe
SM
24612010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2462
2463 * eval.c (specbind): Remove left-over duplicate test.
2464 Disallow let-binding frame-local vars. Add comment.
2465
4b292a22
EZ
24662010-05-14 Eli Zaretskii <eliz@gnu.org>
2467
2fe72643 2468 Make the cache of bidi iterator states dynamically allocated.
1edbd309 2469 * bidi.c (bidi_cache_shrink): New function.
2fe72643
EZ
2470 (bidi_init_it): Call it.
2471 (bidi_cache_iterator_state): Enlarge the cache if needed.
2472
4e2db1fe 2473 * bidi.c (bidi_move_to_visually_next): Rename from
4b292a22
EZ
2474 bidi_get_next_char_visually. All callers changed.
2475
82ebc97b
KH
24762010-05-14 Kenichi Handa <handa@m17n.org>
2477
2478 * dispextern.h (struct composition_it): New member reversed_p.
2479
2480 * composite.c (composition_compute_stop_pos): Search backward if
2481 ENDPOS < CHARPOS.
2482 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
2483 Set CMP_IT->reversed_p.
b4b6e17e 2484 (composition_update_it): Pay attention to CMP_IT->reversed_p.
82ebc97b 2485
4e2db1fe
SM
2486 * xdisp.c (set_iterator_to_next):
2487 Call composition_compute_stop_pos with negative ENDPOS if we are
82ebc97b
KH
2488 scanning backward. Call composition_compute_stop_pos if scan
2489 direction is changed.
2490 (next_element_from_buffer): Call composition_compute_stop_pos with
2491 negative ENDPOS if we are scanning backward.
2492 (next_element_from_composition): Pay attention to
2493 IT->cmp_it.reversed_p.
2494
0e5d7800
KH
24952010-05-14 Kenichi Handa <handa@m17n.org>
2496
560bb7ae 2497 * font.c (font_range): Return the range for the font found at first.
0e5d7800 2498
cb027b32
GM
24992010-05-14 Glenn Morris <rgm@gnu.org>
2500
177b0288
GM
2501 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
2502
fbc00890
GM
2503 * Makefile.in (mktime, X11, register): Move undefs to configure.
2504
f14d1dfd
GM
2505 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
2506 (MSDOS_X_OBJ): New variable.
2507 (MSDOS_SUPPORT_REAL): New constant.
2508 (MSDOS_SUPPORT): Set as a variable, not with cpp.
2509 (obj): Use MSDOS_X_OBJ.
2510 (lisp): Use MSDOS_SUPPORT as a variable.
2511
11842bd8
GM
2512 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
2513 (GPM_MOUSE_SUPPORT): Now it's a constant.
2514 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
2515 not cpp.
2516
489d31a4 2517 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
845612ac 2518 (ns_appresdir): Remove, unused.
e20f1f07 2519
489d31a4
GM
2520 * Makefile.in (SHELL): Move outside cpp section.
2521
cb027b32
GM
2522 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
2523
5a903aa9
GM
25242010-05-13 Glenn Morris <rgm@gnu.org>
2525
3369c79f
GM
2526 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
2527 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
2528
d5e982a6
GM
2529 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
2530 HAVE_WINDOW_SYSTEM must be too.
2531
6192e163
GM
2532 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
2533 (lisp): Remove WINNT_SUPPORT.
2534
472c5d6b
GM
2535 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
2536 Let configure set these variables (to empty) in this case as well.
2537
0116466b
GM
2538 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
2539 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
2540
5a903aa9
GM
2541 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
2542 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
2543 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
2544 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
2545 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
c0a2b70a 2546 the values output by configure.
5a903aa9
GM
2547 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
2548
1a0d7c06
GM
25492010-05-12 Glenn Morris <rgm@gnu.org>
2550
b5457f14
GM
2551 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
2552 (LINKER_WAS_SPECIFIED): Remove.
2553
1a0d7c06
GM
2554 * Makefile.in (LIB_GCC): Set using configure, not cpp.
2555 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
2556 * m/arm.h (LIB_GCC) [GNU_LINUX]:
2557 * s/cygwin.h (LIB_GCC):
2558 * s/freebsd.h (LIB_GCC):
2559 * s/gnu-linux.h (LIB_GCC):
2560 * s/msdos.h (LIB_GCC):
2561 * s/netbsd.h (LIB_GCC):
2562 Move to configure.
2563
3ffd4615 25642010-05-11 Karel Klic <kklic@redhat.com>
c90ca7b7
KH
2565
2566 * ftfont.c: Fix incorrect parentheses of #if condition for
2567 definining M17N_FLT_USE_NEW_FEATURE.
2568
acddf8ae
GM
25692010-05-11 Glenn Morris <rgm@gnu.org>
2570
2571 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
2572 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
2573
ae5e04fa
EZ
25742010-05-10 Eli Zaretskii <eliz@gnu.org>
2575
2576 * xdisp.c (init_iterator): Don't turn on bidi reordering in
2577 unibyte buffers. See
2578 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
2579
7490175b
GM
25802010-05-10 Glenn Morris <rgm@gnu.org>
2581
97efb629
GM
2582 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
2583 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
2584 (LIBES): Use LIBS_SYSTEM as a variable.
2585 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
2586 * s/aix4-2.h (LIBS_SYSTEM):
2587 * s/freebsd.h (LIBS_SYSTEM):
2588 * s/hpux10-20.h (LIBS_SYSTEM):
2589 * s/sol2-6.h (LIBS_SYSTEM):
2590 * s/unixware.h (LIBS_SYSTEM):
2591 Move to configure.
2592
7490175b
GM
2593 * s/aix4-2.h (MAIL_USE_LOCKF):
2594 * s/bsd-common.h (MAIL_USE_FLOCK):
2595 * s/darwin.h (MAIL_USE_FLOCK):
2596 * s/gnu-linux.h (MAIL_USE_FLOCK):
2597 * s/irix6-5.h (MAIL_USE_FLOCK):
2598 * s/template.h (MAIL_USE_FLOCK):
2599 Move to configure.
2600
0235128c 26012010-05-08 Chong Yidong <cyd@stupidchicken.com>
61a808e8
CY
2602
2603 * Version 23.2 released.
2604
0235128c 26052010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5dcde606
AS
2606
2607 * composite.c (autocmp_chars): Save point as marker before calling
2608 auto-composition-function (Bug#5984).
2609
2610 * lisp.h (restore_point_unwind): Add prototype.
2611
2612 * fileio.c (restore_point_unwind): Remove static attribute.
2613
0235128c 26142010-05-08 Kenichi Handa <handa@m17n.org>
c4170e32
KH
2615
2616 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
2617 new feature of libotf and m17n-flt.
0235128c
SM
2618 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
2619 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
2620 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
2621 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
2622 that OUT is NULL. Use OTF_drive_gsub_with_log and
2623 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
2624 OTF_drive_gpos.
2625 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
0235128c
SM
2626 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
2627 Setup mflt_enable_new_feature and mflt_try_otf.
2628
4721152c
J
26292010-05-08 Jan Djärv <jan.h.d@swipnet.se>
2630
2631 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
2632
2633 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
2634 box and toolbar (Bug #6139).
2635 (xg_create_tool_bar): Remove comment (Bug #6139).
2636 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
2637 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
2638
ee0a16cf
JB
26392010-05-08 Juanma Barranquero <lekktu@gmail.com>
2640
2641 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
2642 Update dependencies.
2643
96d79611
EZ
26442010-05-08 Eli Zaretskii <eliz@gnu.org>
2645
2646 * fringe.c (update_window_fringes): Set up truncation bitmaps for
2647 R2L lines.
2648
40c17879
GM
26492010-05-08 Glenn Morris <rgm@gnu.org>
2650
7b42b29f
GM
2651 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
2652
40c17879
GM
2653 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
2654 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
2655 (termcapobj): Replace with TERMCAP_OBJ.
2656 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
2657 (LIBES): Use LIBS_TERMCAP as a variable.
2658
2659 * s/freebsd.h (osreldate.h): No longer include, since this file
2660 does not use __FreeBSD_version any more.
2661
2662 * s/aix4-2.h (TERMINFO):
2663 * s/cygwin.h (TERMINFO):
2664 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
2665 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
2666 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
2667 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
2668 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
2669 * s/irix6-5.h (TERMINFO):
2670 * s/netbsd.h (LIBS_TERMCAP):
2671 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
2672 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
2673 * s/usg5-4.h (TERMINFO):
2674 Move to configure.
2675
94b612ad
SM
26762010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2677
2678 * eval.c (unbind_to): Don't unbind a local binding into the global
2679 binding when the local binding disappeared. Inversely, don't unbind
2680 a global binding into a newly created local binding.
2681 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
2682 can specify the frame to use, when applicable. Adjust callers.
2683
15e12598 26842010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
acd0102a 2685 Stefan Monnier <monnier@iro.umontreal.ca>
15e12598
VB
2686
2687 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
2688
f724825e
EZ
26892010-05-07 Eli Zaretskii <eliz@gnu.org>
2690
5cba3209
EZ
2691 * w32fns.c: Include w32.h.
2692 (Fw32_shell_execute): Decode the error message before passing it
2693 to `error'. (Bug#6126)
2694
d16bdfc3
EZ
2695 * msdos.c (dos_set_window_size):
2696 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
2697 instead of `XSYMBOL (foo)->value'.
2698
59d93e87
EZ
26992010-05-07 Eli Zaretskii <eliz@gnu.org>
2700
9fdec8bc
EZ
2701 Fix the MS-DOS build, broken by autoconfiscation.
2702
2703 * Makefile.in: Don't use Make-style comments past the "start of
2704 cpp stuff" line.
2705 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
2706
2707 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
2708 edited directly by msdos/sed1v2.inp).
f724825e 2709
2f86b22b
GM
27102010-05-07 Glenn Morris <rgm@gnu.org>
2711
2712 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2713 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
2714 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
2715 move out of cpp section.
2716 * s/freebsd.h (LD_SWITCH_SYSTEM):
2717 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
2718 * s/netbsd.h (LD_SWITCH_SYSTEM):
2719 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
2720
49ebbd65
DN
27212010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2722
2723 Define LIB_STANDARD and START_FILES using autoconf.
2724 * s/usg5-4.h (LIB_STANDARD):
2725 * s/netbsd.h (START_FILES):
2726 * s/irix6-5.h (LIB_STANDARD):
2727 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
2728 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
2729 * s/freebsd.h (START_FILES):
2730 * s/darwin.h (START_FILES):
2731 * s/cygwin.h (START_FILES):
2732 * s/aix4-2.h (LIB_STANDARD):
2733 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
2734 * Makefile.in (STARTFILES): Rename to START_FILES, define using
2735 autoconf, not cpp.
2736
d43c06d6
DN
27372010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
2738
28823648
DN
2739 Remove NEED_BSDTTY and NEED_UNISTD_H.
2740 * s/hpux10-20.h (NEED_BSDTTY): Remove.
2741 * s/aix4-2.h (NEED_UNISTD_H): Remove.
2742 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
2743 <sys/ptyio.h> and <unistd.h>.
2744
aca00430
DN
2745 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
2746
d43c06d6
DN
2747 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
2748 * s/gnu.h (START_FILES): Remove empty definition.
2749
3e56b11d
JD
27502010-05-06 Jan Djärv <jan.h.d@swipnet.se>
2751
2752 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
2753
e3cf0cde
GM
27542010-05-06 Glenn Morris <rgm@gnu.org>
2755
2756 * Makefile.in (CPP, LN_S): Remove unused variables.
2757
774b9a60
SM
27582010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2759
2760 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
2761
4ab92842
LM
27622010-05-05 Lawrence Mitchell <wence@gmx.li>
2763
2764 * m/sparc.h: Fix typo in earlier change.
2765
178f2507
SM
27662010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 Misc tweaks.
2769 * eval.c (Fdefvaralias): Remove unintended nested if.
2770 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
2771
80f00217 27722010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
991be6d4
JD
2773
2774 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
2775
ef03a4e6
DN
27762010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2777
58eb6cf0
DN
2778 Remove BSD_PGRPS.
2779 * s/bsd-common.h (BSD_PGRPS): Remove undef.
2780 * s/gnu-linux.h (BSD_PGRPS): Remove.
2781 * term.c (dissociate_if_controlling_tty):
2782 * sysdep.c (narrow_foreground_group, widen_foreground_group)
2783 (init_sys_modes, reset_sys_modes):
2784 * emacs.c (main):
2785 * callproc.c (Fcall_process, child_setup): Remove code depending
2786 on BSD_PGRPS.
2787
ef03a4e6
DN
2788 Remove POSIX_SIGNALS.
2789 * s/usg5-4.h (POSIX_SIGNALS):
2790 * s/netbsd.h (POSIX_SIGNALS):
2791 * s/msdos.h (POSIX_SIGNALS):
2792 * s/ms-w32.h (POSIX_SIGNALS):
2793 * s/hpux11.h (POSIX_SIGNALS):
2794 * s/gnu.h (POSIX_SIGNALS):
2795 * s/gnu-linux.h (POSIX_SIGNALS):
2796 * s/freebsd.h (POSIX_SIGNALS):
2797 * s/darwin.h (POSIX_SIGNALS):
2798 * s/cygwin.h (POSIX_SIGNALS):
2799 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
2800 * s/unixware.h:
2801 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
2802 * process.c (create_process):
2803 * syssignal.h:
2804 * sysdep.c (wait_for_termination, init_signals):
2805 * process.c (create_process):
2806 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
2807 remove all code that assumes the contrary.
2808
49628785
GM
28092010-05-04 Glenn Morris <rgm@gnu.org>
2810
27a2cdfc
GM
2811 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
2812 variable.
2813 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
2814 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
2815 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
2816 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
2817 LD_SWITCH_SYSTEM_tmp.
2818 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
2819 New variables, set by configure.
2820
eb21eab5
GM
2821 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
2822 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
2823 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
2824 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
2825 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
2826
49628785
GM
2827 * s/aix4-2.h (C_SWITCH_SYSTEM):
2828 * m/alpha.h (C_SWITCH_MACHINE):
2829 Move to configure.in.
2830 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
2831 New variables, set by configure.
2832 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
2833 $c_switch_machine and $c_switch_system.
2834
7dff330b
DN
28352010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2836
2837 * s/hpux10-20.h (LIB_STANDARD): New definition.
2838 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
2839 on it, not used anymore.
2840
53967e09
CY
28412010-05-03 Chong Yidong <cyd@stupidchicken.com>
2842
2843 * eval.c (internal_condition_case_n): Rename from
2844 internal_condition_case_2.
2845 (internal_condition_case_2): New function.
2846
2847 * xdisp.c (safe_call): Use internal_condition_case_n.
2848
2849 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
2850 (internal_delete_file, Frename_file): Callers changed.
2851
2852 * buffer.c (Fkill_buffer):
2853 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
2854
2855 * lisp.h: Update prototypes.
2856
3dee6fdb
GM
28572010-05-03 Glenn Morris <rgm@gnu.org>
2858
2859 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
2860 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
2861 (LIBXT): Set with configure, not cpp.
2862 (LIBX): Remove.
2863 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
2864
a101e0fb
DN
28652010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2866
2867 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
2868 The FreeBSD is not needed, the default works, Solaris version is
2869 not needed, and the remaining case is not supported by configure.
2870
f63d0028
JD
28712010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2872
2873 * xsmfns.c (CHDIR_OPT): New define.
2874 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
2875 restarting emacs.
2876
2877 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
2878 shut_down_emacs.
2879
2880 * emacs.c (USAGE1): Mention --chdir.
2881 (main): Handle --chdir.
2882 (standard_args): Add --chdir.
2883 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
2884 #5552).
2885
e4814a9f
DN
28862010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2887
cd03c74a
DN
2888 Remove LD_SWITCH_MACHINE.
2889 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
2890 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
2891
c3a398a1
DN
2892 Clean up IRIX code.
2893 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
2894 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
2895
87e7285c
DN
2896 Clean up AIX code.
2897 * m/ibmrs6000.inp: Remove file, unused.
2898 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
2899 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
2900 definition ...
2901 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
2902
80f00217
JB
2903 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
2904 unused.
e4814a9f 2905
59ca28de
EZ
29062010-05-01 Eli Zaretskii <eliz@gnu.org>
2907
197daef4
EZ
2908 Emulate POSIX_SIGNALS on MS-Windows.
2909
2910 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
2911 (SIG_SETMASK, SIG_UNBLOCK): Define.
d6dae14b
EZ
2912
2913 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
2914 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
2915 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
2916
80f00217
JB
2917 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
2918 New stubs.
197daef4 2919
af7c7572
EZ
2920 Miscellaneous fixes of bidi display.
2921
59ca28de
EZ
2922 * xdisp.c (find_row_end): New function, refactored from display_line.
2923 (display_line): Use it.
017ea819
EZ
2924 (extend_face_to_end_of_line): In almost-filled rows, extend only
2925 if the row is R2L and not continued.
166e930d 2926 (display_line): Fix prepending of truncation glyphs to R2L rows.
af7c7572 2927 Preserve overlay and string info in row->end.
166e930d
EZ
2928 (insert_left_trunc_glyphs): Support addition of left truncation
2929 glyphs to R2L rows.
b47e0dcf 2930 (set_cursor_from_row): Don't place cursor on the vertical border
af7c7572
EZ
2931 glyph between adjacent windows. Fix a crash when a display string
2932 is continued to the next line. Don't return zero if cursor was
2933 found by `cursor' property of a display string.
b47e0dcf
EZ
2934 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
2935 test for that explicitly.
59ca28de 2936
7acac9f4
GM
29372010-05-01 Glenn Morris <rgm@gnu.org>
2938
2939 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
2940 for clarity.
2941 (OTHER_OBJ): Remove.
2942 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
2943 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
2944
45841e65
KK
29452010-05-01 Karel Klíč <kklic@redhat.com>
2946
2947 * fileio.c (Ffile_selinux_context): Context functions may return null.
2948
afc61943
DN
29492010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
2950
80f00217 2951 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
afc61943 2952
5a1bb006
GM
29532010-04-30 Glenn Morris <rgm@gnu.org>
2954
2955 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
2956 (OTHER_OBJ): Define as a separate variable, for clarity.
2957
210af043
J
29582010-04-30 Jan Djärv <jan.h.d@swipnet.se>
2959
2960 * xsettings.c: include limits.h and update file comment.
2961
0a7df391
GM
29622010-04-30 Glenn Morris <rgm@gnu.org>
2963
d5096f16
GM
2964 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
2965 Set with configure, not cpp.
2966 (LIBW): Remove, replace with $TOOLKIT_LIBW.
2967
7eb1ac33
GM
2968 * Makefile.in (mallocobj): Remove.
2969 (otherobj): Simplify using @OTHER_OBJ@.
2970
517d086b
GM
2971 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
2972 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
2973 Don't bother making nsgui.h dependency platform-specific.
2974
0a7df391
GM
2975 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
2976
d6d23852
SM
29772010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2978
d2630aef
SM
2979 * process.c (read_process_output, exec_sentinel): Don't burp if the
2980 sentinel/filter kills the current buffer (bug#6060).
2981
f9dddf52 2982 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
d6d23852
SM
2983 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
2984 Remove unused var `args'.
2985 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
2986 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
2987 * doc.c (store_function_docstring): Use XSETCAR.
2988
f1e3642a
GM
29892010-04-28 Glenn Morris <rgm@gnu.org>
2990
faf535f8
GM
2991 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
2992 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
2993
c40f9449
GM
2994 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
2995
658f86ca
GM
2996 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
2997 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
2998
bc0b5f61
GM
2999 * Makefile.in (FONT_OBJ): New, set by configure.
3000 (FONT_DRIVERS): Use $FONT_OBJ.
3001
294c50a0
GM
3002 * Makefile.in (LIBXMU): Set with configure, not cpp.
3003 * s/aix4-2.h (LIBXMU):
3004 * s/hpux10-20.h (LIBXMU):
3005 Remove definition, now set in configure.
3006
e6ec4e99
GM
3007 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
3008
f1e3642a
GM
3009 * m/amdx86-64.h [i386]: Move this test to configure.in.
3010
c6ea2936
GM
30112010-04-27 Glenn Morris <rgm@gnu.org>
3012
8fdac2c3
GM
3013 * Makefile.in (LIBXTR6): Set with configure, not cpp.
3014 * s/unixware.h (NEED_LIBW): Remove definition.
3015
986fb647
GM
3016 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
3017 (TOOLKIT_LIBW): New, set by configure.
3018 (@X_TOOLKIT_TYPE@): No longer define it.
3019
c6ea2936
GM
3020 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
3021 (MOTIF_LIBW): Set with configure, not cpp.
3022 * s/aix4-2.h (LIB_MOTIF):
3023 * s/gnu-linux.h (LIB_MOTIF):
3024 * s/unixware.h (LIB_MOTIF): Move to configure.in.
3025
aaa36002
DN
30262010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
3027
3028 Reduce CPP usage.
3029 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
3030 (obj): Use autoconf for unexec instead of cpp.
ed6281b0
DN
3031 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
3032 definitions and undefs. Inline definitions in the only user.
3033 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
aaa36002 3034
b678dd8b
GM
30352010-04-27 Glenn Morris <rgm@gnu.org>
3036
76cda504
GM
3037 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
3038 since the defaults (set by the system file) are fine in most cases.
3039 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
3040 * m/ibms390x.h (START_FILES, LIB_STANDARD):
3041 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
3042 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
3043 Remove definitions, since they are set correctly in s/gnu-linux.h.
3044 * s/freebsd.h (START_FILES, LIB_STANDARD):
3045 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
3046 * s/hpux10-20.h (START_FILES):
3047 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
3048 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
3049
b678dd8b
GM
3050 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
3051 (MOTIF_LIBW): Use $LIBXP.
3052 (otherobj): Use $WIDGET_OBJ.
3053
9452ded1
DN
30542010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
3055
7e10844c
DN
3056 * Makefile.in (LIBS_MACHINE): Remove, unused.
3057
9452ded1
DN
3058 Use autoconf instead of cpp for LIB_MATH.
3059 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
3060 * s/cygwin.h (LIB_MATH): Likewise.
3061 * Makefile.in (LIB_MATH): Do not define with cpp.
3062 (LIBES): Use autoconf for LIB_MATH.
3063
fcebfc6a
KH
30642010-04-26 Kenichi Handa <handa@m17n.org>
3065
3066 * composite.c (Ffind_composition_internal): Fix the return value
3067 for an automatic composition.
3068
39e2ad1b
DN
30692010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3070
3071 Remove all NO_ARG_ARRAY uses.
3072 * fns.c (concat2, concat3, nconc2):
3073 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
3074 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
3075 * m/xtensa.h (NO_ARG_ARRAY):
3076 * m/template.h (NO_ARG_ARRAY):
3077 * m/sparc.h (NO_ARG_ARRAY):
3078 * m/sh3.h (NO_ARG_ARRAY):
3079 * m/mips.h (NO_ARG_ARRAY):
3080 * m/macppc.h (NO_ARG_ARRAY):
3081 * m/iris4d.h (NO_ARG_ARRAY):
3082 * m/intel386.h (NO_ARG_ARRAY):
3083 * m/ibms390x.h (NO_ARG_ARRAY):
3084 * m/ibms390.h (NO_ARG_ARRAY):
3085 * m/ibmrs6000.h (NO_ARG_ARRAY):
3086 * m/ia64.h (NO_ARG_ARRAY):
3087 * m/hp800.h (NO_ARG_ARRAY):
3088 * m/arm.h (NO_ARG_ARRAY):
3089 * m/amdx86-64.h (NO_ARG_ARRAY):
3090 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
3091
adf4f59c
EZ
30922010-04-25 Eli Zaretskii <eliz@gnu.org>
3093
6bdf5d65
EZ
3094 * xdisp.c (display_line): Don't assume 2nd call to
3095 get_next_display_element cannot return zero. (Bug#6030)
f538fcec
EZ
3096 (iterate_out_of_display_property): New function, body from pop_it.
3097 (pop_it): Use it.
adf4f59c 3098
dfbbda83
GM
30992010-04-24 Glenn Morris <rgm@gnu.org>
3100
3101 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
3102 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
3103 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
3104 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
3105
2d4018aa
EZ
31062010-04-24 Eli Zaretskii <eliz@gnu.org>
3107
a49884a6
EZ
3108 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
3109 use `get_next_display_element' and `set_iterator_to_next' to
3110 advance to the next character, when looking for the character that
3111 begins the next row.
3112
76db6fcc 3113 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2d4018aa
EZ
3114 definition of "struct Lisp_Symbol".
3115
70eab5c1
GM
31162010-04-24 Glenn Morris <rgm@gnu.org>
3117
3118 * Makefile.in (CRT_DIR): New variable, set by configure.
3119 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
3120 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
3121
1ad4cc3d
DN
31222010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3123
e769f484
DN
3124 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
3125
4196ff33
DN
3126 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
3127
879b0ee4
DN
3128 Remove redundant flags.
3129 * s/freebsd.h (C_SWITCH_SYSTEM):
3130 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
3131 * s/netbsd.h (C_SWITCH_SYSTEM):
3132 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
3133 of these.
3134
03cbbcb8
DN
3135 Simplify m/intel386.h.
3136 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
3137 user: ecrt0.c.
3138 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
3139 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
3140 the only user: s/unixware.h.
3141 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
3142 from m/intel386.h.
3143 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
3144 moved here from m/intel386.h.
3145
1ad4cc3d
DN
3146 * m/mips.h: Remove #if 0 code.
3147
8785b888
EZ
31482010-04-23 Eli Zaretskii <eliz@gnu.org>
3149
728588cc
EZ
3150 Fix display of composed characters from L2R scripts in bidi buffers.
3151 * xdisp.c (set_iterator_to_next, next_element_from_composition):
3152 After advancing IT past the composition, resync the bidi iterator
3153 with IT's position. (Bug#5977)
3154
a63f80b4
DN
31552010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3156
3157 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
3158 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
3159
ff5dec5c
SM
31602010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3161
3162 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
3163
8785b888
EZ
31642010-04-23 Eli Zaretskii <eliz@gnu.org>
3165
58ccf243 3166 Support `display' text properties and overlay strings in bidi buffers.
8785b888
EZ
3167 * xdisp.c (pop_it): When the stack is popped after displaying
3168 from a string, bidi-iterate to exit from the text portion covered
3169 by the `display' property or overlay. (Bug#5988, bug#5920)
3170
feeb1604
DN
31712010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3172
8e324eb6
DN
3173 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
3174 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
3175
809fcaba
DN
3176 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
3177 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
3178
ed710380
DN
3179 Simplify STARTFILES definition.
3180 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
3181 relying on Makefile.in to define it.
3182 * s/cygwin.h (START_FILES): Likewise.
3183 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
3184
feeb1604
DN
3185 Clean up Solaris code.
3186 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
3187 (LIB_MOTIF): Remove, configure takes care of this.
3188 (NOT_USING_MOTIF): Remove, unused.
3189 * xrdb.c: Remove #if 0-ed #include.
3190 (SYSV): Remove conditional for old SysV.
3191 * sysdep.c (closedir): Remove conditional code for Solaris,
3192 Solaris has closedir.
3193
a0d0b563
JD
31942010-04-22 Jan Djärv <jan.h.d@swipnet.se>
3195
3196 * xsettings.c (read_and_apply_settings): Check if current_font is
3197 NULL before strcmp (Bug#6001).
3198
56bae7c7
DN
31992010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
3200
3201 Clean up HP-UX files.
3202 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
3203 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
3204 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
3205 * s/hpux10-20.h: ... to the only user, here.
3206
372b7a95
EZ
32072010-04-21 Eli Zaretskii <eliz@gnu.org>
3208
3209 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
3210 use buffer-local values of paragraph-start and paragraph-separate.
3211 <paragraph_start_re, paragraph_separate_re>: Rename from
3212 fallback_paragraph_start_re and fallback_paragraph_separate_re.
3213 (Bug#5992)
3214
f904c0f9
JD
32152010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3216
3217 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
3218 current_tool_bar_style are new.
3219 (store_config_changed_event): Rename from store_font_changed_event.
3220 (XSETTINGS_TOOL_BAR_STYLE): New define.
3221 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
3222 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
3223 HAVE_XFT.
3224 (something_changedCB): store_font_changed_event is now
c4cc8b9a 3225 store_config_changed_event.
f904c0f9
JD
3226 (parse_settings): Rename from parse_xft_settings. Read
3227 non-xft xsettings outside #ifdef HAVE_XFT.
3228 (read_settings): Renamed from read_xft_settings.
3229 (apply_xft_settings): Take current settings as parameter. Do not
3230 call read_(xft)_settings.
3231 (read_and_apply_settings): New function.
3232 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
3233 read_and_apply_settings if there are settings to be read.
3234 (init_xsettings): Renamed from init_xfd_settings.
3235 Call read_and_apply_settings unconditionally.
3236 (xsettings_initialize): Call init_xsettings.
3237 (Ftool_bar_get_system_style): New function.
3238 (syms_of_xsettings): Define Qmonospace_font_name and
3239 Qtool_bar_style. Initialize current_tool_bar_style to nil.
f9dddf52 3240 defsubr Stool_bar_get_system_style. Fprovide on
f904c0f9 3241 dynamic-setting.
31a01b90 3242 Move misplaced HAVE_GCONF
f904c0f9
JD
3243
3244 * xsettings.h (Ftool_bar_get_system_style): Declare.
3245
3246 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
3247 Qtext, Qboth, Qboth_horiz are new.
3248 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
3249 Vtool_bar_style, tool_bar_max_label_size.
3250
3251 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
3252
3253 * keyboard.c: QClabel is new.
3254 (parse_tool_bar_item): Take out QClabel from tool bar items.
3255 Try to construct a label if ther is no QClabel.
3256 (syms_of_keyboard): Intern :label as QClabel.
3257
3258 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
3259 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
3260 New.
3261
3262 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
3263 dynamic-setting.el.
3264
3265 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
3266 (xg_make_tool_item, xg_show_toolbar_item): New function.
3267 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
3268 Call xg_make_tool_item to make a tool bar item.
3269 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
3270
3271 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
3272 into account for toolbars.
3273
c632dfda
JD
32742010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3275
3276 * data.c (make_blv): Declarations before code (Bug#5993).
3277
10efe302
GM
32782010-04-21 Glenn Morris <rgm@gnu.org>
3279
3280 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
3281 Define using autoconf, not cpp.
3282 (LIBXSM): New variable, set by autoconf.
3283 (LIBXT): Use $LIBXSM.
3284
4285ac5a
DN
32852010-04-21 Dan Nicolaescu <local_user@dannlt>
3286
3ec759e7
DN
3287 Remove NOMULTIPLEJOBS, unused.
3288 * s/template.h (NOMULTIPLEJOBS):
3289 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
3290
4285ac5a
DN
3291 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
3292 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
3293 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
3294 detects -znocombreloc and passes it to the linker
3295 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
3296
2807228d
GM
32972010-04-21 Glenn Morris <rgm@gnu.org>
3298
3299 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
3300
574c05e2
KK
33012010-04-21 Karel Klíč <kklic@redhat.com>
3302
3303 * Makefile.in (LIBSELINUX_LIBS): New.
3304 (LIBES): Add $LIBSELINUX_LIBS.
3305 * eval.c, lisp.h (call7): New function.
3306 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
3307 (Ffile_selinux_context, Fset_file_selinux_context):
3308 New functions.
3309 (Fcopy_file): New parameter preserve-selinux-context.
3310 (Frename_file): Preserve selinux context when renaming by copy-file.
3311
91eac4bb 33122010-04-21 Juanma Barranquero <lekktu@gmail.com>
acd0102a 3313 Eli Zaretskii <eliz@gnu.org>
91eac4bb 3314
50426a04
JB
3315 Don't depend on cm.c or termcap.c on Windows, use stubs.
3316 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
3317 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
3318 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
3319 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
3320 (sys_tputs, sys_tgetstr): New stubs.
3321 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
3322 (tputs, tgetstr): New; define to sys_*.
91eac4bb 3323
938efb77
JB
33242010-04-20 Juanma Barranquero <lekktu@gmail.com>
3325
3326 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
3327
b4bf28b7
SM
33282010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3329
8b1e1112
SM
3330 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
3331 Just signal a warning rather than an error when inside a let.
3332 (Fmake_variable_frame_local): Add the same test.
3333
933ac235
SM
3334 * font.c (syms_of_font): Make the style table vars read-only.
3335
b4bf28b7
SM
3336 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
3337 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
3338
3339 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
3340
93d68d0c
EZ
33412010-04-20 Eli Zaretskii <eliz@gnu.org>
3342
3343 Fix R2L paragraph display on TTY.
3344
3345 * xdisp.c (unproduce_glyphs): New function.
3346 (display_line): Use it when produced glyphs are discarded from R2L
3347 glyph rows.
3348 (append_composite_glyph): In R2L rows, prepend the glyph rather
3349 than appending it.
3350
3351 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
3352 rather than append it. Set up the resolved_level and bidi_type
3353 attributes of the appended glyph.
283ccc18
EZ
3354 (produce_special_glyphs): Mirror the backslash continuation
3355 character in R2L lines.
93d68d0c 3356
283ccc18 3357 Implement display of R2L paragraphs in GUI sessions.
26cdf528 3358
283ccc18
EZ
3359 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
3360 append_stretch_glyph.
3361 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
3362 off-by-one error in computing x at end of text in the row.
3363 (append_stretch_glyph): In reversed row, prepend the glyph rather
3364 than append it. Set resolved_level and bidi_type of the glyph.
3365 (extend_face_to_end_of_line): If the row is reversed, prepend a
3366 stretch glyph whose width is such that the rightmost glyph will be
3367 drawn at the right margin of the window. Fix off-by-one error on
3368 TTY frames in testing whether a line needs face extension. Fix
3369 face extension at ZV. If this is the last glyph row, use
3370 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
3371 region face.
3372 (set_cursor_from_row, display_line): Use
26cdf528
EZ
3373 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
3374 row->continuation_lines_width.
283ccc18
EZ
3375 (next_element_from_buffer): Don't call bidi_paragraph_init if we
3376 are at ZV. Fixes a crash when reseated to ZV by
3377 try_window_reusing_current_matrix.
45903529
EZ
3378 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
3379 which happens with R2L glyph rows. Fixes a crash when inserting a
3380 character at end of an R2L line.
283ccc18
EZ
3381 (set_cursor_from_row): Don't be fooled by truncated rows: don't
3382 treat them as having zero-width characters. Improve comments.
3383 Don't reverse pos_before and pos_after for reversed glyph rows.
3384 Set cursor.x to negative value when the cursor might be on the
3385 left fringe.
3386 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
3387 left fringe, not the right one.
f951a506
EZ
3388 (notice_overwritten_cursor, draw_phys_cursor_glyph)
3389 (erase_phys_cursor): For reversed cursor_row, support cursor on
3390 the left fringe.
3391
283ccc18
EZ
3392 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
3393 of continuation indicators on the fringes.
3394 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
3395 left fringe.
3396
f951a506
EZ
3397 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
3398 draw cursor on the left fringe.
3399
3400 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
3401 cursor on the left fringe.
3402
f951a506
EZ
3403 * dispnew.c (update_text_area): Handle reversed desired rows when
3404 the cursor is on the left fringe.
3405 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
3406 below, not by 0, for when the cursor is on the left fringe.
3407
3bb49aaf
JD
34082010-04-20 Jan Djärv <jan.h.d@swipnet.se>
3409
3410 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
3411 widget is a scrollbar.
3412
c0be27fd
KH
34132010-04-20 Kenichi Handa <handa@m17n.org>
3414
3415 * charset.c (char_charset): Consider Vcharset_non_preferred_head
3416 only when the arg CHARSET_LIST is nil.
3417
ce5b453a
SM
34182010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3419
3420 Make variable forwarding explicit rather the using special values.
3421 Basically, this makes the structure of buffer-local values and object
3422 forwarding explicit in the type of Lisp_Symbols rather than use
3423 special Lisp_Objects for that. This tends to lead to slightly more
3424 verbose code, but is more C-like, simpler, and makes it easier to make
3425 sure we handled all cases, among other things by letting the compiler
3426 help us check it.
3427 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
3428 Removing forwarding objects.
3429 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
3430 (struct Lisp_Symbol): Make the various forms of variable-forwarding
3431 explicit rather than hiding them inside Lisp_Object "values".
3432 (XFWDTYPE): New macro.
3433 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
3434 (XBUFFER_LOCAL_VALUE): Remove.
3435 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
3436 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
3437 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
3438 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
3439 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
3440 Remove the Lisp_Misc_* header.
3441 (struct Lisp_Buffer_Local_Value): Redefine.
3442 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
3443 (struct Lisp_Misc_Any): Add filler to get the right size.
3444 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
3445 Lisp_Intfwd.
3446 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
3447 (DEFVAR_KBOARD): Allocate a forwarding object.
3448 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
3449 (let_shadows_global_binding_p): New function.
3450 (union Lisp_Val_Fwd): New type.
3451 (make_blv): New function.
3452 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
3453 (store_symval_forwarding, swap_in_global_binding, Fboundp)
3454 (swap_in_symval_forwarding, find_symbol_value, Fset)
3455 (let_shadows_buffer_binding_p, set_internal, default_value)
3456 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
3457 (Fkill_local_variable, Fmake_variable_frame_local)
3458 (Flocal_variable_p, Flocal_variable_if_set_p)
3459 (Fvariable_binding_locus):
3460 * xdisp.c (select_frame_for_redisplay):
3461 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
3462 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
3463 * frame.c (store_frame_param):
3464 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
3465 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
3466 value structure.
3467 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
3468 (clone_per_buffer_values): Only adjust markers into the current buffer.
3469 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
3470 (Fbuffer_local_value, set_buffer_internal_1)
3471 (swap_out_buffer_local_variables):
3472 Adapt to the new symbol value structure.
3473 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
3474 (defvar_per_buffer): Take a new arg for the fwd object.
3475 (buffer_lisp_local_variables): Return a proper alist (different fix
3476 for bug#4138).
3477 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
3478 (Fgarbage_collect): Don't handle buffer_defaults specially.
3479 (mark_object): Handle new symbol value structure rather than the old
3480 special Lisp_Misc_* objects.
3481 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
3482 * term.c (set_tty_color_mode):
3483 * bidi.c (bidi_initialize): Don't access the ->value field directly.
3484 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
3485 a buffer_local_flags.
3486 * print.c (print_object): Get rid of impossible forwarding objects.
3487
fd3998ff
EZ
34882010-04-19 Eli Zaretskii <eliz@gnu.org>
3489
3490 * bidi.c (bidi_get_type, bidi_get_category)
3491 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
ce5b453a
SM
3492 (bidi_type_of_next_char, bidi_level_of_next_char):
3493 Declare static. Use `INLINE' rather than `inline'.
fd3998ff 3494
e42cd1a7
JB
34952010-04-19 Juanma Barranquero <lekktu@gmail.com>
3496
3497 * dired.c (Ffile_attributes): Fix typo in docstring.
3498
6e104790 34992010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
79353a53
AR
3500
3501 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
3502 NSInteger (Bug#5811).
3503
6e104790 35042010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
658b9b93
YM
3505
3506 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
3507 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
3508
6e104790 35092010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16009a0e
YM
3510
3511 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
3512
6e104790
SM
35132010-04-19 Chong Yidong <cyd@stupidchicken.com>
3514
3515 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
3516 terminal frames (Bug#5837).
3517
37dcfea0
EZ
35182010-04-19 Eli Zaretskii <eliz@gnu.org>
3519
d1da276f
EZ
3520 * .gdbinit (xsubchartable): New command.
3521
37dcfea0
EZ
35222010-04-19 Eli Zaretskii <eliz@gnu.org>
3523
3524 * xdisp.c (display_line): Don't write beyond the last glyph row in
9166b0f3 3525 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
37dcfea0
EZ
3526 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
3527 and
3528 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
3529
e9515805
SM
35302010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3531
3532 * alloc.c (Fpurecopy): Hash-cons if requested.
3533 (syms_of_alloc): Update purify-flag docstring.
3534
22aa44a8
JD
35352010-04-18 Jan Djärv <jan.h.d@swipnet.se>
3536
3537 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
3538 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
3539
ebb5722e
EZ
35402010-04-17 Eli Zaretskii <eliz@gnu.org>
3541
3542 Fix a crash when an NSM character is inserted at BEGV.
3543
3544 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
3545 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
3546 NEUTRAL_B or UNKNOWN_BT.
3547
0f4442ef
EZ
35482010-04-16 Eli Zaretskii <eliz@gnu.org>
3549
3550 * xdisp.c (set_cursor_from_row): Don't consider possibility of
3551 other rows with cursor unless they are different from this row and
3552 this row is part of a continued line. (Bug#5943)
3553
7d4e45f8
DN
35542010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3555
3556 * s/freebsd.h: Restore osreldate.h include.
3557 Suggested by Naohiro Aota.
3558
5ba5ec85
J
35592010-04-16 Jan Djärv <jan.h.d@swipnet.se>
3560
3561 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
3562
20af301d
CY
35632010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
3564
3565 * s/cygwin.h: Avoid linking against static libgcc.
3566
a4b000fb
JL
35672010-04-15 Juri Linkov <juri@jurta.org>
3568
3569 * window.c: Add Qscroll_command.
3570 Remove Vscroll_preserve_screen_position_commands.
3571 (window_scroll_pixel_based, window_scroll_line_based): Check the
3572 `scroll-command' property on the last command instead of searching
3573 the last command in Vscroll_preserve_screen_position_commands.
3574 (syms_of_window): Initialize and staticpro `Qscroll_command'.
3575 Put Qscroll_command property on Qscroll_up and Qscroll_down.
3576 (scroll-preserve-screen-position): Doc fix.
3577 (Vscroll_preserve_screen_position_commands): Remove variable.
3578
bc319ba4
DN
35792010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
3580
6bb24457
DN
3581 * xdisp.c (message): Do not use NO_ARG_ARRAY.
3582
19d4c244
DN
35832010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
3584
3585 Reduce cpp use in Makefile.in.
3586 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
3587 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
3588 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
3589 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
3590 (CRT0_COMPILE): Remove, inline it in the only user.
3591
32129746
JL
35922010-04-14 Juri Linkov <juri@jurta.org>
3593
3594 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
3595 `scroll-up-command' and `M-v' from `scroll-down' to
3596 `scroll-down-command'.
3597
9013a7f8
JL
35982010-04-14 Juri Linkov <juri@jurta.org>
3599
3600 * window.c (Vscroll_preserve_screen_position_commands): New variable
3601 with the default value as the list of Qscroll_down and Qscroll_up.
3602 (window_scroll_pixel_based, window_scroll_line_based): Search the
3603 last command in the list Vscroll_preserve_screen_position_commands
3604 instead of comparing with Qscroll_up and Qscroll_down.
3605
4bef8d26
JD
36062010-04-13 Jan Djärv <jan.h.d@swipnet.se>
3607
92848133
JD
3608 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
3609 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
3610 does that.
3611
4bef8d26
JD
3612 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
3613 to zero.
3614
58b963f7
SM
36152010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3616
84164a0d
SM
3617 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
3618
2b0a91e7
SM
3619 Try to solve the problem of spurious EOF chars in long lines of text
3620 sent to interactive subprocesses.
3621 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
3622 (system_process_attributes): Remove unused var `ttotal'.
3623 * process.c (send_process): Don't bother breaking long line with EOF
3624 chars when talking to ttys any more.
3625 (wait_reading_process_output): Output a warning when called in such
3626 a way that it could block without being interruptible.
3627
58b963f7
SM
3628 Try to detect file modification within the same second.
3629 * buffer.h (struct buffer): New field modtime_size.
3630 * buffer.c (reset_buffer): Initialize it.
3631 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
3632 (Fverify_visited_file_modtime): Check it.
3633 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
3634 (Fset_visited_file_modtime): Set (or clear) it.
3635
01f5787b
SM
36362010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3637
3638 * process.c (status_notify): Remove unused var `ro'.
3639
83725342
JD
36402010-04-12 Jan Djärv <jan.h.d@swipnet.se>
3641
3642 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
3643 more than one visual (Bug#5938).
3644
b9465836
DN
36452010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3646
50426a04
JB
3647 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
3648 Undefine.
b9465836 3649
8d9c8ece
DN
36502010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3651
b1f52161
DN
3652 Remove C_SWITCH_SYSTEM_TEMACS.
3653 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
3654 (malloc, realloc, free): Use emacs, not temacs for conditional
3655 definition.
3656
3657 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
3658 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
3659
8d9c8ece
DN
3660 Use autoconf, not cpp for some variables.
3661 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
3662 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
3663 (ALL_CFLAGS): Use them as make variables.
3664 (really-lwlib, really-oldXMenu): Do not pass them.
3665
1ecb2d3f
JD
36662010-04-11 Jan Djärv <jan.h.d@swipnet.se>
3667
3668 * xmenu.c (apply_systemfont_to_dialog): New.
3669 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
3670
3a4fa2f2
SM
36712010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3672
97e53006
SM
3673 * process.c (exec_sentinel): Preserve current-buffer.
3674
3a4fa2f2
SM
3675 * process.c (read_process_output): Move the save-current-buffer to
3676 apply to both the filter and the non-filter branches.
3677
88df7221
DN
36782010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
3679
3680 * s/msdos.h (UNEXEC): New definition.
3681
5634ff85
YM
36822010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3683
6eff5c3d
YM
3684 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
3685 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
3686
3687 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
3688 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
3689 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
3690 TRY_WINDOW_CHECK_MARGINS.
3691
3692 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5b253e9c
YM
3693 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
3694 width only when it is for padding.
5634ff85 3695
b13aef54
J
36962010-04-09 Jan Djärv <jan.h.d@swipnet.se>
3697
3698 * xfns.c (Fx_show_tip): Call try_window in a loop until
3699 fonts_changed_p is zero (Bug#2423).
3700
21d28484
EZ
37012010-04-08 Eli Zaretskii <eliz@gnu.org>
3702
3703 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
3704 the end of TEXT_AREA. (Bug#5856)
3705
0269ef77
JD
37062010-04-08 Jan Djärv <jan.h.d@swipnet.se>
3707
3708 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
3709 HAVE_GCONF.
3710
5930fe97
EZ
37112010-04-08 Eli Zaretskii <eliz@gnu.org>
3712
3713 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
3714 prev.orig_type, for resolving type of NSM. (Bug#5858)
3715
99852628
JD
37162010-04-08 Jan Djärv <jan.h.d@swipnet.se>
3717
3718 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
3719 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
3720 in current_font.
3721 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
50426a04
JB
3722 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
3723 New functions.
3724 (syms_of_xsettings): Initialize current_font.
3725 defsubr Sfont_get_system_normal_font.
99852628
JD
3726
3727 * xsettings.h (Ffont_get_system_normal_font,
3728 xsettings_get_system_normal_font): Declare.
3729
3730 * xfns.c (extern xlwmenu_default_font): Remove.
3731 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
3732 to xlwmenu.c.
3733
3734 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
3735 menu items in UTF-8.
3736
3737 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
3738 (apply_systemfont_to_menu): New function.
3739 (set_frame_menubar, create_and_show_popup_menu): Call
3740 apply_systemfont_to_menu.
3741
7fc874c4
J
37422010-04-07 Jan Djärv <jan.h.d@swipnet.se>
3743
3744 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
3745 FRAME_LINE_TO_PIXEL_Y.
3746
3747 * xterm.c (x_set_window_size_1): Don't add border_width/height to
3748 pixelwidth/height.
3749
863bf481
DN
37502010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3751
5e5a3b92
DN
3752 Simplify code for HP machines.
3753 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
3754 for GNU_LINUX, not needed.
3755 (UNEXEC, NEED_BSDTTY): Move definitions...
3756 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
3757
863bf481
DN
3758 * m/iris4d.h (UNEXEC): Move definition ...
3759 * s/irix6-5.h (UNEXEC): ... here.
3760
3e6bec3b
JD
37612010-04-04 Jan Djärv <jan.h.d@swipnet.se>
3762
3763 * xfns.c (set_machine_and_pid_properties): New function.
3764 (Fx_create_frame): Call set_machine_and_pid_properties.
3765
2912322b
SM
37662010-04-03 Eli Zaretskii <eliz@gnu.org>
3767
1502b819
EZ
3768 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
3769 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
3770 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
3771
2912322b
SM
3772 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
3773 in this function. (Bug#5703)
3774
37752010-04-03 Chong Yidong <cyd@stupidchicken.com>
3776
3777 * nsterm.h: Fix last change.
3778
c435b432
DN
37792010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
3780
a568f507
DN
3781 * m/intel386.h (NO_REMAP): Move definition ...
3782 * s/msdos.h (NO_REMAP): ... here.
3783
4cd9f6c2
DN
3784 * m/vax.h (CRT0_DUMMIES): Remove, unused.
3785
c435b432
DN
3786 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
3787 used on those platforms.
3788
42a2c622
DN
37892010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3790
3791 Remove extern errno declarations.
3792 * xterm.c:
3793 * xrdb.c:
3794 * w32term.c:
3795 * unexec.c:
3796 * unexaix.c:
3797 * sysdep.c:
3798 * process.c:
3799 * lread.c:
3800 * keyboard.c:
3801 * floatfns.c:
3802 * filelock.c:
3803 * fileio.c:
3804 * emacs.c (main):
3805 * ecrt0.c:
3806 * dispnew.c:
3807 * callproc.c:
3808 * buffer.c: Remove errno extern declarations.
3809 * s/netbsd.h (NEED_ERRNO): Remove.
3810
8224f93d
DN
38112010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
3812
3813 Remove all uses of LIBX11_SYSTEM.
3814 * Makefile.in (LIBX11_SYSTEM): Remove.
3815 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
3816 instead.
3817
814062c7
EZ
38182010-04-01 Eli Zaretskii <eliz@gnu.org>
3819
ed68db4d
EZ
3820 Remove support for DJGPP v1.x (bug#5813).
3821
3822 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8224f93d
DN
3823 * s/msdos.h:
3824 * unexec.c (make_hdr, copy_text_and_data):
3825 * sysdep.c (wait_for_termination, sys_subshell):
ed68db4d 3826 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
52f4d8d5
EZ
3827 (IT_set_terminal_modes, __write, _rename, gethostname)
3828 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
3829 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
3830 the value of __DJGPP__.
ed68db4d
EZ
3831 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
3832 compatibility code.
8224f93d
DN
3833 * lread.c:
3834 * gmalloc.c (memalign):
3835 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
3836 * emacs.c (main):
3837 * dosfns.c (init_dosfns):
ed68db4d
EZ
3838 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
3839
52f4d8d5
EZ
38402010-04-01 Eli Zaretskii <eliz@gnu.org>
3841
814062c7
EZ
3842 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
3843 string with `cursor' property comes from an `after-string'
3844 overlay. (Bug#5816)
3845
0dc2e11d
GM
38462010-04-01 Glenn Morris <rgm@gnu.org>
3847
3848 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
3849 Define as Makefile variables.
3850 (LIBX): Use above variables rather than directly using autoconf.
3851
1d29df59
DN
38522010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
3853
3854 Clean up BSD_SYSTEM use.
3855 * xterm.c:
3856 * process.c:
3857 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
3858 for including <sys/ioctl.h>.
3859 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
3860 code is only used for MSDOS.
3861
1546c559
JL
38622010-03-31 Juri Linkov <juri@jurta.org>
3863
3864 * image.c: Add `Qextension_data'.
3865 (syms_of_image): Initialize and staticpro `Qextension_data'.
3866 (Fimage_metadata): Rename from `Fimage_extension_data'.
3867 (gif_load): Put GIF extension data to the property
3868 `Qextension_data'.
3869
6521c534
CY
38702010-03-31 Chong Yidong <cyd@stupidchicken.com>
3871
3872 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
3873 * nsterm.h: Fix prototype.
3874
52c30783
EZ
38752010-03-31 Eli Zaretskii <eliz@gnu.org>
3876
3877 * xdisp.c (highlight_trailing_whitespace): Support highlight of
3878 trailing whitespace in right-to-left rows.
3879
855a0da7
SM
38802010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 Get rid of the direct_output optimizations.
3883 * keyboard.c (nonundocount): Remove extern declaration.
3884 (command_loop_1): Remove brittle optimisation for cheap and
3885 common operations.
3886 * xdisp.c (redisplay_internal): Don't bother checking
3887 redisplay_performed_directly_p any more.
3888 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
3889 any more.
3890 * dispnew.c (redisplay_performed_directly_p)
3891 (direct_output_for_insert, direct_output_forward_char):
3892 * dispextern.h (redisplay_performed_directly_p)
3893 (direct_output_for_insert, direct_output_forward_char): Remove.
3894 * cmds.c (nonundocount): Make it static.
3895
85738751 38962010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
a6d676d9
CY
3897
3898 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
3899
85738751 39002010-03-31 Jan Djärv <jan.h.d@swipnet.se>
67fee863
JD
3901
3902 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
3903 invisible (Bug#5766).
3904
85738751 39052010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
9ae6e189 3906
855a0da7
SM
3907 * xdisp.c (x_consider_frame_title, update_window_cursor):
3908 Remove HAVE_NS conditionals.
194d44e7 3909 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
3910
3911 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
3912 filename for the title.
3913 (ns_set_doc_edited): Do nothing if the selected window is a
3914 minibuffer window.
3915
3916 * nsterm.h: Add prototypes for ns_set_name_as_filename and
3917 ns_set_doc_edited.
3918
3919 * nsterm.m: Remove unneeded prototype.
3920
85738751 39212010-03-31 Glenn Morris <rgm@gnu.org>
25c72475
GM
3922
3923 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
3924 in the DOC file. (Bug#5336)
3925
85738751 39262010-03-31 Chong Yidong <cyd@stupidchicken.com>
f79a01db
CY
3927
3928 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
3929
75d1428c
SM
39302010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3931
3932 * window.c (keys_of_window): Remove redundant/overridden bindings.
3933
82043cfb
EZ
39342010-03-30 Eli Zaretskii <eliz@gnu.org>
3935
3936 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
3937 Restore original behavior when the iterator is not bidi_p.
3938
b5dd0ae7
DN
39392010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3940
3941 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
3942
bd924a5d
EZ
39432010-03-30 Eli Zaretskii <eliz@gnu.org>
3944
3945 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
3946 are outside the range of cached character positions.
3947
3580374b
JB
39482010-03-30 Juanma Barranquero <lekktu@gmail.com>
3949
3950 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
3951
a7b02820
EZ
39522010-03-30 Eli Zaretskii <eliz@gnu.org>
3953
3954 Initial support for bidirectional editing.
3955
3956 * Makefile.in (obj): Include bidi.o.
3957 (bidi.o): New target.
3958
3959 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
3960 ($(BLD)/bidi.$(O)): New target.
3961
3962 * bidi.c: New file.
3963
3964 * buffer.h (struct buffer): New members bidi_display_reordering
3965 and bidi_paragraph_direction.
3966
3967 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
3968 and bidi_paragraph_direction.
3969 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
3970 and bidi-paragraph-direction.
3971 (Fbuffer_swap_text): Swap the values of
3972 bidi_display_reordering and bidi_paragraph_direction.
3973
3974 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
3975 (bidi_type_t, bidi_dir_t): New types.
3976 (bidi_saved_info, bidi_stack, bidi_it): New structures.
3977 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
3978 prev_stop, base_level_stop, and eol_pos.
3979 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
3980 (IT_STACK_SIZE): Enlarge to 5.
3981 (struct glyph_row): New member reversed_p.
3982 <string_buffer_position>: Update prototype.
3983 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
3984 glyph_row if bidi_it.paragraph_dir == R2L.
3985 (struct glyph): New members resolved_level and bidi_type.
3986
3987 * dispnew.c (direct_output_forward_char): Give up if we need bidi
3988 processing or buffer's direction is right-to-left.
3989 (prepare_desired_row): Preserve the reversed_p flag.
3990 (row_equal_p): Compare the reversed_p attributes as well.
3991
3992 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
3993 bidi_init_it and set it->paragraph_embedding from the current
3994 buffer's value of bidi_paragraph_direction.
3995 (reseat_1): Initialize bidi_it.first_elt.
3996 (set_iterator_to_next, next_element_from_buffer): Use the value of
3997 paragraph_embedding to determine the paragraph direction.
3998 (set_iterator_to_next): Under bidi reordering, call
3999 bidi_get_next_char_visually. Call bidi_paragraph_init if the
4000 new_paragraph flag is set in the bidi iterator.
4001 (next_element_from_buffer): If bidi_it.first_elt is set,
4002 initialize paragraph direction and find the first character to
4003 display in the visual order. If reseated to a middle of a line,
4004 prime the bidi iterator starting at the line's beginning. Handle
4005 the situation where we overstepped stop_charpos due to
4006 non-linearity of the bidi iteration. Likewise for when we back up
4007 beyond the previous stop_charpos. When moving across stop_charpos,
4008 record it in prev_stop.
4009 (display_line): Set row->end and it->start for the next row to the
4010 next character in logical order. Always extend reversed_p rows to
4011 the end of line, even if they end at ZV. Copy the reversed_p flag
4012 to the next glyph row. Keep calling set_cursor_from_row for
4013 bidi-reordered rows even if we already have a possible candidate
4014 for cursor position. Set row_end after all the row's glyphs have
4015 been produced, by looping over the glyphs. Record the position
4016 after EOL in it->eol_pos, and use it to set end_pos of the last
4017 row produced for a continued line.
4018 <Qright_to_left, Qleft_to_right>: New variables.
4019 (syms_of_xdisp): Initialize and staticpro them.
4020 (string_buffer_position_lim): New function.
4021 (string_buffer_position): Most of code moved to
4022 string_buffer_position_lim. Last argument and return value are
4023 now EMACS_INT; all callers changed.
4024 (set_cursor_from_row): Rewritten to support bidirectional text and
4025 reversed glyph rows.
4026 (text_outside_line_unchanged_p, try_window_id): Disable
4027 optimizations if we are reordering bidirectional text and the
4028 paragraph direction can be affected by the change.
4029 (append_glyph, append_composite_glyph)
4030 (produce_image_glyph, append_stretch_glyph): Set the
4031 resolved_level and bidi_type members of each glyph.
4032 (append_glyph): If the glyph row is reversed, prepend the glyph
4033 rather than appending it.
4034 (handle_stop_backwards): New function.
4035 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
4036 (reseat): call handle_stop_backwards to recompute prev_stop and
4037 base_level_stop for the new position.
4038 (handle_invisible_prop): Under bidi iteration, skip invisible text
4039 using bidi_get_next_char_visually. If we are `reseat'ed, init the
4040 paragraph direction. Update IT->prev_stop after skipping
4041 invisible text.
4042 (move_it_in_display_line_to): New variables prev_method
4043 and prev_pos. Compare for strict equality in
4044 BUFFER_POS_REACHED_P.
4045 (try_cursor_movement): Examine all the candidate rows that occlude
4046 point, to return the best match. If rows are bidi-reordered
4047 and point moved backwards, back up to the row that is not a
4048 continuation line, and start looking for a suitable row from
4049 there.
4050
4051 * term.c (append_glyph): Reverse glyphs by pre-pending them,
4052 rather than appending, if the glyph_row's reversed_p flag is set.
4053 Set the resolved_level and bidi_type members of each glyph.
4054
4055 * .gdbinit (pbiditype): New command.
4056 (pgx): Use it to display bidi level and type of the glyph.
4057 (pitx): Display some bidi information about the iterator.
4058 (prowlims, pmtxrows): New commands.
4059
32a8894e
DN
40602010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
4061
4062 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
4063 * s/usg5-4.h (LIBS_DEBUG):
4064 * s/irix6-5.h (C_DEBUG_SWITCH):
4065 * s/gnu-linux.h (LIBS_DEBUG):
4066 * s/darwin.h (LIBS_DEBUG):
4067 * s/bsd-common.h (LIBS_DEBUG):
4068 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
4069 * m/iris4d.h (LIBS_DEBUG):
4070 * m/hp800.h (LIBS_DEBUG): Remove definitions.
4071
4072 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
4073 (LIBS_DEBUG): Remove definition.
4074
649dbf36
CY
40752010-03-27 Chong Yidong <cyd@stupidchicken.com>
4076
4077 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
4078 Windows.
4079
cad4261f
YM
40802010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4081
4082 * process.c (Fmake_network_process): Don't call turn_on_atimers around
4083 `connect' (Bug#5723).
4084
cd591dbc
HE
40852010-03-25 Helmut Eller <eller.helmut@gmail.com>
4086
4087 * process.c (Fmake_network_process): Call `select' for interrupted
4088 `connect' rather than creating new socket (Bug#5173).
4089
e867cb5d 40902010-03-24 Jan Djärv <jan.h.d@swipnet.se>
93318cbd
JD
4091
4092 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
4093
4094 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
4095
4096 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
4097
e867cb5d 40982010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ad13a3ee
YM
4099
4100 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
4101 XLoadQueryFont.
4102
e867cb5d 41032010-03-24 Kenichi Handa <handa@m17n.org>
fbdc1721
KH
4104
4105 * coding.c (decode_coding_ccl): Fix previous change for the
4106 multibyte case.
fb608df3
KH
4107 (encode_coding_ccl): Don't setup ccl program here. Fix for the
4108 case that the output buffer is fullfilled.
4109 (encode_coding): Setup ccl program here.
fbdc1721 4110
5845f0ed
DN
41112010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
4112
814fb708
DN
4113 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
4114
5845f0ed
DN
4115 Simplify LIBS_MACHINE definitions.
4116 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
4117 * m/iris4d.h (LIBS_MACHINE): Likewise.
4118 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
4119 * s/aix4-2.h (LIBS_SYSTEM): ... here.
38e3487c 4120 * s/netbsd.h: Remove commented out code.
5845f0ed 4121
b7064064
DN
41222010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
4123
df7734b2
DN
4124 Remove dead code dealing with POSIX_SIGNALS.
4125 * atimer.c (set_alarm): Remove dead code, all USG systems define
4126 POSIX_SIGNALS.
4127 * data.c (arith_error): Likewise.
4128 * keyboard.c (input_available_signal, handle_user_signal)
4129 (interrupt_signal): Likewise.
4130 * process.c (sigchld_handler): Likewise.
4131 (create_process): Remove if 0 code. Remove HPUX conditional when
4132 !defined (POSIX_SIGNALS), it cannot be true.
4133 * syssignal.h: Remove USG5_4 and USG conditionals when
4134 !POSIX_SIGNALS, they cannot be true.
4135
b7064064
DN
4136 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
4137 NO_SOCK_SIGIO, not used anymore.
4138
55da5ee3
DN
41392010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
4140
0be96e3a
DN
4141 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
4142 support vax on BSDs.
4143
55da5ee3
DN
4144 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
4145 * s/aix4-2.h (ORDINARY_LINK): ... here.
4146
c0282183
AS
41472010-03-21 Andreas Schwab <schwab@linux-m68k.org>
4148
82c3d67a
AS
4149 * Makefile.in (abs_builddir): Define.
4150 (bootstrap_exe): Use it.
4151 (VPATH): Use $(srcdir) instead of @srcdir@.
c0282183 4152
3613edce
SM
41532010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 * Makefile.in (bootstrap_exe): Use an absolute name.
4156
7f110ddc
DN
41572010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4158
22e87574
DN
4159 Remove support for old GNU/Linux using libc version 5.
4160 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
4161 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
4162
05a670e6
DN
4163 Consolidate redundant definitions in s/bsd-common.h.
4164 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
4165 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
4166 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
4167 doing it in all files that include this one.
4168 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
4169 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
4170 (LDAV_SYMBOL, KERNEL_FILE): Remove.
4171 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
4172 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
4173 (LDAV_SYMBOL, KERNEL_FILE): Remove.
4174 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
4175 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
4176 (LDAV_SYMBOL, KERNEL_FILE): Remove.
4177
2968f561
DN
4178 Consolidate redundant definitions.
4179 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
4180 it's undefined in all files that include this one.
4181 (POSIX_SIGNALS): Define here instead of doing it in all files that
4182 include this one.
4183 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
4184 (POSIX_SIGNALS): Do not define.
4185 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
4186 (POSIX_SIGNALS): Do not define.
4187 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
4188 (POSIX_SIGNALS): Do not define.
4189
15d25dc0
DN
4190 Remove support for old UNIX System V systems.
4191 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
4192 * s/usg-5-4-2.h: Remove.
4193
07e339e4
DN
4194 Remove support for Solaris on PPC and for old versions.
4195 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
4196 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
4197 that cancel each other.
4198 * s/sol2-3.h:
4199 * s/sol2-4.h:
4200 * s/sol2-5.h: Remove.
4201 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
4202 (NO_REMAP): Remove, unused.
4203 (UNEXEC): Move definition ...
4204 * s/aix4-2.h (UNEXEC): ... here.
4205
7f110ddc
DN
4206 * s/openbsd.h: Remove support for non-ELF and for systems that do
4207 not support shared libraries.
4208 * s/netbsd.h:
4209 * s/freebsd.h: Likewise.
4210
605f35cd
DN
42112010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4212
4213 Remove non-working support for lynxos 3.0.
4214 * s/lynxos.h: Remove file.
4215
4216 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
4217 COFF_BSD_SYMBOLS, nothing defines it anymore.
4218
aed71cf4
DN
42192010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4220
4221 Remove obsolete uses of HAVE_SHM.
4222 * emacs.c (standard_args):
4223 (Fdump_emacs):
4224 (syms_of_emacs): Remove code depending on HAVE_SHM.
4225
4226 * alloc.c: Remove HAVE_SHM dependent definition.
4227
4228 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
4229
aded53ff
GM
42302010-03-18 Glenn Morris <rgm@gnu.org>
4231
17284745
GM
4232 * emacs.c (USAGE4): Hard-code bug address.
4233 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
4234 (bug_reporting_address): Remove.
4235 (main): Don't call bug_reporting_address.
4236
aded53ff
GM
4237 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
4238 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
4239
303500aa
CY
42402010-03-15 Chong Yidong <cyd@stupidchicken.com>
4241
4242 * xfns.c (Fx_create_frame):
4243 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
4244 on left.
4245
cef3058f
CY
42462010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
4247
4248 * editfns.c (Fformat): Account for string precision when computing
4249 field width (Bug#5710).
4250
a647d59d
CY
42512010-03-12 Chong Yidong <cyd@stupidchicken.com>
4252
4fa42018
CY
4253 * xfns.c (Fx_create_frame): Set default to Qright.
4254
a647d59d
CY
4255 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
4256 all window systems.
4257
6da23aaa
EZ
42582010-03-12 Eli Zaretskii <eliz@gnu.org>
4259
a96f6398 4260 These changes remove termcap.c from the build on Posix platforms.
83d02def 4261 * Makefile.in (termcapobj): Move termcap.o from here...
6da23aaa
EZ
4262 (MSDOS_OBJ): ...to here.
4263 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
4264 now identical to when LIBS_TERMCAP is defined.
4265
4266 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
4267
4268 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
4269
a96f6398 4270 * config.in: Regenerated. (See top-level ChangeLog.)
6da23aaa 4271
288f9fc0
CY
42722010-03-10 Chong Yidong <cyd@stupidchicken.com>
4273
4274 * Branch for 23.2.
4275
d48cd3f4
SM
42762010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 Cleanup setup of gl_state in various parts of the code.
4279 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
4280 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
4281 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
4282 (skip_chars):
4283 * regex.c (regex_compile): Use it.
4284 (re_compile_pattern): Don't set gl_state.current_syntax_table since
4285 it's now set in regex_compile when/if we need it.
4286
618db430
SM
42872010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4288
c0335e02
SM
4289 Make it possible to C-g in a tight bytecode loop again (bug#5680).
4290 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
4291 (QUIT): Use it to consolidate code and remove redundancy.
4292 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
4293
254c06a8
SM
4294 * regex.c (regex_compile): Setup gl_state as well.
4295
618db430
SM
4296 * syntax.c (skip_chars): Setup gl_state (bug#3823).
4297 (in_classes): Use CONSP before XCAR/XCDR.
4298
233f0c9f
CY
42992010-03-03 Chong Yidong <cyd@stupidchicken.com>
4300
4301 * keymap.c (Fwhere_is_internal): Use Fequal to compare
4302 definitions, so that keyboard macros are correctly handled
4303 (Bug#5481).
4304
75f80e63
EZ
43052010-03-02 Eli Zaretskii <eliz@gnu.org>
4306
4307 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
4308 text that could be relocated inside the call to emacs_mule_char.
4309 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
4310 (CODING_DECODE_CHAR): Add a comment describing its purpose.
4311
dcfb9bc4
KH
43122010-03-02 Kenichi Handa <handa@m17n.org>
4313
fc9a17bc
KH
4314 * character.c (parse_str_as_multibyte): Fix handling of the
4315 multibyte form of raw-bytes.
4316 (str_as_multibyte): Likewise.
4317
dcfb9bc4
KH
4318 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
4319 form of raw-bytes.
4320
412c01b6
CY
43212010-02-28 Chong Yidong <cyd@stupidchicken.com>
4322
4323 * charset.c (load_charset_map_from_file)
4324 (load_charset_map_from_vector): Zero out allocated
4325 charset_map_entries before using them.
4326
df7e1ea0
AS
43272010-02-27 Andreas Schwab <schwab@linux-m68k.org>
4328
4329 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
4330
fe69a722
CY
43312010-02-27 Chong Yidong <cyd@stupidchicken.com>
4332
4ed28cf4
CY
4333 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
4334 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 4335
7379cfce
KH
43362010-02-26 Kenichi Handa <handa@m17n.org>
4337
f88cc4d6
KH
4338 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
4339
7379cfce
KH
4340 * xdisp.c (reseat_to_string): Fix previous change.
4341
cf2fdcfb
CY
43422010-02-26 David Reitter <david.reitter@gmail.com>
4343
4344 * nsfont.m (nsfont_draw): ns_antialias_text should be a
4345 Lisp_Object (Bug#4736).
4346
cc6c7c75
KH
43472010-02-25 Kenichi Handa <handa@m17n.org>
4348
4349 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
4350
32e737d7
JD
43512010-02-24 Jan Djärv <jan.h.d@swipnet.se>
4352
4353 * xterm.c (XTflash): Move declarations before statements.
4354
4355 * gtkutil.c (xg_get_gdk_display): Remove (unused).
4356 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
4357 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
4358 (xg_create_tool_bar): Remove unused variables.
4359 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 4360 (xg_create_frame_widgets): Remove variable grav.
32e737d7 4361
676cae9f
CY
43622010-02-21 Chong Yidong <cyd@stupidchicken.com>
4363
4364 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
4365
886cc2b8
SM
43662010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 * term.c (fatal): Add a final \n if needed (bug#5596).
4369
ddb2d8e2
CY
43702010-02-18 Chong Yidong <cyd@stupidchicken.com>
4371
4372 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
4373
2a4f8d3d
GM
43742010-02-18 Glenn Morris <rgm@gnu.org>
4375
4376 * callint.c (Finteractive): Doc fix.
4377
ebaf11b6
KH
43782010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4379
886cc2b8
SM
4380 * coding.c (record_conversion_result):
4381 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
4382 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
4383 memory allocation error.
4384
d0396581
KH
43852010-02-17 Kenichi Handa <handa@m17n.org>
4386
886cc2b8
SM
4387 * coding.c (decode_coding_ccl): Don't setup ccl program here.
4388 Fix for the case that the output buffer is fullfilled.
d0396581
KH
4389 (decode_coding): Setup ccl program here. Keep looping when the
4390 decoder stopped because the output buffer is
4391 fullfilled (bug#5534).
4392
4393 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
4394
98599f74
JD
43952010-02-13 Jan Djärv <jan.h.d@swipnet.se>
4396
471e4f04 4397 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 4398 bug #5571.
886cc2b8 4399 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 4400 overdrawn.
98599f74 4401
182659ae
JD
44022010-02-10 Jan Djärv <jan.h.d@swipnet.se>
4403
4404 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
4405 doing_interact here.
4406 (ice_connection_closed): New function.
4407 (x_session_check_input, smc_die_CB, ice_io_error_handler)
4408 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
4409 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
4410 returns I/O error.
4411 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
4412 bug #5512.
4413
9be32c4e 44142010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
4415
4416 * nsfont.m (nsfont_open): The system's value for the font descent
4417 is negative, so round it down to avoid clipping.
4418
a2f3eb19
CY
44192010-02-06 Chong Yidong <cyd@stupidchicken.com>
4420
4421 * charset.c (load_charset_map_from_file)
4422 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 4423 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 4424
3088147c
CY
44252010-02-05 Chong Yidong <cyd@stupidchicken.com>
4426
4427 * charset.c (load_charset_map_from_file): Allocate large
4428 charset_map_entries structure on the heap rather than the stack.
4429 (Bug#5526).
4430
b57d9029
KH
44312010-01-31 Kenichi Handa <handa@m17n.org>
4432
4433 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 4434 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 4435
c67d885b
CY
44362010-01-31 Chong Yidong <cyd@stupidchicken.com>
4437
4438 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
4439 <deactivated@gmail.com> (Bug#3605).
4440
8fab2362
CY
44412010-01-31 David De La Harpe Golden <david@harpegolden.net>
4442
4443 * fileio.c (Frename_file): Correctly rename symlinks to
4444 directories (Bug#5496).
4445
cb2a62f2
CY
44462010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
4447
4448 * nsterm.m (ns_ring_bell): Handle visible bell like X.
4449
944c7a26
AS
44502010-01-30 Andreas Schwab <schwab@linux-m68k.org>
4451
4452 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
4453
c024ac08
CY
44542010-01-29 Chong Yidong <cyd@stupidchicken.com>
4455
4456 * frame.c (DEFAULT_ROWS): Change default to 35.
4457
4458 * xfns.c (x_default_font_parameter): Change default XFT font to
4459 monospace-10 (Bug#3643).
4460
af93af83
EZ
44612010-01-29 Eli Zaretskii <eliz@gnu.org>
4462
4463 * w32inevt.c (key_event): Remove unnecessary comparison of
4464 event->uChar.AsciiChar with 128.
4465
ca0eb708
CY
44662010-01-28 Chong Yidong <cyd@stupidchicken.com>
4467
b242dbfc
CY
4468 * fileio.c (Frename_file): Fix last change (Bug#5487).
4469
ca0eb708
CY
4470 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
4471
4472 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
4473
45d45af5
JD
44742010-01-28 Jan Djärv <jan.h.d@swipnet.se>
4475
4476 * xfns.c (Fx_create_frame): Remove window size matching code from
4477 2010-01-15.
a73f9c9d 4478 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 4479
7e233730
JR
44802010-01-27 Jason Rumney <jasonr@gnu.org>
4481
4482 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 4483 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 4484
86e893e3
KH
44852010-01-27 Kenichi Handa <handa@m17n.org>
4486
4487 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 4488 pattern string (Bug#4209).
86e893e3 4489
8719abec
CY
44902010-01-27 David De La Harpe Golden <david@harpegolden.net>
4491
4492 * fileio.c (Frename_file): Call copy-directory and
4493 delete-directory for directories, in order to handle cross-device
4494 renaming (Bug#3353).
4495
844794c8
JD
44962010-01-25 Jan Djärv <jan.h.d@swipnet.se>
4497
aa3e13b5 4498 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 4499 sizes 24 and 10. Bug #3643.
844794c8 4500
bd4b5750
SM
45012010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
4502
8dc1adf6 4503 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
4504 * keymap.c (shadow_lookup): Add `remap' arg.
4505 (describe_map, describe_vector): Update calls to shadow_lookup.
4506 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
4507 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
4508 perform remapping during shadow_lookup check of remapped_sequences.
4509
285d07e2
CY
45102010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
4511
4512 * image.c (png_load): Use png_sig_cmp instead of the obsolete
4513 png_check_sig, which has been removed in libpng 1.4.
4514
c6d09b8d
CY
45152010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4516
4517 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
4518 lacks this header file).
4519
3d782998
YM
45202010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4521
4522 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
4523 as in Emacs 22.
4524
2aff7c53
YM
45252010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4526
4527 * lisp.h (make_pure_string): String pointer arg now points to const.
4528
4529 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
4530 args now point to const.
4531
74327f7a
EZ
45322010-01-22 Eli Zaretskii <eliz@gnu.org>
4533
4534 * lread.c (Fload): Don't treat files without .elc extension as
4535 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
4536 them. (bug#5303)
4537
4d1e6632
KH
45382010-01-20 Kenichi Handa <handa@m17n.org>
4539
4540 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
4541 treat the source as actual byte sequence.
4542
1fdede8f
AM
45432010-01-19 Alan Mackenzie <acm@muc.de>
4544
4545 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 4546 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
4547 `signal_after_change_p' to `coherent_change_p', and make the
4548 invocation of `modify_region' conditional on it.
4549
67477f30
JD
45502010-01-19 Jan Djärv <jan.h.d@swipnet.se>
4551
4552 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
4553 for debug purpose.
4554 (syms_of_xsettings): Declare xft-settings.
4555
244b023e
CY
45562010-01-18 Chong Yidong <cyd@stupidchicken.com>
4557
4558 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
4559
617364fe
CY
45602010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4561
4562 * xterm.c (event_handler_gdk): Block input (Bug#5037).
4563
4fe22cdf
CY
45642010-01-16 Chong Yidong <cyd@stupidchicken.com>
4565
4566 * emacs.c (standard_args): Adjust arg priorities to reflect how
4567 they are processed in startup.el.
4568
e118d2be
AS
45692010-01-16 Andreas Schwab <schwab@linux-m68k.org>
4570
4571 * Makefile.in (lisp, shortlisp): Update.
4572
523ae620
SM
45732010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4574
4575 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
4576 code, link the new kboard into all_kboard before running Lisp code,
4577 and protect the new terminal with GCPRO (Bug#5365).
4578 (x_term_init): Remove unused var `atom'.
4579 (x_delete_display, x_delete_terminal): Remove unused var `i'.
4580
f0d13888
JD
45812010-01-15 Jan Djärv <jan.h.d@swipnet.se>
4582
4583 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
4584 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
4585 to find out usable size of the desktop. Don't make frames larger than
ac146f82 4586 this. Bug #3643.
f0d13888 4587
cc320f07
KH
45882010-01-15 Kenichi Handa <handa@m17n.org>
4589
4590 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
4591
7ffdf101
CY
45922010-01-15 Chong Yidong <cyd@stupidchicken.com>
4593
4594 * nsterm.m (Qnone): Define.
4595
4596 * nsfns.m (Qnone): Move definition to nsterm.m.
4597
d12bd917
KH
45982010-01-14 Kenichi Handa <handa@m17n.org>
4599
4600 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
4601 systems.
4602
d9a7c140
KH
46032010-01-14 Kenichi Handa <handa@m17n.org>
4604
4605 Make auto-composition work on all buffers even if they are
4606 fundamental mode.
4607
4608 * composite.c (Vauto_composition_mode): New variable.
4609 (composition_compute_stop_pos): Check Vauto_composition_mode
4610 instead of Vauto_composition_function.
4611 (composition_adjust_point, Ffind_composition_internal): Likewise.
4612 (syms_of_composite): Declare Lisp variable
4613 "auto-composition-mode" here.
4614
63286bb2
CY
46152010-01-13 Chong Yidong <cyd@stupidchicken.com>
4616
4617 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
4618 during call to vendor-specific-keysyms (Bug#5365).
4619
c2623ee7
YM
46202010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4621
4622 * keyboard.c (input_available_signal) [SYNC_INPUT]:
4623 Call SIGNAL_THREAD_CHECK (Bug#5333).
4624
4625 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
4626 Call SIGNAL_THREAD_CHECK.
4627
0b5397c2
SM
46282010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4629
4630 Try to fix bug#5314. This is probably not the final word, tho.
4631 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
4632 recent-auto-save-p as a side-effect.
4633 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
4634 * buffer.c (Fkill_buffer, reset_buffer):
4635 * editfns.c (Fsubst_char_in_region):
4636 * fileio.c (Finsert_file_contents, Fdo_auto_save)
4637 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
4638
dc954cb2
KH
46392010-01-13 Kenichi Handa <handa@m17n.org>
4640
4641 Display buffer name, etc. in mode line by composing correctly.
4642
4643 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
4644 STRING is not nil.
0b5397c2 4645 (display_mode_element): Adjust for the change of
dc954cb2
KH
4646 decode_mode_spec and display_line.
4647 (decode_mode_spec): Change arg MULTIBYTE to STRING.
4648 (display_string): Handle the case that STRING is non-null and
4649 LISP_STRING is not nil.
4650
0b5397c2
SM
4651 * xterm.c (x_draw_composite_glyph_string_foreground):
4652 Pay attention to s->face->overstrike.
dc954cb2
KH
4653
4654 * composite.c (composition_reseat_it): Don't check PT if STRING is
4655 non nil.
4656
4a00eaca
YM
46572010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4658
4659 * keyboard.c (read_char): Don't apply previous change when current
4660 buffer is unchanged by command execution.
4661
60abb287
JD
46622010-01-12 Jan Djärv <jan.h.d@swipnet.se>
4663
4664 * keyboard.c (read_char): Return after executing from special map.
4665
893db5bc
GM
46662010-01-12 Glenn Morris <rgm@gnu.org>
4667
4668 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
4669 bug-gnu-emacs rather than emacs-pretest-bug.
4670
4d03ece0
CY
46712010-01-11 Chong Yidong <cyd@stupidchicken.com>
4672
4673 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
4674 initializing the Lisp variables that depend on them.
4675
1df47e38
YM
46762010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4677
4678 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
4679 Clear areas that will not be updated after change of menu bar lines.
4680 Clear the menu bar window's current matrix when the window gets empty.
4681
2f1c6384
CY
46822010-01-09 Chong Yidong <cyd@stupidchicken.com>
4683
e398c61c
CY
4684 * intervals.h, textprop.c (extend_property_ranges): Return value
4685 and args changed. Discard properties that begin at or after the
4686 new end (Bug#5306).
4687
4688 * editfns.c (Fformat): Caller changed.
4689
e5a29a10
CY
4690 * nsterm.m (ns_set_default_prefs): Delete function.
4691 (syms_of_nsterm): Initialize ns_command_modifier,
4692 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
4693 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
4694
2f1c6384
CY
4695 * xdisp.c (pos_visible_p): Check for invisible text at the correct
4696 position (Bug#4040).
4697
d427a9fa
EZ
46982010-01-09 Eli Zaretskii <eliz@gnu.org>
4699
4700 * editfns.c (Ffloat_time): Doc fix.
4701
21b9df2f
JD
47022010-01-09 Jan Djärv <jan.h.d@swipnet.se>
4703
4704 * xfns.c (Fx_create_frame): Don't create frame larger than display
4705 by default bug#3643.
4706
4b00d3b1
YM
47072010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4708
4709 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
4710 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
4711 windows above internal border.
4712
4713 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
4714 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
4715 windows above internal border.
4716
4717 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
4718 tool bar windows specially.
4719
4720 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
4721
4722 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
4723 specially.
4724 (XTflash): Take account of menu bar height.
4725
4726 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
4727 specially.
4728
5075d853
JD
47292010-01-08 Jan Djärv <jan.h.d@swipnet.se>
4730
ac146f82 4731 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
4732 also be true before we can return early (bug #5339).
4733
474217c8
CY
47342010-01-06 David Reitter <david.reitter@gmail.com>
4735
4736 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
4737 (Fns_display_usable_bounds): Rewrite, computing bounds properly
4738 (Bug#3233).
4739
c0e6d47d
JD
47402010-01-06 Jan Djärv <jan.h.d@swipnet.se>
4741
d0cf45b7
JD
4742 * font.c (font_open_entity): Enable chache and call cached_font_ok
4743 for the driver if defined.
4744 (QCuser_spec): New symbol.
4745 (font_spec_from_name): Save name as user-spec.
4746 (font_load_for_lface): Keep user-spec instead of name.
4747 (font_open_by_name): Save name as user-spec.
4748 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 4749 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
4750
4751 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
4752 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
4753 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
4754
4755 * font.h (struct font_driver): Add cached_font_ok.
4756
c0e6d47d
JD
4757 * xterm.c (x_clear_frame): Queue draw for scroll bars.
4758
7c583cd8
JD
47592010-01-05 Jan Djärv <jan.h.d@swipnet.se>
4760
4761 * xterm.c (x_new_font): Move code for setting rows/cols before
4762 resizing ...
ac146f82 4763 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
4764
4765 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
4766 (xg_frame_resized, xg_frame_set_char_size):
4767 Call xg_clear_under_internal_border.
7c583cd8 4768 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 4769
03f77f0a
CY
47702010-01-05 Chong Yidong <cyd@stupidchicken.com>
4771
4772 * keyboard.c (read_key_sequence): Catch keyboard switch after
4773 making a new tty frame (Bug#5095).
4774
2a1ef5be
KH
47752010-01-05 Kenichi Handa <handa@m17n.org>
4776
4777 * fontset.c (fontset_find_font): Fix getting the frame pointer.
4778
e3eb1dae
SM
47792010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
4782 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
4783 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
4784
777013f2
MA
47852010-01-03 Michael Albinus <michael.albinus@gmx.de>
4786
4787 * dbusbind.c (xd_add_watch): Improve debug message.
4788 (xd_remove_watch): Improve debug message. If DATA is the session
4789 bus, unset D-Bus session environment.
4790 (Fdbus_init_bus): Pass the bus as argument to
4791 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 4792
8932b1c2
CY
47932010-01-01 Chong Yidong <cyd@stupidchicken.com>
4794
87231e2c
CY
4795 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
4796
4801c5fa
CY
4797 * lread.c (syms_of_lread): Make it clearer that these are the
4798 names of loaded files (Bug#5068).
4799
8932b1c2
CY
4800 * eval.c (run_hook_with_args): Handle the case where the global
4801 value has the obsolete single-function form (Bug#5026).
4802
11e3c684
CY
48032009-12-27 Chong Yidong <cyd@stupidchicken.com>
4804
4805 * minibuf.c (Fall_completions): Minor optimization.
4806
5b28ce35
EZ
48072009-12-26 Eli Zaretskii <eliz@gnu.org>
4808
5ce6e4f4
JB
4809 * .gdbinit (pgx): Fix display of composite glyphs.
4810 Display cmp.from and cmp.to as well.
4811 (pitx): Fix last change.
5b28ce35 4812
bcffff46
KH
48132009-12-25 Kenichi Handa <handa@m17n.org>
4814
4815 * composite.h (composition_adjust_point): Update prototype.
4816
4817 * composite.c (composition_reseat_it): Don't make a composition
4818 spanning over point.
4819 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
4820 composable characters.
4821 (composition_adjust_point): New arg NEW_PT. Callers changed.
4822
4823 * keyboard.c (command_loop_1): Force redisplay if the last point
4824 was within a composition.
4825 (adjust_point_for_property): Don't adjust point for automatic
4826 composition when called after buffer modification.
4827
3f670e9a
EZ
48282009-12-19 Eli Zaretskii <eliz@gnu.org>
4829
5ce6e4f4
JB
4830 * .gdbinit (pitx): Don't use enum names, use their values.
4831 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
4832 (pgx): Don't use enum names, use their values.
4833 (pitmethod): New helper command.
4834 (pitx): Use it to display iteration method.
4835 (pgrowit): New command.
4836
ad903955
EZ
4837 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
4838
3f670e9a
EZ
4839 Update dependencies in Makefile.in.
4840
4841 * Makefile.in (alloc.o): Depend on termhooks.h.
4842 (atimer.o): Depend on blockinput.h.
4843 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
4844 and frame.h.
4845 (callint.o): Depend on systime.h, coding.h, and composite.h.
4846 (callproc.o): Depend on buffer.h.
4847 (casefiddle.o): Don't depend on charset.h.
4848 (casetab.o): Depend on character.h.
4849 (ccl.o): Depend on composite.h.
4850 (chartab.o): Depend on ccl.h.
4851 (cm.o): Depend on dispextern.h.
4852 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
4853 (coding.o): Don't depend on $(INTERVALS_H).
4854 (composite.o): Don't depend on dispextern.h explicitly (it's in
4855 $(INTERVALS_H)). Depend on ccl.h.
4856 (data.o): Depend on systime.h, coding.h, composite.h,
4857 dispextern.h, font.h, and ccl.h.
4858 (dired.o): Depend on composite.h.
4859 (dispnew.o): Depend on coding.h. Don't depend explicitly on
4860 composite.h (it's in $(INTERVALS_H)).
4861 (doc.o): Depend on systime.h, coding.h, and composite.h.
4862 (editfns.o): Don't depend explicitly on dispextern.h.
4863 (emacs.o): Depend on frame.h and coding.h.
4864 (eval.o): Depend on coding.h, composite.h, and xterm.h.
4865 (fileio.o): Depend on frame.h and commands.h. Don't depend
4866 explicitly on dispextern.h.
4867 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
4868 composite.h.
4869 (fns.o): Don't depend on termhooks.h.
4870 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
4871 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
4872 coding.h, $(INTERVALS_H), window.h, xterm.h.
4873 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
4874 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
4875 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
4876 fontset.h, ccl.h, and ftfont.h.
4877 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
4878 (gtkutil.o): Depend on dispextern.h and composite.h.
4879 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
4880 termhooks.h, and ccl.h.
4881 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
4882 (intervals.o): Depend on systime.h and coding.h.
4883 (keyboard.o): Depend on composite.h and coding.h.
4884 (keymap.o): Depend on coding.h and frame.h.
4885 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
4886 (macros.o): Depend on systime.h, coding.h, and composite.h.
4887 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
4888 and atimer.h.
4889 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
4890 dispextern.h explicitly.
0b5397c2
SM
4891 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
4892 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
4893 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
4894 (regex.o): Don't depend on charset.h.
4895 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
4896 (search.o): Don't depend explicitly on composite.h.
4897 (sound.o): Depend on atimer.h and systime.h.
4898 (syntax.o): Don't depend explicitly on composite.h.
4899 (sysdep.o): Depend on coding.h and composite.h.
4900 (term.o): Depend on xterm.h and buffer.h.
4901 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
4902 (textprop.o): Don't depend on dispextern.h explicitly.
4903 (undo.o): Depend on dispextern.h.
4904 (window.o): Depend on coding.h and termhooks.h. Don't depend on
4905 dispextern.h and composite.h explicitly.
4906 (xdisp.o): Depend on ccl.h.
4907 (xfaces.o): Depend on coding.h and ccl.h.
4908 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
4909 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
4910 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
4911 ftfont.h.
4912 (xgselect.o): New dependency.
4913 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
4914 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
4915 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
4916 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
4917 (xsmfns.o): Depend on frame.h and dispextern.h.
4918 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
4919 sysselect.h.
4920
7a6f7fea
AS
49212009-12-19 Andreas Schwab <schwab@linux-m68k.org>
4922
4923 * font.c (Fclear_font_cache): Pass correct cache argument to
4924 font_clear_cache.
4925
f4c21026
AS
49262009-12-16 Andreas Schwab <schwab@linux-m68k.org>
4927
4928 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
4929 twice.
4930
f7ab0997
CY
49312009-12-15 Chong Yidong <cyd@stupidchicken.com>
4932
4933 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
4934 calling file-remote-p. Reported by Jim Meyering.
4935
fa8e045a
MA
49362009-12-15 Michael Albinus <michael.albinus@gmx.de>
4937
4938 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 4939 avoid compiler warnings. (Bug #5217)
fa8e045a 4940
a63dba42
KH
49412009-12-14 Kenichi Handa <handa@m17n.org>
4942
4943 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
4944 in 8-bit encoding.
4945
5ce6e4f4 49462009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
4947
4948 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
4949 tooltip windows.
4950
223e5fc6
JD
49512009-12-13 Jan Djärv <jan.h.d@swipnet.se>
4952
36acb2a7
JD
4953 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
4954 Xatom_net_window_type.
4955
4956 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
4957 Xatom_net_window_type.
4958
b8f00677
JD
4959 * xterm.c (my_log_handler): New function.
4960 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 4961 so we can filter out buggy messages. (Bug #5120).
b8f00677 4962
e5f0bc9a
JD
4963 * xterm.c (xg_scroll_callback): Parameter list changed,
4964 use parameter GtkScrollType to determine scroll/line/page.
4965 Only allow dragging if a button < 4 is grabbed (bug #5177).
4966 (xg_end_scroll_callback): New function.
4967 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
4968 xg_create_scroll_bar.
4969
4970 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
4971 (scroll_end_callback): Remove.
4972 (xg_create_scroll_bar): Add parameter end_callback, bind it to
4973 button-release-event. Replace value-changed event with change-value,
c4cc8b9a 4974 bug #5177.
e5f0bc9a
JD
4975 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
4976 bug #5177.
4977
4978 * gtkutil.h (XG_LAST_SB_DATA): Remove.
4979 (xg_create_scroll_bar): Add GCallback end_callback.
4980
223e5fc6
JD
4981 * xftfont.c (QClcdfilter): New variable.
4982 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
4983 (syms_of_xftfont): Initialize QClcdfilter.
4984
3c055b77
JD
49852009-12-12 Jan Djärv <jan.h.d@swipnet.se>
4986
4987 * xsettings.c (struct xsettings): Add member seen.
4988 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 4989 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
4990 (apply_xft_settings): Only update Xft settings with what member seen
4991 indicates as new.
4992
05fe33ff
EZ
49932009-12-12 Eli Zaretskii <eliz@gnu.org>
4994
c4cc8b9a 4995 * dispextern.h (struct text_pos): Use EMACS_INT.
05fe33ff
EZ
4996 (struct glyph): Use EMACS_INT for charpos.
4997 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
4998 region_beg_charpos, region_end_charpos,
4999 redisplay_end_trigger_charpos, and also for
5000 iterator_stack_entry.end_charpos and
5001 iterator_stack_entry.stop_charpos.
5002
e8d7886a
JD
50032009-12-12 Jan Djärv <jan.h.d@swipnet.se>
5004
5ce6e4f4 5005 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
5006 (xg_create_scroll_bar): Call scroll_end_callback on button release
5007 event (bug #5177).
5008 (xg_event_is_for_scrollbar): != replaced with ==.
5009
d0db2ec8
KH
50102009-12-12 Kenichi Handa <handa@m17n.org>
5011
5012 * ftfont.c (struct ftfont_info): New member matrix.
5013 (ftfont_open): Setup xftfont_info->matrix.
5014 (MFLTFontFT): New member matrix.
5015 (FLOOR, CEIL, ROUND): New macros.
5016 (ftfont_get_metrics): Handle matrix transformation.
5017 (ftfont_shape_by_flt): New arg matrix. Callers changed.
5018
5019 * xftfont.c (struct xftfont_info): New member matrix.
5020 (xftfont_open): Setup xftfont_info->matrix.
5021
50222009-12-10 Kenichi Handa <handa@m17n.org>
5023
5024 * xdisp.c (append_space_for_newline): Consider face-remapping.
5025
2cc7b62f
AS
50262009-12-09 Andreas Schwab <schwab@linux-m68k.org>
5027
b87dd913
AS
5028 * xsettings.c: Include "keyboard.h".
5029
eba5eb94
AS
5030 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
5031
2cc7b62f
AS
5032 Fix implicit function declarations.
5033 * cmds.c: Include "frame.h".
5034 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
5035 * frame.h: Move declaration of delete_frame outside of
5036 HAVE_WINDOW_SYSTEM.
5037
a4ef73c8
CY
50382009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
5039
5040 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
5041
5042 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
5043 GTK builds.
5044
944a300c
AS
50452009-12-07 Andreas Schwab <schwab@linux-m68k.org>
5046
5047 * unexelf.c (unexec): Don't search for .data twice.
5048
022eef62
CY
50492009-12-05 Chong Yidong <cyd@stupidchicken.com>
5050
426ac949
CY
5051 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
5052 if push failed.
5053 (handle_line_prefix): Set avoid_cursor_p here. Check return value
5054 of push_display_prop (Bug#5000).
5055
022eef62
CY
5056 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
5057 value of font_list_entities (Bug#5085).
5058
be95bee9
JB
50592009-12-04 Juanma Barranquero <lekktu@gmail.com>
5060
5061 Fix `string-to-number' to deal consistently with integers and floats.
5062 * lread.c (isfloat_string): New argument ignore_trailing to accept all
5063 trailing characters, not just whitespace.
5064 (read1): Pass new arg 0 to keep old behavior.
5065 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
5066 trailing chars, as it is already done for integers. Doc fixes.
5067 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
5068
24c2d7ce
EZ
50692009-12-04 Eli Zaretskii <eliz@gnu.org>
5070
0b5397c2
SM
5071 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
5072 Delete unused enumeration value.
24c2d7ce 5073
7e694795
EZ
50742009-12-03 Eli Zaretskii <eliz@gnu.org>
5075
5076 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
5077
84b31826
SM
50782009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
5079
5080 * process.c (Fmake_network_process): Fix up the tests for
5081 "connectionless socket", so they DTRT for seqpacket sockets as well.
5082
f00c449b
SM
50832009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5084
5085 * process.c (Qseqpacket): New symbol.
5086 (HAVE_SEQPACKET): New macro.
5087 (Fmake_network_process): Accept new :type `seqpacket'.
5088 (init_process): Add `seqpacket' feature when applicable.
5089 (syms_of_process): Initialize Qseqpacket.
5090
8096a0ff
YM
50912009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5092
5093 * font.c (font_load_for_lface, font_open_by_name): Don't store name
5094 if entity is Qnil.
5095
3e0de07f
SM
50962009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5097
5098 * print.c (print_preprocess): Preprocess the key_and_value table of
5099 hashtables, even tho they're "hidden" (bug#5082).
5100
abeafb2a
JD
51012009-11-29 Jan Djärv <jan.h.d@swipnet.se>
5102
5103 * frame.c (frame_make_pointer_invisible)
5104 (frame_make_pointer_visible): Declare f before statements.
5105
4bf47195
EZ
51062009-11-28 Eli Zaretskii <eliz@gnu.org>
5107
5108 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
5109 omitted dependencies on lisp.h.
5110
c525b3f2
JD
51112009-11-27 Jan Djärv <jan.h.d@swipnet.se>
5112
ece2d4ed
JD
5113 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
5114 is NULL.
5115
5116 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
5117
5118 * frame.c (frame_make_pointer_invisible)
3e0de07f 5119 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
5120 frame.
5121
c525b3f2
JD
5122 * search.c (simple_search): Remove warning by making *p const.
5123
2f00e299
DN
51242009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5125
5126 * xdisp.c (power_letter): Remove duplicate const.
5127
084b049b
JD
51282009-11-25 Jan Djärv <jan.h.d@swipnet.se>
5129
a1fadc6f
JD
5130 * term.c (delete_tty): Remove check for last terminal (bug#4970).
5131
5ce6e4f4 5132 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
5133 defaults (bug #5025).
5134
28259cac
SM
51352009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5136
5137 * insdel.c (adjust_markers_for_delete): Move it in the
5138 right direction! (bug#4803)
5139
e8e14166
YM
51402009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5141
5142 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
5143
5144 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
5145
86677b58
GM
51462009-11-24 Glenn Morris <rgm@gnu.org>
5147
5148 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
5149
581e51e8
JD
51502009-11-23 Jan Djärv <jan.h.d@swipnet.se>
5151
cfc86c7a
JD
5152 * Makefile.in: Must create deps for ecrt0.o in its rule.
5153
581e51e8
JD
5154 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
5155 because that is what Gtk+ font dialog understands.
5156
5157 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
5158 of Fcopy_sequence.
5159 (font_open_by_name): Put name given into QCname for font-object returned.
5160
5161 * frame.c (x_set_font): Save original font name as frame parameter
5162 font-parameter.
5163
5164 * xsettings.c (set_default_xft_settings): New function.
5165 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
5166 is found.
5167
8b264ecb
AS
51682009-11-22 Andreas Schwab <schwab@linux-m68k.org>
5169
5170 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
5171 searching backwards through multibyte buffer.
5172
872870b2
JD
51732009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5174
5175 * xterm.c: #include xgselect.h.
5176 (x_initialize): Call xgselect_initialize.
5177
5178 * xsettings.c (something_changedCB): C++ comments => C comments.
5179 (init_gconf): Do not deal with any GLib file descriptors, xg_select
5180 does that now.
5181
5182 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
5183 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
5184 (scroll_bar_button_cb): Remove.
5ce6e4f4 5185 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
5186 event.
5187 (xg_create_scroll_bar): Don't bind button-press-event and
5188 button-release-event.
5189
5190 * process.c: Include xgselect.h if defined (USE_GTK) ||
5191 defined (HAVE_GCONF).
5192 (wait_reading_process_output): Call xg_select for the same condition.
5193
5194 * xgselect.c (xg_select): New function to better integrate with
5195 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
5196
5197 * xgselect.h: New file, declare xg_select, xgselect_initialize.
5198
5199 * Makefile.in (XOBJ): Add xgselect.o.
5200
62a6e103
AS
52012009-11-21 Andreas Schwab <schwab@linux-m68k.org>
5202
0b5397c2
SM
5203 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
5204 Remove ignored second argument. All callers changed.
62a6e103
AS
5205 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
5206 (RE_STRING_CHAR_AND_LENGTH): Likewise.
5207 * xdisp.c (string_char_and_length): Likewise.
5208
b0ca0f33
DN
52092009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
5210
5211 * xterm.c (x_new_font):
5212 * print.c (print_object):
5213 * cmds.c (Fself_insert_command): Move declarations before statements.
5214
dd5a6279
CY
52152009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5216
5217 * s/cygwin.h: Remove unneeded linker flags.
5218
4a8e097d
JD
52192009-11-20 Jan Djärv <jan.h.d@swipnet.se>
5220
0d1d0d26
JD
5221 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
5222
5223 * xsettings.h: Declare xsettings_get_system_font.
5224
5225 * xsettings.c (xsettings_get_system_font): New function.
5226 (init_gconf): No use initiating gconf unless we have Xft also.
5227 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
5228 HAVE_GCONF.
5229
4a8e097d
JD
5230 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
5231 add a blank entry so it doesn't collapse into nothing.
5232
8ab1650e
SM
52332009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5234
5235 * lread.c (Funintern): Comment out last change.
5236
82c602f0
RS
52372009-11-19 Richard Stallman <rms@gnu.org>
5238
5239 * lread.c (Funintern): Error if symbol is t or nil.
5240
87e32266
SM
52412009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5242
5243 * insdel.c (make_gap_larger): Don't make as many assumptions about the
5244 representation of Lisp integers.
5245 Reported by MJ Chan <mjchan.inbox@gmail.com>.
5246
1b9ac145
AS
52472009-11-17 Andreas Schwab <schwab@linux-m68k.org>
5248
5249 * lisp.h: Remove declaration of Ffont_get_system_font.
5250 * xfns.c: Move include of "xsettings.h".
5251 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
5252
dfb3c4c6
JD
52532009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5254
87e32266
SM
5255 * xsettings.c (something_changedCB, Ffont_get_system_font):
5256 Check use_system_font.
dfb3c4c6
JD
5257 (syms_of_xsettings): DEFVAR font-use-system-font.
5258
9370c1d8
AS
52592009-11-17 Andreas Schwab <schwab@linux-m68k.org>
5260
25fe851a
AS
5261 * xfns.c (x_default_font_parameter): Remove dead assignment.
5262
9370c1d8
AS
5263 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
5264
637fa988
JD
52652009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5266
87e32266 5267 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 5268 not have FC_LCD_*. #define them if not there.
a6eb20d8 5269
87e32266 5270 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 5271
637fa988
JD
5272 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
5273
5274 * xterm.c (handle_one_xevent): Call xft_settings_event for
5275 ClientMessage, PropertyNotify and DestroyNotify.
5276 (x_term_init): If we have XFT, get DPI from Xft.dpi.
5277 Call xsettings_initialize.
5278
5279 * xftfont.c (xftfont_fix_match): New function.
5280 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
5281 Call xftfont_fix_match after XftFontMatch.
5282
5283 * xfont.c (xfont_driver): Initialize all members.
5284
87e32266
SM
5285 * xfns.c (x_default_font_parameter):
5286 Try font from Ffont_get_system_font.
637fa988
JD
5287 Do not get font from x_default_parameter if we got one from
5288 Ffont_get_system_font.
87e32266 5289 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
5290
5291 * w32font.c (w32font_driver): Initialize all members.
5292
5293 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
5294
5295 * lisp.h: Declare syms_of_xsettings.
5296
87e32266
SM
5297 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
5298 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
5299
5300 * ftfont.c (ftfont_filter_properties): New function.
5301
5302 * frame.c (x_set_font): Remove unused variable lval.
5303
87e32266 5304 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
5305
5306 * font.c (font_put_extra): Don't return if val is nil, it means
5307 boolean option is off.
5308 (font_parse_fcname): Collect all extra properties in extra_props
5309 and call filter_properties for all drivers with extra_props and
5310 font as parameter.
87e32266
SM
5311 (font_open_entity): Do not use cache, it does not pick up new
5312 fontconfig settings like hinting.
637fa988
JD
5313 (font_load_for_lface): If spec had a name in it, store it in entity.
5314
a73f9c9d 5315 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
5316
5317 * config.in: HAVE_GCONF is new.
5318
5319 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
5320 xsettings.o is new.
5321
5a942932
KH
53222009-11-17 Kenichi Handa <handa@m17n.org>
5323
5324 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
5325 back to the default font in case that no suitable font is found.
5326
b7c7a4d1
SM
53272009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5328
5329 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
5330 Suggested by Chad Brown <yandros@mit.edu>.
5331 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
5332
072f1e39
JD
53332009-11-16 Jan Djärv <jan.h.d@swipnet.se>
5334
5335 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
5336
5d1e70a2
AS
53372009-11-14 Andreas Schwab <schwab@linux-m68k.org>
5338
87e32266 5339 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 5340
a53cfbe5
JD
53412009-11-14 Jan Djärv <jan.h.d@swipnet.se>
5342
473a99b7
JD
5343 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
5344 has a parent.
5345
a53cfbe5 5346 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 5347 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
5348
5349 * config.in: Generated (AUTO_DEPEND).
5350
f04bb9b2
MA
53512009-11-13 Michael Albinus <michael.albinus@gmx.de>
5352
b7c7a4d1 5353 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
5354 Vdbus_registered_functions_table, because it contains also
5355 properties. Fix docstring.
b7c7a4d1 5356 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 5357
8f11f7ec
SM
53582009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5359
5360 * alloc.c (mark_object): Don't reprocess marked strings.
5361 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
5362 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
5363
8a605fe8
KH
53642009-11-13 Kenichi Handa <handa@m17n.org>
5365
8f11f7ec 5366 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
5367 semantics of Vword_combining_categories.
5368 (Vword_combining_categories): Describe the slight change of the
5369 semantics.
5370
241c4680
EZ
53712009-11-13 Eli Zaretskii <eliz@gnu.org>
5372
5373 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
5374
5375 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
5376
5d58e44c
SM
53772009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5378
5379 * xdisp.c (syms_of_xdisp): Fix typo in last change.
5380
5e13f9d3
JB
53812009-11-12 Juanma Barranquero <lekktu@gmail.com>
5382
5383 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
5384
cf54c754
DR
53852009-11-11 David Reitter <david.reitter@gmail.com>
5386
5387 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
5388 variables to fix 2009-11-09 change.
5389
a4ada374
DN
53902009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5391
91433552
DN
5392 * process.c (ifflag_def): Make flag_sym constant.
5393 (Fnetwork_interface_info): Use a constant pointer.
5394 (ifflag_table):
5395 * xfns.c (cursor_bits):
5396 * xdisp.c (power_letter):
5397 * termcap.c (speeds, esctab):
5398 * sysdep.c (baud_convert):
5399 * keyboard.c (lispy_accent_codes, modifier_names):
5400 * image.c (xbm_format, xpm_format, pbm_format, png_format)
5401 (jpeg_format, tiff_format, gif_format, svg_format)
5402 (interlace_start, interlace_increment, gs_format):
5403 * gtkutil.c (separator_names):
5404 * fringe.c (swap_nibble):
5405 * fns.c (base64_value_to_char, base64_char_to_value):
5406 * fileio.c (make_temp_name_tbl):
5407 * coding.c (suffixes): Make constant.
5408
f4265f6c
DN
5409 * frame.c (make_initial_frame):
5410 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
5411 build_string.
5412 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
5413
04420943
DN
5414 * s/freebsd.h:
5415 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
5416
0a5d24ae
DN
5417 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
5418 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
5419
a4ada374
DN
5420 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
5421 * xterm.c (syms_of_xterm):
5422 * xfaces.c (syms_of_xfaces):
5423 * xdisp.c (syms_of_xdisp):
5424 * lread.c (syms_of_lread):
5425 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
5426 build_string.
91433552 5427
a4ada374
DN
5428 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
5429
af98fc7f
SM
54302009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5431
8ab1650e 5432 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 5433
e90292a9
JD
54342009-11-10 Jan Djärv <jan.h.d@swipnet.se>
5435
5436 * keyboard.h: Declare timer_check.
5437
5438 * keyboard.c (timer_check_2): New function that does what the old
5439 timer_check did.
5440 (timer_check): Call timer_check_2 until -1 or a non-zero time is
5441 returned, i.e. don't return -1 with timers pending.
5442
5443 * process.c: Remove extern declaration of timer_check.
5444
5445 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
5446 even if timer_check returned -1.
5447
af98fc7f
SM
5448 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
5449 xg_dialog_data.
e90292a9
JD
5450 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
5451 the event loop.
5452 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
5453 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
5454 Destroy the dialog after xg_dialog_run.
5455
045b83c0
SM
54562009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5457
5458 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
5459
1fb99a3a
JD
54602009-11-10 Jan Djärv <jan.h.d@swipnet.se>
5461
5462 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
5463
04e452cb
JB
54642009-11-09 Juanma Barranquero <lekktu@gmail.com>
5465
5466 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
5467
ef7417fd
SM
54682009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5469
5470 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
5471 w32menu.c, and nsmenu.m.
5472 Simplify the obsolete case where position is nil.
5473 (cleanup_popup_menu): New function, moved from nsmenu.m.
5474 (struct skp): Remove slot `notreal'.
5475 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
5476 adjust callers.
5477 (single_menu_item): Adjust call to parse_menu_item.
5478 (syms_of_menu): Defsubr x-popup-menu.
5479 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
5480 (keymap_panes): Don't export any more.
5481 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
5482 (xmenu_show): Declare.
5483 * keyboard.c (parse_menu_item): Remove arg `notreal'.
5484 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
5485 * keyboard.h (parse_menu_item): Update declaration.
5486 * xmenu.c (Fx_popup_menu): Remove.
5487 (syms_of_xmenu): Don't defsubr x-popup-menu.
5488 * w32menu.c (Fx_popup_menu): Remove.
5489 (syms_of_w32menu): Don't defsubr x-popup-menu.
5490 * nsmenu.m (cleanup_popup_menu): Remove.
5491 (ns_menu_show): Rename from ns_popup_menu and remove all the code
5492 moved to menu.c's Fx_popup_menu.
5493 (Fx_popup_menu): Remove.
5494 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
5495 menu_items (it's done in menu.c already).
5496
424d6179
SM
54972009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5498
5499 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
5500 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
5501
c0df13a6 55022009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
5503
5504 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 5505 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
5506 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
5507 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
5508
2de9f71c
SM
55092009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5510
5511 Let integers use up 2 tags to give them one extra bit and thus double
5512 their range.
5513 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
5514 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
5515 New macros.
5516 (enum Lisp_Type): Use them. Give explicit values.
5517 (Lisp_Type_Limit): Remove.
5518 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
5519 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
5520 Pay attention to USE_2_TAGS_FOR_INTS.
5521 (INTEGERP): Use LISP_INT_TAG_P.
5522 * fns.c (internal_equal): Simplify the default case.
5523 (sxhash): Use case_Lisp_Int.
5524 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
5525 any more.
5526 (Ftype_of): Use case_Lisp_Int.
5527 (store_symval_forwarding): Take into account the fact that Ints can
5528 now have more than one tag.
5529 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
5530 buffer_slot_type_mismatch):
5531 * xfaces.c (face_attr_equal_p):
5532 * print.c (print_object):
5533 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
5534 Use case_Lisp_Int.
5535
323637a2
EZ
55362009-11-06 Eli Zaretskii <eliz@gnu.org>
5537
7ac65b38
EZ
5538 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
5539
323637a2
EZ
5540 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
5541 warning.
5542
e511451f
JD
55432009-11-06 Jan Djärv <jan.h.d@swipnet.se>
5544
5545 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
5546
5547 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
5548
5549 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
5550 ButtonPressRelease and MotionNotify (bug#4870).
5551
5e2327cf
DN
55522009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
5553
5adc433e
DN
5554 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
5555
d67b4f80
DN
5556 * xterm.c (syms_of_xterm):
5557 * xselect.c (syms_of_xselect):
5558 * xmenu.c (syms_of_xmenu):
5559 * xfns.c (syms_of_xfns):
5560 * xfaces.c (syms_of_xfaces):
5561 * xdisp.c (syms_of_xdisp):
5562 * window.c (syms_of_window):
5563 * w32fns.c (syms_of_w32fns):
5564 * undo.c (syms_of_undo):
5565 * textprop.c (syms_of_textprop):
5566 * terminal.c (syms_of_terminal):
5567 * syntax.c (syms_of_syntax):
5568 * sound.c (syms_of_sound):
5569 * search.c (syms_of_search):
5570 * print.c (syms_of_print):
5571 * minibuf.c (syms_of_minibuf):
5572 * macros.c (syms_of_macros):
5573 * keymap.c (syms_of_keymap, initial_define_key)
5574 (initial_define_lispy_key):
5575 * keyboard.c (syms_of_keyboard):
5576 * insdel.c (syms_of_insdel):
5577 * image.c (syms_of_image):
5578 * fringe.c (syms_of_fringe):
5579 * frame.c (syms_of_frame):
5580 * fontset.c (syms_of_fontset):
5581 * fns.c (syms_of_fns):
5582 * fns.c (syms_of_fns):
5583 * fileio.c (syms_of_fileio):
5584 * fileio.c (syms_of_fileio):
5585 * eval.c (syms_of_eval):
5586 * doc.c (syms_of_doc):
5587 * dispnew.c (syms_of_display):
5588 * dired.c (syms_of_dired):
5589 * dbusbind.c (syms_of_dbusbind):
5590 * data.c (syms_of_data):
5591 * composite.c (syms_of_composite):
5592 * coding.c (syms_of_coding):
5593 * cmds.c (syms_of_cmds):
5594 * charset.c (define_charset_internal, syms_of_character):
5595 * ccl.c (syms_of_ccl):
5596 * category.c (syms_of_category, init_category_once):
5597 * casetab.c (syms_of_casetab):
5598 * casefiddle.c (syms_of_casefiddle):
5599 * callint.c (syms_of_callint):
5600 * bytecode.c (syms_of_bytecode):
5601 * buffer.c (keys_of_buffer, syms_of_buffer):
5602 * alloc.c (syms_of_alloc):
5603 * process.c (syms_of_process, init_process):
5604 * lread.c (syms_of_lread, init_obarray):
5605 * font.c (build_style_table):
5606 * emacs.c (syms_of_emacs, main): Replace calls to intern with
5607 intern_c_string, calls to make_pure_string with
5608 make_pure_c_string. Use pure_cons instead of Fcons.
5609
5e2327cf
DN
5610 * process.c (socket_options): Make it const.
5611 (set_socket_option, init_process): Use a const pointer.
5612
5613 * lread.c (intern_c_string): New function.
5614 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
5615 (defvar_int): Uset it. Make the name const char*.
5616
5617 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
5618 (defvar_int): Update prototypes.
5619 (DEFUN, EXFUN): Support for prototypes is now required.
5620 (intern_c_string): New prototype.
5621 (struct Lisp_Subr): Make symbol_name constant.
5622
5623 * font.c (struct table_entry): Remove unused member. Make NAMES
5624 constant.
5625 (weight_table, slant_table, width_table): Make constant.
5626
5627 * emacs.c (struct standard_args): Make name and longname constant.
5628
5629 * character.h (DEFSYM): Use intern_c_string.
5630
a56eaaef
DN
56312009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5632
5633 * alloc.c (make_pure_c_string): New function.
5634
5635 * eval.c (Fautoload): Purecopy all arguments.
5636
f6a07420
KH
56372009-11-05 Kenichi Handa <handa@m17n.org>
5638
5639 * fileio.c (Finsert_file_contents): Be sure set coding-system of
5640 the buffer in case of replace.
5641
5d28d4b1
DN
56422009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5643
5644 * puresize.h (BASE_PURESIZE): Increase to 1620000.
5645
b349d111
SM
56462009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5647
d528b1ce
SM
5648 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
5649 when applicable (bug#4851).
5650
b349d111
SM
5651 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
5652 (P_): Support for prototypes is now required.
5653
c38eb027
CY
56542009-10-31 Chong Yidong <cyd@stupidchicken.com>
5655
5656 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
5657 (Bug#4827).
5658
0405f8d9
EZ
56592009-10-30 Eli Zaretskii <eliz@gnu.org>
5660
d528b1ce 5661 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 5662
ca0a881a
DN
56632009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5664
5665 * puresize.h (BASE_PURESIZE): Increase to 1470000.
5666
d528b1ce
SM
5667 * lread.c (Fload): Purecopy the file name when building
5668 Vpreloaded_file_list.
ca0a881a 5669
47e0e0e4
JR
56702009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
5671
5672 * w32fns.c (syms_of_w32fns): Change default value of
5673 w32-scroll-lock-modifier to nil. (Bug#2827)
5674
057bce6f
JB
56752009-10-26 Juanma Barranquero <lekktu@gmail.com>
5676
782a943e 5677 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 5678
242bc74c
AS
56792009-10-26 Andreas Schwab <schwab@redhat.com>
5680
5681 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
5682
522d013a
JB
56832009-10-26 Juanma Barranquero <lekktu@gmail.com>
5684
5685 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
5686 For delta < 0, skip check that only makes sense when the mini-window
5687 is going to be enlarged. (Bug#4534)
5688
18060980
CY
56892009-10-25 Chong Yidong <cyd@stupidchicken.com>
5690
5691 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
5692 string in menu maps (Bug#4471).
5693
fec8f0fe
CY
56942009-10-24 Chong Yidong <cyd@stupidchicken.com>
5695
5696 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
5697 FRAME_NS_VIEW on terminal frames (Bug#4765).
5698
10d66ec0
AS
56992009-10-24 Andreas Schwab <schwab@linux-m68k.org>
5700
1cae01f7
AS
5701 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
5702 DBUS_TYPE_UINTnn separately to get proper sign extension.
5703
58a12889
AS
5704 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
5705 can properly handle unsigned types.
d528b1ce 5706 (make_uid, make_gid): Remove.
58a12889 5707
987c9327
AS
5708 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
5709 types again.
5710
522d013a 5711 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
5712 (system_process_attributes): Likewise.
5713
905a9ed3
DN
57142009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5715
5716 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
5717
5718 * eval.c (Fautoload): Purecopy the filename. Simplify.
5719
5720 * category.c (Fdefine_category): Purecopy docstring.
5721
a599b3e8
AS
57222009-10-23 Andreas Schwab <schwab@linux-m68k.org>
5723
7b792fc9
AS
5724 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
5725
a599b3e8
AS
5726 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
5727
b35ac83e
CY
57282009-10-23 Chong Yidong <cyd@stupidchicken.com>
5729
5730 * window.c (Fwindow_edges, Fwindow_pixel_edges)
5731 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
5732 (Bug#4775).
5733
e8903e00
SM
57342009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5735
5736 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
5737 (init_fileio_once):
5738 * lisp.h (init_fileio_once): Remove.
5739 * emacs.c (main): Don't call init_fileio_once.
5740
8f43cbf3
DN
57412009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5742
5743 * puresize.h (BASE_PURESIZE): Increase to 1430000.
5744
26898943
AS
57452009-10-21 Andreas Schwab <schwab@linux-m68k.org>
5746
5747 * doprnt.c (doprnt): Fix overflow check.
5748
5c646d5a
JD
57492009-10-21 Jan Djärv <jan.h.d@swipnet.se>
5750
3132a7ea
JD
5751 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
5752
5c646d5a
JD
5753 * xterm.h (x_wait_for_event): Declare it.
5754
5755 * xterm.c (pending_event_wait): New variable.
5756 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
5757 see pending_event_wait.eventtype.
5758 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
5759 (x_new_font): Call change_frame_size with new rows/columns before we
5760 try to resize the frame.
5c646d5a 5761 (x_wait_for_event): New function.
d528b1ce
SM
5762 (x_set_window_size_1): Don't change gravity unless change_gravity
5763 is set.
5c646d5a
JD
5764 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
5765 don't change frame size, instead wait for the ConfigureNotify.
5766 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
5767 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
5768 (x_initialize): Initialize pending_event_wait.
5769
5770 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
5771 size.
5772
5773 * widget.c (EmacsFrameSetValues): Add comment.
5774 (EmacsFrameSetCharSize): Just call x_set_window_size.
5775
5776 * gtkutil.c (xg_frame_set_char_size): Flush events and call
5777 x_wait_for_event.
d528b1ce 5778 (flush_and_sync): Remove again.
5c646d5a
JD
5779 (xg_get_font_name): Suggest monospace if no previous font is known.
5780
e9c1637d
SM
57812009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5782
5783 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 5784 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 5785
5a72cccb
YM
57862009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5787
5788 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
5789 processing pending events when event is filtered for input method.
ab04798f 5790 (Bug#3681)
5a72cccb 5791
2629aa37
JB
57922009-10-20 Juanma Barranquero <lekktu@gmail.com>
5793
5794 * fns.c: Add #endif accidentally removed in previous change.
5795
c3417a74
DN
57962009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5797
5798 * fns.c: Remove code for unsupported system: MAC_OS.
5799 * image.c: Likewise. Include setjmp.h.
5800
9685cef2
JD
58012009-10-19 Jan Djärv <jan.h.d@swipnet.se>
5802
5803 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
5804 pixel -1 (bug #4742).
5805
d7306fe6
DN
58062009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5807
019d2c4c
DN
5808 * process.c (create_pty): Remove conditionals for no longer
5809 supported systems: UNIPLUS and RTU.
5810
ee6bacd4
DN
5811 * xterm.c:
5812 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
5813
d7306fe6
DN
5814 * alloc.c: Do not define struct catchtag.
5815 * eval.c: Move struct catchtag definition ...
5816 * lisp.h: ... here.
5817
5818 * image.c: Move png.h #include earlier to avoid warnings.
5819
5820 * xterm.c:
5821 * xsmfns.c:
5822 * xselect.c:
5823 * xrdb.c:
5824 * xmenu.c:
5825 * xftfont.c:
5826 * xfont.c:
5827 * xfns.c:
5828 * xfaces.c:
5829 * xdisp.c:
5830 * window.c:
5831 * widget.c:
5832 * w32xfns.c:
5833 * w32uniscribe.c:
5834 * w32term.c:
5835 * w32select.c:
5836 * w32reg.c:
5837 * w32proc.c:
5838 * w32menu.c:
5839 * w32inevt.c:
5840 * w32heap.c:
5841 * w32font.c:
5842 * w32fns.c:
5843 * w32console.c:
5844 * w32.c:
5845 * w16select.c:
5846 * vm-limit.c:
5847 * unexsol.c:
5848 * unexec.c:
5849 * unexcw.c:
5850 * unexaix.c:
5851 * undo.c:
5852 * tparam.c:
5853 * textprop.c:
5854 * terminfo.c:
5855 * terminal.c:
5856 * termcap.c:
5857 * term.c:
5858 * syntax.c:
5859 * sound.c:
5860 * sheap.c:
5861 * search.c:
5862 * scroll.c:
5863 * region-cache.c:
5864 * regex.c:
5865 * ralloc.c:
5866 * process.c:
5867 * print.c:
b024548b
DN
5868 * nsterm.m:
5869 * nsselect.m:
5870 * nsmenu.m:
5871 * nsimage.m:
5872 * nsfont.m:
5873 * nsfns.m:
d7306fe6
DN
5874 * msdos.c:
5875 * minibuf.c:
5876 * menu.c:
5877 * marker.c:
5878 * macros.c:
5879 * keymap.c:
5880 * keyboard.c:
5881 * intervals.c:
5882 * insdel.c:
5883 * indent.c:
5884 * gtkutil.c:
5885 * ftxfont.c:
5886 * ftfont.c:
5887 * fringe.c:
5888 * frame.c:
5889 * fontset.c:
5890 * font.c:
5891 * fns.c:
5892 * floatfns.c:
5893 * filelock.c:
5894 * fileio.c:
5895 * emacs.c:
5896 * editfns.c:
5897 * dosfns.c:
5898 * doprnt.c:
5899 * doc.c:
5900 * dispnew.c:
5901 * dired.c:
5902 * dbusbind.c:
5903 * data.c:
5904 * composite.c:
5905 * coding.c:
5906 * cmds.c:
5907 * cm.c:
5908 * chartab.c:
5909 * charset.c:
5910 * character.c:
5911 * ccl.c:
5912 * category.c:
5913 * casetab.c:
5914 * casefiddle.c:
5915 * callproc.c:
5916 * callint.c:
5917 * bytecode.c:
5918 * buffer.c:
5919 * atimer.c: Include setjmp.h. (Bug#4643)
5920
fd5f21e6
SM
59212009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5922
4c0354d7
SM
5923 Remove leftover table unibyte_to_multibyte_table.
5924 * character.c (unibyte_to_multibyte_table): Remove.
5925 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
5926 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
5927 * character.h (UNIBYTE_TO_CHAR): New macro.
5928 (MAKE_CHAR_MULTIBYTE): Use it.
5929 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
5930 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
5931 (message_dolog, set_message_1):
5932 * search.c (Freplace_match):
5933 * editfns.c (Fcompare_buffer_substrings):
5934 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
5935 (concat):
5936 * insdel.c (copy_text, count_size_as_multibyte):
5937 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
5938 * term.c (produce_glyphs):
5939 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
5940 * regex.c (RE_CHAR_TO_MULTIBYTE):
5941 * cmds.c (internal_self_insert):
5942 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
5943
fd5f21e6
SM
5944 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
5945
4418646e
DN
59462009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5947
5948 * puresize.h (BASE_PURESIZE): Increase to 1310000.
5949
35f5c1d2
JB
59502009-10-16 Juanma Barranquero <lekktu@gmail.com>
5951
5952 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
5953
a0cd8f6b
AR
59542009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5955
5956 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
5957 still needed under Tiger.
5958
5959 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
5960
5961 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
5962 __Apple__.
5963
5964 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
5965
01a8d3fa
KH
59662009-10-15 Kenichi Handa <handa@m17n.org>
5967
5968 * print.c (print_object): Escape a symbol like "2E10" too.
5969
bf6c75c9 59702009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
5971
5972 Cleanups and changes for 64-bit compile under Snow Leopard.
5973 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
5974
5975 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
5976
c5959062 5977 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
5978 (ns_findfonts, nsfont_list_family): Use long format in printf, and
5979 cast argument.
5980 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 5981 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
5982
5983 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
5984
5985 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
5986 where appropriate.
5987
5988 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
5989 where appropriate.
6e4780c5
JB
5990 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
5991 Use stringWithUTF8String.
bf6c75c9
AR
5992 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
5993
6e4780c5
JB
5994 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
5995 Add formal protocol mention to inheritance.
bf6c75c9
AR
5996 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
5997
6e4780c5
JB
5998 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
5999 Fix printf format.
bf6c75c9
AR
6000 (ns_query_color): Use CGFloat where appropriate.
6001 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 6002 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
6003 argument.
6004
3d87f118
AR
6005 * config.in (NS_HAVE_NSINTEGER): Drop.
6006
a95c8102
AR
6007 * dbusbind.c (dbus-method-return-internal)
6008 (dbus-method-error-internal): Use long format in printf, and cast
6009 argument.
6010
6011 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
6012 in printf, and cast argument.
6013
6873acca 6014 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
6015 cast argument.
6016
9ec6f100
GM
60172009-10-11 Glenn Morris <rgm@gnu.org>
6018
6019 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
6020
5be883cd
JD
60212009-10-08 Jan Djärv <jan.h.d@swipnet.se>
6022
6023 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
6024 menu bar with a small width so it doesn't enlarge the frame.
6025
d7a39b51
JB
60262009-10-08 Juanma Barranquero <lekktu@gmail.com>
6027
6028 * fontset.c (Fset_fontset_font): Fix typos in error messages.
6029
0c2b6f8e
GM
60302009-10-06 Glenn Morris <rgm@gnu.org>
6031
6032 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
6033 SOME_MACHINE_LISP (this enters indirectly via DOC).
6034
e02131a2
EZ
60352009-10-05 Eli Zaretskii <eliz@gnu.org>
6036
6037 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
6038
b4744254
EZ
60392009-10-04 Eli Zaretskii <eliz@gnu.org>
6040
6041 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
6042 Doc fix.
6043
dbf64827
JB
60442009-10-03 Martin Rudalics <rudalics@gmx.at>
6045
6046 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
6047
e9a0aef8
MA
60482009-10-02 Michael Albinus <michael.albinus@gmx.de>
6049
d528b1ce 6050 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
6051 used anymore outside fileio.c.
6052
6053 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
6054
64eb2b56
JB
60552009-10-01 Juanma Barranquero <lekktu@gmail.com>
6056
6057 * lisp.h (Qdelete_directory_internal):
6058 Declare, instead of Qdelete_directory.
6059
6060 * w32fns.c (Fsystem_move_file_to_trash): Use it.
6061
9d28c33e
SM
60622009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6063
6064 * eval.c (Fcalled_interactively_p): Add `kind' argument.
6065
9d8f3bd9
MA
60662009-10-01 Michael Albinus <michael.albinus@gmx.de>
6067
9d28c33e 6068 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
6069 Fdelete_directory. It is not a command anymore. It has no file
6070 name handler.
6071
9694740b
SM
60722009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 * xdisp.c (get_next_display_element): Use an enum in last change.
6075
748e162f
KH
60762009-09-28 Kenichi Handa <handa@m17n.org>
6077
9694740b 6078 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
6079 unibyte_display_via_language_environment in handling
6080 Vnobreak_char_display.
6081
17efd58d
AR
60822009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6083
6084 * nsterm.h (ns_app_name): New extern variable.
6085
6086 * nsterm.m (ns_app_name): New variable.
6087 (ns_term_init): Set and use it.
6088 (ns_term_shutdown): Use it.
6089
6090 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
6091 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
6092
6093 * nsfns.m (ns_set_name_iconic, ns_set_name)
6094 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
6095 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
6096
9694740b
SM
6097 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
6098 Remove double-casting in client_data comparison.
31c2d412 6099
3208cb35
YM
61002009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6101
6102 * keyboard.c (make_lispy_event): Remember last wheel direction.
6103 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
6104
b7d552d6
GM
61052009-09-26 Glenn Morris <rgm@gnu.org>
6106
6107 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
6108 internal.elc. Add term/pc-win.elc.
6109 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
6110 term/x-win.elc.
6111 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
6112 term/w32-win.elc.
6113 (NS_SUPPORT): New.
6114 (lisp): Add NS_SUPPORT.
6115 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
6116
4ff670a8
DR
61172009-09-25 David Reitter <david.reitter@gmail.com>
6118
6119 * nsmenu.m (EmacsMenu-clear): Recognize application menu
6120 on Mac OS X 10.6+ (bug#4513).
6121
feabfb6c
JB
61222009-09-24 Juanma Barranquero <lekktu@gmail.com>
6123
6124 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
6125 some parts of Emacs code (like font selection) don't grok them.
6126 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 6127
de59072a
AS
61282009-09-24 Andreas Schwab <schwab@redhat.com>
6129
6130 * coding.c (decode_coding_iso_2022): Fix operator precedence.
6131
a489517b
JB
61322009-09-24 Juanma Barranquero <lekktu@gmail.com>
6133
6134 * dired.c (Fdirectory_files): Fix typo in docstring.
6135
0592970c
AR
61362009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6137
6138 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
6139 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
6140 (EmacsScroller-setPosition:portion:whole:): Remove -display call
6141 under GNUstep.
6142 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
6143
6144 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
6145 glyph advancement.
6146
48e8a88b
AR
61472009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
6148
6149 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 6150 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
6151
6152 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
6153 deleted (bug #4492).
6154
e14f0a78
AR
6155 * nsfont.m (Vns_reg_to_script): New lisp variable.
6156 (syms_of_nsfont): Declare it.
6157 (ns_registry_to_script): New function.
6158 (ns_get_req_script): Call it.
6159 (ns_findfonts): Don't give up on non-unicode registry.
6160
6161 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
6162
5b650faa
SM
61632009-09-20 Tom Tromey <tromey@redhat.com>
6164
6165 * eval.c (find_handler_clause): Make stack-trace-on-error work in
6166 batch mode (bug#4228).
6167
a489517b 61682009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
6169
6170 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 6171 carefully. (Bug #4339)
0bae4e09 6172
fcfe06f3
CY
61732009-09-18 Chong Yidong <cyd@stupidchicken.com>
6174
d798ba87 6175 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 6176
31642728
AR
61772009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6178
6179 * emacs.c (inhibit_x_resources): Update doc string for NS.
6180 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 6181 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
6182
6183 * nsterm.h (ns_no_defaults): Remove.
6184
6185 * nsterm.m (ns_no_defaults): Remove.
6186 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
6187 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
6188 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
6189 don't update the NSWindow itself.
6190 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 6191 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
6192
6193 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
6194 ns_use_qd_smoothing.
6195
6196 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
6197 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 6198 (x-close-connection): Drop PSFlush() under OS X.
a489517b 6199 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 6200
8686ac71
JB
62012009-09-17 Juanma Barranquero <lekktu@gmail.com>
6202
6203 * emacs.c (inhibit_x_resources): New variable.
6204 (main) [HAVE_NS]: Don't process --quick command line option.
6205 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
6206
6207 * lisp.h (inhibit_x_resources): Declare it extern.
6208
6209 * w32reg.c (x_get_string_resource):
6210 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
6211
e227ba05
EZ
62122009-09-17 Eli Zaretskii <eliz@gnu.org>
6213
362654a6
JB
6214 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
6215 Add lisp/term/internal.elc.
e227ba05 6216
742d40e8
SM
62172009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6218
6219 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
6220 (bug#4461).
6221
005bd5a2
DN
62222009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6223
6224 * puresize.h (BASE_PURESIZE): Increase to 1290000.
6225
6226 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
6227 (OBJECTS_MACHINE): Remove, unused.
6228
f9af9719
SM
62292009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6230
6231 * frame.c (x_get_resource_string): Remove unused.
6232
0307c7d2
JD
62332009-09-15 Jan Djärv <jan.h.d@swipnet.se>
6234
6235 * xterm.c (x_new_font): Call change_frame_size before calling
6236 x_set_window_size, in case frame size won't change.
6237
6238 * frame.c (x_set_font): Remove dead code.
6239
428b13d6
SM
62402009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6241
6242 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
6243
5766c380
SM
62442009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6245
6246 * lread.c (Fload): Don't output a message after loading an obsolete
6247 package any more (done in Lisp now).
6248
2fd0161b
CY
62492009-09-12 Chong Yidong <cyd@stupidchicken.com>
6250
6251 * fns.c (syms_of_fns): Doc fix (Bug#4227).
6252
bc5e75b6
SM
62532009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6254
6255 * keymap.c (Fwhere_is_internal): Use nconc2.
6256
c31c985e
AM
62572009-09-11 Alan Mackenzie <acm@muc.de>
6258
6259 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
6260 batch mode.
6261
78012bd2
AS
62622009-09-11 Andreas Schwab <schwab@linux-m68k.org>
6263
6264 * xdisp.c (display_mode_element): Detect cycles.
6265
9d889332
SM
62662009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6267
6268 * keymap.c (where_is_internal): Don't erroneously return nil right after
6269 filling the cache.
6270 (where_is_internal_1): Fix up typo.
6271
7ab5d780
GM
62722009-09-11 Glenn Morris <rgm@gnu.org>
6273
6274 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
6275 share a common doc-string.
6276
5238a749
SM
62772009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6278
66d77eda
SM
6279 * keymap.c (get_keymap): Return the actual keymap symbol rather than
6280 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
6281
5238a749
SM
6282 * keymap.c (QCadvertised_binding): New constant.
6283 (syms_of_keymap): Initialize it.
6284 (Fwhere_is_internal): Try and use bindings from :advertised-binding
6285 if applicable.
6286
19f48442
SM
62872009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6288
50d4ba39
SM
6289 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
6290 (parse_menu_item): Streamline since bindings are recomputed all the
6291 time anyway. Don't bother checking Vdefine_key_rebound_commands any
6292 more and don't support lmenu's menu-alias any more either.
6293
a88a5372
SM
6294 * keymap.c (where_is_internal_data): Make noindirect a boolean.
6295 (where_is_internal): Strip it down to only traverse the keymaps.
6296 Move the cache handling from Fwhere_is_internal to here.
6297 (Fwhere_is_internal): Move the handling of remapping and the choice of
6298 the best binding from where_is_internal to here.
6299 Unify the cached/noncached paths, so remapping is also handled
6300 correctly when the cache is used, and so the cache can be used to
6301 speed up remap-handling when applicable.
6302 Give preference to non-remapped bindings.
6303 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
6304 non-remapped bindings.
6305 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
6306 command remapping.
6307
19f48442
SM
6308 * xdisp.c (display_mode_element): Move list length limit from 50 to
6309 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
6310
599498c3 63112009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
6312
6313 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
6314
f9b7b5ac
SM
63152009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6316
a53af587
JB
6317 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
6318 (Bug#4334)
6319
f9b7b5ac
SM
6320 * keymap.c (where_is_internal): Filter out shadowed remappings.
6321 Assume that where_is_internal returns unshadowed bindings to simplify
6322 the code and get rid of the gotos. Use ASIZE.
6323
04f4b72d
JD
63242009-09-04 Jan Djärv <jan.h.d@swipnet.se>
6325
4da146f2
JD
6326 * xterm.c (x_focus_changed): If we get a focusout and pointer
6327 is invisible, make it visible.
6328
04f4b72d
JD
6329 * xterm.h: Remove condition for declaration of
6330 x_*_window_to_frame.
6331
7cef7ce3
SM
63322009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6333
6334 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
6335 initial terminal as well.
6336
a54fa5b7
JD
63372009-09-02 Jan Djärv <jan.h.d@swipnet.se>
6338
6339 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 6340 x_menubar_window_to_frame.
a54fa5b7 6341
50426a04 6342 * xterm.c: Remove declarations also in xterm.h.
a54fa5b7
JD
6343 (XTmouse_position): Do not return valid positions
6344 for clicks in the menubar and the toolbar for Gtk+.
6345
6346 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
6347 if the widget for the event has the same top level as a frame,
6348 return the frame.
6349 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
6350 internal windows, bug #4122.
6351 (x_non_menubar_window_to_frame): Remove.
6352
5a021dd0
GM
63532009-09-02 Glenn Morris <rgm@gnu.org>
6354
6355 * buffer.c (default-major-mode): Move most of the doc from here...
6356 (major-mode): ... to here.
6357
548fe2f3
NR
63582009-08-30 Nick Roberts <nickrob@snap.net.nz>
6359
6360 * process.c (wait_reading_process_output): Keep the descriptor
6361 when pty is used by a non-child process, e.g., in I/O buffer of
6362 GDB this allows inferior to be restarted.
6363
e0840eef
EZ
63642009-08-29 Eli Zaretskii <eliz@gnu.org>
6365
6366 * xdisp.c (redisplay_internal): Remove redundant test and collapse
6367 both branches into one.
6368
82e98df4
SM
63692009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6370
6371 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
6372 (main): Use enable-multibyte-characters rather than
6373 default-enable-multibyte-characters. Output a warning message when
6374 running a unibyte session.
6375
890617cb
YM
63762009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6377
6378 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
6379 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
6380 (copy_data_segment): Also copy __program_vars section.
6381 (copy_dyld_info) [LC_DYLD_INFO]: New function.
6382 (dump_it) [LC_DYLD_INFO]: Use it.
6383
6384 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
6385
e7adeadc
EZ
63862009-08-28 Eli Zaretskii <eliz@gnu.org>
6387
6388 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
6389 $(SRC)/buildobj.h.
6390 (buildobj.h): Renamed from $(SRC)/buildobj.h.
6391 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
6392 $(SRC)/buildobj.h.
6393 (clean): Add buildobj.h.
6394
3ed8bbdc
TZ
63952009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
6396
6397 * print.c (print_object): Set escapeflag to 1 when printing
6398 hashtable keys and values.
6399
155a6764
SM
64002009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 * lread.c (read_integer): Use doubles (and potentially return a float
6403 number) as we do in string-to-number.
6404 (read1): Use strtol to read integers, signal errors on strtol's
6405 overflow and use floats if strtol's output is too large for
6406 Elisp integers.
6407
877610de
EZ
64082009-08-27 Eli Zaretskii <eliz@gnu.org>
6409
6410 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
6411 (make-buildobj-SH): Fix last change.
6412 (SRC): Move to before where it's first used.
6413
ef73e7be
KH
64142009-08-27 Kenichi Handa <handa@m17n.org>
6415
550c8289
KH
6416 * process.c (send_process): Use encode_coding_object instead of
6417 encode_coding_string to perform eol-conversion even if the string
6418 is unibyte.
6419
60afa08d
KH
6420 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
6421 character.
6422
ef73e7be 6423 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 6424 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 6425
7b3a82d7
DN
64262009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6427
5654bf63
DN
6428 * callproc.c (Fcall_process): Remove always true #if.
6429
7b3a82d7
DN
6430 * lisp.h: Replace #if 0 code for checking with text pointing to
6431 the --enable-checking configure flag.
6432
6433 * emacs.c (main): Mention the --enable-profiling configure flag
6434 instead of using CFLAGS.
6435
878bde49
KR
64362009-08-26 Ken Raeburn <raeburn@raeburn.org>
6437
6438 * Makefile.in (buildobj.h): New target.
6439 (doc.o): Depend on it.
6440 (temacs${EXEEXT}): Don't generate buildobj.lst.
6441 (mostlyclean): Delete buildobj.h, not buildobj.lst.
6442 * makefile.w32-in ($(SRC)/buildobj.h): New target.
6443 ($(BLD)/doc.$(O)): Depend on it.
6444 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
6445 provided by Eli Zaretskii.)
6446 ($(TEMACS)): Don't generate buildobj.lst.
6447 * doc.c: Include buildobj.h.
6448 (buildobj): New static variable.
6449 (Fsnarf_documentation): Use it, instead of opening and reading
6450 buildobj.lst.
6451
1574224c
MA
64522009-08-25 Michael Albinus <michael.albinus@gmx.de>
6453
6454 * dbusbind.c (Fdbus_call_method)
6455 (Fdbus_call_method_asynchronously): Use English numeric format for
6456 timeout values in doc string.
6457
d9da2f45
KH
64582009-08-25 Kenichi Handa <handa@m17n.org>
6459
ef73e7be
KH
6460 * alloc.c (mark_char_table): New function.
6461 (mark_object): Use mark_char_table for a char-table.
6462
d9da2f45
KH
6463 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
6464 (CHAR_TABLE_REF): Use it.
6465
c8edcc01
KR
64662009-08-23 Ken Raeburn <raeburn@raeburn.org>
6467
6468 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
6469 before invoking the newly build emacs to check for load-path
6470 shadowing.
6471
7763401b
GM
64722009-08-22 Glenn Morris <rgm@gnu.org>
6473
6474 * Makefile.in (bootstrap_exe): New variable.
6475 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
6476 Use ${bootstrap_exe}.
6477
729eadda
EZ
64782009-08-22 Eli Zaretskii <eliz@gnu.org>
6479
6480 * coding.h (encode_coding_string): Don't encode unibyte strings.
6481 (Bug#4047)
6482
eb4c6ace
MA
64832009-08-22 Michael Albinus <michael.albinus@gmx.de>
6484
6485 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
6486
6487 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
6488 intended as hotfix only.
6489 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
6490
36e34d1b
AR
64912009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
6492
6493 * nsterm.m (ns_get_color): Update documentation properly for last
6494 change, and clean up loose ends in the code left by it. Fix
6495 longstanding bug with 16-bit hex parsing, and add support for
6496 yet another X11 format (rgb:r/g/b) for compatibility.
6497 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
6498 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
6499
f983eb8a
SM
65002009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6501
6502 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
6503
3f56d3c6
MA
65042009-08-20 Michael Albinus <michael.albinus@gmx.de>
6505
6506 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
6507 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
6508 (xd_initialize, xd_pending_messages): Check, whether
6509 $DBUS_SESSION_BUS_ADDRESS is set.
6510
fb641d68
YM
65112009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6512
6513 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
6514
6515 * nsterm.m (ns_get_color): Remove incompatible color formats again.
6516
cf59a374
GM
65172009-08-20 Glenn Morris <rgm@gnu.org>
6518
6519 * emacs.c (system-type): Doc fix.
6520
1373f3be
SM
65212009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
6524 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
6525
058ed861
MA
65262009-08-18 Michael Albinus <michael.albinus@gmx.de>
6527
1373f3be
SM
6528 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
6529 New functions.
058ed861
MA
6530 (xd_initialize): Revert change from 2009-08-16.
6531
563a866e 65322009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
6533
6534 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 6535 font-group vector, return nil.
5fc05db0 6536
e42bdf01
CY
65372009-08-17 Chong Yidong <cyd@stupidchicken.com>
6538
6539 * process.c (status_notify): Don't perform redisplay.
6540 (Fdelete_process, list_processes_1, process_send_signal):
6541 Expliticly perform redisplay.
6542 (wait_reading_process_output): Always check process status, but
6543 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
6544
4230ab74
KR
65452009-08-17 Ken Raeburn <raeburn@raeburn.org>
6546
1373f3be 6547 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
6548 (XFLOAT_INIT): New macro for storing a float value.
6549 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
6550 * fns.c (sxhash): Copy out the value of a float in order to
6551 examine its bytes.
6552 * dbusbind.c (xd_append_arg): Likewise.
6553
4230ab74
KR
6554 * emacs.c (main): Don't call syms_of_data twice.
6555
a0645cdd
MA
65562009-08-16 Michael Albinus <michael.albinus@gmx.de>
6557
6558 * dbusbind.c (xd_initialize): Add connection file descriptor to
6559 input_wait_mask, in order to let select() detect, whether a new
6560 message has been arrived.
ca4f31ea 6561 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 6562
485db0ba
MA
65632009-08-15 Michael Albinus <michael.albinus@gmx.de>
6564
1373f3be
SM
6565 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
6566 New functions.
485db0ba
MA
6567
6568 * lisp.h (xd_pending_messages): Declare.
6569
6570 * keyboard.c (readable_events): Call xd_pending_messages.
6571
b5b98ff4
CY
65722009-08-15 Chong Yidong <cyd@stupidchicken.com>
6573
1373f3be 6574 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 6575
f8354c6e
CY
6576 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
6577
b5b98ff4
CY
6578 * buffer.c (set_buffer_internal_1)
6579 (swap_out_buffer_local_variables): Check for unbound local
6580 variables (Bug#4138).
6581
8b9fc636
EZ
65822009-08-14 Eli Zaretskii <eliz@gnu.org>
6583
6584 * process.c (create_pty): Fix last change.
6585
ce959360
CY
65862009-08-13 Chong Yidong <cyd@stupidchicken.com>
6587
6588 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
6589 (xbm_load_image): Caller changed.
64b807c9 6590 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 6591
c7baf7e9
NR
65922009-08-13 Nick Roberts <nickrob@snap.net.nz>
6593
6594 * process.c (create_pty): New function.
6595 (Fstart_process): Use it to allow Emacs to just associate a pty
6596 with the buffer. See associated change in gdb-mi.el.
6597 (list_processes_1): Deal with no program name.
6598 (start_process_unwind): Use pid == -2 to mean no process.
6599
1ac9108a
SM
66002009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6601
6602 * cmds.c (nonundocount): New global variable.
6603 (keys_of_cmds): Initialize it.
6604 (Fself_insert_command): Use it to combine upto 20 sequential chars
6605 into a single undo entry, just like the Qself_insert_command code in
6606 keyboard.c does.
6607 Call frame_make_pointer_invisible, also like the Qself_insert_command
6608 code in keyboard.c does.
6609 * keyboard.c (command_loop_1): Use the new global nonundocount rather
6610 than its own local replacement for it.
6611
e267324c
KR
66122009-08-10 Ken Raeburn <raeburn@raeburn.org>
6613
1ac9108a 6614 * fns.c (concat): Don't re-set string length to its current value.
77437343 6615
1ac9108a
SM
6616 * coding.h (decode_coding_string, encode_coding_string):
6617 Use SBYTES macro.
f0bed503 6618
1ac9108a 6619 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
6620 (doprnt): Merge with doprnt1, discarding lispstrings code.
6621 * lisp.h (doprnt_lisp): Don't declare.
6622
416e006d
JL
66232009-08-07 Juri Linkov <juri@jurta.org>
6624
6625 * puresize.h (BASE_PURESIZE): Increase to 1270000.
6626
6f7d5780
DN
66272009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6628
6629 * print.c (syms_of_print): Undo previous change.
6630
f19a0f5b
TZ
66312009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
6632
6633 * lread.c (read1, syms_of_lread): Read hashtables back from the
6634 readable format.
6635
6636 * print.c (print_preprocess, print_object): Print hashtables fully
6637 and readably.
6638 (syms_of_print): Provide 'hashtable-print-readable.
6639
b9173dc2
AR
66402009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6641
6642 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
6643 no family set.
6644 (nsfont_open): Handle case when entity has no family.
6645
1586503c
AR
66462009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6647
6648 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
6649 element, not a list, for match case.
6650
087048cd
KH
66512009-07-28 Kenichi Handa <handa@m17n.org>
6652
6653 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
6654 rigidly.
6655
6656 * xfont.c (xfont_list_pattern): Don't ignore the return value of
6657 font_parse_xlfd. Check font properties more rigidly.
6658
780c2506
DN
66592009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6660
31fd7c5c
JB
6661 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
6662 bsd-common.h.
780c2506 6663
a8c0cc18
KH
66642009-07-27 Kenichi Handa <handa@m17n.org>
6665
6666 * xfaces.c (face_with_height): Call font_clear_prop.
6667
4fbe2306
CY
66682009-07-26 Chong Yidong <cyd@stupidchicken.com>
6669
111d9af3
CY
6670 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
6671
6672 * xterm.c (x_term_init): Use Qx.
6673
4fbe2306
CY
6674 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
6675
1ac9108a 6676 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
6677 (ns_get_color): Revert 2009-07-16 change.
6678
beb0b7f9
EZ
66792009-07-25 Eli Zaretskii <eliz@gnu.org>
6680
6681 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 6682 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 6683
2baf5e76
KR
66842009-07-25 Ken Raeburn <raeburn@raeburn.org>
6685
1ac9108a
SM
6686 * coding.h (decode_coding_string, encode_coding_string):
6687 Use SCHARS macro.
8890e5f5 6688
2baf5e76 6689 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 6690 (load_depth): Delete.
2baf5e76
KR
6691 (Qload_in_progress): New variable.
6692 (load_unwind): Don't reference load_depth or load_in_progress.
6693 (Fload): Likewise; specbind Qload_in_progress instead.
6694 (init_lread): Don't initialize load_depth.
6695 (syms_of_lread): Initialize and protect Qload_in_progress.
6696
1395c6f5
AR
66972009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6698
6699 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
6700
4e2f36cf
AR
67012009-07-23 Yavor Doganov <yavor@gnu.org>
6702
6703 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
6704
5dd9a6f7
AR
67052009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6706
6707 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
6708 Bugs 3792, 3720, 2402.
6709 (ns_lookup_indexed_color): Check for bad index.
6710 (ns_index_color): Init unused slot to 0.
6711 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
6712 Bug 3714, possibly 3082.
5dd9a6f7 6713
c902b920
JR
67142009-07-22 Jason Rumney <jasonr@gnu.org>
6715
1ac9108a
SM
6716 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
6717 Position IME window at cursor (Bug#2570).
c902b920
JR
6718 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
6719 (globals_of_w32fns): Dynamically load functions required above.
6720
6721 * w32term.c (w32_draw_window_cursor): Send message to reposition
6722 any IME window.
6723
090101cf
CY
67242009-07-21 Chong Yidong <cyd@stupidchicken.com>
6725
6726 * fileio.c: Revert 2009-07-16 changes.
6727 (Vauto_save_include_big_deletions): New variable.
6728 (Fdo_auto_save): Disable auto-save only if
6729 auto-save-include-big-deletions is nil.
6730
e6583e3d
CY
67312009-07-21 Chong Yidong <cyd@stupidchicken.com>
6732
6733 * xdisp.c (move_it_to): For continued lines ending in a tab, take
6734 the overflowed pixels into account (Bug#3879).
6735
ece435a5
KR
67362009-07-21 Ken Raeburn <raeburn@raeburn.org>
6737
6738 * lread.c (load_depth): New variable.
6739 (Fload, load_unwind, init_lread): Set it to the load recursion
6740 depth; set load_in_progress as a simple boolean based on the
6741 current load_depth. (Bug#3892)
6742
40b2d973
AR
67432009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6744
6745 * nsfont.m (ns_has_attribute): Remove.
6746 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
6747
10be7e0d
JL
67482009-07-18 Juri Linkov <juri@jurta.org>
6749
6750 * process.c (Fset_process_query_on_exit_flag): Mention killing
6751 a buffer in docstring.
6752
fa055055
KH
67532009-07-17 Kenichi Handa <handa@m17n.org>
6754
6755 * casetab.c (shuffle): Fix the logic of setting up the cycle.
6756
042f7b69
YM
67572009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6758
6759 * nsfns.m (Fns_set_alpha): Remove function.
6760 (syms_of_nsfns): Don't defsubr it.
6761
6762 * nsterm.m (ns_get_color): Remove incompatible color formats.
6763 (ns_color_to_lisp): Generate #rrggbb color format string.
6764
4be941e3
RS
67652009-07-16 Richard Stallman <rms@gnu.org>
6766
6767 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
6768 (Fset_buffer_auto_saved): Handle save_length = -2.
6769
4e6b227d
CY
67702009-07-16 Chong Yidong <cyd@stupidchicken.com>
6771
6772 * xterm.c (Qx_gtk_map_stock): New var.
6773
6774 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
6775 of calling intern each time.
6776
a1856973
YM
67772009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6778
6779 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
6780 does tiling.
6781
6782 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
6783
497e54d8
KH
67842009-07-14 Kenichi Handa <handa@m17n.org>
6785
72d36834
KH
6786 * font.c (font_vconcat_entity_vectors): New function.
6787 (struct font_sort_data): New member font_driver_preference.
6788 (font_compare): Check font_driver_preference.
6789 (font_sort_entities): The format of the first argument changed.
6790 (font_delete_unmatched): Likewise.
6791 (font_list_entities): The return type changed.
6792 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
6793 (font_find_for_lface): Adjuste for the above changes.
6794 Don't suppress the checking of C even if the repertory supports it.
6795 (Flist_fonts): Adjust for the above changes.
72d36834 6796
1ac9108a
SM
6797 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
6798 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
6799 Reject a font who has adstyle property that is different from a
6800 langname derived from registry property.
1ac9108a 6801 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 6802
b6046155
EZ
68032009-07-13 Eli Zaretskii <eliz@gnu.org>
6804
6805 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
6806 local copy of dirfilename.
6807
fb6b6049
KH
68082009-07-13 Kenichi Handa <handa@m17n.org>
6809
e2402a5e
KH
6810 * chartab.c (sub_char_table_ref_and_range): Fix the range check
6811 against max_char.
6812
fb6b6049
KH
6813 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
6814 calling XSYMBOL (sym).
6815
65156807
EZ
68162009-07-11 Eli Zaretskii <eliz@gnu.org>
6817
1ac9108a
SM
6818 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
6819 New function.
6820 (directory_files_internal) [WINDOWSNT]:
6821 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
6822 the filesystem of the directory is fast or slow.
6823
6824 * w32.c (logon_network_drive): Don't assume PATH is an absolute
6825 file name.
6826 (is_slow_fs): New function.
6827 (stat): Use it to determine whether to issue more system calls to
6828 get accurate file attributes, when w32-get-true-file-attributes is
6829 `local'.
6830
e0ab5fcf
JD
68312009-07-10 Jan Djärv <jan.h.d@swipnet.se>
6832
6833 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 6834 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
6835 parameter font-parameter as default to the font dialog.
6836
784ceded
KH
68372009-07-10 Kenichi Handa <handa@m17n.org>
6838
6839 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
6840
fb8edc0b
EZ
68412009-07-09 Eli Zaretskii <eliz@gnu.org>
6842
1ac9108a 6843 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 6844
fb8edc0b
EZ
6845 * w32.c (stat): Treat UNC file names as residing on remote
6846 drives. (Bug#3542)
6847
635c75b1
KH
68482009-07-09 Kenichi Handa <handa@m17n.org>
6849
6850 * fontset.c (fontset_find_font): Fix previous change.
6851
c1d5ce94
MA
68522009-07-08 Michael Albinus <michael.albinus@gmx.de>
6853
6854 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
6855 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
6856 error flag.
6857
edb61b39
KH
68582009-07-08 Kenichi Handa <handa@m17n.org>
6859
374bf7e4
KH
6860 * fontset.c (fontset_find_font): Fix the logic of handling
6861 charset_matched.
6862 (font_for_char): Delete unused var.
6863 (generate_ascii_font_name): Delete it.
6864
edb61b39
KH
6865 * coding.h (JIS_TO_SJIS2): Fix the code range check.
6866
6867 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
6868 (encode_coding_sjis): Fix the code range check.
6869
0f3f018c
CY
68702009-07-07 Chong Yidong <cyd@stupidchicken.com>
6871
6872 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
6873 (Fexpand_file_name): Copy string data properly (Bug#3772).
6874
fcaf6f3a
JD
68752009-07-07 Jan Djärv <jan.h.d@swipnet.se>
6876
6877 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
6878 first MapNotify.
6879
6809ca75
KH
68802009-07-07 Kenichi Handa <handa@m17n.org>
6881
6882 * character.h (unibyte_has_multibyte_table): Delete extern.
6883 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
6884
6885 * charset.c (Fset_charset_priority): Update charset_unibyte.
6886 (syms_of_charset): Initialize charset_unibyte.
6887
6888 * character.c (unibyte_has_multibyte_table): Delete it.
6889 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
6890 charset_unibyte.
6891 (multibyte_char_to_unibyte_safe): Likewise.
6892 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
6893
1ac9108a 6894 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
6895 (x_produce_glyphs): Likewise.
6896
6897 * .gdbinit (xcharset): Fix the treating $arg0.
6898
ad9e2d54
EZ
68992009-07-04 Eli Zaretskii <eliz@gnu.org>
6900
6901 Emulation of `getloadavg' on MS-Windows.
50426a04 6902 * w32.c: Include float.h.
ad9e2d54
EZ
6903 (g_b_init_get_native_system_info, g_b_init_get_system_times)
6904 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
6905 (get_native_system_info, get_system_times): New functions.
6906 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
6907 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
6908 (globals_of_w32): Initialize g_b_init_get_native_system_info,
6909 g_b_init_get_system_times, and num_of_processors.
6910
0a3472c7
JR
69112009-07-03 Jason Rumney <jasonr@gnu.org>
6912
6913 * w32term.c (w32_initialize): Use standard types.
6914
80904120
EZ
69152009-07-03 Eli Zaretskii <eliz@gnu.org>
6916
6917 * dired.c (Ffile_attributes): Decode user and group names by the
6918 locale's encoding. (Bug#3443)
6919
6978862d
DN
69202009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6921
f8d23104
DN
6922 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
6923 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
6924
6925 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
6926
6927 * term.c (init_tty): Remove spurious #ifdef.
6928
6978862d
DN
6929 * m/mips.h: Mention this file is also used for netbsd.
6930 * m/pmax.h: Remove file.
6931
e044e4fc
JD
69322009-07-03 Jan Djärv <jan.h.d@swipnet.se>
6933
6934 * xterm.h (struct x_display_info): Add invisible_cursor.
6935 (struct x_output): Add current_cursor.
6936
6937 * xterm.c (XTtoggle_invisible_pointer): New function.
6938 (x_define_frame_cursor): Don't define cursor if invisible or the
6939 same as before. Set current_cursor.
6940 (x_create_terminal): Set toggle_invisible_pointer_hook.
6941
6942 * xfns.c (make_invisible_cursor): New function.
6943 (x_set_mouse_color): Call make_invisible_cursor.
6944 Set current_cursor.
6945 (x_window): Set current_cursor.
6946
6947 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
6948
6949 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
6950 inserting a character.
6951 (read_avail_input): Call frame_make_pointer_visible.
6952
6953 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
6954 (frame_make_pointer_invisible, frame_make_pointer_visible):
6955 New functions.
e044e4fc
JD
6956 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
6957
6958 * frame.h: Declare frame_make_pointer_invisible and
6959 frame_make_pointer_visible.
6960 (struct frame): Add pointer_invisible.
6961
574c8efa
JD
69622009-07-02 Jan Djärv <jan.h.d@swipnet.se>
6963
7b507248
JD
6964 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
6965 frame isn't visible.
6966 (xg_frame_resized): If width/height is -1, get size of window
6967 from X server.
6968
6969 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
6970 for MapNotify.
6971
835bdaa7 6972 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 6973 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 6974 (flush_and_sync): Reintroduce.
574c8efa 6975
3f1c6666 69762009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 6977
31fd7c5c 6978 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
6979
6980 * xterm.c (x_handle_net_wm_state): Also look for sticky.
6981 (x_term_init): Initialize Xatom_net_wm_state_sticky.
6982
6983 * frame.h: Declare Qsticky.
6984
cad9ef74
JD
6985 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
6986
6987 * nsfns.m (ns_frame_parm_handlers): Ditto.
6988
6989 * frame.c: Declare Qsticky.
6990 (frame_parms): Add sticky.
6991
6992 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
6993
6994 * xterm.h: Declare x_set_sticky.
6995
6996 * xterm.c (x_set_sticky): New function.
6997
69b16610
JD
6998 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
6999 (xg_tool_bar_menu_proxy): Attach enter/leave events to
7000 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
7001
7002 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
7003
7004 * frame.c: Qmaximized is new.
7005 (x_set_frame_parameters): Do not handle fullscreen specially.
7006 Only set width and height if explicitly set.
7007 (x_set_fullscreen): Handle Qmaximized.
7008 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
7009 (syms_of_frame): Initialize Qmaximized.
7010
1ac9108a
SM
7011 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
7012 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
7013
7014 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
7015 for Expose event. Add call to x_check_fullscreen for MapNotify event.
7016 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
7017 set gravity to NorthWestGravity when USE_GTK.
7018 (set_wm_state): New function.
31fd7c5c 7019 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
7020 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
7021 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 7022 or the case when no window manager is running. That means remove calls
3f1c6666
JD
7023 to x_real_positions and x_fullscreen_adjust.
7024
7025 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
7026 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
7027 flush_and_sync.
7028 (xg_height_changed): New function.
7029 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
7030 and gtk_window_set_policy. Set frame gravity after parsing the
7031 geometry string.
3f1c6666
JD
7032 (xg_update_frame_menubar, free_frame_menubar)
7033 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
7034 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
7035 Remove calls to xg_frame_set_char_size.
7036
fd503d99
KH
70372009-07-01 Kenichi Handa <handa@m17n.org>
7038
7039 * keyboard.c (decode_keyboard_code): New function.
7040 (tty_read_avail_input): Decode the input bytes if necessary.
7041
1ac9108a
SM
7042 * coding.c (setup_coding_system):
7043 Initialize coding->carryover_bytes to 0.
fd503d99
KH
7044 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
7045 use Qno_conversion.
7046
24ed93fb
YM
70472009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7048
7049 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
7050
99061dfc
CY
70512009-06-30 Chong Yidong <cyd@stupidchicken.com>
7052
1ac9108a 7053 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 7054
ff90fbde
JR
70552009-06-30 Jason Rumney <jasonr@gnu.org>
7056
7057 * w32term.c (w32_initialize): Use GetModuleHandle for library that
7058 is already loaded.
7059 Set user model ID if supported (bug#1849).
7060
5f445726
JM
70612009-06-29 Jim Meyering <meyering@redhat.com>
7062
7063 Remove useless if-before-xfree test.
7064 * nsfont.m (nsfont_close): Remove useless test.
7065 * term.c (delete_tty): Likewise.
7066 * w32.c (system_process_attributes): Likewise.
7067 * w32font.c (w32font_close): Likewise.
7068 * xfaces.c (x_free_gc): Likewise.
7069 * xselect.c (buffer): Likewise.
7070
b9607587
AS
70712009-06-28 Andreas Schwab <schwab@linux-m68k.org>
7072
7073 * process.c (send_process): Keep decoded string in a local
7074 variable and protect it from GC. (Bug#3521)
7075
89ba96f4
EZ
70762009-06-28 Eli Zaretskii <eliz@gnu.org>
7077
7078 * term.c (create_tty_output) [MSDOS]: #ifdef away.
7079 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
7080
098a1589
CY
70812009-06-28 Chong Yidong <cyd@stupidchicken.com>
7082
485422be
CY
7083 * xdisp.c (start_display, handle_face_prop)
7084 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
7085 (redisplay_window, try_window_id, produce_image_glyph):
7086 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 7087
098a1589
CY
7088 * xterm.c (x_update_window_begin, x_new_focus_frame)
7089 (x_scroll_bar_handle_click, handle_one_xevent)
7090 (handle_one_xevent, XTread_socket, x_focus_on_frame)
7091 (x_make_frame_visible, x_make_frame_invisible)
7092 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
7093 code chunks that are now obsolete.
7094
78c38319
MA
70952009-06-28 Michael Albinus <michael.albinus@gmx.de>
7096
7097 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
7098 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
7099 for hours, when optimzation is enabled.
7100 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
7101 (xd_read_message): Make them static.
7102
4189ed40
CY
71032009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
7104
7105 * term.c (turn_on_face): Allow simultaneously bold and dim
7106 terminal faces (Bug#3530).
7107
cd9b5e16
CY
71082009-06-27 Chong Yidong <cyd@stupidchicken.com>
7109
4e23bedb
CY
7110 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
7111
cd9b5e16
CY
7112 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
7113 truncation glyphs (Bug#3686).
7114
07cc3c35
GM
71152009-06-27 Glenn Morris <rgm@gnu.org>
7116
7117 * m/pmax.h: Restore file, with only netbsd portions.
7118
31fd7c5c 71192009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 7120
cd9b5e16 7121 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 7122
42d4a64f
KH
71232009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
7124
7125 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
7126 the arg FORCE_SYMBOL.
7127
930fe55b 71282009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
7129
7130 * fontset.c (fontset_find_font): When a usable rfont_def is found
7131 in a fallback font-group, make it the first element of the group.
7132
57ebc3fd
CY
71332009-06-24 Chong Yidong <cyd@stupidchicken.com>
7134
7135 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
7136
f084f942
KH
71372009-06-24 Kenichi Handa <handa@m17n.org>
7138
7139 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
7140 set for C.
7141 (fontset_font): Record the availability of a font for C both in
7142 the realized fontsets of the current one and the default one.
7143
2f686c87
DN
71442009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7145
7146 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
7147 conditional, it is always defined on AIX.
7148
666e158e
MB
71492009-06-23 Miles Bader <miles@gnu.org>
7150
7151 * window.c (Vrecenter_redisplay): New variable.
7152 (syms_of_window): Initialize it.
7153 (Qtty): New extern declaration.
7154 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
7155
c6da7cd2
JM
71562009-06-23 Jim Meyering <meyering@redhat.com>
7157
1ac9108a
SM
7158 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
7159 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 7160 pointer dereferences are guaranteed to be valid.
c6da7cd2 7161
678dca3d
KH
71622009-06-23 Kenichi Handa <handa@m17n.org>
7163
74d75424
KH
7164 * emacs.c (main): Call init_font ().
7165
7166 * font.h (Vfont_log): Extern it.
7167 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
7168
7169 * font.c (font_sort_entities, font_list_entities)
7170 (font_matching_entity, font_open_entity)
7171 (font_close_object): Change font_add_log to FONT_ADD_LOG.
7172 (Vfont_log): Delete static.
7173 (font_log_env_checked): Delete this variable.
7174 (font_add_log): Don't check font_log_env_checked.
7175 (font_deferred_log): Check Vfont_log.
7176 (init_font): New function.
7177
678dca3d
KH
7178 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
7179
7180 * w32font.c: Change font_add_log to FONT_ADD_LOG.
7181
7182 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
7183
7184 * xfont.c: Change font_add_log to FONT_ADD_LOG.
7185
7186 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
7187 (face_for_char): Don't call font_deferred_log here.
7188 (font_for_char): Likewise.
7189
8a668709
CY
71902009-06-22 Chong Yidong <cyd@stupidchicken.com>
7191
9a01ee33
CY
7192 * w32term.c (x_draw_glyph_string): Use the glyph string's width
7193 rather than its background_width for drawing the overline and
7194 underline (Bug#489).
7195
7196 * xterm.c (x_draw_glyph_string): Use the glyph string's width
7197 rather than its background_width for drawing the overline and
7198 underline (Bug#489).
ec7c9926
CY
7199 (xg_default_icon_file): New variable.
7200 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
7201 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 7202
8a668709
CY
7203 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
7204 (load_overlay_strings): Remove externs.
7205 (fast_find_position): Function deleted.
7206 (mouse_face_from_buffer_pos): New function, based on
7207 fast_find_position. Correctly handle before-strings,
7208 display-strings, and after-strings (Bug#1220).
7209 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
7210
4d4c02d8
CY
72112009-06-21 Chong Yidong <cyd@stupidchicken.com>
7212
1ac9108a 7213 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
7214 (move_it_in_display_line_to, move_it_in_display_line_to)
7215 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
7216
70243478
CY
72172009-06-21 Chong Yidong <cyd@stupidchicken.com>
7218
7219 * Branch for 23.1.
7220
13087e59
JR
72212009-06-21 Jason Rumney <jasonr@gnu.org>
7222
7223 * w32term.c (keyboard_codepage): New static variable.
7224 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
7225 (w32_read_socket) [WM_CHAR]: Use it to decode character
7226 input (bug#3237).
7227 (w32_initialize): Initialize it.
7228 (codepage_for_locale): New function.
7229
4735b74e
KR
72302009-06-20 Ken Raeburn <raeburn@raeburn.org>
7231
7232 * process.c (status_message): Pass Faset index argument as a lisp
7233 object, so as to work with USE_LISP_UNION_TYPE.
7234
0e727afa
YM
72352009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7236
7237 * coding.c (Ffind_coding_systems_region_internal):
7238 Cache checked characters.
7239
cf299835
KH
72402009-06-18 Kenichi Handa <handa@m17n.org>
7241
1ac9108a 7242 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 7243
90f20d94
AS
72442009-06-18 Andreas Schwab <aschwab@redhat.com>
7245
7246 * xdisp.c (redisplay_internal): Check that the frame is still
7247 live after redisplay of its windows.
7248 (redisplay_windows): Check that the window is still live.
7249
7f1faf1c
KH
72502009-06-17 Andreas Schwab <schwab@linux-m68k.org>
7251
7252 * coding.c (detect_coding_utf_16): Fix previous change.
7253
cc13543e
KH
72542009-06-16 Kenichi Handa <handa@m17n.org>
7255
7256 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
7257 UTF-16 by checking the dispersion of Eth and Oth bytes.
7258
977b85f4
AS
72592009-06-15 Andreas Schwab <schwab@linux-m68k.org>
7260
7261 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
7262
66bd43d1
KH
72632009-06-15 Kenichi Handa <handa@m17n.org>
7264
7265 * process.c (status_message): Fix previous change. Be sure to
7266 decode a localized string.
7267
cb5ca9c5
YM
72682009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7269
7270 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
7271 add comment explaining why.
7272
ec7709ba 72732009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 7274
ec7709ba 7275 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 7276
4b7f335c
AR
72772009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
7278
7279 * nsfont.m (ns_attribute_value): Remove.
7280 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
7281 (ns_has_attribute): Shrink the normal range.
7282 (ns_findfonts): Don't worry about requested spec in determining
7283 need for synthItal.
e41820ee 7284 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 7285
73b26103
SZ
72862009-06-14 Seiji Zenitani <zenitani@mac.com>
7287
7288 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
7289
5753e4da
KH
72902009-06-11 Kenichi Handa <handa@m17n.org>
7291
7292 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
7293 overhang for the static composition case.
7294
3561b671
KH
72952009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7296
5753e4da
KH
7297 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
7298 overhang for the automatic composition case.
7299
3561b671
KH
7300 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
7301 composition case.
7302
852bbd41
CY
73032009-06-10 Chong Yidong <cyd@stupidchicken.com>
7304
7305 * xdisp.c (get_next_display_element): When handling wrap-prefix
7306 and line-prefix, treat \n as a control character (bug#3502).
7307
9903d1e6
KH
73082009-06-10 Kenichi Handa <handa@m17n.org>
7309
7310 * font.c (font_parse_family_registry): Fix for one-char foundry.
7311 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
7312
0bcbaaaa
CY
73132009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
7314
7315 * process.c (status_message): Fix handling of multibyte signal
7316 string (Bug#3499).
7317
40aa3f13
JM
73182009-06-09 Jim Meyering <meyering@redhat.com>
7319
1f80c7e2
CY
7320 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
7321 color name is missing.
40aa3f13 7322
72d51285
KH
73232009-06-09 Kenichi Handa <handa@m17n.org>
7324
7325 * charset.c (Fmap_charset_chars): In docstring, state clearly that
7326 FROM-CODE and TO-CODE are codepoints of CHARSET.
7327
c1d04d84
AR
73282009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
7329
7330 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
7331
73322009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
7333
7334 Changes to support :script/:lang/:otf in NS font driver.
7335 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
7336 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
7337 indicate not part of font driver interface, and change callers.
7338 (ns_get_family): Remove pointless null check.
7339 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
7340 ns_spec_to_descriptor, ns_descriptor_to_entity.
7341 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
7342 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
7343 (ns_spec_to_descriptor, ns_descriptor_to_entity)
7344 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
7345 (ns_get_req_script, ns_accumulate_script_ranges)
7346 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
7347 New functions.
7348 (nsfont_list, nsfont_match): Use ns_findfonts.
7349 (nsfont_open): Use font descriptor instead of traits.
7350 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
7351 (dump_glyphstring): Rename to ns_dump_glyphstring.
7352
c7eb9816
AR
7353 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
7354
c1d04d84
AR
7355 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
7356
7357 * fontset.c (fontset_from_font): Remove NS-specific code.
7358
ec7709ba 73592009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
7360
7361 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
7362 nonactive windows.
7363
31fd7c5c 73642009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 7365
1ac9108a 7366 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 7367
68852c13 73682009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
7369
7370 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
7371
6756cd1d
CY
73722009-06-07 Chong Yidong <cyd@stupidchicken.com>
7373
7374 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
7375 account for the overflowing of newlines into the last glyph on the
7376 display line (Bug#3482).
7377
28bf482a
DR
73782009-06-05 David Reitter <david.reitter@gmail.com>
7379
ec7709ba
JB
7380 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
7381 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
7382 Fns_selection_exists_p, Fns_selection_owner_p.
7383
fdb55376
JR
73842009-06-03 Jason Rumney <jasonr@gnu.org>
7385
7386 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
7387 available. (Bug#3379)
7388
05129fbe
KH
73892009-05-29 Kenichi Handa <handa@m17n.org>
7390
1ac9108a
SM
7391 * coding.c (get_translation_table):
7392 Check Venable_character_translation.
05129fbe 7393
ec7709ba 73942009-05-26 David Reitter <david.reitter@gmail.com>
15891144 7395
ec7709ba
JB
7396 * nsterm.m (ns_raise_frame): Only raise frame if visible.
7397 (x_make_frame_visible): Move frame to front rather than calling
15891144 7398 ns_raise_frame().
ec7709ba 7399 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 7400 isn't key window.
ec7709ba 7401 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
7402 drawRect may be called by NSView even if the frame is hidden.
7403
ec7709ba
JB
7404 * nsfns.m (Fx_create_frame): Follow other ports in
7405 determining visibility; default to t. Ensure async_visible is set.
15891144 7406
21f73755
EZ
74072009-05-23 Eli Zaretskii <eliz@gnu.org>
7408
7409 * dired.c (Ffile_attributes): Doc fix.
7410
34001e41
CY
74112009-05-22 Chong Yidong <cyd@stupidchicken.com>
7412
7413 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
7414
46306a17
SM
74152009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7416
7417 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
7418 and xfont_scratch_props.
7419 (syms_of_xfont): Do it here instead.
7420 (xfont_find_ccl_program): Delete, unused.
7421 (xfont_open): Delete unused var `i'.
7422
ef6e0694
KH
74232009-05-21 Kenichi Handa <handa@m17n.org>
7424
7425 * fontset.c (Qlatin): Don't make it static.
7426
46306a17
SM
7427 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
7428 New functions.
ef6e0694
KH
7429 (xfont_scripts_cache, xfont_scratch_props): New variables.
7430 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
7431 (xfont_list_pattern): Argument changed. Callers changed.
7432 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
7433 (xfont_list): Don't reject a font spec with :script property.
7434 (xfont_has_char): Fix setting of encoding.
7435 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
7436 xfont_scratch_props.
7437
74382009-05-19 Kenichi Handa <handa@m17n.org>
7439
46306a17 7440 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
7441 Callers changed.
7442
74432009-05-18 Kenichi Handa <handa@m17n.org>
7444
7445 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
7446
ac71ced7
SM
74472009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7448
7449 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
7450 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
7451
1c6d1051
YM
74522009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7453
7454 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
7455 (x_delete_terminal): Dissociate resource database from display and
7456 then call XrmDestroyDatabase before closing display.
7457
9b9b779c
AR
74582009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7459
7460 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
7461 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
7462 whether selected frame is viable before raising it (based on patch
7463 by David Reitter), and improve commentary.
7464 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 7465
cccd42d5
KH
74662009-05-15 Kenichi Handa <handa@m17n.org>
7467
7468 * font.c (Ffont_spec): Check arguments.
7469
337fbd17
CY
74702009-05-14 Chong Yidong <cyd@stupidchicken.com>
7471
7472 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
7473 weight when testing attributes (Bug#3282).
7474
47a6002f
JD
74752009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7476
7477 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
7478 what we expect to get in the next ConfigureNotify event.
7479
9cb363db
YM
7480 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
7481 before Xft one (Bug#1696).
7482
b9126609
CY
74832009-05-07 David Reitter <david.reitter@gmail.com>
7484
7485 * nsfns.m (Fx_display_planes): Compute bitplanes using
7486 NSBitsPerPixelFromDepth (Bug#3207).
7487
27a69fd9
CY
74882009-05-10 Chong Yidong <cyd@stupidchicken.com>
7489
7490 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
7491
00f37552
TTN
74922009-05-10 Ulrich Mueller <ulm@gentoo.org>
7493
7494 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
7495
2d82a920
DR
74962009-05-07 David Reitter <david.reitter@gmail.com>
7497
ec7709ba
JB
7498 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
7499 Respect mouse face background.
2d82a920 7500
46b0d52d
DR
75012009-05-07 David Reitter <david.reitter@gmail.com>
7502
ec7709ba
JB
7503 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
7504 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
7505 in ns_update_begin and ns_update_end.
7506
ce1b23bb
SM
75072009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7508
5996e1b7
SM
7509 * nsfns.m (ns_get_screen): Rewrite.
7510 Don't presume selected-frame is of type `ns'.
7511
ba98e3a0
SM
7512 * font.c (font_update_drivers): Sanity fallback to avoid disabling
7513 all drivers.
7514
ce1b23bb
SM
7515 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
7516
bcda200f
YM
75172009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7518
7519 * keyboard.h (add_user_signal): Fix typo in extern.
7520
7521 * lisp.h (add_user_signal): Remove extern.
7522
7523 * unexelf.c (unexec): Consider a section to precede the .bss section
7524 if its addresses overlap that of .bss.
7525 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
7526 instead of dumping process.
7527
864660a2
SM
75282009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7529
7530 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
7531
50da4e56
SM
75322009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7533
7534 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
7535
51520a1a
DN
75362009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
7537
7538 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
7539 any statements.
7540
409ea3a1
AS
75412009-05-02 Andreas Schwab <schwab@linux-m68k.org>
7542
59c4c60f
AS
7543 * process.c (read_process_output): Make sure the current buffer is
7544 always restored.
7545
409ea3a1
AS
7546 * coding.c (record_conversion_result): Don't modify
7547 Vlast_code_conversion_error for successful result.
7548 (alloc_destination): Don't clobber conversion result. (Bug#1650)
7549
56f00ed2
KH
75502009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7551
7552 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 7553 (load_charset_map): Remove unnecessary code.
56f00ed2 7554
4491c9d2
DR
75552009-04-30 David Reitter <david.reitter@gmail.com>
7556
35f5b128 7557 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
7558 through f24.
7559
6970f632
CY
75602009-04-30 Chong Yidong <cyd@stupidchicken.com>
7561
7562 * xfaces.c (face_at_buffer_position): New arg base_face_id.
7563
7564 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
7565 face_at_buffer_position.
7566 (face_before_or_after_it_pos, get_next_display_element)
7567 (note_mouse_highlight): Update face_at_buffer_position call.
7568
7569 * term.c (term_mouse_highlight):
7570 * msdos.c (IT_note_mouse_highlight):
7571 * fontset.c (Finternal_char_font):
35f5b128 7572 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
7573
7574 * dispextern.h (face_at_buffer_position): Update prototype.
7575
0c616f63
KH
75762009-04-30 Kenichi Handa <handa@m17n.org>
7577
35f5b128 7578 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 7579
ad3aaf33
AS
75802009-04-29 Andreas Schwab <schwab@linux-m68k.org>
7581
7582 * callproc.c (Fcall_process): Fix GC protection. Make sure
7583 current buffer is always restored.
7584
c3c963a0
YM
75852009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7586
7587 * atimer.c (init_atimer): Also clear stopped_atimers.
7588
7589 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
7590
7e3386cb
YM
7591 * process.c (create_process): Clean up merger residues of
7592 2008-07-17 change.
7593
91f68422
CY
75942009-04-29 Ulrich Mueller <ulm@gentoo.org>
7595
7596 * lread.c (Vread_circle): New variable.
7597 (read1): Disable recursive read if Vread_circle is nil.
7598
24b34550
KH
75992009-04-29 Kenichi Handa <handa@m17n.org>
7600
7601 * fontset.h (set_default_ascii_font): Delete extern.
7602
7603 * fontset.c (set_default_ascii_font): Delete this unused function.
7604
7605 * frame.c (x_set_font): When ARG is a font-object, check if the
7606 font-object matches with the ASCII font-spec of the frame's
9c358bda 7607 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 7608
77bf07e1
AS
76092009-04-28 Andreas Schwab <schwab@linux-m68k.org>
7610
7611 * fns.c (Flocale_info): Protect vector from GC during decoding.
7612
7613 * process.c (Fstart_process): Protect argv strings from GC during
7614 encoding.
7615
2c55aacf
AS
76162009-04-27 Andreas Schwab <schwab@linux-m68k.org>
7617
7618 * sysdep.c: Include <ctype.h>.
7619
b892d3c9
DR
76202009-04-27 David Reitter <david.reitter@gmail.com>
7621
35f5b128 7622 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
7623 Remove commented-out code.
7624
9d0644c4
JB
76252009-04-26 Johan Bockgård <bojohan@gnu.org>
7626
7627 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
7628
b7053016
JR
76292009-04-25 Jason Rumney <jasonr@gnu.org>
7630
7631 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
7632
4e8231f3
YM
76332009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7634
7635 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
7636 Swap bytes in short integer if fringe bitmap width > 8.
7637
493dcf2c
KH
76382009-04-23 Kenichi Handa <handa@m17n.org>
7639
7640 * xfaces.c (Fx_list_fonts): If a font size is specified in
7641 PATTERN, set it in returned scalable fonts.
7642
401e9e57
CY
76432009-04-22 Chong Yidong <cyd@stupidchicken.com>
7644
708e05dc
CY
7645 * keyboard.c (Fset_input_meta_mode): Doc fix.
7646
7647 * dispnew.c (Fsend_string_to_terminal): Doc fix.
7648
1ac9108a 7649 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
7650
7651 * coding.c (Fterminal_coding_system): Doc fix.
7652
7653 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
7654 (Fx_display_pixel_height, Fx_display_planes)
7655 (Fx_display_color_cells, Fx_server_max_request_size)
7656 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
7657 (Fx_display_mm_height, Fx_display_mm_width)
7658 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
7659 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
7660 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
7661 (check_x_display_info): Handle terminal objects instead of
7662 terminal ids.
7663
401e9e57
CY
7664 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
7665 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
7666 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
7667 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 7668
df80c7f0
KH
76692009-04-21 Kenichi Handa <handa@m17n.org>
7670
5a8f12af 7671 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 7672 (font_score): Check AVGWIDTH too.
908567ef 7673
df80c7f0
KH
7674 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
7675 worst case.
1ac9108a
SM
7676 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
7677 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 7678
705af33f
JR
76792009-04-19 Jason Rumney <jasonr@gnu.org>
7680
7681 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 7682 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
7683
7684 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
7685 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
7686 get_phys_cursor_geometry.
7687
b71ac3dd 7688 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
7689 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
7690 using get_phys_cursor_geometry.
7691
7692 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
7693 correctly calculated.
7694
dc2933eb
JD
76952009-04-19 Jan Djärv <jan.h.d@swipnet.se>
7696
1ac9108a
SM
7697 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
7698 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
7699 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
7700 is deprecated.
7701
973e7849
AS
77022009-04-18 Andreas Schwab <schwab@linux-m68k.org>
7703
7704 * font.c (font_put_frame_data): Use xfree instead of free.
7705
314d66f4
JB
77062009-04-17 Juanma Barranquero <lekktu@gmail.com>
7707
7708 * w32font.c (Qja, Qko): Remove declarations.
7709 (syms_of_w32font): Don't DEFSYM them.
7710
cf702558
CY
77112009-04-17 Chong Yidong <cyd@stupidchicken.com>
7712
7713 * font.c (Qja, Qko): Move definitions here from ftfont.c.
7714
7715 * font.h (Qja, Qko): Extern them.
7716
7717 * ftfont.c (Qja, Qko): Remove declarations.
7718
7719 * xfont.c (Qja, Qko): Remove declarations.
7720
b50504f5
KH
77212009-04-17 Kenichi Handa <handa@m17n.org>
7722
bde25748
KH
7723 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
7724 string from a vector to handle Latin-1 characters correctly.
7725
b50504f5
KH
7726 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
7727 entity even if the cache hits.
7728
f4646fff
AS
77292009-04-16 Andreas Schwab <schwab@linux-m68k.org>
7730
7731 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 7732 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 7733
e7deaab0
AS
7734 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
7735 * lisp.h: Adjust prototypes.
7736
0a0e7d49
CY
77372009-04-16 Chong Yidong <cyd@stupidchicken.com>
7738
7739 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
7740 change (Bug#3003).
7741
3c908a57
KH
77422009-04-16 Kenichi Handa <handa@m17n.org>
7743
1ac9108a 7744 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
7745
7746 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
7747 adstyle.
7748
7749 * ftfont.c (Qja, Qko): Don't make them static.
7750 (enum ftfont_cache_for): New enum.
7751 (fc_charset_table): Undo the previous change.
7752 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
7753 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
7754 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
7755 non-scarable font, try to get AVERAGE_WIDTH.
7756 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
7757 Change ft_face_cache from a list of a hash-table. Don't check
7758 `ja' and `ko' adstyle here.
7759 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
7760 FTFONT_CACHE_FOR_CHARET.
7761 (ftfont_get_charset): Undo the previous change.
1ac9108a 7762 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
7763 (ftfont_close): Likewise.
7764 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
7765
7766 * font.c (font_sort_entites): Change the meaning of the arg
7767 BEST-ONLY. Don't optimize for VEC of lenght 1.
7768 (font_select_entity): Just return the value of font_sort_entites.
7769
7770 * xfaces.c (merge_face_vectors): Reflect font properties in
7771 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
7772 font_clear_prop if a face attribute doesn't change.
7773
3c908a57
KH
7774 * charset.h (charset_ksc5601): Extern it.
7775
7776 * charset.c (charset_ksc5601): New variable.
7777 (Fdefine_charset_internal): Set charset_ksc5601.
7778 (init_charset_once): Initialize charset_ksc5601 to -1.
7779
d65859c3
DN
77802009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
7781
7782 * fileio.c (history_delete_duplicates): Remove unused declaration.
7783
7784 * callint.c (history_delete_duplicates): New declaration.
7785 (Fcall_interactively): Remove command history duplicates when
7786 history_delete_duplicates is true.
7787
3ba010e5
EZ
77882009-04-14 Eli Zaretskii <eliz@gnu.org>
7789
7790 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
7791
06f19b91
KH
77922009-04-14 Kenichi Handa <handa@m17n.org>
7793
7794 * font.c (Ffont_info): Fix docstring. Fix the second element of
7795 the returned value (bug#2949).
7796
2cce8bfc
CY
77972009-04-14 Chong Yidong <cyd@stupidchicken.com>
7798
7799 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
7800
d156542d
KH
78012009-04-14 Kenichi Handa <handa@m17n.org>
7802
7803 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
7804 encoding charset is ascii_compatible.
7805
7806 * charset.c (Fdefine_charset_internal): Make charset
7807 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
7808 code_offset is 0, and covers all ASCII characters.
7809
86fa089e
SM
78102009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7811
7812 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
7813 (ns_string_to_pasteboard_internal):
7814 * nsmenu.m (process_dialog):
7815 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
7816 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
7817 * lisp.h (Fx_load_color_file): Declare.
7818
a8a3728b
KH
78192009-04-13 Kenichi Handa <handa@m17n.org>
7820
1ac9108a 7821 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
7822 (font_select_entity): Suppress the code to optimize for the same
7823 kind of fonts.
7824 (font_load_for_lface): Get a font that supports at least ASCII
7825 characters.
7826
7827 * ftfont.c (Qja, Qko): New variables.
7828 (fc_charset_table): Delete uniquifier data for iso8859-1.
7829 (ftfont_get_latin1_charset): New function.
7830 (get_adstyle_property): New function.
7831 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
7832 bitmap fonts.
7833 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
7834 Delete iso-8859-1 range from the charset of fonts whose adstyle is
7835 `ko' or `ja'.
7836 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 7837 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
7838 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
7839 property.
7840 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
7841 (syms_of_ftfont): DEFSYM Qja and Qko.
7842
483670b5
KH
78432009-04-09 Kenichi Handa <handa@m17n.org>
7844
12b55765
KH
7845 * charset.c (map_charset_chars): For a charset of `superset'
7846 method, fix calculation of code range.
7847
483670b5
KH
7848 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
7849 from the list of extra properties.
7850 (font_clear_prop): Be sure to delete `:name' font property.
7851
57d3b93b
KH
78522009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7853
b4b2c2ca
YM
7854 * dispnew.c (redraw_overlapping_rows): Fix detection of
7855 overlapping for topmost and bottommost rows.
7856
1ac9108a 7857 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 7858
472c3609
JR
78592009-04-06 Jason Rumney <jasonr@gnu.org>
7860
7861 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
7862
ab193662
KH
78632009-04-06 Kenichi Handa <handa@m17n.org>
7864
7865 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
7866
7867 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
7868
0c26f026
KH
78692009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7870
7871 * ftfont.c (ftfont_open): Fix checking of the return value of
7872 FT_Load_Char. Fix setting font->underline_thickness.
7873
e173bbce
CY
78742009-04-04 Chong Yidong <cyd@stupidchicken.com>
7875
7876 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
7877 (Fterminal_parameters, Fterminal_parameter)
7878 (Fset_terminal_parameter): In doc string, refer to terminal
7879 objects rather than terminal ids.
7880
693a2698
EZ
78812009-04-04 Eli Zaretskii <eliz@gnu.org>
7882
7883 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
7884 ret_lim_data. (Bug#2867)
7885
d5221487
CY
78862009-04-03 Chong Yidong <cyd@stupidchicken.com>
7887
7888 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
7889 so they don't get wider than the window, matching 2006-01-23
7890 change to the partner function in xdisp.c (Bug#2800).
7891
223509a3
KH
78922009-04-03 Kenichi Handa <handa@m17n.org>
7893
7894 * print.c (print_object): Make each lowest sub_char_table start a
7895 new line (Bug#2866).
7896
74fcd0b1
KH
78972009-04-02 Kenichi Handa <handa@m17n.org>
7898
7899 * fontset.c (fontset_font): Record no-font when a fontset
7900 explicitly tells not to try another font-specs.
7901
c542407d
SM
79022009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
7903
7904 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
7905
e3869731
KH
79062009-03-30 Kenichi Handa <handa@m17n.org>
7907
d8d2f142
KH
7908 * fontset.c (fontset_from_font): Specify only registry in a
7909 font-spec for all characters supported by that registry.
7910
e3869731
KH
7911 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
7912 even if HAVE_M17N_FLT is not defined.
7913
5da5f805
CY
79142009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
7915
7916 * ftfont.c: Conditionalize prototyping and use of
7917 ftfont_variation_glyphs.
7918
ab226c50
SM
79192009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7920
9628fed7
SM
7921 * frame.c (delete_frame): Work around compiler bug.
7922
7923 * editfns.c (general_insert_function): Adjust to insdel.c changes.
7924 * insdel.c (prepare_to_modify_buffer, signal_before_change):
7925 Some more EMACS_INT.
7926 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
7927
7928 * xdisp.c (dump_glyph): Fix typo.
7929
ae19ba7c
SM
7930 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
7931 (adjust_markers_gap_motion, adjust_markers_for_delete)
7932 (adjust_markers_for_insert, adjust_point)
7933 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
7934 (make_gap, copy_text, count_size_as_multibyte, insert)
7935 (insert_and_inherit, insert_before_markers)
7936 (insert_before_markers_and_inherit, insert_1)
7937 (count_combining_before, count_combining_after, insert_1_both)
7938 (insert_from_string, insert_from_string_before_markers)
7939 (insert_from_string_1, insert_from_gap, insert_from_buffer)
7940 (insert_from_buffer_1, adjust_after_replace)
7941 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
7942 (replace_range_2, del_range, del_range_1, del_range_byte)
7943 (del_range_both, del_range_2, modify_region)
7944 (prepare_to_modify_buffer, signal_before_change)
7945 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
7946 for buffer positions and sizes.
7947 * lisp.h: Adjust prototypes accordingly.
7948
7949 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
7950 (non_regular_inserted, non_regular_nbytes, read_non_regular)
7951 (Finsert_file_contents): Use EMACS_INT for buffer positions.
7952
ab226c50
SM
7953 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
7954
46dfb8fb
JD
79552009-03-27 Jan Djärv <jan.h.d@swipnet.se>
7956
7957 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
7958 lines and columns so we keep the same pixel height and width.
7959
7960 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
7961 the property _NET_WM_STATE has changed.
46dfb8fb
JD
7962 (x_handle_net_wm_state): New function to update frame parameter
7963 fullscreen.
7964 (x_term_init): Initialize atoms for _NET_WM_STATE.
7965
7966 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
7967
d347e494
SM
79682009-03-27 Kevin Ryde <user42@zip.com.au>
7969
7970 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
7971 Gpm_GetEvent as an error that justifies closing the filedescriptor.
7972 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
7973 (Fgpm_mouse_stop): Pass that new parameter.
7974 * termhooks.h (close_gpm): Adjust prototype.
7975
84db11d6
SM
79762009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7977
c95a5008
SM
7978 * lisp.h (Fx_focus_frame): Declare.
7979
84db11d6
SM
7980 * callint.c (Fcall_interactively): For '^' just delegate the work to
7981 handle-shift-selection.
7982 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
7983
0a1958d6
CY
79842009-03-24 Chong Yidong <cyd@stupidchicken.com>
7985
0bfdff23
CY
7986 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
7987
0a1958d6
CY
7988 * data.c (Qinteractive_form): New variable.
7989 (Finteractive_form): Use it.
7990
7991 * eval.c (Fcommandp): Use Qinteractive_form.
7992
58aec0d6
JR
79932009-03-24 Jason Rumney <jasonr@gnu.org>
7994
7995 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
7996 Calculate total size precisely. Decode environment variables
7997 before substituting. (Bug#38)
7998
553dd618
KH
79992009-03-24 Kenichi Handa <handa@m17n.org>
8000
8001 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 8002 encoding (Bug#2722).
553dd618 8003
c39ea606
JD
80042009-03-23 Jan Djärv <jan.h.d@swipnet.se>
8005
8006 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
8007 that gdpy is set.
8008
bc9b2b5e
AM
80092009-03-22 Alan Mackenzie <acm@muc.de>
8010
8011 * callint.c (Finteractive): Clarify the doc string - even
8012 promptless elements need \n separators.
8013
9f995a76
JR
80142009-03-22 Jason Rumney <jasonr@gnu.org>
8015
8016 * w32term.c (syms_of_w32term): Doc fix for
8017 x-use-underline-position-properties.
8018
22749e9a
EZ
80192009-03-21 Eli Zaretskii <eliz@gnu.org>
8020
8021 * w32.c (getpwuid): Change argument type to unsigned.
8022 (struct w32_id): Change type of `rid' member to unsigned.
8023 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
8024 argument ID to unsigned. All callers changed.
8025 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
8026
e00553bf
EZ
80272009-03-20 Eli Zaretskii <eliz@gnu.org>
8028
8029 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
8030 negative, produce a float value.
8031
8032 * dired.c (make_uid, make_gid): New functions.
8033 (Ffile_attributes): Use them to avoid negative UID and GID.
8034
f761d6b6
JB
80352009-03-20 Juanma Barranquero <lekktu@gmail.com>
8036
8037 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
8038 (syms_of_keyboard) <command-hook-internal, input-method-function>:
8039 Fix typos in docstrings.
8040
d507f8d7
KH
80412009-03-19 Kenichi Handa <handa@m17n.org>
8042
8043 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
8044 changed, use font_load_for_lface to get a new font object.
8045 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
8046
8047 * frame.c (x_set_font): Handle the case that ARG is a cons.
8048
c68845e0
GM
80492009-03-19 Glenn Morris <rgm@gnu.org>
8050
8051 * fileio.c (Fsubstitute_in_file_name): Doc fix.
8052
bfa49dd1
CY
80532009-03-19 Chong Yidong <cyd@stupidchicken.com>
8054
8055 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
8056
8458d4c1
KH
80572009-03-19 Kenichi Handa <handa@m17n.org>
8058
8059 * charset.c (load_charset_map_from_file): When a mapfile can't be
8060 loaded, signal an error.
8061
78e7d1fe
EZ
80622009-03-18 Eli Zaretskii <eliz@gnu.org>
8063
8064 * dired.c (Ffile_attributes): Make sure UID and GID are always
8065 positive, even if the value is too large for a positive EMACS_INT.
8066 Doc fix.
8067
8068 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
8069
5da9fdfa
YM
80702009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8071
8072 * xmenu.c (xdialog_show): Move Fredisplay call ...
8073 (Fx_popup_dialog): ... here.
8074
7519c40d
SM
80752009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8076
8077 * dired.c (file_name_completion): Disable the first optimization just
8078 installed, since it is not implemented correctly.
8079
2cd298e2
SM
80802009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8081
8082 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 8083 only if the entry can affect bestmatch.
2cd298e2
SM
8084 Stop the search early, as Ftry_completion already does.
8085
48d37adf
CY
80862009-03-17 Chong Yidong <cyd@stupidchicken.com>
8087
e10c9c93 8088 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 8089
9286b16a
CY
80902009-03-15 Chong Yidong <cyd@stupidchicken.com>
8091
8092 * keyboard.c (parse_menu_item): Don't display remappings as menu
8093 equivalent bindings (Bug#788).
8094
f7b146dc
JR
80952009-03-15 Jason Rumney <jasonr@gnu.org>
8096
8097 * w32term.h (WM_EMACS_PAINT): New message.
8098 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
8099 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
8100 before passing to lisp thread. (Bug#950)
8101
f761d6b6 81022009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 8103
d93f9575
CY
8104 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
8105 variable as it was never reset.
8106 (ns_term_init): Remove initialization of Lisp-settable defaults
8107 and ns_expand_space.
8108 (-setPanelFromDefaultValues): Remove ns_expand_space.
8109 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
8110 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
8111 i.e. no additional spacing, similar to Carbon port.
8112
d93f9575
CY
8113 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
8114 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 8115
305018ec
JD
81162009-03-14 Jan Djärv <jan.h.d@swipnet.se>
8117
8118 * sound.c (alsa_configure): Remove call to deprecated
8119 snd_pcm_sw_params_set_xfer_align.
8120
f761d6b6 81212009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
8122
8123 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
8124 after clicking in a detached tool bar.
8125 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
8126
46e722a9
SM
81272009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8128
348db3dd
SM
8129 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
8130 int/Lisp_Object mixup).
46e722a9 8131
a3d16f39
KH
81322009-03-13 Kenichi Handa <handa@m17n.org>
8133
8134 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 8135 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
8136 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
8137 (set_fontset_font): Change ARG to a vector. Handle range_list in
8138 ARG correctly.
8139 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 8140 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
8141 the above change.
8142 (fontset_from_font): Fix previous change.
fe24f56a 8143 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
8144 entry. If FONTSET is the default fontset, don't set the extra
8145 slot of the returning char-table.
8146
b066e6b6
JB
81472009-03-12 Juanma Barranquero <lekktu@gmail.com>
8148
8149 * nsfns.m (Fx_close_connection): Doc fix.
8150 (Fns_do_applescript): Reflow docstring.
8151 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
8152 (Fx_display_pixel_width, Fx_display_pixel_height)
8153 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
8154 Fix typos in docstrings.
8155 (Fns_set_alpha): Fix typos in error messages.
8156
d472514e 81572009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 8158
d472514e 8159 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
8160 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
8161 were used for such events.
8162
d472514e
JB
8163 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
8164 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 8165
d472514e 8166 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
8167 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
8168
fb930676
KH
81692009-03-11 Kenichi Handa <handa@m17n.org>
8170
ff85581a
KH
8171 * font.h (font_open_by_spec): Extern it.
8172
c50b7e98
KH
8173 * font.c (font_open_by_spec): New function.
8174 (font_open_by_name): Use font_open_by_spec.
8175
fb930676
KH
8176 * frame.c (x_set_font): When ARG is a font-object, don't alter the
8177 fontset of the frame.
8178
8179 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
8180 modify the default font of frames that use this fontset.
8181 (num_auto_fontsets): New variable.
8182 (fontset_from_font): Use num_auto_fontsets to decide a fontset
8183 name. Be sure to set FONTSET_ASCII to the correct font name.
8184 (update_auto_fontset_alist): New function.
8185
df4e8455
JB
81862009-03-11 Juanma Barranquero <lekktu@gmail.com>
8187
8188 * makefile.w32-in: Update dependencies.
8189
0a375797
AR
81902009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
8191
8192 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
8193
61313fa3
SM
81942009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8195
8196 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
8197
b55103fb
CY
81982009-03-10 Chong Yidong <cyd@stupidchicken.com>
8199
8200 * lread.c (Feval_buffer): Doc fix.
8201
dde2559c
KH
82022009-03-09 Kenichi Handa <handa@m17n.org>
8203
8204 * charset.c (Qfile_name_handler_alist): Extern it.
8205 (load_charset_map_from_file): Temporarily bind
8206 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
8207
df4e8455 82082009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 8209
47f588bb
GM
8210 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
8211 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 8212
4ddf94bd
AR
82132009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
8214
4c9bdfc2
AR
8215 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
8216 (x_set_window_size): Change back to calculated method of setting
8217 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
8218 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
8219 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
8220
fe41ae9e
AR
8221 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
8222
4c9bdfc2
AR
8223 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
8224 accelerator in parens under GNUstep.
8225
825d0875
KH
82262009-03-06 Kenichi Handa <handa@m17n.org>
8227
8228 These changes are to detect incorrect composition sequence without
f3b3be74 8229 looking ahead the source. (Bug#2370)
825d0875
KH
8230
8231 * coding.h: Include "composite.h".
8232 (enum compisition_state): New enum.
8233 (struct compisition_status): New struct.
8234 (struct iso_2022_spec): New member cmp_status.
8235 (struct emacs_mule_spec): New struct.
8236 (struct coding_system): New members ctext_extended_segment_len and
8237 embedded_utf_8. Change the union member
8238 spec.emacs_mule_full_support to spec.emacs_mule.
8239
8240 * coding.c (CODING_ISO_CMP_STATUS): New macro.
8241 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 8242 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
8243 (ADD_COMPOSITION_DATA): New arg nbytes.
8244 (emacs_mule_char): New arg cmp_status.
8245 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
8246 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
8247 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
8248 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
8249 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
8250 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
8251 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
8252 (EMACS_MULE_COMPOSITION_END): New macro.
8253 (emacs_mule_finish_composition): New function.
8254 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
8255 (decode_coding_emacs_mule): Avoid long looking ahead while
8256 handling composition.
8257 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
8258 (ENCODE_COMPOSITION_RULE): New macro.
8259 (finish_composition): New function.
8260 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
8261 (DECODE_COMPOSITION_START): New implementation.
8262 (DECODE_COMPOSITION_END): Likewise.
8263 (STORE_COMPOSITION_RULE): New macro.
8264 (decode_coding_iso_2022): Avoid long looking ahead while handling
8265 composition, CTEXT extended segment, and embedded UTF-8.
8266 (setup_coding_system): For a coding of type iso-2022, reset
8267 CODING_ISO_EXTSEGMENT_LEN (coding) and
8268 CODING_ISO_EMBEDDED_UTF_8 (coding).
8269 (get_translation): Delete arguments last_block, from_nchars,
8270 to_nchars. Callers changed.
8271 (produce_chars): Don't modify charbuf. Adjusted for the change of
8272 get_translation.
98a326f7 8273 (produce_composition): Adjust for the new annotation sequence.
825d0875 8274 (handle_composition_annotation): Likewise.
98a326f7 8275 (consume_chars): Adjust for the change of get_translation.
825d0875 8276
ccbc4452
AR
82772009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
8278
4ddf94bd 8279 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 8280
988a7ddb
KH
82812009-03-05 Kenichi Handa <handa@m17n.org>
8282
8283 * font.c (font_select_entity): New function.
8284 (font_find_for_lface): Use font_select_entity to select a font.
8285
8286 * fontset.c (fontset_find_font): If a font found without
a8a3728b 8287 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
8288 font with C restriction.
8289
98a326f7 82902009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 8291
be1bce46 8292 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 8293
10ea2b82
JR
82942009-03-04 Jason Rumney <jasonr@gnu.org>
8295
2c93b248 8296 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 8297 characters that have already been read. (Bug#2569)
2c93b248 8298
10ea2b82
JR
8299 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
8300 Log an error message if check_image_size failed.
8301 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 8302 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 8303
71a0c011
EZ
83042009-03-02 Eli Zaretskii <eliz@gnu.org>
8305
8306 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
8307 when decoding process output.
8308
2f63bba8
RS
83092009-03-01 Richard M Stallman <rms@gnu.org>
8310
8311 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
8312
8313 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
8314
0a9564cb
EZ
83152009-02-28 Eli Zaretskii <eliz@gnu.org>
8316
8317 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
8318 (decode_coding_emacs_mule, decode_coding_iso_2022)
8319 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
8320 (decode_coding_raw_text, decode_coding_charset)
8321 (setup_coding_system, decode_eol, decode_coding, consume_chars):
8322 Honor inhibit-eol-conversion. (Bug #2186)
8323
449148b3
JR
83242009-02-28 Jason Rumney <jasonr@gnu.org>
8325
8326 * coding.c (detect_coding_charset): If not checking latin extra,
8327 fail on characters between 0x80 and 0xA0. (Bug#2354)
8328
a4aee864
EZ
83292009-02-28 Eli Zaretskii <eliz@gnu.org>
8330
8331 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 8332 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 8333
d88bee5a
GM
83342009-02-27 Glenn Morris <rgm@gnu.org>
8335
8336 * callint.c (Finteractive): Doc fix.
8337
a808f22d
KH
83382009-02-27 Kenichi Handa <handa@m17n.org>
8339
8340 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
8341
caf8d60c
CY
83422009-02-27 Chong Yidong <cyd@stupidchicken.com>
8343
8344 * font.c (font_style_to_value): Set value for unknown symbols to
8345 100 instead of 255.
b61137ea
CY
8346 (weight_table, slant_table, width_table): Treat "unspecified" as
8347 the default value.
caf8d60c 8348
1a0de25c
JB
83492009-02-26 Juanma Barranquero <lekktu@gmail.com>
8350
8351 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
8352
8fc45744
JB
83532009-02-25 Juanma Barranquero <lekktu@gmail.com>
8354
107bd7d1
JB
8355 * lread.c (Fload): Stop checking Vloads_in_progress and signal
8356 error as soon as a recursive load is detected.
8fc45744 8357
f097e223
AR
83582009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8359
8360 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
8361 before caching.
8362
8810a12f
KH
83632009-02-24 Kenichi Handa <handa@m17n.org>
8364
8365 * fontset.c (fontset_find_font): Fix the condition for checking
8366 unavailable font.
8367
2c7d1565
GM
83682009-02-24 Glenn Morris <rgm@gnu.org>
8369
8370 * xfaces.c (Finternal_set_font_selection_order): Remove leading
8371 whitespace that confuses documentation.
8372
a20878b6
MB
83732009-02-23 Miles Bader <miles@gnu.org>
8374
8375 * process.c (Flist_system_processes, Fprocess_attributes)
8376 (syms_of_process): Rename `system-process-attributes' to
8377 `process-attributes'.
8378
b3b58c01
AS
83792009-02-22 Andreas Schwab <schwab@linux-m68k.org>
8380
1b3b981b
AS
8381 * coding.h (struct coding_system): Make safe_charsets a pointer to
8382 unsigned char.
8383 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
8384 being 255.
8385 (SAFE_CHARSET_P): Likewise.
8386 (setup_iso_safe_charsets): Properly setup safe_charsets.
8387 (Fdefine_coding_system_internal): Likewise.
8388 (setup_coding_system): Likewise. Remove unneeded casts.
8389 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
8390 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
8391 unneeded casts.
8392
b3b58c01
AS
8393 * insdel.c (del_range_2): Don't modify gap contents when called
8394 from decode_coding_object. (Bug#1809)
8395
0b6f228c
CY
83962009-02-21 Chong Yidong <cyd@stupidchicken.com>
8397
8398 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
8399 Qfont_object.
8400 (Ftype_of): Recognize font objects.
8401
8402 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
8403
8404 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
8405 moved to data.c.
8406
52f8870b
AR
84072009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8408
8409 * nsterm.m (x_make_frame_invisible): Unset async_visible,
8410 async_iconified. Based on a patch by Christian Lynbech
8411 <christian.lynbech@tieto.com>.
8412 (EmacsView-windowDidMiniaturize:): Unset async_visible.
8413
7087d5e9
GM
84142009-02-20 Glenn Morris <rgm@gnu.org>
8415
8416 * syntax.c (Fskip_chars_forward): Fix doc typo.
8417
41d2ceef
CY
84182009-02-20 Chong Yidong <cyd@stupidchicken.com>
8419
8420 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
8421
1a3b7ca6
CY
84222009-02-19 Chong Yidong <cyd@stupidchicken.com>
8423
8424 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
8425
73cce38d
KH
84262009-02-19 Kenichi Handa <handa@m17n.org>
8427
8428 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 8429 Don't overflow coding->carryover. (Bug#2370)
73cce38d 8430
a51092ee
DN
84312009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
8432
8433 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
8434
c423ecca
KH
84352009-02-18 Kenichi Handa <handa@m17n.org>
8436
8437 * font.c (font_check_otf_features): Fix handling of `nil' element.
8438 (Ffont_spec): Describe :lang and :otf in the docstring.
8439
4c1958f4
AS
84402009-02-16 Andreas Schwab <schwab@suse.de>
8441
8442 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
8443 string.
8444
5704f39a
KH
84452009-02-16 Kenichi Handa <handa@m17n.org>
8446
8447 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 8448 (Bug#1723)
5704f39a 8449
8f0085aa
CY
84502009-02-14 Chong Yidong <cyd@stupidchicken.com>
8451
a057d86a 8452 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
8453
8454 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
8455 (handle_line_prefix): Suppress wrapping of wrap prefixes.
8456
aff01dd9
EZ
84572009-02-14 Eli Zaretskii <eliz@gnu.org>
8458
8459 * msdos.c (MAX_SCREEN_BUF): New macro.
8460 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
8461 Encode the entire run of glyphs sharing the same face, instead of
8462 doing that one glyph at a time (fixes a bug with displaying
8463 double-size characters).
8464
ba301db3
AR
84652009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
8466
8467 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
8468
8469 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
8470 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 8471 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
8472
8473 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 8474 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 8475
51d861de
SM
84762009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
8477
ac146f82 8478 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
8479 invisible areas.
8480
7fed8996
JR
84812009-02-12 Jason Rumney <jasonr@gnu.org>
8482
631ea4fb
JR
8483 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
8484 (add_font_entity_to_list): Call check_face_name even when family
8485 is unspecified.
8486
cb4a3e42
JR
8487 * w32term.c (x_display_pixel_height, x_display_pixel_width):
8488 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 8489 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 8490
7fed8996 8491 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 8492 raster fonts. (Bug#2219)
7fed8996 8493
895416e3
KH
84942009-02-12 Kenichi Handa <handa@m17n.org>
8495
8496 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
8497 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
8498 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 8499 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
8500 (find_automatic_composition): While looking forward and backward,
8501 check static composition. Fix where to stop looking forward.
8502 (composition_adjust_point): Fix checking of static composition.
8503 (Fcomposition_get_gstring): Pay attention to
1dacf998 8504 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
8505
8506 * lisp.h (fast_looking_at): Extern it.
8507
8508 * search.c (fast_looking_at): New function.
8509
51d861de 8510 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
8511 <struct glyph>.u.cmp.to.
8512 (append_composite_glyph): Likewise.
8513
51d861de 8514 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
8515 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
8516 composition.
51d861de 8517 (append_composite_glyph): Adjust for the change of
895416e3
KH
8518 <strcut glyph>.u.cmp.to.
8519
8510724d
JB
85202009-02-11 Juanma Barranquero <lekktu@gmail.com>
8521
8522 * casetab.c (init_casetab_once):
8523 * coding.c (ALLOC_CONVERSION_WORK_AREA):
8524 * font.c (font_update_lface):
8525 * fontset.c (Fnew_fontset):
8526 * ftfont.c (ftfont_drive_otf):
8527 * xfont.c (xfont_open):
8528 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
8529
294fa707
SM
85302009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8531
8532 * fileio.c (Fwrite_region): !NILP -> CONSP.
8533
b5bfebec
AS
85342009-02-10 Andreas Schwab <schwab@suse.de>
8535
8536 * process.c (send_process): Properly relocate pointer into data
adab88bd 8537 when using encoded data. (Bug#2272)
b5bfebec 8538
cb84a2be
KH
85392009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
8540
8541 * coding.c (detect_coding_charset): Fix previous change.
8542
89e09428
JR
85432009-02-08 Jason Rumney <jasonr@gnu.org>
8544
8545 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 8546 disappeared while hourglass was displayed. (Bug #2193)
89e09428 8547
4470a277
AS
85482009-02-07 Andreas Schwab <schwab@suse.de>
8549
8550 * unexelf.c (unexec): Fix error message.
8551
3175b12a
AR
85522009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
8553
8554 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 8555 when modal window is active. (Bug #2152)
3175b12a
AR
8556 (applicationShouldTerminate:): Remove now-unneeded while loop
8557 around NSRunAlertPanel.
8558
8559 * nsmenu.m (popupSession): New file-global variable.
8560 (pop_down_menu): End the popupSession before closing dialog.
8561 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
8562 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
8563 don't query NSApp for events (just sleep instead).
8564
8434d0b8
EZ
85652009-02-07 Eli Zaretskii <eliz@gnu.org>
8566
51d861de
SM
8567 * coding.c (syms_of_coding) <translation-table-for-input>:
8568 Modify doc string to discourage use for character code unification.
8434d0b8 8569
aa82edfd
CY
85702009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8571
8572 * atimer.c (run_timers): Update pending_atimers.
8573
2d283c7c
CY
85742009-02-06 Chong Yidong <cyd@stupidchicken.com>
8575
eb306cab
CY
8576 * image.c (svg_load_image): Fix last change.
8577
2d283c7c
CY
8578 * xfns.c (Fx_create_frame): Signal an error if no font is
8579 found (Bug#2147).
8580
4d8e170e
JB
85812009-02-05 Juanma Barranquero <lekktu@gmail.com>
8582
8583 * character.c (syms_of_character) <script-representative-chars>:
8584 Fix typo in docstring.
8585
c96169a0
AR
85862009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8587
8588 * nsmenu.m (pop_down_menu): New function.
8589 (ns_popup_dialog): Call it on unwind.
8590 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
8591 call timer_check() (Bug#2154).
8592 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
8593 handling_signal is set.
8594 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
8595
31fd7c5c 8596 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
8597
8598 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
8599
8600 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
8601
51d861de
SM
8602 * keyboard.c (poll_for_input_1, handle_async_input):
8603 Set handling_signal under HAVE_NS.
c96169a0 8604
aacd8ba1
GM
86052009-02-04 Glenn Morris <rgm@gnu.org>
8606
8607 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
8608
4cb75c4b
KH
86092009-02-04 Kenichi Handa <handa@m17n.org>
8610
8611 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
8612
8613 * charset.c (Fchar_charset): New optional arg restriction.
8614
8615 * coding.h (coding_system_charset_list): Extern it.
8616
8617 * coding.c (coding_system_charset_list): New function.
8618
8619 * composite.c: Include coding.h and termhooks.h.
8620 (composition_gstring_p): Fix for the terminal case.
8621 (composition_gstring_width): Likewise.
8622 (fill_gstring_body): Likewise.
8623 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
8624 the frame.
8625 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
8626 is within a composition.
867d4bb3 8627 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
8628
8629 * term.c (encode_terminal_code): Fix handling of composition.
8630 (produce_composite_glyph): For static composition, get pixel_width
8631 from struct composition.
8632
826ba17e
AS
86332009-02-02 Andreas Schwab <schwab@suse.de>
8634
8635 * unexelf.c (unexec): Handle unaligned bss offset.
8636
8ad093db
AR
86372009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8638
8639 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
8640 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 8641
8ad093db
AR
8642 * keyboard.c (handle_interrupt): Don't call
8643 quit_throw_to_read_char() under NS.
d0a76a6e 8644
8ad093db
AR
8645 * blockinput.h: Remove NS-specific code.
8646
4d18a7a2
DN
86472009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
8648
db878925
DN
8649 * dispnew.c (window_change_signal): Don't try to get the size of a
8650 suspended tty frame.
8651 * term.c (Fresume_tty): Resize if the size has changed while the
8652 tty was suspended.
8653
4d18a7a2
DN
8654 * alloc.c (mark_stack): Properly conditionalize previous change.
8655
8984df7c
JB
86562009-01-30 Juanma Barranquero <lekktu@gmail.com>
8657
8658 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
8659 * w32term.c (w32_read_socket) [SYNC_INPUT]:
8660 Remove; this code is not used on Windows.
8661
75f4f1ac
EZ
86622009-01-30 Eli Zaretskii <eliz@gnu.org>
8663
8664 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
8665 EOLs that also has stray ^M characters.
8666
07a1e794
JB
86672009-01-30 Juanma Barranquero <lekktu@gmail.com>
8668
8669 * atimer.c (run_timers, alarm_signal_handler):
8670 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
8671 * w32inevt.c (w32_console_read_socket):
8672 * w32term.c (w32_read_socket):
8673 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
8674
a8b11cc9
CY
86752009-01-30 Chong Yidong <cyd@stupidchicken.com>
8676
8677 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
8678 Initialize it as a relative filename pattern.
8679 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
8680 (Fcall_process_region): Simplify temp file creation using
8681 temporary-file-directory.
8682
c279587b
EZ
86832009-01-29 Eli Zaretskii <eliz@gnu.org>
8684
8685 * msdos.c: Rename pending_signals to msdos_pending_signals.
8686 (sig_suspender, sigprocmask): Adjust.
8687
a8fe3242
CY
86882009-01-29 Chong Yidong <cyd@stupidchicken.com>
8689
8690 * keyboard.c (pending_signals): New var.
8691 (poll_for_input, input_available_signal, init_keyboard): Set it.
8692 (process_pending_signals): New function.
8693
8694 * lisp.h (QUIT): Check pending_signals instead of
8695 interrupt_input_pending. Use process_pending_signals.
8696
51d861de 8697 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 8698
51d861de 8699 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
8700
8701 * sysdep.c (emacs_write): Use process_pending_signals.
8702
8703 * xterm.c (XTread_socket): Update pending_signals.
8704
8705 * w32term.c (w32_read_socket): Update pending_signals.
8706
8707 * w32inevt.c (w32_console_read_socket): Update pending_signals.
8708
6570a1c4
KH
87092009-01-29 Kenichi Handa <handa@m17n.org>
8710
8711 * xftfont.c (xftfont_has_char): New function.
8712 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
8713
d72a4afa
AR
87142009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8715
8716 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
8717 under GNUstep.
8718 (ns_query_color): New declaration.
8719
8720 * nsterm.m (ns_confirm_quit): New variable.
8721 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
8722 (EmacsApp-applicationShouldTerminate:): Use it.
8723 (EmacsPrefsController): Let user set it.
8724 (ns_query_color): New function.
8725 (ns_defined_color): Use it.
8726 (ns_initialize): Drop.
8727 (ns_term_init): Add two lines from ns_initialize(), and set
8728 input_interrupt_mode to nil.
8729
8730 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 8731 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 8732
9fe78804
KH
87332009-01-28 Kenichi Handa <handa@m17n.org>
8734
8735 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
8736 (fontset_get_font_group): Remember that no font-group is specified
8737 for C.
9fe78804 8738
fa57de36
CY
87392009-01-27 Chong Yidong <cyd@stupidchicken.com>
8740
930600e9
CY
8741 * fns.c (concat): Check for string overflow (bug#1787).
8742
fa57de36
CY
8743 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
8744 Quadruple undo limits (bug#1501).
8745
7179ce7b
KH
87462009-01-27 Kenichi Handa <handa@m17n.org>
8747
8748 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
8749 directly use GT_Get_Char_index.
8750
8751 * xftfont.c (struct xftfont_info): New member `index'.
8752
8753 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 8754 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 8755
5be8fcc0
CY
87562009-01-26 Kenichi Handa <handa@m17n.org>
8757
8758 * fontset.c (fontset_find_font): Fix handling of non-cons return
8759 value of fontset_get_font_group.
8760 (fontset_font): Revert last change.
8761
19ae3e61
JR
87622009-01-26 Jason Rumney <jasonr@gnu.org>
8763
8764 * w32font.c (w32font_list_internal): Return quickly if registry is
8765 unknown. Simplify final return.
8766 (add_font_entity_to_list): Break complex logic down into more
8767 manageable chunks. Move unknown registry check to
8768 w32font_list_internal.
8769
8612b71a
AR
87702009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
8771
8772 Changes to remove Feval calls from GUI under NS.
8773
d8038940
JB
8774 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
8775 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
8776 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
8777
8778 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
8779 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
8780 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
8781 instead of NON_ASCII_KEYSTROKE_EVENT.
8782 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
8783 (EmacsApp-applicationShouldTerminate:): Query user.
8784 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
8785 instead of Feval.
8786
8787 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
8788
8789 * keyboard.c (kbd_buffer_get_event): Check for it.
8790 (keys_of_keyboard): Define lispy keys for
8791 ns-put/unput-working-text.
8792
8793 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
8794 versions.
8795 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
8796
6288ae55
CY
87972009-01-25 Chong Yidong <cyd@stupidchicken.com>
8798
8799 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 8800 setting current_buffer directly. (Bug#2044)
6288ae55 8801
289e7f8f
CY
88022009-01-24 Chong Yidong <cyd@stupidchicken.com>
8803
5ce87308 8804 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 8805 any work. (Bug#1952, bug#1990).
5ce87308 8806
64cc3cf6 8807 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 8808
b3243e6f
AR
88092009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8810
8811 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
8812 (ns_no_defaults): New declaration.
8813 (main): Use it.
e0d2e69a 8814
d900b2af 8815 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 8816
d900b2af 8817 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 8818
d900b2af
AR
8819 * nsterm.m (ns_no_defaults): New variable.
8820 (ns_initialize): Don't read defaults when ns_no_defaults.
8821 (EmacsView-readSelectionFromPasteboard:)
8822 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 8823 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
8824 (ns_dumpglyphs_stretch): New function.
8825 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 8826 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 8827
e0d2e69a
AR
8828 * nsimage.m (setPixmapData:): Set to ignore image DPI.
8829
3ac71f5d
CY
88302009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
8831
8832 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
8833 call for Sparc64.
8834
3fe53a83
AR
88352009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8836
8837 * nsfns.m:
8838 * nsgui.h:
8839 * nsmenu.m:
8840 * nsselect.m:
8841 * nsterm.h:
8842 * nsterm.m: Remove '23' comments that indicated code added during
8843 update from emacs-20 -> emacs-23.
8844
10f87c6f 88452009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
8846
8847 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 8848 ns_alternate_modifier. (Bug#1217)
a3b53a85 8849
c7cef62d
AR
8850 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
8851 Display all shortcuts, including those w/o super modifier.
8852
575fb8bd
AR
8853 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
8854
918b848b
CY
88552009-01-22 Chong Yidong <cyd@stupidchicken.com>
8856
8857 * fileio.c (Vwrite_region_post_annotation_function)
8858 (Vwrite_region_annotation_buffers): New vars.
8859 (build_annotations_unwind): Just reset
8860 Vwrite_region_annotation_buffers.
8861 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
8862 Call write-region-post-annotation-function.
8863 (build_annotations): Add to Vwrite_region_annotation_buffers if
8864 buffer changes.
8865
a39e2539
AR
88662009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8867
8868 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
8869 Tiger.
51d861de
SM
8870 * nsfns.m (ns_do_applescript):
8871 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 8872
35ed44db
AR
88732009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
8874
8875 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
8876
cbe0b5bf
AR
88772009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8878
8879 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 8880
6049d3a0
AR
8881 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
8882
8883 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
8884 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
8885 handle Ctrl-tab. (Bug#1841)
8886 (ns_get_color): Use unsigned long long for scanned hex string value.
8887 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 8888 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 8889 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 8890 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 8891 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 8892 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 8893 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 8894
d3810c21 8895 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 8896 DPI. (Bug#1316)
d3810c21
AR
8897 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
8898 values in onTiger section.
4c7077c3 8899
e301e634
CY
89002009-01-19 Chong Yidong <cyd@stupidchicken.com>
8901
7f82490b
CY
8902 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
8903 Check return value of font_spec_from_name.
64cc3cf6 8904 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
8905
8906 * font.c (font_spec_from_name): Return Qnil if font name could not
8907 be parsed.
8908 (font_parse_name): Treat a `?' character as part of an XLFD.
8909
e301e634
CY
8910 * fns.c (Fsubstring): Doc fix.
8911
1c0db158
KH
89122009-01-19 Kenichi Handa <handa@m17n.org>
8913
51d861de 8914 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
8915 (ftfont_list): Likewise.
8916
acf20901
JB
89172009-01-18 Juanma Barranquero <lekktu@gmail.com>
8918
fff4e459
JB
8919 * dbusbind.c (Fdbus_register_signal):
8920 * process.c (conv_sockaddr_to_lisp):
8921 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
8922
acf20901
JB
8923 * callproc.c (Fgetenv_internal): Doc fix.
8924
e7abcdfb
CY
89252009-01-16 Chong Yidong <cyd@stupidchicken.com>
8926
8927 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
8928 it is not even used.
8929
b60861e6
GM
89302009-01-16 Glenn Morris <rgm@gnu.org>
8931
8932 * font.c (Ffont_variation_glyphs): Silence compiler.
8933
8db52afe
JB
89342009-01-15 Juanma Barranquero <lekktu@gmail.com>
8935
8936 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
8937 Reported by David Robinow <drobinow@gmail.com>.
8938
4cddb209
KH
89392009-01-15 Kenichi Handa <handa@m17n.org>
8940
51d861de 8941 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 8942
f247f67b
JR
89432009-01-14 Jason Rumney <jasonr@gnu.org>
8944
8945 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 8946 never a fontset. (Bug#1562)
f247f67b 8947
f56a4450
KH
89482009-01-14 Kenichi Handa <handa@m17n.org>
8949
8950 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 8951 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 8952
4e99855e
CY
89532009-01-13 Chong Yidong <cyd@stupidchicken.com>
8954
8955 * font.c (font_clear_prop): If clearing the family, clear the font
8956 width index too.
8957
fff4e459 8958 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 8959
24f01470
JB
89602009-01-12 Juanma Barranquero <lekktu@gmail.com>
8961
8962 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
8963 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
8964 functions, use sizeof.
8965
a41240a3
MR
89662009-01-12 Martin Rudalics <rudalics@gmx.at>
8967
8968 * keyboard.c (read_char): Fix case where last_nonmenu_event
8969 returned a bad value with submenus. (Bug#447)
8970
944636b8
CY
89712009-01-12 Chong Yidong <cyd@stupidchicken.com>
8972
8973 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
8974 family, clear the font width index too.
8975
0dad7c6f
JR
89762009-01-11 Jason Rumney <jasonr@gnu.org>
8977
8978 * keyboard.c (cmd_error_internal): Exit when errors occur before
8979 frame creation and not in daemon mode. (Bug#1836)
8980
7c2363af
CY
89812009-01-10 Chong Yidong <cyd@stupidchicken.com>
8982
8983 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
8984 of a display vector, backtrack.
8985 (try_window_reusing_current_matrix): Check glyph type before
8986 referencing charpos member.
8987
97b1b294
EZ
89882009-01-10 Eli Zaretskii <eliz@gnu.org>
8989
8990 Fix Bug #876:
8991
8992 * coding.c (inhibit_null_byte_detection): New variable.
8993 (detect_coding, detect_coding_system): Don't pay attention to null
8994 bytes if inhibit_null_byte_detection is non-zero.
51d861de 8995 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
8996 <inhibit-iso-escape-detection>: Doc fix.
8997
4624b6e3
JR
89982009-01-09 Jason Rumney <jasonr@gnu.org>
8999
9000 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 9001 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
9002 Only report Unicode Plane 2 fonts as unicode-sip.
9003
323b840c
CY
90042009-01-09 Chong Yidong <cyd@stupidchicken.com>
9005
51d861de
SM
9006 * xfaces.c (Fx_font_family_list): Delete function.
9007 Move compatibility version to faces.el.
323b840c 9008
51d861de 9009 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 9010
eba7400d
MR
90112009-01-09 Martin Rudalics <rudalics@gmx.at>
9012
9013 * frame.c (x_set_frame_parameters): Remember requested value for
9014 fullscreen before it's reset by the parameter handler.
9015
4b09796d
GM
90162009-01-09 Glenn Morris <rgm@gnu.org>
9017
9018 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 9019 (last_command_event): ... and update all users.
4b09796d
GM
9020 (last_input_char): For clarity, rename to...
9021 (last_input_event): ... and update all users.
9022 (last-command-char, last-input-char): Move to subr.el as aliases.
9023 * cmds.c, commands.h: Update for last_command_char rename.
9024
14ccea62
CY
90252009-01-08 Chong Yidong <cyd@stupidchicken.com>
9026
51d861de 9027 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 9028
5f004711
JR
90292009-01-08 Jason Rumney <jasonr@gnu.org>
9030
9031 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
9032 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
9033 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
9034 Don't declare.
fff4e459 9035 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
9036 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
9037
b71f6f73
KH
90382009-01-07 Kenichi Handa <handa@m17n.org>
9039
50b06221 9040 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 9041 remember the coding system used for decoding in
50b06221
KH
9042 coding_system (Bug#1039).
9043
b71f6f73 9044 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 9045 breaking the loop. (Bug#870)
b71f6f73
KH
9046 (decode_coding_utf_16, decode_coding_emacs_mule)
9047 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
9048 (decode_coding_charset): Likewise.
9049
56f668f7
MR
90502009-01-05 Martin Rudalics <rudalics@gmx.at>
9051
9052 * frame.c (x_set_frame_parameters): Make sure height (width) get
9053 applied when fullwidth (fullheight) is set. (Bug#1522)
9054
5da9424d
JB
90552009-01-04 Juanma Barranquero <lekktu@gmail.com>
9056
9057 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
9058 (utc_base): Declare as ULONGLONG, not long double.
9059 (convert_time_raw): Delete.
9060 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
9061 (initialize_utc_base): New function.
9062 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
9063 (convert_from_time_t): Use initialize_utc_base; compute result with
9064 64-bit arithmetic.
9065 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
9066
c4605e09
EZ
90672009-01-03 Eli Zaretskii <eliz@gnu.org>
9068
9acef61c 9069 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
9070 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
9071 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
9072 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
9073 [!subprocesses]: Define.
9074 (syms_of_process) [!subprocesses]: Intern and staticpro them.
9075 (Flist_system_processes, Fsystem_process_attributes)
9076 [!subprocesses]: Call list_system_processes and
9077 system_process_attributes instead of returning Qnil.
9078
9acef61c
JB
9079 * dosfns.c (system_process_attributes, list_system_processes):
9080 New functions.
c4605e09
EZ
9081
9082 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
9083
9084 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
9085 Don't use the default (no-op) implementation.
9086
8b7d0a16
JR
90872009-01-03 Jason Rumney <jasonr@gnu.org>
9088
a6d46bc1
JR
9089 * keyboard.c (parse_modifiers_uncached): Wheel events are
9090 clicks (bug#687).
9091
8b7d0a16
JR
9092 * w32term.c (x_query_colors, x_query_color): New functions.
9093
9094 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
9095 (svg_load_image): Cast returned pointers from dynamically loaded
9096 functions. Eliminate W32 specific code.
9097
bfe11752
DN
90982009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
9099
89e2438a
DN
9100 * nsfns.m (x_set_foreground_color, x_set_background_color)
9101 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
9102 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
9103 x_ prefix instead of ns_. Update references.
9104 (syms_of_nsfns): Add a FIXME comment.
9105
9106 * nsterm.m (x_set_cursor_type): New prototype.
9107 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
9108
bfe11752
DN
9109 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
9110 for Solaris instead of incorrectly providing Qutime and Qcutime.
9111
031da700
EZ
91122009-01-02 Eli Zaretskii <eliz@gnu.org>
9113
9114 * w32.c (process_times): Compute sum of utime and stime.
9115 (system_process_attributes): Add Qtime to the alist.
9116
9117 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
9118 and add them to the alist.
9119
9120 * process.c (top level) <Qtime, Qctime>: New variables.
9121 (syms_of_process): staticpro them.
9122 (Fsystem_process_attributes): Add their documentation to the doc
9123 string.
9124
9125 * process.h: Declare Qtime and Qctime.
9126
df23bf08
JR
91272009-01-02 Jason Rumney <jasonr@gnu.org>
9128
9acef61c 9129 * image.c (Qgobject): New symbol.
df23bf08
JR
9130 (syms_of_image): Initialize it.
9131 (init_svg_functions): Load some functions from gobject library.
9132
5bbdf7aa
DN
91332009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
9134
9135 * frame.c (make_terminal_frame): Remove redundant code and useless
9136 block.
9137
63136da6
AS
91382009-01-01 Andreas Schwab <schwab@suse.de>
9139
9140 * process.c (conv_sockaddr_to_lisp): Add workaround for
9141 getsockname bug on BSD.
9142
9ef69046
CY
91432009-01-01 Chong Yidong <cyd@stupidchicken.com>
9144
d6fafbe0
CY
9145 * xfns.c (x_create_tip_frame): Set border width of the X window.
9146
51d861de 9147 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 9148
f9c34147
JR
91492009-01-01 Jason Rumney <jasonr@gnu.org>
9150
9acef61c 9151 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
9152 Don't block input, as per earlier xterm.c changes.
9153
f5497e45
AR
91542008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
9155
9156 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
9157 (ns_appkit_version_int): New function.
9158 (x-server-version): Use ns_appkit_version_int and follow 21+
9159 convention of returning 3 integers.
9160
c19cab20
KH
91612008-12-30 Kenichi Handa <handa@m17n.org>
9162
9163 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
9164 (CHAR_SURROGATE_PAIR_P): New macro.
9165
9166 * font.h (struct font_driver): New member get_variation_glyphs.
9167
9acef61c 9168 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
9169 (Ffont_variation_glyphs): New function.
9170 (syms_of_font): Defsubr it.
9171
9172 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
9173 ftfont_variation_glyphs.
9174 (setup_otf_gstring): New function.
9175 (ftfont_drive_otf): Use it.
9176 (ftfont_shape_by_flt): Handle variation selector.
9177 (ftfont_variation_glyphs): New function.
9178
28cd591f
MR
91792008-12-30 Martin Rudalics <rudalics@gmx.at>
9180
9181 * frame.c (Vemacs_iconified): Remove.
9182
7f714baf
JR
91832008-12-30 Jason Rumney <jasonr@gnu.org>
9184
9185 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 9186 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 9187
9d2d22ab
CY
91882008-12-30 Chong Yidong <cyd@stupidchicken.com>
9189
9190 * indent.c (Fvertical_motion): Don't advance iterator if we have
9191 reseated to the desired position.
9192
9193 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
9194 checking for pos match.
9195
545312c2
KH
91962008-12-30 Kenichi Handa <handa@m17n.org>
9197
1ede3eb6
KH
9198 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
9199 just get the low 8-bit of the code.
9200
545312c2
KH
9201 * font.c (font_intern_prop): Validate str as multibyte.
9202
bd7bbf29
DN
92032008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
9204
31e0750e
DN
9205 * dispextern.h (struct face): Move lface and hash from the middle
9206 of bitfields.
9207
bd7bbf29
DN
9208 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
9209
b5672e7c
DN
92102008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
9211
9212 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
9213 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
9214 instead of intervals.h.
9215
d704470f
AS
92162008-12-26 Andreas Schwab <schwab@suse.de>
9217
9218 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
9219 cons.
9220
54b33868
MR
92212008-12-26 Martin Rudalics <rudalics@gmx.at>
9222
9223 * textprop.c (Qminibuffer_prompt): New variable.
9224 (syms_of_textprop): Initialize it.
9225 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
9226 in minibuffer-prompt face. (Bug#1662)
9227
40b615d6
JR
92282008-12-25 Jason Rumney <jasonr@gnu.org>
9229
9230 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
9231
baae5c2d
JR
92322008-12-24 Jason Rumney <jasonr@gnu.org>
9233
9234 * ralloc.c (r_alloc_reset_variable): New function.
9235
9236 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 9237 record of what points where. (Bug#716)
baae5c2d 9238
a9051c88
DN
92392008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
9240
9241 * minibuf.c (read_minibuf): Follow the non-interactive case when
9242 running as a daemon, before detaching.
9243
8b146312
AS
92442008-12-22 Andreas Schwab <schwab@suse.de>
9245
9246 * buffer.c (init_buffer): Use realloc instead of xrealloc.
9247 * gtkutil.c (free_widget_value): Use xfree instead of free.
9248
56f2de10
MR
92492008-12-22 Martin Rudalics <rudalics@gmx.at>
9250
9251 * frame.c (delete_frame): New function derived from
9252 Fdelete_frame to handle Qnoelisp value for FORCE argument.
9253 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
9254 (Fdelete_frame): Call delete_frame. Remove line from doc-string
9255 saying that FORCE non-nil doesn't run `delete-frame-functions'.
9256 * frame.h: Extern delete_frame.
9257 * window.c (window_loop):
9258 * terminal.c (delete_terminal):
9259 * xterm.c (x_connection_closed):
9260 * xfns.c (Fx_hide_tip):
9acef61c 9261 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 9262
1fc200d6
JR
92632008-12-21 Jason Rumney <jasonr@gnu.org>
9264
9265 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
9266 when character maps to .notdef character.
9267
5e252df2
SM
92682008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
9269
9270 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
9271
99b72cc4
JR
92722008-12-20 Jason Rumney <jasonr@gnu.org>
9273
9274 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 9275 a graphical frame on Windows. (Bug#1325)
99b72cc4 9276
acc49a52
JD
92772008-12-20 Jan Djärv <jan.h.d@swipnet.se>
9278
9279 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
9280
6ea15123
CY
92812008-12-20 Chong Yidong <cyd@stupidchicken.com>
9282
9283 * minibuf.c (Fread_buffer): Doc fix.
9284
b2dab6c8
JR
92852008-12-20 Jason Rumney <jasonr@gnu.org>
9286
54ea0c87 9287 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 9288 server name in UNC paths. (Bug#719)
54ea0c87 9289
b2dab6c8 9290 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 9291 charbuf. (Bug#1035)
b2dab6c8 9292
6d1921be
DN
92932008-12-19 Daniel Engeler <engeler@gmail.com>
9294
9295 * sysdep.c (serial_configure): Fix typo.
9296
53934c98
DN
92972008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
9298
9299 * sysdep.c: Include alloca.h.
f4f634e8
DN
9300 (system_process_attributes): Add implementation for Solaris.
9301
9302 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 9303
06e111a6
DN
93042008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
9305
9306 Reorganize implementation of Flist_system_processes and
9307 Fsystem_process_attributes. No functional changes.
9308 * process.c: Don't #include pwd.h, grp.h and limits.h.
9309 (Flist_system_processes): Just call list_system_processes.
9310 (Fsystem_process_attributes): Just call system_process_attributes.
9311 (procfs_list_system_processes, time_from_jiffies)
9312 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9313 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
9314
9315 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
9316 (list_system_processes): Rename from
9317 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
9318 Provide a do nothing implementation.
9319 (system_process_attributes): Rename from
9320 procfs_list_system_processes.
9321 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 9322 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
9323
9324 * w32.c (list_system_processes): Rename from
9325 w32_list_system_processes.
9326 (system_process_attributes): Rename from
9327 w32_system_process_attributes.
9328
9329 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
9330
9331 * process.h (w32_list_system_processes)
9332 (w32_system_process_attributes): Remove.
362654a6
JB
9333 (list_system_processes, system_process_attributes):
9334 New prototypes.
06e111a6 9335
6a705b23
KH
93362008-12-19 Kenichi Handa <handa@m17n.org>
9337
9338 * xfont.c (xfont_decode_coding_xlfd): New function.
9339 (xfont_encode_coding_xlfd): New function.
9340 (xfont_list_pattern): Decode XLFD by iso-8859-1.
9341 (xfont_list): Decode and encode XLFD by iso-8859-1.
9342 (xfont_match): Likewise.
9343 (xfont_list_family): Likewise.
9344 (xfont_open): Likewise.
9345
d66c0241 9346 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
9347 names are utf-8.
9348
d66c0241 9349 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
9350 names are utf-8.
9351
5a130941
JD
93522008-12-18 Jan Djärv <jan.h.d@swipnet.se>
9353
9354 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
9355 changed.
bfd20325
JD
9356 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
9357 clicked on a detached tool bar button.
5a130941 9358
fd95644b
DN
93592008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
9360
9361 * emacs.c (main): Print and error and exit when no data is read
9362 from the pipe.
9363
e6eee6ae
JR
93642008-12-17 Jason Rumney <jasonr@gnu.org>
9365
9366 * w32font.c (w32font_has_char): Always return -1.
9367
a35dd56b
KH
93682008-12-16 Kenichi Handa <handa@m17n.org>
9369
9370 * font.c (font_open_entity): Fix previous change.
9371
0e3635c2
DN
93722008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
9373
9374 * process.c: Include <limits.h>.
9375
d4835507 93762008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
9377
9378 * font.c (font_update_drivers): Fix mistake in reconstructing the
9379 driver list.
9380
93812008-12-16 Chong Yidong <cyd@stupidchicken.com>
9382
9383 * font.c (font_clear_cache): Fix format of font cache data.
9384
e2cbc401
CY
93852008-12-15 Chong Yidong <cyd@stupidchicken.com>
9386
9387 * xftfont.c (xftfont_open): Free Xft font pattern if
9388 XftFontOpenPattern fails.
9389
9390 * xterm.c (x_free_frame_resources): Remove extraneous call to
9391 free_frame_faces.
9392
b131d535
CY
93932008-12-13 Chong Yidong <cyd@stupidchicken.com>
9394
9395 * xterm.c (x_delete_display): Move xim_close_dpy call to
9396 x_delete_terminal.
9397 (x_delete_terminal): Call xim_close_dpy.
9398
e6df5336
JR
93992008-12-13 Jason Rumney <jasonr@gnu.org>
9400
9401 * w32font.c (intern_font_name): New function.
9402 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
9403 (w32font_open_internal, Fx_select_font): Decode font name.
9404 (fill_in_logfont, list_all_matching_fonts): Encode font name.
9405
9406 * w32font.h (intern_font_name): Declare new function.
9407
9408 * w32uniscribe.c (add_opentype_font_name_to_list):
9409 Use intern_font_name.
9410
20d68145
CY
94112008-12-13 Chong Yidong <cyd@stupidchicken.com>
9412
9f2554de
CY
9413 * frame.c (Fdelete_frame): Call free_font_driver_list.
9414
3d9bec9a
CY
9415 * font.c (free_font_driver_list): Implement missing function.
9416
20d68145
CY
9417 * w32term.c (w32_term_init): Don't initialize the image cache
9418 here; it will be done in init_frame_faces.
9419
9420 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
9421 (struct x_display_info): Remove unused member null_pixel. New
9422 member xim_callback_data.
9423
9424 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
9425 (xim_initialize): Save pointer to callback function data.
9426 (xim_close_dpy): Free callback function data. Call XCloseIM,
9427 reverting 2008-11-04 change by David Smith.
9428 (x_term_init): Don't initialize the image cache here; it will be
9429 done in init_frame_faces. Remove ancient "null_pixel" cruft.
9430 (x_delete_display): Free x_dnd_atoms member.
9431
96f9306b
KH
94322008-12-13 Kenichi Handa <handa@m17n.org>
9433
6dec9044
JB
9434 * font.c (font_rescale_ratio): Moved from xfaces.c.
9435 Argument type changed. Handle a font-spec too.
96f9306b 9436 (font_score): Check Vface_font_rescale_alist.
6dec9044 9437 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
9438
9439 * xfaces.c (font_rescale_ratio): Moved to font.c.
9440
8d5b4964
CY
94412008-12-13 Chong Yidong <cyd@stupidchicken.com>
9442
9443 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
9444
e6df5336
JR
94452008-12-12 Jason Rumney <jasonr@gnu.org>
9446
9447 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
9448 Vwindow_system_version to the real w32 major version.
9449
97c6058a
DN
94502008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
9451
9452 * term.c (init_tty): Move setting the terminal name before the
9453 potential user: maybe_fatal.
9454
ec4e88d7
CY
94552008-12-11 Chong Yidong <cyd@stupidchicken.com>
9456
d4835507
JB
9457 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
9458 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 9459
b4233ec9
JR
94602008-12-11 Jason Rumney <jasonr@gnu.org>
9461
8ec71e23 9462 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 9463 SYMBOL_CHARSET. (Bug#547)
8ec71e23 9464
b4233ec9 9465 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 9466 size for surrogates. (Bug#1096, bug#872)
b4233ec9 9467
011a0143
JB
94682008-12-11 Juanma Barranquero <lekktu@gmail.com>
9469
9470 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
9471
3c309f34
JB
94722008-12-11 Juanma Barranquero <lekktu@gmail.com>
9473
9474 * process.c (Fsystem_process_attributes, syms_of_process):
9475 Fix typo in name of Ssystem_process_attributes.
9476 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
9477
fedc6ab5
JB
94782008-12-11 Juanma Barranquero <lekktu@gmail.com>
9479
9480 * syntax.c (Fmodify_syntax_entry): Doc fix.
9481
ba3de0e8
JB
94822008-12-10 Juanma Barranquero <lekktu@gmail.com>
9483
9484 * font.c (Ffont_spec): Move usage to end of docstring.
9485
174f1c74
JR
94862008-12-10 Jason Rumney <jasonr@gnu.org>
9487
9488 * w32font.c (Qcham): New symbol.
9489 (font_supported_scripts): Add cham, and comments for other new
9490 scripts in bitfield from OpenType spec.
9d32f818
JR
9491 (add_font_entity_to_list): Limit unicode-sip fonts to those that
9492 contain characters beyond the bmp.
174f1c74 9493
7b649478
KH
94942008-12-10 Kenichi Handa <handa@m17n.org>
9495
9496 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 9497 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
9498 Qunicode_sip.
9499
2133e2d1
JB
95002008-12-10 Juanma Barranquero <lekktu@gmail.com>
9501
9502 * coding.c (QCdefault_char): Rename from QCdefalut_char.
9503 (Fcoding_system_put): Use QCdefault_char.
9504 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
9505
9af886ee
CY
95062008-12-09 Chong Yidong <cyd@stupidchicken.com>
9507
74d819eb
CY
9508 * xftfont.c (syms_of_xftfont): Fix typo.
9509
4ccfa1c0 9510 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 9511
7c19d3ae
DN
95122008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9513
9514 * emacs.c (main): Close daemon_pipe on exec.
9515
567826bb
CY
95162008-12-08 Chong Yidong <cyd@stupidchicken.com>
9517
9518 * termchar.h (struct tty): New members termcap_term_buffer and
9519 termcap_strings_buffer.
9520
9521 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 9522 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
9523 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
9524 All callers changed.
9525 (init_tty): Store termcap data and string buffers in new struct
9526 tty members termcap_term_buffer and termcap_strings_buffer.
9527 (delete_tty): Free them.
4ccfa1c0 9528 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 9529
aa96c42b
SZ
95302008-12-07 Seiji Zenitani <zenitani@mac.com>
9531
9532 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 9533 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 9534
b7e1d896
CY
95352008-12-06 Chong Yidong <cyd@stupidchicken.com>
9536
9537 * coding.c (make_conversion_work_buffer): Disable buffer
9538 modification hooks in the work buffer.
9539
b5ec91a5
EZ
95402008-12-05 Eli Zaretskii <eliz@gnu.org>
9541
9542 * process.c (procfs_system_process_attributes): If `nread' has a
9543 negative value, assign zero to it.
9544
a5d2a52b
CY
95452008-12-05 Chong Yidong <cyd@stupidchicken.com>
9546
68c5540b 9547 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 9548
7bf1bb21
KH
95492008-12-05 Kenichi Handa <handa@m17n.org>
9550
9551 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
9552 second character is a combining character.
9553
2fdc7d00
EZ
95542008-12-05 Eli Zaretskii <eliz@gnu.org>
9555
9556 * process.c (procfs_system_process_attributes): Don't use cmd,
9557 cmdsize, and q without initializing them first.
9558
bf6bfba8
JR
95592008-12-04 Jason Rumney <jasonr@gnu.org>
9560
9561 * w32font.c (w32font_draw): Initialize orig_clip before getting
9562 it, and delete it when finished.
9563
a3b1a468
DN
95642008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
9565
9566 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
9567 case when running as a daemon before detaching.
9568
8b8be8eb
JB
95692008-12-03 Juanma Barranquero <lekktu@gmail.com>
9570
805f2638 9571 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 9572
b1bde622
KH
95732008-12-03 Kenichi Handa <handa@m17n.org>
9574
e500c47d
KH
9575 * font.c (font_at): Set `multibyte' at first.
9576
ca516334
KH
9577 * coding.c (decode_coding_charset): Check type of an element of
9578 vector VALIDS.
7bf1bb21 9579 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 9580
4ccfa1c0 9581 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
9582 (font_for_char): Likewise.
9583
1e5ecd37
CY
95842008-12-03 Chong Yidong <cyd@stupidchicken.com>
9585
d5b01609 9586 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
9587 (font_update_lface): Handle fonts with corrupted size specs,
9588 i.e. non-int and non-float.
d5b01609 9589
11e3a6e4 9590 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 9591 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 9592 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 9593
ab06788b
CY
9594 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
9595
1e5ecd37 9596 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 9597 underline_minimum_offset for underline position.
1e5ecd37 9598
63c125ab
DN
95992008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9600
9601 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
9602
9603 * character.c (c_string_width): Specify the type for LEN.
9604
3a8406e1
KH
96052008-12-03 Kenichi Handa <handa@m17n.org>
9606
4ccfa1c0 9607 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 9608 (decode_coding_utf_8): Likewise.
4ccfa1c0 9609 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 9610 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 9611
651df7d9
CY
96122008-12-02 Chong Yidong <cyd@stupidchicken.com>
9613
9614 * keyboard.c (make_lispy_position): Only use PT if the selected
9615 window is current.
9616
1f625c6c
AS
96172008-12-02 Andreas Schwab <schwab@suse.de>
9618
f7741ce9
AS
9619 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
9620
1f625c6c
AS
9621 * doprnt.c (doprnt1): Fix size of charbuf.
9622
92bc2678
CY
96232008-12-02 Chong Yidong <cyd@stupidchicken.com>
9624
9625 * keyboard.c (timer_check): Revert last change.
9626
93b9e8cc
JB
96272008-12-02 Juanma Barranquero <lekktu@gmail.com>
9628
9629 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
9630
fd7a37d5
JB
96312008-12-01 Juanma Barranquero <lekktu@gmail.com>
9632
9633 * makefile.w32-in: Update dependencies.
9634 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
9635
c115043b
AS
96362008-12-01 Andreas Schwab <schwab@suse.de>
9637
9638 * font.c (register_font_driver): Use xmalloc.
9639 (font_put_frame_data): Likewise.
9640
f5668d2a
CY
96412008-12-01 Chong Yidong <cyd@stupidchicken.com>
9642
860d96be
CY
9643 * xfaces.c (realize_x_face): Make abort condition clearer.
9644
f5668d2a
CY
9645 * gtkutil.c (update_frame_tool_bar): Initialize variable.
9646
379c17e7
CY
96472008-11-30 Chong Yidong <cyd@stupidchicken.com>
9648
9649 * keyboard.c (timer_check): After a timer runs, ensure that the
9650 selected window's buffer is current.
9651
35f36d65
JB
96522008-11-30 Juanma Barranquero <lekktu@gmail.com>
9653
f952c61c
JB
9654 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
9655 It was accidentally restored by the Unicode merge.
9656
35f36d65
JB
9657 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
9658
b23077df
JB
96592008-11-29 Juanma Barranquero <lekktu@gmail.com>
9660
9661 * w32proc.c: Include "coding.h".
9662 (Fw32_short_file_name): Encode filename passed to Windows API.
9663 (Fw32_long_file_name): Encode filename passed to Windows API and
9664 decode back the result. (Bug#1433)
9665
b8ebe9dd
KH
96662008-11-29 Kenichi Handa <handa@m17n.org>
9667
8cc53f96
KH
9668 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
9669 not before accessing it.
9670
b8ebe9dd
KH
9671 * charset.c (Fdefine_charset_internal): After calculating
9672 min_char, max_char, and fastmap, copy the charset structure again.
9673 (encode_char): Fix the previous change.
9674
59bc82c0
SZ
96752008-11-28 Seiji Zenitani <zenitani@mac.com>
9676
9677 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
9678
9679 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
9680
9681 * nsterm.m (x_set_frame_alpha): New function.
9682
32247e3d
EZ
96832008-11-27 Eli Zaretskii <eliz@gnu.org>
9684
9685 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
9686
b003e5ff
JB
96872008-11-27 Juanma Barranquero <lekktu@gmail.com>
9688
9689 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
9690 pointer to check_face_name.
9691
708550f5
KH
96922008-11-27 Kenichi Handa <handa@m17n.org>
9693
9694 * category.h (SET_CATEGORY_SET): Call set_category_set.
9695 (set_category_set): Extern it.
9696
9697 * category.c (hash_get_category_set): New function.
9698 (Fmodify_category_entry): Adjusted for the change of
9699 char_table_ref_and_range. Call hash_get_category_set to get a
9700 category set to store in the table.
9701
9702 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
9703 Funify_charset.
9704
2ae37cf0 9705 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
9706 (DECODE_CHAR): Check if the decoder vector is ready.
9707 (ENCODE_CHAR): Check if the encoder char-table is ready.
9708 (maybe_unify_char): Extern it.
9709
9710 * charset.c (Vchar_unified_charset_table): Delete it.
9711 (inhibit_load_charset_map): New variable.
9712 (temp_charset_work): New variable.
9713 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
9714 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
9715 New macros.
9716 (load_charset_map): Meaning of control_flag changed. If
9717 inhibit_load_charset_map is nonzero, setup a table in
9718 temp_charset_work.
9719 (load_charset): New argument control_flag.
9720 (map_charset_for_dump): New function.
9721 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
9722 map_charset_for_dump.
9723 (Fdefine_charset_internal): If the charset method is MAP, load
9724 mapping tables by calling load_charset.
9725 (Funify_charset): Don't load a mapping table but directly set
9726 Vchar_unify_table.
9727 (maybe_unify_char): New function.
9728 (decode_char): Don't handle the deleted method MAP_DEFERRED.
9729 Handle the case of inhibit_load_charset_map being nonzero.
9730 (encode_char): Don't handle the deleted method MAP_DEFERRED.
9731 Handle the case of inhibit_load_charset_map being nonzero.
9732 (Fclear_charset_maps): Just free temp_charset_work.
9733 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
9734 variable.
9735
9736 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
9737 change of char_table_ref_and_range.
9738 (char_table_ref_and_range): Change the meaning of argument FROM
9739 and TO. Now the caller must provide initial values for *FROM
9740 and *TO.
9741
9742 * fontset.c (fontset_add): Adjusted for the change of
9743 char_table_ref_and_range.
9744 (fontset_get_font_group): Likewise.
9745 (Ffontset_info): Likewise.
9746
9747 * keymap.c (describe_vector): Adjusted for the change of
9748 char_table_ref_and_range. For char-table, put boundary between
9749 non-ASCII and 8-bit characters.
9750
9751 * print.c (print_object): For bool-vector, delete unnecessary
9752 check of ASCII_BYTE_P.
9753
9196133b
JR
97542008-11-26 Jason Rumney <jasonr@gnu.org>
9755
9756 * w32font.c (w32font_open_internal): Don't include external
9acef61c 9757 leading in font height. (Bug#879)
9196133b 9758
9f688acf
GM
97592008-11-26 Glenn Morris <rgm@gnu.org>
9760
9761 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
9762 redefinition with ifdef. (Bug#1383)
9763
90d19aff
AR
97642008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9765
9766 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
9767
4ccfa1c0 97682008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
9769
9770 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
9771 New EmacsView methods.
9772 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
9773 Fixes bug #1048,1357,1414.
9774
97752008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9776
9777 Fix bug #1362.
9778 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
9779 is not an indexed color.
9780 * nsterm.m (free_indexed_color): Add argument checking.
9781 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
9782
e7d5ecb3
CY
97832008-11-24 Chong Yidong <cyd@stupidchicken.com>
9784
9785 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
9786 Document confirm-after-completion value for
9787 minibuffer-completion-confirm.
9788
c285743c
JR
97892008-11-24 Jason Rumney <jasonr@gnu.org>
9790
9791 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
9792 warning.
9793
b0857706
JR
97942008-11-23 Jason Rumney <jasonr@gnu.org>
9795
9796 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
9797 restored before returning.
9798
9799 * w32font.c (check_face_name): New function.
9800 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 9801 fonts. (Bug#642)
b0857706 9802
ee50ff07
MR
98032008-11-22 Martin Rudalics <rudalics@gmx.at>
9804
9805 * buffer.c (Fswitch_to_buffer): Reword and mention new option
9806 confirm-nonexistent-file-or-buffer in doc-string.
9807
b8ff72fa
SM
98082008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
9811 Fix copy/paste typo. Add checks.
9812
cee53ed4
KH
98132008-11-21 Kenichi Handa <handa@m17n.org>
9814
9815 * coding.c (detect_coding_iso_2022): Reject invalid composition
9816 sequence.
9817 (DECODE_COMPOSITION_START): If the current source is the last
9818 block, and the current composition doesn't end, regard this
9819 sequence as invalid.
9820 (decode_coding_iso_2022): Handle invalid composition sequence.
9821
f6ef1e65
MR
98222008-11-20 Martin Rudalics <rudalics@gmx.at>
9823
9824 * window.c (coordinates_in_window): Don't return
9825 ON_VERTICAL_BORDER for the rightmost position of a mode/header
9826 line when the window is not the rightmost one. (Bug#1372)
9827
e08b1705
MR
98282008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
9829
9830 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
9831
ad98e89f
EZ
98322008-11-15 Eli Zaretskii <eliz@gnu.org>
9833
9834 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
9835 and bright_bg if noninteractive is non-zero.
9836
fb098a4b
CY
98372008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9838
9839 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
9840 x_draw_glyph_string_background.
9841
9842 * w32term.c (x_draw_glyph_string): Likewise.
9843
ce952b6e
CY
98442008-11-15 Chong Yidong <cyd@stupidchicken.com>
9845
9846 * xterm.c (x_draw_glyph_string): Stop drawing the background of
9847 the next glyph string once past the overhang width.
9848
9849 * nsterm.m (ns_draw_glyph_string): Likewise.
9850
9851 * w32term.c (x_draw_glyph_string): Likewise.
9852
26ea7079
CY
98532008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
9854
9855 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
9856 double file close.
9857
1c33c906
MR
98582008-11-14 Martin Rudalics <rudalics@gmx.at>
9859
9860 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
9861 dedicated status of window before attempting to display another
9862 buffer in it.
9863
8fc29035
JB
98642008-11-14 Juanma Barranquero <lekktu@gmail.com>
9865
9866 * msdos.c (Fmsdos_long_file_names):
9867 (syms_of_msdos) <dos-unsupported-char-glyph>:
9868 * dosfns.c (Fint86): Fix typos in docstrings.
9869
55fb4286
EZ
98702008-11-14 Eli Zaretskii <eliz@gnu.org>
9871
9872 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
9873
3fda0315
KY
98742008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9875
9876 * puresize.h (BASE_PURESIZE): Increase to 1260000.
9877
7e849c17
CY
98782008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
9879
9880 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
9881
9882 * frame.h: Negative alpha means "don't touch".
9883
9884 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
9885
9886 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
9887
b9fd67bd
DN
98882008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
9889
9890 * hftctl.c:
9891 * chpdef.h:
9892 * acldef.h: Remove files used only for systems no longer supported.
9893
9894 * Makefile.in: Fix .o alphabetical ordering.
9895 (hftctl.o): Remove dependency, file removed.
9896 (keymap.o, print.o): Depend on charset.h.
9897
d5998e03
KH
98982008-11-10 Kenichi Handa <handa@m17n.org>
9899
2ae37cf0 9900 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 9901
be70e183
CY
99022008-11-08 Chong Yidong <cyd@stupidchicken.com>
9903
9904 * dired.c (file_name_completion): If completion_ignore_case is
9905 enabled, ignore case when checking completion-regexp-list.
9906
7cf94eac
EZ
99072008-11-08 Eli Zaretskii <eliz@gnu.org>
9908
9909 * vm-limit.c (get_lim_data): Fix last change.
9910
ee107a89
KH
99112008-11-08 Kenichi Handa <handa@m17n.org>
9912
9913 * character.c (Fget_byte): New function.
9914 (syms_of_character): Defsubr Fget_byte.
9915
5fd15622
CY
99162008-11-07 Chong Yidong <cyd@stupidchicken.com>
9917
9918 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
9919 cursor position is valid after scrolling.
9920
13d62fad
JB
99212008-11-06 Juanma Barranquero <lekktu@gmail.com>
9922
9923 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
9924
a1dd2936
GM
99252008-11-06 Glenn Morris <rgm@gnu.org>
9926
9927 * xterm.c (handle_one_xevent): Don't let popup menus cause
9928 mouse-autoselect-window related window switching. (Bug#1261)
9929
860cd236
CY
99302008-11-04 David Smith <davidsmith@acm.org> (tiny change)
9931
9932 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
9933
653a3150
AS
99342008-11-04 Andreas Schwab <schwab@suse.de>
9935
9936 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
9937
870f5cac
CY
99382008-11-03 Chong Yidong <cyd@stupidchicken.com>
9939
9940 * xfns.c (Fx_wm_set_size_hint): New function.
9941
1e02f3cb
MR
99422008-11-03 Martin Rudalics <rudalics@gmx.at>
9943
9944 * textprop.c (Fprevious_single_char_property_change): Return 0
9945 when there's no change in a string. (Bug#1301)
9946
e630dfc6
MR
99472008-11-02 Martin Rudalics <rudalics@gmx.at>
9948
9949 * frame.c (do_switch_frame): New argument NORECORD passed to
9950 Fselect_window.
9951 (Fselect_frame): New argument NORECORD passed to
9952 do_switch_frame.
9953 (Fset_frame_selected_window): New argument NORECORD passed to
9954 Fselect_frame.
9955 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
9956 in call of do_switch_frame.
9957 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
9958 Handle NORECORD argument in call of Fselect_frame.
9959 * lisp.h (do_switch_frame, Fselect_frame)
9960 (Fset_frame_selected_window): Adjust declarations.
9961 * window.c (select_frame_norecord): New function.
9962 (run_window_configuration_change_hook): Use it and call
9963 Fselect_frame with NORECORD set.
9964 (Fselect_window): Pass NORECORD to Fselect_frame.
9965 (Fset_window_configuration): Handle NORECORD argument in call of
9966 do_switch_frame.
9967 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
9968 Fset_frame_selected_window.
9969 * keyboard.c (command_loop_1): Handle NORECORD in call of
9970 Fselect_frame (currently ifdefd).
9971
9020b223
GM
99722008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
9973
9974 * emacs.c (USAGE2): Untabify.
9975
793ffee8
SM
99762008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
9977
9978 * composite.c (fill_gstring_header): Fix copy/paste typo.
9979
ab6d1131
MR
99802008-10-31 Martin Rudalics <rudalics@gmx.at>
9981
9982 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
9983 (Fother_window): Rename argument and rewrite doc-string.
9984 (select_window_norecord): Fix return value. (Bug#1276)
9985
601a9cf1
JB
99862008-10-30 Juanma Barranquero <lekktu@gmail.com>
9987
9988 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
9989 new frames overriding foreground for tooltips. Based on similar patch
9990 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
9991
813b0652
CY
99922008-10-29 Chong Yidong <cyd@stupidchicken.com>
9993
9994 * emacs.c (Fdaemon_initialized): Initialize nfd.
9995
4414f58f
MR
99962008-10-29 Martin Rudalics <rudalics@gmx.at>
9997
9998 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
9999 (Fwindow_text_height): Clarify doc-strings.
10000 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
10001 doc-string of window-scroll-functions.
10002
ecdcaa09
RS
100032008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10004
10005 * category.c (syms_of_category): Fix typo in docstring.
10006
23fe745a
JB
100072008-10-28 Juanma Barranquero <lekktu@gmail.com>
10008
10009 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
10010 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
10011 Fix typos in docstrings.
10012
ff808935
DN
100132008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
10014
10015 * emacs.c (daemon_pipe): Make non-static.
10016 (IS_DAEMON): Move definition ...
10017 * lisp.h (IS_DAEMON): ... here.
10018 (daemon_pipe): Declare.
10019 (is_daemon): Remove.
10020 * dispnew.c (init_display): Use IS_DAEMON.
10021
fc012771
SM
100222008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10023
10024 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
10025 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
10026
10027 * emacs.c (is_daemon): Remove.
10028 (main): Don't set is_daemon.
10029 (IS_DAEMON): New macro.
10030 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 10031 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
10032 parent exits.
10033 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
10034
d8bdbe6f
CY
100352008-10-27 Chong Yidong <cyd@stupidchicken.com>
10036
d1a072bf
CY
10037 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
10038 over-sized glyph, draw it with the default glyph width.
10039
e2e325aa
CY
10040 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
10041 glyph, draw it with the default glyph width.
10042
10043 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
10044 glyph, draw it with the default glyph width.
10045
d8bdbe6f
CY
10046 * xdisp.c (try_scrolling): When computing the distance from the
10047 scroll margin to PT, try moving some distance past the window
10048 bottom before giving up.
10049
7bfac547
MR
100502008-10-27 Martin Rudalics <rudalics@gmx.at>
10051
10052 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
10053 (Fset_window_buffer): Explain in doc-string that a window can be
10054 "strongly" dedicated to its buffer.
10055
4ff029f6
DN
100562008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
10057
10058 * emacs.c (daemon_name): New variable.
10059 (main): Deal with --daemon=SERVER_NAME.
10060 (Fdaemonp): Return a name if one was passed to --daemon.
10061
5790ef40
DN
100622008-10-26 Romain Francoise <romain@orebokech.com>
10063
f9bd0df9 10064 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
10065 (main): Create a pipe before forking, make the parent exit only after
10066 the child has closed its end of the pipe. Move closing the
10067 descriptors ...
10068 (Fdaemon_initialized): ... here. New function.
10069
f5385255
SM
100702008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
10071
4d632321
SM
10072 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
10073 the previous unoptimized table.
10074
f5385255
SM
10075 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
10076 the distinction between non-nil and non-t value of `dedicated'.
10077
6c56a0f3
CY
100782008-10-25 Chong Yidong <cyd@stupidchicken.com>
10079
10080 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 10081 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 10082
fec89261
MR
100832008-10-25 Martin Rudalics <rudalics@gmx.at>
10084
10085 * window.c (Fget_buffer_window, Fdelete_windows_on)
10086 (Freplace_buffer_in_windows): Make buffer argument optional and
10087 rename to buffer_or_name.
10088
34fcddd0
CY
100892008-10-24 Chong Yidong <cyd@stupidchicken.com>
10090
f5385255
SM
10091 * xdisp.c (handle_single_display_spec, handle_display_prop):
10092 Undo 2005-05-16 change.
34fcddd0
CY
10093 (handle_stop): Pop iterator if it's loaded with an empty string.
10094 (get_overlay_strings_1): Don't save iterator if it's loaded with
10095 an empty string (bug#1201).
10096
064766f2
KH
100972008-10-24 Kenichi Handa <handa@m17n.org>
10098
10099 * ftfont.c (ftfont_otf_features): Fix previous change.
10100 (ftfont_otf_capability): Check FeatureList.FeatureCount before
10101 calling ftfont_otf_features.
10102
f9bd0df9 101032008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
10104
10105 * font.c (font_match_p): Fix for the case that a vector of
10106 characters is in script-representative-chars.
10107
1dae9197
MA
101082008-10-24 Michael Albinus <michael.albinus@gmx.de>
10109
10110 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 10111 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
10112 (xd_read_queued_messages): Catch Qdbus_error from the macros.
10113 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 10114 macro. (Bug#1186)
1dae9197 10115
f9bd0df9 101162008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
10117
10118 * s/sol2-10.h: New file.
10119
878a4584
JB
101202008-10-23 Juanma Barranquero <lekktu@gmail.com>
10121
10122 * xdisp.c (fill_glyph_string): Fix typo in source (though the
10123 poor beast has survived 9+ years and the jump from xterm.c!).
10124
cd265ca6
MR
101252008-10-23 Martin Rudalics <rudalics@gmx.at>
10126
10127 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
10128 Reword doc-string.
f5385255 10129 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 10130
472a4dc9
JB
101312008-10-23 Juanma Barranquero <lekktu@gmail.com>
10132
10133 * character.c (syms_of_character) <script-representative-chars>:
10134 <unicode-category-table>: Doc fixes.
10135
159bd5a2
NF
101362008-10-23 Noah Friedman <friedman@splode.com>
10137
10138 * coding.c (make_conversion_work_buffer): Check that
10139 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
10140 Fget_buffer_create.
10141
49f9c344
KH
101422008-10-23 Kenichi Handa <handa@m17n.org>
10143
10144 * font.c (font_add_log): Check the values of extra properties.
10145
12bb3111
MR
101462008-10-22 Martin Rudalics <rudalics@gmx.at>
10147
10148 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
10149 Reword doc-string.
10150 (Fset_window_parameter): Use NILP.
10151 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 10152 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 10153
bbeb4e99
JB
101542008-10-22 Juanma Barranquero <lekktu@gmail.com>
10155
10156 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
10157
101582008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
10159
10160 * nsfns.m (ns_appkit_version): New function.
10161 (x-server-version): Use it.
10162 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
10163 (x-server-vendor): Don't check_ns().
10164
10165 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
10166
a9b555d3
JB
101672008-10-22 Juanma Barranquero <lekktu@gmail.com>
10168
10169 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
10170 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
10171
4626499f
KH
101722008-10-22 Kenichi Handa <handa@m17n.org>
10173
e3681952
KH
10174 * syntax.c (scan_words): Call word_boundary_p instead of comparing
10175 scripts.
10176
4626499f
KH
10177 * category.c (word_boundary_p): Check scripts instead of charset.
10178 Handle nil value in word-separating-categories and
10179 word-combining-categories.
10180 (syms_of_category): Fix docstrings of word-separating-categories
10181 and word-combining-categories.
10182
1560f91a
EZ
101832008-10-21 Eli Zaretskii <eliz@gnu.org>
10184
10185 * coding.c (Fencode_coding_region, Fdecode_coding_region)
10186 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
10187
f4668441
MR
101882008-10-21 Martin Rudalics <rudalics@gmx.at>
10189
10190 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
10191 Rename arg "buffer" to "buffer_or_name".
10192 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
10193 it optional.
10194 (no_switch_window): Remove since the return value is not used.
a9b555d3 10195 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
10196 Consider window as dedicated when Fwindow_dedicated_p returns a
10197 non-nil value.
10198 * lisp.h: Remove prototype for no_switch_window.
10199
fd75ddb2
JD
102002008-10-21 Jan Djärv <jan.h.d@swipnet.se>
10201
10202 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 10203 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 10204
07295713
KH
102052008-10-21 Kenichi Handa <handa@m17n.org>
10206
10207 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
10208 check Vlatin_extra_code_table.
10209
712adc82
EZ
102102008-10-20 Eli Zaretskii <eliz@gnu.org>
10211
10212 * fileio.c (Fset_file_modes): Doc fix.
10213
f549eb0b
MA
102142008-10-19 Michael Albinus <michael.albinus@gmx.de>
10215
10216 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
10217 in arrays.
10218
aac0c6e3
MR
102192008-10-19 Martin Rudalics <rudalics@gmx.at>
10220
10221 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
10222 Mention kill-buffer in doc-string.
10223 (Fset_window_buffer): Reinsert tem check removed in last commit.
10224 (Fenlarge_window, Fshrink_window): Have argument names and
10225 doc-string follow Elisp manual more closely.
10226
102272008-10-18 Eli Zaretskii <eliz@gnu.org>
10228
10229 * fileio.c (Fset_file_modes): Doc fix.
10230
102312008-10-18 Martin Rudalics <rudalics@gmx.at>
10232
10233 * window.c (Fwindow_width, Fset_window_start)
10234 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
10235 (Fdelete_windows_on, Freplace_buffer_in_windows):
10236 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
10237 (Fwindow_dedicated_p): Make window argument optional.
10238 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
10239 (Fset_window_buffer): Respect any non-nil dedicated value for
10240 window. Rename "buffer" argument to "buffer_or_name".
10241
102422008-10-18 Ulrich Mueller <ulm@gentoo.org>
10243
10244 * m/sh3.h: New file, machine description for SuperH.
10245
102462008-10-17 Martin Rudalics <rudalics@gmx.at>
10247
10248 * window.c (Fsplit_window): Rename arg horflag to horizontal.
10249
102502008-10-17 Kenichi Handa <handa@m17n.org>
10251
10252 * ftfont.c (ftfont_otf_features): Fix indexing
10253 gsub_gpos->FeatureList.Feature. Check the validity of indices.
10254
102552008-10-16 Magnus Henoch <mange@freemail.hu>
10256
10257 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
10258 (Fdbus_call_method_asynchronously): Ditto.
10259 This change makes C-h f display the argument list.
10260
102612008-10-16 Chong Yidong <cyd@stupidchicken.com>
10262
10263 * fileio.c (Fexpand_file_name): Doc fix.
10264
10265 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
10266 of :foreground and :background equivalent to unspecified (20.x
10267 compatibility).
10268
102692008-10-15 Eli Zaretskii <eliz@gnu.org>
10270
10271 * buffer.c (syms_of_buffer): Doc fix.
10272
102732008-10-14 Kenichi Handa <handa@m17n.org>
10274
10275 * font.c (font_clear_prop): When clearing font width, clear the
10276 average width field too.
10277
102782008-10-12 Andreas Schwab <schwab@suse.de>
10279
10280 * ftfont.c (ftfont_shape_by_flt): Make static.
10281 * ftfont.h (ftfont_shape_by_flt): Don't declare.
10282
10283 * font.c: Don't include <m17n-flt.h>.
10284
102852008-10-10 Eli Zaretskii <eliz@gnu.org>
10286
10287 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
10288
102892008-10-09 Eli Zaretskii <eliz@gnu.org>
10290
10291 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
10292 away code.
10293
102942008-10-09 Chong Yidong <cyd@stupidchicken.com>
10295
10296 * dispnew.c (update_text_area): Avoid looping due to large glyph
10297 overhangs (bug#1070).
10298
102992008-10-09 Kenichi Handa <handa@m17n.org>
10300
10301 * fontset.c (face_for_char): If face->fontset is negative, just
10302 return ascii_face.
10303
f5385255
SM
10304 * font.c (font_delete_unmatched): Fix previous change.
10305 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
10306
103072008-10-09 Martin Rudalics <rudalics@gmx.at>
10308
10309 * frame.c (Fraise_frame): On text-only terminals select frame in
10310 order to make it visible. (Bug#1061)
10311
103122008-10-08 Chong Yidong <cyd@stupidchicken.com>
10313
10314 * fontset.c (fontset_find_font): Check frame validity.
10315
103162008-10-07 Chong Yidong <cyd@stupidchicken.com>
10317
a9b555d3 10318 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
10319 (xg_display_close): Allow Emacs to close all displays (bug#985).
10320
103212008-10-06 Andreas Schwab <schwab@suse.de>
10322
f5385255 10323 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
10324
103252008-10-06 Chong Yidong <cyd@stupidchicken.com>
10326
f5385255 10327 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 10328
a9b555d3 10329 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
10330
10331 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
10332 during initialization.
10333
103342008-10-04 Eli Zaretskii <eliz@gnu.org>
10335
10336 * xdisp.c (redisplay_internal): If frame switched, redisplay the
10337 whole thing on MSDOS frames as well as on a TTY.
10338
10339 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
10340 well as for TTY.
10341 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
10342 well as on a TTY.
10343
10344 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
10345 as well as for TTY.
10346
10347 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
10348
10349 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
10350 MSDOS frames as well.
10351
103522008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
10353
10354 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
10355 correct arguments.
b71ac3dd 10356 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
10357
103582008-10-03 Glenn Morris <rgm@gnu.org>
10359
10360 * emacs.c (USAGE1): Add --daemon.
10361
103622008-10-02 Eli Zaretskii <eliz@gnu.org>
10363
10364 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
10365 100, so it's in percents as advertised.
10366
103672008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
10368
10369 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
10370 (ns_output.current_cursor, ns_output.desired_cursor)
10371 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
10372 (FRAME_NEW_CURSOR_COLOR): Remove.
10373
10374 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 10375 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
10376 enumeration (HOLLOW_BOX_CURSOR, etc.).
10377
10378 * nsterm.m (ns_frame_rehighlight): Remove commented code.
10379 (draw_window_cursor): Simplify code.
f5385255
SM
10380 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
10381 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 10382 updates manually.
a9b555d3
JB
10383 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
10384 Use core Emacs cursor types.
aac0c6e3 10385
b8ff72fa 10386 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
10387
103882008-10-02 Martin Rudalics <rudalics@gmx.at>
10389
10390 * process.c (Faccept_process_output): Fix doc-string.
10391
103922008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
10393
10394 * gmalloc.c (__sbrk): Also define for uClibc.
10395
10396 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
10397 for uClibc.
10398
103992008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10400
10401 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
10402 styles.
10403 (nsfont_open): Reenable the cache.
10404
104052008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10406
10407 * font.c (font_matching_entity): Reflect ATTRS in font selection.
10408 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
10409
104102008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10411
10412 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
10413 a suspended terminal.
10414
104152008-09-30 Michael Albinus <michael.albinus@gmx.de>
10416
10417 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
10418
104192008-09-30 Eli Zaretskii <eliz@gnu.org>
10420
10421 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
10422
104232008-09-30 Chong Yidong <cyd@stupidchicken.com>
10424
10425 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
10426 in a continued line coincides with a line beginning.
10427
104282008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
10429
10430 * nsfont.m (nsfont_trait_distance): Fix bug.
10431 (nsfont_list): Return a list rather than a vector (syncs with Handa
10432 changes of 2008-05-14).
10433 (nsfont_open): Improve logging.
10434
104352008-09-29 Andreas Schwab <schwab@suse.de>
10436
10437 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
10438
104392008-09-28 Martin Rudalics <rudalics@gmx.at>
10440
10441 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
10442 name as char-resolve-modifiers.
10443 Reported by: Markus Triska <markus.triska@gmx.at>
10444
104452008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
10446
10447 * dispnew.c (init_display): Return earlier when running as a daemon.
10448
104492008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10450
10451 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
10452
104532008-09-27 Eli Zaretskii <eliz@gnu.org>
10454
10455 * composite.c (Fcomposition_get_gstring)
10456 (Fcompose_region_internal, Fcompose_string_internal)
10457 (Ffind_composition_internal): Doc fix.
10458 (syms_of_composite) <compose-chars-after-function>: Doc fix.
10459 (syms_of_composite) <auto-composition-function>: Doc fix.
10460 (syms_of_composite) <composition-function-table>: Doc fix.
10461
104622008-09-25 Chong Yidong <cyd@stupidchicken.com>
10463
10464 * search.c (wordify): New argument for lax word-ends.
10465 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
10466
104672008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10468
10469 * lisp.h (is_daemon): Declare.
10470 * dispnew.c (init_display): Do not try to initialize the terminal
10471 when running as a daemon.
10472
104732008-09-22 Chong Yidong <cyd@stupidchicken.com>
10474
10475 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
10476 x_display_pixel_height.
10477
104782008-09-22 Martin Rudalics <rudalics@gmx.at>
10479
10480 * undo.c (record_point): Don't call Fundo_boundary for first
10481 change. (Bug#731)
10482
104832008-09-22 Juanma Barranquero <lekktu@gmail.com>
10484
10485 * emacs.c (Fdaemonp): Doc fix.
10486
104872008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
10488
10489 * emacs.c (main): Place #ifdef in the proper place.
10490
104912008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10492
10493 * emacs.c (standard_args): Add --daemon.
10494 (main): Disconnect from the terminal when --daemon is passed.
10495 (is_daemon): New variable.
10496 (Fdaemonp): New function.
10497 (syms_of_emacs): Defsubr it.
10498
104992008-09-20 Chong Yidong <cyd@stupidchicken.com>
10500
10501 * xdisp.c (get_next_display_element): Handle string display
10502 correctly when checking for the end of a box run.
10503
105042008-09-20 Glenn Morris <rgm@gnu.org>
10505
10506 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
10507 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
10508 (Frename_file): Avoid copying to trash if a rename involves
10509 a delete. (Bug#964).
10510
105112008-09-20 Eli Zaretskii <eliz@gnu.org>
10512
10513 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
10514 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
10515 frames as well as termcap frames.
10516 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
10517 get_named_tty.
10518
105192008-09-19 Eli Zaretskii <eliz@gnu.org>
10520
10521 * process.c (procfs_system_process_attributes): Fix cmdline in
10522 case /proc/PID/cmdline is empty.
10523
10524 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
10525 x_display_pixel_height.
10526
105272008-09-19 Juanma Barranquero <lekktu@gmail.com>
10528
10529 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
10530
10531 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
10532 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
10533
105342008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
10535
10536 * dispextern.h (struct it): Move line_wrap away from the middle of
10537 bitfields. Move voffset in struct iterator_stack_entry after the
10538 bitfields. Move tab_width near after another short.
10539
105402008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
10541
10542 * frame.h (struct frame): Move alpha from the middle of bitfields.
10543
10544 * window.h (struct window): Move frozen_window_start_p after the
10545 rest of the bitfields to reduce padding.
10546
105472008-09-18 Chong Yidong <cyd@stupidchicken.com>
10548
10549 * xterm.h (x_display_info): Remove `height' and `width' members.
10550
10551 * nsterm.h (ns_display_info): Remove `height' and `width' members.
10552
10553 * w32term.h (w32_display_info): Remove `height', `width',
10554 `height_in', and `width_in' members.
10555
b8ff72fa
SM
10556 * xterm.c (x_display_pixel_height, x_display_pixel_width):
10557 New functions.
aac0c6e3
MR
10558 (x_calc_absolute_position): Use them.
10559 (x_term_init): Omit removed `height' and `width' members.
10560
b8ff72fa
SM
10561 * w32term.c (x_display_pixel_height, x_display_pixel_width):
10562 New functions.
aac0c6e3
MR
10563 (w32_read_socket, x_calc_absolute_position): Use them.
10564 (w32_initialize_display_info, w32_term_init): Omit removed members
10565 of w32_display_info.
10566
b8ff72fa
SM
10567 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
10568 New functions.
10569 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 10570
b8ff72fa
SM
10571 * xterm.c (x_display_pixel_height, x_display_pixel_width):
10572 New functions.
aac0c6e3
MR
10573 (x_calc_absolute_position): Use them.
10574 (x_term_init): Omit removed `height' and `width' members.
10575
10576 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
10577 (compute_tip_xy):
10578 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
10579 * xmenu.c (menu_position_func): Use x_display_pixel_height and
10580 x_display_pixel_width.
10581
105822008-09-18 Kenichi Handa <handa@m17n.org>
10583
10584 * composite.c (fill_gstring_header): Don't check FROM and TO here.
10585 (composition_compute_stop_pos): Fix handling of static composition.
10586 (Fcomposition_get_gstring): Check FROM and TO at first.
10587
105882008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10589
46e722a9 10590 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
10591 mixup (YAILOM).
10592
105932008-09-17 Chong Yidong <cyd@stupidchicken.com>
10594
10595 * indent.c (Fvertical_motion): Use position reported by iterator
10596 instead of PT for determining screen motion (bug#943).
10597
105982008-09-17 Romain Francoise <romain@orebokech.com>
10599
10600 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
10601
106022008-09-17 Kenichi Handa <handa@m17n.org>
10603
10604 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
10605
10606 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
10607 if necessary.
10608
106092008-09-16 Kenichi Handa <handa@m17n.org>
10610
10611 * coding.c (make_conversion_work_buffer): Avoid calling
10612 Fget_buffer_create if it is not necessary.
10613
106142008-09-15 Martin Rudalics <rudalics@gmx.at>
10615
10616 * window.c (Fselect_window): Don't update window_select_count and
10617 use_time when norecord is not nil.
10618
106192008-09-14 Kenichi Handa <handa@m17n.org>
10620
10621 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
10622 specpdl_ptr.
10623
106242008-09-12 Kenichi Handa <handa@m17n.org>
10625
10626 * indent.c (scan_for_column): Don't handle automatic composition
10627 if the current buffer is not associated with a window.
10628
10629 * composite.c (composition_reseat_it): If the current buffer is
10630 not associated with a window, ignore the automatic composition.
10631 (find_automatic_composition): Likewise.
10632
106332008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10634
10635 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
10636 (Fgpm_mouse_stop): Use it.
10637 * termhooks.h (close_gpm): Declare.
10638 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
10639 connection if Gpm_GetEvent fails.
10640
10641 * window.c (set_window_buffer): Always preserve current-buffer.
10642
106432008-09-12 Glenn Morris <rgm@gnu.org>
10644
10645 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
10646
106472008-09-11 Glenn Morris <rgm@gnu.org>
10648
10649 * charset.c (charset-map-path): Doc fix.
10650
106512008-09-10 Kenichi Handa <handa@m17n.org>
10652
10653 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
10654
10655 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
10656 compose a grapheme cluster with the preceding base glyph.
10657
10658 * composite.c (composition_compute_stop_pos): Fix previous change.
10659 Reset cmp_it->id to -1 at first.
10660
106612008-09-10 Glenn Morris <rgm@gnu.org>
10662
10663 * Makefile.in (character.o, chartab.o): Fix config.h typo.
10664
106652008-09-09 Chong Yidong <cyd@stupidchicken.com>
10666
10667 * keyboard.c (read_key_sequence): Reapply translation maps when
10668 switching keyboards.
10669
106702008-09-09 Kenichi Handa <handa@m17n.org>
10671
10672 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
10673 characters.
10674
10675 * composite.c (FORWARD_CHAR): Fix calculation
10676 of (POSITION).pos_byte.
10677 (composition_compute_stop_pos): Limit the search of composition to
10678 at most 500 characters ahead. If we reach the limit or find a
10679 newline, set cmp_it->ch to -2 and return 0.
10680 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
10681
106822008-09-08 Kenichi Handa <handa@m17n.org>
10683
10684 * indent.c (Fvertical_motion): Be sure to set
10685 it_overshoot_expected if it.cmp_it.id is non-negative.
10686
106872008-09-07 Andreas Schwab <schwab@suse.de>
10688
10689 * callproc.c (Fcall_process): Don't hold references to string data
10690 across garbage collection. Move initialisation of new_argv down
10691 to avoid compiler bug.
10692
106932008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10694
10695 * process.c (Fsystem_process_attributes): Doc fix.
10696
106972008-09-07 Chong Yidong <cyd@stupidchicken.com>
10698
10699 * callproc.c (Fcall_process): Canonicalize current directory name.
10700
10701 * xdisp.c (move_it_to): When moving by vpos, ensure that the
10702 iterator advances to the next line if the current line ends in a
10703 continued tab.
10704
107052008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
10706
10707 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
10708 member to point to cmp_from.
10709
10710 * xdisp.c: Doc fix for references to gidx data member.
10711
107122008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10713
10714 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
10715
107162008-09-07 Kenichi Handa <handa@m17n.org>
10717
10718 * composite.c (FORWARD_CHAR): Check STOP after
10719 incrementing (POSITION).pos.
10720
107212008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10722
10723 * process.c (Fsystem_process_attributes): Doc fix.
10724
107252008-09-06 Chong Yidong <cyd@stupidchicken.com>
10726
10727 * keyboard.c (Ftop_level): Doc fix.
10728
107292008-09-06 Eli Zaretskii <eliz@gnu.org>
10730
10731 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
10732 minibuffer, don't let lower part of menu invade the echo area.
10733
10734 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
10735 "char *q" to access menu text and advance through it. Revert the
10736 change that displayed ">" instead of ASCII character 0x10.
10737
107382008-09-05 Eli Zaretskii <eliz@gnu.org>
10739
10740 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
10741 toggle boxes and radio buttons on MS-DOS as well.
10742
107432008-09-05 Kenichi Handa <handa@m17n.org>
10744
10745 * composite.c (autocmp_chars): Check lookback count.
10746 (composition_compute_stop_pos): Set cmp_it->lookback.
10747 (composition_reseat_it): Check lookback count.
10748 (struct position_record): New struct.
10749 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
10750 (find_automatic_composition): New function.
10751 (composition_adjust_point): Use find_automatic_composition.
10752
10753 * dispextern.h (struct composition_it): New member lookback.
10754
107552008-09-02 Chong Yidong <cyd@stupidchicken.com>
10756
10757 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
10758 if moving by a single line.
10759
107602008-09-02 Andreas Schwab <schwab@suse.de>
10761
10762 * xterm.c (x_delete_display): Fix merge error.
10763
10764 * fileio.c (Fexpand_file_name): Remove unused variables.
10765
107662008-09-02 Eli Zaretskii <eliz@gnu.org>
10767
10768 * fileio.c (Fexpand_file_name): Copy argument `name' into local
10769 storage on all platforms, not just on DOS_NT.
10770
107712008-09-02 Jason Rumney <jasonr@gnu.org>
10772
b8ff72fa
SM
10773 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
10774 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
10775
107762008-09-01 Chong Yidong <cyd@stupidchicken.com>
10777
10778 * xfaces.c (Finternal_set_alternative_font_family_alist)
10779 (Finternal_set_alternative_font_registry_alist): Properly copy
10780 entire alist structure.
10781
107822008-09-01 Kenichi Handa <handa@m17n.org>
10783
d66c0241 10784 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 10785 representative chars of the script is a vector.
d66c0241
JB
10786 (ftfont_list): Handle the case where the representative chars of
10787 the script is a vector.
aac0c6e3
MR
10788
10789 * character.c (syms_of_character): Docstring of
10790 script-representative-chars fixed.
10791
107922008-08-31 Eli Zaretskii <eliz@gnu.org>
10793
10794 * msdos.c (BUILD_CHAR_GLYPH): New macro.
10795 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
10796 the menu. Allocate larger buffer for `text', to account for
10797 possible ^C characters.
10798
107992008-08-31 Martin Rudalics <rudalics@gmx.at>
10800
10801 * xdisp.c (prepare_menu_bars): Don't call
10802 Vwindow_size_change_functions with arg Qt.
10803
108042008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10805
10806 * font.h (font_range):
10807 * fileio.c (report_file_error):
46e722a9
SM
10808 * composite.c (composition_update_it): Yet another int/Lisp_Object
10809 mixup (YAILOM).
aac0c6e3
MR
10810
108112008-08-30 Glenn Morris <rgm@gnu.org>
10812
10813 * data.c (Fmake_variable_frame_local): Doc fix.
10814
10815 * frame.c (Fmodify_frame_parameters): Doc fix.
10816
108172008-08-30 Eli Zaretskii <eliz@gnu.org>
10818
10819 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
10820 needed by GetTokenInformation.
10821 (w32_system_process_attributes): Check return values of all system
10822 APIs.
10823
10824 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
10825 only when the state changes.
10826 (IT_update_begin, IT_update_end): Add termscript trace.
10827
10828 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
10829 clipboard is unavailable. Set dst to NULL if it doesn't point to
10830 malloc'ed data.
10831 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
10832 passing random values to xfree.
10833
10834 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 10835 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
10836
108372008-08-29 Jason Rumney <jasonr@gnu.org>
10838
10839 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
10840
108412008-08-29 Eli Zaretskii <eliz@gnu.org>
10842
10843 * composite.c (fill_gstring_body): Avoid compiler warnings.
10844
10845 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
10846 LGLYPH_SET_CODE to avoid compiler warnings.
10847
2ae37cf0 10848 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
10849
10850 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
10851
10852 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
10853 LGLYPH_SET_CODE.
10854
108552008-08-29 Kenichi Handa <handa@m17n.org>
10856
10857 * fileio.c (report_file_error): Don't downcase the first character
10858 of errstring if it is still unibyte.
10859
108602008-08-29 Kenichi Handa <handa@m17n.org>
10861
10862 These changes are to re-implement the automatic composition so
10863 that it doesn't use text properties.
10864
10865 * Makefile.in (ftfont.o): Depend on composite.h.
10866 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
10867
10868 * character.h (Vunicode_category_table): Extern it.
10869
10870 * character.c (Vunicode_category_table): New variable.
10871 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
10872
10873 * chartab.c (optimize_sub_char_table): Perform more greedy
10874 optimization.
10875
b8ff72fa
SM
10876 * composite.h (enum composition_method):
10877 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
10878 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
10879 (Vcomposition_function_table): Extern it.
10880 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
10881 (composition_gstring_put_cache, composition_gstring_from_id)
10882 (composition_gstring_p, composition_gstring_width)
10883 (composition_compute_stop_pos, composition_reseat_it)
10884 (composition_update_it, composition_adjust_point): Extern them.
10885 (Fcomposition_get_gstring): EXFUN it.
10886
d66c0241 10887 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
10888 (Vcomposition_function_table)
10889 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
10890 (gstring_hash_table, gstring_work, gstring_work_headers):
10891 New variables.
aac0c6e3
MR
10892 (gstring_lookup_cache, composition_gstring_put_cache)
10893 (composition_gstring_from_id, composition_gstring_p)
10894 (composition_gstring_width, fill_gstring_header)
10895 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
10896 (composition_reseat_it, composition_update_it)
b8ff72fa 10897 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
10898 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
10899 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 10900 Defsubr composition_get_gstring.
aac0c6e3
MR
10901
10902 * dispextern.h (struct glyph): New union u.cmp. Delete the member
10903 cmp_id.
10904 (struct glyph_string): Delete the member gidx. New members
10905 cmp_id, cmp_from, and cmp_to.
10906 (enum it_method): Delete GET_FROM_COMPOSITION.
10907 (struct composition_it): New struct.
10908 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
10909 Delete c, len, cmp_id, cmp_len in u.comp.
10910
10911 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 10912 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 10913 (enum lglyph_indices): Likewise.
b8ff72fa 10914 (font_range): Adjust extern.
aac0c6e3
MR
10915 (font_fill_lglyph_metrics): Extern it.
10916
10917 * font.c (QCf): New variable.
10918 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
10919 (font_prepare_composition): Delete this function.
10920 (font_range): Type and arguments changed.
10921 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
10922 (font_fill_lglyph_metrics): New function.
b8ff72fa 10923 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 10924 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
10925 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
10926 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
10927
10928 * fontset.h (font_for_char): Extern it.
10929
10930 * fontset.c (font_for_char): New function.
10931
10932 * ftfont.c: Include composite.h.
10933 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 10934 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
10935
10936 * indent.c: Include composite.h and dispextern.h.
10937 (check_composition): Delete this function.
10938 (scan_for_column): Handle composition by
10939 composition_compute_stop_pos, composition_reseat_it, and
10940 composition_update_it.
10941 (compute_motion): Likewise.
10942 (Fvertical_motion): Fix checking of composition.
10943
10944 * keyboard.c (adjust_point_for_property): Check composition by
10945 composition_adjust_point.
10946
b8ff72fa 10947 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
10948 struct glyph_string.
10949
b8ff72fa
SM
10950 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
10951 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
10952 struct glyph.
10953 (produce_composite_glyph): Likewise.
10954
b8ff72fa
SM
10955 * w32term.c (x_draw_composite_glyph_string_foreground):
10956 Adjust for the change of struct glyph_string.
aac0c6e3
MR
10957 (x_draw_glyph_string): Likewise.
10958
10959 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
10960 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
10961
10962 * xdisp.c: Include font.h.
10963 (it_props): Delete the entry for Qauto_composed.
10964 (init_iterator): Initialize it->cmp_it.id to -1.
10965 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 10966 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
10967 (handle_auto_composed_prop): Delete it.
10968 (handle_composition_prop): Handle only static composition.
10969 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
10970 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 10971 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
10972 (pop_it): Likewise.
10973 (get_next_element): Delete next_element_from_composition.
10974 (CHAR_COMPOSED_P): New macro.
10975 (get_next_display_element): For automatic composition, get a face
10976 from the font in the glyph-string.
10977 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 10978 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
10979 (next_element_from_string): Check if the character at the current
10980 position is composed by CHAR_COMPOSED_P.
10981 (next_element_from_buffer): Likewise.
d66c0241
JB
10982 (next_element_from_composition): Adjust for the change of struct it.
10983 Update it->cmp_it.
b8ff72fa
SM
10984 (dump_glyph): Adjust for the change of struct glyph.
10985 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
10986 it and struct glyph. Don't handle automatic composition here.
10987 (fill_gstring_glyph_string): New function.
10988 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 10989 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
10990 (BUILD_GSTRING_GLYPH_STRING): New macro.
10991 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
10992 automatic composition.
b8ff72fa 10993 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 10994 struct glyph.
b8ff72fa 10995 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 10996
b8ff72fa 10997 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
10998 the change of struct glyph_string.
10999 (x_draw_glyph_string): Likewise.
11000
110012008-08-29 Glenn Morris <rgm@gnu.org>
11002
11003 * buffer.c (word-wrap): Doc fix.
11004 * xdisp.c (truncate-partial-width-windows): Doc fix.
11005 Increase default to 50.
11006
110072008-08-29 Chong Yidong <cyd@stupidchicken.com>
11008
11009 * xdisp.c (update_tool_bar_unwind): New function.
11010 (update_tool_bar): Temporarily set selected frame before building
11011 tool-bar items.
11012
110132008-08-28 Michael Albinus <michael.albinus@gmx.de>
11014
11015 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
11016 snprintf, respectively.
11017 (xd_append_arg): Convert strings with Fstring_make_unibyte.
11018
110192008-08-28 Chong Yidong <cyd@stupidchicken.com>
11020
11021 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
11022 LDFLAGS to GNUstep CC invocation.
11023
110242008-08-27 Chong Yidong <cyd@stupidchicken.com>
11025
11026 * indent.c (Fvertical_motion): Revert last change. Handle the
11027 general case where we are moving forward, and PT spans multiple
11028 screen lines.
11029
11030 * eval.c (find_handler_clause): Temporarily increase
11031 max-lisp-eval-depth while printing the backtrace buffer, to
11032 guarantee that help-mode code can run.
11033
110342008-08-27 Eli Zaretskii <eliz@gnu.org>
11035
11036 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
11037 colors under -rv.
11038 (IT_set_frame_parameters): Don't swap foreground and background
11039 colors if `(reverse . t)' is present in the frame properties.
11040 (internal_terminal_init): Call init_frame_faces only for the
11041 initial frame.
11042
110432008-08-27 Andreas Schwab <schwab@suse.de>
11044
11045 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
11046
110472008-08-27 Andreas Schwab <schwab@suse.de>
11048
11049 * search.c (search_buffer): Set char_base to zero only at the end.
11050
110512008-08-27 Kenichi Handa <handa@m17n.org>
11052
b8ff72fa 11053 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
11054
110552008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
11056
11057 * xterm.c (x_term_init): Temporarily hide the partially
11058 initialized terminal while calling vendor-specific-keysyms.
11059
110602008-08-26 Eli Zaretskii <eliz@gnu.org>
11061
11062 * msdos.c (internal_terminal_init): Most initializations done only
11063 once, especially initial_screen_colors[] and termscript open.
11064
110652008-08-26 Chong Yidong <cyd@stupidchicken.com>
11066
11067 * eval.c (Fcondition_case): Doc fix.
11068
11069 * widgetprv.h (EmacsFramePart): Change font member to the new font
11070 struct.
11071
11072 * widget.c: Include character.h and font.h for XSETFONT.
11073 (setup_frame_gcs): Compute X font id from font struct, just once.
11074
110752008-08-26 Eli Zaretskii <eliz@gnu.org>
11076
11077 * term.c (get_named_tty): Fix last change.
11078
110792008-08-26 Chong Yidong <cyd@stupidchicken.com>
11080
11081 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 11082 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
11083
110842008-08-25 Eli Zaretskii <eliz@gnu.org>
11085
11086 * frame.c (do_switch_frame): Mark previously displayed frame as
11087 obscured for FRAME_MSDOS_P frames as well.
11088
110892008-08-24 Eli Zaretskii <eliz@gnu.org>
11090
11091 * frame.c (make_terminal_frame): Initialize f->terminal,
11092 f->terminal->reference_count, and scroll bars on MS-DOS as well.
11093 Set the top frame to newly created frame.
11094 (Fmake_terminal_frame): Reuse the_only_display_info.
11095
11096 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
11097 estimating available memory.
11098
b97439ce 110992008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
11100
11101 * nsterm.m (ns_draw_window_cursor): Don't call
11102 NSDisableScreenUpdates and NSEnableScreenUpdates on
11103 non-NS_IMPL_COCOA systems.
11104
111052008-08-23 Andreas Schwab <schwab@suse.de>
11106
11107 * process.c (procfs_system_process_attributes): Fix use of
11108 uninitialized variables.
11109
111102008-08-23 Eli Zaretskii <eliz@gnu.org>
11111
11112 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
11113
11114 * dispnew.c (init_display): Remove MS-DOS specific conditions for
11115 calling tty-set-up-initial-frame-faces.
11116
b8ff72fa
SM
11117 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
11118 Allow MSDOS frames along with X frames.
aac0c6e3
MR
11119
11120 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
11121 addition to output_termcap.
11122
11123 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
11124
11125 * termchar.h (FRAME_TTY): Support output_msdos_raw.
11126 (struct tty_display_info) [MSDOS]: Add fields related to mouse
11127 highlight.
11128
11129 * process.c [!subprocesses]: Define QCname.
11130 (syms_of_process): Intern and staticpro it.
11131
11132 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
11133 Adjust for changes in encoding/decoding routines.
11134 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
11135 encode_coding and decode_coding.
11136
b8ff72fa 11137 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
11138
11139 * dosfns.c: Include frame.h before termhooks.h.
11140 (dos_cleanup): Use CURTTY ()->termscript instead of a global
11141 variable termscript.
11142
11143 * s/msdos.h (USER_FULL_NAME): Define.
11144 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
11145
11146 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
11147 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
11148 pw->pw_gecos.
11149
11150 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
11151 SELECTED_FRAME as additional (1st) argument.
11152 (tty_read_avail_input): Handle output_msdos_raw in
11153 addition to output_termcap.
11154
11155 * msdos.c: Include frame.h before termhooks.h.
11156 (mouse_on, mouse_off, mouse_moveto, mouse_init)
11157 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
11158 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
11159 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
11160 (IT_set_terminal_modes, IT_reset_terminal_modes)
11161 (IT_set_frame_parameters): Use tty->termscript instead of a global
11162 variable termscript.
11163 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
11164 global variable terminal_coding. Don't refer to
11165 Vnonascii_translation_table.
11166 (internal_terminal_init): Set Vwindow_system in current_kboard.
11167 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
11168 Announce date and time of session start, if termscript is open.
11169 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
11170 term.c:init_tty). Open termscript only of not already open.
11171 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
11172 here instead of dos_ttraw. Don't initialize display if this is an
11173 initial tty. Don't set FRAME_FONT.
11174 (Vwindow_system_version): Bump to 23.
11175 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
11176 is available, set up mouse_position_hook.
11177 (dos_ttraw, IT_set_terminal_modes): If called with initial
11178 terminal, do nothing.
11179 (IT_set_frame_parameters): Handle the Qtty_type frame
11180 parameter by calling internal_terminal_init.
11181 (dos_set_window_size, show_mouse_face)
11182 (clear_mouse_face, IT_note_mode_line_highlight)
11183 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
11184 (dos_rawgetc): Use tty_display_info instead of x_display_info.
11185 (initialize_msdos_display): New function.
11186 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
11187 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
11188 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
11189 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 11190 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
11191 (request_sigio, unrequest_sigio): Don't define, now defined on
11192 sysdep.c.
11193 (IT_write_glyphs): Rewrite to use encode_terminal_code.
11194
11195 * term.c [MSDOS]: Include msdos.h.
11196 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
11197 conditional to DOS_NT. Allow only one call to this function in a
11198 session. Don't allocate a new struct tty_display_info; instead,
11199 reuse the_only_display_info. Call get_tty_size to get screen
11200 dimensions. Call init_baud_rate to set bad_rate.
11201 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
11202 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 11203 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
11204 (get_tty_terminal, get_named_tty, Ftty_type)
11205 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
11206 output_termcap.
b8ff72fa
SM
11207 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
11208 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 11209 only when subprocesses are supported.
aac0c6e3
MR
11210
11211 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
11212 f->output_data.x.
11213 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
11214 terminal devices.
11215
5582fbc7 11216 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
11217 x_output.
11218 (FRAME_FONT): Use output_data.tty.
11219 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
11220 (struct x_display_info): Rename from display_info. Update all users in
11221 msdos.c.
aac0c6e3 11222 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 11223 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
11224 (dos_ttraw): Update prototype.
11225
11226 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
11227 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
11228
112292008-08-23 Jason Rumney <jasonr@gnu.org>
11230
11231 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
11232 (fn_TIFFSetDirectory): New library function used.
11233 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
11234 (tiff_load): Use :index to select among multiple images. Set count
11235 property when multiple images exist.
11236 (gif_format): Use :index, not :image.
11237
112382008-08-23 Chong Yidong <cyd@stupidchicken.com>
11239
11240 * xdisp.c (try_scrolling): Check INT_MAX instead of
11241 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
11242 to obtain INT_MAX.
11243
112442008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
11245
11246 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
11247
112482008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
11249
11250 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
11251 GNUstep library location.
11252
112532008-08-21 Chong Yidong <cyd@stupidchicken.com>
11254
11255 * xfaces.c (x_update_menu_appearance): Check validity of menu font
11256 before using it.
11257
11258 * puresize.h (BASE_PURESIZE): Increase to 1250000.
11259
112602008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11261
11262 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
11263 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
11264 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
11265 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
11266 (EmacsApp-cursor_blink_handler): Remove declaration.
11267 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
11268 match 01 Feb 2008 changes in xterm.c.
11269 (ns_read_socket): Add cast to avoid warning.
11270 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
11271 GNUstep.
11272
112732008-08-20 Chong Yidong <cyd@stupidchicken.com>
11274
11275 * xselect.c (x_get_foreign_selection): Return nil if desired
11276 selection could not be obtained, instead of signalling an error.
11277
112782008-08-20 David Reitter <david.reitter@gmail.com>
11279
11280 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
11281 * nsterm.m: Remove ns-specific code for cursor blinking.
11282 (ns_draw_window_cursor): Clear cursor properly rather than
11283 redrawing the area. Respect width of bar cursors.
11284 These changes enable the use of generic blink-cursor-mode and
11285 generic cursor types in NS and support smooth cursor movements (do
11286 not blink off after command).
11287 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
11288 Nextstep, too.
11289
112902008-08-19 Kenichi Handa <handa@m17n.org>
11291
11292 * font.c (Vfont_log_deferred): New variable.
11293 (font_add_log): Check Vfont_log_deferred.
11294 (font_deferred_log): New function.
11295
11296 * font.h (font_deferred_log): Extern it.
11297
11298 * fontset.c (reorder_font_vector): Use encoding charset of fonts
11299 for sorting.
11300 (face_for_char): Use deferred log.
11301
113022008-08-18 Kenichi Handa <handa@m17n.org>
11303
11304 * fontset.c (face_for_char): Add font log.
11305
11306 * font.c (font_add_log): Add the font properties :script, :lang,
11307 and :otf in the log.
11308
113092008-08-17 Chong Yidong <cyd@stupidchicken.com>
11310
11311 * xdisp.c: Remove dead code.
11312 (handle_invisible_prop, next_overlay_string): Defer call to
11313 setup_for_ellipsis.
11314 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
11315
113162008-08-15 Chong Yidong <cyd@stupidchicken.com>
11317
11318 * xfaces.c (lookup_derived_face): Properly handle possible zero
11319 return value of get_lface_attributes.
11320 (merge_faces): Don't tell lookup_derived_face to signal an error
11321 if face is not found.
11322
11323 * dired.c (Fdirectory_files): Doc fix.
11324
11325 * process.c (make_process): Initialize kill_without_query struct
11326 member.
11327
113282008-08-15 Eli Zaretskii <eliz@gnu.org>
11329
11330 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
11331 Alternative calculation of totphys for Visual Studio 6.
11332
11333 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
11334
11335 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
11336 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
11337 All users changed.
11338 (stat): Only root directory passed to GetDriveType. Allow RAM
11339 disk as well as local fixed disk when w32-get-true-file-attributes
11340 is set to `local'.
11341 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
11342 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
11343 (w32_cached_id, w32_add_to_cache): New functions.
11344 (get_name_and_id): Look account names in the cache before calling
11345 lookup_account_sid.
11346 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
11347 New initialization flags.
11348 (globals_of_w32): Initialize them to zero.
11349 (w32_system_process_attributes): Use w32_cached_id and
11350 w32_add_to_cache.
11351
113522008-08-14 Lawrence Mitchell <wence@gmx.li>
11353
11354 * lread.c (Fread_char, Fread_char_exclusive): If no character
11355 event is read before timeout is reached, return nil, rather than
11356 converting to a number.
11357
113582008-08-14 Chong Yidong <cyd@stupidchicken.com>
11359
11360 * fns.c (use_dialog_box): Doc fix.
11361
11362 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
11363 on OS X.
11364
113652008-08-13 Chong Yidong <cyd@stupidchicken.com>
11366
11367 * frame.c (Qns_parse_geometry): New var.
11368 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
11369
113702008-08-11 Chong Yidong <cyd@stupidchicken.com>
11371
11372 * xdisp.c (x_produce_glyphs): Handle the case when font has no
11373 space character in calculating tabs.
11374
113752008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
11376
11377 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
11378
113792008-08-10 Glenn Morris <rgm@gnu.org>
11380
11381 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
11382 silence gcc "limited range of data type" warnings in some
11383 make_fixnum_or_float calls.
11384
113852008-08-09 Eli Zaretskii <eliz@gnu.org>
11386
11387 * w32.c (w32_system_process_attributes): If the process does not
11388 exist, return nil.
11389
11390 * w32.c: Include thelp32.h, psapi.h and coding.h.
11391 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
11392 declarations.
11393 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
11394 (Process32Next_Proc): New typedefs.
11395 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
11396 (g_b_init_process32_next, g_b_init_open_thread_token)
11397 (g_b_init_impersonate_self, g_b_init_revert_to_self)
11398 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
11399 (g_b_init_get_process_working_set_size)
11400 (g_b_init_global_memory_status_ex): New static variables.
11401 (globals_of_w32): Initialize them.
11402 (create_toolhelp32_snapshot, process32_first, process32_next)
11403 (open_thread_token, impersonate_self, revert_to_self)
11404 (get_process_memory_info, get_process_working_set_size)
11405 (global_memory_status, global_memory_status_ex): New wrapper
11406 functions.
11407 (w32_list_system_processes, w32_system_process_attributes)
11408 (enable_privilege, restore_privilege, ltime, process_times):
11409 New functions.
11410 (convert_time_raw): New function.
11411 (convert_time): Remove conversion of FILETIME into time in 100
11412 nsec units, call convert_time_raw instead.
11413
11414 * process.h (w32_list_system_processes, w32_system_process_attributes):
11415 Add prototypes.
11416 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
11417 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
11418 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
11419 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
11420
11421 * process.c (Fsystem_process_attributes): Doc fix.
11422
114232008-08-08 Chong Yidong <cyd@stupidchicken.com>
11424
11425 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
11426 a continued multi-char glyph; if so, advance to the actual glyph.
11427
114282008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11429
11430 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
11431
11432 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
11433 (.m.o): Use it.
11434 * config.in: Regenerate.
11435
114362008-08-07 Chong Yidong <cyd@stupidchicken.com>
11437
11438 * xdisp.c (redisplay_window): Revert last change.
11439 (try_window): Check bottom scroll margin too.
11440
114412008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
11442
11443 * config.in: Regenerate.
11444
11445 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
11446 -list-load-path-shadows'.
11447 (nsgui.h): Reduce number of things depending on it.
11448
114492008-08-06 Chong Yidong <cyd@stupidchicken.com>
11450
11451 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
11452 instead of window-end which does the wrong thing at eob.
11453 (try_cursor_movement): Minor optimization.
11454 (redisplay_window): If scroll margin is defined, don't assume
11455 window doesn't need scrolling.
11456
114572008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
11458
11459 * config.in: Regenerate.
11460
11461 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
11462 (mostlyclean): Don't delete *.d under NS.
11463
11464 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
11465
114662008-08-06 Kenichi Handa <handa@m17n.org>
11467
11468 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
11469
114702008-08-06 Andreas Schwab <schwab@suse.de>
11471
11472 * config.in: Regenerate.
11473
114742008-08-05 Chong Yidong <cyd@stupidchicken.com>
11475
11476 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
11477 forcing a window start.
11478
11479 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
11480 (auto_save_1): Update modtime when auto-save-list-file-name is on.
11481
114822008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
11483
11484 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
11485 argument.
11486
114872008-08-05 Juanma Barranquero <lekktu@gmail.com>
11488
11489 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
11490 <scroll-down-aggressively, before-change-functions>:
11491 <after-change-functions>: Reflow docstrings.
11492
114932008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
acd0102a 11494 Ken Raeburn <raeburn@gnu.org>
aac0c6e3
MR
11495
11496 Dock menu customization, based on a patch by Ken Raeburn, plus some
11497 other fixes.
11498 * nsmenu.m (dockMenu): New variable.
11499 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
11500
11501 * nsterm.h (dockMenu): Declare.
11502
11503 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
11504 (ns_term_init): Initialize dockMenu.
11505 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
11506 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
11507 left.
11508
11509 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
11510
115112008-08-04 Chong Yidong <cyd@stupidchicken.com>
11512
11513 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
11514
11515 * config.in: Regenerate.
11516
115172008-08-04 Seiji Zenitani <zenitani@mac.com>
11518
11519 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
11520
115212008-08-04 Chong Yidong <cyd@stupidchicken.com>
11522
11523 * nsterm.h (find_and_call_menu_selection): Fix prototype.
11524
115252008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
11526
11527 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
11528
11529 * keyboard.h: Comment an #endif.
11530
11531 * lisp.h (have_menus_p): Adjust comment.
11532
11533 * menu.c (find_and_return_menu_selection): Fix comparison with
11534 client_data.
11535
11536 * nsmenu.m (popup_activated_flag): New variable.
11537 (popup_activated): New function.
11538 (menu-or-popup-active-p): New exported lisp definition.
11539 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
11540 when popup done.
11541 (ns_popup_dialog): Set popup_activated_flag.
11542
11543 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
11544 version for GNUstep (handled by conditional typedef in nsterm.m).
11545 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
11546 in rgb.txt).
11547
11548 * process.c (init_process): Use DARWIN_OS, not DARWIN.
11549
11550 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
11551
11552 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
11553
11554 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
11555 shortcircuit if popup_activated like GTK and X toolkit.
11556
11557 * m/inter386.h: Change DARWIN to DARWIN_OS.
11558
11559 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
11560 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
11561 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
11562 comment on NO_SOCK_SIGIO.
11563
115642008-08-03 Chong Yidong <cyd@stupidchicken.com>
11565
11566 * nsterm.m (windowDidResize): Remove stopModal call.
11567
115682008-08-03 Andreas Schwab <schwab@suse.de>
11569
11570 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
11571 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
11572
115732008-08-02 Chong Yidong <cyd@stupidchicken.com>
11574
11575 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
11576 Don't use uninitialized pointer variable when using getrlimit.
11577
115782008-08-02 Jason Rumney <jasonr@gnu.org>
11579
11580 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
11581
115822008-08-02 Eli Zaretskii <eliz@gnu.org>
11583
11584 * alloc.c (NSTATICS): Bump to 0x640.
11585
11586 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
11587
11588 * lisp.h: Add prototype for directory_files_internal.
11589
11590 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
11591 New functions.
11592 (syms_of_process): Defsubr them. Add initializations for various
11593 Q* symbols used in procfs_system_process_attributes.
11594 (procfs_list_system_processes, procfs_system_process_attributes)
11595 [HAVE_PROCFS]: New functions.
11596 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
11597 (procfs_get_total_memory): New functions.
11598
115992008-08-01 Juanma Barranquero <lekktu@gmail.com>
11600
11601 * xfaces.c (Fx_load_color_file): Fix previous change;
11602 it is #ifdef WINDOWSNT, not WINDOWS_NT.
11603
116042008-08-01 Michael Albinus <michael.albinus@gmx.de>
11605
11606 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
11607
116082008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11609
11610 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
11611
116122008-08-01 Chong Yidong <cyd@stupidchicken.com>
11613
11614 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
11615
11616 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
11617 define NSApplicationDelegateReplySuccess.
11618 (EmacsView -converstationIdentifier): Use long instead of
11619 NSInteger for GNUstep, since it doesn't have NSInteger.
11620
11621 * xmenu.c: Revert last change.
11622
11623 * keyboard.h: Fix last change.
11624
116252008-08-01 Juanma Barranquero <lekktu@gmail.com>
11626
11627 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
11628 on Windows.
11629
116302008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11631
11632 Warning clearing and clean-up in NS port.
11633 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
11634 Add prototypes.
11635 * nsgui.h (FACE_DEFAULT): Remove, unused.
11636 (XGCValues): Change colors to unsigned long.
11637 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
11638 nsterm.m.
11639 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
11640 (ns_list_fonts): Remove, unused.
11641 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
11642 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
11643 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
11644 (nsfont_draw): Compare face colors to 0, not nil.
11645 * nsmenu.m (struct widget_value): Drop unneeded declaration.
11646 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
11647 (-addSubmenuWithTitle:): Use NSMenuItem class.
11648 (ns_popup_menu): Use NO, not NULL, for enabled setting.
11649 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
11650 (ns_clip_to_row): Make gc arg a BOOL.
11651 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
11652 ns_clip_to_row() call.
11653 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
11654 used). Cast FRAME_FONT assignments.
11655 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
11656 (ns_string_to_lispmod): Change arg to const char.
11657 (ns_term_init): Use NSMenuItem class.
11658 (EmacsApp -openFile:): Move to different section of file.
11659 (EmacsApp -application:openFiles:): Don't return a value, call
11660 -replyToOpenOrPrint:.
11661 (EmacsView -keyDown:): Fix up cast.
11662 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
11663 (EmacsView -menuDown:): Cast tag in call to
11664 find_and_call_menu_selection().
11665 (ns_list_fonts): Remove, unused.
11666 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
11667 (ns_fontname_to_xlfd): Make static.
11668 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
11669 Remove prototypes (now in keyboard.h).
11670 (next_menubar_widget_id): Remove, unused.
11671 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
11672 Remove prototypes (now in keyboard.h).
11673 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
11674
116752008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
11676
11677 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
11678 (floatfns.o): Depend on syssignal.h.
11679 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
11680
11681 * systty.h: Fix previous change that removed BSD_TERMIOS.
11682 Add comments to #ifdefs.
11683
116842008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11685
11686 * w32fns.c (w32-load-color-file): Remove.
11687 (x-open-connection): Use renamed Fx_load_color_file.
11688 * xfaces.c (x-load-color-file): Add.
11689 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
11690 Emacs.clr.
11691 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
11692
116932008-07-31 Michael Albinus <michael.albinus@gmx.de>
11694
11695 * dbusbind.c (Fdbus_call_method_asynchronously)
11696 (Fdbus_method_error_internal): New defuns.
11697 (xd_read_message): Handle also reply messages.
11698 (Vdbus_registered_functions_table): Extend docstring.
11699
117002008-07-31 Juanma Barranquero <lekktu@gmail.com>
11701
11702 * keyboard.c (gobble_input): Fix previous change.
11703
117042008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11705
11706 * bitmaps/README:
11707 * xfns.c:
11708 * termcap.c:
11709 * term.c:
11710 * syswait.h:
11711 * systty.h:
11712 * systime.h:
11713 * syssignal.h:
11714 * sysdep.c:
11715 * process.h:
11716 * process.c:
11717 * print.c:
11718 * ndir.h:
11719 * lread.c:
11720 * keyboard.c:
11721 * getpagesize.h:
11722 * floatfns.c:
11723 * fileio.c:
11724 * emacs.c:
11725 * doc.c:
11726 * dispnew.c:
11727 * dired.c:
11728 * data.c:
11729 * callproc.c:
11730 * buffer.c:
11731 * README:
11732 * Makefile.in:
11733 * s/template.h:
11734 * s/msdos.h:
11735 * m/vax.h: Remove VMS support.
11736 * s/vms.h:
11737 * vlimit.h:
11738 * uaf.h:
11739 * temacs.opt:
11740 * param.h:
11741 * ioctl.h: Remove file.
11742
117432008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11744
11745 * s/ms-w32.h (MULTI_KBOARD): Remove.
11746 * xterm.c:
11747 * xselect.c:
11748 * xfns.c:
11749 * window.c:
11750 * w32term.c:
11751 * w32fns.c:
11752 * terminal.c:
11753 * termhooks.h:
11754 * term.c:
11755 * sysdep.c:
11756 * keyboard.h:
11757 * keyboard.c:
11758 * frame.h:
11759 * frame.c:
11760 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
11761 * config.in: Regenerate.
11762
117632008-07-30 Jason Rumney <jasonr@gnu.org>
11764
11765 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
11766
11767 * w32font.c (w32font_encode_char): Leave as unicode if in range.
11768 (w32font_open_internal): Get unicode version of textmetrics.
11769 Don't enable or disable glyph indices here.
11770 (w32font_open): Disable use of glyph indices.
11771
11772 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
11773
117742008-07-30 Chong Yidong <cyd@stupidchicken.com>
11775
11776 * minibuf.c (Vread_buffer_function): Doc fix.
11777
117782008-07-30 John Paul Wallington <jpw@pobox.com>
11779
11780 * minibuf.c (read_buffer_completion_ignore_case): New var.
11781 (Fread_buffer): Use it.
11782
117832008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
11784
11785 * systty.h (sensemode): Remove empty #if. Remove reference to
11786 BSD_TERMIOS, unused.
11787
11788 * sysdep.c: Remove reference to DGUX.
11789 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
11790
11791 * config.in: Regenerate.
11792
117932008-07-30 Jason Rumney <jasonr@gnu.org>
11794
11795 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
11796
117972008-07-29 Jason Rumney <jasonr@gnu.org>
11798
11799 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
11800 is populated.
11801 (uniscribe_encode_char): Always use uniscribe.
11802 Avoid using context if cache is populated.
11803
118042008-07-29 Jan Djärv <jan.h.d@swipnet.se>
11805
11806 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
11807 open menu.
11808
11809 * gtkutil.c (menu_nav_ended): Remove.
11810 (create_menus): Remove signal connect for menu_nav_ended.
11811
118122008-07-28 Chong Yidong <cyd@stupidchicken.com>
11813
11814 * xdisp.c (redisplay_window): Check return value of
11815 compute_window_start_on_continuation_line before forcing a window
11816 start.
11817
118182008-07-28 Jason Rumney <jasonr@gnu.org>
11819
11820 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
11821
11822 * w32term.c (w32_enable_unicode_output, cleartype_active):
11823 Remove obsolete display options.
11824 (x_draw_glyph_string_background): Don't use old cleartype_active
11825 workaround.
11826 (w32_initialize): Remove cleartype_active initialization.
11827 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
11828
118292008-07-28 Andreas Schwab <schwab@suse.de>
11830
11831 * lisp.h (init_weak_hash_tables, syms_of_font)
11832 (xd_read_queued_messages, syms_of_dbusbind): Declare.
11833 (remove_hash_entry): Don't declare.
11834 * eval.c (maybe_call_debugger): Make static and move before use.
11835 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
11836 * xdisp.c: Include "gtkutil.h" if USE_GTK.
11837 * xterm.h (x_set_frame_alpha): Declare.
11838
118392008-07-28 Jan Djärv <jan.h.d@swipnet.se>
11840
11841 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
11842 (create_menus): Connect selection-done to menu_nav_ended.
11843
118442008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11845
11846 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
11847 Set Vx_resource_name to a fallback. Replace read of 'buffered'
11848 parameter with read of 'alpha' one.
11849 (Qns_frame_parameter): Remove.
5582fbc7 11850 * nsselect.m (selection-coding-system)
aac0c6e3
MR
11851 (next-selection-coding-system, Vselection_coding_system)
11852 (Vnext_selection_coding_system): Drop.
11853
118542008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11855
11856 * nsfns.m (do-applescript, do_applescript): Rename to
11857 ns-do-applescript, ns_do_applescript, and move within file.
11858
118592008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11860
11861 Remove support for Mac Carbon.
11862 * mactoolbox.c:
11863 * macterm.h:
11864 * macterm.c:
11865 * macselect.c:
11866 * macmenu.c:
11867 * macgui.h:
11868 * macfns.c:
11869 * mac.c: Remove file.
11870 * s/darwin.h:
11871 * m/intel386.h:
11872 * xfaces.c:
11873 * xdisp.c:
11874 * window.c:
11875 * tparam.c:
11876 * termhooks.h:
11877 * termcap.c:
11878 * term.c:
11879 * syssignal.h:
11880 * sysselect.h:
11881 * sysdep.c:
11882 * process.c:
11883 * lread.c:
11884 * lisp.h:
11885 * keyboard.c:
11886 * image.c:
11887 * fringe.c:
11888 * frame.h:
11889 * frame.c:
11890 * fontset.c:
11891 * font.h:
11892 * font.c:
11893 * fns.c:
11894 * fileio.c:
11895 * emacs.c:
11896 * dispnew.c:
11897 * dispextern.h:
11898 * config.in:
11899 * atimer.c:
2ae37cf0 11900 * Makefile.in: Remove code for Carbon.
aac0c6e3 11901
f0131492 119022008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
11903
11904 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
11905
119062008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11907
11908 * macterm.h (kCGBitmapByteOrder32Host): New define for
11909 non-universal SDKs.
11910
11911 * image.c (mac_create_cg_image_from_image, image_load_image_io)
11912 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
11913
11914 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
11915 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
11916
119172008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
11918
11919 * w32inevt.c: Include dispextern.h.
11920
119212008-07-26 Andreas Schwab <schwab@suse.de>
11922
11923 * print.c (print_object): Fix off-by-one in last change.
11924
119252008-07-25 Juanma Barranquero <lekktu@gmail.com>
11926
11927 * term.c (syms_of_term): Don't initialize default_orig_pair,
11928 default_set_foreground and default_set_background on Windows.
11929
119302008-07-25 Jason Rumney <jasonr@gnu.org>
11931
11932 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
11933 ScriptItemize. Clean up return value checking. Remove unused
11934 variables.
11935 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
11936 shaping engine.
11937
11938 * w32font.c (w32font_has_char): Handle the case where we can't
11939 determine the script for a character.
11940
119412008-07-25 Chong Yidong <cyd@stupidchicken.com>
11942
11943 * term.c (syms_of_term): Initialize default_orig_pair,
11944 default_set_foreground, and default_set_background.
11945
11946 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
11947 clash (bug#86).
11948 (getloadavg): Callers changed.
11949
11950 * image.c (svg_load_image): Fix last change.
11951 (svg_load_image): Use rsvg_handle_get_dimensions to check that
11952 image size is valid. Use g_object_unref instead of deprecated
11953 rsvg_handle_free to free rsvg handle.
11954 (x_from_xcolors): Don't initialize pixmap (silence compiler).
11955
119562008-07-25 Jason Rumney <jasonr@gnu.org>
11957
11958 * w32font.c (w32font_encode_char): Encode characters outside BMP as
11959 surrogates before looking up glyph index.
11960 (w32font_text_extents): Encode as surrogates if falling back to
11961 functions that need UTF-16 wide chars.
11962
11963 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
11964 BMP as surrogates before looking up glyph index.
11965
119662008-07-25 Chong Yidong <cyd@stupidchicken.com>
11967
11968 * image.c (svg_load_image): Check for failure in return value of
11969 rsvg_handle_get_pixbuf. Free rsvg handle when done.
11970
119712008-07-25 Jason Rumney <jasonr@gnu.org>
11972
11973 * w32font.c (Fx_select_font): Reverse sense of second arg.
11974
119752008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11976
11977 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
11978 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
11979
11980 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
11981 (PURESIZE): Use it.
11982
119832008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11984
11985 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
11986 * m/alpha.h (TEXT_END):
11987 * m/ibmrs6000.h (TEXT_END):
11988 * m/macppc.h (TEXT_END):
11989 * s/darwin.h (TEXT_END):
11990 * s/msdos.h (TEXT_END): Remove, unused.
11991 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
11992 * s/cygwin.h: Remove comment.
11993
11994 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
11995 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
11996 * m/intel386.h (DOT_GLOBAL_START):
11997 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
11998 (USG): Remove, file not used on USG platforms.
11999
12000 * Makefile.in (HAVE_X11): Remove empty #else.
12001
120022008-07-24 Andreas Schwab <schwab@suse.de>
12003
12004 * fileio.c (Finsert_file_contents): Properly adjust undo list
12005 after format conversion.
12006
120072008-07-24 Jan Djärv <jan.h.d@swipnet.se>
12008
12009 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
12010 (menu_nav_ended): Remove.
12011 (create_menus): Remove signal connect for menu_nav_ended.
12012 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
12013 create_menus.
12014 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
12015
120162008-07-23 Jason Rumney <jasonr@gnu.org>
12017
12018 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
12019 with opened font.
12020 (w32font_open): Set font type to gdi.
12021
12022 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
12023
120242008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
12025
12026 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
12027 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
12028 defines it.
12029 * unexec.c (ADDR_CORRECT): Define unconditionally.
12030
12031 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
12032
12033 * unexec.c: Remove code depending on !COFF and USG, the file is
12034 not used for such systems.
12035
12036 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
12037 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
12038 (LD_SWITCH_SYSTEM_1): Remove, update users.
12039
12040 * s/darwin.h (DATA_END):
12041 * m/intel386.h (DATA_END):
12042 * m/ibmrs6000.h (DATA_END):
12043 * m/alpha.h (DATA_END): Remove, unused.
12044
12045 * config.in: Regenerate.
12046 * s/ms-w32.h (subprocesses): Define unconditionally.
12047 * s/template.h (subprocesses): Update comment.
12048 * s/vms.h (subprocesses):
12049 * s/usg5-4.h (subprocesses):
12050 * s/hpux10-20.h (subprocesses):
12051 * s/gnu-linux.h (subprocesses):
12052 * s/cygwin.h (subprocesses):
12053 * s/bsd-common.h (subprocesses):
12054 * s/aix4-2.h (subprocesses):
12055 * s/darwin.h (subprocesses): Do not define, defined by default now.
12056
12057 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
12058 Remove all references.
12059 (temacs): Add GNUstep specific ld flags.
12060
12061 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
12062 similarly to what X does.
12063
120642008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
12065
12066 * nsfns.m (x-list-fonts): Remove.
12067 (syms_of_nsfns): Drop the x-list-fonts declaration.
12068 * nsterm.m: Get rid of remaining "//" comments.
12069
120702008-07-22 Chong Yidong <cyd@stupidchicken.com>
12071
12072 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
12073
12074 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
12075 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
12076 (Fns_own_selection_internal, Fx_disown_selection_internal)
12077 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
12078
12079 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
12080 ... */' style of docstrings. Doc fixes.
12081
120822008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12083
12084 * terminfo.c (UP, BC, PC): Undo previous change.
12085
12086 * nsfns.m: Rename ns prefixed functions/variables to the
12087 corresponding x versions. Update references.
12088
120892008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
12090
12091 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
12092
120932008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12094
12095 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
12096 Remove forwarding functions.
12097 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
12098 non-static.
12099 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
12100 non-static.
12101 (ns_frame_parm_handlers): Use the new names.
12102 (syms_of_nsfns): Move to the end of file.
12103
12104 * nsterm.m (syms_of_nsterm): Move to the end of file.
12105
12106 * dispnew.c (init_display): Remove code for X10.
12107
121082008-07-22 Jason Rumney <jasonr@gnu.org>
12109
12110 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
12111 bare drive.
12112
121132008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
12114
12115 * nsterm.m (syms_of_nsterm): Remove debugging println.
12116
121172008-07-22 David Reitter <david.reitter@gmail.com>
12118
12119 * nsfns.m (do_applescript, F_do_applescript): NS version of the
12120 Carbon implementation of the same functionality: execute arbitrary
12121 AppleScript code.
12122
121232008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
12124
12125 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
12126 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
12127 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
12128 (Fx_display_mm_height, Fx_display_mm_width)
12129 (Fx_display_backing_store, Fx_display_visual_class)
12130 (Fx_display_save_under, Fx_open_connection)
12131 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
12132 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
12133 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
12134 (Fx_display_pixel_width, Fx_display_pixel_height)
12135 (Fx_display_usable_bounds, Fx_display_planes)
12136 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
12137 ... */' style of docstrings.
12138
121392008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
12140
12141 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
12142 on this platform.
12143 (mips):
12144 * m/iris4d.h (mips): Do not define.
12145 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
12146
12147 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
12148
12149 * image.c:
12150 * nsfns.m:
12151 * nsselect.m:
12152 * nsterm.h:
12153 * nsterm.m: Rename ns prefixed functions/variables to the
12154 corresponding x versions. Update references.
12155
12156 * m/ibms390x.h (NO_REMAP): Do not undefine.
12157
12158 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
12159
121602008-07-21 Chong Yidong <cyd@stupidchicken.com>
12161
12162 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
12163 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
12164 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
12165 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
12166 (Fns_display_mm_height, Fns_display_mm_width)
12167 (Fns_display_backing_store, Fns_display_visual_class)
12168 (Fns_display_save_under, Fns_open_connection)
12169 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
12170 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
12171 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
12172 (Fns_display_pixel_width, Fns_display_pixel_height)
12173 (Fns_display_usable_bounds, Fx_display_planes)
12174 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
12175
121762008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
12177
12178 * print.c (print_object): Check print_depth before searching for
12179 circularities.
12180
121812008-07-21 Michael Albinus <michael.albinus@gmx.de>
12182
12183 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
12184 only sprintf.
12185
121862008-07-21 Kenichi Handa <handa@m17n.org>
12187
12188 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
12189
121902008-07-20 Andreas Schwab <schwab@suse.de>
12191
12192 * syntax.c (find_start_pos, find_start_value)
12193 (find_start_value_byte, find_start_begv, find_defun_start)
12194 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
12195
121962008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
12197
12198 * s/sol2-3.h: Insert contents of s/sol2.h.
12199 (LD_SWITCH_SYSTEM): Remove redundant definition.
12200 * s/sol2.h: Remove, unused.
12201
122022008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
12203
12204 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
12205
122062008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
12207
12208 * Makefile.in (ns_appdir): Fix typo in find command.
12209
122102008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
12211
12212 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
12213
12214 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
12215 added not supported anymore.
12216
12217 * s/usg5-4-2.h (LIBS_SYSTEM):
12218 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
12219
12220 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
12221 * s/lynxos.h (GETPGRP_NO_ARG):
12222 * s/hpux10-20.h (NO_SIOCTL_H):
12223 * s/gnu.h (GETPGRP_NO_ARG):
12224 * s/gnu-linux.h (NO_SIOCTL_H):
12225 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
12226 * s/cygwin.h (GETPGRP_NO_ARG):
12227 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
12228 (C_DEBUG_SWITCH): Remove duplicate definition.
12229
12230 * m/ibms390.h: Remove boilerplate comments.
12231
12232 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
12233
12234 * process.c (HAVE_SERIAL): Consolidate ifdefs.
12235 (wait_reading_process_output): Remove code for SunOS, platform not
12236 supported anymore. Use SOLARIS2 instead of sun.
12237
122382008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
12239
12240 * font.c (font_open_by_name): Under NS, default lface height to zero.
12241 (font_open_for_lface): Under NS, set size based on frame fontsize.
12242 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
12243 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
12244
122452008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
12246
12247 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
12248 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
12249 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
12250 YES/NO.
12251 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
12252 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
12253 * Makefile.in (clean): Clear out build destination dir.
12254
122552008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
12256
12257 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
12258 xterm, xselect.
12259 * lisp.h: Remove declaration of hash_remove.
12260 * nsgui.h: Remove redefinitions of hash_remove.
12261 * fns.c (hash_remove): Rename to hash_remove_from_table.
12262
122632008-07-19 Seiji Zenitani <zenitani@mac.com>
12264
12265 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
12266 strdup() the family UTF8String before modifying it.
12267
122682008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
12269
12270 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
12271 NS_FACE_BACKGROUND with 0 instead of nil.
12272 * nsfont.m (nsfont_draw): Same.
12273
122742008-07-19 Chong Yidong <cyd@stupidchicken.com>
12275
12276 * nsfns.m (ns_set_background_color): Fix crash.
12277
122782008-07-18 Chong Yidong <cyd@stupidchicken.com>
12279
12280 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
12281
122822008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
12283
12284 * puresize.h (BASE_PURESIZE): Increase to 1240000.
12285
122862008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12287
12288 * gtkutil.c: Include <config.h> instead of "config.h".
12289
12290 * lisp.h (Foverlay_buffer): Add EXFUN.
12291
12292 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
12293 child process to complete child_setup. Undo 2005-09-21 change.
12294
12295 * s/darwin.h: Mention setsid after vfork.
12296
122972008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12298
12299 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
12300 Depend on macgui.h.
12301
12302 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
12303 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
12304
12305 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
12306 and f19.
12307 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
12308
12309 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
12310 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
12311 Remove enumerators.
12312
12313 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
12314 Check if FACE_FROM_ID returns NULL.
12315
123162008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
12317
12318 * w32inevt.c (change_frame_size): Remove extern declaration.
12319 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
12320 change_frame_size.
12321
123222008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
12323
12324 * getloadavg.c: Revert last change (2008-07-15).
12325
123262008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
12327
12328 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 12329 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
12330 from configure.
12331
123322008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
12333
12334 * s/sol2.h:
12335 * s/sol2-4.h: Reorganize conditionals.
12336
12337 * ecrt0.c: Remove code depending on m68000, not used anymore.
12338
12339 * fns.c (hash_remove): Make static.
12340 * lisp.h (hash_remove): Don't prototype.
12341
12342 * m/ibmrs6000.h:
12343 * m/ibms390x.h:
12344 * m/macppc.h: Remove boilerplate comments.
12345
12346 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
12347 Solaris, which does not need them.
12348
12349 * m/vax.h: Remove comments about unsupported systems.
12350
12351 * s/darwin.h: Reorganize ifdefs.
12352
123532008-07-17 Andreas Schwab <schwab@suse.de>
12354
12355 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
12356
123572008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
12358
12359 Use SDATA. Follow coding convention of placing operators at
12360 beginning of next line rather than end of previous line, and placing
12361 spaces around infix operators.
12362
12363 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
12364 in case it was defined already.
12365 USE @GNUSTEP_MAKEFILES@ rather than envvars.
12366 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
12367 ns_default.
12368 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
12369 Lisp_Objects.
12370 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
12371 (ns_defined_color, ns_color_to_lisp): Declare.
12372 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
12373 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
12374 it's accepted even with USE_LISP_UNION_TYPE.
12375 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
12376 (update_frame_tool_bar): Remove apparently obsolete tests for
12377 non-integerness of f->tool_bar_lines.
12378 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
12379 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
12380 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
12381 (nsfont_open): Don't confuse NULL for Qnil.
12382 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
12383 * menu.h (find_and_call_menu_selection):
12384 * menu.c (find_and_call_menu_selection): Use just int for vector size.
12385 (find_and_return_menu_selection): Always return something.
12386 * frame.h: Include dispextern.h for Display_Info.
12387 (display_x_get_resource): Declare.
12388
123892008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
12390
12391 * syntax.c: Remove stdio.h include accidentally introduced in
12392 Emacs.app commit.
12393 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
12394 NS_IMPL_COCOA.
12395 * keyboard.c (handle_async_input, input_available_signal): Remove
12396 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
12397
123982008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
12399
12400 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
12401 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
12402 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
12403 Use SDATA.
12404
12405 * keymap.c: Remove all NS-specific code.
12406 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
12407 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
12408 where_is_preferred_modifier, return a different value depending on how
12409 preferred is the binding.
12410 (where_is_internal): Adjust accordingly.
12411 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
12412 Adjust to new preferred_sequence_p.
12413 (syms_of_keymap): Declare `where-is-preferred-modifier'.
12414 * keyboard.c (parse_solitary_modifier): Not static any more.
12415 * keyboard.h (parse_solitary_modifier): Declare.
12416
124172008-07-16 Andreas Schwab <schwab@suse.de>
12418
12419 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
12420 of easymenu.
12421
124222008-07-16 Chong Yidong <cyd@stupidchicken.com>
12423
12424 * xdisp.c (move_it_in_display_line): Account for word wrap, so
12425 that we don't move off the line.
12426
124272008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
12428
12429 * keyboard.c (Qsuper): Remove.
12430 (parse_menu_item): Don't call where_is_internal specially for NS.
12431
124322008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
12433
12434 * s/gnu-linux.h: Remove boilerplate comments.
12435
12436 * m/alpha.h (__ELF__): Consolidate conditions.
12437
12438 * m/m68k.h (linux): Use GNU_LINUX instead.
12439 Remove boilerplate comments.
12440
12441 * m/intel386.h: Undo refactoring from previous change.
12442 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
12443 too, remove dead code.
12444 (linux): Use GNU_LINUX instead.
12445
124462008-07-16 Jason Rumney <jasonr@gnu.org>
12447
12448 * w32gui.h: Repeat 26 June changes lost by last change.
12449
124502008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
12451
12452 * systty.h: Remove code for Aix on 386, unsupported platform.
12453
12454 * s/ms-w32.h: Remove boilerplate comments.
12455 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
12456
12457 * s/gnu-linux.h (TERM): Remove support.
12458 (HAVE_SYSVIPC): Remove, unused.
12459 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
12460 for this system.
12461
12462 * process.c: Remove support for IRIS, unused.
12463 Remove support for TERM, not relevant anymore.
12464
12465 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
12466 used with the definition.
12467
12468 * s/aix4-2.h (static): Do not undef.
12469
12470 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
12471 only used on Aix.
12472 (HAVE_SYSVIPC): Remove, unused.
12473
12474 * m/hp800.h (CANNOT_DUMP): Do not undef.
12475
12476 * m/alpha.h: Fix comment.
12477
12478 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
12479 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
12480 used by this configuration.
12481 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
12482 * unexec.c: Remove code depending on HPUX and
12483 USG_SHARED_LIBRARIES, not used with this file. Remove code
12484 depending on IRIS, unused. Remove if 0-ed code.
12485
12486 * s/template.h: Remove comments about static.
12487
12488 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
12489 Remove if 0-ed code.
12490 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
12491 were the same as the default.
12492 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
12493 Remove boilerplate comments.
12494 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
12495 (HAVE_SYSVIPC): Remove, unused.
12496 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
12497
12498 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
12499 Remove boilerplate comments.
12500 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
12501 Remove boilerplate comments.
12502 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
12503 Remove boilerplate comments.
12504 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
12505
12506 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
12507 USG systems which do not use DATA_SEG_BITS.
12508 Refactor code. Remove boilerplate comments.
12509
12510 * m/ibms390.h:
12511 * m/m68k.h:
12512 * s/bsd-common.h:
12513 * s/cygwin.h:
12514 * s/darwin.h:
12515 * s/freebsd.h:
12516 * s/gnu.h:
12517 * s/msdos.h: Remove boilerplate comments.
12518
12519 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 12520 do not use this file.
aac0c6e3
MR
12521 (IRIS_4D): Remove, unused.
12522
12523 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 12524 do not use this file.
aac0c6e3
MR
12525 (SIGN_EXTEND_CHAR):
12526 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
12527 * unexmips.c: Remove file, unused.
12528
12529 * editfns.c (Fuser_full_name): Replace the only use of
12530 USER_FULL_NAME with its value.
12531 * config.in: Regenerate.
12532
125332008-07-16 David Reitter <david.reitter@gmail.com>
12534
12535 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
12536 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
12537
125382008-07-16 Glenn Morris <rgm@gnu.org>
12539
12540 * emacs.c (system-type): Doc fix.
12541
125422008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
12543
12544 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
12545 If the cache doesn't work, let's fix it, rather than work around it.
12546
125472008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
12548
12549 * Makefile.in: Correct additions for nsfont.o in last commit.
12550 * nsfont.m: New file (forgot last commit).
12551
125522008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
12553
12554 * callproc.c (set_initial_environment): Initialize
12555 Vprocess_environment under CANNOT_DUMP (fixes crash when
12556 batch-compiling for bootstrap).
12557
125582008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
acd0102a 12559 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3 12560
c4cc8b9a
JB
12561 * frame.c (make_initial_frame): Call init_frame_faces(f) in
12562 CANNOT_DUMP case -- fix crash due to different init order.
aac0c6e3
MR
12563
125642008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
12565
12566 Changes and additions for NeXTstep windowing system (Cocoa and
12567 GNUstep) support.
12568
12569 * Makefile.in:
12570 * config.in: Support defines and build commands for NS port.
12571 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
12572 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
12573 * dispextern.h: Include nsgui.h and add needed typedefs under NS
12574 windowing.
12575 (struct face): Add synth_ital field.
12576 * dispnew.c: Include nsterm.h when compiling under NS windowing.
12577 (init_display): Initialize Vinitial_window_system to "ns" when so
12578 compiled.
12579 * emacs.c: Include GSConfig.h when compiling under GNUstep.
12580 (display_arg): Use under NS.
12581 (main): Under NS, allocate autorelease pool and handle command line
12582 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
12583 (standard_args): Add NS-specific args.
12584 (shut_down_emacs): Shut down NS terminal if compiled under NS.
12585 * font.c (DEFAULT_ENCODING): New variable.
12586 (font_find_for_lface): Use it.
12587 (syms_of_font): Load syms_of_nsfont under NS.
12588 * font.h: Declare nsfont_driver when compiled under NS.
12589 * fontset.c: When compiling under NS, include nsterm.h.
12590 (fontset_from_font): Autoconstruct fontset under NS.
12591 * frame.c (various): Under NS, include nsterm.h, add Qns window system
12592 symbol, document and use it.
12593 (do_switch_frame): When for_deletion under Cocoa, add
12594 Fraise_frame(Qnil).
12595 (x_set_frame_parameters): Ensure font attribute changes are picked up.
12596 (x_get_arg): Allow "yes" and "no" as boolean values.
12597 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
12598 Qright under Cocoa.
12599 (focus-follows-mouse): Default to 0 under NS.
12600 * frame.h (enum output_method): Add output_ns.
12601 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
12602 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
12603 (FRAME_WINDOW_P): NS-specific definition.
12604 * fringe.c (max_used_fringe_bitmap): Make public.
12605 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
12606 (getloadavg): Use NeXT code under descendant OS's.
12607 * image.c (includes and header section, x_create_bitmap_from_data)
12608 (x_create_bitmap_from_file, free_bitmap_record, image_background)
12609 (image_background_transparent, x_clear_image_1)
12610 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
12611 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
12612 (x_to_xcolors, x_from_xcolors, x_disable_image)
12613 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
12614 other GUIs, including XPM support using code originally written for
12615 Carbon GUI.
12616 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
12617 using NS API.
12618 (image_ascent): Use font metrics macros instead of direct struct field
12619 access.
12620 * keyboard.c (includes): Add nsterm.h when compiling under NS.
12621 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
12622 Also, handle NS as GTK for menu bar purposes.
12623 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
12624 toolkit where they differ.
12625 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
12626 use cachelist, still needed under NS.
12627 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
12628 (struct widget_value): Define it here for menu.c.
12629 * keymap.c (includes): Include modifier internals.
12630 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
12631 NS.
12632 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
12633 support for preferring sequences using certain modifiers, specified by
12634 the FIRSTONLY argument.
12635 * lisp.h (hash_remove): Rename to avoid name clash when compiling
12636 under NS GNUstep implementation.
12637 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
12638 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
12639 * menu.c: Include nsterm.h under NS.
12640 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
12641 (free_menubar_widget_tree_value, update_submenu_strings)
12642 (find_and_call_menu_selection): Treat NS as X and NT.
12643 (find_and_return_menu_selection): New function, used for popup menus.
12644 * nsgui.h:
12645 * nsterm.h:
12646 * nsfns.m:
12647 * nsimage.m:
12648 * nsmenu.m:
12649 * nsselect.m:
12650 * nsterm.m: New files.
12651 * process.c (wait_reading_process_output): Under NS, call ns_select()
12652 instead of plain select().
12653 * syntax.c (char_quoted): Under NS, avoid a crash when called near
12654 beginning of buffer.
12655 * sysselect.h (init_process): Rename when compiling under Cocoa to
12656 avoid name conflict.
12657 * termhooks.h (display_info): Add ns_display_info to union.
12658 * terminal.c (Fterminal_live_p): Add ns to terminal types.
12659 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
12660 COCOA environment.
12661 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
12662 unexec() signature. (Note, this will dump, but the resulting file
12663 crashes; unexosx is used instead; keeping around for reference and
12664 possible aid in getting dump working under GNUstep.)
12665 * w32gui.h (button_type, widget_value): Remove definitions (now in
12666 keyboard.h).
12667 * window.c: Include nsterm.h when compiling under NS.
12668 * xdisp.c (includes): Include nsterm.h when compiling under NS.
12669 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
12670 other GUI windowing systems.
12671 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
12672 GTK.
12673 (x_consider_frame_title): Under NS, set icon type and frame
12674 modified-state indicator; use ns_set_name_as_filename() when using
12675 formatted title.
12676 (update_window_cursor): Make public when compiling under NS.
12677 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
12678 (hourglass_atimer, Vhourglass_delay
12679 * xfaces.c (header section, init_frame_faces, clear_font_table)
12680 (defined_color, unload_color, x_face_list_fonts)
12681 (prepare_face_for_display): Add NS support parallel to other GUIs.
12682 Emulate GCs like other non-X GUIs.
12683 (split_font_name): Don't lowercase font name under NS.
12684 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
12685 under NS.
12686 * s/darwin.h: Add support for compilation under NS.
12687
126882008-07-15 Jason Rumney <jasonr@gnu.org>
12689
12690 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
12691 (w32_show_hourglass): Rename from show_hourglass.
12692 (w32_hide_hourglass): Rename from hide_hourglass.
12693 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
12694 (Vhourglass_delay): Declare extern.
12695 (hourglass_started): Remove.
12696
12697 * xdisp.c (Vhourglass_delay): Remove static.
12698 (hourglass_started, start_hourglass, cancel_hourglass):
12699 Don't include these versions on WINDOWSNT.
12700
127012008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
12702
12703 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
12704 variables (formerly in xfns.c).
12705 (show_hourglass, hide_hourglass): New prototypes (same).
12706 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
12707 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
12708 in xfns.c).
12709 (syms_of_xdisp): Declare/initialize display-hourglass,
12710 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
12711 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
12712 formerly in xfns.c.
12713 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
12714 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
12715 (start_hourglass, cancel_hourglass): Remove.
12716 (show_hourglass, hide_hourglass): Remove prototypes and static
12717 modifiers.
12718 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
12719 hourglass_atimer, hourglass_shown_p declaration/initialization.
12720 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
12721 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
12722 (start_hourglass, cancel_hourglass): Remove.
12723 (show_hourglass, hide_hourglass): Remove prototypes and static
12724 modifiers.
12725 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
12726 hourglass_atimer, hourglass_shown_p declaration/initialization.
12727 * w32fns.c (display_hourglass_p, Vhourglass_delay)
12728 (DEFAULT_HOURGLASS_DELAY): Remove.
12729 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
12730 hourglass_shown_p declaration/initialization.
12731
127322008-07-14 Jason Rumney <jasonr@gnu.org>
12733
12734 * w32fns.c (w32_get_arg): Remove wrapper function.
12735 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
12736 directly.
12737 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
12738
127392008-07-14 Kenichi Handa <handa@m17n.org>
12740
12741 * xfont.c (xfont_open): Add workaround for X's bug.
12742
127432008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12744
12745 * fontset.c: Include <stdio.h> unconditionally.
12746
127472008-07-13 Michael Albinus <michael.albinus@gmx.de>
12748
12749 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
12750 for filtering.
12751
127522008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
12753
12754 * s/vms.h: Use __GNUC__ instead of _GNUC_.
12755
12756 * m/macppc.h:
12757 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
12758
c4cc8b9a 12759 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
aac0c6e3
MR
12760 (SPECIAL_EMACS_INT):
12761 * m/ia64.h (SPECIAL_EMACS_INT):
12762 * m/amdx86-64.h (SPECIAL_EMACS_INT):
12763 * s/gnu.h (NLIST_STRUCT):
12764 * s/aix4-2.h (X11R5_INHIBIT_I18N):
12765 * s/gnu-linux.h (LINUX):
12766 * s/msdos.h (HAVE_FACES):
12767 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
12768
12769 * systty.h:
12770 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
12771 anymore.
12772
127732008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
12774
12775 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
12776 always defined as int.
12777
12778 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
12779 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
12780 * s/gnu-linux.h (HAVE_WAIT_HEADER):
12781 * s/freebsd.h (HAVE_WAIT_HEADER):
12782 * s/bsd-common.h (HAVE_UNION_WAIT):
12783 * s/aix4-2.h (HAVE_WAIT_HEADER):
12784 * m/mips.h (HAVE_UNION_WAIT):
12785 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
12786 (COFF, static): Do not define, they are undefined later in the file.
12787
12788 * process.c (update_status): Don't use a union.
12789 (status_convert):
12790 (sigchld_handler): Use int instead of WAITTYPE.
12791
127922008-07-12 Chong Yidong <cyd@stupidchicken.com>
12793
12794 * indent.c (Fvertical_motion): Restore hscroll before moving to
12795 goal column.
12796
127972008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
12798
12799 * lisp.h: Remove left over code.
12800
128012008-07-11 Andreas Schwab <schwab@suse.de>
12802
12803 * lisp.h: Fix logic in last change.
12804
12805 * menu.h: New file.
12806 * menu.c: Include it.
12807 * xmenu.c: Likewise.
12808 * Makefile.in: Update dependencies.
12809
128102008-07-11 Kenichi Handa <handa@m17n.org>
12811
12812 * fontset.c (fontset_from_font): Cancel the previous change.
12813
128142008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
12815
12816 * lisp.h:
12817 * w32heap.c:
12818 * emacs.c:
12819 * alloc.c: Replace all references of NO_UNION_TYPE with
12820 USE_LISP_UNION_TYPE.
12821
12822 * m/xtensa.h (NO_UNION_TYPE):
12823 * m/vax.h (NO_UNION_TYPE):
12824 * m/template.h (NO_UNION_TYPE):
12825 * m/sparc.h (NO_UNION_TYPE):
12826 * m/mips.h (NO_UNION_TYPE):
12827 * m/macppc.h (NO_UNION_TYPE):
12828 * m/m68k.h (NO_UNION_TYPE):
12829 * m/iris4d.h (NO_UNION_TYPE):
12830 * m/intel386.h (NO_UNION_TYPE):
12831 * m/ibms390x.h (NO_UNION_TYPE):
12832 * m/ibms390.h (NO_UNION_TYPE):
12833 * m/ibmrs6000.h (NO_UNION_TYPE):
12834 * m/ia64.h (NO_UNION_TYPE):
12835 * m/hp800.h (NO_UNION_TYPE):
12836 * m/arm.h (NO_UNION_TYPE):
12837 * m/amdx86-64.h (NO_UNION_TYPE):
12838 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
12839 defining it the same.
12840
128412008-07-10 Chong Yidong <cyd@stupidchicken.com>
12842
12843 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
12844
128452008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
12846
12847 * fileio.c:
50426a04 12848 * sysdep.c:
aac0c6e3
MR
12849 * systty.h:
12850 * m/ibmrs6000.h:
12851 * m/iris4d.h:
12852 * s/aix4-2.h:
12853 * s/freebsd.h:
12854 * s/gnu-linux.h:
12855 * s/hpux10-20.h:
12856 * s/hpux11.h:
12857 * s/netbsd.h:
12858 * s/sol2-3.h:
12859 * s/sol2-4.h:
12860 * s/sol2.h:
12861 * s/usg5-4.h:
12862 * s/vms.h: Remove references to unused variables.
12863
128642008-07-10 Andreas Schwab <schwab@suse.de>
12865
12866 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
12867 pattern before matching the generic family.
12868
128692008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
12870
12871 * unexec.c:
12872 * s/vms.h:
12873 * s/usg5-4-2.h:
12874 * s/sol2-5.h:
12875 * s/freebsd.h:
12876 * s/darwin.h: Remove dead code.
12877
12878 * m/template.h:
12879 * m/sparc.h:
12880 * m/mips.h:
12881 * m/m68k.h:
12882 * m/iris4d.h:
12883 * m/intel386.h:
12884 * m/ibms390x.h:
12885 * m/ibms390.h:
12886 * m/ia64.h:
12887 * m/hp800.h:
12888 * m/arm.h:
12889 * m/amdx86-64.h: Remove dead code and references to unused
12890 and compiler defined symbols.
12891
12892 * unexmips.c:
12893 * unexelf.c: Remove references to desupported systems.
12894
12895 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
12896
12897 * m/powermac.h: Remove boilerplate comments.
12898 (NO_REMAP): Remove unused definition.
12899
12900 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
12901 define them.
12902
129032008-07-10 Kenichi Handa <handa@m17n.org>
12904
12905 * xfont.c (xfont_open): Log the reason of failure.
12906
129072008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
12908
12909 * fontset.c (fontset_get_font_group):
12910 * font.c (font_check_otf): Specify argument types.
12911
129122008-07-09 Kenichi Handa <handa@m17n.org>
12913
12914 * coding.c (detect_coding_utf_8): Set detect_info->found only when
12915 non-ASCII char is found.
12916
12917 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
12918 (reorder_font_vector): Change the arg preferred_family to font.
12919 Prefer the spec matching with font.
12920 (fontset_get_font_group): New function.
12921 (fontset_find_font): Change the format of an element of a realized
12922 fontset. Use fontset_get_font_group.
12923 (fontset_font): Try the current fontset, the default fontset, the
12924 fallbacks of the current fontset, and the fallbacks of the default
12925 fontset in this order.
12926 (face_for_char): Delete the shortcut to use the current font.
12927 (fontset_from_font): Don't set fonts for Latin in the fontset.
12928
12929 * font.h (font_make_object, font_match_p): Adjust prototypes.
12930
12931 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
12932
12933 * font.c (font_make_object): New arg entity and pixelsize.
12934 (font_check_otf_features, font_check_otf): New functions.
12935 (font_match_p): Check :lang, :script, and :otf properties.
12936
12937 * xfont.c (xfont_open): Adjust it for the change of
12938 font_make_object.
12939 (xfont_text_extents): Fix initial setting of metrics.
12940
12941 * ftfont.c (struct ftfont_info): New member index, delete member
12942 fc_charset_idx. Make the member order compatible with struct
12943 xftfont_info.
12944 (fc_charset_table): Change charset names to registry names.
12945 (ftfont_pattern_entity): Delete the args registry and
12946 fc_charset_idx. Change the value of :font-entity property
12947 to (FONTNAME . INDEX). Always set :registry property to
12948 `iso10646-1'.
12949 (struct ftfont_cache_data): New struct.
12950 (ftfont_lookup_cache): New arg for_face.
12951 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
12952 (ftfont_driver): Set the member otf_capability.
12953 (ftfont_get_charset): Adjust it for the change of
12954 fc_charset_table.
12955 (OTF_TAG_SYM): New macro.
12956 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
12957 for the change of fc_charset_table.
12958 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
12959 ftfont_pattern_entity. Add FC_INDEX to objset.
12960 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
12961 and ftfont_pattern_entity.
12962 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
12963 font_make_object, struct ftfont_info.
12964 (ftfont_has_char): Use ftfont_get_fc_charset.
12965 (ftfont_otf_features, ftfont_otf_capability): New functions.
12966 (ftfont_shape): Use ftfont_get_otf.
12967 (ftfont_text_extents): Fix initial setting of metrics.
12968
12969 * xftfont.c (struct xftfont_info): New member ft_size. Make the
12970 member order compatible with struct ftfont_info.
12971 (xftfont_open): Add FC_CHARSET to the pattern. Set
12972 xftfont_info->ft_size. Don't unlock the face. Check BDF
12973 properties if appropriate.
12974 (xftfont_close): Unlock the face.
12975 (xftfont_anchor_point, xftfont_shape): Deleted.
12976 (syms_of_xftfont): Don't set members anchor_point and shape of
12977 xftfont_driver.
12978
12979 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
12980 font_make_object.
12981
12982 * w32font.c (w32font_open): Adjust it for the change of
12983 font_make_object.
12984 (w32font_open_internal): Don't set properties of font_object here.
12985
129862008-07-08 Chong Yidong <cyd@stupidchicken.com>
12987
12988 * macfns.c (x_create_tip_frame):
12989 * w32fns.c (x_create_tip_frame):
12990 * xfns.c (x_create_tip_frame): Pass parameter argument to
12991 face-set-after-frame-default.
12992
12993 * xfaces.c (Finternal_merge_in_global_face): Save merged
12994 attributes for the default face back into the face vector.
12995
129962008-07-08 Andreas Schwab <schwab@suse.de>
12997
12998 * fontset.h: Declare fontset_from_font. Don't declare
12999 new_fontset_from_font and fontset_from_font_name.
13000 * xterm.c: Include "fontset.h".
13001 * Makefile.in (xterm.o): Update dependencies.
13002
130032008-07-08 Glenn Morris <rgm@gnu.org>
13004
13005 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
13006 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
13007
130082008-07-07 Chong Yidong <cyd@stupidchicken.com>
13009
13010 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
13011 (x_set_frame_parameters): Don't bind it.
13012
130132008-07-07 Juanma Barranquero <lekktu@gmail.com>
13014
13015 * w32fns.c (map_w32_filename): Declare extern.
13016
130172008-07-07 Jason Rumney <jasonr@gnu.org>
13018
13019 * w32term.c (WS_EX_LAYERED): Define if not already.
13020
130212008-07-06 Chong Yidong <cyd@stupidchicken.com>
13022
13023 * xfaces.c (set_font_frame_param): Don't try to set the font
13024 parameter if it is still unspecified in the lface.
13025
130262008-07-05 Chong Yidong <cyd@stupidchicken.com>
13027
13028 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
13029 face if it didn't already exist.
13030
13031 * xdisp.c (try_window_id): Give up if word-wrapping is on.
13032
130332008-07-05 Andreas Schwab <schwab@suse.de>
13034
13035 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
13036
130372008-07-05 Chong Yidong <cyd@stupidchicken.com>
13038
13039 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
13040 word-wrapping.
13041 (IT_DISPLAYING_WHITESPACE): New macro.
13042 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
13043 when word-wrapping. Simplify word-wrapping logic. Use correct
13044 pixel positions when saving copies of the iterator.
13045 (display_line): Use proper wrap point if the last character on a
13046 line was preceded by whitespace.
13047
130482008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13049
13050 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
13051
130522008-07-04 Kenichi Handa <handa@m17n.org>
13053
13054 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
13055
13056 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
13057
130582008-07-02 Jason Rumney <jasonr@gnu.org>
13059
13060 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 13061 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
13062
13063 * xdisp.c (next_element_from_display_vector): Move assignment out
13064 of if statement.
13065
130662008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
13067
13068 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
13069
13070 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
13071 (syms_of_fileio): Initialize and export them.
13072 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
13073
13074 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
13075 (Fsystem_move_file_to_trash): New function.
13076 (syms_of_w32fns): Export it to lisp.
13077
130782008-07-01 Jason Rumney <jasonr@gnu.org>
13079
13080 * w32font.c (w32font_text_extents): Don't count overhang as part
13081 of width.
13082
130832008-06-30 Miles Bader <miles@gnu.org>
13084
13085 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
13086 Add `avoid_cursor_p' field.
13087
13088 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
13089 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
13090 (append_glyph, append_composite_glyph, produce_image_glyph)
13091 (append_stretch_glyph): Initialize avoid_cursor_p.
13092 (get_it_property): Rename from `get_line_height_property'.
13093 (x_produce_glyphs): Use get_it_property.
13094 (handle_line_prefix, push_display_prop): New functions.
13095 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
13096 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
13097 New variables.
13098 (syms_of_xdisp): Initialize them.
13099
131002008-06-30 Kenichi Handa <handa@m17n.org>
13101
13102 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
13103 XftDefaultSubstitute (they are called in XftFontMatch).
13104 (xftfont_open): Fix args to ftfont_font_format.
13105
13106 * ftfont.c (fc_charset_table): New member lang.
13107 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 13108 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
13109 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
13110 (ftfont_open): Fix args to ftfont_font_format.
13111 (ftfont_font_format): New arg filename.
13112
131132008-06-30 Chong Yidong <cyd@stupidchicken.com>
13114
13115 * xfaces.c (Finternal_merge_in_global_face): If default face was
13116 modified, realize it again. Update the font face attribute.
13117
131182008-06-29 Jason Rumney <jasonr@gnu.org>
13119
13120 * w32term.c (x_set_frame_alpha): Fix logic.
13121
131222008-06-29 Kenichi Handa <handa@m17n.org>
13123
13124 * fontset.c (Finternal_char_font): Return font-object instead of
13125 font-name.
13126
13127 * composite.c (get_composition_id): Fix the width calculation for TAB.
13128
131292008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13130
13131 * indent.c (Fvertical_motion): Properly handle float column arg.
13132
131332008-06-28 Jason Rumney <jasonr@gnu.org>
13134
13135 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
13136 (pfnSetLayeredWindowAttributes): New function pointer.
13137 (w32_initialize): Initialize it when supported.
13138 (x_set_frame_alpha): New function.
13139
13140 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
13141 (w32_frame_parm_handlers): Set alpha handler.
13142
13143 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
13144
131452008-06-27 Jason Rumney <jasonr@gnu.org>
13146
13147 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
13148 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
13149 (w32_to_x_charset, x_to_w32_charset)
13150 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
13151 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
13152 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
13153 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
13154 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
13155 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
13156 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
13157 (Qw32_charset_unicode): Remove.
13158 (syms_of_w32fns): Update for above changes.
13159
13160 * w32font.c (w32_to_x_charset, x_to_w32_charset)
13161 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
13162 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
13163 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
13164 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
13165 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
13166 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
13167 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
13168 (syms_of_w32font): Update for above changes.
13169
131702008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
13171
13172 * s/usg5-4.h: Fix previous change: keep the correct branch of a
13173 removed #if.
13174 (USG_SHARED_LIBRARIES): Remove duplicate definition.
13175
131762008-06-26 Juanma Barranquero <lekktu@gmail.com>
acd0102a 13177 Eli Zaretskii <eliz@gnu.org>
aac0c6e3
MR
13178
13179 * makefile.w32-in (LOCAL_FLAGS):
13180 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
13181
13182 * sysdep.c (_spawnlp, _getpid):
13183 Declare with explicit _cdecl instead of _CRTAPI1.
13184
13185 * editfns.c (Fget_internal_run_time):
13186 Check for WINDOWSNT with #ifdef, not #if.
13187
131882008-06-26 Jason Rumney <jasonr@gnu.org>
13189
13190 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
13191
13192 * w32term.c (x_draw_glyph_string_foreground)
13193 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
13194 Use FONT_HANDLE macro.
13195 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
13196
13197 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
13198 (uniscribe_encode_char): Use FONT_HANDLE macro.
13199
13200 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
13201 (w32font_text_extents): Use precast w32_font.
13202 (w32font_close): Free cached metrics.
13203 (w32font_open_internal): Allocate space for name on stack.
13204
132052008-06-26 Chong Yidong <cyd@stupidchicken.com>
13206
13207 * xdisp.c (extend_face_to_end_of_line): Fix last change.
13208
132092008-06-26 Jason Rumney <jasonr@gnu.org>
13210
13211 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
13212 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
13213
132142008-06-26 Juanma Barranquero <lekktu@gmail.com>
13215
13216 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
13217
132182008-06-26 Jason Rumney <jasonr@gnu.org>
13219
13220 * w32bdf.c, w32bdf.h: Remove obsolete files.
13221
13222 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
13223
13224 * w32gui.h: Don't include w32bdf.h.
13225 (XCharStruct, enum w32_char_font_type, W32FontStruct):
13226 Remove obsolete font support.
13227
13228 * w32font.h (struct w32font_info): Remove compat_w32_font.
13229 Add hfont member.
13230 (FONT_COMPAT): Remove obsolete macro.
13231
13232 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
13233 (w32font_encode_char, w32font_text_extents): Use new hfont member.
13234 (w32font_open_internal): Remove compat code. Set new hfont member.
13235 (Fx_select_font): Use new hfont member.
13236
13237 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
13238 (uniscribe_encode_char): Use new hfont member.
13239
13240 * w32term.c (x_draw_glyph_string_foreground)
13241 (x_draw_composite_glyph_string_foreground): Use new hfont member.
13242 (x_draw_glyph_string): Use metrics in w32font_info.
13243
132442008-06-26 Kenichi Handa <handa@m17n.org>
13245
13246 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
13247
132482008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
13249
13250 * unexnext.c:
13251 * m/ews4800.h:
13252 * m/hp9000s300.h:
13253 * m/ibm370aix.h:
13254 * m/mips-siemens.h:
13255 * m/ncr386.h:
13256 * m/next.h:
13257 * m/pmax.h:
13258 * m/powerpcle.h:
13259 * m/tandem-s2.h:
13260 * s/386bsd.h:
13261 * s/bsd386.h:
13262 * s/bsd4-1.h:
13263 * s/bsd4-2.h:
13264 * s/bsdos2-1.h:
13265 * s/bsdos2.h:
13266 * s/bsdos3.h:
13267 * s/bsdos4.h:
13268 * s/nextstep.h:
13269 * s/ultrix4-3.h:
13270 * s/usg5-0.h:
13271 * s/usg5-2-2.h:
13272 * s/usg5-2.h:
13273 * s/usg5-4-3.h:
13274 * s/ux4800.h:
13275 * s/uxpds.h:
13276 * s/uxpv.h: Remove support for obsolete systems.
13277 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 13278 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
13279 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
13280 Remove, insert contents in s/aix4-2.h.
13281 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
13282 * s/bsd4-3.h: Rename to ...
13283 * s/bsd-common.h: ... this.
13284 * data.c:
13285 * doc.c:
13286 * ecrt0.c:
13287 * emacs.c:
13288 * fileio.c:
13289 * floatfns.c:
13290 * keyboard.c:
13291 * mem-limits.h:
13292 * print.c:
13293 * process.c:
13294 * sysdep.c:
13295 * syssignal.h:
13296 * systty.h:
13297 * syswait.h:
13298 * term.c:
13299 * unexec.c:
13300 * unexelf.c:
13301 * unexhp9k800.c:
13302 * m/hp800.h:
13303 * m/ibmrs6000.h:
13304 * m/mips.h:
13305 * m/vax.h:
13306 * s/darwin.h:
13307 * s/freebsd.h:
13308 * s/gnu.h:
13309 * s/ms-w32.h:
13310 * s/msdos.h:
13311 * s/netbsd.h:
13312 * s/template.h: Remove references to obsolete variables.
13313
13314 * Makefile.in: Add dependencies for all unexec files.
13315 (admindir): Remove unused variable.
13316 (UNEXEC_SRC): Remove references.
13317
133182008-06-25 Chong Yidong <cyd@stupidchicken.com>
13319
13320 * xfns.c (x_default_font_parameter): If Xft is available, first
13321 try Monospace-12 for the default font.
13322
133232008-06-25 Jason Rumney <jasonr@gnu.org>
13324
13325 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
13326
133272008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13328
13329 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
13330
13331 * buffer.c (syms_of_buffer): Remove default-word-wrap.
13332
133332008-06-25 Juanma Barranquero <lekktu@gmail.com>
13334
13335 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
13336 <scroll-conservatively>: Fix typo in docstring.
13337
13338 * xselect.c (Fx_send_client_event): Doc fix.
13339
133402008-06-25 Kenichi Handa <handa@m17n.org>
13341
13342 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
13343
13344 * font.c (font_parse_fcname): Remove unused variables.
13345 (font_sort_entites): Delete the arg SPEC. Caller changed.
13346 Fix for the case of ! best_only.
13347 (font_delete_unmatched): Check DPI and AVGWIDTH too.
13348
13349 * lisp.h (Fstring_to_unibyte): EXFUN it.
13350
13351 * character.h (str_to_unibyte): Extern it.
13352
13353 * character.c (str_to_unibyte): New function.
13354
13355 * fns.c (Fstring_to_unibyte): New function.
13356 (syms_of_fns): Defsubr it.
13357
133582008-06-24 Kenichi Handa <handa@m17n.org>
13359
13360 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
13361 DPI too.
13362 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
13363
133642008-06-24 Andreas Schwab <schwab@suse.de>
13365
13366 * Makefile.in (${lispsource}loaddefs.el): Rename from
13367 ../lisp/loaddefs.el.
13368 (bootstrap-clean): Do what distclean does but don't remove
13369 Makefile.
13370 (distclean): Depend on bootstrap-clean and remove Makefile.
13371
133722008-06-24 Chong Yidong <cyd@stupidchicken.com>
13373
13374 * buffer.h (struct buffer): New member word_wrap.
13375
13376 * buffer.c (syms_of_buffer): New variables default-word-wrap and
13377 word-wrap.
13378 (init_buffer_once): Initialize them.
13379
13380 * dispextern.h (struct it): Replace bool truncate_lines_p with a
13381 line_wrap enum possessing three possible values.
13382
13383 * termopts.h: Replace truncate_partial_width_windows with
13384 Vtruncate_partial_width_windows.
13385
13386 * dispnew.c (direct_output_for_insert): Avoid direct output when
13387 inserting a space with word wrap on.
13388
13389 * indent.c (compute_motion): Obey integer values of
13390 truncate-partial-width-windows.
13391
13392 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
13393 replacing truncate_partial_width_windows.
13394 (init_iterator): If Vtruncate_partial_width_windows is an integer,
13395 truncate only if the window width is below that integer.
13396 (start_display, resize_mini_window, produce_stretch_glyph)
13397 (display_string, move_it_in_display_line_to): Use line_wrap.
13398 (back_to_previous_visible_line_start, reseat_1): Reset
13399 string_from_display_prop_p.
13400 (display_line): Extend default face to end of line when wrapping.
13401
134022008-06-24 Kim F. Storm <storm@cua.dk>
13403
13404 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
13405 to wrap continued lines at word boundaries.
13406
134072008-06-24 Jason Rumney <jasonr@gnu.org>
13408
13409 * font.c (Ffont_face_attributes): Multiply pixel size before point
13410 conversion to avoid multiplying rounding error.
13411
134122008-06-23 Jason Rumney <jasonr@gnu.org>
13413
13414 * w32term.c (x_draw_glyph_string_background)
13415 (x_draw_glyph_string): Remove old bdf font code.
13416
13417 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
13418
134192008-06-22 Kenichi Handa <handa@m17n.org>
13420
13421 * font.c (font_find_for_lface): Try the adstyle specified in
13422 the property of LFACE_FONT of LFACE (if any).
13423
134242008-06-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 13425 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
13426
13427 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
13428
134292008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
13430
13431 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
13432 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
13433 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
13434 (witness-emacs): Remove.
13435 (lisp, shortlisp): Move loaddefs.el earlier.
13436 (mostlyclean): Forget about witness-emacs.
13437
134382008-06-22 Glenn Morris <rgm@gnu.org>
13439
13440 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
13441 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
13442
134432008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13444
13445 * Makefile.in (PRECOMP): Remove.
13446 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
13447 (witness-emacs): Run `compile-first'.
13448 (.el.elc): Use the new compile-onefile target.
13449
134502008-06-21 Kenichi Handa <handa@m17n.org>
13451
13452 * xftfont.c (xftfont_open): Handle QCembolden only when
13453 FC_EMBOLDEN is defined.
13454
134552008-06-21 Andreas Schwab <schwab@suse.de>
13456
13457 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
13458 (.el.elc): Likewise.
13459
134602008-06-21 Miles Bader <miles@gnu.org>
13461
13462 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
13463 build dir, not the lisp source dir.
13464
134652008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13466
13467 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
13468 (bootstrapclean): Remove.
13469 (.el.elc): New rule.
13470 (PRECOMP): New var.
13471 (../lisp/subdirs.el): Remove.
13472 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
13473 (witness-emacs): New target.
13474 (mostlyclean): Remove witness-emacs as well.
13475 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
13476 Add witness-emacs dependency.
13477
134782008-06-20 Chong Yidong <cyd@stupidchicken.com>
13479
13480 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
13481 defined by the font.
13482
134832008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13484
13485 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
13486 (bootstrap-clean): New target that keeps TAGS around.
13487 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
13488 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
13489
134902008-06-20 Jason Rumney <jasonr@gnu.org>
13491
13492 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
13493 Remove obsolete font code.
13494
13495 * w32font.c (font_matches_spec): Use csb bitfield from font signature
13496 to determine language support.
13497
134982008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13499
13500 * sysdep.c (cfsetspeed): New fun extracted from the code.
13501 (cfmakeraw): Move before first use.
13502
135032008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
13504
13505 * sysdep.c (cfmakeraw): Provide fallback implementation.
13506 (serial_configure): Provide fallback implementation of cfsetspeed.
13507
135082008-06-20 Kenichi Handa <handa@m17n.org>
13509
13510 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
13511 the pattern.
13512
13513 * fontset.c (fontset_from_font): Copy font_spec before changing
13514 the elements.
13515
13516 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
13517
135182008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13519
13520 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
13521 for explicit `font' parameters.
13522
13523 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
13524
135252008-06-19 Kenichi Handa <handa@m17n.org>
13526
13527 * frame.c: Include <ctype.h>.
13528 (x_set_font_backend): Allow spacing characters in the X resource
13529 for FontBackend.
13530
135312008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
13532
13533 * w32fns.c, xfns.c (Qfont_param): New var.
13534 (syms_of_w32fns): Initialize it.
13535 (x_default_font_parameter): Record explicit `font' into
13536 `font-parameter'.
13537
135382008-06-18 Kenichi Handa <handa@m17n.org>
13539
13540 * font.c (font_parse_xlfd): Fix previous change.
13541 (font_parse_fcname): Don't use :fc-unknown-spec.
13542 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
13543 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
13544 (font_add_log): Prepend the driver name to the resulting fonts.
13545
13546 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
13547 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
13548 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
13549
13550 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
13551 (QCembolden): New variables.
13552 (syms_of_xftfont): DEFSYM them.
13553 (xftfont_open): Call XftFontMatch. Don't trust the result of
13554 XftTextExtents8 if the pixel_size is less than 5.
13555
135562008-06-18 Andreas Schwab <schwab@suse.de>
13557
13558 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
13559 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
13560
135612008-06-18 Jason Rumney <jasonr@gnu.org>
13562
13563 * w32font.c (w32font_list, w32font_match): Add logging.
13564
13565 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
13566
135672008-06-17 Chong Yidong <cyd@stupidchicken.com>
13568
13569 * font.c (font_parse_fcname): Store divider characters for
13570 unknown-spec list. For known key symbols, intern using correct
13571 symbol name.
13572
135732008-06-17 Kenichi Handa <handa@m17n.org>
13574
13575 * xfaces.c (realize_default_face): If the frame is not on window
13576 system, set the fontset of face to nil.
13577
135782008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
13579
13580 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
13581
135822008-06-16 Juanma Barranquero <lekktu@gmail.com>
13583
13584 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
13585 (build_font_name_from_vector): Delete externs.
13586
13587 * xfaces.c (struct font_name): Don't declare.
13588
135892008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
13590
13591 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
13592
135932008-06-16 Chong Yidong <cyd@stupidchicken.com>
13594
13595 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
13596
135972008-06-16 Juanma Barranquero <lekktu@gmail.com>
13598
13599 * font.c (Ffont_spec): Fix usage in docstring.
13600 (Ffont_face_attributes): Doc fix.
13601
136022008-06-16 Andreas Schwab <schwab@suse.de>
13603
13604 * font.c (Ffont_face_attributes): Fix definition.
13605
136062008-06-16 Jason Rumney <jasonr@gnu.org>
13607
13608 * font.h (font_style_symbolic_from_value): Remove.
13609
13610 * font.c (font_style_symbolic_from_value): Remove.
13611 (font_style_symbolic): Revert to pre 2008-06-13 version.
13612
13613 * w32font.c (w32_to_fc_weight): New function.
13614 (w32font_full_name, logfont_to_fcname): Use it.
13615
136162008-06-16 Kenichi Handa <handa@m17n.org>
13617
13618 * font.c (font_check_object): Delete it.
13619 (font_clear_cache): Check if a font-object is alive.
13620 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
13621 font-object to nil.
13622 (font_close_object): Don't check FONT_CLOSE_OBJECT.
13623 (font_at): Don't call font_check_object.
13624 (Ffont_get): Return a symbol for :weight, :slant, and :width.
13625
136262008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
13627
13628 * puresize.h (BASE_PURESIZE): Increase to 1230000.
13629
136302008-06-16 Chong Yidong <cyd@stupidchicken.com>
13631
13632 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
13633
136342008-06-15 Chong Yidong <cyd@stupidchicken.com>
13635
13636 * font.c (font_parse_fcname): Only one decimal point.
13637 (font_unparse_fcname): Handle data in family and foundry indices
13638 as symbols, not strings.
13639 (font_unparse_gtkname, Ffont_face_attributes): New functions.
13640
13641 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
13642
13643 * font.h (font_unparse_gtkname): Add prototype.
13644
136452008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
13646
13647 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
13648
136492008-06-15 Andreas Schwab <schwab@suse.de>
13650
13651 * font.c (font_update_drivers): Fix crash when no drivers match.
13652
136532008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13654
13655 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
13656 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
13657
136582008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13659
13660 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
13661
136622008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13663
13664 * process.c (Fserial_process_configure, Fprocess_send_eof):
13665 Use EQ to compare Lisp_Objects.
13666
136672008-06-13 Jason Rumney <jasonr@gnu.org>
13668
13669 * w32fns.c (Fw32_select_font): Remove old font API function.
13670
13671 * w32font.c (logfont_to_fcname): New function.
13672 (Fx_select_font): New font dialog function compatible with
13673 GTK/fontconfig version.
13674
13675 * font.c (font_style_symbolic_from_value): New function.
13676 (font_style_symbolic): Use it.
13677
13678 * font.h (font_style_symbolic_from_value): Declare new function.
13679
136802008-06-13 Juanma Barranquero <lekktu@gmail.com>
13681
13682 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
13683 <font-width-table>: Fix typos in docstrings.
13684
136852008-06-13 Daniel Engeler <engeler@gmail.com>
13686
13687 These changes add serial port access.
13688 * process.c: Add HAVE_SERIAL.
13689 (Fdelete_process, Fprocess_status, Fset_process_buffer)
13690 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
13691 (list_processes_1, select_wrapper, Fstop_process)
13692 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
13693 (status_notify): Modify to handle serial processes.
13694 [HAVE_SERIAL] (Fserial_process_configure)
13695 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
13696 New functions.
13697 * process.h (struct Lisp_Process): Add `type'.
13698 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
13699 New functions.
13700 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
13701 serial ports.
b71ac3dd 13702 (serial_open, serial_configure): New functions.
aac0c6e3
MR
13703 * w32.h: Add FILE_SERIAL.
13704 (struct _child_process): Add ovl_read, ovl_write.
13705
137062008-06-13 Kenichi Handa <handa@m17n.org>
13707
13708 * dispextern.h (enum lface_attribute_index): New member
13709 LFACE_FOUNDRY_INDEX.
13710
13711 * font.c (font_score): Delete arg alternate_families. Check only
13712 weight, slant, width, and size. Ignore the difference of alias
13713 style symbols.
13714 (font_sort_entites): Adjust for the above change. Reflect the
13715 order of font-driver to scores.
13716 (font_list_entities): Don't check alternate_familes here.
13717 (font_clear_prop): Handle foundry.
13718 (font_update_lface): Don't parse "foundry-family" form here.
13719 Handle FONT_FOUNDRY_INDEX.
13720 (font_find_for_lface): Likewise. Handle alternate families here.
13721 If registry is nil, try iso8859-1 and ascii-0.
13722 (font_open_for_lface): Pay attention to size in ENTITY.
13723 (font_open_by_name): Simplify by calling font_load_for_lface.
13724 (free_font_driver_list): Delete it.
13725 (font_update_drivers): Preserve the order of backends.
13726 (syms_of_font): Setting of sort_shift_bits adjusted for the change
13727 of font_score and font_sort_entites.
13728 (font_update_sort_order): Likewise.
13729
13730 * xfaces.c (LFACE_FOUNDRY): New macro.
13731 (check_lface_attrs): Check foundry.
13732 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
13733 (merge_face_vectors): Check foundry.
13734 (merge_face_ref): Likewise.
13735 (Finternal_set_lisp_face_attribute): Likewise.
13736 (x_update_menu_appearance): Likewise.
13737 (Finternal_get_lisp_face_attribute): Likewise.
13738 (lface_hash): Likewise.
13739 (lface_same_font_attributes_p): Likewise.
13740 (x_supports_face_attributes_p): Likewise.
13741 (tty_supports_face_attributes_p): Likewise.
13742 (Finternal_set_alternative_font_family_alist): Intern strings.
13743 (Finternal_set_alternative_font_registry_alist): Downcase strings.
13744 (realize_default_face): Set LFACE_FOUNDRY (lface).
13745
13746 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
13747 font-driver at first.
13748
13749 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
13750
137512008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13752
13753 * lread.c (Fload): Use xfree, not free on saved_doc_string.
13754
137552008-06-12 Jim Meyering <meyering@redhat.com>
13756
13757 Make unexec_free handle NULL the same way free does.
13758 * unexmacosx.c (unexec_free): Ignore a NULL argument.
13759
137602008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13761
13762 * character.h (CHAR_TO_BYTE_SAFE): New macro.
13763 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
13764 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
13765 (WEAK_ALIAS): Simplify.
13766 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
13767 when searching a unibyte buffer.
13768
137692008-06-12 Chong Yidong <cyd@stupidchicken.com>
13770
13771 * xfns.c (Fx_select_font): Rename from x-font-dialog.
13772
137732008-06-12 Juanma Barranquero <lekktu@gmail.com>
13774
13775 * w32font.c: Include ctype.h.
13776
137772008-06-11 Jason Rumney <jasonr@gnu.org>
13778
13779 * w32font.c (w32font_encode_char): Detect missing glyphs that are
13780 misreported as space.
13781 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
13782 as aliases for registry iso10646-1.
13783
137842008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13785
13786 * buffer.c (clone_per_buffer_values): Skip `name'.
13787
137882008-06-11 Chong Yidong <cyd@stupidchicken.com>
13789
13790 * font.c (font_parse_fcname): Fix last change; accept decimal
13791 points in font size.
13792
137932008-06-10 Jason Rumney <jasonr@gnu.org>
13794
13795 * w32uniscribe.c (add_opentype_font_name_to_list):
13796 Skip non unicode fonts.
13797
137982008-06-10 Chong Yidong <cyd@stupidchicken.com>
13799
13800 * xfns.c (Fx_font_dialog): New function.
13801
13802 * gtkutil.c (xg_dialog_response_cb): Rename from
13803 xg_file_response_callback.
13804 (pop_down_dialog): Rename from pop_down_file_dialog.
13805 (xg_get_file_name): Callers changed.
13806 (xg_get_font_name): New function.
13807
13808 * gtkutil.h (xg_get_font_name): Insert prototype.
13809
138102008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13811
13812 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
13813 x_underline_minimum_display_offset.
13814 (syms_of_xdisp): Declare it here rather than in xterm.c.
13815 * dispextern.h (underline_minimum_offset): Declare it.
13816 * w32term.c (x_draw_glyph_string): Use it.
13817 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
13818 (syms_of_xterm): Don't declare it any more.
13819 (x_draw_glyph_string): Adjust to the new name.
13820
8719abec 138212008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
13822
13823 * xterm.c (x_underline_minimum_display_offset): New var.
13824 (x_draw_glyph_string): Use it.
13825 (syms_of_xterm): Declare it.
13826
138272008-06-10 Chong Yidong <cyd@stupidchicken.com>
13828
13829 * font.c (font_parse_fcname): Accept GTK-style font names too.
13830
138312008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13832
13833 * dired.c (file_name_completion): Don't return t if the match is exact
13834 but with different capitalization.
13835 * minibuf.c (Ftry_completion): Simplify.
13836
13837 * window.c (Vwindow_point_insertion_type): New var.
13838 (set_window_buffer): Use it.
13839 (syms_of_window): Init and export it to Lisp.
13840
138412008-06-10 Kenichi Handa <handa@m17n.org>
13842
13843 * font.h (font_intern_prop): Prototype adjusted.
13844
13845 * font.c (font_intern_prop): New arg force_symbol.
13846 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
13847 Adjust for the change of font_intern_prop.
13848
13849 * ftfont.c (ftfont_pattern_entity):
13850 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
13851 (w32_registry):
13852 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
13853 the change of font_intern_prop.
13854
138552008-06-09 Juanma Barranquero <lekktu@gmail.com>
13856
13857 * w32menu.c (digest_single_submenu): Declare extern.
13858
138592008-06-09 Jason Rumney <jasonr@gnu.org>
13860
13861 * w32term.c (x_make_frame_visible): Use alternate restore flags.
13862
13863 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
13864 (parse_single_submenu): Remove.
13865 (digest_single_submenu): Remove.
13866 (syms_of_w32menu): Don't initialise variables that have moved
13867 to menu.c.
13868 (set_frame_menubar): Sync with version in xmenu.c.
13869 (w32_menu_show): Sync with xmenu_show in xmenu.c.
13870
13871 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
13872 Make static again.
13873
138742008-06-09 Jason Rumney <jasonr@gnu.org>
13875
13876 Changes to w32 files related to the move of common menu code
13877 to menu.c on 2008-06-08 by Chong Yidong.
13878
13879 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
13880 defs to w32gui.h.
13881 (single_keymap_panes, push_menu_item, push_menu_pane):
13882 Make globally visible.
13883
13884 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
13885 (local_free, malloc_widget_value, free_widget_value)
13886 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
13887 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
13888 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
13889 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
13890 (menu_items, menu_items_allocated, menu_items_used)
13891 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
13892 (init_menu_items, finish_menu_items, discard_menu_items)
13893 (grow_menu_items, push_submenu_start, push_submenu_end)
13894 (push_left_right_boundary, push_menu_pane, push_menu_item)
13895 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
13896 (free_menubar_widget_tree_value, parse_single_submenu)
13897 (update_submenu_strings): Remove functions.
13898 (xmalloc_widget_value): Remove and declare extern.
13899
13900 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
13901 (OBJ1): Build it.
13902
13903 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
13904 (local_heap, local_alloc, local_free, malloc_widget_value)
13905 (free_widget_value): Define here.
13906
139072008-06-09 Kenichi Handa <handa@m17n.org>
13908
13909 * font.h (Qascii_0): Extern it.
13910
13911 * font.c (Qascii_0): New variable.
13912 (syms_of_font): DEFSYM it.
13913 (font_open_by_name): If the registry "iso8859-1" fails, try also
13914 "ascii-0".
13915
13916 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
13917
139182008-06-08 Kenichi Handa <handa@m17n.org>
13919
13920 * .gdbinit (xfont): New command.
13921
139222008-06-08 Andreas Schwab <schwab@suse.de>
13923
13924 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
13925 * Makefile.in (menu.o): Update dependencies.
13926
13927 * Makefile.in (obj): Always add menu.o.
13928 * emacs.c (main): Always call syms_of_menu.
13929 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
13930
139312008-06-08 Chong Yidong <cyd@stupidchicken.com>
13932
13933 * Makefile.in: Compile menu.c.
13934
13935 * lisp.h: Declare syms_of_menu.
13936
13937 * emacs.c (main): Call syms_of_menu.
13938
13939 * keyboard.h: Relocate platform-independent menu definitions from
13940 xmenu.c.
13941
13942 * menu.c: New file. Relocate platform-independent menu
13943 definitions from xmenu.c. Suggested by Adrian Robert.
13944
13945 * xmenu.c: Remove platform-independent menu definitions.
560bb7ae 13946 (menu_items, menu_items_inuse, menu_items_allocated)
aac0c6e3
MR
13947 (menu_items_used, menu_items_n_panes)
13948 (menu_items_submenu_depth): Move to keyboard.h.
13949 (init_menu_items, finish_menu_items, unuse_menu_items)
13950 (discard_menu_items, restore_menu_items, save_menu_items)
13951 (grow_menu_items, push_submenu_start, push_submenu_end)
13952 (push_left_right_boundary, push_menu_pane, push_menu_item)
13953 (keymap_panes, single_keymap_panes, single_menu_item)
13954 (list_of_panes, list_of_items, find_and_call_menu_selection)
13955 (xmalloc_widget_value, free_menubar_widget_value_tree)
13956 (parse_single_submenu, digest_single_submenu)
13957 (update_submenu_strings): Move to menu.c.
13958
139592008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13960
13961 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
13962
139632008-06-06 Miles Bader <miles@gnu.org>
13964
13965 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
13966 face, not frame default.
13967
139682008-06-05 Martin Rudalics <rudalics@gmx.at>
13969
13970 * window.c (pop_up_windows, pop_up_frames)
13971 (display_buffer_reuse_frames, Vpop_up_frame_function)
13972 (Vdisplay_buffer_function, Veven_window_heights)
13973 (Vspecial_display_buffer_names, Vspecial_display_regexps)
13974 (Vspecial_display_function, Vsame_window_buffer_names)
13975 (Vsame_window_regexps, split_height_threshold)
13976 (Vsplit_window_preferred_function): Move those vars to window.el.
13977 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
13978 (Fdisplay_buffer): Move those functions to window.el.
13979 (syms_of_window): Remove corresponding declarations.
13980 (display_buffer): New function.
13981 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
13982 * dispnew.c (Flast_nonminibuf_frame): New function.
13983 * buffer.c (Fpop_to_buffer): Move to window.el.
13984
139852008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13986
13987 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
13988
139892008-06-05 Kenichi Handa <handa@m17n.org>
13990
13991 * coding.c (detect_coding): Fix previous change.
13992 (detect_coding_system): Likewise.
13993
139942008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13995
13996 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
13997
13998 * keymap.c (Vminibuffer_local_filename_must_match_map):
13999 Rename from Vminibuffer_local_must_match_filename_map.
14000 (syms_of_keymap):
14001 * minibuf.c (Fcompleting_read): Adjust accordingly.
14002 * commands.h: Rename declaration as well.
14003
140042008-06-05 Kenichi Handa <handa@m17n.org>
14005
14006 * font.c (Ffont_spec): Don't use font_parse_family_registry for
14007 family name.
14008 (Ffont_put): Likewise.
14009
14010 * fontset.c (fontset_find_font): Call font_open_for_lface with the
14011 current font-spec.
14012
14013 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
14014 is unspecified.
14015
14016 * xfaces.c (realize_x_face): If the font-related face attributes
14017 are the same as those of default face, realize a new fontset from
14018 default->fontset.
14019 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
14020
140212008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14022
14023 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
14024 (move_it_in_display_line): New wrapper.
14025
14026 * window.c (window_scroll_pixel_based_preserve_x)
14027 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
14028 (window_scroll_pixel_based, window_scroll_line_based):
14029 Use them to preserve column positions.
14030 (syms_of_window): Initialize them.
14031
14032 * indent.c (Fvertical_motion): Extend first arg to allow passing an
14033 (HPOS . VPOS) pair.
14034
14035 * dispextern.h (move_it_in_display_line): Declare.
14036
140372008-06-05 Juanma Barranquero <lekktu@gmail.com>
14038
14039 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
14040 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
14041 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
14042
140432008-06-04 Juanma Barranquero <lekktu@gmail.com>
14044
14045 * window.c (Fset_window_parameter): Doc fix.
14046 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
14047
140482008-06-04 Joakim Verona <joakim@verona.se>
14049
14050 * window.h (struct window): Add new member window_parameters.
14051
14052 * window.c (Fwindow_parameters, Fwindow_parameter)
14053 (Fset_window_parameter): New defuns.
14054 (syms_of_window): Defsubr the new defuns.
14055 (make_window): Initialize window_parameters to nil.
14056
140572008-06-04 John Paul Wallington <jpw@pobox.com>
14058
14059 * eval.c (Fdefmacro): Doc fix.
14060
140612008-06-04 Kenichi Handa <handa@m17n.org>
14062
14063 * coding.c (detect_coding): Fix handling of coding->head_ascii.
14064 Be sure to call setup_coding_system when we find a proper coding system.
14065 (detect_coding_system): Fix handling of coding->head_ascii.
14066
140672008-06-03 Andreas Schwab <schwab@suse.de>
14068
14069 * font.c (font_prop_validate_spacing): Fix last change.
14070
140712008-06-03 Kenichi Handa <handa@m17n.org>
14072
14073 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
14074 (font_parse_fcname): Fix handling of unknown key.
14075
14076 * xfont.c (xfont_list): Try an alias.
14077
14078 * charset.c (char_charset): Return NULL if the arg charset_list is
14079 specified and C doesn't belong to any of them.
14080
140812008-06-02 Chip Coldwell <coldwell@redhat.com>
14082
14083 * font.c (font_pixel_size): Don't take cdr of an integer.
14084
140852008-06-02 Jim Meyering <meyering@redhat.com>
14086
14087 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
14088 * alloc.c (xfree): Return right away for a NULL arg.
14089 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
14090 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
14091 * mac.c (create_apple_event_from_event_ref): Likewise.
14092 (create_apple_event_from_drag_ref, cfstring_create_normalized):
14093 Likewise.
14094 * doprnt.c (doprnt1): Likewise.
14095 * frame.c (frame): Likewise.
14096 * keyboard.c (wipe_kboard): Likewise.
14097 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
14098 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
14099 * term.c (tty_default_color_capabilities, maybe_fatal)
14100 (delete_tty): Likewise.
14101 * w16select.c (string): Likewise.
14102 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
14103 * w32bdf.c (w32_free_bdf_font): Likewise.
14104 * w32fns.c (w32_unload_font): Likewise.
14105 * w32font.c (w32font_close): Likewise.
14106 * window.c (size_window): Likewise.
14107 * xselect.c (receive_incremental_selection): Likewise.
14108 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
14109 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
14110 * w32.c (stat): Likewise.
14111
14112 Remove useless if-before-free tests.
14113 * editfns.c (Fset_time_zone_rule): Likewise.
14114 * lread.c (nosuffix): Likewise.
14115 * ralloc.c (get_bloc): Likewise.
14116 * regex.c (reg_free): Likewise.
14117 * xftfont.c (xftfont_open, xftfont_close): Likewise.
14118 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
14119 * xsmfns.c (smc_save_yourself_CB): Likewise.
14120
141212008-06-02 Kenichi Handa <handa@m17n.org>
14122
14123 * font.c (font_find_for_lface): Handle float font size.
14124 (font_open_for_lface): Likewise.
14125
14126 * xfaces.c (x_supports_face_attributes_p): Check face->font before
14127 comparing the properties.
14128
141292008-06-01 Jason Rumney <jasonr@gnu.org>
14130
14131 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
14132 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
14133 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
14134 Don't add empty script list.
14135 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
14136
141372008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
14138
14139 * Makefile.in (dot, dotdot): Remove, update users.
14140 ".." has been used elsewhere in the file for a long time.
14141 (LIBXT_STATIC): Remove conditional based on unused variable.
14142
141432008-06-01 Miles Bader <miles@gnu.org>
14144
14145 * xfaces.c (Vface_remapping_alist): New variable.
14146 (syms_of_xfaces): Initialize it.
14147 (enum named_merge_point_kind): New type.
14148 (struct named_merge_point): Add `named_merge_point_kind' field.
14149 (push_named_merge_point): Make cycle detection respect different
14150 named-merge-point kinds.
14151 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
14152 Remove face-name alias resolution.
14153 (lface_from_face_name): New definition using
14154 `lface_from_face_name_no_resolve'.
14155 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
14156 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
14157 (get_lface_attributes): New definition that layers face-remapping on
14158 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
14159 (lookup_basic_face): New function.
14160 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
14161 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
14162 `get_lface_attributes'.
14163 (face_at_buffer_position): Use `lookup_basic_face' to lookup
14164 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
14165 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
14166
14167 * xdisp.c (init_iterator): Pass base_face_id through
14168 `lookup_basic_face' when we actually use it as a face-id.
14169 (handle_single_display_prop): Use `lookup_basic_face' to lookup
14170 DEFAULT_FACE_ID.
14171
14172 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
14173 lookup the initial face-id.
14174
14175 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
14176
141772008-06-01 Juanma Barranquero <lekktu@gmail.com>
14178
14179 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
14180 (Fremove_text_properties): Fix typos in docstrings.
14181
141822008-05-31 Kenichi Handa <handa@m17n.org>
14183
14184 * font.c (font_list_entities): Fix the car part of data to be
14185 stored in the cache.
14186
14187 * ftfont.c (ftfont_font_format): Don't use strcasestr.
14188
141892008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14190
14191 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
14192 Add a `test' argument so another predicate than `equal' can be used.
14193 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
14194 (map_char_table): Remove unused vars `c' and `i'.
14195 * lisp.h (Foptimize_char_table): Adjust declaration.
14196 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
14197
141982008-05-30 Kenichi Handa <handa@m17n.org>
14199
14200 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
14201 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
14202 defined.
14203
142042008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14205
14206 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
14207 (Fmake_variable_frame_local): Disallow mixing buffer-local and
14208 frame-local settings for the same variable.
14209
142102008-05-30 Kenichi Handa <handa@m17n.org>
14211
14212 * fontset.c (Ffont_info): Move to font.c.
14213 (syms_of_fontset): Delete defsubr of Sfont_info.
14214
14215 * font.c (font_style_to_value, font_score): Delete casting of the
14216 args to xstcasecmp.
14217 (register_font_driver): Increment num_font_drivers only when
14218 registering the driver globally.
14219 (Ffont_info): Move from fontset.c. Handle a font object too.
14220 (syms_of_font): Defsubr Sfont_info.
14221
142222008-05-29 Kenichi Handa <handa@m17n.org>
14223
14224 * coding.h (enum define_coding_utf8_arg_index): New enum.
14225 (enum coding_attr_index): Change coding_attr_utf_16_bom to
14226 coding_attr_utf_bom.
14227 (enum utf_bom_type): Rename from utf_16_bom_type.
14228 (struct utf_16_spec): Adjust for the above change.
14229 (struct coding_system): Add utf_8_bom in `spec' union.
14230
14231 * coding.c (CODING_UTF_8_BOM): New macro.
14232 (enum coding_category): Delete coding_category_utf_8, add
14233 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
14234 coding_category_utf_8_sig.
14235 (CATEGORY_MASK_UTF_8): Delete it.
14236 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
14237 (CATEGORY_MASK_UTF_8_SIG): New macros.
14238 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
14239 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
14240 CATEGORY_MASK_UTF_8_SIG.
14241 (CATEGORY_MASK_UTF_8): New macro.
14242 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
14243 (detect_coding_utf_8): Check BOM.
14244 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
14245 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
14246 (encode_coding_utf_16): Likewise.
14247 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
14248 (detect_coding, detect_coding_system): Handle utf-8-auto.
14249 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
14250 (syms_of_coding): Fix setting up of Vcoding_category_table.
14251
142522008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
14253
14254 * process.c (Faccept_process_output): If `millisec' is non-nil,
14255 `seconds' default to 0.
14256 (wait_reading_process_output): Also return non-nil if we read output
14257 from a non-running process.
14258
142592008-05-29 Jason Rumney <jasonr@gnu.org>
14260
14261 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
14262 `raster' specified.
14263 (add_font_entity_to_list): Allow non-opentype truetype fonts back
14264 in the uniscribe backend, but disallow any font that has no
14265 unicode subrange support.
14266
142672008-05-29 Juanma Barranquero <lekktu@gmail.com>
14268
14269 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
14270 Fix typos in docstrings.
14271
142722008-05-29 Kenichi Handa <handa@m17n.org>
14273
14274 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
14275 (Fx_family_fonts): Set frame correctly.
14276
142772008-05-28 Jason Rumney <jasonr@gnu.org>
14278
14279 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
14280
142812008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14282
14283 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
14284 calling build_annotations.
14285
142862008-05-28 Juanma Barranquero <lekktu@gmail.com>
14287
14288 * coding.c (Fdecode_coding_region, Fencode_coding_region)
14289 (Fencode_coding_string):
14290 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
14291 <latin-extra-code-table>: Fix typos in docstrings.
14292 (syms_of_coding) <coding-system-alist>: Doc fix.
14293 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
14294
142952008-05-28 Kenichi Handa <handa@m17n.org>
14296
14297 * fontset.c (Ffont_info): Don't call font_close_object.
14298
14299 * font.c (font_parse_family_registry): Use Ffont_put to validate
14300 foundry and family.
14301 (font_delete_unmatched): Don't check spacing.
14302 (font_list_entities): Add spacing to the spec to list fonts.
14303
14304 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
14305 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
14306
14307 * coding.c (encode_coding_raw_text): Fix previous change.
14308 (encode_coding_object): When the dst_object is a buffer and is
14309 different from src_object, move gap to PT.
14310
143112008-05-27 Chong Yidong <cyd@stupidchicken.com>
14312
14313 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
14314
143152008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14316
14317 * coding.c (encode_coding_raw_text): Set coding->produced_char for
14318 all branches. Compute it differently.
14319
14320 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
14321
143222008-05-27 Juanma Barranquero <lekktu@gmail.com>
14323
14324 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
14325 into "else if () ... else ...".
14326
143272008-05-27 Jason Rumney <jasonr@gnu.org>
14328
14329 * w32font.c (w32font_open_internal): Determine if glyph indices
14330 are likely to work here.
14331
143322008-05-27 Chong Yidong <cyd@stupidchicken.com>
14333
14334 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
14335 draw overlap glyphs with appropriate highlighting.
14336
143372008-05-27 Kenichi Handa <handa@m17n.org>
14338
14339 * xfont.c (xfont_open): Fix calculation of font->average_width.
14340
143412008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14342
14343 * casefiddle.c (casify_object): Try to guess better whether the
14344 argument is a byte or a char.
14345
143462008-05-26 Andreas Schwab <schwab@suse.de>
14347
14348 * xselect.c (x_reply_selection_request): Properly handle format == 32.
14349 Always send multiples of format size.
14350
14351 * xterm.c (x_set_frame_alpha): Fix type mismatch.
14352
143532008-05-26 Jason Rumney <jasonr@gnu.org>
14354
14355 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
14356 (compute_metrics): Don't set failure if we just cleared the cache.
14357 (w32_weight_table): Remove unused variable.
14358 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
14359 backwards compatibility.
14360
143612008-05-25 Kenichi Handa <handa@m17n.org>
14362
14363 * w32term.c (x_draw_glyph_string):
14364 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
14365
14366 * xfaces.c: Delete unused function prototypes.
14367 (xstrlwr, font_frame): Delete them.
14368 (clear_face_cache): Delete unused variable.
14369
14370 * xftfont.c (xftfont_open): Delete unused variable.
14371 If underline_thickness is not 1, adjust underline_position.
14372
14373 * ftxfont.c (ftxfont_open): Delete unused variable.
14374
14375 * fontset.c (face_for_char): Optimize for the case of no charset
14376 property.
14377
14378 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
14379 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
14380 (otf_open, font_otf_capability, generate_otf_features)
14381 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
14382 Comment out by surrounding "#if 0" and "#endif" for the moment.
14383 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
14384 (syms_of_font): Codes for accessing above commented out.
14385
143862008-05-24 Eli Zaretskii <eliz@gnu.org>
14387
14388 * w32proc.c: Include dispextern.h.
14389
14390 * w32.c: Include dispextern.h.
14391
143922008-05-23 Juanma Barranquero <lekktu@gmail.com>
14393
14394 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
14395 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
14396 Fix typos in docstrings.
14397
143982008-05-23 Jason Rumney <jasonr@gnu.org>
14399
14400 * xsmfns.c: Remove includes that are already included by config.h.
14401
144022008-05-23 Kenichi Handa <handa@m17n.org>
14403
14404 * charset.c (Qemacs, charset_emacs): New variables.
14405 (char_charset): Fix for non-Unicode characters.
14406 (syms_of_charset): Define charset_emacs.
14407
14408 * w32term.c (x_draw_glyph_string): Be sure to update
14409 s->underline_thickness and s->underline_position. Be sure to draw
14410 underline within the current line area.
14411
14412 * xterm.c (x_draw_glyph_string): Be sure to update
14413 s->underline_thickness and s->underline_position. Be sure to draw
14414 underline within the current line area.
14415
14416 * fontset.c: Delete unused variables and add casting for char *
14417 throughout the file.
14418 (fontset_font): Try the fallback fonts of the current fontset
14419 before consulting the default fontset.
14420
14421 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
14422
14423 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
14424
144252008-05-22 Jason Rumney <jasonr@gnu.org>
14426
14427 * font.c: Don't include strings.h.
14428
14429 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
14430
14431 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
14432 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
14433 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
14434 to call xstrcasecmp.
14435
14436 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
14437
14438 * fontset.c (fs_query_fontset): Use xstrcasecmp.
14439
14440 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
14441
14442 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
14443
144442008-05-22 Kenichi Handa <handa@m17n.org>
14445
14446 * puresize.h (BASE_PURESIZE): Increase to 1220000.
14447
14448 * font.c (font_prop_validate_style): Adjust for the format
14449 change of font_style_table.
14450
14451 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
14452 two args.
14453
14454 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
14455 two args.
14456
144572008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14458
14459 * minibuf.c (keys_of_minibuf): Delete.
14460 * lisp.h (keys_of_minibuf): Delete.
14461 * emacs.c (main): Don't call keys_of_minibuf.
14462
144632008-05-22 Kenichi Handa <handa@m17n.org>
14464
14465 * ftfont.c (ftfont_resolve_generic_family): Rename from
14466 ftfont_list_generic_family. Return a single family for each
14467 generic family.
14468 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
14469 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
14470 Call font_add_log.
14471 (ftfont_match): Call font_add_log.
14472
14473 * font.h (Ffont_xlfd_name): EXFUN adjusted.
14474 (FONT_DEBUG): Define it.
14475 (font_add_log): Extern it.
14476 (font_assert): Rename from xassert.
14477
14478 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
14479 (xfont_list_family): Call font_add_log.
14480 (xfont_match): Likewise.
14481 (memq_no_quit): Delete.
14482
14483 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
14484 call of Ffont_xlfd_name.
14485
14486 * xfaces.c (struct table_entry, slant_table, weight_table)
14487 (swidth_table): Move to font.c.
14488
14489 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
14490 xassert are changed to font_assert. Delete many unused variables.
14491 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
14492 New variables.
14493 (struct table_entry): Move from xfaces.c and modified.
14494 (weight_table, slant_table, width_table): Move from xfaces.c and
14495 contents adjusted for the change of struct table_entry.
14496 (font_style_to_value, font_style_symbolic): Adjust for the
14497 format change of font_style_table.
14498 (font_parse_family_registry): Don't overwrite existing foundry and
14499 family of font_spec.
14500 (font_score): Fix calculation of diff for sizes.
14501 (font_sort_entites): Call font_add_log.
14502 (font_delete_unmatched): Return a newly created list.
14503 (font_list_entities): Fix previous change. Call font_add_log.
14504 (font_matching_entity, font_open_entity, font_close_entity):
14505 Call font_add_log.
14506 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
14507 (Finternal_set_font_style_table): Delete.
14508 (BUILD_STYLE_TABLE): New macro.
14509 (build_style_table): New function.
14510 (Vfont_log, font_log_env_checked): New variables.
14511 (font_add_log): New function.
14512 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
14513 Declare Lisp variables "font-weight-table", "font-slant-table",
14514 "font-width-table", and "font-log". Initialize font_style_table.
14515
145162008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
14517
14518 * xterm.c (x_set_frame_alpha): Move declarations before statements.
14519
145202008-05-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 14521 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
14522
14523 * frame.c (Qalpha): Add a new frame parameter `alpha'.
14524 (Vframe_alpha_lower_limit): New variable.
14525 (x_set_alpha): New function.
14526
14527 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
14528
14529 * xfns.c (x-create-frame, Qalpha):
14530 Initialize the frame parameter `alpha'.
14531 * xterm.c (OPAQUE, OPACITY): New.
14532 (x_set_frame_alpha): New function.
14533 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
14534
14535 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
14536 * w32fns.c (w32_frame_parm_handlers): Likewise.
14537
145382008-05-20 Jason Rumney <jasonr@gnu.org>
14539
14540 * w32font.c (add_font_entity_to_list): Don't add non-opentype
14541 truetype fonts to opentype list.
14542
145432008-05-20 Juanma Barranquero <lekktu@gmail.com>
14544
14545 * fontset.c (Ffontset_info): Doc fix.
14546 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
14547 <ignore-relative-composition>: Fix typos in docstrings.
14548
14549 * font.c (syms-of-font) <font-encoding-alist>:
14550 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
14551 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
14552 (Ffont_otf_alternates): Doc fixes.
14553
145542008-05-20 Kenichi Handa <handa@m17n.org>
14555
14556 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
14557 font.h through out the file.
14558 (FONT_DRIVERS): Rename from FONTOBJ.
14559 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
14560 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
14561
14562 * emacs.c (main): Call syms_of_font unconditionally.
14563
14564 * font.h (find_font_encoding): Extern it.
14565
14566 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
14567 fontset.c.
194d44e7 14568 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
14569 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
14570 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
14571 only when HAVE_WINDOW_SYSTEM is defined.
14572 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
14573 when HAVE_WINDOW_SYSTEM is defined.
14574
14575 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
14576 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
14577
14578 * xfaces.c: Include font.h unconditionally.
14579 (merge_face_ref, merge_face_vectors)
14580 (Finternal_set_lisp_face_attribute): Cancel the previous change.
14581
145822008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14583
14584 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
14585 indirect_variable.
14586 * eval.c (lisp_indirect_variable): New fun.
14587 (Fuser_variable_p): Use it.
14588
145892008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14590
14591 * lisp.h (indirect_variable):
14592 * data.c (indirect_variable, let_shadows_buffer_binding_p):
14593 Use Lisp_Symbol pointers rather than Lisp_Object.
14594 Adjust callers.
14595 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
14596 To this end, change calling-convention.
14597
14598 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
14599 if some non-hidden buffers are selected by string&pred.
14600
146012008-05-19 Chong Yidong <cyd@stupidchicken.com>
14602
14603 * process.c (wait_reading_process_output): Always check status
14604 when in batch mode.
14605
146062008-05-19 Kenichi Handa <handa@m17n.org>
14607
14608 * font.c (font_list_entities): Fix handling of cache.
14609 (font_matching_entity): Likewise.
14610
14611 * ftfont.c (cs_iso8859_1): Delete.
14612 (ft_face_cache): New variable.
14613 (struct ftfont_info): New member fc_charset_idx.
14614 (ftfont_build_basic_charsets): Delete.
14615 (fc_charset_table): New variable.
14616 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
14617 . FC_CHARSET_IDX) as :font-entity property in the font entity.
14618 Callers changed.
14619 (ftfont_lookup_cache, ftfont_get_charset): New functions.
14620 (ftfont_spec_pattern): New argument fc_charset_idx.
14621 Check registry more rigidly. Change callers.
14622 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
14623 change of :font-entity property of the font.
14624
14625 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
14626 property of the font.
14627
146282008-05-18 Juanma Barranquero <lekktu@gmail.com>
14629
14630 * coding.c (Fcoding_system_p): Rename argument to match docstring.
14631 (Funencodable_char_position, Fcheck_coding_systems_region)
14632 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
14633 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
14634 (Ffind_operation_coding_system, Fset_coding_system_priority)
14635 (Fcoding_system_eol_type): Doc fixes.
14636
146372008-05-17 Glenn Morris <rgm@gnu.org>
14638
14639 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
14640
146412008-05-16 Eli Zaretskii <eliz@gnu.org>
14642
14643 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
14644 and st_gid.
14645
14646 * frame.c (Fdelete_frame): Don't call font_update_drivers if
14647 HAVE_WINDOW_SYSTEM is not defined.
14648
14649 * xfaces.c (merge_face_ref, merge_face_vectors)
14650 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
14651 HAVE_WINDOW_SYSTEM is defined.
14652 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
14653
146542008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14655
14656 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
14657
146582008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14659
14660 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
14661
146622008-05-15 Kenichi Handa <handa@m17n.org>
14663
14664 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
14665 preference.
14666
146672008-05-15 Glenn Morris <rgm@gnu.org>
14668
14669 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
14670
146712008-05-15 Chong Yidong <cyd@stupidchicken.com>
14672
14673 * fns.c (init_fns): Don't initialize weak_hash_tables here.
14674 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
14675
14676 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
14677
146782008-05-15 Kenichi Handa <handa@m17n.org>
14679
14680 * ftfont.c (ftfont_list): Downcase family name to check generic
14681 families.
14682
14683 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
14684 font-spec for QCfont value.
14685
14686 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
14687 buffer. Check the return value of it.
14688
146892008-05-14 Jason Rumney <jasonr@gnu.org>
14690
14691 * w32term.c (w32_get_glyph_overhangs): Remove.
14692 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
14693
146942008-05-14 Kenichi Handa <handa@m17n.org>
14695
14696 * font.c (font_prop_validate): Make nil a valid value.
14697 (font_clear_cache): Check if the cached vector of entities is nil
14698 or not.
14699
147002008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14701
14702 * emacs.c (main_thread): Conditionalize on
14703 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
14704 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
14705
14706 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
14707 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
14708 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
14709
147102008-05-14 Kenichi Handa <handa@m17n.org>
14711
14712 * coding.c (detect_coding_iso_2022): Ignore a coding category that
14713 has no corresponding coding system.
14714
147152008-05-14 Jason Rumney <jasonr@gnu.org>
14716
14717 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
14718
14719 * w32font.h (w32font_open_internal): Update declaration.
14720
14721 * w32font.c (w32font_open_internal): Change last argument from
14722 w32font_info struct to font object. Fill in font object from
14723 font_entity. Get Outline metrics if possible. Use them to
14724 calculate underline position and thickness. Use xlfd name as name
14725 property. Don't set codepage.
14726 (w32font_open): Pass font_object to w32font_open_internal. Don't
14727 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
14728 (w32font_draw): Use s->font.
14729 (clear_cached_metrics): Don't clear non-existent blocks.
14730
14731 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
14732 font was not found.
14733 (x_draw_glyph_string): Use underline position and thickness from font.
14734
14735 * w32uniscribe.c (uniscribe_open): Pass font_object to
14736 w32font_open_internal.
14737
147382008-05-14 Kenichi Handa <handa@m17n.org>
14739
14740 These changes are to delete all legacy font-handling codes, and
14741 make Emacs use only font-backends.
14742
14743 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
14744 (frame.o, image.o, print.o): Depend on $(FONTSRC).
14745
14746 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
14747
14748 * charset.h (Vcharset_non_preferred_head)
14749 (Vcurrent_iso639_language): Extern them.
14750
14751 * charset.c (Vcharset_non_preferred_head): New variable.
14752 (Vcurrent_iso639_language): New variable.
14753 (syms_of_charset): Declare it as a Lisp variable.
14754 (char_charset): Don't check non preferred charsets. As a last
14755 resort, return charset_unicode.
14756 (Fset_charset_priority): Update Vcharset_non_preferred_head.
14757
14758 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
14759 conditionals. Don't check enable_font_backend. Delete all codes
14760 used only when USE_FONT_BACKEND is not defined.
14761
14762 * dispextern.h (struct glyph_string): Change type of `font' to
14763 `struct font *'.
14764 (struct glyph_string): New member underline_position and
14765 underline_thickness.
14766 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
14767 (struct face): Change type of `font' to `struct font *'. Remove
14768 members `font_name', `font_info_id'.
14769 (per_char_metric, encode_char): Delete externs.
14770 (calc_pixel_width_or_height): Adjust the prototype.
14771
14772 * emacs.c (enable_font_backend): Delete extern.
14773 (main): Don't set enable_font_backend. Don't check the command
14774 line argument "-disable-font-backend".
14775
14776 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
14777 (enum font_property_index): New members FONT_DPI_INDEX,
14778 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
14779 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
14780 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
14781 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
14782 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
14783 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
14784 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
14785 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
14786 (struct font_spec, struct font_entity): New structs.
14787 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
14788 (struct font): Many members from old "struct font_info" moved to
14789 here. Members font and entity deleted.
14790 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
14791 the new font-related objects.
14792 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
14793 (CHECK_FONT_GET_OBJECT): Likewise.
14794 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
14795 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
14796 (struct font_driver): New members case_sensitive anc check. Type
14797 of the member list and open changed.
14798 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
14799 (font_symbolic_width, font_find_object, font_get_spec)
14800 (font_set_lface_from_name): Delete extern.
14801 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
14802
14803 * font.c: Include <strings.h>.
14804 (enable_font_backend): Delete it.
14805 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
14806 (CHECK_VALIDATE_FONT_SPEC): Delete it.
14807 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
14808 (null_string): Delete it.
14809 (null_vector): Make it static.
14810 (font_family_alist): Delete it.
14811 (Qnormal): Extern it.
14812 (QCextra, QClanguage): Delete it.
14813 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
14814 (font_make_spec, font_make_entity, font_make_object)
14815 (font_intern_prop): Renamed from intern_downcase. Don't downcase
14816 the string. Callers changed.
14817 (font_pixel_size): Adjusted for the format change of font-related
14818 objects.
14819 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
14820 (font_style_to_value, font_style_symbolic): New function.
14821 (build_font_family_alist): Delete it.
14822 (font_registry_charsets): Use Fassoc_string instead of
14823 assq_no_quit.
14824 (font_prop_validate_symbol): Don't return null_string.
14825 (font_prop_validate_style): Adjusted for the change of
14826 style-related values in a font vector.
14827 (font_property_table): Delete entries for QClanguage and
14828 QCantialias, add entries for QCavgwidth.
14829 (get_font_prop_index): Delete the 2nd argument FROM.
14830 (font_prop_validate): Arguments changed.
14831 (font_put_extra): Adjusted for the change of font-related objects.
14832 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
14833 (font_parse_fcname, font_unparse_fcname)
14834 (font_prepare_composition): Likewise.
14835 (font_parse_family_registry): Renamed from font_merge_old_spec.
14836 (otf_open): Delete the 1st arg entity.
14837 (font_otf_capability): Adjusted for the above change.
14838 (font_score): New arg alternate_families. Adjusted for the change
14839 of font-related objects.
14840 (font_sort_entites): New arg best_only.
14841 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
14842 Delete them.
14843 (font_match_p): Check alternate families.
14844 (font_find_object): Delete it.
14845 (font_check_object): New function.
14846 (font_clear_cache): Adjusted for the change of font-related objects.
14847 (font_delete_unmatched): New arg.
14848 (font_list_entities): Call font_driver->list with a spec that
14849 doesn't specify style-related properties.
14850 (font_matching_entity): Arguments changed. Caller changed.
14851 (font_open_entity): Adjusted for the change of font-related objects.
14852 (font_close_object, font_has_char, font_encode_char)
14853 (font_get_name, font_get_spec): Likewise.
14854 (font_spec_from_name, font_clear_prop, font_update_lface):
14855 New functions.
14856 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
14857 (font_prepare_for_face, font_done_for_face, font_open_by_name)
14858 (font_at): Adjusted for the change of font-related objects.
14859 (font_range): New function.
14860 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
14861 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
14862 (Fcopy_font_spec, Fmerge_font_spec): New function.
14863 (Ffont_family_list): Renamed from list-families.
14864 (Finternal_set_font_style_table): Arguments changed.
14865 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
14866 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
14867 change of font-related objects.
14868 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
14869
14870 * fontset.h (struct font_info): Delete it. Most members go to
14871 struct font.
14872 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
14873 (enum FONT_SPEC_INDEX): Delete it.
14874 (font_info, list_fonts_func, load_font_func, query_font_func)
14875 (set_frame_fontset_func, find_ccl_program_func)
14876 (get_font_repertory_func, new_fontset_from_font_name): Delete
14877 externs.
14878 (fontset_from_font_name): Extern it.
14879 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
14880 (FONT_INFO_FROM_FACE): Deleted.
14881 (face_for_font): Adjust prototype.
14882
14883 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
14884 conditionals. Don't check enable_font_backend. Delete all codes
14885 used only when USE_FONT_BACKEND is not defined.
14886 (get_font_info_func, list_font_func, load_font_func)
14887 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
14888 (get_font_repertory_func): Delete them.
14889 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
14890 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
14891 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
14892 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
14893 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
14894 (fontset_compare_rfontdef): New function.
14895 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
14896 rfont-defs by qsort. Adjusted for the change of font-group vector.
14897 (load_font_get_repertory): Deleted.
14898 (fontset_find_font): Use new macros to ref/set elements of
14899 font-def and rfont-def.
14900 (fontset_font): Fix the timing of remembering that no font for C.
14901 (free_face_fontset): Do nothing if the face has no fontset.
14902 (face_suitable_for_char_p): Use new macros to ref/set elements of
14903 rfont-def.
14904 (face_for_char): Likewise. Call face_for_char with font_object.
14905 (fs_load_font): Delete. Delete #pragma surrounding it.
14906 (fs_query_fontset): Use strcasecmp instead of strcmp.
14907 (generate_ascii_font_name): Adjusted for the format change of
14908 font-spec.
14909 (Fset_fontset_font): Likewise. Use new macros to set elements of
14910 font-def.
14911 (Fnew_fontset): Use font_unparse_xlfd to generate
14912 FONTSET_ASCII (fontset).
14913 (new_fontset_from_font_name): Deleted.
14914 (fontset_from_font): Renamed from new_fontset_from_font. Check if
14915 a fontset is already created for the font. FIx updating of
14916 Vfontset_alias_alist.
14917 (fontset_ascii_font): Deleted.
14918 (Ffont_info): Adjusted for the format change of font-spec.
14919 (Finternal_char_font): Likewise.
14920 (Ffontset_info): Likewise.
14921 (syms_of_fontset): Don't check load_font_func.
14922
14923 * fns.c (internal_equal): Handle PREV_FONT.
14924
14925 * frame.h: Delete USE_FONT_BACKEND conditional.
14926
14927 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
14928 conditionals. Don't check enable_font_backend. Delete all codes
14929 used only when USE_FONT_BACKEND is not defined.
14930 (x_set_font): Call x_new_font, not x_new_fontset2.
14931 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
14932 already set for the frame.
14933
14934 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
14935 a font-entity by font_make_entity. Use font_intern_prop instead
14936 of intern_downcase. Use FONT_SET_STYLE to set a style-related
14937 font property. If a font is scalable, set avgwidth property to 0.
14938 Set font-entity property by font_put_extra.
14939 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
14940 (ffont_driver): Adjusted for the change of struct font_driver.
14941 (ftfont_spec_pattern): New function.
14942 (ftfont_list): Return a list, not vector.
14943 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
14944 (ftfont_list_family): Don't downcase names.
14945 (ftfont_free_entity): Deleted.
14946 (ftfont_open): Return a font-object. Adjusted for the change of
14947 struct font. Get underline_thickness and underline_position from
14948 font property. Don't update dpyinfo->smallest_font_height and
14949 dpyinfo->smallest_char_width.
14950 (ftfont_close): Don't free `struct font'.
14951 (ftfont_has_char): Adjusted for the format change of font-entity.
14952 (ftfont_encode_char, ftfont_text_extents): Likewise.
14953
14954 * ftxfont.c (ftxfont_list): Return a list, not vector.
14955 (ftxfont_open): Return a font-object. Adjusted for the change of
14956 struct font. Get underline_thickness and underline_position from
14957 font property. Don't update dpyinfo->smallest_font_height and
14958 dpyinfo->smallest_char_width.
14959 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
14960 (ftxfont_draw): Adjusted for the change of struct font.
14961
14962 * image.c (image_ascent): Don't include "charset.h". Include
14963 "character.h" and "font.h".
14964
14965 * lisp.h (enum pvec_type): New member PREV_FONT.
14966 (Fassoc_string): EXFUN it.
14967
14968 * print.c: Include font.h.
14969 (print_object): Handle font-related objects.
14970
14971 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
14972 conditionals. Don't check enable_font_backend. Delete all codes
14973 used only when USE_FONT_BACKEND is not defined.
14974 (handle_auto_composed_prop): Do nothing if it->f is not on a
14975 window system. Check how many following characters can be
14976 displayed by the same font.
14977 (calc_pixel_width_or_height): Type of the 4th arg is changed to
14978 'struct font *'.
14979 (get_char_face_and_encoding): Assign the whole encoding task to
14980 the `encode-char' method of a font driver.
14981 (fill_composite_glyph_string): Adjusted for the change of `struct
14982 face' and `struct glyph_string'.
14983 (fill_glyph_string): Likewise.
14984 (get_per_char_metric): Arguments changed.
14985 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
14986 and `struct glyph_string'.
14987 (produce_stretch_glyph, calc_line_height_property)
14988 (x_produce_glyphs): Likewise.
14989
14990 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
14991 conditionals. Don't check enable_font_backend. Delete all codes
14992 used only when USE_FONT_BACKEND is not defined. Use
14993 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
14994 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
14995 (Qp): Extern them.
14996 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
14997 Deleted.
14998 (struct font_name): Deleted.
14999 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
15000 (compare_fonts_by_sort_order): New function.
15001 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
15002 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
15003 Deleted.
15004 (Fx_family_fonts): Use font_list_entities, and sort fonts by
15005 compare_fonts_by_sort_order.
15006 (Fx_font_family_list): Call Ffont_family_list.
15007 (face_numeric_value, face_numeric_weight, face_numeric_slant)
15008 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
15009 (face_symbolic_slant, face_symbolic_swidth)
15010 (split_font_name_into_vector, build_font_name_from_vector)
15011 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
15012 (font_rescale_ratio, split_font_name, build_font_name)
15013 (free_font_names, sort_fonts, x_face_list_fonts)
15014 (face_font_available_p, sorted_font_list, cmp_font_names)
15015 (font_list_1, concat_font_list, font_list, remove_duplicates):
15016 Deleted.
15017 (Fx_list_fonts): Use Ffont_list.
15018 (LFACE_AVGWIDTH): Deleted.
15019 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
15020 by FONTP.
15021 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
15022 (set_lface_from_font_name): Delete it.
15023 (set_lface_from_font): Renamed from
15024 set_lface_from_font_and_fontset. Caller changed. Don't set
15025 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
15026 for face.
15027 (merge_face_vectors): Copy font-spec if necessary.
15028 Clear properties of the font-spec if necessary.
15029 (merge_face_ref): Clear properties of the font-spec if necessary.
15030 (Finternal_set_lisp_face_attribute): Likewise.
15031 (set_font_frame_param): Use font_load_for_lface to load a
15032 font-object, and call Fmodify_frame_parameters with it.
15033 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
15034 font name by Ffont_xlfd_name.
15035 (Finternal_lisp_face_attribute_values): Don't check QCweight,
15036 QCslant, and QCwidth.
15037 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
15038 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
15039 Compare fonts by EQ.
15040 (lookup_non_ascii_face): Deleted.
15041 (face_for_font): The 2nd argument changed.
15042 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
15043 Check atomic font properties by case insensitive.
15044 (realize_non_ascii_face): Set face->overstrike correctly.
15045 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
15046 (dump_realized_face): Get font name from
15047 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
15048
15049 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
15050 conditionals. Don't check enable_font_backend. Delete all codes
15051 used only when USE_FONT_BACKEND is not defined.
15052 (xic_create_xfontset): Original code deleted and renamed from
15053 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
15054 (x_make_gc): Don't set GCFont in GCs.
15055 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
15056 opened by "fixed".
15057 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
15058 find_ccl_program_func, query_font_func, set_frame_fontset_func,
15059 get_font_repertory_func.
15060
15061 * xfont.c: Include <stdlib.h> and "ccl.h".
15062 (struct xfont_info): New structure.
15063 (xfont_query_font): Deleted.
15064 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
15065 moved from xterm.c.
15066 (xfont_driver): Adjusted for the change of struct font_driver.
15067 (compare_font_names): New function.
15068 (xfont_list_pattern): Sort font names case insensitively. Make
15069 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
15070 (xfont_list): Return a list, not vector.
15071 (xfont_match): If the font doesn't have QCname property, generate
15072 a name from the other font properties.
15073 (xfont_open): Return a font-object. Adjusted for the change of
15074 struct font. Get underline_thickness and underline_position from
15075 font property. Don't update dpyinfo->smallest_font_height and
15076 dpyinfo->smallest_char_width.
15077 (xfont_close): Don't free struct font.
15078 (xfont_prepare_face): Adjusted for the change of struct font.
15079 (xfont_done_face): Deleted.
15080 (xfont_has_char): Adjusted for the change of struct font.
15081 (xfont_encode_char, xfont_draw): Likewise.
15082 (xfont_check): New function.
15083
15084 * xftfont.c (xftfont_list): Adjusted for the change of `list'
15085 callback function.
15086 (xftfont_match): Adjusted for the format change of font-entity.
15087 (xftfont_open): Adjusted for the format change of font-entity and
15088 font-object. Adjusted for the change of struct font. Return a
15089 font-object. Don't update dpyinfo->smallest_font_height and
15090 dpyinfo->smallest_char_width.
15091 (xftfont_close): Block input while calling XftFontClose.
15092 (xftfont_prepare_face): Don't block input while calling
15093 xftfont_get_colors. Adjusted for the change of struct font.
15094 (xftfont_shape): Return value of error case fixed.
15095
15096 * xrdb.c (x_load_resources): Don't setup a fontset resource.
15097
15098 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
15099 conditionals.
15100 (FONT_WIDTH): Return (f)->max_width.
15101 (struct x_display_info): Delete member `font'.
15102 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
15103 (x_find_ccl_program, x_get_font_repertory): Delete externs.
15104 (struct x_output): Change type of `font' to `struct font *'.
15105
15106 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
15107 conditionals. Don't check enable_font_backend. Delete all codes
15108 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
15109 (x_per_char_metric, x_encode_char): Deleted.
15110 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
15111 (x_compute_glyph_string_overhangs): Adjusted for the change of
15112 `struct face'.
15113 (x_draw_glyph_string_foreground)
15114 (x_draw_composite_glyph_string_foreground): Likewise.
15115 (x_draw_glyph_string): Likewise. Use font->underline_position and
15116 font->underline_thickness.
15117 (x_new_font): Renamed from x_new_fontset2.
15118 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
15119 (x_check_font): Call `check' method of a font driver.
15120 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
15121 (x_query_font, x_get_font_repertory): Deleted.
15122 (x_find_ccl_program): Renamed and moved to xfont.c.
15123 (x_redisplay_interface): Adjusted for the change of `struct
15124 redisplay_interface'.
15125
15126 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
15127 conditionals. Don't check enable_font_backend. Delete all codes
15128 used only when USE_FONT_BACKEND is not defined. Surround non-used
15129 code by "#ifdef OLD_FONT" and "endif".
15130 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
15131
15132 * w32font.h (struct w32font_info): New member.
15133 (FONT_COMPAT): New macro.
15134 (w32font_open_internal): Prototype adjusted.
15135
15136 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
15137 OLD_FONT" and "endif".
15138
15139 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
15140 conditionals. Don't check enable_font_backend. Delete all codes
15141 used only when USE_FONT_BACKEND is not defined.
15142 (w32font_open): Return a font-object. Make a font-object by
15143 font_make_object. Adjusted for the change of struct w32font_info.
15144 (w32font_close): Don't free struct font. Adjusted for the change
15145 of struct w32font_info.
15146 (w32font_encode_char, w32font_text_extents, w32font_draw):
15147 Adjusted for the change of struct w32font_info.
15148 (w32font_draw): Likewise.
15149 (w32font_list_internal): Return a list, not vector.
15150 (w32font_open_internal): Change the 4th arg to font-object.
15151 Adjusted for the change of struct w32font_info and font-object format.
15152 (add_font_name_to_list): Don't downcase names.
15153 (w32_enumfont_pattern_entity): Make a font-entity by
15154 font_make_entity. Adjusted for the format change of font-entity.
15155 Use FONT_SET_STYLE to set a style-related font property. If a
15156 font is scalable, set avgwidth property to 0. Set font-entity
15157 property by font_put_extra.
15158 (font_matches_spec): Adjusted for the format change of font-entity.
15159 (w32_weight_table, w32_decode_weight): New variables.
15160 (w32_encode_weight): New function.
15161 (fill_in_logfont): Adjusted for the format change of font-spec.
15162 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
15163 weight value.
15164 (w32font_driver): Adjusted for the change of struct font_driver.
15165
15166 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
15167 conditionals. Don't check enable_font_backend. Surround non-used
15168 code by "#ifdef OLD_FONT" and "endif".
15169 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
15170 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
15171
15172 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
15173 conditionals. Don't check enable_font_backend. Delete all codes
15174 used only when USE_FONT_BACKEND is not defined. Surround non-used
15175 code by "#ifdef OLD_FONT" and "endif".
15176
15177 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
15178 (uniscribe_open): Return value changed to font-object.
15179 Adjusted for the format change of font-object.
15180 (uniscribe_otf_capability): Adjusted for the change of struct font.
15181 (add_opentype_font_name_to_list): Don't downcase names.
15182 (uniscribe_font_driver): Adjusted for the change of struct
15183 font_driver.
15184
151852008-05-13 Chong Yidong <cyd@stupidchicken.com>
15186
15187 * dispnew.c (update_frame_1): Check if tty output is still valid
15188 before flushing it.
15189
151902008-05-13 Jan Djärv <jan.h.d@swipnet.se>
15191
15192 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
15193 to Gtk+ menus.
15194
151952008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
15196
15197 * dired.c (file_name_completion): Tweak the code so as to always do it
15198 in a single pass. Tighten the scope of some variables.
15199
15200 * dired.c (Qdefault_directory): New var.
15201 (file_name_completion): Use it instead of Fexpand_file_name.
15202 (syms_of_dired): Initialize it.
15203
152042008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15205
15206 * fileio.c (double_dollars): Remove dead code.
15207
152082008-05-10 Eli Zaretskii <eliz@gnu.org>
15209
15210 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
15211 Mention w32-get-true-file-attributes in doc string.
15212
15213 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
15214
152152008-05-09 Glenn Morris <rgm@gnu.org>
15216
15217 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
15218 2008-04-23.
15219
152202008-05-09 Eli Zaretskii <eliz@gnu.org>
15221
15222 Support for reporting owner and group of each file on MS-Windows:
15223 * dired.c (stat_uname, stat_gname): New functions, with special
15224 implementation for w32.
15225 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
15226
15227 * w32.c: Rename the_passwd_* to dflt_passwd_*.
15228 (dflt_group_name): New static variable.
15229 (dflt_group): Rename from the_group.
15230 (init_user_info): Init dflt_group fields. Get user's group name
15231 from LookupAccountSid.
15232 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
15233 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
15234 New initialization states.
15235 (globals_of_w32): Initialize them to zero. Initialize the default
15236 group name to "None".
15237 (GetFileSecurity_Name): New global var, the name of the function
15238 to call for GetFileSecurity.
15239 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
15240 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
15241 (get_file_security, get_security_descriptor_owner)
15242 (get_security_descriptor_group, is_valid_sid)
15243 (get_file_security_desc, get_rid, get_name_and_id)
15244 (get_file_owner_and_group): New functions.
15245 (stat): Use get_file_security_desc and get_file_owner_and_group to
15246 report the owner and primary group of each file. Don't ignore the
15247 high 32 bits of file's size, now that st_size is 64-bit wide.
15248 Fix test when to get true file attributes.
15249 (init_user_info): Use get_rid instead of equivalent inline code.
15250 (fstat): Don't ignore the high 32 bits of file's size.
15251
152522008-05-09 Chong Yidong <cyd@stupidchicken.com>
15253
15254 * image.c (png_load): Use correct bit-depth for setting background
15255 color.
15256
152572008-05-08 Eli Zaretskii <eliz@gnu.org>
15258
15259 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
15260 epa-hook.elc.
15261
152622008-05-08 Juanma Barranquero <lekktu@gmail.com>
15263
15264 * font.c (Ffont_match_p): Don't use `iff' in docstring.
15265
152662008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
15267
15268 * macfns.c (Fx_create_frame): Make a copy of frame parameters
15269 because the original parameters are in pure storage now.
15270 (mac_window): Remove unused params. Update callers.
15271
152722008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15273
15274 * lread.c (substitute_object_recurse): Use lower-level primitives.
15275 Don't signal errors when traversing sub-char-tables.
15276 Don't loop over all the possible characters when traversing char-tables.
15277
15278 * print.c (print_preprocess): Add sub-char-tables to the print-table,
15279 just like we do in print.c.
15280
152812008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15282
15283 * minibuf.c (Ftry_completion): Remove code left over from when we used
15284 scmp instead of Fcompare_strings.
15285
152862008-05-04 Juanma Barranquero <lekktu@gmail.com>
15287
15288 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
15289
152902008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15291
15292 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
15293 Create bitmap context in native byte order.
15294
15295 * macterm.c (XDrawLine)
15296 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
15297 context in native byte order.
15298
152992008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15300
15301 * config.in: Regenerate.
15302
15303 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
15304 New definitions for Image I/O support.
15305 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
15306 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
15307 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
15308 (mac_data_provider_release_data, image_load_image_io)
15309 [USE_MAC_IMAGE_IO]: New functions.
15310 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
15311 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
15312 (init_image_func_pointer) [MAC_OSX]: Remove function.
15313 (image_load_quartz2d) [MAC_OSX]: Check availability of
15314 CGImageCreateWithPNGDataProvider at compile time.
15315 Use lowercase `false' for boolean constant.
15316 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
15317 Use image_load_image_io.
15318 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
15319 Don't check MyCGImageCreateWithPNGDataProvider.
15320 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
15321 Don't call init_image_func_pointer.
15322
15323 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
15324
15325 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
15326 Make variable non-static.
15327 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
15328 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
15329
15330 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
15331 (RED_FROM_ULONG): Mask off higher bits.
15332 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
15333
15334 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
15335 Include AvailabilityMacros.h.
15336 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
15337 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
15338
153392008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15340
15341 * chartab.c (Fset_char_table_range): If range is t, really set all
15342 chars to that value.
15343
153442008-05-03 Eli Zaretskii <eliz@gnu.org>
15345
15346 * dired.c (Ffile_attributes): Don't allow the device number become
15347 negative.
15348
153492008-05-02 Daiki Ueno <ueno@unixuser.org>
15350
15351 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
15352
153532008-05-02 Juri Linkov <juri@jurta.org>
15354
15355 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
15356 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
15357 DEFAULT argument as a list of default values in docstrings.
15358
153592008-05-01 Chong Yidong <cyd@stupidchicken.com>
15360
15361 * puresize.h (BASE_PURESIZE): Increase to 1210000.
15362
153632008-05-01 Martin Rudalics <rudalics@gmx.at>
15364
15365 * dispnew.c (change_frame_size_1): Preserve small windows when
15366 shrinking frames by calling set_window_height|width with third
15367 arg 2.
15368
15369 * window.h (struct window): Replace field too_small_ok by field
15370 resize_proportionally.
15371
15372 * window.c (make_window): Initialize resize_proportionally.
15373 (enlarge_window): Temporarily set resize_proportionally to make
15374 sure that shrink_windows does scale the window proportionally.
15375 (shrink_windows): When window has resize_proportionally set try
15376 to shrink it proportionally by stealing from other windows.
15377 (struct saved_window, Fset_window_configuration)
15378 (compare_window_configurations): Handle resize_proportionally.
15379 (WINDOW_TOTAL_SIZE): New macro.
15380 (window_min_size, shrink_windows, size_window): Use it.
15381 (check_min_window_sizes): Remove. Invalid values of
15382 window-min-height|width are handled by window_min_size_2 now.
15383 (size_window, Fsplit_window, enlarge_window)
15384 (adjust_window_trailing_edge, grow_mini_window): Don't call
15385 check_min_window_sizes.
15386 (window_min_size_2, window_min_size_1, window_min_size):
15387 New argument safe_p for retrieving "safe" minimum sizes.
15388 (Fdisplay_buffer, Fsplit_window, enlarge_window)
15389 (adjust_window_trailing_edge, grow_mini_window):
15390 Adjust arguments of window_min_size... functions.
15391 (shrink_windows): Argument min_size removed. New argument
15392 safe_p allows shrinking windows to their safe minimum sizes.
15393 Calculate minimum size and decide whether a window shall be
15394 deleted for each window individually.
15395 (size_window): When nodelete_p equals 2, tell shrink_windows to
15396 delete windows only if their new minimum size is no more safe.
15397 (shrink_window_lowest_first): Call window_min_size_1 to make
15398 sure to preserve modeline of bottom-most window when resizing
15399 the minibuffer.
15400 (Fset_window_configuration, Fcurrent_window_configuration)
15401 (compare_window_configurations): Do not handle
15402 window-min-height|width any more.
15403 (syms_of_window): Clarify window-min-height|width doc-strings.
15404
154052008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
15406
15407 * dired.c (file_name_completion): Fix up the encoding/decoding issue
15408 some more. Copy some of the code from Ftry_completions.
15409 Remove special case code that dates back to initial revision when the
15410 slash was only added when necessary and that can't trigger nowadays.
15411
154122008-04-27 Kenichi Handa <handa@m17n.org>
15413
15414 * font.c (font_prop_validate): Signal `error' instead of `font'.
15415
154162008-04-29 Jason Rumney <jasonr@gnu.org>
15417
15418 * w32fns.c (Fw32_battery_status): New defun.
15419 (syms_of_w32fns): Defsubr it.
15420
154212008-04-28 Andreas Schwab <schwab@suse.de>
15422
15423 * dired.c (file_name_completion): Fix another mixing of encoded
15424 and decoded names.
15425
154262008-04-28 Juanma Barranquero <lekktu@gmail.com>
15427
15428 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
15429
154302008-04-27 Juanma Barranquero <lekktu@gmail.com>
15431
15432 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
15433
154342008-04-27 Andreas Schwab <schwab@suse.de>
15435
15436 * dired.c (file_name_completion): Fix inappropriate mixing of
15437 encoded and decoded names.
15438
15439 * xterm.c (XTread_socket): Fix use of uninitialized variable.
15440
15441 * puresize.h (BASE_PURESIZE): Increase to 1200000.
15442
154432008-04-26 Eli Zaretskii <eliz@gnu.org>
15444
15445 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
15446 2008-03-31, it's not needed anymore with `struct stat' definition
15447 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
15448 for the same reasons.
15449
154502008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
15451
15452 * m/sparc.h: Additional redefinitions for GNU/Linux.
15453
154542008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15455
15456 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
15457 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
15458 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
15459 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
15460 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
15461 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
15462 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
15463 Likewise.
15464
15465 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
15466 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
15467 (mac_ax_number_of_characters): Add externs.
15468 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
15469 [USE_MAC_TSM]: Likewise.
15470 (mac_handle_text_input_event) [MAC_OSX]:
15471 Handle kEventTextInputOffsetToPos for no active input area case.
15472 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
15473 (mac_handle_document_access_event)
15474 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
15475 (install_application_handler) [MAC_OSX]: Register handlers for
15476 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
15477 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
15478 Register mac_handle_document_access_event.
15479
15480 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
15481 Make functions non-static.
15482
154832008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15484
15485 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
15486 (read_file_name_completion_ignore_case, insert_default_directory)
15487 (Qdefault_directory): Move to minibuffer.el.
15488 (Fread_file_name): Call the new `read-file-name' instead.
15489
154902008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15491
15492 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
15493 Make function non-static.
15494 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
15495 Remove function.
15496 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
15497 Move to mactoolbox.c.
15498 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
15499
15500 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
15501 (mac_rect_make): New macro.
15502
15503 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
15504 instead of float.
15505 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
15506 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
15507 (XSetBackground) [USE_CG_DRAWING]: Likewise.
15508 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
15509 CGRectMake.
15510 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
15511 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
15512 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
15513 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
15514 instead of WindowRef in argument type.
15515 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
15516 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
15517 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
15518 instead of DISPLAY. All uses changed.
15519 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
15520 (x_calc_absolute_position): Simplify so as not to use
15521 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
15522
15523 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
15524 instead of WindowRef in argument type.
15525 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
15526 [TARGET_API_MAC_CARBON]: Remove externs.
15527 (create_apple_event, mac_event_parameters_to_lisp)
15528 [TARGET_API_MAC_CARBON]: Add externs.
15529
15530 * mactoolbox.c (Vmac_ts_script_language_on_focus)
15531 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
15532 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
15533 is clicked.
15534 (x_activate_menubar): Remove extern for saved_menu_event_location.
15535 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
15536 Move from mac.c.
15537
155382008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15539
15540 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
15541 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
15542
155432008-04-23 Jason Rumney <jasonr@gnu.org>
15544
15545 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
15546 attributes only for local files.
15547
15548 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
15549 default to Qlocal.
15550
155512008-04-22 Juri Linkov <juri@jurta.org>
15552
15553 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
15554 read-buffer-to-switch instead of using the letter "B".
15555
155562008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15557
15558 * fileio.c (Qdefault_directory): New variable.
15559 (Fread_file_name): Use it to pass `dir' to the completion functions.
15560
155612008-04-20 Chong Yidong <cyd@stupidchicken.com>
15562
15563 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
15564
155652008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15566
15567 * keyboard.c (Vpre_help_message): Remove.
15568 (show_help_echo): Remove default C code.
15569
15570 * dired.c (directory_files_internal, file_name_completion):
15571 Only call ENCODE_FILE if the string is indeed decoded.
15572
155732008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15574
15575 * Makefile.in (TOOLKIT_DEFINES): Remove.
15576 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
15577
155782008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15579
15580 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
15581 (mactoolbox.o): New target.
15582
15583 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
15584 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
15585
15586 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
15587 Use mac_set_frame_window_background instead of XSetWindowBackground.
15588 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
15589 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
15590 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
15591 instead of SetWindowTitleWithCFString.
15592 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
15593 Move function to mactoolbox.c.
15594 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
15595 Use mac_set_window_modified instead of SetWindowModified.
15596 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
15597 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
15598 (Fx_focus_frame): Use mac_front_non_floating_window instead of
15599 FrontNonFloatingWindow. Use mac_activate_window instead of
15600 ActivateWindow. Use mac_active_non_floating_window instead of
15601 ActiveNonFloatingWindow.
15602 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
15603 Use mac_show_hourglass and mac_hide_hourglass.
15604 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
15605 instead of GetGlobalMouse.
15606 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
15607 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
15608 Use mac_bring_window_to_front instead of BringToFront.
15609 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
15610 mactoolbox.c.
15611 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
15612 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
15613 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
15614 mactoolbox.c.
15615
15616 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
15617 (XtPointer): Move typedef from macmenu.c.
15618 (enum button_type): Move enum from macmenu.c.
15619 (widget_value): Move typedef from macmenu.c.
15620 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
15621 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
15622 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
15623 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
15624 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
15625 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
15626 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
15627 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
15628 (Selection): Move typedef from macselect.c.
15629 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
15630 macterm.c.
15631 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
15632 (mac_is_window_collapsed, mac_bring_window_to_front)
15633 (mac_send_window_behind, mac_hide_window, mac_show_window)
15634 (mac_collapse_window, mac_front_non_floating_window)
15635 (mac_active_non_floating_window, mac_activate_window)
15636 (mac_move_window_structure, mac_move_window, mac_size_window)
15637 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
15638
15639 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
15640 (enum mac_menu_kind): Move enum to mactoolbox.c.
15641 (min_menu_id): Move variable to mactoolbox.c.
15642 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
15643 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
15644 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
15645 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
15646 [TARGET_API_MAC_CARBON]: Likewise.
15647 (XtPointer): Move typedef to macgui.h.
15648 (enum button_type): Move enum to macgui.h.
15649 (widget_value): Move typedef to macgui.h.
15650 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
15651 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
15652 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
15653 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
15654 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
15655 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
15656 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
15657 (popup_activated_flag): Make variable non-static.
15658 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
15659 (add_menu_item, fill_menu, dispose_menus):
15660 Move functions to mactoolbox.c.
15661 (restore_show_help_function, menu_target_item_handler)
15662 (install_menu_target_item_handler, mac_handle_dialog_event)
15663 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
15664 [TARGET_API_MAC_CARBON]: Likewise.
15665 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
15666 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
15667 (find_and_call_menu_selection, name_is_separator): Make function
15668 non-static.
15669 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
15670 to mactoolbox.c.
15671 (set_frame_menubar): Don't call install_menu_quit_handler.
15672 (menu_item_selection): New variable.
15673 (mac_menu_show): Use create_and_show_popup_menu.
15674 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
15675 selection but set variable menu_item_selection. All uses changed.
15676 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
15677 Call install_menu_quit_handler. Move to mactoolbox.c.
15678
15679 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
15680 (Selection): Move typedef to macgui.h.
15681 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
15682 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
15683 Make variables non-static.
15684 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
15685 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
15686 Make functions non-static.
15687 (Vmac_service_selection) [MAC_OSX]: Likewise.
15688 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
15689 (mac_valid_selection_target_p, mac_clear_selection)
15690 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
15691 (mac_put_selection_value, mac_selection_has_target_p)
15692 (mac_get_selection_value, mac_get_selection_target_list)
15693 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
15694 Move functions to mactoolbox.c.
15695 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
15696 Likewise.
15697 (copy_scrap_flavor_data, mac_handle_service_event)
15698 (install_service_handler) [MAC_OSX]: Likewise.
15699 (syms_of_macselect) <Vmac_dnd_known_types>:
15700 Use mac_dnd_default_known_types.
15701
15702 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
15703 Move to mactoolbox.c.
15704 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
15705 (Fx_selection_owner_p): Add EXFUN.
15706 (install_window_handler, remove_window_handler, XSetWindowBackground):
15707 Remove externs.
15708 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
15709 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
15710 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
15711 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
15712 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
15713 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
15714 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
15715 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
15716 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
15717 (create_and_show_popup_menu, mac_get_selection_from_symbol)
15718 (mac_valid_selection_target_p, mac_clear_selection)
15719 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
15720 (mac_put_selection_value, mac_selection_has_target_p)
15721 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
15722 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
15723 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
15724 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
15725 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
15726 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
15727 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
15728 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
15729 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
15730
15731 * mactoolbox.c: New file.
15732
157332008-04-18 Jason Rumney <jasonr@gnu.org>
15734
15735 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
15736
157372008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15738
15739 * character.c (Fmultibyte_char_to_unibyte):
15740 Return latin1 chars unchanged.
15741
15742 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
15743 relocated if it points to `name'.
15744
157452008-04-17 Kenichi Handa <handa@m17n.org>
15746
15747 * data.c (Faset): Allow setting a multibyte character in an
15748 ASCII-only unibyte string.
15749
15750 * lisp.h (STRING_SET_MULTIBYTE): New macro.
15751
157522008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15753
15754 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
15755 done in config.h.
15756
157572008-04-16 Juanma Barranquero <lekktu@gmail.com>
15758
15759 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
15760 (Fchar_direction): Add usage in the docstring.
15761
157622008-04-15 Chong Yidong <cyd@stupidchicken.com>
15763
15764 * keyboard.c (read_key_sequence): Remove always-true checks.
15765
157662008-04-14 Jason Rumney <jasonr@gnu.org>
15767
15768 * w32font.c (w32font_open_internal): Set max_bounds.descent in
15769 compatibility struct, for better underline positioning.
15770
157712008-04-13 David Hansen <david.hansen@gmx.net>
15772
15773 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
15774 string.
15775
157762008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
15777
15778 * m/hp800.h (XUINT, XSET): Remove.
15779
157802008-04-12 Juanma Barranquero <lekktu@gmail.com>
15781
15782 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
15783 previous change.
15784
157852008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15786
15787 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
15788 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
15789
157902008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15791
15792 * keymap.h (map_keymap_canonical): Declare.
15793 * xmenu.c (single_keymap_panes): Use it.
15794
157952008-04-11 Glenn Morris <rgm@gnu.org>
15796
15797 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
15798 set the target's value to that of the alias.
15799
158002008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15801
15802 * term.c (set_tty_color_mode): Left over typo.
15803
158042008-04-10 Michael Albinus <michael.albinus@gmx.de>
15805
15806 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
15807 only after check for file name handler functions. Signal, when
15808 native functionality is not supported.
15809 (syms_of_fileio): Declare it unconditionally.
15810
158112008-04-10 Jason Rumney <jasonr@gnu.org>
15812
15813 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
15814 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
15815
15816 * w32.c (logon_network_drive): Also logon to remote drives that
15817 are mapped to drive letters.
15818
158192008-04-10 Glenn Morris <rgm@gnu.org>
15820
15821 * xdisp.c (truncate-partial-width-windows): Doc fix.
15822
158232008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15824
15825 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
15826 Move functions to minibuffer.el.
15827 (syms_of_fileio): Don't declare them.
15828
158292008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15830
15831 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
15832 (syms_of_minibuf): Remove its initialization.
15833
15834 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
15835
158362008-04-09 Juanma Barranquero <lekktu@gmail.com>
15837
15838 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
15839
158402008-04-09 Jason Rumney <jasonr@gnu.org>
15841
15842 * makefile.w32-in (distclean): Delete makefile too.
15843 (maintainer-clean): New target.
15844
15845 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
15846
15847 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
15848 for new font backend and composite cases.
15849
158502008-04-09 Jan Djärv <jan.h.d@swipnet.se>
15851
15852 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
15853 Most of the code moved to run_timers.
15854 (do_pending_atimers): Call run_timers.
15855 (run_timers): New function.
15856
15857 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
15858 run atimers.
15859
15860 * process.c (wait_reading_process_output): The same as above.
15861
158622008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15863
15864 * minibuf.c (last_exact_completion): Remove variable.
15865 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
15866 (complete_and_exit_1, complete_and_exit_2)
15867 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
15868 (Fdisplay_completion_list, display_completion_list_1)
15869 (Fminibuffer_completion_help, Fself_insert_and_exit)
15870 (Fexit_minibuffer, Fminibuffer_message): Move functions to
15871 minibuffer.el.
15872 (syms_of_minibuf): Remove corresponding initializations.
15873
15874 * keyboard.c (Qdeactivate_mark): New var.
15875 (command_loop_1): Use it to call `deactivate-mark'.
15876 (syms_of_keyboard): Initialize it.
15877
15878 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
15879 to another frame.
15880 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
15881 Don't call set_tty_color_mode.
15882 (store_frame_param): Reset previous_frame rather than call
15883 set_tty_color_mode.
15884 * term.c (set_tty_color_mode): Rewrite.
15885 * dispextern.h (set_tty_color_mode): New type.
15886 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
15887
158882008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15889
15890 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
15891 for generic chars, which do not exist any more in emacs-unicode.
15892
158932008-04-08 Michael Albinus <michael.albinus@gmx.de>
15894
15895 * coding.c (detect_coding_emacs_mule)
15896 (Ffind_operation_coding_system): Fix typo.
15897
158982008-04-08 Jason Rumney <jasonr@gnu.org>
15899
15900 * w32uniscribe.c (SNAME): Extract only symbol name.
15901
15902 * w32font.h (struct w32_metric_cache): New struct.
15903 (w32font_info): Use it.
15904 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
15905 (CACHE_BLOCKSIZE): New constants.
15906
15907 * w32font.c (Qja, Qko, Qzh): New symbols.
15908 (syms_of_w32font): Initialise them.
15909 (font_matches_spec): Use them to filter by language.
15910 (recompute_cached_metrics): Remove function.
15911 (compute_metrics, clear_cached_metrics): New functions.
15912 (w32font_encode_char): Use them to manage metric cache.
15913 (w32font_text_extents): Cache metrics for all glyphs on demand.
15914 Delay converting glyph indices to WORD until needed.
15915 (w32font_open_internal): Initialize metric cache to empty.
15916 (registry_to_w32_charset): Charset should always be a symbol.
15917 (fill_in_logfont, list_all_matching_fonts): Family should
15918 always be a symbol.
15919
159202008-04-06 Jason Rumney <jasonr@gnu.org>
15921
15922 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
15923 Give up if glyph indices not supported. Use uniscribe obtained
15924 ABC widths for individual metrics. Map glyph clusters back to
15925 characters using fClusterStart flag. Return number of glyphs
15926 produced, not chars processed.
15927 (uniscribe_shape): Map char at FROM to current glyph.
15928
159292008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15930
15931 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
15932 Use SetMenuItemHierarchicalMenu.
15933
159342008-04-05 Jason Rumney <jasonr@gnu.org>
15935
15936 * image.c (pbm_load): Allow color values up to 65535.
15937 Throw an error if max_color_idx is outside the supported range.
15938 Report an error when image size is invalid.
15939 Read two bytes at a time when raw images have max_color_idx above 255.
15940
aac0c6e3
MR
159412008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
15942
15943 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
15944 append "CCL: Quitted" when the CCL program is quitted.
15945 (setup_ccl_program): Initialize ccl->quit_silently to zero.
15946
15947 * ccl.h (struct ccl_program): New member quit_silently.
15948
159492008-04-05 Chong Yidong <cyd@stupidchicken.com>
15950
15951 * search.c (compile_pattern_1): Treat non-nil and non-string of
15952 search-spaces-regexp as nil.
15953
15954 * minibuf.c (Fassoc_string): Tweak docstring.
15955
159562008-04-05 Eli Zaretskii <eliz@gnu.org>
15957
15958 * dired.c (Ffile_attributes): Support inode numbers wider than 32
15959 bits. Remove ugly WINDOWSNT-specific kludge introduced on
15960 2008-03-14 to force inode be positive.
15961
15962 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
15963 _S_* ones, since we now use our own sys/stat.h.
15964 (stat, fstat): Don't mangle the inode number.
15965 (init_user_info): Don't restrict UID and GID to 0-60000 range.
15966
159672008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15968
15969 * frame.h (struct frame): Give one more bit to `visible' since we use
15970 values larger than 1 to indicate obscured frames on ttys.
15971
15972 * keymap.c (Qkeymap_canonicalize): New var.
15973 (Fmap_keymap_internal): New fun.
15974 (describe_map): Use keymap-canonicalize.
15975
15976 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
15977 (Fundo_boundary): Set them.
15978 (syms_of_undo): Initialize them.
15979 (record_point): Use them instead of last_point_position*.
15980 (last_undo_buffer): Change type.
15981
159822008-04-04 Jason Rumney <jasonr@gnu.org>
15983
15984 * w32font.c (w32font_text_extents): Use font's ascent and descent.
15985 (recompute_cached_metrics): Don't set ascent and descent per char.
15986
15987 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
15988 (uniscribe_check_otf): Add GC protection before consing.
15989 Rearrange loop for counting features.
15990
159912008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15992
15993 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
15994 buffer with byte-size of source buffer.
15995
159962008-04-03 Chong Yidong <cyd@stupidchicken.com>
15997
15998 * callint.c (Fcall_interactively): Handle temporary region even
15999 when shift-select-mode is off.
16000
160012008-04-03 Jason Rumney <jasonr@gnu.org>
16002
16003 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
16004
160052008-04-03 Kenichi Handa <handa@m17n.org>
16006
16007 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
16008 (CATEGORY_MASK_UTF_16): Likewise.
16009 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
16010 binary file.
16011 (detect_coding): Add null-byte detection for a binary file.
16012 (detect_coding_system): Likewise.
16013
160142008-04-03 Jason Rumney <jasonr@gnu.org>
16015
16016 * w32uniscribe.c: New file.
16017
16018 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
16019
16020 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
16021
16022 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
16023 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
16024 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
16025 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
16026 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
16027 (Qphonetic): New symbols.
16028 (syms_of_w32font): Initialize them.
16029 (font_supported_scripts): Use them.
16030 (w32font_list_family): List all charsets.
16031 (w32font_text_extents, recompute_cached_metrics): Fix metric
16032 calculations.
16033 (w32_enumfont_pattern_entity): Make full_type a DWORD.
16034 Give opentype fonts their own format.
16035 (font_matches_spec): New arguments backend and logfont.
16036 Handle :otf spec for uniscribe backend.
16037 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
16038 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
16039
16040 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
16041 font backend.
16042 (globals_of_w32fns): Initialize uniscribe font backend.
16043
16044 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
16045 dependencies.
16046 (w32uniscribe.$(O)): New file to build.
16047 (FONT_OBJ): Include w32uniscribe.$(O).
16048 (LIBS): Add uniscribe libraries.
16049
16050 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
16051
160522008-04-02 Chong Yidong <cyd@stupidchicken.com>
16053
16054 * callint.c (Vshift_select_mode): New var.
16055 (Finteractive): Document new ^ spec.
16056 (Fcall_interactively): Call handle-shift-selection if the ^ spec
16057 is present.
16058
16059 * keyboard.c (Vthis_command_keys_shift_translated): New var.
16060 (command_loop_1): Avoid running the direct display versions of
16061 forward-char and backward-char if shift-selection may occur.
16062 (read_key_sequence): Set Vthis_command_keys_shift_translated if
16063 shift-translation takes place.
16064
16065 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
16066 avoid clobbering by define-minor-mode.
16067
16068 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
16069 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
16070
16071 * syntax.c (Fforward_word): Add ^ interactive spec.
16072
16073 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
16074 (Fscroll_right): Add ^ interactive spec.
16075
160762008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16077
16078 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
16079
16080 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
16081
16082 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
16083
160842008-03-31 Juri Linkov <juri@jurta.org>
16085
16086 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
16087
160882008-03-30 Jan Djärv <jan.h.d@swipnet.se>
16089
16090 * gtkutil.c (xg_set_geometry): Fix indentation.
16091 (xg_resize_outer_widget): Remove.
16092 (x_wm_size_hint_off): Fix indentation.
16093 (xg_frame_set_char_size): Call flush_and_sync after
16094 gtk_window_resize.
16095 (x_wm_set_size_hint): Pass NULL as geometry window to
16096 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
16097 Add menu bar and tool bar height to base height.
16098 (xg_update_frame_menubar, free_frame_menubar)
16099 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
16100 (update_frame_tool_bar, free_frame_tool_bar):
16101 Change xg_resize_outer_widget to xg_frame_set_char_size.
16102
161032008-03-30 Michael Albinus <michael.albinus@gmx.de>
16104
16105 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
16106 (Fdbus_call_method): New parameter TIMEOUT.
16107 (dbus-send-signal): Optimize UNGCPRO call.
16108
161092008-03-29 Juri Linkov <juri@jurta.org>
16110
16111 * window.c (Fdisplay_buffer): Move call to
16112 Vsplit_window_preferred_function out of conditions that check
16113 if window is eligible for vertical splitting.
16114 When Vsplit_window_preferred_function is non-nil, call it and use
16115 its non-nil return value as window. Otherwise, continue doing
16116 vertical splitting using Fsplit_window with arg horflag=nil.
16117 (syms_of_window) <Vsplit_window_preferred_function>: Change the
16118 default value from `split-window' to nil.
16119
161202008-03-29 Juri Linkov <juri@jurta.org>
16121
16122 * callint.c (Fcall_interactively): Revert 2008-03-16 change
16123 for interactive code letters 'b' and 'B'.
16124
161252008-03-29 Eli Zaretskii <eliz@gnu.org>
16126
16127 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
16128 multibyte string.
16129
161302008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16131
16132 * keyboard.c (pending_funcalls): New var.
16133 (timer_check): Run it.
16134 (syms_of_keyboard): Initialize it.
16135 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
16136 (Vdelete_terminal_functions): New vars.
16137 (syms_of_terminal): Initialize them.
16138 (Fdelete_terminal): Run delete-terminal-functions.
16139 * xdisp.c (safe_eval): Rewrite.
16140 (safe_call2): New fun.
16141 * frame.c (Qdelete_frame_functions): New var.
16142 (syms_of_frame): Initialize it.
16143 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
16144 * lisp.h (safe_call2, pending_funcalls): Declare.
16145
161462008-03-28 Andreas Schwab <schwab@suse.de>
16147
16148 * indent.c (Fmove_to_column): Move declaration before statements.
16149
161502008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16151
16152 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
16153 (struct frame): Use bit fields for boolean vars.
16154
16155 * process.c (server_accept_connection): Simplify naming.
16156 (emacs_get_tty_pgrp): Use SDATA.
16157
16158 * coding.c (decode_coding_object): Fix last change.
16159
161602008-03-27 Jason Rumney <jasonr@gnu.org>
16161
16162 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
16163
161642008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
16165
16166 * charset.c (Fdefine_charset_internal): Change the way of
16167 registering charsets in Vcharset_order_list.
16168 (syms_of_charset): Make the charset `eight-bit' supplementary.
16169
161702008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
16171
16172 * regex.c (EXTEND_BUFFER): Change order of pointer addition
16173 operations, to avoid having the difference between pointers
16174 overflow.
16175
161762008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16177
16178 * indent.c (check_display_width): New fun.
16179 (scan_for_column): Use it.
16180
16181 * data.c (syms_of_data): Mark most-positive-fixnum and
16182 most-negative-fixnum as constants.
16183
16184 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
16185
16186 * indent.c (scan_for_column): Extract from current_column_1.
16187 Merge with the same code from Fmove_to_column.
16188 (current_column_1, Fmove_to_column): Use it.
16189
161902008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16191
16192 * keymap.c (map_keymap_internal): New fun.
16193 (map_keymap): Use it.
16194 (Fmap_keymap_internal): New fun.
16195 (Fmap_keymap): Remove left-out test from before make_save_value.
16196
16197 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
16198
16199 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
16200 Use XCAR/XCDR.
16201
16202 * process.h (struct Lisp_Process): Remove filter_multibyte.
16203 * process.c (QCfilter_multibyte): Remove.
16204 (setup_process_coding_systems): Don't use filter_multibyte.
16205 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
16206 (read_process_output): Don't adjust multibyteness to filter_multibyte.
16207 (Fset_process_filter_multibyte): Change the coding-system to
16208 approximate the previous behavior.
16209 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
16210 coding-system.
16211
16212 * coding.c (decode_coding_object): When not decoding into a buffer,
16213 obey the coding system's preference of (uni|multi)byte.
16214
162152008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16216
16217 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
16218 every char is changed and has a different byte-length.
16219 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
16220 Fix int -> EMACS_INT.
16221
162222008-03-23 David Hansen <david.hansen@gmx.net>
16223
16224 * dbusbind.c (xd_read_message): Remove extra copying of message
16225 strings. Check for NULL `interface' or `member'.
16226
162272008-03-22 Eli Zaretskii <eliz@gnu.org>
16228
16229 * w32.c (readdir): If FindFirstFile/FindNextFile return in
16230 cFileName a file name that includes `?' characters, use the 8+3
16231 alias in cAlternateFileName instead.
16232
162332008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16234
16235 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
16236
162372008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16238
16239 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
16240 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
16241 work on current_buffer only instead (that was already the case
16242 for some of the code anyway).
16243 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
16244 (temp_set_point, temp_set_point_both): Use EMACS_INT.
16245 (SET_PT, SET_PT_BOTH): Adjust.
16246 * intervals.h (set_point, temp_set_point, set_point_both)
16247 (temp_set_point_both): Remove redundant declarations.
16248
162492008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16250
16251 * fileio.c (Finsert_file_contents):
16252 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
16253 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
16254 when buffer != current_buffer anyway.
16255
162562008-03-20 Andreas Schwab <schwab@suse.de>
16257
16258 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
16259 as default.
16260
162612008-03-19 Jason Rumney <jasonr@gnu.org>
16262
16263 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
16264 (syms_of_w32fns): Initialize them.
16265 (HOURGLASS_ID): New constant.
16266 (x_window_to_frame): Don't check hourglass_window.
16267 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
16268 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
16269 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
16270 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
16271 Only change the cursor if hourglass is not active.
16272 (Fx_create_frame): Initialize frame's current_cursor.
16273 (hourglass_atimer): Remove.
16274 (hourglass_started): New function.
16275 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
16276 (show_hourglass): Adapt to w32, changing argument to frame.
16277
16278 * w32term.h (struct w32_output): Remove hourglass_window.
16279 Add current_cursor.
16280
16281 * eval.c (call_debugger, Fsignal):
16282 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
16283 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
16284 (Fexecute_extended_command, cancel_hourglass_unwind):
16285 * minibuf.c (read_minibuf):
16286 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
16287
162882008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16289
16290 * window.c (run_funs): New fun.
16291 (run_window_configuration_change_hook): Use it to run the buffer-local
16292 and the global part of the hook.
16293
16294 * xdisp.c (format_mode_line_unwind_data): Add window argument.
16295 (unwind_format_mode_line): Restore selected window.
16296 (x_consider_frame_title, Fformat_mode_line): Set selected window.
16297
162982008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16299
16300 * editfns.c (Fchar_equal): Check they are valid characters.
16301
16302 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
16303
163042008-03-17 Andreas Schwab <schwab@suse.de>
16305
16306 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
16307 against a charset.
16308
16309 * lisp.h (Fbuffer_list): Declare.
16310
163112008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 16312
aac0c6e3
MR
16313 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
16314 handlebox_widget is != 0.
16315
163162008-03-16 Juri Linkov <juri@jurta.org>
16317
16318 * callint.c (Fcall_interactively): For interactive code letters
16319 'b' and 'B' put the buffer list into the list of default "future"
16320 values of the minibuffer.
16321
163222008-03-16 Andreas Schwab <schwab@suse.de>
16323
16324 * keyboard.c (read_key_sequence): Fix downcasing of letters with
16325 modifiers.
16326
16327 * regex.c (re_match_2_internal): Correct matching of a charset
16328 against latin-1 characters.
16329
163302008-03-16 Kenichi Handa <handa@m17n.org>
16331
16332 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
16333 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
16334 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
16335 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
16336 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
16337 CHAR_STRING_ADVANCE.
16338 (produce_chars): Fix for the case that the source and the
16339 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
16340 instead of CHAR_STRING_ADVANCE.
16341 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
16342 STRING_CHAR_ADVANCE.
16343
163442008-03-15 Andreas Schwab <schwab@suse.de>
16345
16346 * regex.c (re_match_2_internal): Correct matching of eight bit
16347 characters in unibyte strings.
16348
163492008-03-15 Martin Rudalics <rudalics@gmx.at>
16350
16351 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
16352 at end of range when it coincides with the end of the buffer.
16353
163542008-03-14 Eli Zaretskii <eliz@gnu.org>
16355
16356 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
16357
16358 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
16359
163602008-03-14 Jason Rumney <jasonr@gnu.org>
16361
16362 * editfns.c (initial_tz): New variable.
16363 (syms_of_editfns): Initialize it.
16364 (Fset_time_zone_rule): Set it when first called.
16365 Use it when TZSTRING is nil.
16366
16367 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
16368 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
16369 (monitor_from_point_fn, get_monitor_info_fn): New globals.
16370 (globals_of_w32fns): Initialize them.
16371 (compute_tip_xy): Use them to position tooltips.
16372
163732008-03-14 Glenn Morris <rgm@gnu.org>
16374
16375 * emacs.c (main): Revert previous change.
16376 (standard_args): Revert -internal-script back to -scriptload,
16377 and remove the long-option form.
16378
163792008-03-13 Glenn Morris <rgm@gnu.org>
16380
16381 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
16382 Remove option -enable-font-backend.
16383
163842008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16385
16386 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
16387
163882008-03-11 Jan Djärv <jan.h.d@swipnet.se>
16389
16390 * xterm.c (x_connection_closed): For GTK: If this is the last
16391 terminal just exit without closing the display.
16392
163932008-03-11 Jason Rumney <jasonr@gnu.org>
16394
16395 * w32font.c (w32font_full_name): Use floor to round.
16396
f0131492 163972008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
16398
16399 * sound.c (alsa_configure): Declare vol at beginning of block.
16400
16401 * fontset.c (Ffontset_info): Remove extra semicolon.
16402
164032008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16404
16405 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
16406 size of resulting string.
16407
164082008-03-10 Jason Rumney <jasonr@gnu.org>
16409
16410 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
16411
164122008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16413
16414 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
16415 Don't pretend as if characters with display property haven't been
16416 consumed for string-replacing-string case.
16417
164182008-03-08 Kim F. Storm <storm@cua.dk>
16419
16420 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
16421 (get_next_display_element, next_element_from_string)
16422 (next_element_from_ellipsis, next_element_from_buffer): Use it.
16423
164242008-03-08 Andreas Schwab <schwab@suse.de>
16425
16426 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
16427
164282008-03-06 Jason Rumney <jasonr@gnu.org>
16429
16430 * w32font.c (w32_registry): Take font_type argument. Use ANSI
16431 when charset not specified. Only translate ANSI to unicode when
16432 font_type is truetype.
16433 (w32font_coverage_ok): New function.
16434 (add_font_entity_to_list): Use it to filter unsuitable fonts.
16435
164362008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
16437
16438 * lread.c (Fread_char): Resolve modifiers.
16439 (Fread_char_exclusive): Likewise.
16440
16441 * character.c (char_resolve_modifier_mask): New function.
16442 (char_string): Use char_resolve_modifier_mask.
16443 (Fchar_resolve_modifiers): New function.
16444 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
16445 function.
16446
164472008-03-04 Jason Rumney <jasonr@gnu.org>
16448
16449 * makefile.w32-in: Always include w32font.c in the build.
16450 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
16451
164522008-03-04 Andreas Schwab <schwab@suse.de>
16453
16454 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
16455 (versionclean): Likewise.
16456
164572008-03-04 Juanma Barranquero <lekktu@gmail.com>
16458
16459 * .cvsignore: Add oo.
16460
164612008-03-03 Andreas Schwab <schwab@suse.de>
16462
16463 * coding.c (decode_coding_object): Inhibit gap shrinking while
16464 decoding in place.
16465
164662008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
16467
16468 * w32term.c: Remove unused include "gnu.h".
16469 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
16470
16471 * gnu.h: Rename to ...
16472 * emacs-icon.h: ... this.
16473 * xterm.c: Use emacs-icon.h instead of gnu.h.
16474 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
16475
164762008-03-03 Juanma Barranquero <lekktu@gmail.com>
16477
16478 * w32font.c: Include math.h.
16479
164802008-03-03 Jason Rumney <jasonr@gnu.org>
16481
16482 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
16483 Compute options separately.
16484 (w32font_open_internal): Set glyph_idx before caching metrics.
16485
16486 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
16487 Define if system headers don't.
16488 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
16489 (w32font_encode_char): Don't declare here.
16490
16491 * w32font.c (Quniscribe, QCformat): New symbols.
16492 (syms_of_w32font): Define them.
16493 (w32font_has_char): Indicate uncertainty.
16494 (w32font_encode_char): Encode as glyph point. Make static.
16495 (recompute_cached_metrics): New function.
16496 (w32font_open_internal): Use it. Set font to use glyph points
16497 initially. Set format based on type of font.
16498 (w32font_text_extents, w32font_draw): Optionally use glyph points.
16499 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
16500 on it. Set format based on information available here.
16501 (add_font_entity_to_list): Identify backend based on opentype_only.
16502
165032008-03-02 Andreas Schwab <schwab@suse.de>
16504
16505 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
16506
16507 * coding.c (decode_coding_big5, produce_chars):
16508 Fix typos in last change.
16509
165102008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
16511
16512 * gnu.h: New icon.
16513
165142008-03-02 Kenichi Handa <handa@m17n.org>
16515
16516 * coding.c (decode_coding_utf_8): When eol-type of CODING is
16517 `dos', don't decode '\r' if that is the last in the source.
16518 (decode_coding_utf_16, decode_coding_emacs_mule)
16519 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16520 (decode_coding_raw_text, decode_coding_charset): Likewise.
16521 (produce_chars): Don't decode EOL here. Use EMACS_INT.
16522
165232008-03-01 Jason Rumney <jasonr@gnu.org>
16524
16525 * w32font.c (w32font_full_name): Report point size for scalable fonts.
16526
165272008-03-01 Kim F. Storm <storm@cua.dk>
16528
16529 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
16530
165312008-03-01 Jason Rumney <jasonr@gnu.org>
16532
16533 * w32font.c (w32font_full_name): New function.
16534 (w32font_open_internal): Use it.
16535
165362008-03-01 Kim F. Storm <storm@cua.dk>
16537
16538 * dispnew.c (line_draw_cost): Fix invalid glyph check.
16539
165402008-03-01 Jason Rumney <jasonr@gnu.org>
16541
16542 * font.c (font_unparse_fcname): Increase len when style is a symbol.
16543
165442008-03-01 Jan Djärv <jan.h.d@swipnet.se>
16545
16546 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
16547 xg_frame_resized when the event is for the edit widget.
16548
16549 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
16550
16551 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
16552 set_char_size.
16553 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
16554 operations on widgets here. Just set frame size if needed.
16555 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
16556 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
16557 (x_wm_set_size_hint): Set size hints on the edit widget only, not
16558 the whole frame.
16559 (xg_create_tool_bar): Move attachment of the tool bar to
16560 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
16561 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
16562
165632008-03-01 Jason Rumney <jasonr@gnu.org>
16564
16565 * w32fns.c (w32_msg_pump): Disable debug code.
16566
165672008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16568
16569 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
16570
165712008-02-29 Chong Yidong <cyd@stupidchicken.com>
16572
16573 * xdisp.c (next_overlay_string): Don't set
16574 overlay_strings_at_end_processed_p if we're currently reading from
16575 a display string.
16576
165772008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
16578
16579 * xdisp.c (get_overlay_strings_1): Fix typo.
16580
165812008-02-29 Chong Yidong <cyd@stupidchicken.com>
16582
16583 * xdisp.c (get_overlay_strings_1): Add missing argument type.
16584
165852008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
16586
16587 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
16588
16589 * xdisp.c (display_mode_element): Cancel the previous change.
16590 (decode_mode_spec): Likewise.
16591 (handle_auto_composed_prop): Don't make composition if it->string
16592 is a string.
16593
165942008-02-27 Kim F. Storm <storm@cua.dk>
16595
16596 * lisp.h (GLYPH): Change type from int to struct with separate char
16597 and face_id members.
16598 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
16599 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
16600 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
16601 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
16602 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
16603 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
16604 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
16605 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
16606 handle new Lisp glyph code encoding, either an integer or a cons.
16607
16608 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
16609 (GLYPH_ALIAS): Delete.
16610 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
16611 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
16612 (GLYPH_FROM_CHAR): Replace macro by ...
16613 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
16614
16615 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
16616 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
16617 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
16618 (GLYPH_INVALID_P): New macro.
16619 (spec_glyph_lookup_face): Update prototype.
16620
16621 * dispnew.c (line_draw_cost): Adapt to new glyph type.
16622 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
16623 new glyph code encoding.
16624 (spec_glyph_lookup_face): No return value; update passed glyph instead.
16625 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
16626
16627 * xdisp.c (get_next_display_element, next_element_from_display_vector):
16628 Adapt to new glyph type and new glyph code encoding.
16629
16630 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
16631
16632 * indent.c (current_column, current_column_1, Fmove_to_column)
16633 (compute_motion): Adapt to new glyph code encoding.
16634
16635 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
16636
166372008-02-27 Chong Yidong <cyd@stupidchicken.com>
16638
16639 * process.c (wait_reading_process_output): Check for window
16640 changes caused by timers.
16641 Suggested by Johan Bockgård.
16642
166432008-02-27 Glenn Morris <rgm@gnu.org>
16644
16645 * emacs.c (USAGE1): Add `--disable-font-backend'.
16646
166472008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
16648
16649 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
16650 is made to the buffer.
16651
166522008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16653
16654 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
16655 (face_at_string_position):
16656 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
16657 (face_at_string_position):
16658 * xdisp.c (display_string, next_overlay_change):
16659 * buffer.h (overlays_at):
16660 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
16661 Update callers.
16662
166632008-02-26 Chong Yidong <cyd@stupidchicken.com>
16664
16665 * editfns.c (Fformat): Doc fix.
16666
166672008-02-26 Juanma Barranquero <lekktu@gmail.com>
16668
16669 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
16670 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
16671 (Ffont_otf_alternates, Fquery_font): Doc fixes.
16672
166732008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
16674
16675 * buffer.c (Fbuffer_swap_text): New function.
16676 (syms_of_buffer): Defsubr it.
16677
166782008-02-25 Chong Yidong <cyd@stupidchicken.com>
16679
16680 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
16681
166822008-02-25 Jason Rumney <jasonr@gnu.org>
16683
16684 * w32font.c (w32font_draw): Draw one character at a time when padding.
16685
166862008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
16687
16688 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
16689 Handle a nil arg. Use run_window_configuration_change_hook.
16690 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
16691 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
16692 Use run_window_configuration_change_hook.
16693
166942008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
16695
16696 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
16697 1-pixel width.
16698
166992008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
16700
16701 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
16702 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
16703 if the glyph in the font is zero pixel with.
16704
16705 * dispextern.h (struct glyph_string): New member padding_p.
16706
16707 * w32font.c (w32font_draw): Pay attention to s->padding_p.
16708
16709 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
16710
16711 * xfont.c (xfont_draw): Pay attention to s->padding_p.
16712
16713 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
16714
16715 * font.c: If the font driver doesn't have `shape' function, return Qnil.
16716
167172008-02-25 Jason Rumney <jasonr@gnu.org>
16718
16719 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
16720
167212008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16722
16723 Allow fine-grained image-cache flushing.
16724 * dispextern.h (struct image): Add `dependencies' field.
16725 (clear_image_caches): Change arg to Lisp_Object.
16726 * image.c (make_image): Initialize `dependencies' field.
16727 (clear_image_cache): Change arg to allow fine-grained flushing.
16728 Perform the flush even if image-cache-eviction-delay is nil.
16729 (clear_image_caches): Change arg to Lisp_Object.
16730 (Fclear_image_cache): Expand meaning of the argument.
16731 (mark_image): Mark `dependencies' field.
16732 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
16733 (lface_hash): Use XHASH rather than XFASTINT.
16734 (face_at_buffer_position): Fix int -> EMACS_INT position.
16735 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
16736 (select_frame_for_redisplay): Remove code duplication.
16737 (redisplay_internal): Adapt arg to call to clear_image_caches.
16738
167392008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
16740
16741 * s/vms4-0.h:
16742 * s/vms4-2.h:
16743 * s/vms4-4.h:
16744 * s/vms5-5.h: Remove, unused.
16745
16746 * s/irix5-2.h:
16747 * s/irix6-0.h:
16748 * s/riscos5.h:
16749 * s/mach-bsd4-3.h:
16750 * m/mips4.h: Remove files for obsolete systems.
16751
16752 * Makefile.in:
16753 * filelock.c:
16754 * unexmips.c:
16755 * m/hp9000s300.h:
16756 * m/iris4d.h:
16757 * s/aix3-1.h:
16758 * s/hpux.h:
16759 * s/msdos.h:
16760 * s/usg5-0.h:
16761 * s/usg5-2-2.h:
16762 * s/usg5-2.h:
16763 * s/usg5-3.h: Remove references to obsolete variables.
16764
16765 * s/irix5-0.h: Remove, move all the contents ...
16766 * s/irix6-5.h: ... here. Simplify.
16767 * config.in: Regenerate.
16768
167692008-02-24 Jason Rumney <jasonr@gnu.org>
16770
16771 * w32term.c (x_draw_glyph_string_background): Clear the background
16772 manually when cleartype is in use.
16773 (x_draw_glyph_string_foreground): Draw text transparently when
16774 cleartype is in use.
16775
16776 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
16777 a font into it unless we have to.
16778
167792008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
16780
16781 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
16782 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 16783
aac0c6e3
MR
167842008-02-18 Jason Rumney <jasonr@gnu.org>
16785
16786 * w32fns.c (Fw32_shell_execute): Encode parameters.
16787
167882008-02-09 Eli Zaretskii <eliz@gnu.org>
16789
16790 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
16791
167922008-02-05 Juanma Barranquero <lekktu@gmail.com>
16793
16794 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
16795
167962008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
16797
16798 * xterm.c (x_set_offset): Don't change the gravity if
16799 CHANGE_GRAVITY is -1.
16800
168012008-02-23 Chong Yidong <cyd@stupidchicken.com>
16802
16803 * fileio.c (auto_save_error_occurred): New var.
16804 (auto_save_error): Set it.
16805 (Fdo_auto_save): Don't overwrite the error message if an auto-save
16806 error occurred.
16807
168082008-02-23 Eli Zaretskii <eliz@gnu.org>
16809
16810 * w32.c (globals_of_w32): Add initializations for
16811 g_b_init_get_sid_sub_authority and
16812 g_b_init_get_sid_sub_authority_count.
16813
168142008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
16815
16816 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
16817 (font_parse_xlfd): Use them for sanity check.
16818 (Finternal_set_font_style_table): Make sure the table is bijective.
16819
16820 Consolidate the image_cache to the terminal struct.
16821 * termhooks.h (P_): Remove redundant def.
16822 (struct terminal): New field `image_cache'.
16823 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
16824 of FRAME_X_IMAGE_CACHE.
16825 * xterm.h (struct x_display_info): Remove image_cache field.
16826 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
16827 * w32term.h (struct w32_display_info): Remove image_cache field.
16828 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
16829 * macterm.h (struct mac_display_info): Remove image_cache field.
16830 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
16831 * xterm.c (x_term_init):
16832 * w32term.c (w32_term_init):
16833 * macterm.c (mac_term_init): Set the image_cache in the terminal.
16834 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
16835 Remove declarations.
16836 (clear_image_caches, mark_image_cache): New declarations.
16837 * xfaces.c (clear_face_cache):
16838 * xdisp.c (redisplay_internal): Use clear_image_caches.
16839 * image.c (clear_image_cache): Don't check that a frame is on
16840 a window-system before checking if it shares the same cache.
16841 (clear_image_caches): New function.
16842 (Fclear_image_cache): Use it.
16843 (mark_image): Move from allo.c.
16844 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
16845 * alloc.c (mark_image, mark_image_cache): Move to image.c.
16846 (mark_object): Don't call mark_image_cache for frames.
16847 (mark_terminals): Call mark_image_cache.
16848
16849 * lisp.h (Fdelete_terminal): Declare.
16850
16851 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
16852 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
16853 wrong_type_argument.
16854
168552008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
16856
16857 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
16858 malayalam.el, and tamil.el. Add sinhala.el.
16859
168602008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
16861
16862 * xterm.c (x_connection_closed): Consolidate identical tests.
16863 (x_delete_terminal): Don't crash if called via x_connection_closed.
16864
168652008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
16866
16867 * xdisp.c (decode_mode_spec): New arg string.
16868 (display_mode_element): Adjust for the above change.
16869
168702008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
16871
16872 * callint.c (Fcall_interactively): Use AREF.
16873
168742008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
16875
16876 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
16877
168782008-02-18 Jan Djärv <jan.h.d@swipnet.se>
16879
16880 * xfns.c (Fx_show_tip): Set string to " " if empty.
16881
168822008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
16883
16884 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
16885 with Qt.
16886
168872008-02-17 Kenichi Handa <handa@m17n.org>
16888
16889 * ftfont.c (ftfont_shape): Return Lispy number.
16890
16891 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
16892 for GCs.
16893 (Finternal_set_font_selection_order): Call font_update_sort_order
16894 only when enable_font_backend is set.
16895 (realize_x_face): Set face->font_info to that of default face only
16896 when enable_font_backend is set.
16897
16898 * xdisp.c (handle_composition_prop): Set it->c to the fist
16899 character of the composed region.
16900 (fill_composite_glyph_string): Set base_face->font_info to
16901 s->font_info. Get a face for ascii from base_face->ascii_face.
16902 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
16903 with a face already decided.
16904 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
16905 non-negative.
16906 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
16907 call font_prepare_composition unconditionally.
16908
16909 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
16910
16911 * xterm.h (struct x_display_info): New member font.
16912
16913 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
16914 (x_set_mouse_face_gc, x_new_font): Likewise.
16915 (x_term_init): Setup display_info->font.
16916 (x_delete_terminal): Free display_info->font.
16917
16918 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
16919
16920 * ftxfont.c (ftxfont_default_fid): Delete it.
16921 (ftxfont_open): Set xfont->fid to 0.
16922 (ftxfont_end_for_frame): Clear data specific to the frame and the
16923 font-driver.
16924
16925 * xftfont.c (xftfont_default_fid): Delete it.
16926 (xftfont_open): Set xfont->fid to 0.
16927
16928 * fontset.c (FONTSET_OBJLIST): New macro.
16929 (fontset_find_font): Update font-object list of the fontset.
16930 (free_realized_fontset): New function.
16931 (free_face_fontset): Call free_realized_fontset.
16932 (Ffont_info): Call font_close_object only when enable_font_backend
16933 is set.
16934
16935 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
16936 [HAVE_NTGUI]: Include w32term.h.
16937 [MAC_OS]: Include macterm.ch.
16938 (font_otf_ValueRecord): Use make_number.
16939 (font_finish_cache): Fix handling of reference count.
16940 (font_clear_cache): Update num_fonts.
16941 (font_open_entity): Update smallest_char_width and
16942 smallest_font_height of the frame.
16943 (font_close_object): Update num_fonts.
16944 (Fclear_font_cache): Fix finding the target cache data.
16945
169462008-02-16 Glenn Morris <rgm@gnu.org>
16947
16948 * fontset.c (Finternal_char_font): Fix compilation warning.
16949
169502008-02-16 Eli Zaretskii <eliz@gnu.org>
16951
16952 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
16953 instead of char arrays. Enlarge the size of array passed to
16954 get_token_information.
16955
16956 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
16957 warnings.
16958
169592008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
16960
16961 * .gdbinit: Don't set `args', it breaks gdb --args.
16962
169632008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
16964
16965 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
16966 within a narrowed buffer.
16967
169682008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
16969
16970 * coding.c (decode_coding_object, encode_coding_object):
16971 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
16972
169732008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
16974
16975 * coding.c (coding_set_destination): Use BEG_BYTE rather than
16976 hardcoding 1.
16977 (detect_coding_system):
16978 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
16979 (string_char_to_byte, string_byte_to_char, insert_from_gap):
16980 * insdel.c (insert_from_gap):
16981 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
16982 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
16983 (string_to_multibyte):
16984 * character.c (chars_in_text, multibyte_chars_in_text):
16985 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
16986
16987 * character.h (FETCH_STRING_CHAR_ADVANCE)
16988 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
16989 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
16990 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
16991
16992 * casefiddle.c (casify_region): Only call after-change and composition
16993 functions on the part of the region that was changed.
16994
16995 * keyboard.c (read_avail_input):
16996 * frame.c (Fdelete_frame): Call Fdelete_terminal.
16997
169982008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16999
17000 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
17001 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
17002
170032008-02-11 Juanma Barranquero <lekktu@gmail.com>
17004
17005 * w32menu.c (push_submenu_start, push_submenu_end)
17006 (push_left_right_boundary, push_menu_pane, push_menu_item):
17007 * keyboard.c (read_key_sequence): Don't pass args with side effects
17008 to AREF, it fails when compiling with -DENABLE_CHECKING.
17009
170102008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
17011
17012 * Makefile.in (${lispsource}international/charprop.el):
17013 Delete this target.
17014
17015 * search.c (boyer_moore): Fix incorrect synching of the trunk and
17016 emacs-unicode-2.
17017
170182008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17019
17020 * terminal.c (Fdelete_terminal): Clean up the `force' path.
17021
170222008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17023
17024 * frame.c (Qnoelisp): New symbol.
17025 (syms_of_frame): Initialize it.
17026 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
17027 harmless Elisp code, from a strong `force' from x_connection_closed.
17028 * frame.h (Qnoelisp): Declare.
17029 * xterm.c (x_connection_closed): Pass `noelisp'.
17030
17031 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
17032 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
17033 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
17034 rather than `int' for the type of `type'.
17035
170362008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
17037
17038 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
17039
17040 * Makefile.in (GNUC): Remove support for gcc-1.x.
17041
170422008-02-10 Richard Stallman <rms@gnu.org>
17043
17044 * lisp.h (ASET): Use AREF, not ASLOT.
17045
170462008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17047
17048 * lisp.h (ASET): Check bounds.
17049
170502008-02-10 Glenn Morris <rgm@gnu.org>
17051
17052 * buffer.c (mode-name): Doc fix.
17053
170542008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
17055
17056 * Makefile.in:
17057 * emacs.c:
17058 * gmalloc.c:
17059 * keyboard.c:
17060 * lisp.h:
17061 * m/ibm370aix.h:
17062 * process.c:
17063 * regex.c:
17064 * s/hpux.h:
17065 * sysdep.c:
17066 * sysselect.h:
17067 * systty.h:
17068 * unexec.c:
17069 * w32term.c:
17070 * xsmfns.c:
17071 * xterm.c: Remove code that deals with obsolete variables.
17072
17073 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
17074
17075 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
17076 nothing else needs it anymore.
17077
170782008-02-09 Eli Zaretskii <eliz@gnu.org>
17079
17080 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
17081 instead of unibyte_char_to_multibyte.
17082
170832008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
17084
17085 * s/gnu-linux.h: Remove commented out code.
17086
17087 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
17088
17089 * Makefile.in: Update what RMS says about using autoconf.
17090 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
17091 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
17092 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
17093 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
17094
170952008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17096
17097 * keymap.c (Fkey_description): Move side effect outside of macro call.
17098
17099 * xfaces.c (Finternal_make_lisp_face):
17100 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
17101
17102 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
17103 (syms_of_fontset): Use ASET.
17104
17105 * fns.c (concat): Move side effect outside of macro call.
17106 (hash_clear): Use ASET.
17107
171082008-02-08 Richard Stallman <rms@gnu.org>
17109
17110 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
17111 If FORCE, and frame has a surrogate minibuffer for another frame,
17112 delete the other frame first.
17113
171142008-02-07 Timo Savola <timo.savola@iki.fi>
17115
17116 * xterm.c (x_detect_focus_change): Handle embed client message.
17117 (handle_one_xevent): Ditto.
17118 (handle_one_xevent): If embedded and we get a button press/release,
17119 request focus.
17120 (xembed_set_info, xembed_send_message): New functions.
17121 (x_make_frame_visible): Call xembed_set_info if embedded.
17122 (x_make_frame_invisible): Call xembed_set_info if embedded.
17123 (x_term_init): Initialize Xatom_XEMBED.
17124 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
17125 (x_iconify_frame): Ditto.
17126
17127 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
17128 (enum xembed_info, enum xembed_message, enum xembed_focus)
17129 (enum xembed_modifier, enum xembed_accelerator): New.
17130 (xembed_set_info, xembed_send_message): Declare.
17131 (FRAME_X_EMBEDDED_P): New.
17132
17133 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
17134 gtk_plug_new.
17135
17136 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
17137 window ID of a frame.
17138 (x_window): Reparent frame if embedded.
17139 (Fx_create_frame): Don't set border width if embedded.
17140
17141 * emacs.c (USAGE3): Add --parent-id.
17142 (standard_args): Ditto.
17143
171442008-02-07 Jan Djärv <jan.h.d@swipnet.se>
17145
17146 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
17147
171482008-02-07 Jim Meyering <meyering@redhat.com>
17149
17150 Use "do...while (0)", not "if (1)...else" in macro definitions.
17151 The latter provokes a warning from gcc about the empty else, when
17152 followed by ";". Also, without that trailing semicolon, it would
17153 silently swallow up any following statement.
17154 * syntax.h (SETUP_SYNTAX_TABLE)
17155 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
17156 * buffer.h (DECODE_POSITION): Likewise.
17157 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
17158 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
17159 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
17160 (FETCH_CHAR_ADVANCE): Likewise.
17161 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
17162
171632008-02-07 Jim Meyering <meyering@redhat.com>
17164
17165 * lread.c [lint]: Don't include <sys/inode.h>.
17166
171672008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
17168
17169 * xselect.c (x_handle_dnd_message):
17170 * xmenu.c (digest_single_submenu, xmenu_show):
17171 * xdisp.c (with_echo_area_buffer_unwind_data)
17172 (format_mode_line_unwind_data, unwind_format_mode_line)
17173 (display_menu_bar):
17174 * eval.c (Ffetch_bytecode):
17175 * doc.c (store_function_docstring):
17176 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
17177 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
17178 * buffer.c (add_overlay_mod_hooklist): Use ASET.
17179
171802008-02-07 Kenichi Handa <handa@m17n.org>
17181
17182 * ftxfont.c (ftxfont_open): Don't set
17183 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
17184
17185 * ftfont.c (ftfont_open): Fix previous change.
17186
171872008-02-06 Jason Rumney <jasonr@gnu.org>
17188
17189 * w32font.c (w32font_text_extents): Fill in lbearing metric.
17190 Use cached metrics for ASCII characters.
17191 (w32font_open_internal): Don't set font's owning_frame.
17192 Cache metrics for ASCII characters.
17193
17194 * w32font.h (struct w32font_info): Add ascii_metrics.
17195 Remove owning_frame.
17196
171972008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
17198
17199 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
17200 to negative value.
17201
17202 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
17203
17204 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
17205
17206 * charset.c (syms_of_charset): Set QCtest and Qeq.
17207
172082008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17209
17210 * process.c (Fstart_process):
17211 * callproc.c (Fcall_process): Handle the case where
17212 Funhandled_file_name_directory returns nil.
17213
17214 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
17215 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
17216 * font.c (check_gstring): Use them and AREF to access the vector before
17217 we know it's really a gstring.
17218 (Ffont_shape_text): Fix typo.
46e722a9 17219 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
17220
17221 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
17222 Declare.
17223
17224 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
17225
172262008-02-05 Jason Rumney <jasonr@gnu.org>
17227
17228 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
17229 Set smallest_font_height and smallest_char_width in display info.
17230
172312008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
17232
17233 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
17234
172352008-02-05 Miles Bader <miles@gnu.org>
17236
17237 * xfaces.c (get_lface_attributes, merge_named_face)
17238 (lookup_named_face, lookup_derived_face, realize_named_face):
17239 Revert 2008-02-01 change by cyd@stupidchicken.com.
17240
172412008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
17242
17243 * fontset.c (Ffontset_info): Handle the case of inhibitting the
17244 fallback fonts.
17245 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
17246
172472008-02-04 Jason Rumney <jasonr@gnu.org>
17248
17249 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
17250 set full_name.
17251 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
17252
172532008-02-03 Jason Rumney <jasonr@gnu.org>
17254
17255 * makefile.w32-in (OBJ1): Include font.o here.
17256 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
17257
172582008-02-02 Jason Rumney <jasonr@gnu.org>
17259
17260 * makefile.w32-in (temacs): Bump EMHEAP to 21.
17261
172622008-02-01 Jason Rumney <jasonr@gnu.org>
17263
17264 * s/cygwin.h: Define VIRT_ADDR_VARIES.
17265
17266 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
17267
172682008-02-01 Andreas Schwab <schwab@suse.de>
17269
17270 * Makefile.in (shortlisp, lisp): Update for rename of
17271 ../lisp/language/myanmar.el.
17272
172732008-02-01 Chong Yidong <cyd@stupidchicken.com>
17274
17275 * xfaces.c (get_lface_attributes): Delete function.
17276 (merge_named_face, lookup_named_face, lookup_derived_face)
17277 (realize_named_face): Call lface_from_face_name directly, and use
17278 the fact that merge_face_vectors does not alter its FROM argument.
17279
172802008-02-01 Jason Rumney <jasonr@gnu.org>
17281
17282 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
17283 input in the default locale. Handle non-Unicode multibyte input.
17284
172852008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17286
17287 * fontset.c (reorder_font_vector): Exclude nil elements from the
17288 font group. Don't try multiple fonts.
17289 (fontset_font): Adjust for the above change.
17290 (Finternal_char_font): Return nil if the found font doesn't
17291 contain the character ch.
17292
17293 * Makefile.in (lisp, shortlisp): Add cham.el.
17294
172952008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17296
17297 * font.h (FONTP): Make it return 1 also for a font-object.
17298
17299 * .gdbinit (xfontset): New function.
17300
17301 * font.c (font_find_for_lface): Check if the character C is
17302 supported or not only for the first font.
17303
17304 * fontset.c (reorder_font_vector): Fix typo.
17305 (fontset_find_font): Don't add a font-spec specifying a script.
17306 Use 0 (not Qt) for the indication of empty font-group. Change the
17307 format of RFONT-DEF. Return Qt if no font in the font-group
17308 support the character.
17309 (fontset_font): Adjust for the above change. If no font was
17310 found the character, remember that.
17311 (face_for_char): Adjust for the change of RFONT-DEF.
17312 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
17313 no font for the target.
17314 (Finternal_char_font): Adjust for the change of RFONT-DEF.
17315
173162008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17317
17318 * font.c (font_load_for_face): Handle the case that the font in
17319 face->lface is a string.
17320
173212008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17322
17323 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
17324
173252008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17326
17327 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
17328 Fix previous change. If the frame is not on a window system,
17329 signal an error.
17330
173312008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17332
17333 * coding.c (decode_coding_object, encode_coding_object): Adjust
17334 marker positions after conversion.
17335
17336 * lisp.h (struct Lisp_Marker): New member need_adjustment.
17337
173382008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17339
17340 * font.c (font_find_for_lface): Fix the handling of the return
17341 value of font_has_char.
17342 (Ffont_shape_text): Fix previous change.
17343
17344 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
17345 (fontset_ref_and_range): Delete it.
17346 (fontset_find_font): Call char_table_ref_and_range instead of
17347 FONTSET_REF_AND_RANGE.
17348 (make_fontset): Don't setup font groups of Latin here.
17349 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
17350 (new_fontset_from_font): Make the specified font the default for
17351 all Latin characters.
17352
173532008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17354
17355 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
17356 is on a window system before accessing the fontset of the frame.
17357
173582008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17359
17360 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
17361
17362 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
17363 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
17364
17365 * font.c (Ffont_shape_text): If the font driver doesn't have a
17366 shaper function, make zero-width glyphs to have at least one-pixel
17367 width. Fix setting of `to' field of glyphs.
17368
173692008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17370
17371 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
17372 glyphs.
17373
17374 * font.h (struct font_driver): Improve docstring of member `shape'.
17375
173762008-02-01 Kenichi Handa <handa@m17n.org>
17377
17378 * composite.c (syms_of_composite): Fix docstring of
17379 auto-composition-function.
17380
17381 * font.h (LGLYPH_SIZE): New macro.
17382
17383 * font.c (Ffont_fill_gstring): Stop filling when a character not
17384 supported by the font is found.
17385 (Ffont_shape_text): When a shape callback function returns nil,
17386 try at most two more times with larger gstring.
17387 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
17388
17389 * xdisp.c (handle_auto_composed_prop): Change the argument to
17390 auto-composition-function.
17391
17392 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
17393 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
17394 Lispy glyph and store it in the lgstring.
17395
17396 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
17397
17398 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
17399
174002008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17401
17402 * font.c (Ffont_shape_text): Avoid unnecessary composition.
17403
17404 * fontset.c (Vfont_encoding_charset_alist): New variable.
17405 (syms_of_fontset): DEFVAR it.
17406 (reorder_font_vector, fontset_find_font): Optimize for the case of
17407 no need of reordering.
17408 (face_for_char): Map the charset property by
17409 Vfont_encoding_charset_alist.
17410
174112008-02-01 Jason Rumney <jasonr@gnu.org>
17412
17413 * w32font.c (logfonts_match): Don't check adstyle here.
17414 (font_matches_spec): Check here against physical font instead.
17415 (add_font_entity_to_list): Avoid some substitutions.
17416
17417 * font.c (font_parse_fcname): Default weight and slant to normal.
17418 (font_score): Prefer normal fonts if weight or slant unspecified.
17419 (font_score) [WINDOWSNT]: Scale weight difference down to closer
17420 match freetype scores.
17421
174222008-02-01 Jason Rumney <jasonr@gnu.org>
17423
17424 * w32font.c (w32font_text_extents): Don't use the frame stored in the
17425 font, as it may have been deleted.
17426 (w32_enumfont_pattern_entity): Map generic family to adstyle using
17427 most common hyphenless variation.
17428 (logfonts_match): Check generic family.
17429 (font_matches_spec): Don't check generic family here.
17430 (fill_in_logfont): Set generic family based on adstyle.
17431
17432 * w32font.h (w32font_get_cache): Update declaration.
17433
174342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17435
17436 * ftfont.c (ftfont_get_cache): Adjust the argument type.
17437
17438 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
17439 If none of the new drivers are available, call font_update_drivers
17440 with the old drivers.
17441
17442 * w32font.c (w32font_get_cache): Adjust the argument type.
17443
17444 * xfont.c (xfont_get_cache): Adjust the argument type.
17445
17446 * font.h (struct font_driver): Change argument type of get_cache.
17447
17448 * xftfont.c (xftfont_start_for_frame): Delete prototype.
17449
17450 * font.c (Ffont_get): Fix arguments to Fassoc.
17451 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
17452 (font_clear_cache): New function.
17453 (font_list_entities, font_matching_entity): Use font_get_cache.
17454 (font_update_drivers): Call font_clear_cache when finishing a driver.
17455
17456 * fontset.c (fontset_find_font): Fix previous change.
17457
174582008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17459
17460 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
17461 dpyinfo->font_table.
17462 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
17463 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
17464
17465 * font.c (font_at): Handle the case that the arg C is negative.
17466 Handle the unibyte case.
17467 (Ffont_at): Call font_at with the arg C -1.
17468
17469 * xdisp.c (handle_auto_composed_prop): Don't get a character at
17470 the position here, and call font_at with the arg C -1.
17471 Don't check the range of the existing composition at the point.
17472
174732008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17474
17475 * fontset.c (fontset_add): New args charset_id and family.
17476 Change caller.
17477 (load_font_get_repertory, fontset_find_font): Assume that
17478 font_spec is always a font-spec object.
17479 (Fset_fontset_font): Always store a font-spec object in a fontset.
17480
17481 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
17482 instead of get_property_and_range.
17483
174842008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17485
17486 * xftfont.c (struct xftfont_info): Delete the member ft_face.
17487 (xftfont_open): Don't keep locking face.
17488 (xftfont_close): Don't unlock face.
17489 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
17490
17491 * fontset.c (fontset_find_font): Don't prefer a font of
17492 supplementary charset.
17493
174942008-02-01 Kenichi Handa <handa@m17n.org>
17495
17496 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
17497 script, langsys_tag to langsys, new member script.
17498 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 17499 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
17500 listing to the script specified in that property. Fix arg to
17501 OTF_check_features.
17502
175032008-02-01 Jason Rumney <jasonr@gnu.org>
17504
17505 * w32font.h: New file.
17506
17507 * w32font.c: Include it.
17508 (struct w32font_info): Add owning_frame field. Move to w32font.h.
17509 (w32font_open): Set owning_frame.
17510 (w32font_text_extents): Use owning_frame.
17511 (struct font_callback_data): Add opentype_only field.
17512 (add_font_entity_to_list): Use it to filter fonts.
17513 Don't check against full name.
17514 (w32font_list_internal): New function.
17515 (w32font_list): Use it.
17516 (w32font_match_internal): New function.
17517 (w32font_match): Use it.
17518 (w32font_open_internal): New function.
17519 (w32font_open): Use it.
17520 (w32font_get_cache, w32font_close, w32font_has_char)
17521 (w32font_encode_char, w32font_text_extents, w32font_draw):
17522 Make non-static.
17523
17524 * makefile.w32-in (w32font.o): Depend on w32font.h.
17525
175262008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17527
17528 * charset.c (Fdefine_charset_internal): Record a supplementary
17529 charset at the tail of Vcharset_order_list.
17530
17531 * font.c (Ffont_shape_text): Fix the return value.
17532
17533 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
17534
17535 * xdisp.c (handle_auto_composed_prop): Fix previous change.
17536
175372008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17538
17539 * ftfont.c (struct OpenTypeSpec): New struct.
17540 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
17541 (ftfont_get_open_type_spec): New function.
17542 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
17543
17544 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
17545
175462008-02-01 Jason Rumney <jasonr@gnu.org>
17547
17548 * w32font.c (add_font_entity_to_list): Compare only the beginning
17549 of full name.
17550
175512008-02-01 Kenichi Handa <handa@m17n.org>
17552
17553 * xdisp.c (handle_auto_composed_prop): Simplify the code.
17554 Never return HANDLED_RECOMPUTE_PROPS.
17555
175562008-02-01 Kenichi Handa <handa@m17n.org>
17557
17558 * font.c (font_gstring_produce): Delete it.
17559
17560 * composite.h (COMPOSITION_METHOD):
17561 Handle COMPOSITION_WITH_GLYPH_STRING.
17562
175632008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17564
17565 * xfont.c (Qx): Delete.
17566 (syms_of_xfont): Don't initialize Qx.
17567
17568 * composite.h (enum composition_method):
17569 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
17570
175712008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17572
17573 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
17574 (choose_face_font): Accept new form of font-spec.
17575
17576 * frame.h (font_driver_list): Declare it unconditionally.
17577 (struct frame): Define members font_driver_list and font_data_list
17578 unconditionally.
17579
17580 * fontset.c: Include "font.h" unconditionally.
17581 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
17582 (Fset_fontset_font): Accept a font-spec object.
17583
17584 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
17585 PIXEL_SIZE part a wild card.
17586
17587 * dispextern.h (struct glyph_string): Define members clip and
17588 num_clips unconditionally.
17589 (struct face): Define members font_info and extra unconditionally.
17590
17591 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
17592 ftfont_info only when HAVE_LIBOTF is defined.
17593
175942008-02-01 Andreas Schwab <schwab@suse.de>
17595
17596 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
17597 and end.
17598
175992008-02-01 Jason Rumney <jasonr@gnu.org>
17600
17601 * w32font.c (w32font_driver): Add new fields.
17602
176032008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17604
17605 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
17606 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
17607 (LIBES): Add @M17N_FLT_CFLAGS@.
17608
17609 * composite.c (compose_text): Don't treat the new style
17610 composition specially.
17611
17612 * emacs.c (main): Call syms_of_font unconditionally.
17613
17614 * font.h (FONT_ENTITY_NOT_LOADABLE)
17615 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
17616 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
17617 (struct font_driver): New member shape.
17618 (font_registry_charsets): Extern it.
17619 (font_find_for_lface, font_prepare_composition): Adjust prototype.
17620 (font_otf_capability, font_drive_otf): Delete their externs.
17621
17622 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
17623 (font_charset_alist, font_registry_charsets): Move from xfont.c
17624 and rename.
17625 (font_prop_validate_otf): New function.
17626 (font_property_table): Register it for QCotf.
17627 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
17628 (font_drive_otf): Delete.
17629 (font_prepare_composition): New arg F. Adjust for the change of
17630 lispy gstring.
17631 (font_find_for_lface): New arg C.
17632 (font_load_for_face): Adjust for the change of font_find_for_lface.
17633 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
17634 lispy gstring.
17635 (Ffont_shape_text): New function.
17636 (Fopen_font): If the font size is not given, use 12-pixel.
17637 (Ffont_at): New arg STRING.
17638 (syms_of_font): Initalize font_charset_alist.
17639 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
17640 conditionally.
17641
17642 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
17643 fonts of the same font-spec. Change the format of RFONT-DEF.
17644 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
17645 Adjust for the change of RFONT-DEF.
17646 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
17647
17648 * ftfont.h: New file.
17649
17650 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
17651 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
17652 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
17653 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
17654 font_otf_capability and font_drive_otf, set ftfont_shape.
17655 (ftfont_list): Adjust for the change of :otf property value.
17656 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
17657 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
17658 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
17659 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
17660 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
17661 (otf_gstring, gstring, m17n_flt_initialized): New variables.
17662
17663 * w32term.c (x_draw_composite_glyph_string_foreground):
17664 Adjust for the change of lispy gstring.
17665
17666 * xdisp.c (handle_composition_prop): Adjust for the change of
17667 lispy gstring. Call a function for auto-composition with the
17668 third arg it->window.
17669 (fill_composite_glyph_string): Adjust for the change of lispy string.
17670 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
17671
17672 * xfaces.c (set_font_frame_param): Adjust for the change of
17673 font_find_for_lface.
17674
17675 * xfont.c (x_font_charset_alist): Move to font.c and rename.
17676 (xfont_registry_charsets): Likewise. Change caller.
17677 (syms_of_xfont): Don't handle x_font_charset_alist.
17678
17679 * xftfont.c: Include "ftfont.h".
17680 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
17681 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
17682 (xftfont_close) [HAVE_LIBOTF]: Close otf.
17683 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
17684 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
17685 Set xftfont_driver.shape to xftfont_shape.
17686
17687 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
17688 the change of lispy gstring.
17689
176902008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17691
17692 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
17693
176942008-02-01 Jason Rumney <jasonr@gnu.org>
17695
17696 * w32font.c (w32font_draw): Fill background manually.
17697
176982008-02-01 Jason Rumney <jasonr@gnu.org>
17699
17700 * font.c (Qfontp): Remove unused symbol.
17701 (QCantialias): New symbol.
17702 (syms_of_font): Define it.
17703 (font_property_table): Set a validator for QCantialias.
17704
17705 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
17706 Define if not already.
17707 (QCfamily): Share with xfaces.c.
17708 (Qstandard, Qsubpixel, Qnatural): New symbols.
17709 (syms_of_w32font): Define them. Don't define QCfamily here.
17710 (w32_antialias_type, lispy_antialias_type): New functions.
17711 (w32_enumfont_pattern_entity): New arg requested_font.
17712 Set antialias parameter if non-default was requested.
17713 (fill_in_logfont): Fill in lfQuality if :antialias specified.
17714
177152008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17716
17717 * lread.c (read1): Undo the previous change.
17718
177192008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
17720
17721 * frame.c (Fdelete_frame): Call font_update_drivers only when
17722 USE_FONT_BACKEND is defined.
17723
177242008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17725
17726 * font.h (struct font_bitmap): New member bits_per_pixel.
17727 (struct font_driver): New members start_for_frame and end_for_frame.
17728 (struct font_data_list): New struct.
17729 (font_put_frame_data, font_get_frame_data): Extern them.
17730
17731 * frame.h (struct frame): New member font_data_list.
17732
17733 * font.c (font_update_drivers): Call driver->start_for_frame and
17734 driver->end_for_frame at proper timings.
17735 (font_put_frame_data, font_get_frame_data): New functions.
17736 (Ffont_spec): Add usage in the docstring.
17737
17738 * frame.c (make_frame): Initialize f->font_data_list to NULL.
17739 (Fdelete_frame): Call font_update_drivers.
17740
17741 * xftfont.c (struct xftface_info): Delete the member xft_draw.
17742 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
17743 (xftfont_get_xft_draw): New function.
17744 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
17745 (xftfont_end_for_frame): New function.
17746 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
17747
17748 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
17749 Change argument. Cache GCs in the per-frame data.
17750 (struct ftxfont_frame_data): New struct.
17751 (ftxfont_draw_bitmap): New arg gc_fore and flush.
17752 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
17753 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
17754 (ftxfont_end_for_frame): New function.
17755 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
17756
17757 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
17758
177592008-02-01 Kenichi Handa <handa@m17n.org>
17760
17761 * xselect.c (Vselection_coding_system)
17762 (Vnext_selection_coding_system): Delete them.
17763 (syms_of_xselect): Don't declare selection-coding-system and
17764 next-selection-coding-system. They are declared in select.el.
17765
177662008-02-01 Jason Rumney <jasonr@gnu.org>
17767
17768 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
17769
17770 * w32fns.c: Include imm.h.
17771 (get_composition_string_fn, get_ime_context_fn): New optional
17772 system functions.
17773 (globals_of_w32fns): Load them from imm32.dll.
17774 (ignore_ime_char): New flag.
17775 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
17776 WM_IME_ENDCOMPOSITION messages.
17777
17778 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
17779 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
17780
177812008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17782
17783 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
17784 (READCHAR_REPORT_MULTIBYTE): New macro.
17785 (readchar): New 2nd arg MULTIBYTE.
17786 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
17787 Make symbol's name multibyte according to the multibyteness of the
17788 source.
17789
177902008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17791
17792 * xfaces.c (face_for_overlay_string): Call lookup_face with
17793 correct arguments (fix of synching with the trunk).
17794
177952008-02-01 Kenichi Handa <handa@m17n.org>
17796
17797 * font.c (font_prop_validate_symbol, font_prop_validate_style)
17798 (font_prop_validate_non_neg, font_prop_validate_spacing):
17799 Delete argument prop_index.
17800 (font_property_table): Change arguments to validater. Change Callers.
17801 (font_lispy_object): Delete.
17802 (font_at): Use font_find_object instead fo font_lispy_object.
17803
178042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17805
17806 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
17807 and file names.
17808
178092008-02-01 Jason Rumney <jasonr@gnu.org>
17810
17811 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
17812 (font_matches_spec): Remove debug output.
17813 (add_font_entity_to_list): Avoid using substituted fonts.
17814
178152008-02-01 Jason Rumney <jasonr@gnu.org>
17816
17817 * doc.c (Fsnarf_documentation):
17818 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
17819
178202008-02-01 Miles Bader <miles@gnu.org>
17821
17822 * dispextern.h (struct glyph_row): Only define "clip" field if
17823 HAVE_WINDOW_SYSTEM is defined.
17824
178252008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17826
17827 Fix up multi-tty merge.
17828
17829 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
17830 and indentation.
17831
17832 * xfaces.c (free_realized_face, clear_face_gcs):
17833 Include font_done_for_face in the input_blocked section, just in case.
17834
17835 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
17836 (get_char_face_and_encoding): Undo last change and remove the *other*
17837 duplicate definition (i.e. keep the one that's better scoped and that
17838 includes code for the font-backend).
17839
17840 * terminal.c (create_terminal): Default keyboard_coding to
17841 `no-conversion' and terminal_coding to `undecided'.
17842
17843 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
17844
17845 * fontset.c (free_realized_fontsets): Check that the table entry does
17846 contain a fontset before trying to compare it to `base'.
17847
17848 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
17849 syms_of_charset, and syms_of_coding earlier because init_window_once
17850 now needs Vcoding_system_hash_table to be setup.
17851
17852 * coding.h (default_buffer_file_coding): Remove.
17853
17854 * coding.c (default_buffer_file_coding): Remove.
17855 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
17856 than ->symbol, and use the terminal-local coding system.
17857 (syms_of_coding): Don't setup the coding-systems that are not
17858 terminal-local.
17859 (Fdefine_coding_system_internal): Use XCAR/XCDR.
17860
17861 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
17862 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
17863
17864 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
17865 in chartab.c and were re-added here by mistake.
17866 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
17867
17868 * doc.c (Fsnarf_documentation):
17869 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
17870 src to etc.
17871
17872 * ChangeLog.10: Add mistakenly removed entry.
17873
178742008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
17875
17876 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
17877
178782008-02-01 Miles Bader <miles@gnu.org>
17879
17880 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
17881 Add extra args to FACE_FOR_CHAR.
17882
178832008-02-01 Kenichi Handa <handa@m17n.org>
17884
17885 * keymap.c (where_is_internal_1): If key is a cons, store the copy
17886 in sequence.
17887
17888 * chartab.c (map_sub_char_table, map_char_table): If the range
17889 contains just one character, call the function with that character
17890 even if the depth is not 3.
17891
178922008-02-01 Jason Rumney <jasonr@gnu.org>
17893
17894 * w32font.c (w32font_text_extents): Calculate metrics for the
17895 whole string.
17896
178972008-02-01 Jason Rumney <jasonr@gnu.org>
17898
17899 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
17900
179012008-02-01 Jason Rumney <jasonr@gnu.org>
17902
17903 * w32term.c (x_set_glyph_string_clipping): Use
17904 get_glyph_string_clip_rects.
17905 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
17906 Adjust for the change of struct glyph_string.
17907
17908 * w32font.c (w32font_draw): Do clipping here.
17909
179102008-02-01 Kenichi Handa <handa@m17n.org>
17911
17912 * xftfont.c (xftfont_draw): Adjust for the change of struct
17913 glyph_string.
17914
17915 * xterm.c (x_set_glyph_string_clipping): Use
17916 get_glyph_string_clip_rects.
17917 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
17918 Adjust for the change of struct glyph_string.
17919
17920 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
17921 the resulting clip(s}.
17922 (expose_overlaps): Add arg r. Change callers. Set it to
17923 row->clip temporarily.
17924 (expose_window): Redraw rows overlapping the exposed area.
17925
17926 * dispextern.h (struct glyph_row): New member clip.
17927 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
17928 clip_height, new member clip, and num_clips.
17929
179302008-02-01 Kenichi Handa <handa@m17n.org>
17931
17932 * data.c (Fchar_or_string_p): Fix docstring.
17933
179342008-02-01 Kenichi Handa <handa@m17n.org>
17935
17936 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
17937 create a temporary XftDraw object.
17938
179392008-02-01 Kenichi Handa <handa@m17n.org>
17940
17941 * font.c (Ffontp): Fix docstring.
17942
17943 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
17944 strong evidence of ISO-2022.
17945
179462008-02-01 Kenichi Handa <handa@m17n.org>
17947
17948 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
17949 SYNTAX_ENTRY_FOLLOW_PARENT.
17950
179512008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17952
17953 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
17954 its type.
17955 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
17956 Update to the new type of weak_hash_tables and next_weak.
17957
17958 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
17959 a plain C pointer to Lisp_Hash_Table.
17960
17961 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
17962 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
17963 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
17964 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
17965 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
17966 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
17967 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
17968 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
17969 (GC_EQ): Remove since they've been identical to their non-GC_
17970 alter-egos ever since the markbit was eradicated.
17971
17972 * alloc.c:
17973 * buffer.c:
17974 * buffer.h:
17975 * data.c:
17976 * fileio.c:
17977 * filelock.c:
17978 * fns.c:
17979 * frame.h:
17980 * lisp.h:
17981 * macterm.c:
17982 * print.c:
17983 * process.c:
17984 * w32fns.c:
17985 * w32menu.c:
17986 * w32term.c:
17987 * xfns.c:
17988 * xmenu.c:
17989 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
17990
179912008-02-01 Kenichi Handa <handa@m17n.org>
17992
17993 * chartab.c (map_sub_char_table): Make it work for the top-level
17994 char-table. Fix handling of parent char-table.
17995 (map_char_table): Adjust for the above change.
17996
179972008-02-01 Jason Rumney <jasonr@gnu.org>
17998
17999 * w32font.c (Qgdi): Rename from Qw32.
18000
180012008-02-01 Jason Rumney <jasonr@gnu.org>
18002
18003 * w32bdf.c (get_quoted_string): Make function static.
18004
180052008-02-01 Kenichi Handa <handa@m17n.org>
18006
18007 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
18008 bigger ascent and descent than those of the font, use them as
18009 font's ascent and descent.
18010
180112008-02-01 Kenichi Handa <handa@m17n.org>
18012
18013 * Makefile.in (${lispsource}international/charprop.el): Move this
18014 target within "#ifdef HAVE_UNIDATA" and "#endif".
18015
180162008-02-01 Kenichi Handa <handa@m17n.org>
18017
18018 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
18019 (shortlisp): Add ../lisp/language/tai-viet.el.
18020
180212008-02-01 Ulrich Mueller <ulm@gentoo.org>
18022
18023 * Makefile.in (${lispsource}international/charprop.el): Depend on
18024 temacs${EXEEXT}.
18025
180262008-02-01 Jason Rumney <jasonr@gnu.org>
18027
18028 * w32font.c (w32font_close): Delete the GDI font object.
18029
18030 * w32menu.c: Include character.h.
18031
18032 * w32proc.c: Likewise.
18033
18034 * w32select.c: Likewise.
18035
18036 * makefile.w32-in (w32proc.o): Depend on character.h.
18037
180382008-02-01 Jason Rumney <jasonr@gnu.org>
18039
18040 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
18041
18042 * w32menu.c (syms_of_w32menu): Likewise.
18043
18044 * w32proc.c (syms_of_ntproc): Likewise.
18045
18046 * w32select.c (syms_of_w32select): Likewise.
18047
18048 * w32term.c (syms_of_w32term): Likewise.
18049
180502008-02-01 Jason Rumney <jasonr@gnu.org>
18051
18052 * w32font.c (w32font_draw): Delete brush after using it.
18053
180542008-02-01 Jason Rumney <jasonr@gnu.org>
18055
18056 * w32font.c (w32font_open): Don't set font_idx.
18057 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
18058 to font settings.
18059 (w32font_draw): Fill background explicitly.
18060
180612008-02-01 Jason Rumney <jasonr@gnu.org>
18062
18063 * w32term.c (w32_initialize): Don't call w32font_initialize.
18064
18065 * w32font.c (w32font_info): Remove subranges.
18066 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
18067 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
18068 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
18069 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
18070 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
18071 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
18072 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
18073 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
18074 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
18075 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
18076 New symbols.
18077 (font_callback_data): New struct.
18078 (w32font_list, w32font_match): Use it.
18079 (w32font_open): Don't populate subranges.
18080 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
18081 (w32font_encode_char): Always return unicode code-point as-is.
18082 (w32font_text_extents): Supply a transformation matrix to
18083 GetGlyphOutline. Never look up by glyph index. Avoid looping
18084 twice. Use unicode version of GetTexExtentPoint32 instead of
18085 glyph index version.
18086 (set_fonts_frame): Remove.
18087 (w32_enumfont_pattern_entity): Add frame parameter, use it to
18088 set frame parameter. Use backward compatible fake foundries.
18089 Save generic family in extra slot under QCfamily. Make width slot
18090 constant. Save QCspacing value. Save list of scripts instead of
18091 binary subranges.
18092 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
18093 (add_font_entity_to_list): Use font_callback_data struct. Filter
18094 unwanted fonts.
18095 (add_one_font_entity_to_list): Use font_callback_data struct.
18096 (w32_registry): Default to iso10646_1.
18097 (fill_in_logfont): Use dpi from extra slot. Don't bother with
18098 string font registries. Don't fill in font name if it is a generic
18099 family name, fill family instead. Use spacing, family and script
18100 extra info to fill pitch, family and charset fields.
18101 (list_all_matching_fonts): Use font_callback_data struct.
18102 (unicode_range_for_char): Remove.
18103 (font_supported_scripts): New function.
18104 (w32font_initialize): Remove.
18105 (syms_of_w32font): Update which symbols are defined.
18106
181072008-02-01 Jason Rumney <jasonr@gnu.org>
18108
18109 * font.c (font_pixel_size): Reverse assq_no_quit args.
18110
18111 * w32term.h (FONT_WIDTH): Report max width, not average.
18112 (FONT_MAX_WIDTH): Remove.
18113 (FONT_AVG_WIDTH): New macro.
18114
18115 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
18116 redefinition of FONT_WIDTH.
18117
18118 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
18119 (w32_cache_char_metrics): Use FONT_WIDTH.
18120
18121 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
18122
181232008-02-01 Jason Rumney <jasonr@gnu.org>
18124
18125 * w32font.c (w32font_open): Make lfHeight negative.
18126
18127 * w32fns.c (x_default_font_parameter): Use new style font name.
18128 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
18129
181302008-02-01 Jason Rumney <jasonr@gnu.org>
18131
18132 * w32font.c (QCsubranges): New symbol.
18133 (w32font_open, w32font_has_char): Get subranges from subproperty
18134 of extra.
18135 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
18136 (syms_of_w32font): Define :subranges symbol.
18137
18138 * font.c (font_put_extra): Expose externally.
18139
18140 * font.h (font_put_extra): Move declaration from font.c.
18141
18142 * font.c (Ffont_get): Use font driver to determine otf capability.
18143 (adjust_anchor): Check if driver defines anchor_point before using.
18144
18145 * w32font.c (w32font_open): Handle size, height and pixel_size better.
18146 (w32font_draw): Use options.
18147 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
18148 Fix detection of truetype fonts.
18149 (registry_to_w32_charset): Handle charsets other than iso8859-1
18150 expressed as lisp symbols.
18151 (w32_registry): Express charset as lisp symbol.
18152 (fill_in_logfont): Reverse pixel and point height logic.
18153 Don't set width here. Set quality to default.
18154
18155 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
18156 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
18157
18158 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
18159 Remove redundant loop and allocation.
18160
18161 * makefile.w32-in (font.o, w32font.o): New objects.
18162 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
18163 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
18164
18165 * xdisp.c (fill_composite_glyph_string): Make the first arg to
18166 STORE_XCHARB a valid l-value.
18167
18168 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
18169 calculations for non-Truetype fonts.
18170 (x_draw_glyph_string): Sync with xterm.c.
18171 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
18172 Remove redundant code.
18173 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
18174
18175 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
18176 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
18177
18178 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
18179 (x_to_w32_charset, w32_to_x_charset): Expose externally.
18180
18181 * w32font.c: New file for w32 font backend.
18182
181832008-02-01 Kenichi Handa <handa@m17n.org>
18184
18185 * term.c: Don't include "buffer.h" twice.
18186
181872008-02-01 Kenichi Handa <handa@m17n.org>
18188
18189 * character.c (Funibyte_string): New function.
18190 (syms_of_character): Defsubr it.
18191
181922008-02-01 Jason Rumney <jasonr@gnu.org>
18193
18194 * w32term.c [USE_FONT_BACKEND]:
18195 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
18196 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
18197 (x_draw_glyph_string, x_draw_glyph_string_foreground)
18198 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
18199 (x_free_frame_resources): Sync with xterm.c.
18200
182012008-02-01 Andreas Schwab <schwab@suse.de>
18202
18203 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
18204 char-table size.
18205
182062008-02-01 Kenichi Handa <handa@m17n.org>
18207
18208 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
18209
182102008-02-01 Kenichi Handa <handa@m17n.org>
18211
18212 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
18213 font_otf_gpos, add font_drive_otf.
18214
18215 * fontset.c (fontset_find_font): Pay attention to font size
18216 specified for a font.
18217 (reorder_font_vector): Check contents of font_def.
18218
18219 * font.c (struct otf_list): Delete it.
18220 (otf_list): Make it a lisp variable.
18221 (otf_open): Use lispy otf_list.
18222 (generate_otf_features): Rename from parse_gsub_gpos_spec.
18223 (check_otf_features): New function.
18224 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
18225 New functions.
18226 (font_drive_otf): New function merging font_otf_gsub and
18227 font_otf_gpos.
18228 (font_open_for_lface): New arg spec. Change argument order.
18229 (font_load_for_face): Adjust for the change of font_open_for_lface.
18230 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
18231 Ffont_otf_gpos.
18232 (syms_of_font): Staticpro otf_list. Delete defsubr of
18233 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
18234
18235 * xfaces.c (set_font_frame_param): Adjust for the change of
18236 font_open_for_lface.
18237
18238 * font.h (font_open_for_lface): Adjust prototype.
18239 (struct font_driver): Delete members otf_gsub and otf_gpos, add
18240 member otf_drive.
18241 (font_otf_gsub, font_otf_gpos): Delete externs.
18242 (font_drive_otf): Extern it.
18243
182442008-02-01 Kenichi Handa <handa@m17n.org>
18245
18246 * font.c (font_at): If the window W is not on a window system,
18247 return Qnil.
18248
18249 * coding.c (produce_chars, encode_coding): Don't call
18250 insert_from_gap if no characters to produce.
18251
182522008-02-01 Kenichi Handa <handa@m17n.org>
18253
18254 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
18255 Fclear_face_cache.
18256
18257 * xfaces.c (face_for_font): Check also face->font==font->font.font.
18258
182592008-02-01 Miles Bader <miles@gnu.org>
18260
18261 * emacs.c (main): Change default value of `enable_font_backend' to 1.
18262 Parse "--disable-font-backend" option.
18263 (standard_args): Add "--disable-font-backend" option.
18264
182652008-02-01 Kenichi Handa <handa@m17n.org>
18266
18267 * fontset.c (fontset_find_font): New function.
18268 (fontset_font): Use fontset_find_font.
18269 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
18270 Register the specified font for all Latin characters.
18271 (new_fontset_from_font): Register the specified font for all Latin
18272 characters.
18273 (dump_fontset): For a realized fontset, include the base fontset
18274 name in the returned vector.
18275
182762008-02-01 Kenichi Handa <handa@m17n.org>
18277
18278 * character.h (CHAR_STRING): Cast C to unsigned on calling
18279 char_string.
18280
18281 * character.c (char_string): Type of arg C changed to unsigned.
18282 Signal an error if C is an invalid character code.
18283
18284 * editfns.c (general_insert_function, Fchar_to_string):
18285 Use CHARACTERP, not INTEGERP.
18286
182872008-02-01 Kenichi Handa <handa@m17n.org>
18288
18289 * character.h (MIN_MULTIBYTE_LEADING_CODE)
18290 (MAX_MULTIBYTE_LEADING_CODE): New macros.
18291
18292 * regex.c (analyse_first): Fix for multibyte characters in "case
18293 charset:" and "case categoryspec:".
18294
182952008-02-01 Andreas Schwab <schwab@suse.de>
18296
18297 * Makefile.in (LIBES): Move standard libraries to the end.
18298
182992008-02-01 Kenichi Handa <handa@m17n.org>
18300
18301 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
18302 nonzero, don't shrink the buffer nextb.
18303
18304 * buffer.h (struct buffer_text): New member inhibit_shrinking.
18305
18306 * coding.c (coding_alloc_by_making_gap): New arg offset.
18307 (alloc_destination): Call coding_alloc_by_making_gap with the arg
18308 offset.
18309 (decode_coding_iso_2022): Update coding->safe_charsets.
18310 (decode_coding_gap): Temporarily set
18311 current_buffer->text->inhibit_shrinking to 1.
18312
183132008-02-01 Kenichi Handa <handa@m17n.org>
18314
18315 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
18316 indexing into elements of s->cmp and s->char2b.
18317
183182008-02-01 Juanma Barranquero <lekktu@gmail.com>
18319
18320 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
18321
183222008-02-01 Kenichi Handa <handa@m17n.org>
18323
18324 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
18325 target_multibyte instead of multibyte.
18326 (re_match_2_internal): Call bcmp_translate with target_multibyte.
18327 (bcmp_translate): Change the argument name from multibyte to
18328 target_multibyte.
18329
183302008-02-01 Kenichi Handa <handa@m17n.org>
18331
18332 These changes are to compile a regexp into a pattern that can be
18333 used both for multibyte and unibyte targets.
18334
18335 * Makefile.in (search.o): Depend on charset.h.
18336
18337 * character.c (multibyte_char_to_unibyte_safe): New function.
18338
18339 * search.c: Include "charset.h".
18340 (compile_pattern_1): Delete argument multibyte. Don't set
18341 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
18342 (compile_pattern): Don't compare cp->buf.target_multibyte.
18343 Compare cp->buf.charset_unibyte.
18344 (compile_pattern): Set cp->buf.target_multibyte.
18345
18346 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
18347
18348 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
18349
18350 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
18351 multibyte. Change callers.
18352 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
18353 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
18354 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
18355 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
18356 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
18357 (regex_compile): Make the compiled pattern usable both for
18358 multibyte and unibyte targets.
18359 (analyse_first): Make the fastmap usable both for multibyte and
18360 unibyte targets.
18361 (TRANSLATE_VIA_MULTIBYTE): Delete.
18362 (re_match_2_internal): Pay attention to the case that the
18363 multibyteness of bufp and target may be different.
18364
183652008-02-01 Kenichi Handa <handa@m17n.org>
18366
18367 * xdisp.c (x_produce_glyphs): When a font is not found, make the
18368 empty box occupy at least one column width.
18369
183702008-02-01 Miles Bader <miles@gnu.org>
18371
18372 * Makefile.in: Remove redundant HAVE_XFT clause.
18373
183742008-02-01 Kenichi Handa <handa@m17n.org>
18375
18376 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
18377
183782008-02-01 Kenichi Handa <handa@m17n.org>
18379
18380 * fontset.c (Finternal_char_font): Fix for the case of POSITION
18381 being nil.
18382
183832008-02-01 Kenichi Handa <handa@m17n.org>
18384
18385 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
18386
183872008-02-01 Kenichi Handa <handa@m17n.org>
18388
18389 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
18390
183912008-02-01 Kenichi Handa <handa@m17n.org>
18392
18393 * search.c (simple_search): Fix previous change.
18394
183952008-02-01 Kenichi Handa <handa@m17n.org>
18396
18397 * xftfont.c (ftfont_font_format): Extern declaration.
18398
18399 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
18400
18401 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
18402 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
18403
18404 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
18405 (ftfont_font_format): Fix previous change.
18406
18407 * font.h (Ffont_xlfd_name): EXFUN it.
18408
18409 * font.c (font_parse_xlfd): Fix the array size of `f'.
18410 (register_font_driver): Use EQ to compare driver->type.
18411
18412 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
18413 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
18414 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
18415
184162008-02-01 Kenichi Handa <handa@m17n.org>
18417
18418 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
18419 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
18420
184212008-02-01 Kenichi Handa <handa@m17n.org>
18422
18423 * xfont.c (xfont_open): Set font->format.
18424
18425 * xftfont.c (xftfont_open): Set font->format.
18426
18427 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
18428 (ftfont_list): Include FC_FONTFORMAT in FcObject.
18429 (ftfont_open): Set font->format.
18430 (ftfont_font_format): New function.
18431
18432 * font.h (struct font): New member format.
18433
18434 * font.c (Qopentype): New variable.
18435 (syms_of_font): Defsym it.
18436 (Fquery_font): Change the format of the last element of the return
18437 value.
18438
184392008-02-01 Kenichi Handa <handa@m17n.org>
18440
18441 * xfns.c (xic_create_xfontset): Try the default fontset name as a
18442 last resort.
18443
184442008-02-01 Kenichi Handa <handa@m17n.org>
18445
18446 * coding.c (detect_coding_charset): Fix detection of multi-byte
18447 charset.
18448
184492008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
18450
18451 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
18452
184532008-02-01 Kenichi Handa <handa@m17n.org>
18454
18455 * xdisp.c (get_next_display_element): Set it->face_id for the
18456 first component of a composition.
18457 (x_produce_glyphs): Check if the font is changed or not for composition.
18458
184592008-02-01 Kenichi Handa <handa@m17n.org>
18460
18461 * fontset.c (Qlatin): New variable.
18462 (syms_of_fontset): Define it as a lisp symbol.
18463 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
18464
184652008-02-01 Kenichi Handa <handa@m17n.org>
18466
18467 * font.c (font_unparse_fcname): Pay attention to the case that
18468 some of font property is a null string.
18469
184702008-02-01 Kenichi Handa <handa@m17n.org>
18471
18472 * term.c: Include "composite.h".
18473 (encode_terminal_code): Output all components of composition.
18474 Check the size of encode_terminal_src.
18475 (produce_glyphs): For composition, call produce_composite_glyph.
18476 (append_composite_glyph, produce_composite_glyph): New functions.
18477
18478 * xdisp.c (x_produce_glyphs): In handling composition, if a font
18479 is not found, get font_info from the current ascii face.
18480
184812008-02-01 Kenichi Handa <handa@m17n.org>
18482
18483 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
18484 buffer-file-name to Qnil before calling insert_from_buffer.
18485
18486 * font.c (font_unparse_fcname): Pay attention to the case that
18487 foundry is a null string.
18488
184892008-02-01 Kenichi Handa <handa@m17n.org>
18490
18491 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
18492
18493 * font.c (Qunicode_sip): New variable.
18494 (syms_of_font): Declare it as a Lisp symbol.
18495
18496 * font.h (Qunicode_sip): Extern it.
18497
184982008-02-01 Kenichi Handa <handa@m17n.org>
18499
18500 * composite.c (get_composition_id): Pay attention to TAB component.
18501
18502 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
18503 TAB. Adjust for the change of s->char2b which always points to
18504 the first element of allocated memory.
18505
18506 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
18507
18508 * xdisp.c (handle_composition_prop): Set it->c to the first
18509 non-TAB component.
18510 (fill_composite_glyph_string): Change argument.
18511 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
18512 (x_produce_glyphs): Fix handling of left/right padding.
18513
185142008-02-01 Kenichi Handa <handa@m17n.org>
18515
18516 * coding.c (detect_coding_system): Fix for handling off
18517 inhibit_iso_escape_detection. Fix for the case that no coding
18518 system is defined for a specific coding category.
18519
185202008-02-01 Kenichi Handa <handa@m17n.org>
18521
18522 * font.c (font_matching_entity): Delete unused local var.
18523
18524 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
18525 opening a font.
18526
18527 * fileio.c (Finsert_file_contents): On recovering a file, assume
18528 Unix-like eol.
18529 (choose_write_coding_system): On auto-saving a file, force
18530 Unix-like eol.
18531
18532 * coding.c (setup_coding_system): Fix setting of
18533 coding->common_flags based on eol_type.
18534 (coding_inherit_eol_type): If PARENT is not nil, be sure to
18535 inherit from it.
18536
185372008-02-01 Kenichi Handa <handa@m17n.org>
18538
18539 * alloc.c (NSTATICS): Increas to 0x600.
18540
185412008-02-01 Kenichi Handa <handa@m17n.org>
18542
18543 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
18544 (ftfont_list): Don't check :name property.
18545 (ftfont_match): New function.
18546 (ftfont_pattern_entity): If the pattern doesn't contain
18547 FC_SPACING, don't assume FC_MONO.
18548
18549 * font.h (struct font_driver): New member `match'.
18550 (font_update_drivers): Adjust prototype.
18551
18552 * font.c (font_parse_fcname, font_parse_name): Don't change :name
18553 property of FONT.
18554 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
18555 them unconditionally.
18556 (font_matching_entity): New function.
18557 (font_open_by_name): Try font_matching_entity if exact match is
18558 not found.
18559 (font_update_drivers): Delete the arg FONT. Return a list of
18560 actually used backends. Don't free faces, font caches here.
18561 Don't store data in frame parameters. Don't call x_set_font.
18562 (Ffont_spec): Store :name property as is.
18563 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
18564 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
18565 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
18566 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
18567 Call font->driver->otf_gsub instead of font_otf_gsub.
18568
18569 * frame.c (x_set_font_backend): Do more works that were done in
18570 font_update_drivers before.
18571
18572 * xfont.c (xfont_match): New function.
18573 (xfont_driver): Set xfont_driver.match to xfont_match.
18574 (xfont_draw): Set font in GC if necessary.
18575
18576 * ftxfont.c (ftxfont_match): New function.
18577 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
18578
18579 * xftfont.c (xftfont_match): New function.
18580 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
18581
185822008-02-01 Kenichi Handa <handa@m17n.org>
18583
18584 * font.h (struct font): New member scalable.
18585 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
18586 (font_otf_gsub): Adjust prototype.
18587
18588 * font.c (font_otf_capability): Fix handling of the default langsys.
18589 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
18590 Check the contents of SPEC.
18591 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
18592 (check_gstring): New function.
18593 (REPLACEMENT_CHARACTER): New macro.
18594 (font_otf_gsub): New arg alternate_subst. Be sure to set all
18595 glyph codes of GSTRING.
18596 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
18597 (font_prepare_composition): Set cmp->glyph_len.
18598 (font_open_entity): Set font->scalable.
18599 (Ffont_get): Handle :otf property.
18600 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
18601 functions.
18602 (Fquery_font): Use font->font.full_name.
18603 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
18604 Sfont_otf_alternates.
18605
18606 * ftfont.c (ftfont_open): Set font->font.full_name and
18607 font->font.name properly. Fix calculation of font->font.height
18608 and font->min_width.
18609
18610 * ftxfont.c (ftxfont_create_gcs): New function.
18611 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
18612 (ftxfont_draw_backgrond): Fix filling region.
18613 (ftxfont_default_fid): New function.
18614 (ftxfont_open): Set xfont->fid to the return value of
18615 ftxfont_default_fid.
18616 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
18617 (ftxfont_done_face): Free only GCs that are created by
18618 ftxfont_create_gcs.
18619 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
18620
18621 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
18622 Clip to src->width, etc (not src->clip_XXX).
18623
18624 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
18625 FontBackend frame parameter.
18626
186272008-02-01 Kenichi Handa <handa@m17n.org>
18628
18629 * font.h (struct font_driver_list): New member `on'.
18630 (Fclear_font_cache): EXFUN it.
18631 (font_update_drivers): Extern it.
18632
18633 * font.c (font_unparse_fcname): Fix typo (swidth->width).
18634 (font_list_entities): Check driver_list->on.
18635 (register_font_driver): Initalize `on' member to 0.
18636 (font_update_drivers): New function.
18637 (Fclear_font_cache): Check driver_list->on.
18638
18639 * frame.h (Qfont_backend): Extern it.
18640 (x_set_font_backend): Extern it.
18641
18642 * frame.c (Qfont_backend): New variable.
18643 (frame_parms): New element for font-backend.
18644 (x_set_font_backend): New function.
18645
18646 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
18647 FontBackend frame parameter.
18648 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
18649 x_set_font_backend.
18650
18651 * xfont.c (xfont_list): Don't try listing by :name property if the
18652 name is not for XLFD.
18653
186542008-02-01 Kenichi Handa <handa@m17n.org>
18655
18656 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
18657 (LGLYPH_SET_TO): New macros.
18658 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
18659 element of G is vector or not.
18660 (font_at): Extern it.
18661
18662 * font.c: Include window.h.
18663 (font_lispy_object): New function.
18664 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
18665 end of valid glyph.
18666 (font_close_object): Fix getting (struct font *).
18667 (font_at): New function.
18668 (Ffont_get): If FONT is a font-object, get entity from it.
18669 (Ffont_make_gstring): Initialize elements of glyphs with nil.
18670 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
18671 range check.
18672 (Ffont_at): New function.
18673 (syms_of_font): Defsubr Sfont_at.
18674
18675 * xdisp.c (it_props): Move the entry for Qauto_composed to just
18676 before the entry for Qcomposition.
18677 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
18678 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
18679 the font in gstring.
18680 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
18681 LGLYPH_FORM (g) to detect the end of valid glyph.
18682 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
18683 we are composing with gstring.
18684
18685 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
18686 Check if adjustment is vector or not.
18687
18688 * Makefile.in (font.o): Make it depends on window.h.
18689
186902008-02-01 Kenichi Handa <handa@m17n.org>
18691
18692 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
18693 adjustment is vector or not.
18694
186952008-02-01 Miles Bader <miles@gnu.org>
18696
18697 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
18698
186992008-02-01 Kenichi Handa <handa@m17n.org>
18700
18701 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
18702 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
18703 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
18704
18705 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
18706 (DEVICE_DELTA): Fix typo.
18707 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
18708 LGLYPH format.
18709
18710 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
18711 the change of LGLYPH format.
18712
187132008-02-01 Kenichi Handa <handa@m17n.org>
18714
18715 * ftfont.c (ftfont_list): Fix typo.
18716 (ftfont_build_basic_charsets): Don't include letters with diacritics.
18717
187182008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18719
18720 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
18721
18722 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
18723 xftface_info is non-NULL.
18724
187252008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18726
18727 * ftfont.c (ftfont_list): Move misplaced #endif.
18728
187292008-02-01 Kenichi Handa <handa@m17n.org>
18730
18731 * ftfont.c (ftfont_list): Pay attention to the case that
18732 FC_CAPABILITY is not defined.
18733
187342008-02-01 Kenichi Handa <handa@m17n.org>
18735
18736 * xftfont.c (xftfont_open): Set charset related members to -1.
18737
18738 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
18739 QCname.
18740 (ftfont_open): Set charset related members to -1.
18741
18742 * fontset.c (Votf_script_alist): New variable.
18743 (syms_of_fontset): Initialize it.
18744 (fontset_font): Delete unused variable.
18745
18746 * fontset.h (Votf_script_alist): Extern it.
18747
18748 * font.c (font_find_for_lface): Optimize code.
18749
18750 * font.h (font_close_object, font_merge_old_spec): Extern them.
18751
187522008-02-01 Kenichi Handa <handa@m17n.org>
18753
18754 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
18755 (syms_of_font): Initialize them.
18756 (font_pixel_size): Allow float value in dpi.
18757 (font_prop_validate_type): Delete.
18758 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
18759 Change caller.
18760 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
18761 (font_prop_validate_extra): Delete.
18762 (font_prop_validate_spacing): New function.
18763 (font_property_table): Add elements for all known properties.
18764 (get_font_prop_index): Rename from check_font_prop_name. New
18765 argument FROM. Change caller.
18766 (font_prop_validate): Validate all known properties.
18767 (font_put_extra): Delete argument force. Change caller.
18768 (font_expand_wildcards): Make it static. Fix the way of shrinking
18769 the possible range.
18770 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
18771 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
18772 Change caller.
18773 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
18774 (font_parse_fcname): Delete argument merge. Fix parsing of point
18775 size. Don't validate properties values here. Change caller.
18776 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
18777 (font_open_by_name): Delete unused variable.
18778 (Ffont_spec): Likewise. Validate property values.
18779 (Ffont_match_p): New function.
18780
18781 * font.h (QCscalable): Extern it.
18782 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
18783
18784 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
18785
18786 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
18787 (xfont_list_pattern): New function.
18788 (xfont_list): Use xfont_list_pattern.
18789
187902008-02-01 Kenichi Handa <handa@m17n.org>
18791
18792 * font.h (Flist_fonts): EXFUN it.
18793
187942008-02-01 Jason Rumney <jasonr@gnu.org>
18795
18796 * w32term.c (w32_initialize): Add back smoothing_type and
18797 smoothing_enabled definitions.
18798
187992008-02-01 Kenichi Handa <handa@m17n.org>
18800
18801 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
18802 s->face->font on determining underline position.
18803
188042008-02-01 Kenichi Handa <handa@m17n.org>
18805
18806 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
18807 (font_has_char): Accept font-object too.
18808 (font_find_for_lface): Try at first with a size specified in face.
18809
188102008-02-01 Kenichi Handa <handa@m17n.org>
18811
18812 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
18813 font_open_by_name.
18814
188152008-02-01 Kenichi Handa <handa@m17n.org>
18816
18817 * font.h (QCspacing, QCdpi): Extern them.
18818 (enum font_spacing): New enum.
18819 (FONT_PIXEL_SIZE_QUANTUM): New macro.
18820
18821 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
18822 (QCspacing, QCdpi): New variables.
18823 (syms_of_font): Initialize them.
18824 (font_pixel_size): New function.
18825 (font_put_extra): New function.
18826 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
18827 in FONT_EXTRA.
18828 (font_parse_fcname): Handle enumerated values (e.g. bold).
18829 Fix handling font size. Add QCname property that contains only
18830 unknown properties.
18831 (font_score): Change argument. Change caller. Pay attention to
18832 FONT_PIXEL_SIZE_QUANTUM.
18833 (font_sort_entites, font_list_entities, font_find_for_lface)
18834 (font_open_for_lface, font_open_by_name): Fix handling of font size.
18835 (Ffont_spec): Add QCname property that contains only unknown properties.
18836
18837 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
18838 include weight in listing pattern, instead check weight of each
18839 listed font. Don't include scalable in pattern. Pay attention to
18840 FONT_PIXEL_SIZE_QUANTUM.
18841
188422008-02-01 Kenichi Handa <handa@m17n.org>
18843
18844 * font.c (font_parse_fcname): Fix parsing of point-size.
18845 (font_unparse_fcname): Produce symbolic names for style properties.
18846 (font_list_entities): Handle float size correctly.
18847 (font_open_by_name): Prefer `normal' property values if the name
18848 doesn't specify them.
18849
18850 * fontset.c (Finternal_char_font): Use font_get_name, not
18851 Ffont_xlfd_name.
18852
18853 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
18854 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
18855 pattern. Don't force scalable.
18856
18857 * xftfont.c (xftfont_open): For generating a name, start from
18858 96-byte buffer.
18859
188602008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18861
18862 * frame.h (x_new_fontset2): Fix prototype.
18863
188642008-02-01 Kenichi Handa <handa@m17n.org>
18865
18866 * font.h (struct font_driver): Delete member parse_name.
18867 (font_match_p, font_get_spec, font_parse_fcname)
18868 (font_unparse_fcname): Extern them.
18869 (font_get_name): Adjust prototype.
18870
18871 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
18872 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
18873 (font_expand_wildcards): Fix handling ENCODING field. Avoid
18874 unnecessary checks for weight, slant, and swidth.
18875 (font_parse_fcname): New function.
18876 (font_unparse_fcname): New function.
18877 (font_parse_name): New function.
18878 (font_match_p): New function.
18879 (font_get_name): Change return value to Lisp string.
18880 (font_get_spec): New function.
18881 (Qunspecified, Qignore_defface): Don't extern them.
18882 (font_find_for_lface): Assume that LFACE is fully specified.
18883 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
18884 object, use it for FACE.
18885 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
18886 driver->parse_name.
18887 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
18888
18889 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
18890 prototype.
18891
18892 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
18893 argument F. Don't call Fnew_fontset. Instead, directly call
18894 make_fontset.
18895
18896 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
18897
18898 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
18899 of x_new_fontset2.
18900
18901 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
18902 (Qsans__serif): New variables.
18903 (ftfont_generic_family_list): New variable.
18904 (syms_of_ftfont): Initialize the above variables.
18905 (ftfont_pattern_entity): Delete argument NAME.
18906 (ftfont_list_generic_family): New function.
18907 (ftfont_parse_name): Delete this function.
18908 (ftfont_list): Try generic family only when FcFontList found no font.
18909 (ftfont_list_family): Fix args to FcObjectSetBuild.
18910
18911 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
18912 object in attrs[LFACE_FONT_INDEX].
18913 (set_lface_from_font_name): Cancel all changes for font-backend.
18914 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
18915 function.
18916 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
18917 font object in QCfont attribute.
18918 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
18919 (realize_default_face) [USE_FONT_BACKEND]: Call
18920 set_lface_from_font_and_fontset.
18921
18922 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
18923 "fixed", and signal error here if no suitable font was found.
18924
18925 * xfont.c (xfont_parse_name): Delete this function.
18926
18927 * xftfont.c (xftfont_open): Change coding style of error
18928 handling. Generate fontconfig's fontname pattern.
18929
18930 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
18931 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
18932
18933 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
18934 Both args FONTSET and FONT_OBJECT must be existing ones.
18935
189362008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18937
18938 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
18939
189402008-02-01 Kenichi Handa <handa@m17n.org>
18941
18942 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
18943
18944 * font.h (struct font): Fix typo.
18945
18946 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
18947 XLFD_XXX_INDEX.
18948 (enum xlfd_field_mask): New enum.
18949 (intern_font_field): Changed argument. Change caller. If digits
18950 are followed by non-digits, return a symbol.
18951 (font_expand_wildcards): New function.
18952 (font_parse_xlfd): Fix wildcard handling.
18953 (Ffont_spec): If :name is specified, reflect the info in the other
18954 properties.
18955
18956 * ftfont.c (ftfont_pattern_entity): Fix typo.
18957 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
18958 locale.
18959
189602008-02-01 Kenichi Handa <handa@m17n.org>
18961
18962 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
18963
18964 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
18965 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
18966 registry doesn't specify encoding part.
18967 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
18968 (font_open_by_name): At first try parsing the name.
18969 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
18970 as Lisp symbols.
18971
18972 * fontset.c (reorder_font_vector): Pay attention to the case that
18973 the 3rd element of font_def is nil.
18974 (fontset_font): For the default fontset, append one more fontset
18975 elements for a script-based font specification. Don't add script
18976 attribute on finding a font.
18977 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
18978 font name.
18979 (fontset_ascii_font): If a font can't be opened, return nil.
18980
18981 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
18982 (ftfont_pattern_entity): New function.
18983 (ftfont_get_cache): Assume that freetype_font_cache is already
18984 initialized.
18985 (ftfont_list): Handle the case that a file is specified in font
18986 name. Use ftfont_pattern_entity to generate entities.
18987 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
18988 (syms_of_ftfont): Initialize freetype_font_cache.
18989
18990 * xftfont.c (xftfont_open): Make the font name fontconfig's
18991 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
18992 (xftfont_close): Free font->font.name if not NULL.
18993
18994 * xfont.c (xfont_list): If script is specified for a font, return
18995 null_vector.
18996 (xfont_list_family): Declare argument type.
18997
18998 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
18999 name, set LFACE_FONT (lface) to nil.
19000
19001 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
19002 return Qnil.
19003
190042008-02-01 Kenichi Handa <handa@m17n.org>
19005
19006 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
19007 (standard_args): Add "-enable-font-backend".
19008
190092008-02-01 Kenichi Handa <handa@m17n.org>
19010
19011 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
19012 (struct xftdraw_list, xftdraw_list): Delete them.
19013 (register_xftdraw, check_xftdraw): Delete them.
19014 (xftfont_prepare_face): Don't call register_xftdraw.
19015 (xftfont_done_face): Don't call check_xftdraw.
19016 (xftfont_draw): Get background color only when with_background is
19017 nonzero.
19018
19019 * xfont.c (xfont_encode_char): Fix calculation of char2b.
19020
190212008-02-01 Kenichi Handa <handa@m17n.org>
19022
19023 These changes are for the new font handling codes.
19024
19025 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
19026 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
19027 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
19028 (FONTSRC, FONTOBJ): New variables.
19029 (obj): Add $(FONTOBJ).
19030 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
19031 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
19032 @LIBOTF_LIBS@.
19033 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
19034 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
19035
19036 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
19037
19038 * character.h (Vscript_representative_chars): Extern it.
19039
19040 * character.c (Vscript_representative_chars): New variable.
19041 (syms_of_character): Declare it as a Lisp variable.
19042
19043 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
19044 enable_font_backend is nonzero, accept the composition method
19045 COMPOSITION_WITH_GLYPH_STRING.
19046
19047 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
19048 enumeration COMPOSITION_WITH_GLYPH_STRING.
19049
19050 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
19051 members clip_x, clip_y, clip_width, and clip_height.
19052 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
19053
19054 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
19055 --enable-font-backend. Call syms_of_font.
19056
19057 * fns.c (assoc_no_quit): New function.
19058
19059 * fontset.h (FONT_INFO_FROM_FACE): New macro.
19060 (face_for_font, new_fontset_from_font)
19061 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
19062
19063 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
19064 (fontset_font, fontset_ascii, face_for_char)
19065 (make_fontset_for_ascii_face, Ffont_info)
19066 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
19067 is nonzero, use font-backend mechanism.
19068 (find_font_encoding): Make it non-static.
19069 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
19070 New functions.
19071
19072 * frame.h (struct frame): New members resx and resy.
19073 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
19074 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
19075
19076 * frame.c [USE_FONT_BACKEND]: Include "font.h".
19077 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
19078
19079 * lisp.h (assoc_no_quit): Extern it.
19080
19081 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
19082 Through out the file, use FONT_INFO_FROM_FACE instead of
19083 FONT_INFO_FROM_ID, use get_per_char_metric instead of
19084 rif->per_char_metric.
19085 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
19086 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
19087 (get_glyph_face_and_encoding, fill_composite_glyph_string)
19088 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
19089 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
19090 nonzero, use font-backend mechanism.
19091 (get_per_char_metric): New function.
19092
19093 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
19094 (set_lface_from_font_name)
19095 (set_font_frame_param, free_realized_face)
19096 (prepare_face_for_display, clear_face_gcs)
19097 (Finternal_set_font_selection_order, realize_x_face)
19098 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
19099 font-backend mechanism.
19100 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
19101 (load_face_font) [USE_FONT_BACKEND]: Abort.
19102 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
19103 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
19104
19105 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
19106 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
19107 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
19108 nonzero, register all available font drivers. Call
19109 x_default_font_parameter for deciding a font.
19110 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
19111
19112 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
19113 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
19114 (x_set_glyph_string_clipping_exactly)
19115 (x_compute_glyph_string_overhangs)
19116 (x_draw_glyph_string_foreground)
19117 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
19118 (x_free_frame_resources) [USE_FONT_BACKEND]: If
19119 enable_font_backend is nonzero, use font-backend mechanism.
19120 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
19121
191222008-02-01 Kenichi Handa <handa@m17n.org>
19123
19124 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
19125 system_eol_type.
19126 (syms_of_coding): Initialize system_eol_type.
19127
19128 * process.c (Fset_process_coding_system): Inherit system's eol
19129 format if necessary.
19130
191312008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19132
19133 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
19134
191352008-02-01 Kenichi Handa <handa@m17n.org>
19136
19137 * coding.c (decode_eol): Pay attention to buffer relocation in
19138 del_range_2.
19139 (decode_coding): Call decode_eol before restoring undo_list.
19140
191412008-02-01 Kenichi Handa <handa@m17n.org>
19142
19143 * charset.c (Fdefine_charset_internal): Fix setting of
19144 emacs_mule_bytes.
19145
191462008-02-01 Kenichi Handa <handa@m17n.org>
19147
19148 * keyboard.c (read_char): Check if C is a character or not before
19149 looking up Vkeyboard_translate_table.
19150
191512008-02-01 Kenichi Handa <handa@m17n.org>
19152
19153 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
19154 condition to terminate the loop.
19155
191562008-02-01 Kenichi Handa <handa@m17n.org>
19157
19158 * coding.c (produce_composition): Compare charbuf[i] instead of
19159 args[i] against 0.
19160 (Fterminal_coding_system): Use EQ to compare Lisp objects.
19161
191622008-02-01 Kenichi Handa <handa@m17n.org>
19163
19164 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
19165 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
19166 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
19167 detect_coding.
19168 (emacs_mule_char): Handle old style (Emacs 20) component character
19169 of a composition.
19170 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
19171 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
19172 composition rule.
19173 (decode_coding_emacs_mule): Handle invalid bytes correctly.
19174
191752008-02-01 Kenichi Handa <handa@m17n.org>
19176
19177 * coding.c (encode_coding_ccl): Allocate destination dynamically
19178 when necessary.
19179
191802008-02-01 Kenichi Handa <handa@m17n.org>
19181
19182 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
19183 the loop. When quitted, show a proper error message.
19184
191852008-02-01 Kenichi Handa <handa@m17n.org>
19186
19187 * xterm.c (x_set_glyph_string_clipping_exactly): Set
19188 src->clip_head and src->clip_tail temporarily instead of src->hl.
19189
19190 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
19191 character sequence.
19192 (Fccl_execute_on_string): Use ASET, not XSET.
19193
191942008-02-01 Kenichi Handa <handa@m17n.org>
19195
19196 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
19197
191982008-02-01 Kenichi Handa <handa@m17n.org>
19199
19200 * coding.c (decode_coding): Fix the condition of terminating the
19201 decoding loop.
19202
192032008-02-01 Kenichi Handa <handa@m17n.org>
19204
19205 * data.c (Faset): On setting a character bigger than 255 in a
19206 unibyte string, signal an error instead of make the string multibyte.
19207
192082008-02-01 Kenichi Handa <handa@m17n.org>
19209
19210 * charset.c (map_charset_chars): Fix for ascii-compatible charset
19211 made by a mapping table.
19212
192132008-02-01 Kenichi Handa <handa@m17n.org>
19214
19215 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
19216 not.
19217 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
19218 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
19219
19220 * xterm.c (x_draw_composite_glyph_string_foreground): Check
19221 s->face is NULL or not.
19222
192232008-02-01 Kenichi Handa <handa@m17n.org>
19224
19225 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
19226 (x_draw_glyph_string): Fix drawing of right_overhang and
19227 left_overhang around/on cursor.
19228
19229 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
19230
192312008-02-01 Kenichi Handa <handa@m17n.org>
19232
19233 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
19234
192352008-02-01 Kenichi Handa <handa@m17n.org>
19236
19237 * coding.c (Fdefine_coding_system_internal)
19238 (Fdefine_coding_system_alias): Avoid a duplicated element in
19239 Vcoding_system_alist.
19240
192412008-02-01 Kenichi Handa <handa@m17n.org>
19242
19243 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
19244
19245 * coding.c (Qcoding_system_define_form): New variable.
19246 (syms_of_coding): Intern and staticpro it.
19247 (Fcoding_system_p): Check Qcoding_system_define_form.
19248 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
19249
19250 * coding.h (CODING_SYSTEM_P): If ID is not available, call
19251 Fcoding_system_p.
19252 (CHECK_CODING_SYSTEM): If ID is not available, call
19253 Fcheck_coding_system.
19254 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
19255 Try also Fcheck_coding_system.
19256
192572008-02-01 Kenichi Handa <handa@m17n.org>
19258
19259 * coding.c (code_conversion_restore): GCPRO arg.
19260
192612008-02-01 Kenichi Handa <handa@m17n.org>
19262
19263 * character.c (lisp_string_width): Check multibyteness of STRING.
19264
192652008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19266
19267 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
19268 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
19269 (decode_mac_font_name): Use decode_coding_c_string instead of
19270 decode_coding.
19271 (x_load_font): Initialize fontp->fontset to -1. Set
19272 fontp->encoding_type.
19273
192742008-02-01 Kenichi Handa <handa@m17n.org>
19275
19276 * search.c (search_buffer): Give up BM search on case-fold-search
19277 if one of a target character has a case-equivalence of different
19278 byte length even if that target charcter is an ASCII.
19279 (simple_search): Fix calculation of byte length of matched text.
19280 (boyer_moore): Fix handling of case-equivalent multibyte characters.
19281
192822008-02-01 Kenichi Handa <handa@m17n.org>
19283
19284 * coding.c (decode_coding): Fix handling of invalid bytes.
19285
192862008-02-01 Kenichi Handa <handa@m17n.org>
19287
19288 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
19289 Unicode characters.
19290
192912008-02-01 Kenichi Handa <handa@m17n.org>
19292
19293 * coding.c (encode_coding_object): If a pre-write-conversion
19294 function makes a new buffer, kill it.
19295
192962008-02-01 Kenichi Handa <handa@m17n.org>
19297
19298 * coding.c (QCascii_compatible_p): New variable.
19299 (syms_of_coding): Initialize it.
19300 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
19301 calling string_char.
19302 (record_conversion_result): Add `default:' case.
19303 (coding_charset_list): Delete unused variable `coding_type'.
19304 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
19305 property in the plist of the coding system.
19306 (Fcoding_system_put): Check QCascii_compatible_p.
19307
193082008-02-01 Miles Bader <miles@gnu.org>
19309
19310 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
19311 removed calculation of frame `f', as it's now used.
19312
193132008-02-01 Kenichi Handa <handa@m17n.org>
19314
19315 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
19316 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
19317 (UNIDATA): New variable.
19318 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
19319 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
19320 $(RUN_TEMACS) unconditionally.
19321
193222008-02-01 Kenichi Handa <handa@m17n.org>
19323
19324 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
19325 (admindir): New variable.
19326 ($(lispsource)international/charprop.el): New target.
19327
193282008-02-01 Miles Bader <miles@gnu.org>
19329
19330 * character.c (chars-in-region): Remove obsolete function.
19331 (syms_of_character): Remove its initialization.
19332
193332008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
19334
19335 * w32select.c (validate_coding_system)
19336 (setup_windows_coding_system): New functions.
19337 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
19338 setup_windows_coding_system.
19339 (setup_config, Fw32_get_clipboard_data): Use
19340 validate_coding_system.
19341 (Fx_selection_exists): Move call to setup_config to a place
19342 where signals are allowed.
19343
19344 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
19345 (Fcheck_coding_system): Add declarations.
19346
193472008-02-01 Kenichi Handa <handa@m17n.org>
19348
19349 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
19350
193512008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19352
19353 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
19354 string as the second argument for x_new_fontset.
19355
193562008-02-01 Kenichi Handa <handa@m17n.org>
19357
19358 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
19359 (encode_coding_object): Use safe_call instead of call2.
19360
193612008-02-01 Kenichi Handa <handa@m17n.org>
19362
19363 * fontset.c (Fset_fontset_font): Check family element of a given vector.
19364
19365 * Makefile.in (lisp): Include charprop.el.
19366
193672008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19368
19369 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
19370 Not sure if it's unnecessary.
19371
193722008-02-01 Steven Tamm <steventamm@mac.com>
19373
19374 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
19375 some possibly unnecessary fontset checking code that crashed
19376 when creating a new frame.
19377
193782008-02-01 Kenichi Handa <handa@m17n.org>
19379
19380 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
19381 lookup_face.
19382
19383 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
19384
19385 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
19386
193872008-02-01 Kenichi Handa <handa@m17n.org>
19388
19389 * coding.c: Cancel the change done in HEAD on 2008-02-01.
19390 (coding_charset_list): New function.
19391
19392 * coding.h (coding_charset_list): Extern it.
19393
193942008-02-01 Kenichi Handa <handa@m17n.org>
19395
19396 * fontset.c (Fset_fontset_font): Call find_font_encoding with
19397 concatenation of family and registry.
19398
193992008-02-01 Kenichi Handa <handa@m17n.org>
19400
19401 * character.h (BYTE8_STRING): Fix typo.
19402
19403 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
19404 string to multibyte (sync to HEAD).
19405
19406 * casefiddle.c (casify_region): Handle changes in byte-length
19407 using replace_range_2 (sync to HEAD).
19408
194092008-02-01 Andreas Schwab <schwab@suse.de>
19410
19411 * chartab.c (map_char_table): GCPRO table and arg.
19412
194132008-02-01 Kenichi Handa <handa@m17n.org>
19414
19415 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
19416 already at limit.
19417
194182008-02-01 Kenichi Handa <handa@m17n.org>
19419
19420 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
19421 instead of fast_c_string_match_ignore_case.
19422 (find_font_encoding): Change argument to Lisp_Object. Use
19423 fast_string_match_ignore_case instead of
19424 fast_c_string_match_ignore_case. Change caller.
19425
194262008-02-01 Kenichi Handa <handa@m17n.org>
19427
19428 * xdisp.c (get_next_display_element): In unibyte case, decide to
19429 display in octal form by checking a character by
19430 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
19431
19432 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
19433
19434 * character.c (unibyte_has_multibyte_table): New variable.
19435
19436 * character.h (unibyte_has_multibyte_table): Extern it.
19437 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
19438
194392008-02-01 Kenichi Handa <handa@m17n.org>
19440
19441 * coding.c (encode_coding_iso_2022): Fix handling of charset
19442 annotation.
19443
194442008-02-01 Kenichi Handa <handa@m17n.org>
19445
19446 * coding.c (setup_coding_system): If coding_system is nil, use
19447 Qundecided.
19448 (Fterminal_coding_system): Return nil if terminal coding system is
19449 `undecided'.
19450 (syms_of_coding): Define coding-system `undecided' here. Setup
19451 terminal_coding as `undecided'.
19452
194532008-02-01 Kenichi Handa <handa@m17n.org>
19454
19455 * xdisp.c (message_dolog, set_message_1): Call
19456 unibyte_char_to_multibyte with arg type int.
19457
19458 * lread.c (read1): Fix reading of a char-table.
19459
19460 * print.c (print_object): Include sub char-table in circularities
19461 detection.
19462
194632008-02-01 Kenichi Handa <handa@m17n.org>
19464
19465 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
19466 Append the found sequences in car of ARGS instead of prepending.
19467
194682008-02-01 Kenichi Handa <handa@m17n.org>
19469
19470 * fileio.c (report_file_error): Make a unibyte string from
19471 strerror (errorno).
19472 (Fsubstitute_in_file_name): Fix the arg to
19473 unibyte_char_to_multibyte. It is evaluated twice.
19474
194752008-02-01 Kenichi Handa <handa@m17n.org>
19476
19477 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
19478
194792008-02-01 Kenichi Handa <handa@m17n.org>
19480
19481 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
19482 BOM is not found.
19483 (detect_coding, detect_coding_system): Optimization for ISO-2022
19484 when no 8-bit data is found.
19485
194862008-02-01 Jason Rumney <jasonr@gnu.org>
19487
19488 * w32fns.c (x_to_w32_font): Update to use new coding struct.
19489
194902008-02-01 Kenichi Handa <handa@m17n.org>
19491
19492 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
19493 CHARS.
19494
194952008-02-01 Steven Tamm <steventamm@mac.com>
19496
19497 * macterm.c (mac_encode_char): Add charset argument and update
19498 to use encoding_type.
19499 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
19500 switch to pure fontset.
19501 (decode_mac_font_name): Temporarily remove decoding.
19502 (x_font_name_to_mac_font_name): Temporarily remove encoding.
19503 (x_load_font): Temporarily remove encoding.
19504
195052008-02-01 Kenichi Handa <handa@m17n.org>
19506
19507 * xfaces.c (Fface_font): If frame is not on a window system,
19508 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
19509 refer to face->font.
19510 (split_font_name_into_vector, build_font_name_from_vector)
19511 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
19512 when HAVE_WINDOW_SYSTEM is defined.
19513
195142008-02-01 Kenichi Handa <handa@m17n.org>
19515
19516 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
19517 (x_produce_glyphs): Fix setting of members of cmp in case
19518 cmp->glyph_len is zero.
19519
19520 * fontset.c (Fset_fontset_font): Fix docstring.
19521 (Ffontset_info): Make it backward compatible. New arg ALL.
19522
195232008-02-01 Kim F. Storm <storm@cua.dk>
19524
19525 * process.c (read_process_output): Grow decoding_buf when needed;
19526 this could cause a crash in allocate_string and compact_small_strings.
19527
195282008-02-01 Kenichi Handa <handa@m17n.org>
19529
19530 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
19531
195322008-02-01 Kenichi Handa <handa@m17n.org>
19533
19534 * coding.c (setup_coding_system): Set coding->common_flags
19535 correctly for raw-text.
19536 (consume_chars): On encoding unibyte text by raw-text, don't check
19537 multibyte form.
19538 (encode_coding): On encoding by raw-text, never use translation tables.
19539
19540 * fileio.c (e_write): Short cut for the case of no encoding.
19541
195422008-02-01 Kenichi Handa <handa@m17n.org>
19543
19544 * coding.c (detect_coding, detect_coding_system): Delete unused
19545 variables.
19546
195472008-02-01 Kenichi Handa <handa@m17n.org>
19548
19549 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
19550 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
19551
195522008-02-01 Kenichi Handa <handa@m17n.org>
19553
19554 * coding.c (Ffind_coding_systems_region_internal): Include
19555 raw-text and no-conversion in the result.
19556
195572008-02-01 Kenichi Handa <handa@m17n.org>
19558
19559 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
19560 (load_font_get_repertory): Delete unnecessary check of ENCODING of
19561 FONT_DEF.
19562 (font_def_arg, add_arg, from_arg, to_arg): New args.
19563 (set_fontset_font): Change argument.
19564 (Fset_fontset_font): Fix for the case that TARGET is a script
19565 name and charset name.
19566 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
19567
195682008-02-01 Kenichi Handa <handa@m17n.org>
19569
19570 * fontset.c (fontset_font): Rename from fontset_face. Change return
19571 value.
19572 (face_suitable_for_char_p, face_for_char): Adjust for the change
19573 of fontset_font.
19574 (make_fontset_for_ascii_face): Fix setting of the fontset element
19575 for ASCII.
19576 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
19577 to get a font name.
19578 (Ffontset_info): Adjust for the change of fontset_font.
19579
19580 * coding.c (emacs_mule_char): Check invalid code more rigidly.
19581
19582 * character.h (LEADING_CODE_LATIN_1_MIN)
19583 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
19584
195852008-02-01 Kenichi Handa <handa@m17n.org>
19586
19587 * editfns.c (check_translation): New function.
19588 (Ftranslate_region_internal): Handle M:N mapping.
19589
195902008-02-01 Kenichi Handa <handa@m17n.org>
19591
19592 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
19593
195942008-02-01 Kenichi Handa <handa@m17n.org>
19595
19596 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
19597 goto invalid_code.
19598 (decode_coding_iso_2022): Fix handling of invalid designation.
19599
19600 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
19601 after calling code_conversion_save.
19602
196032008-02-01 Kenichi Handa <handa@m17n.org>
19604
19605 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
19606
19607 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
19608
19609 * fontset.c: Include "intervals.h".
19610 (fontset_face): Fix comparing of Lisp_Objects.
19611 (free_face_fontset, new_fontset_from_font_name): Fix
19612 Lisp_Object/int mixup.
19613
19614 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
19615
19616 * coding.c: Add many prototypes for static functions.
19617 (get_translation_table): Allow max_lookup to be NULL.
19618 (decode_coding, Ffind_coding_systems_region_internal)
19619 (Funencodable_char_position, Fcheck_coding_systems_region): Call
19620 get_translation_table with max_lookup NULL.
19621
196222008-02-01 Kenichi Handa <handa@m17n.org>
19623
19624 * coding.c (get_translation_table): Declare it as Lisp_Object.
19625 (LOOKUP_TRANSLATION_TABLE): New macro.
19626 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
19627 instead of CHAR_TABLE_REF.
19628
196292008-02-01 Kenichi Handa <handa@m17n.org>
19630
19631 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
19632 annotation data format.
19633 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
19634 Change arguments FROM and TO to single argument NCHARS. Change caller.
19635 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
19636 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
19637 (decode_coding_ccl, decode_coding_charset): Pay attention to
19638 coding->charbuf_used.
19639 (get_translation): New function.
19640 (produce_chars): New arguments translation_table and last_block.
19641 Translate characters here. Return number of carryover chars.
19642 Change caller.
19643 (produce_composition): New argument pos. Change caller.
19644 Adjust for the change of annotation data format.
19645 (produce_charset, produce_annotation): Likewise.
19646 (decode_coding, encode_coding): Don't call translate_chars.
19647 (consume_chars): New arg translation_table. Change caller.
19648 (translate_chars): Delete.
19649 (syms_of_coding): Make translation-table's number of extra slots 2.
19650
196512008-02-01 Kenichi Handa <handa@m17n.org>
19652
19653 * search.c (simple_search): Fix setting this_pos_byte in backward
19654 search.
19655
19656 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
19657 byte sequence.
19658 (detect_coding_ccl): Fix setting of the variable valids.
19659
196602008-02-01 Kenichi Handa <handa@m17n.org>
19661
19662 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
19663
19664 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
19665
19666 * editfns.c (Ftranslate_region_internal): Rename from
19667 Ftranslate_region. Accept a char-table in TABLE.
19668 (syms_of_editfns): Defsubr Stranslate_region_internal.
19669
19670 * xfaces.c (set_lface_from_font_name): If a font is specified for
19671 a frame, generate a fontset from the font.
19672 (build_scalable_font_name): If the scalable font is requested for
19673 a specific size, don't change that size.
19674 (try_font_list): Try a scalable font also in the case that a
19675 pattern string is specified.
19676
196772008-02-01 Kenichi Handa <handa@m17n.org>
19678
19679 * xfaces.c (Fface_font): New optional arg CHARACTER.
19680
196812008-02-01 Kenichi Handa <handa@m17n.org>
19682
19683 * charset.h (CHARSET_OFFSET): New macro.
19684
196852008-02-01 Kenichi Handa <handa@m17n.org>
19686
19687 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
19688
19689 * fontset.c (fontset_face): Handle the case that repertory is a
19690 char-table.
19691 (find_font_encoding): Return nil for unknown encoding.
19692 (Fset_fontset_font): Ignore a font of unknown encoding.
19693
196942008-02-01 Kenichi Handa <handa@m17n.org>
19695
19696 * keymap.c (describe_vector): Handle default value of a char table.
19697
19698 * fontset.c (fontset_face): Handle fallback fonts correctly.
19699 (Ffontset_info): Return infomation about fallback fonts.
19700
197012008-02-01 Kenichi Handa <handa@m17n.org>
19702
19703 * fontset.c (FONTSET_DEFAULT): New macro.
19704 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
19705 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
19706 the case that it is nil.
19707 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
19708 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
19709
19710 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
19711 subset or superset.
19712
197132008-02-01 Kenichi Handa <handa@m17n.org>
19714
19715 * emacs.c (main): Call init_charset after syms_of_XXX.
19716
19717 * charset.c (Vcharset_map_directory): Delete.
19718 (Vcharset_map_path): New variable.
19719 (load_charset_map_from_file): Use Vcharset_map_path instead.
19720 (init_charset): Initialize Vcharset_map_path.
19721 (syms_of_charset): Delete declaration of "charset-map-directory",
19722 add declaration of "charset-map-path".
19723
197242008-02-01 Kenichi Handa <handa@m17n.org>
19725
19726 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
19727 ASCII only string.
19728
19729 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
19730
19731 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
19732 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
19733
197342008-02-01 Kenichi Handa <handa@m17n.org>
19735
19736 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
19737
19738 * coding.c (QCmnemonic, QCdefalut_char)
19739 (QCdecode_translation_table, QCencode_translation_table)
19740 (QCpost_read_conversion, QCpre_write_conversion): New variables.
19741 (get_translation_table): Return a list of translation tables if
19742 necessary.
19743 (decode_coding): Call get_translation_table with ENCODEP 0.
19744 (char_encodable_p): If translation_table is non-nil, always call
19745 translate_char.
19746 (Fdefine_coding_system_internal): Accept list of translation
19747 tables as :encode-translation-table and :decode-translation-table.
19748 (Fcoding_system_put): New function.
19749 (syms_of_coding): Declare new symbols. Defsubr
19750 Scoding_system_put.
19751 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
19752 typically JISX0212.
19753
19754 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
19755 when the charset is superset type.
19756
19757 * character.c (translate_char): Accept list of translation tables.
19758
197592008-02-01 Kenichi Handa <handa@m17n.org>
19760
19761 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
19762 (CODING_ATTR_TRANS_TBL): New macro.
19763
19764 * coding.c (get_translation_table): New function.
19765 (translate_chars): Fix the bug of skipping annotation data.
19766 (decode_coding, encode_coding): Utilize get_translation_table.
19767 (char_encodable_p, Funencodable_char_position): Translate char if
19768 necessary.
19769 (Ffind_coding_systems_region_internal)
19770 (Fcheck_coding_systems_region): Setup translation table for encode
19771 in a coding system attribute vector in advance.
19772 (Fdefine_coding_system_internal): Allow a symbol as translation
19773 table. For shift-jis type coding system, allow 4th charset.
19774
197752008-02-01 Kenichi Handa <handa@m17n.org>
19776
19777 * coding.c (decode_coding_sjis): Check the first byte rigidly.
19778
19779 * xdisp.c (get_next_display_element): Pass -1 as POS to
19780 FACE_FOR_CHAR if displaying a C-string.
19781
197822008-02-01 Kenichi Handa <handa@m17n.org>
19783
19784 * composite.c (get_composition_id): Handle xoff and yoff in a
19785 composition rule.
19786
19787 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
19788 (struct composition): New member lbearing and rbearing.
19789
19790 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
19791 (x_get_glyph_overhangs): Handle a composition glyph.
19792 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
19793
19794 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
19795 composition glyph.
19796
197972008-02-01 Kenichi Handa <handa@m17n.org>
19798
19799 * print.c: Include charset.h.
19800 (Vprint_charset_text_property): New variable.
19801 (Qdefault): Extern it.
19802 (PRINT_STRING_NON_CHARSET_FOUND)
19803 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
19804 (print_check_string_result): New variable.
19805 (print_check_string_charset_prop): New function.
19806 (print_prune_charset_plist): New variable.
19807 (print_prune_string_charset): New function.
19808 (print_object): Call print_prune_string_charset if
19809 Vprint_charset_text_property is not t.
19810 (print_interval): Print nothing if interval->plist is nil.
19811 (syms_of_print): Declare Vprint_charset_text_property as a lisp
19812 variable. Init and staticpro print_prune_charset_plist.
19813
198142008-02-01 Kenichi Handa <handa@m17n.org>
19815
19816 * fontset.c (new_fontset_from_font_name): Use the specified font
19817 for all characters in the new fontset.
19818
19819 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
19820 OBJECT args.
19821
19822 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
19823 OBJECT args for composition too.
19824
19825 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
19826 OBJECT args.
19827
198282008-02-01 Kenichi Handa <handa@m17n.org>
19829
19830 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
19831
19832 * fontset.c (reorder_font_vector): Adjust for the change of
19833 FONT_DEF format.
19834 (fontset_face): New arg id. Change caller.
19835 (face_for_char): New args pos and object.
19836 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
19837 (fs_query_fontset): Check NAME by Fassoc too.
19838 (Fset_fontset_font): Allow non-XLFD font name.
19839 (Ffontset_info): Adjust for the change of FONT_DEF format.
19840
19841 * fontset.h (face_for_char): Adjust prototype.
19842
19843 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
19844 (append_space, extend_face_to_end_of_line)
19845 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
19846 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
19847
19848 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
19849 POS and OBJECT args.
19850
19851 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
19852 POS and OBJECT args.
19853
198542008-02-01 Jason Rumney <jasonr@gnu.org>
19855
19856 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
19857 of GlobalAlloc'ed memory.
19858
198592008-02-01 Kenichi Handa <handa@m17n.org>
19860
19861 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
19862
19863 * charset.h (charset_table_used): Delete extern.
19864
19865 * charset.c (charset_table_used): Make it static.
19866 (map_charset_chars): Fix args to c_function with.
19867
19868 * chartab.c (map_sub_char_table_for_charset): Fix args to
19869 c_function with.
19870
19871 * coding.h (enum coding_result_code): Delete
19872 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
19873
19874 * coding.c (Qinsufficient_source, Qinconsistent_eol)
19875 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
19876 (Vlast_code_conversion_error): New variables.
19877 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
19878 (ONE_MORE_BYTE): Record error if any instead of signaling an
19879 error. If non-ASCII multibyte char is found, return the negative
19880 value of the code. All callers changed to check it.
19881 (ONE_MORE_BYTE_NO_CHECK): Likewise.
19882 (record_conversion_result): New function. Change all codes setting
19883 coding->result to call this function.
19884 (detect_coding_utf_8, decode_coding_utf_8)
19885 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
19886 Don't use the local variable incomplete.
19887 (emacs_mule_char): Change the second arg to `const'.
19888 (decode_coding): Fix of flushing out unprocessed data.
19889 (make_conversion_work_buffer): Fix making of a work buffer.
19890 (decode_coding_object): Return coding->dst_object.
19891
19892 * fontset.c (set_fontset_font): Fix args.
19893
19894 * lisp.h (CHARACTERBITS): Define as 22.
19895
19896 * process.c (send_process): Be sure to set coding->src_multibyte.
19897
19898 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
19899
199002008-02-01 Kenichi Handa <handa@m17n.org>
19901
19902 * xdisp.c (handle_auto_composed_prop): Give limit to
19903 Fnext_single_char_property_change.
19904
199052008-02-01 Kenichi Handa <handa@m17n.org>
19906
19907 * composite.c (syms_of_composite): Don't make the composition hash
19908 table weak.
19909
19910 * fontset.c (Fset_fontset_font): Fix docstring.
19911
19912 * lisp.h (detect_coding_system): Adjust prototype.
19913
19914 * fileio.c (kill_workbuf_unwind): Delete this function.
19915 (Finsert_file_contents): Adjust the call of detect_coding_system.
19916 Get conversion_buffer by code_conversion_save. Use the macro
19917 CODING_MAY_REQUIRE_DECODING. After decoding, update
19918 coding_system.
19919
19920 * coding.h (make_conversion_work_buffer): Delete extern.
19921 (code_conversion_save): Extern it.
19922
19923 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
19924 (CODING_GET_INFO): Delete argument eol_type. Change callers.
19925 (decode_coding_utf_8): Don't do eol converion.
19926 (detect_coding_utf_16): Check coding->src_chars, not
19927 coding->src_bytes. Add heuristics for those that have no signature.
19928 (decode_coding_emacs_mule, decode_coding_iso_2022)
19929 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
19930 Don't do eol converion.
19931 (adjust_coding_eol_type): Return a new coding system.
19932 (detect_coding): Don't detect eol. Fix for utf-16 detection.
19933 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
19934 each change.
19935 (decode_coding): Pay attention to undo_list. Do eol conversion for
19936 all types of coding-systems (if necessary).
19937 (Vcode_conversion_work_buf_list): Delete it.
19938 (Vcode_conversion_reused_workbuf): Rename from
19939 Vcode_conversion_reused_work_buf.
19940 (Vcode_conversion_workbuf_name): New variable.
19941 (reused_workbuf_in_use): New variable.
19942 (make_conversion_work_buffer): Delete the arg DEPTH.
19943 (code_conversion_restore): Change argument to cons.
19944 (code_conversion_save): Delete the argument BUFFER. Change callers.
19945 (detect_coding_system): New argument src_chars. Change callers.
19946 Fix for utf-16 detection.
19947 (init_coding_once): Don't use ISO_carriage_return.
19948 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
19949 reused_workbuf_in_use.
19950
199512008-02-01 Kenichi Handa <handa@m17n.org>
19952
19953 * keymap.c (store_in_keymap): Pay attention to the case that idx
19954 is a cons specifying a character range.
19955
199562008-02-01 Kenichi Handa <handa@m17n.org>
19957
19958 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
19959 HANDLED_RECOMPUTE_PROPS.
19960
19961 * coding.c (Fdefine_coding_system_internal): Fix checking of
19962 ascii compatibility.
19963
199642008-02-01 Kenichi Handa <handa@m17n.org>
19965
19966 * charset.c (find_charsets_in_text): Delete unused locale variable.
19967 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
19968
19969 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
19970 Resync charset_list to Vemacs_mule_charset_list.
19971
19972 * keymap.c (store_in_keymap): Pay attention to the case that idx
19973 is a cons specifying a character range.
19974
199752008-02-01 Kenichi Handa <handa@m17n.org>
19976
19977 * composite.c (update_compositions): Bind inhibit-read-only, etc
19978 to t before calling remove-list-of-text-properties.
19979
19980 * print.c (print_object): Always print ASCII chars as is.
19981
199822008-02-01 Kenichi Handa <handa@m17n.org>
19983
19984 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
19985
19986 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
19987 is a char table.
19988
199892008-02-01 Kenichi Handa <handa@m17n.org>
19990
19991 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
19992
199932008-02-01 Kenichi Handa <handa@m17n.org>
19994
19995 * xfaces.c (set_lface_from_font_name): Fix for the case that
19996 FONTNAME is not fontset name.
19997
199982008-02-01 Kenichi Handa <handa@m17n.org>
19999
20000 * fns.c (base64_encode_1): Fix previous change.
20001
200022008-02-01 Kenichi Handa <handa@m17n.org>
20003
20004 * fontset.c (set_fontset_font): New function.
20005 (Fset_fontset_font): If a font is specified for a charset, use
20006 map_charset_chars to store the font spec in a fontset.
20007
200082008-02-01 Kenichi Handa <handa@m17n.org>
20009
20010 * fontset.c (fontset_face): Create a fallback fontset on demand.
20011 (make_fontset): Don't create a fallback fontset here.
20012 (free_face_fontset): Free a fallback fontset (if any) too.
20013 (n_auto_fontsets): Delete this variable.
20014 (auto_fontset_alist): New variable.
20015 (new_fontset_from_font_name): Check auto_fontset_alist.
20016 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
20017 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
20018 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
20019 Defsubr Sfontset_list_all.
20020
200212008-02-01 Kenichi Handa <handa@m17n.org>
20022
20023 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
20024
200252008-02-01 Kenichi Handa <handa@m17n.org>
20026
20027 * fontset.c (Fnew_fontset): Check NAME more rigidly.
20028
200292008-02-01 Kenichi Handa <handa@m17n.org>
20030
20031 * editfns.c (Fgoto_char): Fix docstring.
20032
200332008-02-01 Kenichi Handa <handa@m17n.org>
20034
20035 * insdel.c (insert_from_gap): Adjust intervals correctly.
20036
200372008-02-01 Jason Rumney <jasonr@gnu.org>
20038
20039 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
20040 (pfnGetFontUnicodeRanges): New dynamically loaded function.
20041 (w32_initialize): Try to load it.
20042 (x_get_font_repertory): Use it if available.
20043 (w32_encode_char): Add shortcut for unicode output.
20044
20045 * w32fns.c (w32_load_system_font): Default charset to -1.
20046 (x_to_w32_charset): Match all fonts for unicode.
20047 (w32_to_x_charset): New parameter matching. Don't return partial
20048 or wildcard charsets.
20049 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
20050 (w32_codepage_for_font): Return CP_UNICODE for unicode.
20051 (w32_to_x_font): Match charset to real charset.
20052 (enum_font_cb2): Always list unicode versions.
20053
20054 * makefile.w32-in (temacs): Increase EMHEAP.
20055
200562008-02-01 Jason Rumney <jasonr@gnu.org>
20057
20058 * w32term.c (w32_encode_char): New charset parameter.
20059 font_info.encoding becomes encoding_type.
20060 (x_get_font_repertory): New function. Warning: stub only!
20061 (x_new_font): Return quickly if font already set.
20062 (x_new_fontset): fontsetname parameter is Lisp_Object.
20063 Use new fs_query_fontset. Try new_fontset_from_font_name.
20064 Use fontset_name for return value.
20065
20066 * w32term.h: Declare x_get_font_repertory.
20067
20068 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
20069 place of find_charset_in_text. Use encode_coding_object in place
20070 of encode_coding.
20071 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
20072 decode_coding.
20073
20074 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
20075 of x_new_fontset.
20076 (w32_load_system_font): Initialize charset as unicode.
20077 font_info.encoding becomes encoding_type.
20078 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
20079 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
20080 (syms_of_w32fns): Set get_font_repertory_func.
20081
20082 * w32console.c: Include character.h. Use terminal_encode_buffer
20083 from term.c.
20084 (write_glyphs): Use new version of encode_terminal_code. Use
20085 encode_coding_object in place of encode_coding.
20086
20087 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
20088 encoding becomes encoding_type.
20089
20090 * term.c (terminal_encode_buffer): Make externally visible.
20091
20092 * makefile.w32-in: Add character.h dependancies.
20093 (character.o, chartab.o): New targets.
20094
200952008-02-01 Kenichi Handa <handa@m17n.org>
20096
20097 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
20098 CODING_ID_EOL_TYPE.
20099
201002008-02-01 Andreas Schwab <schwab@suse.de>
20101
20102 * coding.c (produce_chars): Revert last change.
20103
201042008-02-01 Kenichi Handa <handa@m17n.org>
20105
20106 * charset.h (charset_unicode): Extern it.
20107
20108 * charset.c (string_xstring_p): Check by (C >= 0x100).
20109 (find_charsets_in_text): Change format of the arc CHARSETS. New
20110 arg MULTIBYTE.
20111 (Ffind_charset_region, Ffind_charset_string): Adjust for the
20112 change of find_charsets_in_text.
20113 (Fsplit_char): Fix doc. Never return unknown.
20114
20115 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
20116
20117 * coding.c (Fdefine_coding_system_alias): Update
20118 Vcoding_system_list.
20119
20120 * fontset.c (load_font_get_repertory): Pay attention to the case
20121 that ENCODING of a font is specified by a char-table.
20122
20123 * xterm.c (x_get_font_repertory): Handle the case that the
20124 encoding of font is other than Unicode.
20125
201262008-02-01 Kenichi Handa <handa@m17n.org>
20127
20128 * term.c (encode_terminal_code): Don't handle glyph-table. Check
20129 if a character is encodable by the terminal coding system. If
20130 not, produces proper number of `?'s. Update
20131 terminal_encode_buffer and terminal_encode_buf_size if necessary.
20132 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
20133
201342008-02-01 Kenichi Handa <handa@m17n.org>
20135
20136 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
20137 variables.
20138 (encode_terminal_code): Change argument. Encode multiple
20139 characters at once. Store the result of encoding in
20140 terminal_encode_buffer.
20141 (write_glyphs, insert_glyphs): Adjust for the change of
20142 encode_terminal_code.
20143 (term_init): Initialize terminal_encode_buffer and
20144 terminal_encode_buf_size.
20145
20146 * coding.c (consume_chars): If coding->src_object is nil, don't
20147 check annotation.
20148
201492008-02-01 Kenichi Handa <handa@m17n.org>
20150
20151 * character.c (char_string): Use ASCII_CHAR_P instead of
20152 SINGLE_BYTE_CHAR_P.
20153
201542008-02-01 Kenichi Handa <handa@m17n.org>
20155
20156 * xdisp.c (handle_auto_composed_prop): Check if the last
20157 characters of auto-composed region is newly composed with the
20158 following characters.
20159 (handle_composition_prop): Fix checking of point being inside
20160 composition.
20161
201622008-02-01 Kenichi Handa <handa@m17n.org>
20163
20164 * fns.c (concat): Don't change multibyteness of the result by
20165 concatenating an 8-bit character.
20166
20167 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
20168 multibyteness of the result when newelt is an 8-bit character.
20169
201702008-02-01 Dave Love <fx@gnu.org>
20171
20172 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
20173 EMACS_INT.
20174
20175 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
20176
20177 * xfaces.c (face_numeric_value): Declare dim size_t.
20178 (Finternal_lisp_face_equal_p): Remove unused f.
20179
20180 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
20181 (MATRIX_ROW): Remove unused vars.
20182 (draw_glyphs, x_insert_glyphs, fast_find_position)
20183 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
20184 byte/char counts.
20185
20186 * regex.c (regex_compile): Remove unused var.
20187
20188 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
20189
20190 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
20191 (Faccessible_keymaps, where_is_internal): Remove unused vars.
20192
20193 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
20194
20195 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
20196
20197 * fileio.c (Fwrite_region): Remove unused var.
20198
20199 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
20200 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
20201
20202 * composite.c (Fremove_list_of_text_properties): Declare.
20203
20204 * coding.c (inhibit_pre_post_conversion): Remove (unused).
20205 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
20206 (coding_inherit_eol_type): Remove unused attrs.
20207 (detect_coding): Cast arg of detect_eol.
20208
20209 * charset.c (syms_of_charset): Remove unused var p.
20210 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
20211 byte/char counts.
20212
20213 * casetab.c (set_case_table): Remove unused var.
20214
20215 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
20216 unused vars.
20217
202182008-02-01 Dave Love <fx@gnu.org>
20219
20220 * xterm.c (x_bitmap_mask): Declare.
20221
202222008-02-01 Dave Love <fx@gnu.org>
20223
20224 * xterm.c (x_term_init): Fix type error.
20225
20226 * lisp.h: Add Funibyte_char_to_multibyte.
20227
20228 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
20229 (Fset_coding_system_priority): Doc fix.
20230
20231 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
20232
20233 * indent.c (check_composition): Make start and end EMACS_INT.
20234
20235 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
20236
20237 * xdisp.c (handle_composition_prop, check_point_in_composition):
20238 Make buffer positions EMACS_INT.
20239
20240 * composite.c (find_composition, run_composition_function)
20241 (update_compositions, Ffind_composition_internal): Make buffer
20242 positions EMACS_INT.
20243
20244 * composite.h (find_composition, update_compositions): Make
20245 position args EMACS_INT.
20246
20247 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
20248
20249 * intervals.c (get_property_and_range):
20250 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
20251
20252 * unexalpha.c: Don't include varargs.h.
20253
202542008-02-01 Dave Love <fx@gnu.org>
20255
20256 * coding.h (ENCODE_UTF_8): New.
20257
20258 * Makefile.in (gtkutil.o): Depend on coding.h.
20259
20260 * coding.c (Fset_coding_system_priority): Doc fix.
20261
202622008-02-01 Kenichi Handa <handa@m17n.org>
20263
20264 * fileio.c (Finsert_file_contents): Call setup_coding_system in
20265 the case of auto saving.
20266
202672008-02-01 Andreas Schwab <schwab@suse.de>
20268
20269 * chartab.c (map_char_table, map_char_table_for_charset): Protect
20270 `range' from GC.
20271
202722008-02-01 Kenichi Handa <handa@m17n.org>
20273
20274 * coding.c (decode_coding_sjis): Check bytes more rigidly.
20275
202762008-02-01 Kenichi Handa <handa@m17n.org>
20277
20278 * fileio.c (choose_write_coding_system): Return a decided coding system.
20279 (Fwrite_region): Set Vlast_coding_system_used to the return value
20280 of choose_write_coding_system.
20281
202822008-02-01 Kenichi Handa <handa@m17n.org>
20283
20284 * charset.c (Fset_charset_priority): Pay attention to duplicated
20285 arguments.
20286
20287 * coding.c (QCcategory): New variable.
20288 (syms_of_coding): Defsym it. Set all elements of
20289 Vcoding_category_table and their symbol values.
20290 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
20291 coding-category-XXX, and coding-category-list.
20292 (Fdefine_coding_system_internal): Add category in the plist.
20293
202942008-02-01 Kenichi Handa <handa@m17n.org>
20295
20296 * callproc.c (Fcall_process): Handle carryover correctly.
20297
20298 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
20299 (raw_text_coding_system): Check NILP (coding_system).
20300 (coding_inherit_eol_type): Check NILP (coding_system) and
20301 NILP (parent).
20302 (consume_chars): Fix for the case of raw-text.
20303
20304 * process.c (read_process_output): Handle carryover correctly.
20305
203062008-02-01 Dave Love <fx@gnu.org>
20307
20308 * regex.c (re_search_2): Fix last change.
20309
203102008-02-01 Kenichi Handa <handa@m17n.org>
20311
20312 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
20313 target_multibyte. Even in a unibyte case, return a converted
20314 multibyte char.
20315 (GET_CHAR_AFTER): New macro.
20316 (PATFETCH): Translate via multibyte char.
20317 (HANDLE_UNIBYTE_RANGE): Delete this macro.
20318 (SETUP_MULTIBYTE_RANGE): New macro.
20319 (regex_compile): Setup compiled code so that its multibyteness
20320 matches that of a target. Fix the handling of "[X-YZ]" using
20321 SETUP_MULTIBYTE_RANGE.
20322 (analyse_first) <charset>: For filling fastmap for all multibyte
20323 characters, don't check by BASE_LEADING_CODE_P.
20324 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
20325 the same as RE_MULTIBYTE_P (bufp) now.
20326 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
20327 (TARGET_CHAR_AND_LENGTH): Delete this macro.
20328 (TRANSLATE_VIA_MULTIBYTE): New macro.
20329 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
20330 It is the same as RE_MULTIBYTE_P (bufp) now.
20331 <exactn>: Translate via multibyte.
20332 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
20333 translate it.
20334 <charset, charset_not>: Fetch a character by
20335 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
20336 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
20337 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
20338 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
20339 by GET_CHAR_AFTER.
20340 (bcmp_translate): Likewise.
20341
20342 * search.c (compile_pattern): Check the member target_multibyte,
20343 not the member multibyte of buf.
20344
20345 * lread.c (read1): While reading a string, set force_singlebyte
20346 and force_multibyte correctly.
20347
20348 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
20349 up of unibyte_to_multibyte_table.
20350
203512008-02-01 Kenichi Handa <handa@m17n.org>
20352
20353 * coding.c (setup_coding_system): If coding has
20354 post-read-conversion or pre-write-conversion, set
20355 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
20356 respectively.
20357 (decode_coding_gap): Run post-read-conversion if any.
20358
20359 * fileio.c (Finsert_file_contents): Even if we read into a
20360 unibyte buffer, check if we must decode the result or not.
20361
203622008-02-01 Kenichi Handa <handa@m17n.org>
20363
20364 * coding.c (make_conversion_work_buffer): Change the work buffer
20365 name to the same one as that of Emacs 21.
20366
203672008-02-01 Kenichi Handa <handa@m17n.org>
20368
20369 * coding.h (make_conversion_work_buffer): Adjust prototype.
20370 (code_conversion_restore): Don't extern it.
20371
20372 * coding.c (detected_mask): Delete unused variable.
20373 (decode_coding_iso_2022): Pay attention to the byte sequence of
20374 CTEXT extended segment, and retain those bytes as is.
20375 (decode_coding_ccl): Delete unused variable `valids'.
20376 (setup_coding_system): Delete unused variable `category'.
20377 (consume_chars): Delete unused variable `category'. Make it work
20378 for non-multibyte case.
20379 (make_conversion_work_buffer): Change argument.
20380 (saved_coding): Delete unused variable.
20381 (code_conversion_restore): Don't check saved_coding->destination.
20382 (code_conversion_save): New function.
20383 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
20384 instead of record_unwind_protect.
20385 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
20386 (detect_coding_system): Delete unused variable `mask'.
20387 (Fdefine_coding_system_internal): Delete unused variable id.
20388
20389 * fileio.c (kill_workbuf_unwind): New function.
20390 (Finsert_file_contents): On replacing, call
20391 make_conversion_work_buffer with correct args, and call
20392 record_unwind_protect with the first arg kill_workbuf_unwind.
20393
20394 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
20395
203962008-02-01 Kenichi Handa <handa@m17n.org>
20397
20398 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
20399 (fontset_add): Fix for the case that TO is less than TO1.
20400 (Ffontset_info): Don't use fallback fontset on checking the
20401 default fontset.
20402 (dump_fontset): New function for debugging.
20403
20404 * coding.c (Fdefine_coding_system_internal): Fix for the case that
20405 coding_type is Qcharset.
20406
204072008-02-01 Kenichi Handa <handa@m17n.org>
20408
20409 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
20410 (map_char_table): Don't inherit the value from the parent on
20411 initializing VAL. Adjust for the above change.
20412
204132008-02-01 Kenichi Handa <handa@m17n.org>
20414
20415 * coding.c (Qsignature, Qendian): Delete these variables.
20416 (syms_of_coding): Don't initialize them.
20417 (CATEGORY_MASK_UTF_16_AUTO): New macro.
20418 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
20419 detect_info->found.
20420 (decode_coding_utf_16): Don't detect BOM here.
20421 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
20422 is NOT utf_16_without_bom.
20423 (setup_coding_system): For a coding system of type utf-16, check
20424 if the attribute :endian is Qbig or not (not nil or not), and set
20425 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
20426 (detect_coding): If coding type is utf-16 and BOM detection is
20427 required, detect it.
20428 (Fdefine_coding_system_internal): For a coding system of type
20429 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
20430
204312008-02-01 Kenichi Handa <handa@m17n.org>
20432
20433 * coding.c (coding_set_source): Fix for the case that the current
20434 buffer is different from coding->src_object.
20435 (decode_coding_object): Don't use the conversion work buffer if
20436 DST_OBJECT is a buffer.
20437
204382008-02-01 Dave Love <fx@gnu.org>
20439
20440 * lread.c (read_emacs_mule_char) [len==2]: Index
20441 emacs_mule_charset correctly.
20442
204432008-02-01 Dave Love <fx@gnu.org>
20444
20445 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
20446 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
20447 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
20448 treated specially.)
20449 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
20450 (detected_mask): Remove Big5 bits.
20451
204522008-02-01 Kenichi Handa <handa@m17n.org>
20453
20454 The following changes are to make the font rescaling facility
20455 compatible with Emacs 21.
20456
20457 * xfaces.c (Vface_font_rescale_alist): Rename from
20458 Vface_resizing_fonts.
20459 (struct font_name): Rename member resizing_ratio to rescale_ratio.
20460 (font_rescale_ratio): Rename from font_resizing_ratio.
20461 (split_font_name): Set font->rescale_ratio.
20462 (better_font_p): Pay attention to font->rescale_ratio.
20463 (build_scalable_font_name): Likewise. Change RESX, and RESY
20464 fields.
20465 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
20466
204672008-02-01 Kenichi Handa <handa@m17n.org>
20468
20469 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
20470 (Qutf_16_le): Remove these variables.
20471 (syms_of_coding): Don't DEFSYM them.
20472 (decode_coding_utf_16): Fix handling of BOM.
20473 (encode_coding_utf_16): Fix handling of BOM.
20474
204752008-02-01 Kenichi Handa <handa@m17n.org>
20476
20477 * fileio.c (Finsert_file_contents): On replacing, before decoding
20478 the file into the work buffer, set point of the work buffer to the end.
20479
204802008-02-01 Dave Love <fx@gnu.org>
20481
20482 * coding.c (Fcheck_coding_systems_region): Fix type errors.
20483
204842008-02-01 Dave Love <fx@gnu.org>
20485
20486 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
20487 and fix C types.
20488
204892008-02-01 Kenichi Handa <handa@m17n.org>
20490
20491 * xdisp.c (SKIP_GLYPHS): New macro.
20492 (set_cursor_from_row): Pay attention to string display properties.
20493
20494 * category.c (copy_category_entry): Fix for the case that RANGE
20495 is an integer.
20496
20497 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
20498
20499 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
20500
205012008-02-01 Kenichi Handa <handa@m17n.org>
20502
20503 * charset.c (Fcharset_id_internal): New function.
20504 (syms_of_charset): Defsubr it.
20505
20506 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
20507 with the last arg charset_list acquired from coding.
20508 (Fdefine_coding_system_internal): For ccl-based coding system, fix
20509 the attribute coding_attr_ccl_valids.
20510
20511 * coding.h (enum define_coding_ccl_arg_index): Set the first
20512 member coding_arg_ccl_decoder to coding_arg_max.
20513
20514 * ccl.h (ccl_driver): Adjust prototype.
20515
20516 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
20517 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 20518 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
20519 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
20520 last arg Qnil.
20521
205222008-02-01 Kenichi Handa <handa@m17n.org>
20523
20524 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
20525 call encode_char.
20526
20527 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
20528
205292008-02-01 Dave Love <fx@gnu.org>
20530
20531 * composite.c (syms_of_composite): Make composition_hash_table weak.
20532
205332008-02-01 Kenichi Handa <handa@m17n.org>
20534
20535 * dispextern.h (check_face_attributes, generate_ascii_font_name)
20536 (font_name_registry): Don't extern them.
20537 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
20538
20539 * fontset.h (Qfontset): Don't extern it.
20540 (new_fontset_from_font_name): Extern it.
20541
20542 * fontset.c: Give 8 extra slots to fontset objects.
20543 (Qfontset_info): New variable.
20544 (syms_of_fontset): Defsym it.
20545 (FONTSET_FALLBACK): New macro.
20546 (fontset_face): Try also the default fontset.
20547 (make_fontset): Realize a fallback fontset from the default fontset.
20548 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
20549 using split_font_name_into_vector and build_font_name_from_vector.
20550 (Fset_fontset_font): Access the elements of font_spec by enum
20551 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
20552 name by using split_font_name_into_vector.
20553 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
20554 generate a proper font name from the fontset name. Update
20555 Vfontset_alias_alist.
20556 (n_auto_fontsets): New variable.
20557 (new_fontset_from_font_name): New function.
20558 (Ffont_info): Store the information about fonts generated from the
20559 default fontset in the first extra slot of the returned char-table.
20560
20561 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
20562 (font_name_registry): Delete function.
20563 (split_font_name_into_vector): New function.
20564 (build_font_name_from_vector): New function.
20565 (font_list): The argument REGISTRY is now a list of registry names.
20566 (choose_face_font): If we are choosing an ASCII font, and ATTRS
20567 specifies an explicit font name, return the name as is. Make a
20568 list of registy names.
20569
20570 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
20571 of x_new_fontset.
20572 (Fx_create_frame): Don't call x_new_fontset here. Just use
20573 x_list_fonts to check the existence of fonts.
20574
20575 * xterm.h (x_new_fontset): Adjust prototype.
20576
20577 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
20578 string. Use new_fontset_from_font_name to create a fontset from a
20579 font name.
20580
205812008-02-01 Kenichi Handa <handa@m17n.org>
20582
20583 * syntax.c (Vfind_word_boundary_function_table): New name for
20584 Vnext_word_boundary_function_table.
20585 (find-word-boundary-function-table): New name for
20586 next-word-boundary-function-table.
20587
205882008-02-01 Dave Love <fx@gnu.org>
20589
20590 * Makefile.in: Fix some dependencies.
20591
20592 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
20593 set it to nil before returning.
20594
20595 * composite.c (update_compositions): Fix type error.
20596
20597 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
20598
205992008-02-01 Kenichi Handa <handa@m17n.org>
20600
20601 * xterm.c (x_new_font): Optimize for the case that the font is
20602 already set for the frame.
20603
206042008-02-01 Kenichi Handa <handa@m17n.org>
20605
20606 * chartab.c (char_table_ascii): Check if the char table contents
20607 is sub-char-table or not.
20608 (char_table_set, char_table_set_range): Fix argument to
20609 char_table_ascii.
20610
20611 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
20612 (detect_coding_utf_8, detect_coding_utf_16)
20613 (detect_coding_emacs_mule, detect_coding_iso_2022)
20614 (detect_coding_sjis, detect_coding_big5)
20615 (detect_coding_ccl, detect_coding_charset): Change argument MASK
20616 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
20617 sequence is valid in this coding system. Change callers.
20618 (MAX_ANNOTATION_LENGTH): New macro.
20619 (ADD_ANNOTATION_DATA): New macro.
20620 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
20621 ADD_ANNOTATION_DATA. Change the format of annotation data.
20622 (ADD_CHARSET_DATA): New macro.
20623 (emacs_mule_char): New argument ID. Change callers.
20624 (decode_coding_emacs_mule, decode_coding_iso_2022)
20625 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
20626 Produce charset annotation data in coding->charbuf.
20627 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
20628 to charset annotation data in coding->charbuf.
20629 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
20630 coding->common_flags if the coding system is iso-2022 based and
20631 uses designation.
20632 (produce_composition): Adjust for the new annotation data format.
20633 (produce_charset): New function.
20634 (produce_annotation): Handle charset annotation.
20635 (handle_composition_annotation, handle_charset_annotation): New
20636 functions.
20637 (consume_chars): Handle charset annotation. Utilize the above two
20638 functions.
20639 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
20640 buffer, get the deleted text as a string and set
20641 coding->src_object to that string.
20642 (detect_coding, detect_coding_system): Use the new struct
20643 coding_detection_info.
20644
20645 * coding.h (struct coding_detection_info): New structure.
20646 (struct coding_system): Adjust prototype of the member `detector'.
20647 (CODING_ANNOTATE_CHARSET_MASK): New macro.
20648
206492008-02-01 Kenichi Handa <handa@m17n.org>
20650
20651 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
20652
206532008-02-01 Dave Love <fx@gnu.org>
20654
20655 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
20656 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
20657 to new local and nullify apropos_accumulate before returning.
20658 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
20659
206602008-02-01 Kenichi Handa <handa@m17n.org>
20661
20662 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
20663 correctly.
e3eea1fc 20664
aac0c6e3
MR
206652008-02-01 Dave Love <fx@gnu.org>
20666
20667 * fns.c (Flanginfo): Call synchronize_system_time_locale.
20668
206692008-02-01 Kenichi Handa <handa@m17n.org>
20670
20671 The following changes are to make character composition happen
20672 automatically on displaying.
20673
20674 * Makefile.in (lisp, shortlisp): Add composite.elc.
20675
20676 * composite.h (Qauto_composed, Vauto_composition_function)
20677 (Qauto_composition_function): Extern them.
20678
20679 * composite.c (Vcomposition_function_table)
20680 (Qcomposition_function_table): Delete variables.
20681 (Qauto_composed, Vauto_composition_function)
20682 (Qauto_composition_function): New variables.
20683 (run_composition_function): Don't call
20684 compose-chars-after-function.
20685 (update_compositions): Clear `auto-composed' text property.
20686 (compose_chars_in_text): Delete this function.
20687 (syms_of_composite): Staticpro Qauto_composed and
20688 Qauto_composition_function. Declare Vauto_composition_function as
20689 a Lisp variable.
20690
20691 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
20692
20693 * xdisp.c (it_props): Add an entry for Qauto_composed.
20694 (handle_auto_composed_prop): New function.
20695
20696 * xselect.c (selection_data_to_lisp_data): Don't call
20697 compose_chars_in_text.
20698
206992008-02-01 Dave Love <fx@gnu.org>
20700
20701 * keyboard.c (read_char): Modify checking around use of
20702 Vkeyboard_translate_table.
20703
20704 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
20705 and fix C types.
20706
207072008-02-01 Kenichi Handa <handa@m17n.org>
20708
20709 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
20710 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
20711 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
20712 the case that the last byte is '\r' correctly.
20713 (decode_coding): Flush out the unprocessed data correctly.
20714 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
20715
207162008-02-01 Dave Love <fx@gnu.org>
20717
20718 * xterm.c (XTread_socket): Fix changes for defined keysyms.
20719 Add XK_ISO... case.
20720 (xaw_scroll_callback): Revert last change.
20721
207222008-02-01 Kenichi Handa <handa@m17n.org>
20723
20724 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
20725
207262008-02-01 Kenichi Handa <handa@m17n.org>
20727
20728 * xfaces.c (Vface_resizing_fonts): New variable.
20729 (struct font_name): New member `resizing_ratio'.
20730 (font_resizing_ratio): New function.
20731 (split_font_name): Set font->resizing_ratio.
20732 (better_font_p): Pay attention to font->resizing_ratio.
20733 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
20734 RESX, and RESY fields.
20735 (try_alternative_families): Try scalable fonts if
20736 Vscalable_fonts_allowed is not Qt.
20737 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
20738
207392008-02-01 Dave Love <fx@gnu.org>
20740
20741 * xterm.c (xaw_scroll_callback): Cast correctly.
20742
207432008-02-01 Dave Love <fx@gnu.org>
20744
20745 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
20746 (lispy_kana_keys): Comment out.
20747 (make_lispy_event) [XK_kana_A]: Comment out.
20748
20749 * xterm.c (xaw_scroll_callback): Cast call_data.
20750 (XTread_socket): Deal with ASCII keysyms.
20751 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
20752
207532008-02-01 Dave Love <fx@gnu.org>
20754
20755 * xterm.c (Vx_keysym_table): New.
20756 (syms_of_xterm): Initialize it.
20757 (XTread_socket): Use it.
20758 From head: Eliminate incorrect optimization that tried to avoid
20759 decoding the output of X*LookupString.
20760 (x_get_font_repertory): Delete charset declaration.
20761
207622008-02-01 Kenichi Handa <handa@m17n.org>
20763
20764 * coding.c (detect_coding_charset): If only ASCII bytes are found,
20765 return 0.
20766 (Fdefine_coding_system_internal): Setup
20767 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
20768
207692008-02-01 Dave Love <fx@gnu.org>
20770
20771 * coding.c (Fcheck_coding_system): Doc fix.
20772
20773 * editfns.c (Finsert_byte): Return a proper value.
20774
207752008-02-01 Kenichi Handa <handa@m17n.org>
20776
20777 * coding.c (decode_coding): Fix args to translate_chars. Pay
20778 attention to Vstandard_translation_table_for_decode.
20779 (encode_coding): Fix args to translate_chars. Pay attention to
20780 Vstandard_translation_table_for_encode.
20781
20782 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
20783 SINGLE_BYTE_CHAR_P.
20784
20785 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
20786 not by SINGLE_BYTE_CHAR_P.
20787
20788 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
20789 SINGLE_BYTE_CHAR_P.
20790
20791 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
20792 SINGLE_BYTE_CHAR_P.
20793
20794 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
20795 by SINGLE_BYTE_CHAR_P.
20796
20797 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
20798 SINGLE_BYTE_CHAR_P.
20799
208002008-02-01 Dave Love <fx@gnu.org>
20801
20802 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
20803
208042008-02-01 Dave Love <fx@gnu.org>
20805
20806 * fns.c (Flanginfo): Fix typo.
20807
20808 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
20809
208102008-02-01 Kenichi Handa <handa@m17n.org>
20811
20812 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
20813 (detect_coding_emacs_mule, detect_coding_iso_2022)
20814 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
20815 incomplete byte sequence. Don't update *mask when correctly detected.
20816 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
20817 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
20818 (detect_coding, detect_coding_system): Adjust for the changes above.
20819
208202008-02-01 Kenichi Handa <handa@m17n.org>
20821
20822 * character.c (char_string): Rename from
20823 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
20824 (string_char): Rename from string_char.
20825
20826 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
20827 if C is greater than MAX_3_BYTE_CHAR.
20828 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
20829 string_char instead of string_char_with_unification.
20830
208312008-02-01 Dave Love <fx@gnu.org>
20832
20833 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
20834
208352008-02-01 Kenichi Handa <handa@m17n.org>
20836
20837 * keymap.c (push_key_description): Pay attention to force_multibyte.
20838
20839 * regex.c (re_search_2): Fix for the case of unibyte buffer.
20840
208412008-02-01 Dave Love <fx@gnu.org>
20842
20843 * charset.c (define_charset_internal): Rename `supprementary'.
20844
20845 * Makefile.in (lisp, shortlisp): Remove latin-N.
20846
208472008-02-01 Dave Love <fx@gnu.org>
20848
20849 * xfns.c (x_window, x_window): Use use_xim.
20850
20851 * xterm.c (use_xim): Initialize.
20852 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
20853 (x_term_init): Maybe set use_xim.
20854
20855 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
20856
208572008-02-01 Kenichi Handa <handa@m17n.org>
20858
20859 * search.c (search_buffer): Fix case-fold-search of multibyte
20860 characters.
20861 (boyer_moore): Rename the last argument to char_high_bits.
20862
208632008-02-01 Kenichi Handa <handa@m17n.org>
20864
20865 * xdisp.c (display_string): Fix for the case of zero width glyph.
20866
20867 * xfns.c (x_set_font): Change the error message of the case that
20868 x_new_fontset returns Qt.
20869
20870 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
20871 (Finternal_set_lisp_face_attribute): Use signal_error for the
20872 error of invalid fontset.
20873
20874 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
20875 fontset, return Qt.
20876
208772008-02-01 Dave Love <fx@gnu.org>
20878
20879 * unexelf.c (unexec): Make .got handling not SGI-specific.
20880
20881 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
20882
20883 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
20884
20885 * keyboard.c (read_key_sequence): Fix type error.
20886
20887 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
20888 type error.
20889
20890 * fontset.c (fontset_add): Return Lisp_Object.
20891
208922008-02-01 Dave Love <fx@gnu.org>
20893
20894 * charset.h (charset_ordered_list_tick): Declare extern.
20895
208962008-02-01 Kenichi Handa <handa@m17n.org>
20897
20898 The following changes (and some of 2008-02-01 changes of mine) are
20899 for handling syntax, category, and case conversion for unibyte
20900 characters by converting them to multibyte on the fly. With these
20901 changes, we don't have to setup syntax and case tables for unibyte
20902 characters in each language environment.
20903
20904 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
20905 multibyte if necessary.
20906
20907 * bytecode.c (Fbyte_code): Likewise.
20908
20909 * character.h (LEADING_CODE_LATIN_1_MIN)
20910 (LEADING_CODE_LATIN_1_MAX): New macros.
20911 (unibyte_to_multibyte_table): Extern it.
20912 (unibyte_char_to_multibyte): New macro.
20913 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
20914 (CHAR_LEADING_CODE): New macro.
20915 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
20916
20917 * character.c (unibyte_to_multibyte_table): New variable.
20918 (unibyte_char_to_multibyte): Move to character.h and define as macro.
20919 (multibyte_char_to_unibyte): If C is an eight-bit character,
20920 convert it to the corresponding byte value.
20921
20922 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
20923 not 1, signals an error. Update the elements of
20924 unibyte_to_multibyte_table.
20925 (init_charset_once): Initialize unibyte_to_multibyte_table.
20926 (syms_of_charset): Define the charset `iso-8859-1'.
20927
20928 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
20929 as is without converting it to unibyte. In a unibyte buffer,
20930 convert C to multibyte before checking the syntax.
20931
20932 * lisp.h (unibyte_char_to_multibyte): Delete extern.
20933
20934 * minibuf.c (Fminibuffer_complete_word): Use the macro
20935 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
20936
20937 * regex.h (struct re_pattern_buffer): New member target_multibyte.
20938
20939 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
20940 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
20941 that is zero, convert an eight-bit char to multibyte.
20942 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
20943 non-emacs case.
20944 (PATFETCH): Convert an eight-bit char to multibyte.
20945 (HANDLE_UNIBYTE_RANGE): New macro.
20946 (regex_compile): Setup the compiled pattern for multibyte chars
20947 even if the given regex string is unibyte. Use PATFETCH_RAW
20948 instead of PATFETCH in many places. To handle `charset'
20949 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
20950 only for ASCII chars.
20951 (analyse_first) <exactn>: Simplify because the compiled pattern
20952 is multibyte.
20953 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
20954 <charset>: Use CHAR_LEADING_CODE to get leading codes.
20955 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
20956 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
20957 multibyte always 1.
20958 (re_search_2): In emacs, set the locale variable multibyte to 1,
20959 otherwise to 0. New local variable target_multibyte. Check it
20960 to decide the multibyteness of STR1 and STR2. If
20961 target_multibyte is zero, convert unibyte chars to multibyte
20962 before translating and checking fastmap.
20963 (TARGET_CHAR_AND_LENGTH): New macro.
20964 (re_match_2_internal): In emacs, set the locale variable multibyte
20965 to 1, otherwise to 0. New local variable target_multibyte. Check
20966 it to decide the multibyteness of STR1 and STR2. Use
20967 TARGET_CHAR_AND_LENGTH to fetch a character from D.
20968 <charset, charset_not>: If multibyte is nonzero, check fastmap
20969 only for ASCII chars. Call bcmp_translate with
20970 target_multibyte, not with multibyte.
20971 <begline>: Declare the local variable C as `unsigned'.
20972 (bcmp_translate): Change the last arg name to target_multibyte.
20973
20974 * search.c (compile_pattern_1): Don't adjust the multibyteness of
20975 the regexp pattern and the matching target. Set cp->buf.multibyte
20976 to the multibyteness of the regexp pattern. Set
20977 cp->but.target_multibyte to the multibyteness of the matching target.
20978 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
20979 FETCH_STRING_CHAR_ADVANCE.
20980 (Freplace_match): Convert unibyte chars to multibyte.
20981
20982 * syntax.c (char_quoted, back_comment, scan_words)
20983 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
20984 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
20985 unibyte chars to multibyte.
20986 (skip_chars): Delete the arg syntaxp, and move the code for
20987 handling syntaxes to skip_syntaxes. Change callers.
20988 Fix the case that the multibyteness of STRING and the current
20989 buffer doesn't match.
20990 (skip_syntaxes): New function.
20991 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
20992 SINGLE_BYTE_CHAR_P.
20993
209942008-02-01 Kenichi Handa <handa@m17n.org>
20995
20996 * xfaces.c (QCfontset): New variable.
20997 (LFACE_FONTSET): New macro.
20998 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
20999 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
21000 (Finternal_set_lisp_face_attribute)
21001 (Finternal_get_lisp_face_attribute): Handle QCfontset.
21002 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
21003 check also LFACE_FONTSET_INDEX.
21004 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
21005 attrs[LFACE_FONT_INDEX].
21006 (syms_of_xfaces): Intern and staticpro QCfontset.
21007
21008 * dispextern.h (enum lface_attribute_index): New member
21009 LFACE_FONTSET_INDEX.
21010
21011 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
21012
210132008-02-01 Kenichi Handa <handa@m17n.org>
21014
21015 * coding.c (coding_set_destination): Fix coding->destination for
21016 the case converting a region.
21017 (encode_coding_utf_8): Encode eight-bit chars as single byte.
21018 (encode_coding_object): Fix coding->dst_pos and
21019 coding->dst_pos_byte for the case converting a region.
21020
21021 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
21022
21023 * character.h (BYTE8_STRING): New macro.
21024
21025 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
21026
210272008-02-01 Kenichi Handa <handa@m17n.org>
21028
21029 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
21030 characters by octal form.
21031
21032 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
21033
21034 * buffer.h (_fetch_multibyte_char_len): Delete extern.
21035 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
21036 _fetch_multibyte_char_len.
21037 (FETCH_CHAR_AS_MULTIBYTE): New macro.
21038
21039 * casetab.c (set_canon, set_identity, shuffle): Simplify.
21040
21041 * casefiddle.c (casify_object): Simplify. Handle the case that
21042 the case conversion change the byte length.
21043 (casify_region): Likewise.
21044
21045 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
21046
21047 * character.c (_fetch_multibyte_char_len): Delete this variable.
21048 (syms_of_character): Setup Vprintable_chars.
21049
21050 * editfns.c (Fchar_equal): Fix for the unibyte case.
21051 (Finsert_byte): New function.
21052 (syms_of_editfns): Defsubr it.
21053
21054 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
21055 of direct code 0x3ffff.
21056
21057 * search.c (Freplace_match): Fix for the unibyte case.
21058
210592008-02-01 Kenichi Handa <handa@m17n.org>
21060
21061 * lread.c (safe_to_load_p): Fix the logic.
21062
21063 * syntax.c (scan_words): Don't treat characters belonging to
21064 different scripts as constituting a word.
21065
21066 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
21067
21068 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
21069
21070 * emacs.c (main): In the case of --unibyte, instead of aborting on
21071 finding non-empty buffer, make it unibyte.
21072
210732008-02-01 Kenichi Handa <handa@m17n.org>
21074
21075 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
21076 to create a fontset.
21077
210782008-02-01 Dave Love <fx@gnu.org>
21079
21080 * character.c (Funibyte_char_to_multibyte): Doc fix.
21081
21082 * xfns.c [HAVE_STDLIB_H]: Fix last change.
21083
210842008-02-01 Kenichi Handa <handa@m17n.org>
21085
21086 * fontset.c (fontset_add): Make the type `int'.
21087 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
21088
21089 * character.c (unibyte_char_to_multibyte)
21090 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
21091 charset_unibyte, not charset_primary.
21092
21093 * charset.h (charset_unibyte): Extern it instead of charset_primary.
21094
21095 * charset.c (charset_unibyte): Rename from charset_primary.
21096 (Funibyte_charset): Rename from Fprimary_charset.
21097 (Fset_unibyte_charset): Rename from Fset_primary_charset.
21098 (syms_of_charset): Adjust for the above changes.
21099
21100 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
21101 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
21102 it->multibyte_p is zero.
21103
21104 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
21105 Delete extern.
21106
211072008-02-01 Kenichi Handa <handa@m17n.org>
21108
21109 * coding.c (Fdefine_coding_system_internal): Fix category setting
21110 for a coding system of type iso-2022.
21111
211122008-02-01 Kenichi Handa <handa@m17n.org>
21113
21114 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
21115
211162008-02-01 Kenichi Handa <handa@m17n.org>
21117
21118 * syntax.c (Vnext_word_boundary_function_table): New variable.
21119 (next-word-boundary-function-table): Declare it as a Lisp variable
21120 in syms_of_syntax.
21121 (scan_words): Call functions in Vnext_word_boundary_function_table
21122 if any.
21123
21124 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
21125
21126 * fontset.c (fs_load_font): If fontp->charset is not negative,
21127 return fontp without setting its members.
21128
211292008-02-01 Dave Love <fx@gnu.org>
21130
21131 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
21132
21133 * m/sparc.h (HAVE_ALLOCA): Delete.
21134
21135 * s/irix6-5.h: Don't include strings.h.
21136 (bcopy, bzero, bcmp): Don't undef.
21137
21138 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
21139
21140 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
21141 (TIOCSIGSEND): Don't test IRIX6.
21142 (bcopy, bzero, bcmp): Define conditionally.
21143
211442008-02-01 Kenichi Handa <handa@m17n.org>
21145
21146 * buffer.c (Qas, Qmake, Qto): New variables.
21147 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
21148 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
21149
21150 * callproc.c (Fcall_process): Don't call insert_1_both directly if
21151 we are inserting a process output into a multibyte buffer.
21152
21153 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
21154 multibyte_char_to_unibyte.
21155
21156 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
21157 by the primary charset, make it eight-bit char.
21158 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
21159
21160 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
21161 (charset_8_bit__control, charset_8_bit_graphic)
21162 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
21163 (define_charset_internal): New function.
21164 (syms_of_charset): Call define_charset_internal for pre-defined
21165 charsets.
21166
21167 * charset.h (charset_8_bit): Extern it.
21168
21169 * coding.c (make_conversion_work_buffer): Adjust for the change
21170 of Fset_buffer_multibyte.
21171 (encode_coding_raw_text): Increment p0 in the loop.
21172
21173 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
21174
21175 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
21176 for the change of Fset_buffer_multibyte.
21177
21178 * fns.c (Fstring_to_multibyte): New function.
21179 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
21180
211812008-02-01 Dave Love <fx@gnu.org>
21182
21183 * xfns.c (x_put_x_image): Declare args.
21184
21185 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
21186 (try_font_list): Declare an arg.
21187
21188 * xdisp.c (message2_nolog, set_message): Declare an arg.
21189
21190 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
21191
21192 * syntax.c (scan_sexps_forward): Declare an arg.
21193
21194 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
21195 Declare an arg.
21196
21197 * lisp.h (Fnew_fontset): Declare.
21198
21199 * keymap.c (push_key_description): Call CHARACTERP correctly.
21200
21201 * fontset.c (fontset_add): Declare args. Call make_number correctly.
21202 (face_for_char): Delete unused vars.
21203 (Fset_fontset_font): Doc fix. Delete unused vars.
21204
21205 * doc.c (Fsubstitute_command_keys): Delete unused vars.
21206
21207 * composite.c (update_compositions): Declare arg.
21208
21209 * cm.c (calccost, cmgoto): Declare args.
21210
21211 * charset.c: Remove `emacs' conditional. Doc fixes.
21212 (map_char_table_for_charset): Declare.
21213
21214 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
21215
21216 * ccl.c: Remove `emacs' conditional.
21217
212182008-02-01 Kenichi Handa <handa@m17n.org>
21219
21220 The following changes are to allow specifying multiple font
21221 patterns for a character range (specified by script or charset).
21222
21223 * Makefile.in (abbrev.o): Depend on syntax.h.
21224 (xfaces.o): Depend on charset.h.
21225
21226 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
21227 SINGLE_BYTE_CHAR_P.
21228
21229 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
21230
21231 * character.h (Vchar_script_table): Extern it.
21232
21233 * character.c (Vscript_alist): Delete.
21234 (Vchar_script_table, Qchar_script_table): New variable.
21235 (syms_of_character): Declare Vchar_script_table as a lisp variable
21236 and initialize it.
21237
21238 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
21239 have property char-table-extra-slots, make no extra slot.
21240
21241 * dispextern.h (struct face): Delete member `charset'.
21242 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
21243 SINGLE_BYTE_CHAR_P.
21244 (choose_face_font, lookup_non_ascii_face, font_name_registry):
21245 Add prototypes.
21246 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
21247 (generate_ascii_font_name): Rename from generate_ascii_font.
21248
21249 * fontset.h (get_font_repertory_func): New prototype.
21250 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
21251 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
21252
21253 * fontset.c (Qprepend, Qappend): New variables.
21254 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
21255 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
21256 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
21257 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
21258 (fontset_ref_and_range, fontset_add, reorder_font_vector)
21259 (load_font_get_repertory): New functions.
21260 (fontset_set): Delete.
21261 (fontset_face): New arg FACE. Return face ID, not face.
21262 Complete re-write to handle new fontset structure. Change caller.
21263 (free_face_fontset): Use ASET istead of AREF (X) = Y.
21264 (face_for_char): Don't call lookup_face.
21265 (make_fontset_for_ascii_face): New arg FACE.
21266 (fs_load_font): New arg CHARSET_ID. Don't check
21267 Vfont_encoding_alist here.
21268 (find_font_encoding): New function.
21269 (list_fontsets): Use STRINGP, not ! NILP.
21270 (accumulate_script_ranges): New function.
21271 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
21272 re-written to handle new fontset structure.
21273 (Ffontset_font): Return a copy of element.
21274 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
21275 docstring of font-encoding-alist.
21276
21277 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
21278 (Fset_fotset_font): Fix arguments to 5.
21279
21280 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
21281
21282 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
21283 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
21284 (highlight_trailing_whitespace): Adjust for the change of
21285 lookup_named_face.
21286
21287 * xfaces.c: Include charset.h.
21288 (load_face_font): Delete argument C. Change caller.
21289 (generate_ascii_font_name): Rename from generate_ascii_font.
21290 (font_name_registry): New function.
21291 (cache_face): Store ascii faces before non-ascii faces in buckets.
21292 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
21293 Lookup only ascii faces.
21294 (lookup_non_ascii_face): New function.
21295 (lookup_named_face): Delete argument C. Change caller.
21296 (lookup_derived_face): Delete argument C. Change caller.
21297 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
21298 a string, just call font_list with it.
21299 (choose_face_font): Delete arguments FACE and C. New arg
21300 FONT_SPEC. Change caller.
21301 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
21302 Change caller.
21303 (realize_non_ascii_face): New function.
21304 (realize_x_face): Call load_face_font here.
21305 (realize_tty_face): Delete argument C. Change caller.
21306 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
21307 get a face ID.
21308 (dump_realized_face): Don't print charset of FACE.
21309
21310 * xfns.c (x_set_font): Always call x_new_fontset and
21311 store_frame_parameter.
21312 (Fx_create_frame): Call x_new_fontset, not x_new_font.
21313 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
21314
21315 * xterm.h (x_get_font_repertory): Extern it.
21316
21317 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
21318 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
21319 it->multibyte_p is zero.
21320 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
21321 (x_new_fontset): If FONTSETNAME doesn't match any existing
21322 fontsets, create a new one.
21323 (x_get_font_repertory): New function.
21324
213252008-02-01 Kenichi Handa <handa@m17n.org>
21326
21327 * coding.c (Ffind_coding_systems_region_internal): Detect an
21328 ASCII only string correctly.
21329
21330 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
21331 version is 0.
21332
213332008-02-01 Kenichi Handa <handa@m17n.org>
21334
21335 * lread.c: Include "coding.h".
21336 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
21337 (load_each_byte, unread_char): New variables.
21338 (readchar_backlog): Delete.
21339 (readchar): Return a character unless load_each_byte is nonzero.
21340 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
21341 cons. If unread_char is not -1, simply return it.
21342 (unreadchar): Handle the case that readcharfun is
21343 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
21344 (read_multibyte): Delete.
21345 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
21346 (read_emacs_mule_char): New functions.
21347 (Fload): Even if the file doesn't have the extension ".elc", if
21348 safe_to_load_p returns a positive version number, assume that the
21349 file contains bytecompiled code. If the version is less than 22,
21350 load the file while decoding multibyte sequences by emacs-mule.
21351 (readevalloop): Don't use readchar_backlog.
21352 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
21353 (Fread_from_string): Pay attention to the case that STREAM is a cons.
21354 (read_escape): Delete the arg BYTEREP.
21355 (read1): Set load_each_byte to 1 temporarily while handling
21356 #@NUMBER. Don't call read_multibyte.
21357 (read_vector): Call Fread with a cons. If readcharfun is
21358 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
21359 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
21360 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
21361 and Qload_force_doc_strings.
21362
213632008-02-01 Kenichi Handa <handa@m17n.org>
21364
21365 * xdisp.c (face_before_or_after_it_pos): Call
21366 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
21367
213682008-02-01 Kenichi Handa <handa@m17n.org>
21369
21370 * character.h (TRAILING_CODE_P): New macro.
21371 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
21372 (string_char_with_unification): Fix prototype.
21373 (Vscript_alist): Extern it.
21374
21375 * character.c (Vscript_alist): New variable.
21376 (string_char_with_unification, str_as_unibyte)
21377 (string_escape_byte8): Add `const' to local variables.
21378 (syms_of_character): Declare script-alist as a Lisp variable.
21379
21380 * charset.h (Vcharset_ordered_list): Extern it.
21381 (charset_ordered_list_tick): Extern it.
21382 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
21383 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
21384 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
21385 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
21386 (Funify_charset): Adjust for the change of Funify_charset.
21387
21388 * charset.c (charset_ordered_list_tick): New variable.
21389 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
21390 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
6e051c0a 21391 deunify instead of unify a charset.
aac0c6e3
MR
21392 (string_xstring_p): Add `const' to local variables.
21393 (find_charsets_in_text): Add `const' to arguments and local variables.
21394 (encode_char): Adjust for the change of Funify_charset. Fix
21395 detecting of invalid code.
21396 (Fset_charset_priority): Increment charset_ordered_list_tick.
21397 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
21398 and TO_CODE.
21399
21400 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
21401 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
21402 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
21403 (decode_coding_ccl, consume_chars)
21404 (Ffind_coding_systems_region_internal)
21405 (Fcheck_coding_systems_region): Add `const' to local variables.
21406
21407 * print.c (print_object): Use octal form for printing the
21408 contents of a bool vector.
21409
214102008-02-01 Dave Love <fx@gnu.org>
21411
21412 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
21413 <version == 20>: Refuse to load.
21414
214152008-02-01 Dave Love <fx@gnu.org>
21416
21417 * fns.c: Move coding.h.
21418 (Qcodeset, Qdays, Qmonths): New.
21419 (concat): Use CHARACTERP instead of INTEGERP.
21420 (Flocale_codeset): Delete.
21421 (Flanginfo): New function.
21422 (syms_of_fns): Change accordingly.
21423
21424 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
21425
214262008-02-01 Dave Love <fx@gnu.org>
21427
21428 * casetab.c (init_casetab_once, init_casetab_once): Fix
21429 CHAR_TABLE_SET call.
21430
21431 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
21432
21433 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
21434
21435 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
21436 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
21437 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
21438
21439 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
21440
21441 * coding.c (ENCODE_DESIGNATION, decode_eol)
21442 (make_conversion_work_buffer, code_conversion_restore)
21443 (Fdefine_coding_system_internal): Convert Lisp types.
21444 (code_conversion_restore): Use EQ, not ==.
21445 (Fencode_coding_string): Fix code_convert_string call.
21446
21447 * coding.h (code_convert_region): Fix prototype.
21448
21449 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
21450
21451 * fontset.c (fontset_ref, fontset_set, fs_load_font)
21452 (Ffontset_info): Convert Lisp types.
21453
21454 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
21455
21456 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
21457
21458 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
21459
21460 * chartab.c: Include "...h", not <...h> in some cases.
21461
21462 * callproc.c (Fcall_process): Remove unused variables.
21463
214642008-02-01 Dave Love <fx@gnu.org>
21465
21466 * coding.c (Fset_coding_system_priority): Allow null arg list.
21467
214682008-02-01 Dave Love <fx@gnu.org>
21469
21470 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
21471 (Fself_insert_and_exit): Use CHARACTERP.
21472
21473 * callproc.c (Fcall_process): Remove unused vars.
21474
21475 * xterm.c (XTread_socket): Add extra dead keysyms.
21476
21477 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
21478
21479 * dispextern.h: Remove prototypes for redraw_frame,
21480 redraw_garbaged_frames.
21481
21482 * cmds.c (Fself_insert_command): Use CHARACTERP.
21483
21484 * chartab.c (make_sub_char_table): Remove unused var.
21485 (Fset_char_table_default, Fmap_char_table): Doc fix.
21486
21487 * keymap.c (access_keymap): Remove generic char code.
21488 (push_key_description): Use CHARACTERP.
21489
214902008-02-01 Dave Love <fx@gnu.org>
21491
21492 * charset.c: Doc fixes.
21493 (Funify_charset): Extra checking.
21494
214952008-02-01 Dave Love <fx@gnu.org>
21496
21497 * lread.c: Remove some unused variables.
21498 (safe_to_load_p): If safe, return the magic number version byte.
21499 (Fload): Maybe use load-with-code-conversion.
21500
215012008-02-01 Kenichi Handa <handa@m17n.org>
21502
21503 * category.c (Fmodify_category_entry): Don't modify the contents
21504 of category_set for characters out of the range. Avoid
21505 unnecessary modification.
21506
21507 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
21508 Vchar_unify_table. The default value of the table is now nil.
21509
21510 * character.c (syms_of_character): Setup Vchar_width_table for
21511 eight-bit-control and raw-byte chars.
21512
21513 * charset.h (enum define_charset_arg_index): Delete
21514 charset_arg_parents and add charset_arg_subset and
21515 charset_arg_superset.
21516 (enum charset_attr_index): Delete charset_parents and add
21517 charset_subset and charset_superset.
21518 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
21519 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
21520 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
21521 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
21522 (CHARSET_SUPERSET): New macros.
21523 (charset_work): Extern it.
21524 (ENCODE_CHAR): Use charset_work.
21525 (CHAR_CHARSET_P): Adjust for the change of encoder format.
21526 (map_charset_chars): Extern it.
21527
21528 * charset.c (load_charset_map): Set the default value of encoder
21529 and deunifier char-tables to nil.
21530 (map_charset_chars): Change argument. Change callers. Use
21531 map_char_table_for_charset instead of map_char_table.
21532 (Fmap_charset_chars): New optional args from_code and to_code.
21533 (Fdefine_charset_internal): Adjust for the change of
21534 `define-charset' (:parents -> :subset or :superset).
21535 (charset_work): New variable.
21536 (encode_char, syms_of_charset): Adjust for the change of
21537 Fdefine_charset_internal.
21538 (Ffind_charset_string): Setup the vector `charsets' correctly.
21539
21540 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
21541 the previous change.
21542 (char_table_ref_and_range): Adjust for the above change.
21543 (map_sub_char_table_for_charset): New function.
21544 (map_char_table_for_charset): New function.
21545
21546 * keymap.c (describe_vector): Handle a char-table directly here.
21547 (describe_char_table): Delete.
21548
21549 * lisp.h (map_charset_chars): Delete.
21550
215512008-02-01 Dave Love <fx@gnu.org>
21552
21553 * fns.c (count_combining): Comment out (unused).
21554 (Flocale_codeset): New.
21555 (syms_of_fns): Defsubr it.
21556
21557 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
21558 (size_t): Remove.
21559
215602008-02-01 Dave Love <fx@gnu.org>
21561
21562 * Makefile.in (chartab.o): Depend on charset.h.
21563
215642008-02-01 Kenichi Handa <handa@m17n.org>
21565
21566 * character.c (syms_of_character): Set the default value of
21567 Vprintable_chars to Qnil.
21568
215692008-02-01 Dave Love <fx@gnu.org>
21570
21571 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
21572
215732008-02-01 Kenichi Handa <handa@m17n.org>
21574
21575 * charset.c (load_charset_map): Handle the case that from < to
21576 correctly.
21577
21578 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
21579 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
21580 Pay attention to raw-8-bit chars.
21581
215822008-02-01 Kenichi Handa <handa@m17n.org>
21583
21584 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
21585 It is not bytecompiled now.
21586
21587 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
21588 (charset_jisx0208): New variables.
21589 (Fdefine_charset_internal): Setup them if appropriate.
21590 (init_charset_once): Initialize them to -1.
21591
21592 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
21593 (charset_jisx0208): Extern them.
21594
21595 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
21596 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
21597 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
21598 (setup_iso_safe_charsets): Fix arguments to Fassq.
21599 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
21600 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
21601 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
21602 (encode_coding_iso_2022): Change the 1st arg to
21603 ENCODE_ISO_CHARACTER to a variable.
21604
216052008-02-01 Kenichi Handa <handa@m17n.org>
21606
21607 * charset.h (enum define_charset_arg_index): New enums
21608 charset_arg_min_code and charset_arg_max_code.
21609 (struct charset): New member char_index_offset.
21610
21611 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
21612 Take charset->char_index_offset into account.
21613 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
21614 args[charset_arg_max_code]. Setup charset.char_index_offset.
21615 (syms_of_charset): Fix args to Fdefine_charset_internal.
21616
216172008-02-01 Dave Love <fx@gnu.org>
21618
21619 * coding.c (decode_coding_utf_8): Reject overlong sequences.
21620
216212008-02-01 Dave Love <fx@gnu.org>
21622
21623 * coding.c: Doc fixes.
21624 (Fcoding_system_aliases): Fix return value.
21625 (Qmac): Remove (duplicated) definition.
21626
216272008-02-01 Dave Love <fx@gnu.org>
21628
362654a6
JB
21629 * charset.c (Fcharset_priority_list, Fset_charset_priority):
21630 New functions.
aac0c6e3
MR
21631
21632 * character.c (Fstring): Doc fix.
21633
21634 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
21635
362654a6 21636 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
21637 (font-encoding-alist): Doc fix.
21638
216392008-02-01 Dave Love <fx@gnu.org>
21640
21641 * term.c (costs_set): Declare static, non-initialized for pcc.
21642 (encode_terminal_code): Remove unused var.
21643
21644 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
21645 for K&R.
21646
21647 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
21648
21649 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
21650 (suffixes): Move out of make_subsidiaries for K&R.
21651
21652 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
21653
21654 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
21655
216562008-02-01 Dave Love <fx@gnu.org>
21657
21658 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
21659
21660 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
21661
216622008-02-01 Yong Lu <lyongu@asia-infonet.com>
21663
21664 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
21665
21666 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
21667
216682008-02-01 Kenichi Handa <handa@m17n.org>
21669
21670 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
21671 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
21672
216732008-02-01 Kenichi Handa <handa@m17n.org>
21674
21675 * coding.c (decode_coding_charset): Adjust for the change of
21676 Fdefine_coding_system_internal.
21677 (Fdefine_coding_system_internal): For a coding system of
21678 `charset' type, store a list of charset IDs in
21679 `charset_attr_charset_valids' element of coding attributes.
21680
216812008-02-01 Kenichi Handa <handa@m17n.org>
21682
21683 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
21684 (emacs_mule_char): New arg src. Delete arg `composition'. Change
21685 caller. Handle 2-byte and 3-byte charsets correctly.
21686 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
21687 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
21688 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
21689 (DECODE_EMACS_MULE_21_COMPOSITION): Call
21690 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
21691 sequence.
21692 (decode_coding_emacs_mule): Handle composition correctly. Rewind
21693 `src' and `consumed_chars' correctly before calling emacs_mule_char.
21694 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
21695 and alt&rule composition.
21696 (decode_coding_iso_2022): Handle composition correctly.
21697 (init_coding_once): Setup emacs_mule_bytes for private charsets.
21698
21699 * charset.c (Fdefine_charset_internal): Fix bug for the case of
21700 re-defining a charset. If the charset has :emacs-mule-id, setup
21701 emacs_mule_bytes.
21702 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
21703
217042008-02-01 Kenichi Handa <handa@m17n.org>
21705
21706 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
21707 (encode_coding_big5, encode_coding_charset): If coding requires safe
21708 encoding, produce a character specified by
21709 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
21710
217112008-02-01 Dave Love <fx@gnu.org>
21712
21713 * xterm.c (XSetIMValues): Declare.
21714
21715 * process.c: Conditionally include sys/wait.h, pty.h.
21716
21717 * print.c (print_object): Fix print format for 64-bit systems.
21718
21719 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
21720
21721 * buffer.c (emacs_strerror): Declare.
21722
21723 * fontset.c (Fclear_face_cache): Declare.
21724 (accumulate_font_info): Comment-out (unused).
21725 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
21726 variables.
21727
21728 * character.h (string_escape_byte8): Declare.
21729
21730 * charset.c (load_charset_map, load_charset_map_from_file): Remove
21731 unused vars.
21732 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
21733 (Fmap_charset_chars): Doc fix.
21734
21735 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
21736 (Fset_coding_system_priority, Fset_coding_system_priority)
21737 (Fdefine_coding_system_internal): Doc fix.
21738
217392008-02-01 Dave Love <fx@gnu.org>
21740
21741 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
21742
217432008-02-01 Kenichi Handa <handa@m17n.org>
21744
21745 * character.c (string_escape_byte8): Make multibyte string with
21746 correct size.
21747
21748 * charset.c (Fmake_char): Delete unnecessary code.
21749
217502008-02-01 Kenichi Handa <handa@m17n.org>
21751
21752 * xfns.c (x_encode_text): Allocate coding.destination here, and
21753 call encode_coding_object with dst_object Qnil.
21754
21755 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
21756 multibyte form correctly.
21757
21758 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
21759 against Vfont_encoding_alist.
21760
21761 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
21762 handling of charset list.
21763 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
21764 (decode_coding_object): Move point to coding->dst_pos before
21765 calling post-read-conversion function.
21766 (encode_coding_object): Give correct arguments to
21767 pre-write-conversion. Ignore the return value of
21768 pre-write-conversion function. Pay attention to the case that
21769 pre-write-conversion changes the current buffer. If dst_object is
21770 Qt, even if coding->src_bytes is zero, allocate at least one byte
21771 to coding->destination.
21772
21773 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
21774
21775 * charset.c (Fmake_char): Make it more backward compatible.
21776 (Fmap_charset_chars): Fix docstring.
21777
217782008-02-01 Dave Love <fx@gnu.org>
21779
21780 * coding.c: Doc fixes.
21781 (Fdefine_coding_system_alias): Use names, not symbols, in
21782 coding-system-alist.
21783
217842008-02-01 Kenichi Handa <handa@m17n.org>
21785
21786 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
21787 of calling free_realized_face.
21788
217892008-02-01 Yong Lu <lyongu@asia-infonet.com>
21790
21791 * charset.c (read_hex): Don't treat SPC as a comment starter.
21792 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
21793 (Fdecode_char): Fix typo.
21794
217952008-02-01 Kenichi Handa <handa@m17n.org>
21796
21797 * charset.h (struct charset): New member `code_space_mask'.
21798
21799 * coding.c (coding_set_source): Delete the local variable beg_byte.
21800 (encode_coding_charset, Fdefine_coding_system_internal):
21801 Delete the local variable charset.
21802 (Fdefine_coding_system_internal): Setup
21803 attrs[coding_attr_charset_valids] correctly.
21804
21805 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
21806 member to check if CODE is valid or not.
21807 (Fdefine_charset_internal): Initialize `code_space_mask' member.
21808 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
21809 is within the range of charset->min_code and carset->max_code.
21810
218112008-02-01 Dave Love <fx@gnu.org>
21812
21813 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
21814
21815 * dispextern.h (generate_ascii_font): Fix return type.
21816
21817 * xfaces.c (generate_ascii_font): Fix arg declaration.
21818
21819 * coding.c (coding_inherit_eol_type)
21820 (Fset_terminal_coding_system_internal)
21821 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
21822
218232008-02-01 Kenichi Handa <handa@m17n.org>
21824
21825 * coding.c (decode_coding_charset, encode_coding_charset): Handle
21826 multiple charsets correctly.
21827
218282008-02-01 Kenichi Handa <handa@m17n.org>
21829
21830 * search.c (boyer_moore): Fix handling of multibyte character
21831 translation.
21832
21833 * xdisp.c (display_mode_element): When the variable `elt' is
21834 changed, update `this' and `lisp_string'.
21835
218362008-02-01 Kenichi Handa <handa@m17n.org>
21837
21838 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
21839
21840 * callproc.c (Fcall_process): Be sure to give the current buffer
21841 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
21842
21843 * charset.c (struct charset_map_entries): New struct.
21844 (load_charset_map): Rename from parse_charset_map. New args
21845 entries and n_entries. Change caller.
21846 (load_charset_map_from_file): Rename from load_charset_map.
21847 Change caller. New arg control_flag. Call load_charset_map at
21848 the tail.
21849 (load_charset_map_from_vector): New function.
21850 (Fdefine_charset_internal): Setup charset.compact_codes_p.
21851 (encode_char): If the charset is compact, change a character index
21852 to a code point.
21853
21854 * coding.c (coding_alloc_by_making_gap): Check the case that the
21855 source and destination are the same correctly.
21856 (decode_coding_raw_text): Set coding->consumed_char and
21857 coding->consumed to 0.
21858 (produce_chars): If coding->chars_at_source is nonzero, update
21859 coding->consumed_char and coding->consumed before calling
21860 alloc_destination.
21861 (Fdefine_coding_system_alias): Register ALIAS in
21862 Vcoding_system_alist.
21863 (syms_of_coding): Define `no-conversion' coding system at the tail.
21864
21865 * fileio.c (Finsert_file_contents): Set coding_system instead of
21866 val. If the current buffer is multibyte, always call
21867 decode_coding_gap.
21868
21869 * xfaces.c (try_font_list): Give higher priority to fontset's
21870 family than face's family.
21871
218722008-02-01 Kenichi Handa <handa@m17n.org>
21873
21874 * callproc.c (Fcall_process): Be sure to give the current buffer
21875 to decode_coding_c_string.
21876
21877 * xfaces.c (try_font_list): Give a family specified in a fontset
21878 higher priority than a family specified in a face.
21879
218802008-02-01 Kenichi Handa <handa@m17n.org>
21881
21882 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
21883 Fix arguments to insert_from_buffer.
21884
21885 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
21886
218872008-02-01 Kenichi Handa <handa@m17n.org>
21888
21889 * coding.c (produce_chars): Set the variable `multibytep' correctly.
21890 (decode_coding_gap): Set coding->dst_multibyte correctly.
21891
218922008-02-01 Kenichi Handa <handa@m17n.org>
21893
21894 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
21895 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
21896 (encode_coding_utf_16): Substitute coding->default_char for
21897 non-Unicode characters.
21898 (decode_coding): Don't call record_insert here.
21899 (setup_coding_system): Initialize `surrogate' of
21900 coding->spec.utf_16 to 0.
21901 (EMIT_ONE_BYTE): Fix for multibyte case.
21902
21903 * insdel.c (insert_from_gap): Call record_insert.
21904
219052008-02-01 Kenichi Handa <handa@m17n.org>
21906
21907 * casefiddle.c (casify_region): Fix multibyte case.
21908
21909 * character.c (c_string_width): Add return type `int'.
21910 (char_string_with_unification): Delete arg ADVANCED.
21911
21912 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
21913 (CHAR_STRING): Adjust for the change of char_string_with_unification.
21914 (CHAR_STRING_ADVANCE): Make it do-while statement.
21915
21916 * chartab.c (sub_char_table_set_range): Optimize for the case
21917 DEPTH == 3. Add workaround code for a GCC optimization bug.
21918
21919 * charset.c (parse_charset_map): Remove an unused variable.
21920
21921 * coding.c: Delete unused variables.
21922
21923 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
21924 earlier. If inserted is zero and the coding system doesn't
21925 require flushing, don't call decode_coding_gap.
21926
21927 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
21928
219292008-02-01 Kenichi Handa <handa@m17n.org>
21930
21931 The following changes are for using Unicode as an internal
21932 character model, and use UTF-8 format for buffer/string
21933 representation.
21934
21935 * .gdbinit (xchartable): Adjust for the change of char table structure.
21936 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
21937
21938 * Makefile.in (obj): Add character.o and chartab.o.
21939 (lisp, shortlisp): Remove utf-8.elc.
21940 (*.o): For many files, change dependency on charset.h to
21941 character.h, and add dependency on character.h.
21942 (character.o, chartab.o): New targets.
21943
21944 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
21945 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
21946 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
21947 of "charset.h".
21948
21949 * dired.c, filelock.c: Include "character.h".
21950
21951 * alloc.c: Include "character.h" instead of "charset.h".
21952 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
21953 (syms_of_alloc): Remove defsubr for Smake_char_table.
21954
21955 * buffer.c: Include "character.h" instead of "charset.h", don't
21956 include "coding.h".
21957 (Fset_buffer_multibyte): Adjust for UTF-8.
21958
21959 * buffer.h: EXFUN Fbuffer_live_p.
21960
21961 * callproc.c: Include "character.h" instead of "charset.h".
21962 (Fcall_process): Big change for the new code-conversion APIs.
21963
21964 * casetab.c: Include "character.h" instead of "charset.h".
21965 (set_canon, set_identity, shuffle): Adjust for the new
21966 map_char_table spec.
21967 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
21968 accessing the char table structure.
21969
21970 * chartab.c: New file that implements char table.
21971
21972 * category.c: Include "character.h".
21973 (copy_category_entry): New function.
21974 (copy_category_table): Call map_char_table and copy_category_entry.
21975 (Fmake_category_table): Initialize all top-level slots.
21976 (char_category_set): New function.
21977 (modify_lower_category_set): Delete.
21978 (Fmodify_category_entry): Call char_table_ref_and_range.
21979
21980 * category.h (CATEGORY_SET): Just call char_category_set.
21981
21982 * ccl.c: Include "character.h".
21983 (Qccl, Qcclp): New variables.
21984 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
21985 it's less than 256.
21986 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
21987 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
21988 and DST type.
21989 (ccl_driver): Change types of argument, adjust code accordingly.
21990 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
21991 ccl_driver.
21992 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
21993
21994 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
21995 New members src_multibyte, dst_multibyte, consumed, and produced.
21996 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
21997 (CODING_SPEC_CCL_PROGRAM): New macro.
21998 (ccl_driver): Update prototype.
21999 (Qccl, Qcclp, Fccl_program_p): Extern them.
22000 (CHECK_CCL_PROGRAM): New macro.
22001
22002 * character.c, character.h, chartab.c: New files.
22003
22004 * charset.c: Mostly re-written. Move character and multibyte sequence
22005 handling codes to character.c.
22006
22007 * charset.h: Mostly re-written. Move character and multibyte sequence
22008 handling codes to character.h.
22009
22010 * coding.c, coding.h: Mostly re-written.
22011
22012 * composite.c: Include "character.h" instead of "charset.h".
22013 (CHAR_WIDTH): Move to character.h.
22014 (HASH_KEY, HASH_VALUE): Delete.
22015
22016 * composite.h (enum composition_method): Change order of enumeration
22017 symbols.
22018
22019 * data.c: Include "character.h" instead of "charset.h".
22020 (Faref): Call CHAR_TABLE_REF for a char table.
22021 (Faset): Call CHAR_TABLE_SET for a char table.
22022
22023 * dispextern.h (free_realized_face, check_face_attribytes)
22024 (generate_ascii_font): Extern them.
22025 (free_realized_multibyte_face): Delete extern.
22026
22027 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
22028 table structure.
22029
22030 * editfns.c: Include "character.h" instead of "charset.h".
22031 (Fchar_to_string): Always call CHAR_STRING.
22032
22033 * emacs.c (main): Call init_charset_once, init_charset,
22034 syms_of_chartab, and syms_of_character.
22035
22036 * fileio.c: Include "character.h" instead of "charset.h".
22037 (Finsert_file_contents): Big change for the new code-conversion API.
22038 (choose_write_coding_system, Fwrite_region): Likewise.
22039 (build_annotations_2): Delete.
22040 (e_write): Big change for the new code-conversion API.
22041
22042 * fns.c: Include "character.h" instead of "charset.h".
22043 (copy_sub_char_table): Move to chartab.c.
22044 (Fcopy_sequence): Call copy_char_table for a char table.
22045 (concat): Delete codes calling count_multibyte.
22046 (string_char_to_byte, string_byte_to_char): Adjust for the new
22047 multibyte form.
22048 (internal_equal): Adjust for the change of char table structure.
22049 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
22050 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
22051 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
22052 (char_table_translate, optimize_sub_char_table)
22053 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
22054 chartab.c.
22055 (char_table_ref_and_index): Delete.
22056 (HASH_KEY, HASH_VALUE): Move to lisp.h.
22057 (Fmd5): Call preferred_coding_system instead of accessing
22058 Vcoding_category_list. Adjust for the new code-conversion API.
22059 (syms_of_fns): Move defsubr for char table related functions to
22060 chartab.c.
22061
22062 * fontset.c: Mostly re-written.
22063
22064 * fontset.h (struct font_info): Change type of the member encoding_type.
22065 (enum FONT_SPEC_INDEX): New enum.
22066 (fontset_font_pattern, fs_load_font): Update prototype.
22067 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
22068
22069 * indent.c: Include "character.h" instead of "charset.h".
22070 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
22071
22072 * insdel.c: Include "character.h" instead of "charset.h".
22073 (copy_text): Don't refer to Vnonascii_translation_table.
22074 (insert_from_gap): New function.
22075
22076 * keyboard.c: Include "character.h" instead of "charset.h".
22077 (command_loop_1): Never call direct_output_forward_char before
22078 a non-ASCII character.
22079 (read_char): If Vkeyboard_translate_table is a char table, always
22080 translate a character.
22081
22082 * keymap.c: Include "character.h".
22083 (store_in_keymap): Handle the case that IDX is a cons.
22084 (Fdefine_key): Handle the case that KEY is a cons and the car part
22085 is also a cons (range).
22086 (push_key_description): Adjust for the new character code.
22087 (describe_vector): Call describe_char_table for a char table.
22088 (describe_char_table): New function.
22089
22090 * keymap.h (describe_char_table): Extern it.
22091
22092 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
22093 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
22094 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
22095 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
22096 Delete.
22097 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
22098 structure.
22099 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
22100 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
22101 (CHARTAB_SIZE_BITS_3): New macros.
22102 (chartab_size): Extern it.
22103 (struct Lisp_Char_Table): Re-design.
22104 (struct Lisp_Sub_Char_Table): New structure.
22105 (HASH_KEY, HASH_VALUE): Move from fns.c.
22106 (CHARACTERBITS): Define as 22.
22107 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
22108 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
22109 (GC_SUB_CHAR_TABLE_P): New macro.
22110 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
22111 (code_convert_string_norecord): Deleted extern.
22112 (init_character_once, syms_of_character, init_charset)
22113 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
22114
22115 * lread.c: Include "character.h".
22116 (read_multibyte): New arg NBYTES.
22117 (read_escape): Change the meaning of returned *BYTEREP.
22118 (to_multibyte): Delete.
22119 (read1): Adjust the handling of char table and string.
22120
22121 * print.c: Include "character.h" instead of "charset.h".
22122 (print_string): Convert 8-bit raw bytes to octal form by
22123 string_escape_byte8.
22124 (print_object): Adjust for the new multibyte form. Print 8-bit
22125 raw bytes always in octal form. Handle sub char table correctly.
22126
22127 * process.c: Include "character.h" instead of "charset.h".
22128 (read_process_output, send_process): Adjust for the new
22129 code-conversion API.
22130
22131 * puresize.h (BASE_PURESIZE): Increase.
22132
22133 * regex.c: Include "character.h" instead of "charset.h".
22134 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
22135 (regex_compile): Accept a range whose starting and ending
22136 character have different leading bytes.
22137 (analyse_first): Adjust for the above change.
22138
22139 * search.c: Include "character.h" instead of "charset.h".
22140 (search_buffer, boyer_moore): Adjust for the new multibyte form.
22141 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
22142
22143 * syntax.c: Include "character.h" instead of "charset.h".
22144 (syntax_parent_lookup): Delete.
22145 (Fmodify_syntax_entry): Accept a cons as CHAR.
22146 (skip_chars): Adjust for the new multibyte form.
22147 (init_syntax_once): Call char_table_set_range instead of directly
22148 accessing the structure of a char table.
22149
22150 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
22151 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
22152 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
22153 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
22154
22155 * term.c: Include "buffer.h" and "character.h".
22156 (encode_terminal_code, write_glyphs): Adjust for the new
22157 code-conversion API.
22158 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
22159
22160 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
22161
22162 * xdisp.c: Include "character.h".
22163 (get_next_display_element): Adjust for the new multibyte form.
22164 (disp_char_vector): Adjust for the new char table structure.
22165 (decode_mode_spec_coding): Adjust for the new structure of
22166 coding system.
22167 (decode_mode_spec): Adjust for the new code-conversion API.
22168
22169 * xfaces.c: Include "character.h" instead of "charset.h".
22170 (load_face_font): Adjust for the change of choose_face_font and
22171 FS_LOAD_FONT.
22172 (generate_ascii_font): New function.
22173 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
22174 (set_font_frame_param): Adjust for the change of choose_face_font.
22175 (free_realized_face): Make it public.
22176 (free_realized_faces_for_fontset): Rename from
22177 free_realized_multibyte_face. Free also faces realized for ASCII.
22178 (choose_face_font): Change arguments. Adjust for the change of
22179 fontset_font_pattern and FS_LOAD_FONT.
22180
22181 * xfns.c: Include "character.h".
22182 (x_encode_text): Adjust for the new code-conversion API.
22183
22184 * xselect.c: Don't include "charset.h".
22185 (selection_data_to_lisp_data): Adjust for the new code conversion API.
22186
22187 * xterm.c: Include "character.h".
22188 (x_encode_char): New argument CHARSET. Change caller.
22189 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
22190 Call ENCODE_CHAR instead of SPLIT_CHAR.
22191 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
22192 CHAR_WIDTH instead of CHARSET_WIDTH.
22193 (XTread_socket): Adjust for the new code-conversion API.
22194 (x_new_font): Adjust for the change of FS_LOAD_FONT.
22195 (x_load_font): Adjust for the change of struct font.
22196
221972008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
22198
22199 * xfaces.c (face_at_buffer_position): Remove unused vars.
22200
222012008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22202
22203 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
22204 Fix overflow checking.
22205
222062008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22207
22208 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
22209 Cancel previous change.
22210
222112008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
22212
22213 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
22214 ccl->eight_bit_control. Fix check for buffer overflow.
22215 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
22216 (ccl_driver): Initialize extra_bytes to 0.
22217
222182008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
22219
22220 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
22221 return it ORed with ctrl_modifier.
22222
222232008-01-29 Miles Bader <miles@gnu.org>
22224
22225 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
22226
222272008-01-28 Jason Rumney <jasonr@gnu.org>
22228
22229 * w32.c (stat): Don't double check for networked drive.
22230
222312008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22232
22233 * window.c (run_window_configuration_change_hook): New function.
22234 Code extracted from set_window_buffer. Set the selected frame.
22235 (set_window_buffer): Use it.
22236 * window.h (run_window_configuration_change_hook): Declare.
22237 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
22238
22239 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
22240
222412008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
22242
22243 * Makefile.in: Remove references to unused macros.
22244
222452008-01-26 Eli Zaretskii <eliz@gnu.org>
22246
22247 * w32.c (g_b_init_get_sid_sub_authority)
22248 (g_b_init_get_sid_sub_authority_count): New static variables.
22249 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
22250 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
22251 (init_user_info): Use them to retrieve uid and gid.
22252 Use 500/513, the Windows defaults, as Administrator's uid/gid.
22253 (fstat): Use pw_uid and pw_gid from the_passwd structure for
22254 st_uid and st_gid of the file.
22255
222562008-01-26 Jason Rumney <jasonr@gnu.org>
22257
22258 * w32.c (logon_network_drive): New function.
22259 (stat): Use it.
22260
222612008-01-26 Chong Yidong <cyd@stupidchicken.com>
22262
22263 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
22264 invisible text covered with an ellipsis.
22265
222662008-01-25 Richard Stallman <rms@gnu.org>
22267
22268 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
22269 jump back to beginning. Move some other initializations after that.
22270 (Qwindow_text_change_functions, Vwindow_text_change_functions):
22271 New variables.
22272 (syms_of_xdisp): Init them.
22273
22274 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
22275
22276 * buffer.c (reset_buffer_local_variables):
22277 Implement `permanent-local-hook'.
22278 (Qpermanent_local_hook): New variable.
22279 (syms_of_buffer): Init and staticpro it.
22280
222812008-01-25 Michael Albinus <michael.albinus@gmx.de>
22282
22283 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
22284
222852008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
22286
22287 * fns.c (Fclrhash): Return TABLE.
22288
222892008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22290
22291 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
22292 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
22293 is set even without positional changes.
22294 (x_scroll_bar_clear): Set bar->redraw_needed_p.
22295
22296 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
22297
222982008-01-23 Jason Rumney <jasonr@gnu.org>
22299
22300 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
22301
22302 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
22303 the unicode range available in MULE by locale-coding-system.
22304 Improve dbcs lead byte detection. Set event timestamp and modifiers
22305 earlier.
22306
223072008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22308
22309 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
22310 [MAC_OSX] (init_mac_osx_environment): Initialize it.
22311 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
22312 when used on child processes.
22313
223142008-01-21 Michael Albinus <michael.albinus@gmx.de>
22315
22316 * dbusbind.c (Fdbus_method_return_internal): Rename from
22317 Fdbus_method_return.
22318 (Fdbus_unregister_object): Move to dbus.el.
22319 (Fdbus_call_method, Fdbus_method_return_internal)
22320 (Fdbus_send_signal): Improve debug messages.
22321
223222008-01-20 Martin Rudalics <rudalics@gmx.at>
22323
22324 * undo.c (undo_inhibit_record_point): New variable.
22325 (syms_of_undo): Initialize it.
22326 (record_point): Don't record point when undo_inhibit_record_point
22327 is set.
22328
223292008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
22330
22331 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
22332
22333 * xdisp.c (Qauto_hscroll_mode): New var.
22334 (syms_of_xdisp): Initialize it.
22335 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
22336 window's buffer.
22337 (hscroll_windows): Don't check automatic_hscrolling_p here.
22338
22339 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
22340 vscroll if we're setting window-buffer to the value it already has.
22341
223422008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
22343
22344 * m/intel386.h: Remove references to XENIX.
22345
223462008-01-17 Andreas Schwab <schwab@suse.de>
22347
22348 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
22349 instead of HAVE_X86_64_LIB64_DIR.
22350 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
22351
223522008-01-17 Glenn Morris <rgm@gnu.org>
22353
22354 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
22355 to HAVE_X86_64_LIB64_DIR.
22356
223572008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
22358
22359 * s/irix3-3.h:
22360 * s/irix4-0.h:
22361 * s/386-ix.h:
22362 * s/domain.h:
22363 * s/hpux9-x11r4.h:
22364 * s/hpux9shxr4.h: Remove files for systems no longer supported.
22365
22366 * sysdep.c: Remove code containing references to symbols defined
22367 by unsupported systems.
22368
223692008-01-16 Glenn Morris <rgm@gnu.org>
22370
22371 * coding.c (select-safe-coding-system-function): Doc fix.
22372
223732008-01-15 Glenn Morris <rgm@gnu.org>
22374
22375 * config.in: Revert 2008-01-13 change: this is a generated file.
22376
223772008-01-13 Tom Tromey <tromey@redhat.com>
22378
22379 * lisp.h: Fix typo.
22380
223812008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
22382
22383 * m/sequent-ptx.h:
22384 * m/sequent.h:
22385 * s/ptx.h:
22386 * s/ptx4-2.h:
22387 * s/ptx4.h: Remove files for systems no longer supported.
22388
22389 * callproc.c (Fcall_process): Fix previous change.
22390
223912008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
22392
22393 * unexsunos4.c: Remove file, system not supported anymore.
22394
22395 * m/mips.h:
22396 * m/intel386.h:
22397 * callproc.c:
22398 * config.in:
22399 * ecrt0.c:
22400 * emacs.c:
22401 * fileio.c:
22402 * frame.c:
22403 * getpagesize.h:
22404 * keyboard.c:
22405 * lread.c:
22406 * process.c:
22407 * puresize.h:
22408 * sysdep.c:
22409 * systty.h:
22410 * syswait.h:
22411 * unexec.c:
22412 * xdisp.c:
22413 * alloc.c: Remove code containing references to symbols defined by
22414 unsupported systems.
22415
224162008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
22417
22418 * coding.c (detect_coding_mask): Fix previous change.
22419
224202008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
22421
22422 * coding.c (detect_coding_iso2022): New arg
22423 latin_extra_code_state. Allow Latin extra codes only
22424 when *latin_extra_code_state is nonzero.
22425 (detect_coding_mask): If there is a NULL byte, detect the encoding
22426 as UTF-16 or binary. If Latin extra codes exist, detect the
22427 encoding as ISO-2022 only when there's no other proper encoding is
22428 found.
22429
224302008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22431
22432 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
22433 #ifdef MAC_OS.
22434
224352008-01-08 Richard Stallman <rms@gnu.org>
22436
22437 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
22438
224392008-01-06 Nick Roberts <nickrob@snap.net.nz>
22440
22441 * keyboard.c (parse_menu_item): Don't enclose key bindings on
22442 menu bar in parentheses.
22443
224442008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
22445
22446 * m/7300.h:
22447 * m/acorn.h:
22448 * m/alliant-2800.h:
22449 * m/alliant.h:
22450 * m/alliant1.h:
22451 * m/alliant4.h:
22452 * m/altos.h:
22453 * m/amdahl.h:
22454 * m/apollo.h:
22455 * m/att3b.h:
22456 * m/aviion-intel.h:
22457 * m/aviion.h:
22458 * m/celerity.h:
22459 * m/clipper.h:
22460 * m/cnvrgnt.h:
22461 * m/convex.h:
22462 * m/cydra5.h:
22463 * m/delta88k.h:
22464 * m/dpx2.h:
22465 * m/dual.h:
22466 * m/elxsi.h:
22467 * m/f301.h:
22468 * m/gould-np1.h:
22469 * m/gould.h:
22470 * m/i860.h:
22471 * m/ibmps2-aix.h:
22472 * m/ibmrt-aix.h:
22473 * m/ibmrt.h:
22474 * m/irist.h:
22475 * m/is386.h:
22476 * m/isi-ov.h:
22477 * m/mega68.h:
22478 * m/mg1.h:
22479 * m/news-r6.h:
22480 * m/news-risc.h:
22481 * m/news.h:
22482 * m/nh3000.h:
22483 * m/nh4000.h:
22484 * m/ns16000.h:
22485 * m/ns32000.h:
22486 * m/nu.h:
22487 * m/orion.h:
22488 * m/orion105.h:
22489 * m/paragon.h:
22490 * m/pfa50.h:
22491 * m/plexus.h:
22492 * m/pyramid.h:
22493 * m/pyrmips.h:
22494 * m/sh3el.h:
22495 * m/sps7.h:
22496 * m/sr2k.h:
22497 * m/stride.h:
22498 * m/sun1.h:
22499 * m/sun2.h:
22500 * m/sun3-68881.h:
22501 * m/sun3-fpa.h:
22502 * m/sun3-soft.h:
22503 * m/sun3.h:
22504 * m/sun386.h:
22505 * m/symmetry.h:
22506 * m/tad68k.h:
22507 * m/tahoe.h:
22508 * m/targon31.h:
22509 * m/tek4300.h:
22510 * m/tekxd88.h:
22511 * m/tower32.h:
22512 * m/tower32v3.h:
22513 * m/ustation.h:
22514 * m/wicat.h:
22515 * m/xps100.h:
22516 * s/cxux.h:
22517 * s/cxux7.h:
22518 * s/dgux.h:
22519 * s/dgux4.h:
22520 * s/dgux5-4-3.h:
22521 * s/dgux5-4r2.h:
22522 * s/esix.h:
22523 * s/esix5r4.h:
22524 * s/hiuxmpp.h:
22525 * s/hiuxwe2.h:
22526 * s/iris3-5.h:
22527 * s/iris3-6.h:
22528 * s/isc2-2.h:
22529 * s/isc3-0.h:
22530 * s/isc4-0.h:
22531 * s/isc4-1.h:
22532 * s/newsos5.h:
22533 * s/newsos6.h:
22534 * s/osf1.h:
22535 * s/osf5-0.h:
22536 * s/riscix1-1.h:
22537 * s/riscix12.h:
22538 * s/sco4.h:
22539 * s/sco5.h:
22540 * s/sunos4-0.h:
22541 * s/sunos4-1.h:
22542 * s/sunos413.h:
22543 * s/sunos4shr.h:
22544 * s/umax.h:
22545 * s/unipl5-2.h:
22546 * s/xenix.h:
22547 * cxux-crt0.s:
22548 * unexapollo.c:
22549 * unexconvex.c:
22550 * unexenix.c:
22551 * unexsni.c: Remove files for systems no longer supported.
22552
22553 * m/intel386.h: Remove references to unsupported systems.
22554
22555 * w32.c (get_emacs_configuration): Remove reference to i860.
22556
22557 * sysdep.c: Remove dead code.
22558
225592008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
22560
22561 * s/rtu.h:
22562 * m/masscomp.h: Remove files. Platform is obsolete.
22563
225642008-01-04 Michael Albinus <michael.albinus@gmx.de>
22565
22566 * dbusbind.c (Fdbus_method_return): New function.
22567 (xd_read_message): Add the serial number to the event.
22568 (Fdbus_register_method): Activate the function.
22569
225702008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22571
22572 * keyboard.c (read_key_sequence): Fix typo.
22573
225742008-01-03 Michael Albinus <michael.albinus@gmx.de>
22575
22576 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
22577 (xd_signature, xd_append_arg): Handle element type detection for
22578 empty arrays.
22579 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
22580 SDATA () calls; this must be solved more general.
22581 (Fdbus_register_signal): Use SBYTES instead of strlen.
22582
225832008-01-03 Magnus Henoch <magnus@zemdatav>
22584
22585 * dbusbind.c (xd_append_arg): Use unsigned char instead of
22586 unsigned int for byte values (necessary for big-endian platform).
22587 (Fdbus_call_method): Handle the case of no returned arguments.
22588
225892007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
22590
22591 * dbusbind.c (xd_read_message): Use non-static input_event struct.
22592
225932007-12-31 Magnus Henoch <mange@freemail.hu>
22594
22595 * dbusbind.c (xd_signature): Signature of variant is just "v".
22596
225972007-12-30 Michael Albinus <michael.albinus@gmx.de>
22598
22599 * dbusbind.c: Fix several errors and compiler warnings.
22600 Reported by Tom Tromey <tromey@redhat.com>.
22601 (XD_ERROR, XD_DEBUG_MESSAGE)
22602 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
22603 (xd_append_arg): Part for basic D-Bus types rewritten.
22604 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
22605 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
22606 appropriate.
22607 (xd_read_message): Return Qnil. Don't signal an error; it is not
22608 useful during event reading.
22609 (Fdbus_register_signal): Signal an error if the check for
22610 FUNCTIONP fails.
22611 (Fdbus_register_method): New function. The implementation is not
22612 complete, the call of the function signals an error therefore.
22613 (Fdbus_unregister_object): New function, renamed from
22614 Fdbus_unregister_signal. The initial check signals an error, if
22615 the object is not well formed.
22616
226172007-12-30 Richard Stallman <rms@gnu.org>
22618
22619 * textprop.c (get_char_property_and_overlay):
22620 Signal error if POSITION is out of range in a buffer.
22621
226222007-12-29 Martin Rudalics <rudalics@gmx.at>
22623
22624 * w32fns.c (Fx_create_frame): Make copy of frame parameters
22625 because the original parameters are in pure storage now.
22626
226272007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22628
22629 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
22630
226312007-12-22 Eli Zaretskii <eliz@gnu.org>
22632
22633 * callint.c (syms_of_callint) <command-history>: Add reference to
22634 history-length in the doc string.
22635
226362007-12-17 Jason Rumney <jasonr@gnu.org>
22637
22638 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
22639 before passing as wParam.
22640
226412007-12-22 Michael Albinus <michael.albinus@gmx.de>
22642
22643 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
22644 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
22645 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
22646 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
22647 as number.
22648 (Fdbus_call_method): Fix docstring.
22649
226502007-12-21 Michael Albinus <michael.albinus@gmx.de>
22651
22652 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
22653 New macros.
22654 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
22655 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
22656 Simplify.
22657 (xd_signature): New function.
22658 (xd_append_arg): Compute also signatures. Major rewrite.
22659 (xd_retrieve_arg): Make debug messages friendly.
22660 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
22661 Check for signatures of arguments.
22662
226632007-12-19 Michael Albinus <michael.albinus@gmx.de>
22664
22665 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
22666 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
22667 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
22668 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
22669 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
22670 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
22671 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
22672 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
22673 (xd_retrieve_value): Remove. Functionality included in ...
22674 (xd_append_arg): New function.
22675 (Fdbus_call_method, Fdbus_send_signal): Apply it.
22676
226772007-12-16 Michael Albinus <michael.albinus@gmx.de>
22678
22679 * dbusbind.c (top): Include <stdio.h>.
22680 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
22681 dbus_message_new_method_call and dbus_message_new_signal.
22682 (Fdbus_register_signal): Rename unique_name to uname.
22683 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
22684 non-existing unique name. Fix typos in matching rule. Return an
22685 object which is useful in Fdbus_unregister_signal.
22686 (Fdbus_unregister_signal): Reimplementation, in order to remove
22687 only the corresponding entry.
22688 (Vdbus_registered_functions_table): Change the order of entries.
22689 Apply these changes in xd_read_message and Fdbus_register_signal.
22690
226912007-12-16 Andreas Schwab <schwab@suse.de>
22692
22693 * fileio.c (Finsert_file_contents): Fix overflow check to not
22694 depend on undefined integer overflow.
22695
226962007-12-14 Jason Rumney <jasonr@gnu.org>
22697
22698 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
22699 for characters above 127.
22700
227012007-12-13 Jason Rumney <jasonr@gnu.org>
22702
22703 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
22704 before dereferencing array.
22705 (lookup_vk_code): Remove zero comparison.
22706
227072007-12-14 Michael Albinus <michael.albinus@gmx.de>
22708
22709 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
22710 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
22711 Use `unsigned int' instead of `uint'.
22712 (xd_read_message, Fdbus_register_signal): Split expressions into
22713 multiple lines before operators "&&" and "||", according to the
22714 GNU Coding Standards.
22715
227162007-12-14 Eli Zaretskii <eliz@gnu.org>
22717
22718 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
22719
227202007-12-12 Juri Linkov <juri@jurta.org>
22721
22722 * buffer.c (Frename_buffer): In interactive spec replace
22723 `read-buffer' with `read-string' that uses `buffer-name-history'
22724 as history, and the current buffer's name as default.
22725
227262007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
22727
22728 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
22729 manipulating the backtrace manually.
22730 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
22731 (struct backtrace, backtrace_list): Remove.
22732 (command_loop_1): Remove dead var `no_direct'.
22733
22734 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
22735 preserve non-built-in buffer-local variables.
22736 (Fkill_all_local_variables): Don't re-create&re-set permanent
22737 buffer-local variables.
22738
227392007-12-09 Juri Linkov <juri@jurta.org>
22740
22741 * buffer.c (Frename_buffer): Change interactive spec from "s" to
22742 Lisp code that uses `read-buffer' with current buffer as default.
22743
227442007-12-08 Michael Albinus <michael.albinus@gmx.de>
22745
22746 * dbusbind.c (xd_read_message): Generate an event for every
22747 registered handler. There might be several handlers registered
22748 for the same signal.
22749 (Fdbus_register_signal): Don't overwrite a registration for the
22750 same signal. Add a new registration if handlers are different.
22751 (Vdbus_registered_functions_table): Rework doc string.
22752
227532007-12-07 Michael Albinus <michael.albinus@gmx.de>
22754
22755 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
22756 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
22757 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
22758 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
22759 Unify argument lists.
22760 (xd_read_message, Fdbus_register_signal): Reorder and extend event
22761 arguments and hash table keys. Use unique name for service.
22762 (Fdbus_unregister_signal): Remove checks.
22763 (Vdbus_registered_functions_table): Fix doc string.
22764
227652007-12-05 Magnus Henoch <mange@freemail.hu>
22766
22767 * process.c (make_process): Initialize pty_flag to 0.
22768
227692007-12-05 Jason Rumney <jasonr@gnu.org>
22770
22771 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
22772 specified XBMs.
22773
227742007-12-05 Richard Stallman <rms@gnu.org>
22775
22776 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
22777
227782007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22779
22780 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
22781 New variable.
22782 (mac_try_close_socket) [MAC_OSX]: New function.
22783 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
22784 Update cfsockets_for_select. Replace invalid CFRunLoop source.
22785
22786 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
22787 Use mac_try_close_socket.
22788
227892007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22790
22791 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
22792 reloc_base.
22793 (copy_dysymtab): Compute relocation base here.
22794 (rebase_reloc_address) [__ppc64__]: New function.
22795 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
22796 changed.
22797
227982007-12-05 Jason Rumney <jasonr@gnu.org>
22799
22800 * w32proc.c (sys_spawnve): Quote args with wildcards.
22801
228022007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22803
22804 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
22805 __objc_* sections.
22806 (unrelocate) [_LP64]: Set relocation base to address of data segment.
22807
228082007-12-05 Michael Albinus <michael.albinus@gmx.de>
22809
22810 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
22811 Move check for Vdbus_registered_functions_table to
22812 xd_read_queued_messages.
22813 (xd_read_queued_messages): Protect xd_read_message calls by
22814 internal_condition_case_1.
22815
228162007-12-04 Michael Albinus <michael.albinus@gmx.de>
22817
22818 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
22819 Qdbus_system_bus and Qdbus_session_bus, respectively.
22820 (Vdbus_intern_symbols): Remove.
22821 (Vdbus_registered_functions_table): New hash table.
22822 (XD_SYMBOL_INTERN_SYMBOL): Remove.
22823 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
22824 Rewrite in order to manage registered functions by hash table
22825 Vdbus_registered_functions_table.
22826
228272007-12-03 Jan Djärv <jan.h.d@swipnet.se>
22828
22829 * xterm.c: Update URL to Window Manager Specification in comment.
22830
228312007-12-02 Michael Albinus <michael.albinus@gmx.de>
22832
22833 * config.in (HAVE_DBUS): Add.
22834
22835 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
22836 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
22837 (obj): Add $(DBUS_OBJ).
22838 (LIBES): Add $(DBUS_LIBS).
22839 (dbusbind.o): New target.
22840
22841 * dbusbind.c: New file.
22842
22843 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
22844
22845 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
22846 (Qdbus_event): New Lisp symbol.
22847 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
22848 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 22849 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
22850
22851 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
22852
228532007-12-01 Richard Stallman <rms@gnu.org>
22854
22855 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
22856
228572007-11-30 Jason Rumney <jasonr@gnu.org>
22858
22859 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
22860 (w32con_reset_terminal_modes): Clear screen buffer.
22861 (w32_face_attributes): Don't use color indexes that are out of range.
22862 Only reverse the default colors.
22863
22864 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
22865 WINDOWSNT.
22866
22867 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
22868
228692007-11-29 Jason Rumney <jasonr@gnu.org>
22870
22871 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
22872 (w32_face_attributes): Use Vtty_defined_color_alist to determine
22873 if the terminal colors are initialized.
22874 (unspecified_fg, unspecified_bg): Remove unused declarations.
22875
228762007-11-29 Andreas Schwab <schwab@suse.de>
22877
22878 * keyboard.c (apply_modifiers): Fix typo.
22879
228802007-11-29 Richard Stallman <rms@gnu.org>
22881
22882 * keymap.c (Fcurrent_local_map): Doc fix.
22883
228842007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
22885
22886 * s/gnu-kfreebsd.h: New file.
22887
228882007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
22889
22890 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
22891 Don't cast redundantly.
22892
22893 * keyboard.c (KEY_TO_CHAR): New macro.
22894 (parse_modifiers, apply_modifiers): Accept integer arguments.
22895 (read_key_sequence): Use them to unify the "shift->unshift" mapping
22896 for chars and symbol keys.
22897 After doing such remapping, apply function-key-map again.
22898
228992007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
22900
22901 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
22902 compiled anymore.
22903
229042007-11-26 Andreas Schwab <schwab@suse.de>
22905
22906 * process.c (list_processes_1): Fix indentation level of the
22907 command column.
22908
229092007-11-23 Andreas Schwab <schwab@suse.de>
22910
22911 * editfns.c (Fformat): Handle %c specially since it requires the
22912 argument to be of type int.
22913
229142007-11-23 Markus Triska <markus.triska@gmx.at>
22915
22916 * emacs.c (main): Call init_editfns before init_process, since
22917 init_process sets Vprocess_connection_type depending on OS release.
22918
229192007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
22920
22921 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
22922 (find_symbol_value): Use do_symval_forwarding.
22923
22924 * data.c (set_internal): Set the value in the `cons-cell' (for
22925 Buffer_Local_values) not only for frame-local variables.
22926
229272007-11-22 Andreas Schwab <schwab@suse.de>
22928
22929 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
22930 values to sprintf.
22931 * keymap.c (Fsingle_key_description): Likewise.
22932 * print.c (print_object): Likewise.
22933
229342007-11-22 Jan Djärv <jan.h.d@swipnet.se>
22935
22936 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
22937 file for image is nil.
22938
229392007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
22940
22941 * term.c: Include stdarg.h.
22942 (fatal): Implement using varargs.
22943 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
22944
229452007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
22946
22947 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
22948 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
22949 Update call to buffer_slot_type_mismatch.
22950 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
22951 (buffer_slot_type_mismatch): Update.
22952 * buffer.c (buffer_local_types): Remove.
22953 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
22954 (defvar_per_buffer): Set the type in the buffer_objfwd.
22955
229562007-11-21 Jason Rumney <jasonr@gnu.org>
22957
22958 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
22959 CreateFileMapping returns NULL on failure.
22960
229612007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
22962
22963 * search.c (Fset_match_data): Remove the `evaporate' feature.
22964 (unwind_set_match_data): Don't use the `evaporate' feature.
22965
229662007-11-21 Jason Rumney <jasonr@gnu.org>
22967
22968 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
22969
22970 * w32console.c (w32con_write_glyphs): Remove unused variables.
22971
229722007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
22973
22974 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
22975
22976 * s/darwin.h (MULTI_KBOARD): Remove.
22977
22978 * macfns.c (x_create_tip_frame, Fx_create_frame)
22979 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
22980
229812007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
22982
22983 * buffer.c (Fbuffer_local_value): Remove redundant test.
22984 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
22985 than in `current-buffer' to match the comment.
22986 Do the swap using swap_in_global_binding.
22987
22988 * data.c (store_symval_forwarding, set_internal):
22989 * eval.c (specbind): Remove dead code.
22990
22991 * coding.c (detect_coding, Fupdate_coding_systems_internal):
22992 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
22993 Since we do not want to see internal Lisp_*fwd objects here.
22994
229952007-11-18 Jan Djärv <jan.h.d@swipnet.se>
22996
22997 * sysdep.c (init_system_name): Use getaddrinfo if available.
22998
22999 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
23000 (x_scroll_bar_note_movement): start, end, with, height in struct
23001 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
23002
230032007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
23004
23005 * puresize.h (BASE_PURESIZE): Increase to 1190000.
23006
230072007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
23008
23009 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
23010 This undoes Richard's change of 14-Oct-2002.
23011
23012 * alloc.c (allocate_other_vector):
23013 * lisp.h (allocate_other_vector): Remove.
23014
23015 * window.c (struct save_window_data): Move non-lisp data to the end
23016 and make it `int' rather than Lisp_Object.
23017 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
23018 Done wrap/unwrap integer values.
23019 (Fset_window_configuration, compare_window_configurations):
23020 Update use of fields to their new types.
23021
23022 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
23023 Turn integer fields into `int'. Merge x_window_low and x_window_high.
23024 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
23025 (SET_SCROLL_BAR_X_WINDOW): Remove.
23026 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
23027 Access the new x_window field directly.
23028 * xterm.c (x_scroll_bar_create): Use a pseudovector.
23029 Don't wrap/unwrap integers into Lisp_Objects.
23030 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
23031 (x_scroll_bar_report_motion):
23032 Don't wrap/unwrap integers into Lisp_Objects.
23033 (x_term_init): Use SDATA.
23034 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
23035 (x_scroll_bar_set_handle, x_scroll_bar_remove)
23036 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
23037 (x_scroll_bar_report_motion, x_scroll_bar_clear):
23038 * xfns.c (x_set_background_color):
23039 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
23040 Access the new x_window field directly.
23041
23042 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
23043 (allocate_pseudovector): Make non-static.
23044
23045 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
23046 (allocate_pseudovector): Declare.
23047 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
23048
230492007-11-15 Andreas Schwab <schwab@suse.de>
23050
23051 * editfns.c (Fformat): Correctly format EMACS_INT values.
23052 Also take precision into account when formatting an integer.
23053
23054 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
23055
230562007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
23057
23058 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
23059 (syms_of_keyboard): Defsubr it.
23060
23061 * data.c (swap_in_global_binding): Fix longstanding bug where
23062 store_symval_forwarding was not called with the right second argument,
23063 thus causing objfwd-ing from being dropped.
23064
230652007-11-14 Juanma Barranquero <lekktu@gmail.com>
23066
23067 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
23068 (Fx_display_pixel_height, Fx_display_planes)
23069 (Fx_display_color_cells, Fx_server_max_request_size)
23070 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
23071 (Fx_display_visual_class, Fx_display_save_under):
23072 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
23073 (Fx_display_pixel_height, Fx_display_planes)
23074 (Fx_display_color_cells, Fx_server_max_request_size)
23075 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
23076 (Fx_display_mm_height, Fx_display_mm_width)
23077 (Fx_display_backing_store, Fx_display_visual_class)
23078 (Fw32_select_font, Fx_display_save_under):
23079 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
23080 (Fx_display_pixel_height, Fx_display_planes)
23081 (Fx_display_color_cells, Fx_server_max_request_size)
23082 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
23083 (Fx_display_save_under): Fix typos in docstrings.
23084
230852007-11-14 Juanma Barranquero <lekktu@gmail.com>
23086
23087 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
23088 corresponding to deleted entries; they are an implementation detail.
23089 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
23090 Remove variables.
23091 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
23092 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
23093 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
23094 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
23095 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
23096 (Fw32_define_rgb_color, Fw32_load_color_file)
23097 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
23098 Fix typos in docstrings.
23099 (Fx_server_version): Reflow docstring.
23100 (Fw32_shell_execute): Doc fixes.
23101
231022007-11-13 Juanma Barranquero <lekktu@gmail.com>
23103
23104 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
23105 if w32_parse_hot_key returned nil.
23106
231072007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
23108
23109 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
23110
231112007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 23112
aac0c6e3
MR
23113 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
23114
23115 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
23116
23117 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
23118 Remove W32_SCROLL_BAR_CLICK_EVENT.
23119
23120 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
23121 Add MULTIMEDIA_KEY_EVENT.
23122
23123 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
23124 (lispy_multimedia_keys) [WINDOWSNT]: New array.
23125 (make_lispy_event) [WINDOWSNT]: Use it to translate
23126 MULTIMEDIA_KEY_EVENT.
23127
23128 * w32term.h (WM_APPCOMMAND): Define if not already.
23129 (GET_APPCOMMAND_LPARAM): Likewise.
23130
23131 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
23132 WM_APPCOMMAND.
23133
23134 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
23135 (syms_of_w32fns): Export and initialize it.
23136 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
23137
231382007-11-09 Chong Yidong <cyd@stupidchicken.com>
23139
23140 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
23141 twice.
23142
23143 * xdisp.c (handle_face_prop): Fix last change.
23144
231452007-11-09 Richard Stallman <rms@gnu.org>
23146
23147 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
23148 not just for after-strings and before-strings.
23149 Call face_for_overlay_string and pass the overlay to it.
23150 (handle_display_prop): Determine whether property came from an overlay.
23151 Pass OVERLAY arg to handle_single_display_spec.
23152 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
23153 (load_overlay_strings): Fill in it->string_overlays.
23154 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
23155
23156 * xfaces.c (face_for_overlay_string): Function renamed from
23157 face_at_buffer_position_no_overlays, and add arg OVERLAY.
23158
23159 * dispextern.h (struct it): New elt string_overlays.
23160 New elt from_overlay, also in stack.
23161 Rearrange a few elements.
23162 (face_for_overlay_string): Decl renamed from
23163 face_at_buffer_position_no_overlays, and add argument.
23164
231652007-11-09 Richard Stallman <rms@gnu.org>
23166
23167 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
23168 to get the base face for an overlay string.
23169
23170 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
23171
23172 * xfaces.c (face_at_buffer_position_no_overlays): New function.
23173
23174 * xdisp.c (handle_stop): Move some code out of loop.
23175
231762007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23177
23178 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
23179 Fix conversion from Lisp object to ATSUFontID.
23180
231812007-11-09 Jason Rumney <jasonr@gnu.org>
23182
23183 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
23184
231852007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23186
23187 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
23188 Don't assume regions are aligned to page boundary.
23189 (print_load_command_name): Add LC_UUID if defined.
23190
231912007-11-09 Richard Stallman <rms@gnu.org>
23192
23193 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
23194
231952007-11-07 Jason Rumney <jasonr@gnu.org>
23196
23197 * s/windows95.h: Remove.
23198
231992007-11-06 Jan Djärv <jan.h.d@swipnet.se>
23200
23201 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
23202 abort with a message on unhandled store_type values.
23203
232042007-11-01 Jan Djärv <jan.h.d@swipnet.se>
23205
23206 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
23207 Remove HAVE_X11R5 and HAVE_X11R4.
23208
232092007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
23210
23211 * Makefile.in: Remove references to sunfns.c and sunfns.o.
23212
232132007-11-01 Johan Bockgård <bojohan@gnu.org>
23214
23215 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
23216 Don't set s->stippled_p here, since it has already been set by
23217 x_set_glyph_string_gc from x_draw_glyph_string.
23218
232192007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
23220
23221 * sunfns.c: Remove file.
23222
23223 * m/sun386.h:
23224 * m/sun2.h:
23225 * m/sparc.h: Remove Sun windows code.
23226
232272007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
23228
23229 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
23230 (init_keyboard): Set current_kboard's window-system to nil.
23231 (tty_read_avail_input): Typo.
23232 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
23233
232342007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
23235
23236 * s/usg5-4.h:
23237 * s/usg5-3.h:
23238 * s/ptx.h:
23239 * m/is386.h:
23240 * m/ibmps2-aix.h:
23241 * Makefile.in: Remove all mentions of X10.
23242
23243 * dispnew.c (syms_of_display): Don't mention version 10.
23244
232452007-10-28 Juanma Barranquero <lekktu@gmail.com>
23246
23247 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
23248 ($(BLD)/abbrev.$(O)): Remove.
23249
232502007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
23251
23252 Rewrite abbrev.c in Elisp.
23253 * image.c (Qcount): Don't declare as extern.
23254 (syms_of_image): Initialize and staticpro `Qcount'.
23255 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
23256 * emacs.c (main): Don't call syms_of_abbrev.
23257 * Makefile.in (obj): Remove abbrev.o.
23258 (abbrev.o): Remove.
23259 * abbrev.c: Remove.
23260
232612007-10-26 Martin Rudalics <rudalics@gmx.at>
23262
23263 * window.c (window_min_size_2): Don't count header-line.
23264
232652007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
23266
23267 * frame.h (struct frame): Move all bit fields after the first bit
23268 field to take advantage of the available space. Group all the
23269 chars together to reduce wasted space due to padding.
23270
232712007-10-26 Juanma Barranquero <lekktu@gmail.com>
23272
23273 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
23274
23275 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
23276 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
23277 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
23278 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
23279 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
23280 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
23281 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
23282 (last_marked, mark_object_loop_halt): Make static.
23283
23284 * frame.c (syms_of_frame) <delete-frame-functions>:
23285 Fix typo in docstring.
23286
232872007-10-25 Juanma Barranquero <lekktu@gmail.com>
23288
23289 * w32.c (init_environment): Fix tiny memory leak.
23290 (w32_get_resource): Remove unused variable `ok'.
23291
232922007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23293
23294 Make `window-system' into a keyboard-local variable (rather than
23295 frame-local as done originally by multi-tty).
23296
23297 * keyboard.h (struct kboard): Add Vwindow_system.
23298 * keyboard.c (init_kboard): Set a default for Vwindow_system.
23299 (mark_kboards): Mark Vwindow_system.
23300
23301 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
23302 (init_display): Don't set the obsolete `window-system' frame-param.
23303
23304 * xterm.c (x_term_init):
23305 * w32term.c (w32_create_terminal):
23306 * term.c (init_tty): Set Vwindow_system.
23307 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
23308 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
23309
23310 * xfns.c (Fx_create_frame, x_create_tip_frame):
23311 * w32fns.c (Fx_create_frame, x_create_tip_frame):
23312 * macfns.c (Fx_create_frame):
23313 Don't set the obsolete `window-system' frame-param.
23314
23315 * frame.h (Qwindow_system): Remove.
23316 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
23317 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
23318
233192007-10-24 Richard Stallman <rms@gnu.org>
23320
23321 * frame.c (x_figure_window_size): For fullscreen case,
23322 set USPosition | PPosition without clobbering rest of window_prompting.
23323
23324 * keyboard.c (Fcurrent_idle_time): Doc fix.
23325
23326 * print.c (Fwith_output_to_temp_buffer): Doc fix.
23327
233282007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
23329
23330 * process.c (unwind_request_sigio): Only define if __ultrix__.
23331
23332 * callproc.c (child_setup): Remove spurious *.
23333
23334 * lisp.h (Fget_text_property): Declare.
23335 (have_menus_p): Declare it here rather than in sys-dep header files.
23336 * macterm.h (have_menus_p):
23337 * msdos.h (have_menus_p):
23338 * xterm.h (have_menus_p): Remove.
23339
23340 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
23341 (Fmake_variable_frame_local): Just check the variable's const-ness
23342 rather than checking nil or t.
23343
233442007-10-22 Jason Rumney <jasonr@gnu.org>
23345
23346 * w32fns.c: Include math.h.
23347 (w32_abort): Declaration moved to nt/config.nt.
23348
23349 * s/ms-w32.h (HAVE_STDLIB_H): Define.
23350 (abort): Redefinition moved to nt/config.nt.
23351
23352 * m/windowsnt.h: Remove.
23353
233542007-10-22 Juanma Barranquero <lekktu@gmail.com>
23355
23356 * emacs.c (Fdump_emacs): Fix typo in message.
23357 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
23358 <installation-directory>: Reflow docstring.
23359
233602007-10-22 Juri Linkov <juri@jurta.org>
23361
23362 * minibuf.c: Allow minibuffer default to be a list of default values.
23363 With empty input use the first element of this list as returned default.
23364 (string_to_object)
23365 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
23366 (read_minibuf): If defalt is cons, set histstring to its car.
23367 (Fread_string): If default_value is cons, set val to its car.
23368 (Fread_buffer): If def is cons, use its car.
23369 (Fcompleting_read): If defalt is cons, set val to its car.
23370
233712007-10-21 Michael Albinus <michael.albinus@gmx.de>
23372
23373 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
23374
233752007-10-20 Juanma Barranquero <lekktu@gmail.com>
23376
23377 * doc.c (Fdocumentation): Check for advice in all cases.
23378
233792007-10-19 Chong Yidong <cyd@stupidchicken.com>
23380
23381 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
23382
233832007-10-19 Richard Stallman <rms@gnu.org>
23384
23385 * doc.c (Fdocumentation): Check for and handle an advised function.
23386
233872007-10-19 Juanma Barranquero <lekktu@gmail.com>
23388
23389 * process.c (Fset_process_filter): Doc fix.
23390
233912007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23392
23393 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
23394 which caused key-translation-map to applied repeatedly (thus breaking
23395 double-mode).
23396
233972007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23398
23399 * xselect.c (x_own_selection, x_handle_selection_clear)
23400 (x_clear_frame_selections):
23401 * w32menu.c (list_of_panes, list_of_items):
23402 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
23403 * textprop.c (validate_plist, interval_has_all_properties)
23404 (interval_has_some_properties, interval_has_some_properties_list)
23405 (add_properties, text_property_list):
23406 * process.c (Fget_buffer_process, list_processes_1, status_notify):
23407 * minibuf.c (Fassoc_string):
23408 * macselect.c (x_own_selection, x_clear_frame_selections)
23409 (Fx_disown_selection_internal):
23410 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
23411 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
23412
234132007-10-17 Chong Yidong <cyd@stupidchicken.com>
23414
23415 * process.c: Link to libs for calling res_init() if available.
23416 (Fmake_network_process): Call res_init() before getaddrinfo or
23417 gethostbyname, if possible.
23418
234192007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23420
23421 * lread.c (read1): Set pvectype for char_tables.
23422
23423 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
23424 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
23425 Add type checks.
23426 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
23427
23428 * alloc.c (free_misc): Use XMISCTYPE.
23429 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
23430
234312007-10-17 Glenn Morris <rgm@gnu.org>
23432
23433 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
23434 (syms_of_minibuf): Add Qcompletion_ignore_case.
23435 * dired.c (Qcompletion_ignore_case): Change to external.
23436 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
23437 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
23438 (Fread_file_name): Use it rather than intern'ing.
23439
23440 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
23441 (Fread_coding_system): Ignore case of user input.
23442
234432007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23444
23445 * xdisp.c (handle_display_prop): Ignore display specs after
23446 replacing one when string text is being replaced.
23447 (handle_single_display_spec): Pretend as if characters with display
23448 property haven't been consumed only when buffer text is being replaced.
23449
234502007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23451
23452 * xfns.c (Fx_create_frame, Fx_display_list):
23453 * window.c (window_fixed_size_p, enlarge_window)
23454 (shrink_window_lowest_first):
23455 * macterm.c (init_font_name_table):
23456 * macfns.c (Fx_create_frame, Fx_display_list):
23457 * lread.c (close_load_descs):
23458 * keyboard.c (read_char_x_menu_prompt):
23459 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
23460 * coding.c (code_convert_region_unwind): Test the type of an object
23461 rather than just !NILP before extracting data from it.
23462
23463 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
23464
23465 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
23466 (XMISCANY): New macro.
23467 (XMISCTYPE): Use it.
23468 (struct Lisp_Misc_Any): New type.
23469 (union Lisp_Misc): Use it.
23470 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
23471 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
23472 (find_symbol_value, set_internal, default_value, Fset_default)
23473 (Fmake_variable_buffer_local, Fmake_local_variable)
23474 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
23475 (Flocal_variable_if_set_p, Fvariable_binding_locus):
23476 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
23477 * alloc.c (allocate_buffer): Set the size and tag.
23478 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
23479 Use XMISCANY.
23480 (die): Follow the GNU convention for error messages.
23481 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
23482 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
23483 tag any more.
23484 (set_buffer_internal_1):
23485 * frame.c (store_frame_param):
23486 * eval.c (specbind):
23487 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
23488
23489 * doc.c (Fsnarf_documentation): Simplify.
23490
234912007-10-14 Juanma Barranquero <lekktu@gmail.com>
23492
23493 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
23494 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
23495
234962007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
23497
23498 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
23499
235002007-10-14 Juanma Barranquero <lekktu@gmail.com>
23501
23502 * eval.c (do_autoload): Don't save autoloads.
23503
23504 * data.c (Ffset): Save autoload of the function being set.
23505
235062007-10-07 John Paul Wallington <jpw@pobox.com>
23507
23508 * xfns.c (x_create_tip_frame): Set the `display-type' frame
23509 parameter before setting up faces.
23510
235112007-10-13 Eli Zaretskii <eliz@gnu.org>
23512
23513 * ccl.c (Fregister_code_conversion_map):
23514 * keyboard.c (append_tool_bar_item): Reformat last change.
23515
23516 * lisp.h (eabs): Rename from `abs'. All callers changed.
23517
235182007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
23519
23520 * buffer.c (add_overlay_mod_hooklist):
23521 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
23522 * fontset.c (make_fontset):
23523 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
23524 (append_tool_bar_item):
23525 * macmenu.c (grow_menu_items):
23526 * w32menu.c (grow_menu_items):
23527 * xmenu.c (grow_menu_items): Use larger_vector.
23528
235292007-10-13 Eli Zaretskii <eliz@gnu.org>
23530
23531 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
23532 selected frame'' on MSDOS).
23533
235342007-10-12 Martin Rudalics <rudalics@gmx.at>
23535
23536 * frame.c (Qexplicit_name): New variable.
23537 (x_report_frame_params): Report it in parameter alist.
23538 (syms_of_frame): Intern and staticpro it.
23539
235402007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
23541
23542 * macfns.c (x_create_tip_frame): Set terminal for frame.
23543
235442007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23545
23546 * frame.c (Qenvironment): Remove.
23547 (syms_of_frame) <Qenvironment>: Don't initialize.
23548 (Fdelete_frame): Don't treat the `environment' param specially.
23549 * frame.h (Qenvironment): Don't declare.
23550 * callproc.c (set_initial_environment): Don't set unused frame param.
23551
23552 * frame.c (Fframe_with_environment): Remove.
23553 (syms_of_frame) <Sframe_with_environment>: Don't declare.
23554
23555 * lisp.h (Fframe_with_environment): Don't declare.
23556
235572007-10-10 Juanma Barranquero <lekktu@gmail.com>
23558
23559 * indent.c (indent_tabs_mode, last_known_column)
23560 (last_known_column_modified): Make static.
23561 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
23562
235632007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
23564
23565 * puresize.h (BASE_PURESIZE): Increase to 1170000.
23566
235672007-10-09 Jason Rumney <jasonr@gnu.org>
23568
23569 * w32term.c (x_set_window_size): Disable code that attempts to tell
23570 Lisp code about a size change before it actually happens.
23571
235722007-10-09 Richard Stallman <rms@gnu.org>
23573
23574 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
23575 return HANDLED_RETURN.
23576
235772007-10-08 Martin Rudalics <rudalics@gmx.at>
23578
23579 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
23580 when there's an unread command event.
23581
23582 * frame.c (focus_follows_mouse): Move here from frame.el to allow
23583 window autoselection act appropriately when leaving selected frame.
23584 (syms_of_frame): Initialize focus_follows_mouse.
23585 * frame.h (focus_follows_mouse): Extern it.
23586 * macterm.c (XTread_socket): When focus_follows_mouse is nil
23587 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
23588 * msdos.c (dos_rawgetc): Likewise.
23589 * w32term.c (w32_read_socket): Likewise.
23590 * xterm.c (handle_one_xevent): Likewise.
23591 * xdisp.c (syms_of_xdisp): In doc-string of
23592 mouse-autoselect-window mention focus-follows-mouse.
23593
235942007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23595
23596 * macterm.c (mac_load_query_font): Fix missing return value.
23597 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
23598 Add BLOCK_INPUT.
23599
236002007-10-08 Richard Stallman <rms@gnu.org>
23601
23602 * xdisp.c (get_window_cursor_type): Implement documented behavior
23603 for cursor-in-non-selected-windows = t.
23604
236052007-10-08 Jason Rumney <jasonr@gnu.org>
23606
23607 * w32.c (w32_get_resource): Always close registry keys.
23608
236092007-10-08 Jason Rumney <jasonr@gnu.org>
23610
23611 * makefile.w32-in (LIBS): Add COMCTL32.
23612
23613 * w32fns.c (globals_of_w32fns): Init common controls.
23614
236152007-10-08 Richard Stallman <rms@gnu.org>
23616
23617 * image.c (our_memory_buffer): Rename from omfib_buffer.
23618
236192007-10-08 Richard Stallman <rms@gnu.org>
23620
23621 * buffer.c (Foverlays_at): Doc fix.
23622
236232007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
23624
23625 * fns.c (Fplist_put): Preserve uneven tail data.
23626
236272007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
23628
23629 * termhooks.h (enum event_kind): Remove trailing comma.
23630
23631 * frame.h (enum): Remove trailing comma.
23632
236332007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
23634
23635 * w32proc.c (delete_child): Don't terminate threads of zombies.
23636
236372007-10-08 Martin Rudalics <rudalics@gmx.at>
23638
23639 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
23640
23641 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
23642 last-repeatable-command.
23643 (init_kboard): Initialize Vlast_repeatable_command.
23644 (command_loop_1): Set it to real_this_command unless that was
23645 bound to an input event.
23646 (mark_kboards): Mark it.
23647
236482007-10-08 Richard Stallman <rms@gnu.org>
23649
23650 * eval.c (condition-case): Doc fix.
23651
236522007-10-08 Masatake YAMATO <jet@gyve.org>
23653
23654 * xfaces.c (tty_supports_face_attributes_p): Fix code
23655 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
23656 was copied and not edited.
23657
236582007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
23659
23660 Add new `input-decode-map' keymap and use it for terminal
23661 escape sequences.
23662 * keyboard.h (struct kboard): Add Vinput_decode_map.
23663 Remove Vlocal_key_translation_map.
23664 * keyboard.c (read_key_sequence): Add support for input-decode-map.
23665 (init_kboard): Init input-decode-map.
23666 Replace local-key-translation-map back with key-translation-map.
23667 (syms_of_keyboard): Declare input-decode-map.
23668 Remove local-key-translation-map. Update docstrings.
23669 (mark_kboards): Mark Vinput_decode_map.
23670 Don't mark Vlocal_key_translation_map.
23671 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
23672 Replace local-key-translation-map back with key-translation-map.
23673 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
23674 Bind in input-decode-map rather than function-key-map.
23675
23676 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
23677 This was made redundant by the previous introduction of XSETPVECTYPE.
23678
236792007-10-09 Richard Stallman <rms@gnu.org>
23680
23681 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
23682
236832007-09-29 Richard Stallman <rms@gnu.org>
23684
23685 * eval.c (internal_condition_case_2, internal_condition_case_1)
23686 (internal_condition_case): Reenable abort if x_catching_errors ()
23687 to see if that really happens and why.
23688
236892007-10-06 Andreas Schwab <schwab@suse.de>
23690
23691 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
23692
236932007-10-04 Juanma Barranquero <lekktu@gmail.com>
23694
23695 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
23696
236972007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23698
23699 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
23700
237012007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23702
23703 * window.h (struct window):
23704 * window.c (struct save_window_data, struct saved_window):
23705 * termhooks.h (struct terminal):
23706 * process.h (struct Lisp_Process):
23707 * frame.h (struct frame):
23708 * buffer.h (struct buffer):
23709 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
23710 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
23711 The size field of (pseudo)vectors is now unsigned.
23712 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
23713
23714 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
23715 Turn `count' into an integer.
23716
23717 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
23718 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
23719 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
23720 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
23721 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
23722
23723 * alloc.c (allocate_pseudovector): New fun.
23724 (ALLOCATE_PSEUDOVECTOR): New macro.
23725 (allocate_window, allocate_terminal, allocate_frame)
23726 (allocate_process): Use it.
23727 (mark_vectorlike): New function.
23728 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
23729 (mark_terminals): Use it.
23730 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
23731 (Fmake_byte_code): Use XSETPVECTYPE.
23732
23733 * frame.c (Fframe_parameters): Minor simplification.
23734
23735 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
23736
23737 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
23738
23739 * buffer.c (Fget_buffer_create, init_buffer_once):
23740 * lread.c (defsubr):
23741 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
23742
23743 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
23744 defined differently in the m/*.h files.
23745 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
23746 (XSETPVECTYPE): New macro.
23747 (XSETPSEUDOVECTOR): Use it.
23748
23749 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
23750 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
23751
23752 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
23753 * lread.c (defvar_per_buffer):
23754 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
23755
23756 * window.c (candidate_window_p): Only consider as visible frames that
23757 are on the same terminal.
23758
23759 * m/ibms390x.h (MARKBIT): Remove unused macro.
23760
237612007-10-01 Juanma Barranquero <lekktu@gmail.com>
23762
23763 * lread.c (Fload): Fix typo in docstring.
23764
237652007-10-01 Michaël Cadilhac <michael@cadilhac.name>
23766
23767 * floatfns.c (Fexpt): Manually check for overflows, so that a power
23768 of a non-zero value can't yield zero.
23769
237702007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
23771
23772 * term.c (term_clear_mouse_face, term_mouse_highlight)
23773 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
23774
23775 * print.c (safe_debug_print): Use XHASH.
23776
23777 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
23778 Lisp elements such as tags.
23779 (XHASH): New macro.
23780 (EQ): Use it.
23781 (SREF, SSET, STRING_COPYIN): Use SDATA.
23782 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
23783
23784 * alloc.c (mark_terminal): Remove left-over declaration.
23785 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
23786 (allocate_vectorlike): Remove type argument. Adjust callers.
23787 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
23788 Only handle the one remaining MEM_TYPE_VECTORLIKE.
23789
23790 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
23791 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
23792 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
23793 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
23794 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
23795 Use them.
23796
23797 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
23798 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
23799 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
23800
238012007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
23802
23803 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
23804 loaded by default.
23805
238062007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
23807
23808 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
23809 on this tty.
23810 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
23811
23812 * term.c (mouse_face_window): Rename from Qmouse_face_window.
23813 Update all users.
23814 (handle_one_term_event): Use Gpm_DrawPointer.
23815 (Fgpm_mouse_start): Rename from Fterm_open_connection.
23816 Signal errors instead of returning nil. Always return nil.
23817 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
23818 Make it a noop if gpm-mouse was not activated.
23819 (syms_of_term): Update names.
23820
238212007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
23822
23823 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
23824 (init_sys_modes): Check that gpm_tty is the current tty.
23825
23826 * alloc.c (allocate_terminal): Set the vector size to only count the
23827 lisp fields. Initialize those to nil.
23828 (mark_object): Don't treat terminals specially.
23829 (mark_terminal): Remove.
23830 (mark_terminals): Use mark_object instead.
23831
23832 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
23833 the GC to the beginning.
23834
23835 * indent.h:
23836 * indent.c: Use EMACS_INT for ints coming from Elisp data.
23837
23838 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
23839
238402007-09-25 Jason Rumney <jasonr@gnu.org>
23841
23842 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
23843
23844 * w32console.c (create_w32cons_output): Remove.
23845
23846 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
23847
23848 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
23849 (reset_sys_modes): Use reset_terminal_modes_hook.
23850
238512007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23852
23853 * eval.c (do_autoload): Don't output any message.
23854
238552007-09-24 Juri Linkov <juri@jurta.org>
23856
23857 * emacs.c (standard_args): Change priority of "--no-splash"
23858 from 40 to 3. Add "--no-desktop" with the same priority.
23859
238602007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
23861
23862 * alloc.c (gc_sweep): Check cons cell mark bits word by word
23863 and optimize the case where they are all 1.
23864
238652007-09-23 Johannes Weiner <hannes@saeurebad.de>
23866
23867 * lisp.h (abs): Define if not defined.
23868 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
23869 Don't define `abs', since it's defined in lisp.h.
23870
238712007-09-22 Eli Zaretskii <eliz@gnu.org>
23872
23873 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
23874 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
23875 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
23876 (init_tty): Use DEV_TTY instead of "/dev/tty".
23877 [WINDOWSNT]: No need to protect from NAME arg being null.
23878
238792007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23880
23881 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
23882 up the tty state.
23883
238842007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23885
23886 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
23887 (gpm_tty): Change its type.
23888 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
23889 (gpm_tty): Change its type and initialize it.
23890 (Fterm_open_connection): Check the frame is indeed a tty.
23891 Use the new gpm_tty.
23892 (Fterm_close_connection): Use the new gpm_tty.
23893 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
23894 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
23895
238962007-09-21 Juanma Barranquero <lekktu@gmail.com>
23897
23898 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
23899 underline_color, to draw strike-through.
23900
239012007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23902
23903 * lisp.h (allocate_terminal): Declare.
23904
23905 * window.c (candidate_window_p): Consider frames that are being placed
23906 by the user as somewhere between visible and iconified.
23907 (window_loop): Prefer windows on the current frame.
23908 (Fselect_window): Move the use of select-frame to the beginning so we
23909 can just delegate all the work (it'll call us back anyway).
23910
23911 * frame.c (Qdisplay_environment_variable):
23912 * frame.h (Qdisplay_environment_variable): Delete.
23913
23914 * .gdbinit (xbacktrace): Print the arg's address rather than the value
23915 of the first arg, since that value may be a union.
23916
23917 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
23918 parameter rather than Qdisplay_environment_variable. If all else
23919 fails, look for DISPLAY in initial-environment.
23920
239212007-09-21 Glenn Morris <rgm@gnu.org>
23922
23923 * Makefile.in (emacstool): Remove target.
23924 (lisp, shortlisp): Remove termdev.elc.
23925
239262007-09-21 Markus Triska <markus.triska@gmx.at>
23927
23928 * xterm.c (x_delete_display): Compile session management conditionally.
23929
239302007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
23931
23932 * callproc.c (getenv_internal_1): New function.
23933 (getenv_internal): Use it.
23934 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
23935
23936 * terminal.c (get_terminal): Don't accept ints to represent terminals.
23937 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
23938 (Fset_terminal_parameter): Work with dead terminals as well.
23939 (Fmodify_terminal_parameters): Remove.
23940
23941 * terminal.c (get_terminal): Handle terminals.
23942 Make sure the terminal returned is live.
23943 (create_terminal): Use allocate_terminal.
23944 (mark_terminals): Move to alloc.c.
23945 (delete_terminal): Use terminal->name as liveness status.
23946 NULL out fields after freeing their contents.
23947 Don't deallocate the object.
23948 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
23949 rather than an int.
23950 (Fterminal_live_p): Accept non-integer arguments.
23951 (Fterminal_list): Return terminal objects rather than an ints.
23952
23953 * alloc.c (enum mem_type): New member for `terminal' objects.
23954 (allocate_terminal): New function.
23955 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
23956 Handle terminals.
23957 (mark_terminal): New fun.
23958 (mark_terminals): Move from terminal.c.
23959
23960 * term.c (get_tty_terminal): Don't treat output_initial specially.
23961 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
23962 (delete_tty): Use terminal->name as liveness status.
23963
23964 * termhooks.h (struct terminal): Make it into a pseudovector.
23965 Remove `deleted' replaced by checking `name's nullness.
23966
23967 * print.c (print_object): Handle terminals.
23968
23969 * lisp.h (enum pvec_type): New `terminal' pseudovector.
23970 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
23971
23972 * frame.c (make_terminal_frame):
23973 * keyboard.c (tty_read_avail_input):
23974 * w32term.c (x_delete_terminal):
23975 * xfns.c (Fx_create_frame, x_create_tip_frame):
23976 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
23977
239782007-09-20 Glenn Morris <rgm@gnu.org>
23979
23980 * process.c (Fmake_network_process): Doc fix.
23981
239822007-09-19 Jason Rumney <jasonr@gnu.org>
23983
23984 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
23985
239862007-09-19 Michaël Cadilhac <michael@cadilhac.name>
23987
23988 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
23989 Fix a C warning regarding variable constness.
23990
23991 * xterm.c (handle_one_xevent): Fix a C warning.
23992
239932007-09-18 Jason Rumney <jasonr@gnu.org>
23994
23995 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
23996
239972007-09-17 Jan Djärv <jan.h.d@swipnet.se>
23998
23999 * gtkutil.c (gdpy_def): New variable.
24000 (xg_initialize): Initialize gdpy_def.
24001 (xg_display_close): If no other display exists, set gdpy_def to a
24002 new connection.
24003
240042007-09-16 Jan Djärv <jan.h.d@swipnet.se>
24005
24006 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
24007 when we have no file name for the icon.
24008 (xg_tool_bar_expose_callback): Remove.
24009 (xg_create_tool_bar): Don't connect expose signal to
24010 xg_tool_bar_expose_callback.
24011 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
24012
240132007-09-16 Andreas Schwab <schwab@suse.de>
24014
24015 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
24016 values instead of zapping them.
24017
240182007-09-14 Glenn Morris <rgm@gnu.org>
24019
24020 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
24021 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
24022 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
24023 scope and rename to omfib_buffer for clarity.
24024 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
24025
240262007-09-14 Kenichi Handa <handa@m17n.org>
24027
24028 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
24029
240302007-09-13 Jason Rumney <jasonr@gnu.org>
24031
24032 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
24033
24034 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
24035
24036 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
24037 (mac_term_init): Call here instead, passing rif.
24038
240392007-09-13 Glenn Morris <rgm@gnu.org>
24040
24041 * s/hpux.h: No longer define `static' as nothing.
24042
240432007-09-13 Johan Bockgård <bojohan@gnu.org>
24044
24045 * callint.c (Fcall_interactively): Remove unused var `fun'.
24046
240472007-09-12 Romain Francoise <romain@orebokech.com>
24048
24049 * window.c (prefer_window_split_horizontally, display_buffer):
24050 Revert 2007-09-08 change.
24051
240522007-09-12 Glenn Morris <rgm@gnu.org>
24053
24054 * alloca.c: Remove file.
24055 * Makefile.in (alloca): Do not undef.
24056 (allocaobj, alloca.o): Remove.
24057 (otherobj): Remove allocaobj.
24058 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
24059 * regex.c (C_ALLOCA): Remove all references and code that was only
24060 used when this was defined.
24061 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
24062 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
24063 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
24064
24065 * Makefile.in (SOURCES, unlock, relock): Delete.
24066
24067 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
24068 (menu_grab_callback): All uses changed.
24069
24070 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
24071 (x_reply_selection_request): All uses changed.
24072
240732007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
24074
24075 * lread.c (load_warn_old_style_backquotes): Change message to look
24076 better when it appears in the middle of byte-compiler messages.
24077
240782007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
24079
24080 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
24081
24082 * xterm.c (x_create_terminal): Add comment.
24083
24084 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
24085
240862007-09-10 Richard Stallman <rms@gnu.org>
24087
24088 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
24089
240902007-09-10 Michaël Cadilhac <michael@cadilhac.name>
24091
24092 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
24093 (DEFUN): Document `intspec', use it instead of `prompt'.
24094
24095 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
24096
24097 * data.c (Finteractive_form): If the interactive specification starts
24098 with a `(', use it as a Lisp form.
24099
24100 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
24101 name and file modes.
24102
24103 * callint.c (Fcall_interactively): Comment fixes.
24104
241052007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
24106
24107 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
24108 and compiled functions.
24109
241102007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
24111
24112 * window.c (prefer_window_split_horizontally): New variable.
24113 (display_buffer): Consider splitting window horizontally depending
24114 on prefer_window_split_horizontally.
24115
241162007-09-08 Eli Zaretskii <eliz@gnu.org>
24117
24118 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
24119
241202007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24121
24122 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
24123
24124 * frame.c (x_set_frame_parameters): Check number is positive before
24125 using XFASTINT.
24126
24127 * window.c (freeze_window_start): Don't presume selected_window holds
24128 a window object.
24129 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
24130
241312007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
24132
24133 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
24134
241352007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24136
24137 * window.c (Vsplit_window_preferred_function): New var.
24138 (Fdisplay_buffer): Use it.
24139 (syms_of_window): Export, and initialize it.
24140
241412007-09-06 Pixel <pixel@mandriva.com> (tiny change)
24142
24143 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
24144
241452007-09-06 Glenn Morris <rgm@gnu.org>
24146
24147 * gtkutil.c (menu_grab_callback) <cnt>:
24148 * xselect.c (x_reply_selection_request) <cnt>: Move static
24149 variable to file scope.
24150
241512007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24152
24153 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
24154 consistent values of selected_frame and selected_window.
24155
241562007-09-04 Jason Rumney <jasonr@gnu.org>
24157
24158 * w32console.c (initialize_w32_display): Zero unused hooks.
24159
241602007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
24161
24162 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
24163 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
24164
241652007-09-04 Jason Rumney <jasonr@gnu.org>
24166
24167 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
24168 in w32console.c. Set up input. Remove XXX comments that have been
24169 confirmed as correct.
24170
24171 * s/ms-w32.h (MULTI_KBOARD): Define.
24172
24173 * w32console.c (one_and_only_w32cons): Remove.
24174 (initialize_w32_display): Take terminal argument.
24175
24176 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
24177 initialize_w32_display.
24178 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
24179
24180 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
24181
24182 * keyboard.c (discard_mouse_events): Discard it.
24183 (make_lispy_event): Translate it to a lisp event.
24184 (lispy_wheel_names): Add wheel-left and right events.
24185 (syms_of_keyboard): Enlarge wheel_syms.
24186
24187 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
24188 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
24189
24190 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
24191
24192 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
24193 from WM_MOUSEHWHEEL.
24194 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
24195
24196 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
24197 terminal.
24198
24199 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
24200 keyboard for the terminal.
24201
242022007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
24203
24204 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
24205 (Vresume_tty_hook): Rename from Vresume_tty_functions.
24206 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
24207 and resume-tty-function to resume-tty-hook.
24208 (Fsuspend_tty, Fresume_tty): Use new names.
24209
242102007-09-02 Jan Djärv <jan.h.d@swipnet.se>
24211
24212 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
24213 if it starts with "n:".
24214
242152007-08-31 Jan Djärv <jan.h.d@swipnet.se>
24216
24217 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
24218
242192007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
24220
24221 * frame.h:
24222 * frame.c (Qterm_environment_variable): Remove.
24223 (syms_of_frame): Don't init and staticpro it.
24224
24225 * callproc.c (getenv_internal): Remove special case for $TERM.
24226
24227 * callproc.c (Vinitial_environment): New variable.
24228 (set_initial_environment): Initialize it.
24229 (syms_of_callproc): Declare it.
24230 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
24231 TERM under which a process runs is never related to the TERM in which
24232 Emacs is running.
24233
242342007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
24235
24236 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
24237 * s/darwin.h: ... do it here.
24238
242392007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
24240
24241 * lisp.h (set_initial_environment): Rename from set_global_environment.
24242
24243 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
24244 removed by mistake on the multi-tty branch.
24245
24246 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
24247 (Fmodify_frame_parameters): Return a value.
24248
24249 * image.c (png_load): Comment-out var only used in commented-out code.
24250
24251 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
24252 before passing it to mark_object.
24253
24254 * xfaces.c (internal_resolve_face_name): Return a value.
24255 (internal_resolve_face_name, resolve_face_name_error): Comment out.
24256
24257 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
24258 (x_icon): Comment-out var only used in commented-out code.
24259
242602007-08-29 Romain Francoise <romain@orebokech.com>
24261
24262 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
24263 QUIT hasn't been provided.
24264
242652007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
24266
24267 * callproc.c (child_setup, getenv_internal): Use the
24268 display-environment-variable and term-environment-variable frame params.
24269 (set_initial_environment): Initialise Vprocess_environment.
24270
24271 * config.in: Disable multi-keyboard support on a mac.
24272
24273 * frame.c (Qterm_environment_variable)
24274 (Qdisplay_environment_variable): New variables.
24275 (syms_of_frame): Intern and staticpro them.
24276 (Fmake_terminal_frame): Disable output method test.
24277
24278 * frame.h: Declare them here.
24279
24280 * macfns.c (x_set_mouse_color): Get rif from the frame.
24281 (x_set_tool_bar_lines): Don't use updating_frame.
24282 (mac_window): Add 2 new parameters for consistency with other systems.
24283 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
24284 frame parameters following what is done in X11 and w32. Don't use
24285 FRAME_MAC_DISPLAY_INFO.
24286 (Fx_open_connection, start_hourglass): Remove window-system check.
24287 (x_create_tip_frame): Get the keyboard from the terminal.
24288
24289 * macmenu.c: Reorder includes.
24290 (Fx_popup_menu): Use terminal specific mouse_position_hook.
24291
24292 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
24293 terminal parameter.
24294 (x_clear_frame): Add a frame parameter.
24295 (note_mouse_movement): Get rif from the frame.
24296 (mac_term_init): Initialize the terminal.
24297 (mac_initialize): Make static and move terminal initialization ...
24298 (mac_create_terminal): ... to this new function.
24299
24300 * macterm.h (struct mac_display_info): Add terminal.
24301 (mac_initialize): Delete declaration.
24302
24303 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
24304
24305 * sysdep.c: Comment out text after #endif.
24306
24307 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
24308 is defined. Better initialize ttys in windows. Use terminal
24309 specific mouse_position_hook.
24310
24311 * termhooks.h (union display_info): Add mac_display_info.
24312
24313 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
24314 Set the default minibuffer frame, window_system and the rest of the
24315 frame parameters following what is done in X11.
24316
24317 * w32term.c (w32_initialize): Make static.
24318
24319 * xselect.c (x_handle_selection_clear): Only access
24320 terminal->kboard when MULTI_KBOARD is defined.
24321
24322 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
24323 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
24324
243252007-08-29 Jason Rumney <jasonr@gnu.org>
24326
24327 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
24328 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
24329
24330 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
24331 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
24332
24333 * keyboard.c (restore_kboard_configuration): Only define when
24334 MULTI_KBOARD defined.
24335
24336 * makefile.w32-in: Update dependancies from Makefile.in.
24337 (OBJ1): Add terminal.$(O)
24338
24339 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
24340 Don't define function body.
24341 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
24342
24343 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
24344
24345 * w32.c (request_sigio, unrequest_sigio): Remove.
24346
24347 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
24348 (w32con_clear_frame, w32con_clear_end_of_line)
24349 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
24350 (w32con_delete_glyphs, w32con_set_terminal_window)
24351 (scroll_line, w32_sys_ring_bell): Add frame arg.
24352 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
24353 Add terminal arg.
24354 (PICK_FRAME): Remove.
24355 (w32con_write_glyphs): Use frame specific terminal coding.
24356 (one_and_only_w32cons): New global variable.
24357 (initialize_w32_display): Use it for storing hooks.
24358 (create_w32cons_output): New function.
24359
24360 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
24361 arg a frame.
24362
24363 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
24364 Set window_system.
24365 (x_set_tool_bar_lines): Don't use updating_frame.
24366 (Fx_create_frame): Set terminal and ref count.
24367 (Fx_open_connection): Remove window-system check.
24368
24369 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
24370
24371 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
24372 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
24373 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
24374 Add frame arg.
24375 (x_delete_terminal, w32_create_terminal): New functions.
24376 (w32_term_init): Create a terminal.
24377 (w32_initialize): Move terminal specific initialization to
24378 w32_create_terminal.
24379
24380 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
24381 (w32_clear_rect, w32_clear_area): Use background from frame.
24382 (w32_display_info): Add terminal.
24383 (w32_sys_ring_bell, x_delete_display): Declare here.
24384
24385 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
24386
24387 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
24388
243892007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
24390
24391 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
24392 Fix get_named_tty calls for the controlling tty.
24393
243942007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
24395
194d44e7 24396 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
24397
243982007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
24399
24400 * term.c (tty_insert_glyphs): Add missing first parameter.
24401
244022007-08-29 Károly Lőrentey <karoly@lorentey.hu>
24403
24404 * buffer.c (Fbuffer_list, Fbury_buffer):
24405 Take frame->buried_buffer_list into account.
24406
24407 * cm.c (current_tty): New variable, for cmputc().
24408 (cmputc): Use it.
24409 (cmcheckmagic): Add tty parameter, look up terminal streams there.
24410 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
24411 (cmgoto): Add tty parameter. Pass it on to calccost().
24412 Use emacs_tputs() instead of tputs().
24413
24414 * cm.h (emacs_tputs): New macro to set current_tty, and then call
24415 tputs().
24416 (current_tty): New variable, for cmputc().
24417 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
24418
24419 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
24420 (internal_condition_case, internal_condition_case_1)
24421 (internal_condition_case_2): Don't abort when x_catching_errors.
24422
24423 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
24424 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
24425 prevent crashes caused by bogus longjmps in read_char.
24426
24427 * keymap.h (Fset_keymap_parent): Add EXFUN.
24428
24429 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
24430 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
24431 Remove redundant definition.
24432
24433 * macfns.c (x_set_mouse_color, x_make_gc):
24434 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24435
24436 * w32term.c (x_free_frame_resources):
24437 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24438 (w32_initialize): Use the accessor macros for terminal characteristics.
24439
24440 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
24441 Use the accessor macros for terminal characteristics.
24442 * msdos.c (internal_terminal_init): Use the accessor macros for
24443 terminal characteristics.
24444 (ScreenVisualBell, internal_terminal_init):
24445 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24446
24447 * termopts.h (no_redraw_on_reenter): Declare.
24448
24449 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
24450 (mark_terminals, mark_ttys): Declare.
24451 (Fgarbage_collect): Call them.
24452 (mark_object): Mark buried_buffer_list.
24453
24454 * prefix-args.c: Include stdlib.h for exit.
24455
24456 * syssignal.h: Add comment.
24457
24458 * indent.c: Include stdio.h.
24459
24460 * window.h (Vinitial_window_system): Declare.
24461 (Vwindow_system): Delete declaration.
24462
24463 * fontset.c (Finternal_char_font): Use FRAME_RIF.
24464
24465 * image.c (lookup_image): Don't initialize `c' until the xasserts
24466 have been run.
24467
24468 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
24469 FRAME_FOREGROUND_PIXEL.
24470
24471 * print.c (print_preprocess): Don't lose print_depth levels while
24472 iterating.
24473
24474 * widget.c (update_from_various_frame_slots):
24475 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24476
24477 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
24478 frames.
24479 (window_internal_height): Remove bogus make_number call.
24480 (init_window_once): Call make_terminal_frame with two zero parameters.
24481
24482 * fileio.c (Fread_file_name): Update comment.
24483
24484 * callint.c (Fcall_interactively):
24485 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
24486 Make sure it is correctly unwound.
24487
24488 * xsmfns.c (x_session_close): New function.
24489
24490 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
24491 Delete declarations.
24492
24493 * xterm.h: Remove declaration for x_fully_uncatch_errors.
24494 (x_output): Remove background_pixel and foreground_pixel fields.
24495 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
24496 (x_delete_device, x_session_close): Declare.
24497
24498 * lread.c: Include setjmp.h. Update declaration of `read_char'.
24499 (read_filtered_event): Call `read_char' with a local
24500 `wrong_kboard_jmpbuf'.
24501
24502 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
24503 Don't call single_kboard_state. Use FRAME_RIF.
24504
24505 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
24506 systems.
24507
24508 * lisp.h (set_process_environment): Rename to `set_global_environment'.
24509 (Fframe_with_environment, Fset_input_meta_mode)
24510 (Fset_quit_char): EXFUN.
24511 (x_create_device, tty_output, terminal, tty_display_info): Declare.
24512 (init_sys_modes, reset_sys_modes): Update prototypes.
24513 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
24514
24515 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
24516 Vlocal_key_translation_map, and Vkeyboard_translate_table.
24517 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
24518 Delete declarations.
24519 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
24520 (temporarily_switch_to_single_kboard, tty_read_avail_input):
24521 New declarations.
24522
24523 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
24524 already does that during init_display(). Call syms_of_keymap
24525 before syms_of_keyboard. Call `syms_of_terminal'.
24526 Call set_initial_environment, not set_process_environment.
24527 (shut_down_emacs): Call reset_all_sys_modes() instead of
24528 reset_sys_modes().
24529
24530 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
24531 (internal_resolve_face_name, resolve_face_name_error): New functions.
24532 (resolve_face_name): Protect against loops and errors thrown by Fget.
24533 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
24534 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
24535
24536 * scroll.c: Replace CURTTY() with local variables throughout the
24537 file (where applicable).
24538 (calculate_scrolling, calculate_direct_scrolling)
24539 (scrolling_1, scroll_cost): Use the accessor macros for terminal
24540 characteristics.
24541
24542 * keymap.c (Vfunction_key_map): Remove.
24543 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
24544 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
24545 (Vkey_translation_map): Remove.
24546 (syms_of_keymap): Remove DEFVAR for key-translation-map.
24547 (Fdescribe_buffer_bindings)
24548 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
24549 Update for terminal-local key-translation-map.
24550
24551 * Makefile.in (callproc.o): Update dependencies.
24552 (lisp, shortlisp): Add termdev.elc.
24553 (obj): Add terminal.o.
24554 (terminal.o): Add dependencies.
24555 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
24556 (data.o, fns.o): Add termhooks.h dependency.
24557 (SOME_MACHINE_LISP): Add dnd.elc.
24558 (minibuf.o): Fix typo.
24559 Update dependencies.
24560
24561 * data.c (do_symval_forwarding, store_symval_forwarding)
24562 (find_symbol_value): Use the selected frame's keyboard, not
24563 current_kboard.
24564
24565 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
24566 Vwindow_system.
24567
24568 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
24569 Fmenu_bar_open.
24570 (syms_of_xmenu): Update defsubr.
24571 (mouse_position_for_popup, Fx_popup_menu)
24572 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
24573 (set_frame_menubar, free_frame_menubar)
b97439ce 24574 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
24575 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
24576 an X frame.
24577
24578 * xselect.c (x_own_selection): Abort if not an X frame.
24579 (some_frame_on_display): Check if it is an X frame.
24580 (x_handle_selection_clear): Deal with MULTI_KBOARD.
24581
24582 * coding.c: Include frame.h and termhooks.h.
24583 (terminal_coding, keyboard_coding): Delete.
24584 (Fset_terminal_coding_system_internal)
24585 (Fset_keyboard_coding_system_internal)
24586 (Fkeyboard_coding_system)
24587 (Fterminal_coding_system): Add a terminal parameter.
24588 Get terminal_coding from the terminal.
24589 (init_coding_once): Don't call setup_coding_system here.
24590
24591 * dispextern.h (set_scroll_region, turn_off_insert)
24592 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
24593 (tty_clear_end_of_line, tty_setup_colors)
24594 (delete_tty, updating_frame)
24595 (produce_special_glyphs, produce_glyphs, write_glyphs)
24596 (insert_glyphs): Remove.
24597 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
24598 (tty_turn_off_highlight, get_tty_size): Add declaration.
24599 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
24600
24601 * frame.h (enum output_method): Add output_initial.
24602 (struct x_output): Delete.
24603 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
24604 Access foreground_pixel and background_pixel directly from the frame.
24605 (tty_display): Delete.
24606 (struct frame): Add buried_buffer_list, foreground_pixel,
24607 background_pixel and terminal. Delete kboard.
24608 (union output_data): Add tty.
24609 (FRAME_KBOARD): Get the kboard from the terminal.
24610 (FRAME_INITIAL_P): New macro.
24611 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
24612 (Qterm_environment_variable, Qdisplay_environment_variable)
24613 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
24614 New declarations.
24615
24616 * termchar.h (tty_output, tty_display_info): New structures.
24617 (tty_list): Declare.
24618 (FRAME_TTY, CURTTY): New macros.
24619 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
24620 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
24621 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
24622 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
24623
24624 * callproc.c: Include frame.h and termhooks.h, for terminal
24625 parameters.
24626 (add_env): New function.
24627 (child_setup): Use it.
24628 (child_setup, getenv_internal): Handle the new Vprocess_environment.
24629 (getenv_internal): Fix get_terminal_param call.
24630 (Fgetenv_internal, egetenv): Update doc.
24631 (syms_of_callproc): Initialize Vprocess_environment to nil.
24632 Register and initialize them. Remove obsolete defvars. Update doc
24633 strings.
24634 (child_setup): Handle Vlocal_environment_variables.
24635 (getenv_internal): Add terminal parameter.
24636 Handle Vlocal_environment_variables.
24637 (Fgetenv_internal): Add terminal parameter.
24638 (child_setup, getenv_internal, Fgetenv_internal): Store the local
24639 environment in a frame (not terminal) parameter. Update doc strings.
24640 (set_initial_environment): Rename from set_global_environment.
24641 Store Emacs environment in initial frame parameter.
24642
24643 * xdisp.c (redisplay_internal): Update references to
24644 `previous_terminal_frame'.
24645 (display_mode_line, Fformat_mode_line): Replace calls to
24646 `push_frame_kboard' with `push_kboard'.
24647 (get_glyph_string_clip_rects): Add extra parentheses and
24648 braces to prevent compiler warnings.
24649 (calc_pixel_width_or_height): Add xassert to check that the
24650 frame is alive. Don't call `lookup_image' on a termcap frame.
24651 (message2_nolog, message3_nolog, redisplay_internal)
24652 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
24653 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
24654 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
24655 (Fx_display_pixel_width, Fx_display_pixel_height)
24656 (Fx_display_planes, Fx_display_color_cells)
24657 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
24658 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
24659 (Fx_display_backing_store, Fx_display_visual_class)
24660 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
24661 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
24662
24663 * xfns.c (x_set_foreground_color x_set_background_color)
24664 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
24665 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24666 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
24667 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
24668 terminal that is being deleted.
24669 (Fx_create_frame): Use `store_frame_param' to set `window-system'
24670 frame parameter, and make sure it overrides any user-supplied setting.
24671 (Fx_close_connection, Fx_synchronize): Unify argument names with
24672 the rest of the DEFUNs.
24673
24674 * dispnew.c (Fsend_string_to_terminal): Update call to
24675 `get_tty_terminal'.
24676 (Fredraw_frame, Fsend_string_to_terminal)
24677 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
24678 FRAME_TERMCAP_P and FRAME_TTY.
24679 (window_change_signal): Don't believe width/height values that are
24680 impossibly small.
24681 (Vinitial_window_system): Rename from Vwindow_system.
24682 (termscript, Wcm, rif): Delete.
24683
24684 * termhooks.h (struct terminal): New struct containing the
24685 previously global text display hooks and new members NAME,
24686 DELETED and PARAM_ALIST.
24687 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
24688 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
24689 (FRAME_RIF): New macros.
24690 (get_terminal_param, get_device): New declarations.
24691 (termscript): Delete declaration.
24692
24693 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
24694 (XTflash, x_free_frame_resources, x_scroll_bar_create)
24695 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
24696 FRAME_FOREGROUND_PIXEL.
24697 (x_fully_uncatch_errors): Disable definition.
24698 (x_scroll_bar_expose): Fix reference to foreground pixel.
24699 (XTread_socket): Disable loop on all X displays.
24700 (x_delete_terminal): Don't set terminal->deleted and let
24701 delete_terminal delete the frames on the terminal.
24702 (x_delete_display): Doc update to reflect changes in
24703 delete_terminal.
24704 (x_display_info) <terminal>: Move member earlier in the struct.
24705 (deleting_tty): Remove old variable.
24706 (Fsuspend_tty): Call clear_tty_hooks.
24707 (Fresume_tty, init_tty): Call set_tty_hooks.
24708 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
24709 errors on X frames.
24710 (x_catch_errors_unwind): Abort if x_error_message is NULL.
24711 (handle_one_xevent): Initialize `f' to NULL.
24712 (x_delete_terminal, x_create_terminal): New functions.
24713 (XTset_terminal_modes, XTreset_terminal_modes)
24714 (XTread_socket, x_connection_closed, x_term_init)
24715 (x_term_init, x_delete_display): Add terminal parameter.
24716 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
24717 X connections.
24718
24719 * frame.c: Include termchar.h.
24720 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
24721 (Qwindow_system, Qenvironment, Qterm_environment_variable)
24722 (Qdisplay_environment_variable): New vars.
24723 (Fframep): Deal with output_initial.
24724 (Fframe-live-p): Doc fix.
24725 (Fwindow-system): New function.
24726 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
24727 (make_terminal_frame): Don't create frames on a terminal that is
24728 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24729 (store_frame_param): Check for found_for_frame before calling XFRAME.
24730 (Fmake_terminal_frame): Handle NULL tty names correctly.
24731 (syms_of_frame): Enhance doc string of `default-frame-alist'.
24732 (Fdelete_frame): Remove unused variable `count'. Don't allow other
24733 frames to refer to a deleted frame in their 'environment parameter.
24734 (Fframe_with_environment): New function.
24735 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
24736 (get_future_frame_param): New function.
24737 (Fmake_terminal_frame): Use it.
24738 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
24739
24740 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
24741 * sysdep.c (reset_sys_modes): Update for renames.
24742
24743 * keyboard.c (tty_read_avail_input): New function.
24744 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
24745 (syms_of_keyboard): Defsubr them.
24746 (Fset_input_meta_mode, Fset_quit_char): New functions.
24747 (Fset_input_mode): Split to above functions.
24748 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
24749 parameter. Use it in call to `read_char'.
24750 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
24751 Set wrong_kboard_jmpbuf correctly in recursive calls.
24752 Use current_kboard to access Vkeyboard_translate_table.
24753 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
24754 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
24755 Update longjmp invocations. Remember the original current_kboard,
24756 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
24757 changes it. Comment out unnecessary calls to
24758 `record_single_kboard_state' and `any_kboard_state'.
24759 Update recursive calls.
24760 (wrong_kboard_jmpbuf): Remove global variable.
24761 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
24762 Handle deleted interrupted_kboards correctly; that is a legal
24763 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
24764 and read_char calls. Abort if interrupted_kboard died in read_char.
24765 (any_kboard_state, single_kboard_state)
24766 (push_frame_kboard): Remove function.
24767 (pop_kboard): Switch out of single_kboard mode if the kboard has
24768 been deleted. Remove unused variable. Help debugging by not
24769 changing current_kboard unnecessarily. Set current_kboard to the
24770 kboard of the selected frame when the stored kboard object has
24771 been deleted before pop_kboard.
24772 (temporarily_switch_to_single_kboard): Change first parameter to a
24773 frame pointer. Throw an error when caller wants to change kboards
24774 while in single_kboard mode. Don't push_kboard if we weren't in
24775 single kboard state. Don't pop_kboard if we popped into any
24776 kboard state.
24777 (restore_kboard_configuration): Abort if pop_kboard changed the
24778 kboard in single_kboard mode. Call pop_kboard only after setting
24779 up single_kboard mode.
24780 (Frecursive_edit): Switch to single_kboard mode only in nested
24781 command loops.
24782 (cmd_error, command_loop, command_loop_1, timer_check):
24783 Comment out unnecessary call to `any_kboard_state' and
24784 `record_single_kboard_state'.
24785 (delete_kboard): Exit single_kboard mode if we have just deleted
24786 that kboard. Use FRAME_KBOARD.
24787 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
24788 `fatal_error_signal'.
24789 (record_single_kboard_state): Don't push_kboard if we weren't in
24790 single kboard state. Don't pop_kboard if we popped into any
24791 kboard state.
24792 (push_frame_kboard): Rename to push_kboard.
24793 (kbd_buffer_get_event): Use FRAME_TERMINAL.
24794 (read_avail_input): Read input from all terminals.
24795 (mark_kboards): Also mark Vkeyboard_translate_table.
24796 (kbd_buffer_store_event_hold): Simplify condition.
24797 (read_key_sequence): Reinitialize fkey and keytran at each replay.
24798 (Vkeyboard_translate_table): Move to struct kboard.
24799 (init_kboard): Initialize Vkeyboard_translate_table.
24800 (syms_of_keyboard): Use DEFVAR_KBOARD to define
24801 Vkeyboard_translate_table. Update doc strings. Update docs of
24802 local-function-key-map and function-key-map.
24803
24804 * terminal.c: New file.
24805
24806 * term.c: Include errno.h.
24807 (Vring_bell_function, device_list, initial_device)
24808 (next_device_id, ring_bell, update_begin, update_end)
24809 (set_terminal_window, cursor_to, raw_cursor_to)
24810 (clear_to_end, clear_frame, clear_end_of_line)
24811 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
24812 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
24813 (syms_of_term): Move their initialization to terminal.c.
24814 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
24815 (Ftty_display_color_cells)
24816 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
24817 (clear_tty_hooks, set_tty_hooks)
24818 (init_tty, maybe_fatal): New functions.
24819 (Ftty_type): Return nil if terminal is not on a tty instead of
24820 throwing an error. Doc update.
24821 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
24822 Doc update. Initialize new subrs and variables.
24823 (delete_tty): Use terminal->deleted.
24824 (tty_set_terminal_modes): Rename from set_terminal_modes.
24825 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
24826 (set_scroll_region): Rename to `tty_set_scroll_region'.
24827 (turn_on_insert): Rename to `tty_turn_on_insert'.
24828 (turn_off_insert): Rename to `tty_turn_off_insert'.
24829 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
24830 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
24831 (toggle_highligh): Rename to `tty_toggle_highlight'.
24832 (background_highlight): Rename to `tty_background_highlight'.
24833 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
24834 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
24835 (tty_set_scroll_region, tty_background_highlight)
24836 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
24837 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
24838 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
24839 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
24840 Add static modifier.
24841 (tty_reset_terminal_modes, tty_set_terminal_window)
24842 (tty_set_scroll_region, tty_background_highlight)
24843 (tty_highlight_if_desired, tty_cursor_to)
24844 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
24845 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
24846 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
24847 renames.
24848
248492007-08-28 Jan Djärv <jan.h.d@swipnet.se>
24850
24851 * keyboard.c: Qrtl is new.
24852 (parse_tool_bar_item): Handle :rtl keyword.
24853 (syms_of_keyboard): Intern :rtl keyword.
24854
24855 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
24856
24857 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
24858 so no Lisp code is executed.
24859 (file_for_image, find_rtl_image): New functions.
24860 (xg_get_image_for_pixmap): Use file_for_image.
24861 (update_frame_tool_bar): If direction is RTL, use RTL image if
24862 defined. Use Gtk stock images if defined.
24863
248642007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24865
24866 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
24867 for nonexistent or zero-width glyph in composition glyph.
24868
248692007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24870
24871 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
24872
24873 * xdisp.c (Finvisible_p): New function.
24874 (syms_of_xdisp): defsubr it.
24875
248762007-08-24 Juanma Barranquero <lekktu@gmail.com>
24877
24878 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
24879 Doc fixes.
24880
248812007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24882
24883 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
24884
248852007-08-24 Martin Rudalics <rudalics@gmx.at>
24886
24887 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
24888 whether decoding has modified buffer contents.
24889
248902007-08-24 Jason Rumney <jasonr@gnu.org>
24891
24892 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
24893 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
24894 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
24895 (init_svg_functions) [HAVE_NTGUI]: New function.
24896 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
24897 (svg_load_image): Use them.
24898 (svg_load_image) [HAVE_NTGUI]: Implement background.
24899
249002007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24901
24902 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
24903 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
24904 (LIBX): Remove @RSVG_LIBS@.
24905 (LIBES): Add $(RSVG_LIBS).
24906
24907 * image.c (svg_load_image): Blend with specified background if exists.
24908 Use IMAGE_BACKGROUND. Add Mac OS Support.
24909
24910 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
24911 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
24912 Remove macros.
24913 [MAC_OSX] (socket_callback): Do nothing.
24914 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
24915 ReceiveNextEvent.
24916 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
24917 socket_callback.
24918 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
24919
249202007-08-22 Glenn Morris <rgm@gnu.org>
24921
24922 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
24923
249242007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
24925
24926 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
24927
24928 * image.c: Add support for SVG images. Some additional comments
24929 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
24930 (svg_image_p): New function to test for SVG image.
24931 (svg_load): New function to load SVG image.
24932 (svg_load_image): New function, helper for svg_load.
24933 (Qsvg): New Lisp_object.
24934 (svg_keyword_index): New enum.
24935 (svg_format): New static `image_keyword' struct.
24936 (svg_type): New static `image_type' struct.
24937 (librsvg/rsvg.h): Include it.
24938
249392007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
24940
24941 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
24942
249432007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24944
24945 * lread.c (Qold_style_backquotes): New var.
24946 (syms_of_lread): Init and staticpro it.
24947 (load_warn_old_style_backquotes): New fun.
24948 (Fload): Use them to warn about old style backquotes.
24949 (end_of_file_error, Fload): Remove unused vars.
24950
24951 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
24952
24953 * lread.c (Vold_style_backquotes): New var.
24954 (syms_of_lread): Init and export it to Elisp.
24955 (read1): Set it when we find an old-style (back)quote.
24956
249572007-08-22 Jason Rumney <jasonr@gnu.org>
24958
24959 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
24960
249612007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
24962
24963 * puresize.h (BASE_PURESIZE): Increase to 1140000.
24964
249652007-08-19 Richard Stallman <rms@gnu.org>
24966
24967 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
24968
249692007-08-19 Andreas Schwab <schwab@suse.de>
24970
24971 * alloc.c (pure): Round PURESIZE up.
24972
249732007-08-17 Jan Djärv <jan.h.d@swipnet.se>
24974
24975 * xterm.c (handle_one_xevent): Remove check that mouse click is in
24976 active frame.
24977
249782007-08-16 Richard Stallman <rms@gnu.org>
24979
24980 * eval.c (Fcommandp): Add parens to clarify.
24981
24982 * minibuf.c (Fall_completions): Use enum for type of table.
24983
24984 * emacs.c (USAGE2): Improve text.
24985
249862007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
24987
24988 * term.c (tty_default_color_capabilities): Declare static
24989 variables in file scope, to avoid HPUX compiler problem.
24990
249912007-08-13 Jan Djärv <jan.h.d@swipnet.se>
24992
24993 * gtkutil.c (update_frame_tool_bar): Use -1 as index
24994 to gtk_toolbar_insert.
24995
249962007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
24997
24998 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
24999
25000 * insdel.c (reset_var_on_error): New fun.
25001 (signal_before_change, signal_after_change):
25002 Use it to reset (after|before)-change-functions to nil in case of error.
25003 Bind inhibit-modification-hooks to t.
25004 Don't bind (after|before)-change-functions to nil while they run.
25005
250062007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25007
25008 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
25009 filling pixmap with stippled background.
25010
250112007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25012
25013 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
25014 Don't use invisible frame as parent window for repositioning.
25015
250162007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
25017
25018 * print.c (new_backquote_output): Rename from old_backquote_output.
25019 (print): Inverse its logic (according to its name) so as to match the
25020 behavior of new_backquote_flag in lread.c.
25021
250222007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25023
25024 * gmalloc.c (posix_memalign): New function.
25025
25026 * macterm.c (frame_highlight, frame_unhighlight): Don't call
25027 ActivateControl/DeactivateControl here.
25028 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
25029 frame-notice-user-settings is non-nil.
25030 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
25031 for kEventParamFMFontStyle.
25032 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
25033 mac_pass_command_to_system and mac_pass_control_to_system here.
25034 (XTread_socket): Call ActivateControl/DeactivateControl here.
25035 (XTread_socket) [TARGET_API_MAC_CARBON]:
25036 Check mac_pass_command_to_system and mac_pass_control_to_system here.
25037 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
25038 for window repositioning.
25039
250402007-08-08 Glenn Morris <rgm@gnu.org>
25041
25042 * Replace `iff' in doc-strings and comments.
25043
250442007-08-07 Chong Yidong <cyd@stupidchicken.com>
25045
25046 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
25047
250482007-08-07 Martin Rudalics <rudalics@gmx.at>
25049
25050 * fileio.c (Finsert_file_contents): Run format-decode and
25051 after_insert_file_functions on entire buffer when REPLACE is
25052 non-nil and inhibit modification_hooks and point_motion_hooks.
25053 For consistency, run after_insert_file_functions iff something
25054 got inserted. Move signal_after_change and update_compositions
25055 after code running after_insert_file_functions. Make sure that
25056 undo_list doesn't record intermediate steps of the decoding process.
25057
250582007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25059
25060 * emacs.c (main)
25061 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
25062 Call malloc_enable_thread on interactive startup.
25063
25064 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
25065 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
25066 [USE_PTHREAD]: Conditionalize with it.
25067 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
25068 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
25069 New functions.
25070
250712007-08-06 Chong Yidong <cyd@stupidchicken.com>
25072
25073 * xdisp.c (redisplay_window): When restoring original buffer
25074 position, make sure it is still valid.
25075
25076 * image.c (png_load): Ignore png-supplied background color.
25077
250782007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25079
25080 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
25081 Use kCFAbsoluteTimeIntervalSince1970.
25082
25083 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
25084 New variable.
25085 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
25086 event loop should be quit.
25087 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
25088 Quit dialog event loop if quit_dialog_event_loop is set.
25089
25090 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
25091 (Selection): New typedef. Use instead of ScrapRef.
25092 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
25093 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
25094 (mac_clear_selection): Rename from clear_scrap.
25095 (get_flavor_type_from_symbol): New argument SEL and subsume function of
25096 scrap_has_target_type. All uses changed.
25097 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
25098 (mac_selection_has_target_p): New functions.
25099 (mac_put_selection_value): Rename from put_scrap_string.
25100 (mac_get_selection_value): Rename from get_scrap_string.
25101 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
25102 (put_scrap_private_timestamp, scrap_has_target_type)
25103 (get_scrap_private_timestamp): Remove functions.
25104 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
25105 (x_own_selection, x_get_local_selection):
25106 Use mac_valid_selection_value_p.
25107 (x_own_selection): Don't use put_scrap_private_timestamp.
25108 Record OWNERSHIP-INFO into Vselection_alist instead.
25109 (x_get_local_selection): Don't check type if request is local.
25110 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
25111 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
25112
251132007-08-04 Jan Djärv <jan.h.d@swipnet.se>
25114
25115 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
25116 add comment explaining why.
25117
251182007-08-03 Richard Stallman <rms@gnu.org>
25119
25120 * fileio.c (Fvisited_file_modtime): Use make_time.
25121
251222007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
25123
25124 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
25125 build.
25126
251272007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
25128
25129 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
25130
251312007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
25132
25133 * puresize.h (BASE_PURESIZE): Increase to 1130000.
25134
251352007-07-30 Richard Stallman <rms@gnu.org>
25136
25137 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
25138
251392007-07-29 Jan Djärv <jan.h.d@swipnet.se>
25140
25141 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
25142
251432007-07-28 Nick Roberts <nickrob@snap.net.nz>
25144
25145 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
25146 remote default-directory.
25147
25148 * buffer.c (mode-line-format): Update doc string.
25149
251502007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25151
25152 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
25153 scroll bar gap.
25154 (x_scroll_bar_create): Set bar->fringe_extended_p.
25155 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
25156 on frame edge. Check fringe background extension. Don't clear
25157 extended fringe background area.
25158
25159 * w32term.h (struct scroll_bar): New member fringe_extended_p.
25160 (w32_fill_area): Enclose multiple statements with do ... while (0).
25161
25162 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
25163 Extend fringe background to scroll bar gap.
25164 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
25165 Set bar->fringe_extended_p.
25166 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
25167 Put leftmost/rightmost scroll bars on frame edge. Check fringe
25168 background extension. Don't clear extended fringe background area.
25169
25170 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
25171 New member fringe_extended_p.
25172
251732007-07-25 Glenn Morris <rgm@gnu.org>
25174
25175 * Relicense all FSF files to GPLv3 or later.
25176
25177 * COPYING: Switch to GPLv3.
25178
251792007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
25180
25181 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
25182
25183 * data.c (Finteractive_form): Check for the presence of an
25184 `interactive-form' symbol property more thoroughly.
25185
25186 * data.c (Finteractive_form): Use an `interactive-form' property if
25187 present, analogous to the function-documentation property.
25188
251892007-07-24 Jason Rumney <jasonr@gnu.org>
25190
25191 * w32fns.c (x_real_positions): Get real position from OS instead of
25192 calculating it.
25193
251942007-07-23 Jason Rumney <jasonr@gnu.org>
25195
25196 * filelock.c (current_lock_owner): Allow for @ sign in username.
25197
251982007-07-22 Nick Roberts <nickrob@snap.net.nz>
25199
25200 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
25201 remote default-directory.
25202
25203 * buffer.c (mode-line-format): Describe above case in doc string.
25204
252052007-07-20 Eli Zaretskii <eliz@gnu.org>
25206
25207 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
25208 Define if not defined.
25209
252102007-07-18 Jason Rumney <jasonr@gnu.org>
25211
25212 * w32proc.c (w32_executable_type): Handle 64 bit executables.
25213
252142007-07-18 Richard Stallman <rms@gnu.org>
25215
25216 * data.c (Fsetq_default): Doc fix.
25217
25218 * eval.c (Fsetq): Doc fix.
25219
252202007-07-18 Juanma Barranquero <lekktu@gmail.com>
25221
25222 * coding.c (Ffind_operation_coding_system):
25223 * eval.c (For, Fand): Doc fixes.
25224 Reported by Johan Bockgård.
25225
252262007-07-18 Jan Djärv <jan.h.d@swipnet.se>
25227
25228 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
25229
25230 * xterm.h: Declare x_ewmh_activate_frame.
25231
25232 * xterm.c (x_ewmh_activate_frame): New function.
25233 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
25234
252352007-07-17 Martin Rudalics <rudalics@gmx.at>
25236
25237 * window.c (Fdisplay_buffer): If largest or LRU window is the
25238 only window, split it even if it is not eligible for splitting.
25239 This restores the original behavior broken by the 2007-07-15
25240 change.
25241
252422007-07-17 Glenn Morris <rgm@gnu.org>
25243
25244 * abbrev.c (abbrev_check_chars): New function.
25245 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
25246 Call abbrev_check_chars to check abbrev characters are word
25247 constituents. Doc fix.
25248
252492007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
25250
25251 * process.c (Fstart_process, Fmake_network_process)
25252 (read_process_output): Fix up last changes.
25253
252542007-07-16 Eli Zaretskii <eliz@gnu.org>
25255
25256 * makefile.w32-in (clean): Don't delete *~.
25257
252582007-07-16 Andreas Schwab <schwab@suse.de>
25259
25260 * window.c (Fdisplay_buffer): Use NILP.
25261 (Fset_window_scroll_bars): Likewise.
25262
252632007-07-15 Martin Rudalics <rudalics@gmx.at>
25264
25265 * window.c (window_min_size_2): New function.
25266 (window_min_size_1, size_window, Fdisplay_buffer)
25267 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
25268 windows without mode- or header-lines when window-min-height is
25269 too small.
25270 (size_window): Reset nodelete_p after testing it, following an
25271 earlier note by Kim F. Storm.
25272 (display_buffer): Do not set split_height_threshold to twice the
25273 value of window_min_height to avoid changing the value of a
25274 customizable variable. Rather explicitly check whether the
25275 height of the window that shall be splitted is at least as large
25276 as split_height_threshold.
25277 (Fwindow_full_width_p): New defun.
25278 (syms_of_window): Defsubr it.
25279
25280 * window.h: Add EXFUN for Fwindow_full_width_p.
25281
252822007-07-14 Jason Rumney <jasonr@gnu.org>
25283
25284 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
25285
252862007-07-14 Richard Stallman <rms@gnu.org>
25287
25288 * eval.c (maybe_call_debugger): New function.
25289 (find_handler_clause): Use maybe_call_debugger.
25290 Call it when the handler says `debug'.
25291 Eliminate DEBUGGER_VALUE_PTR.
25292 (Fsignal): Eliminate debugger_value.
25293 (Qdebug): New variable.
25294 (syms_of_eval): Initialize it.
25295
252962007-07-14 Juanma Barranquero <lekktu@gmail.com>
25297
25298 * eval.c (Fprogn):
25299 * keyboard.c (Ftrack_mouse):
25300 * print.c (Fwith_output_to_temp_buffer):
25301 * window.c (Fsave_window_excursion): Doc fix.
25302
253032007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
25304
25305 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
25306
253072007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
25308
25309 * process.h (struct Lisp_Process): Turn slots infd, outfd,
25310 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
25311 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
25312 read_output_delay, and read_output_skip from Lisp_Objects to ints.
25313 Remove unused encoding_carryover.
25314 * process.c: Adjust all functions accordingly.
25315
253162007-07-12 Richard Stallman <rms@gnu.org>
25317
25318 * term.c: Include unistd.h only if HAVE_UNISTD_H.
25319
253202007-07-11 Jason Rumney <jasonr@gnu.org>
25321
25322 * makefile.w32-in (LIBS): Include OLE32.
25323
25324 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
25325 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
25326
253272007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
25328
25329 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
25330 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
25331 from a Lisp_Object into a bare pointer.
25332 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
25333 Adjust the code correspondingly.
25334
25335 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
25336
25337 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
25338 (term_show_mouse_face): Remove unused var `j'.
25339 (handle_one_term_event): Remove unused vars `i' and `j'.
25340 Don't cast return value of ttyname since it's not necessary.
25341
253422007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
25343
25344 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
25345 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
25346
25347 * fns.c (map_char_table): Use an array of int for `indices' rather than
25348 an array of Lisp_Objects (which are only ever integers anyway).
25349 (Fmap_char_table): Update caller.
25350 * lisp.h: Update prototype.
25351 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
25352 * fontset.c (Ffontset_info):
25353 * casetab.c (set_case_table): Update callers.
25354
25355 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
25356
25357 * keymap.c (struct accessible_keymaps_data)
25358 (struct where_is_internal_data): New structures.
25359 (accessible_keymaps_1, where_is_internal_1): Use them to change
25360 interface to adhere to the one used by map_keymap.
25361 (Faccessible_keymaps, where_is_internal): Use map_keymap.
25362 (accessible_keymaps_char_table, where_is_internal_2): Remove.
25363
25364 * keymap.h (map_keymap_function_t): More informative prototype.
25365
253662007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
25367
25368 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
25369 (looking_at_1): Don't change search_regs and last_thing_searched
25370 if `inhibit-changing-match-data' is non-nil.
25371 (string_match_1, search_buffer, set_search_regs): Likewise.
25372 (syms_of_search): Add Lisp level definition for
25373 `inhibit-changing-match-data' and set it to nil.
25374 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
25375 start and end of the match, instead of using values in search_regs.
25376
253772007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
25378
25379 * minibuf.c (Fcompleting_read): New value `confirm-only'
25380 for `require-match'.
25381
253822007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
25383
25384 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
25385 part of the 2007-06-27 change to syms_of_fileio.
25386
253872007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25388
25389 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
25390 Check WINDOWP before using XWINDOW. Consolidate return statements.
25391
253922007-06-27 Richard Stallman <rms@gnu.org>
25393
25394 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
25395
253962007-06-27 Juanma Barranquero <lekktu@gmail.com>
25397
25398 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
25399
254002007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25401
25402 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
25403 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
25404 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
25405 (_free_internal, memalign): Use them.
25406 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
25407 Initialize to PTHREAD_MUTEX_INITIALIZER.
25408 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
25409 (morecore_nolock): Rename from morecore. All uses changed.
25410 Use only nolock versions of internal allocation functions.
25411 (_malloc_internal_nolock, _realloc_internal_nolock)
25412 (_free_internal_nolock): New functions created from
25413 _malloc_internal, _realloc_internal, and _free_internal.
25414 (_malloc_internal, _realloc_internal, _free_internal): Use them.
25415 Copy hook value to automatic variable before its use.
25416 (memalign): Copy hook value to automatic variable before its use.
25417
254182007-06-26 Kenichi Handa <handa@m17n.org>
25419
25420 * coding.c (Ffind_operation_coding_system): Docstring improved.
25421 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
25422
254232007-06-25 David Kastrup <dak@gnu.org>
25424
25425 * keymap.c (Fcurrent_active_maps): Add `position' argument.
25426 (Fwhere_is_internal): Adjust call to `current-active-maps' to
25427 cater for additional parameter.
25428
25429 * keymap.h: Adjust number of parameters to `current-active-maps'.
25430
25431 * doc.c (Fsubstitute_command_keys): Adjust call of
25432 `current-active-maps'.
25433
254342007-06-25 David Kastrup <dak@gnu.org>
25435
25436 * callint.c (Fcall_interactively): Make the parsing of interactive
25437 specs somewhat more readable.
25438
254392007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25440
25441 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
25442 to scroll bar gap also when bitmap fills fringe. Draw only foreground
25443 if extended background has already been filled.
25444
254452007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25446
25447 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
25448 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
25449
25450 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
25451 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
25452 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
25453 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
25454 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
25455 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
25456 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
25457 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
25458 Run timers during dialog popup.
25459 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
25460
254612007-06-21 Jason Rumney <jasonr@gnu.org>
25462
25463 * image.c (convert_mono_to_color_image): Swap fore and background.
25464
254652007-06-20 Jason Rumney <jasonr@gnu.org>
25466
25467 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
25468 (w32_free_bdf_font): Unmap memory not handle.
25469
254702007-06-20 Sam Steingold <sds@gnu.org>
25471
25472 * gmalloc.c (__morecore): Fix the declaration to comply with the
25473 definition.
25474
254752007-06-20 Juanma Barranquero <lekktu@gmail.com>
25476
25477 * w32term.c (w32_delete_display): Remove leftover declaration.
25478 (w32_define_cursor, w32_initialize): Make static.
25479
25480 * w32.c (_wsa_errlist): Fix typo in error message.
25481 (init_environment): Ignore any environment variable from the
25482 registry having a null value.
25483
254842007-06-20 Glenn Morris <rgm@gnu.org>
25485
25486 * Makefile.in (LIBGIF): Default to -lgif.
25487
254882007-06-17 Jason Rumney <jasonr@gnu.org>
25489
25490 * w32menu.c (add_menu_item): Don't use multibyte string functions on
25491 unicode strings.
25492
254932007-06-16 Juanma Barranquero <lekktu@gmail.com>
25494
25495 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
25496 Fix typo in docstring.
25497
254982007-06-16 Eli Zaretskii <eliz@gnu.org>
25499
25500 * w32menu.c (add_menu_item): Escape `&' characters in menu items
25501 and their keybindings.
25502
255032007-06-15 Chong Yidong <cyd@stupidchicken.com>
25504
25505 * composite.c (update_compositions): Fix last fix.
25506
255072007-06-14 Jason Rumney <jasonr@gnu.org>
25508
25509 * w32.c (get_process_times_fn): New function pointer.
25510 (globals_of_w32): Intialize it if present in kernel32.dll.
25511 (w32_get_internal_run_time): New function.
25512
25513 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
25514
255152007-06-14 Kenichi Handa <handa@etlken.m17n.org>
25516
25517 * composite.c (update_compositions): Check the validness of
25518 compositions.
25519
255202007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25521
25522 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
25523 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
25524
25525 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
25526 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
25527
25528 * macgui.h (USE_MAC_TOOLBAR): New define.
25529
25530 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
25531 Return immediately unless popup is activated.
25532
25533 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
25534 background to scroll bar gap.
25535 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
25536 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
25537 scroll bars on frame edge. Check fringe background extension.
25538 Don't clear extended fringe background area.
25539 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
25540 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
25541 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
25542 [USE_MAC_TOOLBAR]: New macros.
25543 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
25544 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
25545 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
25546 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
25547 [USE_MAC_TOOLBAR]: New functions.
25548 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
25549 manually if previous repositioning has failed.
25550 (mac_handle_keyboard_event): Use precomputed event kind.
25551 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
25552 as tool bar item click. Handle mouse movement over tool bar items.
25553
25554 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
25555 toolbar_win_gravity.
25556 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
25557 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
25558 Add externs.
25559
25560 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
25561 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
25562
255632007-06-14 Chong Yidong <cyd@stupidchicken.com>
25564
25565 * image.c (search_image_cache): Remove unused variable.
25566
255672007-06-13 Chong Yidong <cyd@stupidchicken.com>
25568
25569 * xfns.c, xmenu.c: Link to xaw3d if available.
25570
255712007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25572
25573 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
25574 frame_foreground and frame_background.
25575
25576 * image.c (lookup_image): Save frame foreground and background colors.
25577 (search_image_cache): Check if saved and current frame colors match.
25578
255792007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
25580
25581 * regex.c (regex_compile): Remove the `regnum' counter.
25582 Use bufp->re_nsub instead. Add support for \(?N:RE\).
25583
255842007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
25585
25586 * term.c: Include intervals.h to declare Fget_text_property.
25587
255882007-06-10 Jason Rumney <jasonr@gnu.org>
25589
25590 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
25591
255922007-06-08 Juanma Barranquero <lekktu@gmail.com>
25593
25594 * callint.c (Fcall_interactively):
25595 * editfns.c (Fdelete_and_extract_region):
25596 * fileio.c (Fread_file_name):
25597 * fns.c (Fmapconcat):
25598 * keyboard.c (cmd_error_internal):
25599 * keymap.c (Fkey_description):
25600 * lread.c (openp):
25601 * minibuf.c (read_minibuf):
25602 * search.c (wordify):
25603 * sunfns.c (sel_read):
25604 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
25605 * xfns.c (x_default_scroll_bar_color_parameter):
25606 * xmenu.c (menu_help_callback):
25607 * xselect.c (Fx_get_atom_name):
25608 * xterm.c (x_term_init): Use empty_unibyte_string.
25609
256102007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
25611
25612 * alloc.c (init_strings): Initialize canonical empty strings.
25613 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
25614 canonical empty string when the requested size is 0.
25615
25616 * emacs.c (empty_unibyte_string): Rename from empty_string.
25617 (empty_multibyte_string): New canonical empty string.
25618 (syms_of_emacs): Don't initialize empty_string.
25619
25620 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
25621 string, if appropriate.
25622 (empty_unibyte_string, empty_multibyte_string): New externs.
25623 (empty_string): Remove extern.
25624
25625 * lread.c (syms_of_lread): Use empty_unibyte_string.
25626
256272007-06-07 Jason Rumney <jasonr@gnu.org>
25628
25629 * s/ms-w32.h: Don't define HAVE_TZNAME.
25630
25631 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
25632
256332007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25634
25635 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
25636
25637 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
25638 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
25639
25640 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
25641 Don't call next handler.
25642 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
25643 Remove argument. Install handler to application.
25644 (set_frame_menubar): Don't change deep_p.
25645 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
25646 FRAME_OUTER_TO_INNER_DIFF_Y.
25647 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
25648 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
25649 [HAVE_DIALOGS]: New macros.
25650 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
25651 Use them.
25652 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
25653
25654 * macselect.c [MAC_OSX] (install_service_handler): Rename from
25655 init_service_handler. All callers changed. Return OSStatus value.
25656
25657 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
25658 All callers changed so as not to call SetPortWindowPort.
25659 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
25660 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
25661 mac_draw_string_common.
25662 (mac_draw_image_string_qd): Likewise.
25663 (mac_draw_string_common): Use them. Add INLINE.
25664 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
25665 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
25666 GetGlobalMouse.
25667 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
25668 and FRAME_OUTER_TO_INNER_DIFF_Y.
25669 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
25670 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
25671 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
25672 repositioning window to mac_handle_window_event.
25673 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
25674 saving window location to mac_handle_window_event
25675 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
25676 (install_menu_target_item_handler): Remove argument in extern.
25677 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
25678 Also accept command events.
25679 (do_keystroke): New function created from XTread_socket.
25680 (init_command_handler): Remove functions.
25681 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
25682 and save window location by kEventWindowShowing and kEventWindowHiding
25683 handlers here. Don't call next handler for window state change and
25684 focus events.
25685 (mac_handle_application_event, mac_handle_keyboard_event)
25686 [TARGET_API_MAC_CARBON]: New functions.
25687 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
25688 kEventWindowShowing and kEventWindowHiding events. Move installation
25689 of mouse, font, text input and menu target item handlers to
25690 install_application_handler.
25691 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
25692 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
25693 New function.
25694 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
25695 Register it.
25696 (XTread_socket) [TARGET_API_MAC_CARBON]:
25697 Consolidate SendEventToEventTarget calls.
25698 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
25699 Move application activation handler to mac_handle_application_event.
25700 Move keyboard handler to mac_handle_keyboard_event.
25701 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
25702 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
25703 init_command_handler. Call install_application_handler.
25704
25705 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
25706 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
25707
257082007-06-07 Glenn Morris <rgm@gnu.org>
25709
25710 * emacs.c (main): Use `emacs-copyright' in --version output.
25711
257122007-06-06 Chong Yidong <cyd@stupidchicken.com>
25713
25714 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
25715
257162007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25717
25718 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
25719
25720 * macgui.h: Replace WindowPtr with WindowRef.
25721
25722 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
25723 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
25724 Replace ControlHandle with ControlRef.
25725 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
25726
25727 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
25728 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
25729 Replace ControlHandle with ControlRef.
25730 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
25731 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
25732
25733 * macterm.h (struct scroll_bar): Rename member control_handle_low
25734 and control_handle_high to control_ref_low and control_ref_high.
25735 All uses changed.
25736 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
25737 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
25738 respectively. All uses changed.
25739 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
25740 (install_window_handler, remove_window_handler): Replace WindowPtr
25741 with WindowRef in externs.
25742
257432007-06-05 Juanma Barranquero <lekktu@gmail.com>
25744
25745 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
25746
257472007-06-03 Nick Roberts <nickrob@snap.net.nz>
25748
25749 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
25750
25751 * frame.c (Fmouse_position, Fmouse_pixel_position):
25752 Condition on HAVE_GPM too.
25753
25754 * term.c (term_mouse_highlight): Remove unused variables.
25755 (Fterm_open_connection): Set gpm_zerobased to 1.
25756 (term_mouse_movement, term_mouse_click, handle_one_term_event):
25757 Use zero based co-ordinates.
25758 (handle_one_term_event): Report a drag as mouse movement too.
25759
25760 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
25761
257622007-06-03 Chong Yidong <cyd@stupidchicken.com>
25763
25764 * image.c (search_image_cache): New function. Require background
25765 color match if background color is unspecified in the image spec.
25766 (uncache_image, lookup_image): Use it.
25767
257682007-06-01 Juanma Barranquero <lekktu@gmail.com>
25769
25770 * window.c (Fshrink_window): Reflow docstring.
25771
257722007-06-02 Chong Yidong <cyd@stupidchicken.com>
25773
25774 * Version 22.1 released.
25775
257762007-06-01 Richard Stallman <rms@gnu.org>
25777
25778 * xfns.c (x_encode_text): Add GCPRO.
25779
257802007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25781
25782 * xfns.c (x_set_name_internal): Save encoded name before
25783 x_encode_text in case string data is relocated.
25784
257852007-05-31 Richard Stallman <rms@gnu.org>
25786
25787 * buffer.c (syms_of_buffer): Doc fix.
25788
257892007-05-30 Nick Roberts <nickrob@snap.net.nz>
25790
25791 * sysdep.c (init_sys_modes): Add rather than replace with
25792 O_NONBLOCK.
25793
25794 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
25795 term_mouse_moveto.
25796
25797 * termhooks.h (term_mouse_moveto): New extern.
25798
25799 * term.c (mouse_face_window): Rename...
25800 (Qmouse_face_window): ...to this.
25801 (term_show_mouse_face, term_clear_mouse_face)
25802 (term_mouse_highlight): Use Qmouse_face_window.
25803 (term_mouse_moveto): New function.
25804 (term_mouse_position): Make it work.
25805 (syms_of_term): Uncomment assignment to mouse_position_hook.
25806 Staticpro Qmouse_face_window.
25807
258082007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25809
25810 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
25811 around current_column call.
25812
258132007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
25814
25815 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
25816 * xdisp.c (next_element_from_buffer):
25817 * window.c (delete_window):
25818 * term.c (term_mouse_highlight):
25819 * msdos.c (getdefdir):
25820 * macterm.c (mac_create_bitmap_from_bitmap_data)
25821 (init_font_name_table):
25822 * fns.c (Fsxhash):
25823 * data.c (Fmake_local_variable):
25824 * ccl.c (ccl_driver): Likewise.
25825
258262007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25827
25828 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
25829 Call mac_wakeup_from_rne on window size change.
25830
258312007-05-25 Chong Yidong <cyd@stupidchicken.com>
25832
25833 * image.c (uncache_image): Fix typo.
25834
258352007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
25836
25837 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
25838
258392007-05-22 Richard Stallman <rms@gnu.org>
25840
25841 * xterm.c (x_connection_closed): Remove NO_RETURN.
25842
258432007-05-22 Martin Rudalics <rudalics@gmx.at>
25844
25845 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
25846
258472007-05-21 Chong Yidong <cyd@stupidchicken.com>
25848
25849 * image.c (uncache_image): New function.
25850 (Fimage_refresh): New function.
25851
258522007-05-20 Jan Djärv <jan.h.d@swipnet.se>
25853
25854 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
25855
258562007-05-20 Nick Roberts <nickrob@snap.net.nz>
25857
25858 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
25859 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
25860
258612007-05-20 Nick Roberts <nickrob@snap.net.nz>
25862
25863 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
25864 conditional on [HAVE_GPM_H].
25865
258662007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
25867
25868 * syntax.c (skip_chars): Update syntax-table only after we checked that
25869 the new location is valid.
25870
258712007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25872
25873 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
25874 mac_get_window_bounds.
25875
258762007-05-20 Nick Roberts <nickrob@snap.net.nz>
25877
25878 * Makefile.in (LIBGPM): Allow it to be set from configure.
25879 If set then link Emacs with it.
25880
25881 * config.in: Regenerate.
25882
25883 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
25884 New externs.
25885
25886 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
25887 Include gpm.h.
25888 (handle_one_term_event, term_gpm): New externs.
25889
25890 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
25891 and allow it to be interrupted by SIGIO.
25892
25893 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
25894 (wait_reading_process_output): Wait on gpm_fd too.
25895 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
25896 (add_gpm_wait_descriptor_called_flag): New variable.
25897 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
25898
25899 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
25900 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
25901 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
25902 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
25903 (make_lispy_event): Add case GPM_CLICK_EVENT.
25904 (read_avail_input): Handle mouse input.
25905
25906 * term.c (write_glyphs_with_face): New function.
25907 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
25908 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
25909 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
25910 (mouse_face_face_id, term_gpm, pos_x, pos_y)
25911 (last_mouse_x, last_mouse_y): New variables.
25912 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
25913 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
25914 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
25915 (Fterm_close_connection): New functions.
25916 (term_init): Initialise mouse_face_window.
25917
259182007-05-19 Chong Yidong <cyd@stupidchicken.com>
25919
25920 * xdisp.c (redisplay_window): If first window line is a
25921 continuation line, recompute the new window start instead of
25922 recentering.
25923
259242007-05-18 Glenn Morris <rgm@gnu.org>
25925
25926 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
25927 Suggested by Alfred M. Szmidt <ams@gnu.org>.
25928
259292007-05-17 Glenn Morris <rgm@gnu.org>
25930
25931 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
25932
259332007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25934
25935 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
25936 dead key repeat and up events.
25937
259382007-05-14 Chong Yidong <cyd@stupidchicken.com>
25939
25940 * image.c (pbm_load): Check image size for monochrome pbm.
25941
259422007-05-13 Chong Yidong <cyd@stupidchicken.com>
25943
25944 * xterm.c (XTread_socket): Revert last change.
25945
259462007-05-12 Chong Yidong <cyd@stupidchicken.com>
25947
25948 * image.c (pbm_load): Correctly check image size for greyscale pbm.
25949
25950 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
25951
259522007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25953
25954 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
25955 mixup (YAILOM).
25956
259572007-05-07 Andreas Schwab <schwab@suse.de>
25958
25959 * keymap.c (Flookup_key): Fix typo in last change.
25960
259612007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25962
25963 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
25964 mapping for unibyte strings.
25965
259662007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25967
25968 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
25969 (Fx_popup_dialog) [MAC_OSX]: Likewise.
25970
259712007-04-29 Richard Stallman <rms@gnu.org>
25972
25973 * insdel.c (replace_range): For undo, record insertion first.
25974
259752007-04-29 Andreas Schwab <schwab@suse.de>
25976
25977 * lisp.h (VECSIZE): Use OFFSETOF.
25978
259792007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25980
25981 * xdisp.c (try_window_reusing_current_matrix): Fix number of
25982 disabled lines.
25983
259842007-04-28 Richard Stallman <rms@gnu.org>
25985
25986 * lread.c (read_escape): In a string, \s is always space.
25987
259882007-04-27 Jan Djärv <jan.h.d@swipnet.se>
25989
25990 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
25991
25992 * gtkutil.c (xg_update_menubar, create_menus): Create empty
25993 submenu for menu bar items.
25994
25995See ChangeLog.10 for earlier changes.
25996
25997;; Local Variables:
25998;; coding: utf-8
25999;; add-log-time-zone-rule: t
aac0c6e3
MR
26000;; End:
26001
e3eb1dae 26002 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
aac0c6e3
MR
26003
26004 This file is part of GNU Emacs.
26005
26006 GNU Emacs is free software: you can redistribute it and/or modify
26007 it under the terms of the GNU General Public License as published by
26008 the Free Software Foundation, either version 3 of the License, or
26009 (at your option) any later version.
26010
26011 GNU Emacs is distributed in the hope that it will be useful,
26012 but WITHOUT ANY WARRANTY; without even the implied warranty of
26013 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26014 GNU General Public License for more details.
26015
26016 You should have received a copy of the GNU General Public License
26017 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
26018
26019;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40