* w32fns.c, xfaces.c: Remove obsolete static declarations.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
97b372d7
JB
12010-07-23 Juanma Barranquero <lekktu@gmail.com>
2
3 * w32fns.c (x_edge_detection):
4 * xfaces.c (may_use_scalable_font_p):
5 Remove obsolete static declarations.
6
7c3320d8
JB
72010-07-20 Juanma Barranquero <lekktu@gmail.com>
8
9 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
10 (emacs_blocked_realloc, uninterrupt_malloc):
11 * fringe.c (w32_reset_fringes):
12 * image.c (convert_mono_to_color_image, lookup_rgb_color)
13 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
14 * sound.c (be2hs, do_play_sound):
15 * vm-limit.c (get_lim_data, ret_lim_data):
16 * w32term.c (x_free_frame_resources):
17 * xfaces.c (x_create_gc, x_free_gc):
18 Convert definitions to standard C.
19
d5273788
SM
202010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * eval.c (Feval, Ffuncall): Use the new names.
23
24 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
25 (DEFUN): Add braces around the union initialisation and use ## to
26 specify the right union alternative and avoid a cast.
27
8d16a259
JB
282010-07-18 Juanma Barranquero <lekktu@gmail.com>
29
30 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
31
3b8eff32
CY
322010-07-17 Chong Yidong <cyd@stupidchicken.com>
33
34 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
35
499322ce
J
362010-07-17 Jan Djärv <jan.h.d@swipnet.se>
37
38 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
39 is related to the menu bar (Bug#6499).
a628ad9d 40 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
499322ce 41
f6003da5 422010-07-16 Jan Djärv <jan.h.d@swipnet.se>
b78f9767
J
43
44 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
45
46 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
47
48 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
49 i.e. don't put back ButtonRelease (Bug#6608).
50
51 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
52 instead of Window. Call xg_event_is_for_menubar when
53 USE_GTK (Bug#6499).
54
55 * gtkutil.h (xg_event_is_for_menubar): Declare.
56
57 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
58
f6003da5 592010-07-16 Eli Zaretskii <eliz@gnu.org>
1f60c16a
EZ
60
61 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
62 when it's the same as the old foreground. (Bug#6609)
63
23243f29
J
642010-07-16 Jan Djärv <jan.h.d@swipnet.se>
65
66 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
67 widget is non-null (Bug#6645).
68
2b23d2a6
AS
692010-07-15 Andreas Schwab <schwab@linux-m68k.org>
70
01b564ff
AS
71 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
72 Convert old-style definition.
73
2b23d2a6
AS
74 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
75 timestamp argument.
76
c4affd2c
EZ
772010-07-15 Eli Zaretskii <eliz@gnu.org>
78
79 * fringe.c (update_window_fringes): Restore mistakenly reverted
80 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
81
cf28cebc
J
822010-07-14 Jan Djärv <jan.h.d@swipnet.se>
83
84 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
85 (SET_SAVED_KEY_EVENT): Remove (not used).
86 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
87 remove size parameter.
88 (handle_one_xevent): Check popup_activated () for menu for Xt also.
89 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
90 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
91 ButtonRelease.
6b2c4bd9
J
92 (x_set_window_size_1): scroll_bar_actual_width is always
93 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
cf28cebc
J
94
95 * xdisp.c (pending_menu_activation): Remove extern declaration.
96 (prepare_menu_bars): Remove setting of pending_menu_activation.
97
98 * xmenu.c (pending_menu_activation): Remove.
f6003da5
JB
99 (x_activate_menubar): Set popup_activated_flag for Xt also.
100 Remove setting of pending_menu_activation.
cf28cebc
J
101 (set_frame_menubar): Remove check of pending_menu_activation.
102 Declare menubar_size before code. Correct spelling in comment.
103
f6c1c771
KH
1042010-07-14 Kenichi Handa <handa@m17n.org>
105
106 * font.c (font_open_entity): Cancel previous change.
107 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
108
20477505
EZ
1092010-07-13 Eli Zaretskii <eliz@gnu.org>
110
77defa9a
EZ
111 Remove subprocesses #ifdefs.
112 * process.c <inhibit_sentinels>: Move to the common part.
113 (Fwaiting_for_user_input_p): Move to the common part; return nil
114 if async subprocesses aren't supported.
115 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
116 MS-DOS. Remove "#ifdef subprocesses".
117 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
118 (gettimeofday): Remove "#ifdef subprocesses".
119 (wait_without_blocking): Remove function.
120 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
121 Remove "#ifdef subprocesses".
122 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
123 compiled on MS-DOS.
124 * callproc.c (Fcall_process) [!MSDOS]: Don't call
125 wait_for_termination on MS-DOS.
126 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
127 initialization of inhibit_sentinels.
128 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
129 subprocesses" conditional.
130 * callproc.c (Fcall_process) [!subprocesses]: Don't call
131 wait_for_termination, since `buffer' cannot be an integer when
132 async subprocesses are not supported
133 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
134 for ifdefing away the call to Fprocess_status.
135
20477505
EZ
136 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
137 away the entire body of the function.
138
b3ffc17c
DN
1392010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
140
01faa934
DN
141 Remove subprocesses #ifdefs from term.c.
142 * process.c (add_keyboard_wait_descriptor)
143 (delete_keyboard_wait_descriptor): Move to common section, do
144 nothing when subprocesses is not defined.
a628ad9d
JB
145 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
146 Remove subprocesses #ifdefs.
01faa934 147
b3ffc17c
DN
148 Convert maybe_fatal to standard C.
149 * lisp.h (verror): Declare.
150 * eval.c (verror): New function containing the code from ...
151 (error): ... this. Call verror.
152 * term.c (vfatal): New function containing the code from ...
153 (fatal): ... this. Call vfatal.
154 (maybe_fatal): Convert to standard C, use variable number of
155 arguments. Declare as non-return.
156 (init_tty): Fix maybe_fatal call.
157
0521f580
DN
1582010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
159
160 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
161 (_scroll_bar_note_movement): Convert definitions to standard C.
162 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
163 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
164
ebd15611
DN
1652010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
166
167 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
168 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
169 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
170 (xaw_jump_callback, xaw_scroll_callback)
171 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
172 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
173 definitions to standard C.
174 * xmenu.c (menubar_id_to_frame, popup_get_selection)
175 (popup_activate_callback, popup_deactivate_callback)
176 (menu_highlight_callback, menubar_selection_callback)
177 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
178 (free_frame_menubar, popup_selection_callback, as)
179 (create_and_show_popup_menu, dialog_selection_callback)
180 (create_and_show_dialog):
181 * xfns.c (hack_wm_protocols, x_window):
182 * xfaces.c (x_update_menu_appearance):
183 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
184 (char_to_pixel_size, round_size_to_char, get_wm_shell)
185 (set_frame_size, update_wm_hints, setup_frame_gcs)
186 (update_various_frame_slots, update_from_various_frame_slots)
187 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
188 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
189 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
190
de06a2dd
AS
1912010-07-12 Andreas Schwab <schwab@linux-m68k.org>
192
a628ad9d 193 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
de06a2dd 194
fc549af9
EZ
1952010-07-12 Eli Zaretskii <eliz@gnu.org>
196
197 * process.c (setup_process_coding_systems): Move to the part
198 shared by non-subprocesses systems, and make its body empty when
199 subprocesses is not defined.
200 (close_process_descs): Move to the part shared by non-subprocesses
201 systems.
1408902e
EZ
202 (wait_reading_process_output) [!subprocesses]: Convert arg list to
203 ANSI C.
fc549af9 204
d5a3eaaf
AS
2052010-07-12 Andreas Schwab <schwab@linux-m68k.org>
206
207 * editfns.c (transpose_markers): Convert old-style definition.
208 * emacs.c (abort, shut_down_emacs, fixup_locale)
209 (synchronize_system_time_locale)
210 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
211 * floatfns.c (extract_float, matherr, init_floatfns)
212 (syms_of_floatfns): Likewise.
213 * fns.c (make_hash_table): Likewise.
214 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
215 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
216 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
217 (ftfont_variation_glyphs): Likewise.
218 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
219 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
220 * lread.c (read_filtered_event): Likewise.
221 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
222 * process.c (wait_reading_process_output): Likewise.
223 * scroll.c (do_line_insertion_deletion_costs): Likewise.
224 * search.c (search_buffer, boyer_moore): Likewise.
225 * syntax.c (scan_sexps_forward): Likewise.
226 * xdisp.c (try_scrolling): Likewise.
227 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
228 (face_at_string_position): Likewise.
229 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
230 * xselect.c (x_get_window_property, receive_incremental_selection)
231 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
232 Likewise.
233 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
234
6f704c76
DN
2352010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
236
ded80a25
DN
237 * callproc.c (child_setup): Remove subprocesses conditional.
238 Remove code dealing with SET_EMACS_PRIORITY, unused.
239
49d937f4 240 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2e31d424
DN
241 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
242
243 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
244 (__do_global_dtors, __main): Use void in definition.
245 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
246 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
247 the only users from ...
248 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
249 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
250 (HAVE_VOLATILE): Remove, unused.
251
6f704c76
DN
252 Convert more function definitions to standard C.
253 * xdisp.c (window_box_edges, handle_single_display_spec)
254 (display_string): Convert definition to standard C.
255 * scroll.c (do_direct_scrolling, scrolling_1):
256 * dispnew.c (allocate_matrices_for_frame_redisplay)
257 (mirrored_line_dance):
258 * coding.c (code_convert_string):
259 * charset.c (map_charset_chars):
260 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
261 (Fregister_ccl_program, Fregister_code_conversion_map):
262 * keyboard.c (kbd_buffer_nr_stored): Likewise.
263 (head_table): Make static and const.
264
e6cfa7c3
AS
2652010-07-12 Andreas Schwab <schwab@linux-m68k.org>
266
267 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
268 (PROFILING_LDFLAGS): Set from substitution.
269 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
270 CFLAGS last.
271
892dd565
KH
2722010-07-12 Kenichi Handa <handa@m17n.org>
273
6f2cdcd1
KH
274 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
275 (shortlisp): Likewise.
276
892dd565
KH
277 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
278
279 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
280 of FONT_ENTITY_INDEX.
281 (Ffont_get): If KEY is :otf and the font-object doesn't have the
282 property, get the property value dynamically.
283 (Ffont_put): Accept font-entity and font-object too.
284 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
285 return value changed.
286 (syms_of_font): Adjusted for the above change.
287
ae96d47a
AS
2882010-07-11 Andreas Schwab <schwab@linux-m68k.org>
289
c8fc18ee
AS
290 * blockinput.h: Remove obsolete comment.
291
89887d67
AS
292 * lisp.h: Include <stddef.h>.
293 (OFFSETOF): Don't define.
294 (VECSIZE): Use offsetof instead of OFFSETOF.
295 (PSEUDOVECSIZE): Likewise.
296 * process.c (conv_sockaddr_to_lisp): Likewise.
297 * alloc.c: Don't include <stddef.h>.
298 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
299
ae96d47a
AS
300 * process.c: Remove obsolete comment.
301
635c0aa1
CY
3022010-07-11 Chong Yidong <cyd@stupidchicken.com>
303
304 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
305
a64df650
AS
3062010-07-11 Andreas Schwab <schwab@linux-m68k.org>
307
8966b757
AS
308 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
309 index, rindex.
310 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
311 * editfns.c (Fuser_full_name, Fformat): Likewise.
312 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
313 * fileio.c (Ffile_symlink_p): Likewise.
314 * filelock.c (current_lock_owner): Likewise.
315 * font.c (font_parse_name, font_parse_family_registry): Likewise.
316 * fontset.c (fontset_pattern_regexp): Likewise.
317 * lread.c (read1): Likewise.
318 * sysdep.c (init_system_name): Likewise.
319 * xfns.c (select_visual): Likewise.
320 * s/hpux10-20.h (index, rindex): Don't define.
321 * s/ms-w32.h (index): Likewise.
322 * s/usg5-4.h: Likewise.
323
cf237e27
AS
324 * callproc.c (relocate_fd): Use F_DUPFD if defined.
325
a8fe7202
AS
326 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
327 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
328 (egetenv): Likewise.
329 * doprnt.c (doprnt): Likewise.
330 * editfns.c (set_time_zone_rule, format2): Likewise.
331 * emacs.c (decode_env_path): Likewise.
332 * eval.c (signal_error, error): Likewise.
333 * insdel.c (replace_range_2): Likewise.
334 * keyboard.c (cmd_error_internal): Likewise.
335 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
336 * print.c (write_string, write_string_1, print_error_message):
337 Likewise.
338 * vm-limit.c (warn_function, memory_warnings): Likewise.
339 * xdisp.c (message1, message1_nolog, message_with_string)
340 (vmessage, message, message_nolog): Likewise.
341 * emacs.c: Remove duplicate declaration.
342 * keyboard.h: Likewise.
343 * lisp.h: Update prototypes.
344
bb8e180f
AS
345 * eval.c: Fix indentation problem.
346
83380e65
AS
347 * keyboard.c: Include "process.h"
348
a64df650
AS
349 * eval.c: Remove obsolete noinline declaration.
350 * fns.c: Likewise.
351
6a8033e1
KR
3522010-07-11 Ken Raeburn <raeburn@raeburn.org>
353
354 * doprnt.c (doprnt): Take a va_list argument instead of count and
355 pointer.
356 * eval.c (error): Change to a standard-C variadic function.
357 * xdisp.c (vmessage): Renamed from message, made static, and
358 changed to take a va_list argument.
359 (message): New variadic wrapper.
360 (message_nolog): Now a variadic function, calling vmessage.
361 * lisp.h: Include stdarg.h for va_list.
362 (doprnt, error, message, message_nolog): Decls updated.
363
462aa963
EZ
3642010-07-11 Eli Zaretskii <eliz@gnu.org>
365
366 * process.c (syms_of_process) <delete-exited-processes>: Define
367 even if !subprocesses.
368 (delete_exited_processes): Ditto.
369
370 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
371 (delete_exited_processes): Don't define.
372
48104462
CY
3732010-07-10 Chong Yidong <cyd@stupidchicken.com>
374
375 * frame.c (make_frame): Initialize menu_bar_lines and
376 tool_bar_lines members.
377 (make_initial_frame, make_terminal_frame): Initialize
378 menu_bar_lines using value of menu-bar-mode.
379
380 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
381
f388c88a
EZ
3822010-07-10 Eli Zaretskii <eliz@gnu.org>
383
384 * process.c: Reshuffle #include's. Condition some of the global
385 and static variables on `subprocesses'.
386 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
387 Leave only one implementation.
388 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
389 (kill_buffer_processes, Flist_system_processes)
390 (Fprocess_attributes, init_process, syms_of_process): Unify the
391 implementations for with subprocesses and without them.
392
723f5a07
J
3932010-07-09 Jan Djärv <jan.h.d@swipnet.se>
394
395 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
396 correct size for Motif.
397 (free_frame_menubar): Call x_set_window_size to update frame size.
398
399 * xfns.c (x_window): Set borderWidth to 0 for pane and
400 EmacsFrame. Frame size calculation is wrong otherwise.
401
2536a4b7
MA
4022010-07-09 Michael Albinus <michael.albinus@gmx.de>
403
404 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
405 allows to suppress errors when polling in Emacs' main loop.
406 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
407 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
408 (Fdbus_method_error_internal, Fdbus_send_signal)
409 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
410 (Fdbus_register_method): Use it. (Bug#6579)
411
5842a27b
DN
4122010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
413
414 * alloc.c: Convert DEFUNs to standard C.
415 * buffer.c:
416 * bytecode.c:
417 * callint.c:
418 * callproc.c:
419 * casefiddle.c:
420 * casetab.c:
421 * category.c:
422 * character.c:
423 * charset.c:
424 * chartab.c:
425 * cmds.c:
426 * coding.c:
427 * composite.c:
428 * data.c:
429 * dbusbind.c:
430 * dired.c:
431 * dispnew.c:
432 * doc.c:
433 * dosfns.c:
434 * editfns.c:
435 * emacs.c:
436 * eval.c:
437 * fileio.c:
438 * filelock.c:
439 * floatfns.c:
440 * fns.c:
441 * font.c:
442 * fontset.c:
443 * frame.c:
444 * fringe.c:
445 * image.c:
446 * indent.c:
447 * insdel.c:
448 * keyboard.c:
449 * keymap.c:
450 * lread.c:
451 * macros.c:
452 * marker.c:
453 * menu.c:
454 * minibuf.c:
455 * msdos.c:
456 * nsfns.m:
457 * nsmenu.m:
458 * nsselect.m:
459 * print.c:
460 * process.c:
461 * search.c:
462 * sound.c:
463 * syntax.c:
464 * term.c:
465 * terminal.c:
466 * textprop.c:
467 * undo.c:
468 * w16select.c:
469 * w32console.c:
470 * w32fns.c:
471 * w32font.c:
472 * w32menu.c:
473 * w32proc.c:
474 * w32select.c:
475 * window.c:
476 * xdisp.c:
477 * xfaces.c:
478 * xfns.c:
479 * xmenu.c:
480 * xselect.c:
481 * xsettings.c:
482 * xsmfns.c: Likewise.
483
d568829b
EZ
4842010-07-08 Eli Zaretskii <eliz@gnu.org>
485
486 * process.c (kbd_is_on_hold, hold_keyboard_input)
487 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
488
52214050
J
4892010-07-08 Jan Djärv <jan.h.d@swipnet.se>
490
491 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
492 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
493 unless USE_LUCID.
494
313d9eb2
DN
4952010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
496
a628ad9d
JB
497 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
498 declaration.
d8825aa3 499
295d0d8f
DN
500 Clean up include guards.
501 * tparam.c: Remove include guards for config.h, string.h and code
502 that assumes #ifndef emacs.
503 * termcap.c:
504 * unexalpha.c:
505 * sysdep.c:
506 * filemode.c:
507 * filelock.c:
508 * bidi.c: Likewise.
509
49d9e6b0
DN
510 Remove prefix-args.c
511 * prefix-args.c: Remove file.
512 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
513 * Makefile.in (temacs${EXEEXT}): Remove references to
514 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
515 (mostlyclean): Remove reference to prefix-args.
516 (prefix-args): Remove.
517
313d9eb2
DN
518 Simplify cstart_of_data, start_of_code and related code.
519 * mem-limits.h: Remove !emacs and _LIBC conditional code.
520 (start_of_data): Merge into start_of_data function.
521 * sysdep.c (start_of_text): Remove. Move simplified versions of
522 it in the only users: unexaix.c and unexec.c.
523 (read_input_waiting): Remove local declaration of quit_char.
524 (start, etext): Remove declarations.
525 (start_of_data): Merge with the version in mem-limits.h and move
526 to vm-limits.c.
527 * vm-limit.c (start_of_data): Merged and simplified version of the
528 code formerly in mem-limits.h and sysdep.c.
529 * unexec.c (start): New declaration, moved from sysdep.c.
530 (start_of_text): Simplified version of the code formerly in sysdep.c.
531 * unexaix.c (start_of_text): Simplified version of the code
532 formerly in sysdep.c.
533 * m/alpha.h (HAVE_TEXT_START): Remove.
534 (TEXT_START): Move ...
535 * unexalpha.c (TEXT_START): ... here.
536 * s/hpux10-20.h (TEXT_START): Remove.
537 * s/darwin.h (TEXT_START):
538 * m/mips.h (TEXT_START):
539 * m/macppc.h (HAVE_TEXT_START):
540 * m/m68k.h (TEXT_START):
541 * m/iris4d.h (TEXT_START):
542 * m/intel386.h (TEXT_START):
543 * m/ibmrs6000.h (TEXT_START):
544 * m/ia64.h (HAVE_TEXT_START):
545 * s/msdos.h (TEXT_START): Likewise.
546
72af86bd
AS
5472010-07-07 Andreas Schwab <schwab@linux-m68k.org>
548
549 * alloc.c (overrun_check_malloc, overrun_check_realloc)
550 (overrun_check_free, xstrdup, allocate_string)
551 (allocate_string_data, compact_small_strings, Fmake_string)
552 (make_unibyte_string, make_multibyte_string)
553 (make_string_from_bytes, make_specified_string, make_float)
554 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
555 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
556 memcpy, memmove, memset, memcmp.
557 * atimer.c (start_atimer, set_alarm): Likewise.
558 * buffer.c (clone_per_buffer_values, report_overlay_modification)
559 (mmap_realloc, init_buffer_once): Likewise.
560 * callint.c (Fcall_interactively): Likewise.
561 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
562 (getenv_internal_1): Likewise.
563 * casefiddle.c (casify_object): Likewise.
564 * ccl.c (ccl_driver): Likewise.
565 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
566 * charset.c (load_charset_map_from_file)
567 (load_charset_map_from_file, load_charset_map_from_vector)
568 (Fdefine_charset_internal): Likewise.
569 * cm.c (Wcm_clear): Likewise.
570 * coding.c (decode_eol, decode_coding_object)
571 (Fset_coding_system_priority, make_subsidiaries): Likewise.
572 * data.c (Faset): Likewise.
573 * dired.c (directory_files_internal, file_name_completion_stat):
574 Likewise.
575 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
576 (clear_glyph_row, copy_row_except_pointers)
577 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
578 (save_current_matrix, restore_current_matrix)
579 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
580 (mirror_line_dance, scrolling_window): Likewise.
581 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
582 Likewise.
583 * doprnt.c (doprnt): Likewise.
584 * editfns.c (Fuser_full_name, make_buffer_string_both)
585 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
586 * emacs.c (sort_args): Likewise.
587 * eval.c (Fapply, Ffuncall): Likewise.
588 * fileio.c (Ffile_name_directory, make_temp_name)
589 (Fexpand_file_name, search_embedded_absfilename)
590 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
591 (auto_save_error): Likewise.
592 * fns.c (Fstring_equal, Fcopy_sequence, concat)
593 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
594 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
595 (Fmake_hash_table): Likewise.
596 * fringe.c (Fdefine_fringe_bitmap): Likewise.
597 * ftfont.c (ftfont_text_extents): Likewise.
598 * getloadavg.c (getloadavg): Likewise.
599 * image.c (define_image_type, make_image, make_image_cache)
600 (x_create_x_image_and_pixmap, xbm_image_p)
601 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
602 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
603 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
604 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
605 (tiff_image_p, tiff_read_from_memory, gif_image_p)
606 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
607 Likewise.
608 * indent.c (scan_for_column, compute_motion): Likewise.
609 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
610 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
611 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
612 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
613 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
614 (store_user_signal_events, menu_bar_items, tool_bar_items)
615 (process_tool_bar_item, append_tool_bar_item)
616 (read_char_minibuf_menu_prompt, read_key_sequence)
617 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
618 Likewise.
619 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
620 Likewise.
621 * lisp.h (STRING_COPYIN): Likewise.
622 * lread.c (Fload, read1, oblookup): Likewise.
623 * msdos.c (Frecent_doskeys): Likewise.
624 * nsfns.m (Fx_create_frame): Likewise.
625 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
626 Likewise.
627 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
628 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
629 Likewise.
630 * nsmenu.m (ns_update_menubar): Likewise.
631 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
632 * print.c (print_unwind, printchar, strout, print_string)
633 (print_error_message): Likewise.
634 * process.c (conv_lisp_to_sockaddr, set_socket_option)
635 (Fmake_network_process, Fnetwork_interface_list)
636 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
637 (init_process): Likewise.
638 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
639 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
640 Likewise.
641 * scroll.c (do_scrolling, do_direct_scrolling)
642 (scrolling_max_lines_saved): Likewise.
643 * search.c (search_buffer, wordify, Freplace_match): Likewise.
644 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
645 * syntax.c (skip_chars, skip_syntaxes): Likewise.
646 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
647 (emacs_set_tty): Likewise.
648 * term.c (encode_terminal_code, calculate_costs)
649 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
650 Likewise.
651 * termcap.c (tgetst1, gobble_line): Likewise.
652 * termhooks.h (EVENT_INIT): Likewise.
653 * tparam.c (tparam1): Likewise.
654 * unexalpha.c (unexec): Likewise.
655 * unexec.c (write_segment): Likewise.
656 * unexmacosx.c (unexec_write_zero): Likewise.
657 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
658 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
659 * w32font.c (w32font_list_family, w32font_text_extents)
660 (w32font_list_internal, w32font_match_internal)
661 (w32font_open_internal, compute_metrics, Fx_select_font):
662 Likewise.
663 * w32menu.c (set_frame_menubar, add_menu_item)
664 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
665 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
666 * w32uniscribe.c (uniscribe_list_family): Likewise.
667 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
668 * window.c (make_window, replace_window, set_window_buffer)
669 (Fsplit_window): Likewise.
670 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
671 (add_to_log, message3, x_consider_frame_title)
672 (append_space_for_newline, extend_face_to_end_of_line)
673 (decode_mode_spec_coding, init_glyph_string): Likewise.
674 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
675 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
676 (face_attr_equal_p, make_realized_face, make_face_cache)
677 (free_realized_faces, lookup_named_face, smaller_face)
678 (face_with_height, lookup_derived_face)
679 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
680 (Finternal_set_font_selection_order, realize_default_face)
681 (compute_char_face, face_at_buffer_position)
682 (face_for_overlay_string, face_at_string_position, merge_faces):
683 Likewise.
684 * xfns.c (xic_create_fontsetname, Fx_create_frame)
685 (Fx_window_property, x_create_tip_frame)
686 (Fx_backspace_delete_keys_p): Likewise.
687 * xfont.c (xfont_list, xfont_match, xfont_list_family)
688 (xfont_text_extents): Likewise.
689 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
690 * xrdb.c (magic_file_p, x_get_resource): Likewise.
691 * xselect.c (x_queue_event, x_get_window_property)
692 (receive_incremental_selection): Likewise.
693 * xsmfns.c (x_session_check_input): Likewise.
694 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
695 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
696 Likewise.
697 * character.h (BCOPY_SHORT): Removed.
698 * config.in: Regenerate.
699 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
700 * emacs.c (main) [PROFILING]: Don't declare
701 dump_opcode_frequencies.
702 * lisp.h (safe_bcopy): Remove declaration.
703 (memset) [!HAVE_MEMSET]: Declare.
704 (memcpy) [!HAVE_MEMCPY]: Likewise.
705 (memmove) [!HAVE_MEMMOVE]: Likewise.
706 (memcmp) [!HAVE_MEMCMP]: Likewise.
707 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
708 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
709 Don't define.
710 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
711 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
712 (BCOPY_DOWNWARD_SAFE): Don't define.
713 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
714 (memcpy) [!HAVE_MEMCPY]: Define.
715 (memmove) [!HAVE_MEMMOVE]: Define.
716 (memcmp) [!HAVE_MEMCMP]: Define.
717
cb768704
J
7182010-07-07 Jan Djärv <jan.h.d@swipnet.se>
719
720 * process.c (kbd_is_on_hold): New variable.
a628ad9d
JB
721 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
722 New functions.
cb768704
J
723 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
724 select on empty input mask.
725 (init_process): Initialize kbd_is_on_hold to 0.
726
727 * process.h (hold_keyboard_input, unhold_keyboard_input)
728 (kbd_on_hold_p): Declare.
729
730 * keyboard.c (input_available_signal): Declare.
731 (kbd_buffer_nr_stored): New function.
732 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
733 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
734 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
735 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
736 (tty_read_avail_input): If input is on hold, return.
737 Don't read more that free slots in kbd_buffer (Bug#6571).
738
3a8ce822
EZ
7392010-07-07 Eli Zaretskii <eliz@gnu.org>
740
741 * msdos.h:
742 * msdos.c:
743 * dosfns.c:
744 * w16select.c: Convert function definitions to ANSI C.
745
a628ad9d
JB
746 * msdos.h (ctrl_break_func, install_ctrl_break_check):
747 Remove unused prototypes.
3a8ce822 748
cf84bb53
JB
7492010-07-07 Juanma Barranquero <lekktu@gmail.com>
750
751 * coding.c, sysdep.c: Convert some more functions to standard C.
752
1a4990fb
JB
7532010-07-07 Juanma Barranquero <lekktu@gmail.com>
754
755 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
756 (encode_coding_object): Use SPECPDL_INDEX.
757 (syms_of_coding): Use DOS_NT.
758
c0f2f16b
DN
7592010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
760
48fb6855
DN
761 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
762
c0f2f16b
DN
763 Make the function member of Lisp_Subr use standard C prototypes.
764 * lisp.h (struct Lisp_Subr): Use a union for the function member.
765 (DECL_ALIGN): Add a cast for the function.
766 * eval.c (Feval, Ffuncall): Use the proper type for each type
767 function call.
768
67aecef9
CY
7692010-07-06 Chong Yidong <cyd@stupidchicken.com>
770
771 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
772 fringe face id, so face-remapping-alist works (Bug#6091).
773
b56ceb92
JB
7742010-07-06 Juanma Barranquero <lekktu@gmail.com>
775
776 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
777 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
778 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
779
7af07b96
AS
7802010-07-06 Andreas Schwab <schwab@linux-m68k.org>
781
782 * xterm.c (x_get_keysym_name): Change type of parameter to int.
783 * lisp.h: Declare x_get_keysym_name.
784 * keyboard.c (modify_event_symbol): Don't declare
785 x_get_keysym_name here.
786
69e24e34
DN
7872010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
788
789 * ecrt0.c: Revert conversion to standard C.
790
d3da34e0 7912010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
d2aa42f8
DN
792
793 * vm-limit.c (memory_warnings):
794 * keyboard.c (modify_event_symbol):
795 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
796 (round2, emacs_rint):
797 * process.c (send_process, old_sigpipe): Convert function
798 definitions and declarations to standard C.
799
8002010-07-05 Juanma Barranquero <lekktu@gmail.com>
d3da34e0
JB
801
802 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
803 * xdisp.c: Convert function definitions to standard C.
804
805 * cm.c (cmputc): Arg C is now int, not char.
806 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
807
00be444c
J
8082010-07-05 James Cloos <cloos@jhcloos.com>
809
810 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
811
812 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
813 _NET_WM_ICON_NAME atoms.
814
815 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
816 and _NET_WM_ICON_NAME properties, too, matching what is
817 done in the Gtk+ case.
818
e4c8d29a
J
8192010-07-05 Jan Djärv <jan.h.d@swipnet.se>
820
ff919460
J
821 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
822
e4c8d29a
J
823 * xsmfns.c (SSDATA): New macro.
824 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
825 passed to strlen/strcpy/strcat.
826 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
827 7:th arg to XChangeProperty to (unsigned char *)
828
829 * xsettings.c (something_changedCB, parse_settings)
830 (apply_xft_settings): Reformat prototype.
831 (something_changedCB, init_gconf): Remove unused variable i.
832 (read_settings): Remove unused variable long_len.
833
834 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
835 (xg_get_image_for_pixmap, create_dialog)
836 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
837 (menuitem_highlight_callback, make_menu_item)
838 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
839 (xg_create_scroll_bar, xg_update_scrollbar_pos)
840 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
841 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
842 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
843 (xg_tool_bar_item_expose_callback): Reformat prototype.
844 (xg_update_menubar): GList *group => GSList *group.
845 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
846 before use.
847 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
848 to GTK_IMAGE (wimage).
849
dd4c5104
DN
8502010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
851
898b4c5c
DN
852 * atimer.c: Use "" instead of <> for local includes for
853 consistency with the rest of the code.
854
dd4c5104
DN
855 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
856 * xrdb.c (get_system_name):
857 * window.c (shrink_windows):
858 * syntax.c (forw_comment):
859 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
860 (ins_del_costs):
861 * mem-limits.h (start_of_data):
862 * lread.c (readevalloop):
863 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
864 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
865 * frame.c (x_get_focus_frame):
866 * floatfns.c (fmod_float):
867 * fileio.c (choose_write_coding_system):
868 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
869 (malloc_initialize_hook, sort_args, synchronize_locale):
870 * doprnt.c (doprnt):
871 * dired.c (compile_pattern):
872 * data.c (fmod_float):
873 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
874 (map_char_table_for_charset):
875 * charset.c (define_charset_internal):
876 * alloc.c (Fgarbage_collect): Convert declarations or definitions
877 to standard C.
878
9a39b306 8792010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9c8a2331 880 Stefan Monnier <monnier@iro.umontreal.ca>
9a39b306
TO
881
882 * lread.c (read1): Fix up last change to not mess up `c'.
883
e6cb2cbb
JB
8842010-07-04 Juanma Barranquero <lekktu@gmail.com>
885
886 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
887
438105ed
JB
8882010-07-04 Juanma Barranquero <lekktu@gmail.com>
889
890 Fix prototypes.
891
e5447b22 892 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
438105ed 893 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
9c8a2331
JB
894 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
895 arg, as required by internal_condition_case_1.
dcc7404b 896 * print.c (strout): Use const char* for arg PTR.
438105ed
JB
897 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
898 (analyse_first): Fix "const const".
e5447b22 899 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
b9503078 900 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
e5447b22 901 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
438105ed 902
971de7fb
DN
9032010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
904
905 * alloc.c: Convert function definitions to standard C.
906 * atimer.c:
907 * bidi.c:
908 * bytecode.c:
909 * callint.c:
910 * callproc.c:
911 * casefiddle.c:
912 * casetab.c:
913 * category.c:
914 * ccl.c:
915 * character.c:
916 * charset.c:
917 * chartab.c:
918 * cmds.c:
919 * coding.c:
920 * composite.c:
921 * data.c:
922 * dbusbind.c:
923 * dired.c:
924 * dispnew.c:
925 * doc.c:
926 * doprnt.c:
927 * ecrt0.c:
928 * editfns.c:
929 * fileio.c:
930 * filelock.c:
931 * filemode.c:
932 * fns.c:
933 * font.c:
934 * fontset.c:
935 * frame.c:
936 * fringe.c:
937 * ftfont.c:
938 * ftxfont.c:
939 * gtkutil.c:
940 * indent.c:
941 * insdel.c:
942 * intervals.c:
943 * keymap.c:
944 * lread.c:
945 * macros.c:
946 * marker.c:
947 * md5.c:
948 * menu.c:
949 * minibuf.c:
950 * prefix-args.c:
951 * print.c:
952 * ralloc.c:
953 * regex.c:
954 * region-cache.c:
955 * scroll.c:
956 * search.c:
957 * sound.c:
958 * strftime.c:
959 * syntax.c:
960 * sysdep.c:
961 * termcap.c:
962 * terminal.c:
963 * terminfo.c:
964 * textprop.c:
965 * tparam.c:
966 * undo.c:
967 * unexelf.c:
968 * window.c:
969 * xfaces.c:
970 * xfns.c:
971 * xfont.c:
972 * xftfont.c:
973 * xgselect.c:
974 * xmenu.c:
975 * xrdb.c:
976 * xselect.c:
977 * xsettings.c:
978 * xsmfns.c:
979 * xterm.c: Likewise.
980
ae492bec
EZ
9812010-07-03 Eli Zaretskii <eliz@gnu.org>
982
76ea4cc9
EZ
983 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
984 frames other than the initial one. Fix reversal of colors when
985 `reverse' is specified in the frame parameters. Call
986 update_face_from_frame_parameter instead of
987 internal-set-lisp-face-attribute. Initialize screen colors from
988 initial_screen_colors[] when f->default_face_done_p is zero,
989 instead of depending on being called with default-frame-alist as
990 the alist argument.
991
992 * xfaces.c (update_face_from_frame_parameter): Move out of
993 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
994 with HAVE_WINDOW_SYSTEM.
995
1e6255ae
EZ
996 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
997 to menu-bar-mode, if not set in the frame parameters or in
998 default-frame-alist.
999
ae492bec
EZ
1000 * w32console.c (sys_tputs): Adjust argument list to prototype in
1001 term.c.
1002
3a35a84c
JB
10032010-07-03 Juanma Barranquero <lekktu@gmail.com>
1004
1005 * lisp.h (memory_warnings): Fix prototype.
1006
1007 * cm.h (evalcost): Fix prototype.
1008
1009 * cm.c (evalcost): Fix arg type.
1010
c532d349
DN
10112010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
1012
1013 * term.c (term_clear_mouse_face, Fidentity):
1014 * syssignal.h (signal_handler_t):
1015 * lisp.h (memory_warnings):
1016 * coding.h (preferred_coding_system):
1017 * cm.h (evalcost):
1018 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
1019
c0b36d46
EZ
10202010-07-02 Eli Zaretskii <eliz@gnu.org>
1021
1022 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
1023 from prototypes.
1024
1025 * msdos.h (load_pixmap): Don't define away.
1026
383e0970
J
10272010-07-02 Jan Djärv <jan.h.d@swipnet.se>
1028
f57e2426
J
1029 * lisp.h:
1030 * atimer.h: Remove define for P_.
1031
1032 * alloc.c: Remove __P and P_ from .c and .m files.
1033 * atimer.c:
1034 * buffer.c:
1035 * callint.c:
1036 * category.c:
1037 * charset.c:
1038 * chartab.c:
1039 * cm.c:
1040 * coding.c:
1041 * composite.c:
1042 * data.c:
1043 * dired.c:
1044 * dispnew.c:
1045 * doc.c:
1046 * editfns.c:
1047 * emacs.c:
1048 * eval.c:
1049 * fileio.c:
1050 * filelock.c:
1051 * fns.c:
1052 * font.c:
1053 * fontset.c:
1054 * frame.c:
1055 * ftfont.c:
1056 * ftxfont.c:
1057 * gmalloc.c:
1058 * gtkutil.c:
1059 * image.c:
1060 * indent.c:
1061 * intervals.c:
1062 * keyboard.c:
1063 * keymap.c:
1064 * lread.c:
1065 * marker.c:
1066 * menu.c:
1067 * minibuf.c:
1068 * print.c:
1069 * process.c:
1070 * scroll.c:
1071 * search.c:
1072 * sound.c:
1073 * strftime.c:
1074 * syntax.c:
1075 * sysdep.c:
1076 * term.c:
1077 * terminal.c:
1078 * textprop.c:
1079 * unexalpha.c:
1080 * w32console.c:
1081 * w32fns.c:
1082 * w32font.c:
1083 * w32menu.c:
1084 * w32term.c:
1085 * w32uniscribe.c:
1086 * window.c:
1087 * xdisp.c:
1088 * xfaces.c:
1089 * xfns.c:
1090 * xfont.c:
1091 * xftfont.c:
1092 * xmenu.c:
1093 * xselect.c:
1094 * xterm.c: Likewise.
1095
383e0970 1096 Remove P_ and __P macros.
f57e2426
J
1097 * atimer.h: Remove P_ and __P macros.
1098 * buffer.h:
383e0970
J
1099 * category.h:
1100 * ccl.h:
1101 * character.h:
1102 * charset.h:
1103 * cm.h:
1104 * coding.h:
1105 * composite.h:
1106 * dispextern.h:
1107 * disptab.h:
9e892c8d 1108 * dosfns.h:
383e0970
J
1109 * font.h:
1110 * fontset.h:
1111 * frame.h:
1112 * gtkutil.h:
1113 * indent.h:
1114 * intervals.h:
1115 * keyboard.h:
1116 * keymap.h:
1117 * lisp.h:
1118 * macros.h:
1119 * md5.h:
1120 * menu.h:
1121 * msdos.h:
1122 * nsterm.h:
1123 * puresize.h:
1124 * region-cache.h:
1125 * syntax.h:
1126 * syssignal.h:
1127 * systime.h:
1128 * termhooks.h:
9e892c8d 1129 * w32font.h:
383e0970
J
1130 * w32term.h:
1131 * widget.h:
1132 * window.h:
1133 * xgselect.h:
1134 * xsettings.h:
1135 * xterm.h: Likewise.
1136
98601119
DN
11372010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
1138
d9170db5
DN
1139 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
1140
98601119
DN
1141 Cleanup old code.
1142 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
1143 * syssignal.h: Remove code for Lynx, not supported anymore.
1144 * vm-limit.c: Remove unused code the depends on emacs not being
1145 defined and NO_LIM_DATA being defined.
1146 * mem-limits.h: Remove dead code.
1147
1f984e12
J
11482010-07-01 Jan Djärv <jan.h.d@swipnet.se>
1149
c49d071a
J
1150 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
1151
9d5405ec
J
1152 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
1153 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
1154
7a18115b
J
1155 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
1156 parameters, they are already absolute.
1157
a628ad9d
JB
1158 * nsterm.m (x_set_window_size, initFrameFromEmacs):
1159 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
581a8100 1160
a628ad9d 1161 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
581a8100 1162
a628ad9d
JB
1163 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
1164 Update FRAME_TOOLBAR_HEIGHT.
581a8100 1165
a628ad9d
JB
1166 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
1167 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
1f984e12 1168
c1ef4455
CY
11692010-06-30 Chong Yidong <cyd@stupidchicken.com>
1170
1171 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
1172 check default-frame-alist.
1173
ce8f5a9a
AS
11742010-06-30 Andreas Schwab <schwab@linux-m68k.org>
1175
1176 * process.c (create_process): Avoid using invalid file descriptors.
1177
1178 * callproc.c (child_setup): Avoid closing a file descriptor twice.
1179
bf935339
J
11802010-06-30 Jan Djärv <jan.h.d@swipnet.se>
1181
1182 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
1183 Improve documentation. Return font regardless of use_system_font.
1184 (syms_of_xsettings): Improve documentation for font-use-system-font.
1185
7c33a057
CY
11862010-07-10 Chong Yidong <cyd@stupidchicken.com>
1187
2ec1b5ee
CY
1188 * xfaces.c (realize_face): Garbage the frame if a face is removed
1189 (Bug#6593).
1190
11912010-07-05 Andreas Schwab <schwab@linux-m68k.org>
1192
1193 * keyboard.c: Remove duplicate <setjmp.h>.
1194 (read_key_sequence): Remove volatile qualifiers.
1195
11962010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1197
1198 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
1199 (struct glyph_row): New members left_fringe_offset and
1200 right_fringe_offset.
1201
1202 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
1203 specially.
1204 * w32term.c (w32_draw_fringe_bitmap): Likewise.
1205 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
1206
1207 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
f6003da5 1208 Take account of bitmap offset.
2ec1b5ee
CY
1209 (draw_window_fringes): Take account of window vscroll.
1210 (update_window_fringes): Likewise. Extend top-aligned top indicator
1211 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
1212 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
1213 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
1214
12152010-07-04 Juanma Barranquero <lekktu@gmail.com>
1216
1217 * w32fns.c (Qtooltip): Declare.
1218 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
1219
12202010-07-03 Jan Djärv <jan.h.d@swipnet.se>
1221
1222 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
1223 grab on just Press (Bug#6499).
1224
12252010-07-02 Chong Yidong <cyd@stupidchicken.com>
1226
1227 * frame.c (Qtooltip): New var.
1228 (delete_frame): Use it. Fix faulty if statement. Don't update
1229 mode line for tooltip frames. Suggested by Martin Rudalics.
1230
1231 * xfns.c (x_create_tip_frame):
1232 * w32fns.c (x_create_tip_frame): Use it.
1233
12342010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
769e9d47
KH
1235
1236 * xftfont.c (xftfont_open): Check font width one by one also when
1237 spacing is dual.
1238
1239 * ftfont.c (ftfont_open): Ditto.
1240
6259c2ec
GM
12412010-06-30 Glenn Morris <rgm@gnu.org>
1242
a46007e9
GM
1243 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
1244
6259c2ec
GM
1245 * Makefile.in (CANNOT_DUMP): Update for configure name change.
1246
1247 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
1248 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
1249 * s/darwin.h (SYSTEM_MALLOC):
1250 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
1251
5d1d3d04
J
12522010-06-29 Jan Djärv <jan.h.d@swipnet.se>
1253
1254 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
1255 (ns_get_screen): Don't assign integer to f.
1256 (Fx_display_color_cells): Declarations before statements.
1257
e547b051
J
12582010-06-28 Jan Djärv <jan.h.d@swipnet.se>
1259
5fc8e5bc
J
1260 * xfns.c (x_default_font_parameter): Remove got_from_system
1261 (Bug#6526).
1262
e547b051
J
1263 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
1264 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
1265 defines based on what configure finds.
1266
1267 * xterm.c (XTflash): Use gtk_widget_get_window.
1268 (xg_scroll_callback): Use gtk_adjustment_get_upper and
1269 gtk_adjustment_get_page_size.
1270 (handle_one_xevent): Use gtk_widget_get_mapped.
1271 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
1272 messages.
1273
1274 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
1275
1276 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
1277 HAVE_GTK_FILE_SELECTION_NEW.
1278
1279 * gtkutil.c (xg_display_open, xg_display_close): Remove
1280 HAVE_GTK_MULTIDISPLAY, it is always defined.
1281 (xg_display_open): Return type is void.
1282 (gtk_widget_set_has_window)
1283 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
1284 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
1285 (gtk_adjustment_set_page_increment)
1286 (gtk_adjustment_get_step_increment): #define these if not found
1287 by configure.
1288 (remove_submenu): New define based on Gtk+ version.
1289 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
1290 gtk_widget_get_window.
1291 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
1292 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
1293 (create_dialog): Use gtk_dialog_get_action_area and
1294 gtk_dialog_get_content_area.
1295 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
1296 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
1297 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
1298 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
1299 g_object_ref and g_object_unref.
1300 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
1301 gtk_widget_get_sensitive.
1302 (xg_update_submenu): Use remove_submenu.
1303 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
1304 properties instead to get old x and y position.
1305 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
1306 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
2b7e356a 1307 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
e547b051
J
1308 (xg_get_tool_bar_widgets): New function.
1309 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
1310 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
1311 (toolbar_set_orientation): New #define based on if configure
1312 finds gtk_orientable_set_orientation.
1313 (xg_create_tool_bar): Call toolbar_set_orientation.
1314 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
1315 instead of gtk_box_pack_start_defaults.
1316
b9229673
CY
13172010-06-28 Chong Yidong <cyd@stupidchicken.com>
1318
1319 * cmds.c (Fdelete_backward_char): Move into Lisp.
1320
bbc803b0
DN
13212010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
1322
1323 * s/freebsd.h (BSD4_2): Remove redundant definition.
1324 bsd-common.h defines it already.
1325
6431f2e6
CY
13262010-06-27 Chong Yidong <cyd@stupidchicken.com>
1327
1328 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
1329 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
1330 tool-bar-mode, which are now set using these X resources at
1331 startup, to determine the defaults (Bug#2249).
1332
1333 * w32fns.c (Fx_create_frame):
1334 * nsfns.m (Fx_create_frame): Likewise.
1335
1336 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
1337
8c079ebb
JB
13382010-06-24 Juanma Barranquero <lekktu@gmail.com>
1339
1340 * gtkutil.c (xg_update_scrollbar_pos):
1341 Avoid C99 mid-block variable declaration.
1342
e9b7ab96
JD
13432010-06-22 Jan Djärv <jan.h.d@swipnet.se>
1344
bc869eca
JD
1345 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
1346
2b7e356a 1347 * gtkutil.h (xg_show_scroll_bar): Remove.
bc869eca
JD
1348
1349 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
1350 if height is less than scroll bar min size.
1351 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
1352
e9b7ab96
JD
1353 * xfns.c (x_default_font_parameter): Try to open font from system
1354 before using it (bug#6478). Rename got_from_gconf to got_from_system.
1355
a628ad9d 13562010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
32a679fd
JD
1357
1358 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
1359
70c4cfbb
EZ
13602010-06-20 Eli Zaretskii <eliz@gnu.org>
1361
1362 * xdisp.c (try_scrolling): When scroll-conservatively is set to
1363 most-positive-fixnum, be extra accurate when scrolling window
1364 start, to avoid missing the cursor line.
1365
ad5a12b5
EZ
13662010-06-19 Eli Zaretskii <eliz@gnu.org>
1367
1368 * xdisp.c (try_scrolling): Compute the limit for searching point
1369 in forward scroll from scroll_max, instead of an arbitrary limit
1370 of 10 screen lines. See
1371 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
1372 and
1373 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
1374 for details.
1375
2a64315a 13762010-06-16 Glenn Morris <rgm@gnu.org>
6fda6a0c
GM
1377
1378 * editfns.c (Fbyte_to_string): Pacify compiler.
1379
288cf4e9
SM
13802010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1381
1382 * lread.c (read1): Phase out old-style backquotes a bit more.
1383
6e6e5760
EZ
13842010-06-12 Eli Zaretskii <eliz@gnu.org>
1385
cbc4fd20
EZ
1386 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
1387 bidimirror.h.
1388
1389 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
1390
317fbf33
EZ
1391 * bidi.c (bidi_initialize): Remove explicit initialization of
1392 bidi_type_table; include biditype.h instead. Don't support
288cf4e9 1393 entries whose second codepoint is zero. Initialize bidi_mirror_table.
cbc4fd20 1394 (bidi_mirror_char): Use bidi_mirror_table.
317fbf33
EZ
1395
1396 * biditype.h: New file.
1397
cbc4fd20
EZ
1398 * bidimirror.h: New file.
1399
6e6e5760
EZ
1400 * window.c (syms_of_window): Doc fix (bug#6409).
1401
4176cba2
RF
14022010-06-12 Romain Francoise <romain@orebokech.com>
1403
1404 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
1405 ediff-hook.
1406
cb4bfcb5
GM
14072010-06-10 Glenn Morris <rgm@gnu.org>
1408
64c60c2f
GM
1409 * editfns.c (Fbyte_to_string): Pacify compiler.
1410
cb4bfcb5
GM
1411 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
1412
2ec1b5ee
CY
14132010-06-26 Andreas Schwab <schwab@linux-m68k.org>
1414
1415 * alloc.c (Fmake_byte_code): Don't access undefined argument
1416 (Bug#6517).
1417
14182010-06-25 Chong Yidong <cyd@stupidchicken.com>
1419
1420 * xdisp.c (next_element_from_image): Ensure that after-strings are
1421 read the next time we hit handle_stop (Bug#1336).
1422
14232010-06-23 Andreas Schwab <schwab@linux-m68k.org>
1424
1425 * lread.c (read1): Signal error if #s is not followed by paren.
1426
14272010-06-19 Chong Yidong <cyd@stupidchicken.com>
1428
1429 * image.c (free_image): Mark frame as garbaged (Bug#6426).
1430
1431 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
1432
14332010-06-15 Glenn Morris <rgm@gnu.org>
1434
1435 * editfns.c (Fbyte_to_string): Pacify compiler.
1436
e454a4a3
SM
14372010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1438
1439 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
1440 Check `object's type before accessing its guts.
1441
c1b1acc2
DN
14422010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1443
1444 * s/usg5-4.h: Fix previous change.
1445 Suggested by Lawrence Mitchell <wence@gmx.li>
1446
657d4c0b
AS
14472010-06-08 Andreas Schwab <schwab@linux-m68k.org>
1448
1449 * minibuf.c (Fall_completions): Add more checks.
1450
9b27fd9f
JB
14512010-06-08 Juanma Barranquero <lekktu@gmail.com>
1452
1453 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
1454
a99ebb40
DN
14552010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
1456
d7c5d87d
DN
1457 * lread.c (X_OK): Remove, unused.
1458
0263a941
DN
1459 * dispnew.c: Remove obsolete comment.
1460
a99ebb40
DN
1461 Remove INCLUDED_FCNTL.
1462 * xterm.c (INCLUDED_FCNTL):
1463 * callproc.c (INCLUDED_FCNTL):
1464 * alloc.c (INCLUDED_FCNTL):
1465 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
1466 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
1467
13b5221f
MR
14682010-06-07 Martin Rudalics <rudalics@gmx.at>
1469
1470 * window.c (Fselect_window): Move `record_buffer' up to the
1471 beginning of this function, so the buffer gets recorded
1472 even if the selected window does not change.
1473 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
1474
5220357f
JB
14752010-06-07 Juanma Barranquero <lekktu@gmail.com>
1476
1477 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
1478 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
1479
3085237c
DN
14802010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
1481
1482 Remove BSTRING related code, all platforms define it.
1483 * s/usg5-4.h (BSTRING): Remove definition.
1484 * s/template.h (BSTRING):
1485 * s/msdos.h (BSTRING):
1486 * s/ms-w32.h (BSTRING):
1487 * s/hpux10-20.h (BSTRING):
1488 * s/gnu-linux.h (BSTRING):
1489 * s/darwin.h (BSTRING):
1490 * s/cygwin.h (BSTRING):
1491 * s/bsd-common.h (BSTRING):
1492 * s/aix4-2.h (BSTRING): Likewise.
1493 * sysdep.c: Remove code depending on BSTRING not being defined.
1494
409f2919
JB
14952010-06-05 Juanma Barranquero <lekktu@gmail.com>
1496
1497 Remove obsolete macro BASE_LEADING_CODE_P.
1498 * character.h (BASE_LEADING_CODE_P): Remove.
1499 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
1500 * buffer.c (Fset_buffer_multibyte):
1501 * indent.c (scan_for_column, compute_motion):
1502 * insdel.c (count_combining_before, count_combining_after):
1503 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
1504
087fc47a
JB
15052010-06-04 Juanma Barranquero <lekktu@gmail.com>
1506
1507 Turn `directory-sep-char' into a noop.
1508
1509 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
1510 (DIRECTORY_SEP): Define unconditionally.
1511
1512 * s/ms-w32.h (DIRECTORY_SEP): Remove.
1513
1514 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
1515 call dostounix_filename directly.
1516
1517 * fileio.c (CORRECT_DIR_SEPS): Remove.
1518 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
1519 (Fsubstitute_in_file_name): Use dostounix_filename instead.
1520 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
1521 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
1522
1523 * w32proc.c (CORRECT_DIR_SEPS): Remove.
1524 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
1525
0eb7675e
AS
15262010-06-03 Andreas Schwab <schwab@linux-m68k.org>
1527
a628ad9d
JB
1528 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
1529 (Bug#6346)
0eb7675e 1530
78edd3b7
JB
15312010-06-03 Juanma Barranquero <lekktu@gmail.com>
1532
1533 * ccl.c (Fccl_program_p): Fix typo in docstring.
1534
eb697db5
DN
15352010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1536
1537 Move UNEXEC definition to autoconf.
1538 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
1539 * s/sol2-10.h (UNEXEC):
1540 * s/irix6-5.h (UNEXEC):
1541 * s/hpux10-20.h (UNEXEC):
1542 * s/gnu-linux.h (UNEXEC):
1543 * s/darwin.h (UNEXEC):
1544 * s/cygwin.h (UNEXEC):
1545 * s/bsd-common.h (UNEXEC):
1546 * s/aix4-2.h (UNEXEC):
1547 * m/alpha.h (UNEXEC): Likewise.
1548 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
1549
aa3830c4
JB
15502010-06-03 Juanma Barranquero <lekktu@gmail.com>
1551
1552 Remove obsolete pre-unicode2 macros.
1553 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
1554 * composite.c (composition_reseat_it):
1555 * data.c (Faset):
1556 * fns.c (Ffillarray):
1557 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
1558 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
1559
d234d13e
JL
15602010-06-03 Juri Linkov <juri@jurta.org>
1561
1562 * buffer.c (Fother_buffer): Add CHECK_FRAME.
1563 (Fswitch_to_buffer): Remove unused variable `err'.
1564
0d4bcf4d
GM
15652010-06-03 Glenn Morris <rgm@gnu.org>
1566
e23dc1e2
GM
1567 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
1568
05b09564
GM
1569 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
1570 now that AH_BOTTOM does it.
1571
824e2978
GM
1572 * m/hp800.h (HAVE_ALLOCA):
1573 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
1574
0d4bcf4d
GM
1575 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
1576 Remove NOT_C_CODE tests, it is always true now.
1577
c55d2abf
DN
15782010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1579
08a494a3
DN
1580 Fix config.h includes.
1581 * xsettings.c:
1582 * xgselect.c:
1583 * nsterm.m:
1584 * nsselect.m:
1585 * nsimage.m:
1586 * nsfont.m:
1587 * nsfns.m:
1588 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
1589 other files do.
1590
75934b1d
DN
1591 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
1592
9f32a766
DN
1593 * s/sol2-6.h: Remove obsolete comments.
1594
c55d2abf
DN
1595 Remove unnecessary alloca.h includes.
1596 * keymap.c: Do not include alloca.h, config.h does that.
1597 * sysdep.c: Likewise. Do not define fwrite, not used.
1598
06ac62b4
SM
15992010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
1602 the HAVE_TERMIO where it belongs (bug#6149).
1603
1ab8293c
SM
16042010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1605
1606 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
1607 of bug#6305).
1608
6dcfd253
EZ
16092010-05-30 Eli Zaretskii <eliz@gnu.org>
1610
1611 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
1612 state is always cached (bug#6306).
1613
6d26bbb2
EZ
16142010-05-29 Eli Zaretskii <eliz@gnu.org>
1615
06fa4a23
EZ
1616 Fix cursor motion in bidi-reordered continued lines.
1617 * xdisp.c (try_cursor_movement): Backup to non-continuation line
1618 only after finding point's row. Fix the logic. Rewrite the loop
6d26bbb2
EZ
1619 over continuation lines in bidi-reordered buffers. Return
1620 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
1621 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
1622
f5783df3
MA
16232010-05-28 Michael Albinus <michael.albinus@gmx.de>
1624
1625 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
1626
7d56b2dd
KH
16272010-05-28 Kenichi Handa <handa@m17n.org>
1628
1629 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
1630 Don't sheck SPEC if it is nil.
1631 (font_list_entities): Call font_delete_unmatched if
b925d231 1632 Vface_ignored_fonts is non-nil. (Bug#6287)
7d56b2dd 1633
e58d4ff7
GM
16342010-05-28 Glenn Morris <rgm@gnu.org>
1635
1636 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
1637
f1a5d776
CY
16382010-05-27 Chong Yidong <cyd@stupidchicken.com>
1639
1640 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
1641 whether to trash.
1642 (internal_delete_file, Frename_file): Callers changed.
1643 (delete_by_moving_to_trash): Doc fix.
1644 (Fdelete_directory_internal): Don't move to trash.
1645
1646 * callproc.c (delete_temp_file):
1647 * buffer.c (Fkill_buffer): Callers changed.
1648
1649 * lisp.h: Update prototype.
1650
f44a59e6
CY
16512010-05-27 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * xdisp.c (redisplay_window): After redisplay, check if point is
1654 still valid before setting it (Bug#6177).
1655
81ac4f35
GM
16562010-05-27 Glenn Morris <rgm@gnu.org>
1657
1658 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
1659 Convert comments to Makefile format.
1660
1661 * Makefile.in (bootstrap-clean): No more Makefile.c.
1662
ccd89fb3
GM
16632010-05-26 Glenn Morris <rgm@gnu.org>
1664
90278cb6
GM
1665 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
1666 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
1667
ccd89fb3
GM
1668 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
1669 Remove.
1670 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
1671
b7050583
KH
16722010-05-26 Kenichi Handa <handa@m17n.org>
1673
1674 * composite.c (composition_compute_stop_pos): Fix condition for
1675 backward scanning.
1676
e5458003
GM
16772010-05-25 Glenn Morris <rgm@gnu.org>
1678
c345fe90
GM
1679 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
1680 Move before TEMACS_LDFLAGS.
1681 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
1682 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
1683
2e0689ab
GM
1684 * Makefile.in (NOT_C_CODE): No longer define.
1685 (config.h): No longer include.
1686
8009a5e8
GM
1687 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
1688 variables it may reference.
1689
e5458003
GM
1690 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
1691 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
1692
10f72a37
KH
16932010-05-25 Kenichi Handa <handa@m17n.org>
1694
1695 * dispextern.h (struct composition_it): New members rule_idx and
1696 charpos.
1697
1698 * xdisp.c (set_iterator_to_next): While scanning backward, assume
1699 that the character positions of IT point the last character of the
1700 current grapheme cluster.
1701 (next_element_from_composition): Don't change character positions
1702 of IT.
1703 (append_composite_glyph): Set glyph->charpos to
1704 it->cmp_it.charpos.
1705
1706 * composite.c (autocmp_chars): Change the first argument to RULE,
1707 and try composition with RULE only.
1708 (composition_compute_stop_pos): Record the index number of the
1709 composition rule in CMP_IT->rule_idx.
1710 (composition_reseat_it): Call autocmp_chars repeatedly until the
1711 correct rule of the composition is found.
1712 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
1713 is at the last character of the current grapheme cluster when
1714 CMP_IT->reversed_p is nonzero.
1715
171eda53 17162010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
f5b416d2 1717
171eda53
SM
1718 * editfns.c (Fbyte_to_string): New function.
1719
66a9f7f4
SM
17202010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1721
1722 * process.c (Fmake_network_process): Set :host to nil if it's not used.
1723 Suggested by Masatake YAMATO <yamato@redhat.com>.
1724
d8c315d1
EZ
17252010-05-23 Eli Zaretskii <eliz@gnu.org>
1726
171eda53 1727 * dispextern.h (init_iterator): Sync prototype with changed definition.
d8c315d1 1728
f5b416d2 17292010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
1730
1731 * s/netbsd.h: If terminfo is found, use it in preference to
1732 termcap. (Bug#6190) [Backport from trunk]
1733
0416466c
EZ
17342010-05-19 Eli Zaretskii <eliz@gnu.org>
1735
11117830 1736 Redesign and reimplement bidi-aware edge positions of glyph rows.
d36fe237
EZ
1737
1738 * dispextern.h (struct glyph_row): New members minpos and maxpos.
1739 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
1740 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
1741 and maxpos members instead of start.pos and end.pos, respectively.
1742
1743 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
1744 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
1745 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
66a9f7f4
SM
1746 (try_window_reusing_current_matrix, try_window_id):
1747 Use ROW->minpos rather than ROW->start.pos.
d36fe237
EZ
1748 (init_from_display_pos, init_iterator): Use EMACS_INT for
1749 character and byte positions.
66a9f7f4 1750 (find_row_edges): Rename from find_row_end. Accept additional
d36fe237
EZ
1751 arguments for minimum and maximum buffer positions seen by
1752 display_line for this row. Don't use iterator to find the
1753 position following the maximum one; instead, increment the
11117830
EZ
1754 position found by display_line directly. Fix logic; eol_pos
1755 should be tested before the rest. Handle the case of characters
1756 delivered from display vector (bug#6036). Fix tests related to
1757 it->method. Handle the truncated_on_right_p rows.
1758 (RECORD_MAX_MIN_POS): New macro.
1759 (display_line): Use it to record the minimum and maximum buffer
1760 positions for glyphs in the row being assembled. Record the
1761 position of the newline that terminates the line. If word wrap is
1762 in effect, restore minimum and maximum positions seen up to the
1763 wrap point, when iterator returns to it.
1764 (try_window_reusing_current_matrix): Give up if in bidi-reordered
1765 row and cursor not already at point. Restore original pre-bidi
1766 code for unidirectional buffers.
d36fe237
EZ
1767
1768 * dispnew.c (increment_row_positions, check_matrix_invariants):
1769 Increment and check row->start.pos and row->end.pos, in addition
1770 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
1771
11117830
EZ
1772 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
1773 Display truncated_on_left_p and truncated_on_right_p flags.
1774 Formatting fixes.
1775 (pmtxrows): Display the ordinal number of each row. Don't display
1776 rows beyond the last one.
1777
1778 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
1779 it is not copied by bidi_copy_it.
1780
6e83d800
EZ
17812010-05-22 Eli Zaretskii <eliz@gnu.org>
1782
1783 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
1784 (Bug#6237)
1785
110683ad
CY
17862010-05-22 Chong Yidong <cyd@stupidchicken.com>
1787
1788 * image.c (Fimage_flush): Rename from image-refresh.
1789
98fe5161
CY
17902010-05-21 Chong Yidong <cyd@stupidchicken.com>
1791
1792 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
1793 just one window.
1794
1795 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
1796 (clear_image_cache): If the number of cached images is unusually
1797 large, decrease the cache eviction delay (Bug#6230).
1798
e8752c66
GM
17992010-05-21 Glenn Morris <rgm@gnu.org>
1800
66dbf213
GM
1801 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
1802 Move these rules to ns.mk.
1803 * ns.mk: New file.
1804
04384b2d
GM
1805 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
1806
e8752c66
GM
1807 * Makefile.in (CANNOT_DUMP): New, set by configure.
1808 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
1809
2e2bbddb
JL
18102010-05-20 Juri Linkov <juri@jurta.org>
1811
1812 * fileio.c (Fdelete_file): Change interative spec to use
1813 `read-file-name' like in `find-file-read-args' where the default
1814 value is `default-directory' instead of `buffer-file-name'.
1815 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
1816
31c4aaf6
KR
18172010-05-20 Kevin Ryde <user42@zip.com.au>
1818
1819 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
1820 (Voverriding_terminal_local_map, Vsystem_key_alist)
1821 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
1822
9d5cf9b6
GM
18232010-05-20 Glenn Morris <rgm@gnu.org>
1824
1825 * Makefile.in (DEPDIR): New constant.
1826 (DEPFLAGS): Set with configure, not cpp.
1827 (MKDEPDIR): New, set by configure.
1828 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
1829 (clean): Use $DEPDIR.
1830 (deps_frag): Include from configure.
1831 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
1832 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
1833
ead6f8f5
EZ
1834 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
1835 reallocation of the cache. (Bug#6210)
1836
7f34aec3
GM
18372010-05-19 Glenn Morris <rgm@gnu.org>
1838
d494e8f2
GM
1839 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
1840
c1d0dcfd
GM
1841 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
1842 (GNULIB_VAR): Remove.
1843 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
1844
1845 * m/ibms390x.h (LINKER):
1846 * m/macppc.h (LINKER) [GNU_LINUX]:
1847 * s/aix4-2.h (ORDINARY_LINK):
1848 * s/cygwin.h (LINKER):
1849 * s/darwin.h (ORDINARY_LINK):
1850 * s/gnu.h (ORDINARY_LINK):
1851 * s/netbsd.h (LINKER):
1852 * s/usg5-4.h (ORDINARY_LINK):
1853 Move to configure.
1854
7f34aec3
GM
1855 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
1856
754790b6
CY
18572010-05-18 Chong Yidong <cyd@stupidchicken.com>
1858
1859 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
1860 prevent stack overflow if number of arguments is too large
1861 (Bug#6214).
1862
161e44d1
JB
18632010-05-18 Juanma Barranquero <lekktu@gmail.com>
1864
1865 * charset.c (load_charset_map_from_file): Don't call close after fclose.
1866
be4ff9da
GM
18672010-05-18 Glenn Morris <rgm@gnu.org>
1868
9539dc5d
GM
1869 * s/gnu-linux.h: Combine two conditionals.
1870
1871 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
6665f4c5
GM
1872 $(POST_ALLOC_OBJ).
1873
40dc6bf4
GM
1874 * Makefile.in (RALLOC_OBJ): New, set by configure.
1875 (rallocobj): Replace with the previous variable.
1876 (otherobj): Use $RALLOC_OBJ.
1877
1878 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
1879 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
1880
be4ff9da
GM
1881 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
1882 (gmallocobj, vmlimitobj): Replace with previous two variables.
1883 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
1884
16455a85
GM
18852010-05-17 Glenn Morris <rgm@gnu.org>
1886
1887 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
1888 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
1889
5fdb7468
GM
18902010-05-16 Glenn Morris <rgm@gnu.org>
1891
7ca1f3f9
GM
1892 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
1893
7541dad5
GM
1894 * Makefile.in (clean): Get rid of HAVE_NS conditional.
1895
da53fab9
GM
1896 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
1897 trailing "/".
1898
b02a6645
GM
1899 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
1900 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
1901
8877ca0f
GM
1902 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
1903 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
1904 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
1905 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
1906 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
1907
5fdb7468
GM
1908 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
1909 Remove ${STARTFLAGS}, nothing ever sets it.
1910
95adb4b1
DN
19112010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
1912
1913 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
1914
676b6304
GM
19152010-05-16 Glenn Morris <rgm@gnu.org>
1916
9beab9ce
GM
1917 * Makefile.in (LIBX_BASE): Always define.
1918
8a95f0e7
GM
1919 * Makefile.in (LIBX_OTHER): Move out of cpp section.
1920
676b6304
GM
1921 * Makefile.in (LIBXT): Always define.
1922
6e546d18
GM
19232010-05-15 Glenn Morris <rgm@gnu.org>
1924
4235ca47 1925 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
02d4ac0e 1926
6e546d18
GM
1927 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
1928 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
1929
8c5ff6dd
KR
19302010-05-15 Ken Raeburn <raeburn@raeburn.org>
1931
560bb7ae 1932 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
52766425
KR
1933 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
1934
8b4eb796
KR
1935 * emacs.c (main): Initialize initial-environment and
1936 process-environment before generating from env, not after.
1937
8c5ff6dd
KR
1938 Handle --version reasonably in CANNOT_DUMP configuration.
1939 * emacs.c (emacs_version, emacs_copyright): New string variables.
1940 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
1941 (syms_of_emacs): Defvar them, and initialize them from the C
1942 string variables.
1943 (main): If initialization hasn't been done, print initial version
1944 info from the C strings, instead of starting an interactive session.
1945
dbd3f723
EZ
19462010-05-15 Eli Zaretskii <eliz@gnu.org>
1947
d20e1419
EZ
1948 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
1949 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
2e9abc3d
EZ
1950 (bidi_paragraph_init): Remove redundant assertion that we are at
1951 the beginning of a line after call to bidi_find_paragraph_start.
d20e1419
EZ
1952
1953 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
1954 (syms_of_xdisp): Defsubr it.
1955
d36fe237
EZ
1956 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
1957
dbd3f723
EZ
1958 * Makefile.in: Fix MSDOS-related comments.
1959
02be533b
GM
19602010-05-15 Glenn Morris <rgm@gnu.org>
1961
1a82cca9
GM
1962 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
1963 (really-lwlib, really-oldXMenu): Always define.
1964 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
1965
3df7b338
GM
1966 * Makefile.in: Simplify cpp conditional.
1967
2b5f541b
GM
1968 * Makefile.in (${ns_appdir}): Simplify using umask.
1969
02be533b
GM
1970 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
1971
4e2db1fe
SM
19722010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1973
1974 * eval.c (specbind): Remove left-over duplicate test.
1975 Disallow let-binding frame-local vars. Add comment.
1976
4b292a22
EZ
19772010-05-14 Eli Zaretskii <eliz@gnu.org>
1978
2fe72643 1979 Make the cache of bidi iterator states dynamically allocated.
1edbd309 1980 * bidi.c (bidi_cache_shrink): New function.
2fe72643
EZ
1981 (bidi_init_it): Call it.
1982 (bidi_cache_iterator_state): Enlarge the cache if needed.
1983
4e2db1fe 1984 * bidi.c (bidi_move_to_visually_next): Rename from
4b292a22
EZ
1985 bidi_get_next_char_visually. All callers changed.
1986
82ebc97b
KH
19872010-05-14 Kenichi Handa <handa@m17n.org>
1988
1989 * dispextern.h (struct composition_it): New member reversed_p.
1990
1991 * composite.c (composition_compute_stop_pos): Search backward if
1992 ENDPOS < CHARPOS.
1993 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
1994 Set CMP_IT->reversed_p.
b4b6e17e 1995 (composition_update_it): Pay attention to CMP_IT->reversed_p.
82ebc97b 1996
4e2db1fe
SM
1997 * xdisp.c (set_iterator_to_next):
1998 Call composition_compute_stop_pos with negative ENDPOS if we are
82ebc97b
KH
1999 scanning backward. Call composition_compute_stop_pos if scan
2000 direction is changed.
2001 (next_element_from_buffer): Call composition_compute_stop_pos with
2002 negative ENDPOS if we are scanning backward.
2003 (next_element_from_composition): Pay attention to
2004 IT->cmp_it.reversed_p.
2005
0e5d7800
KH
20062010-05-14 Kenichi Handa <handa@m17n.org>
2007
560bb7ae 2008 * font.c (font_range): Return the range for the font found at first.
0e5d7800 2009
cb027b32
GM
20102010-05-14 Glenn Morris <rgm@gnu.org>
2011
177b0288
GM
2012 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
2013
fbc00890
GM
2014 * Makefile.in (mktime, X11, register): Move undefs to configure.
2015
f14d1dfd
GM
2016 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
2017 (MSDOS_X_OBJ): New variable.
2018 (MSDOS_SUPPORT_REAL): New constant.
2019 (MSDOS_SUPPORT): Set as a variable, not with cpp.
2020 (obj): Use MSDOS_X_OBJ.
2021 (lisp): Use MSDOS_SUPPORT as a variable.
2022
11842bd8
GM
2023 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
2024 (GPM_MOUSE_SUPPORT): Now it's a constant.
2025 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
2026 not cpp.
2027
489d31a4 2028 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
845612ac 2029 (ns_appresdir): Remove, unused.
e20f1f07 2030
489d31a4
GM
2031 * Makefile.in (SHELL): Move outside cpp section.
2032
cb027b32
GM
2033 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
2034
5a903aa9
GM
20352010-05-13 Glenn Morris <rgm@gnu.org>
2036
3369c79f
GM
2037 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
2038 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
2039
d5e982a6
GM
2040 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
2041 HAVE_WINDOW_SYSTEM must be too.
2042
6192e163
GM
2043 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
2044 (lisp): Remove WINNT_SUPPORT.
2045
472c5d6b
GM
2046 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
2047 Let configure set these variables (to empty) in this case as well.
2048
0116466b
GM
2049 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
2050 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
2051
5a903aa9
GM
2052 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
2053 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
2054 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
2055 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
2056 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
c0a2b70a 2057 the values output by configure.
5a903aa9
GM
2058 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
2059
1a0d7c06
GM
20602010-05-12 Glenn Morris <rgm@gnu.org>
2061
b5457f14
GM
2062 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
2063 (LINKER_WAS_SPECIFIED): Remove.
2064
1a0d7c06
GM
2065 * Makefile.in (LIB_GCC): Set using configure, not cpp.
2066 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
2067 * m/arm.h (LIB_GCC) [GNU_LINUX]:
2068 * s/cygwin.h (LIB_GCC):
2069 * s/freebsd.h (LIB_GCC):
2070 * s/gnu-linux.h (LIB_GCC):
2071 * s/msdos.h (LIB_GCC):
2072 * s/netbsd.h (LIB_GCC):
2073 Move to configure.
2074
3ffd4615 20752010-05-11 Karel Klic <kklic@redhat.com>
c90ca7b7
KH
2076
2077 * ftfont.c: Fix incorrect parentheses of #if condition for
2078 definining M17N_FLT_USE_NEW_FEATURE.
2079
acddf8ae
GM
20802010-05-11 Glenn Morris <rgm@gnu.org>
2081
2082 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
2083 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
2084
ae5e04fa
EZ
20852010-05-10 Eli Zaretskii <eliz@gnu.org>
2086
2087 * xdisp.c (init_iterator): Don't turn on bidi reordering in
2088 unibyte buffers. See
2089 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
2090
7490175b
GM
20912010-05-10 Glenn Morris <rgm@gnu.org>
2092
97efb629
GM
2093 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
2094 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
2095 (LIBES): Use LIBS_SYSTEM as a variable.
2096 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
2097 * s/aix4-2.h (LIBS_SYSTEM):
2098 * s/freebsd.h (LIBS_SYSTEM):
2099 * s/hpux10-20.h (LIBS_SYSTEM):
2100 * s/sol2-6.h (LIBS_SYSTEM):
2101 * s/unixware.h (LIBS_SYSTEM):
2102 Move to configure.
2103
7490175b
GM
2104 * s/aix4-2.h (MAIL_USE_LOCKF):
2105 * s/bsd-common.h (MAIL_USE_FLOCK):
2106 * s/darwin.h (MAIL_USE_FLOCK):
2107 * s/gnu-linux.h (MAIL_USE_FLOCK):
2108 * s/irix6-5.h (MAIL_USE_FLOCK):
2109 * s/template.h (MAIL_USE_FLOCK):
2110 Move to configure.
2111
0235128c 21122010-05-08 Chong Yidong <cyd@stupidchicken.com>
61a808e8
CY
2113
2114 * Version 23.2 released.
2115
0235128c 21162010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5dcde606
AS
2117
2118 * composite.c (autocmp_chars): Save point as marker before calling
2119 auto-composition-function (Bug#5984).
2120
2121 * lisp.h (restore_point_unwind): Add prototype.
2122
2123 * fileio.c (restore_point_unwind): Remove static attribute.
2124
0235128c 21252010-05-08 Kenichi Handa <handa@m17n.org>
c4170e32
KH
2126
2127 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
2128 new feature of libotf and m17n-flt.
0235128c
SM
2129 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
2130 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
2131 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
2132 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
2133 that OUT is NULL. Use OTF_drive_gsub_with_log and
2134 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
2135 OTF_drive_gpos.
2136 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
0235128c
SM
2137 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
2138 Setup mflt_enable_new_feature and mflt_try_otf.
2139
4721152c
J
21402010-05-08 Jan Djärv <jan.h.d@swipnet.se>
2141
2142 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
2143
2144 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
2145 box and toolbar (Bug #6139).
2146 (xg_create_tool_bar): Remove comment (Bug #6139).
2147 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
2148 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
2149
ee0a16cf
JB
21502010-05-08 Juanma Barranquero <lekktu@gmail.com>
2151
2152 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
2153 Update dependencies.
2154
96d79611
EZ
21552010-05-08 Eli Zaretskii <eliz@gnu.org>
2156
2157 * fringe.c (update_window_fringes): Set up truncation bitmaps for
2158 R2L lines.
2159
40c17879
GM
21602010-05-08 Glenn Morris <rgm@gnu.org>
2161
7b42b29f
GM
2162 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
2163
40c17879
GM
2164 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
2165 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
2166 (termcapobj): Replace with TERMCAP_OBJ.
2167 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
2168 (LIBES): Use LIBS_TERMCAP as a variable.
2169
2170 * s/freebsd.h (osreldate.h): No longer include, since this file
2171 does not use __FreeBSD_version any more.
2172
2173 * s/aix4-2.h (TERMINFO):
2174 * s/cygwin.h (TERMINFO):
2175 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
2176 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
2177 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
2178 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
2179 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
2180 * s/irix6-5.h (TERMINFO):
2181 * s/netbsd.h (LIBS_TERMCAP):
2182 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
2183 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
2184 * s/usg5-4.h (TERMINFO):
2185 Move to configure.
2186
94b612ad
SM
21872010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2188
2189 * eval.c (unbind_to): Don't unbind a local binding into the global
2190 binding when the local binding disappeared. Inversely, don't unbind
2191 a global binding into a newly created local binding.
2192 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
2193 can specify the frame to use, when applicable. Adjust callers.
2194
15e12598 21952010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
acd0102a 2196 Stefan Monnier <monnier@iro.umontreal.ca>
15e12598
VB
2197
2198 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
2199
f724825e
EZ
22002010-05-07 Eli Zaretskii <eliz@gnu.org>
2201
5cba3209
EZ
2202 * w32fns.c: Include w32.h.
2203 (Fw32_shell_execute): Decode the error message before passing it
2204 to `error'. (Bug#6126)
2205
d16bdfc3
EZ
2206 * msdos.c (dos_set_window_size):
2207 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
2208 instead of `XSYMBOL (foo)->value'.
2209
59d93e87
EZ
22102010-05-07 Eli Zaretskii <eliz@gnu.org>
2211
9fdec8bc
EZ
2212 Fix the MS-DOS build, broken by autoconfiscation.
2213
2214 * Makefile.in: Don't use Make-style comments past the "start of
2215 cpp stuff" line.
2216 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
2217
2218 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
2219 edited directly by msdos/sed1v2.inp).
f724825e 2220
2f86b22b
GM
22212010-05-07 Glenn Morris <rgm@gnu.org>
2222
2223 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2224 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
2225 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
2226 move out of cpp section.
2227 * s/freebsd.h (LD_SWITCH_SYSTEM):
2228 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
2229 * s/netbsd.h (LD_SWITCH_SYSTEM):
2230 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
2231
49ebbd65
DN
22322010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2233
2234 Define LIB_STANDARD and START_FILES using autoconf.
2235 * s/usg5-4.h (LIB_STANDARD):
2236 * s/netbsd.h (START_FILES):
2237 * s/irix6-5.h (LIB_STANDARD):
2238 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
2239 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
2240 * s/freebsd.h (START_FILES):
2241 * s/darwin.h (START_FILES):
2242 * s/cygwin.h (START_FILES):
2243 * s/aix4-2.h (LIB_STANDARD):
2244 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
2245 * Makefile.in (STARTFILES): Rename to START_FILES, define using
2246 autoconf, not cpp.
2247
d43c06d6
DN
22482010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
2249
28823648
DN
2250 Remove NEED_BSDTTY and NEED_UNISTD_H.
2251 * s/hpux10-20.h (NEED_BSDTTY): Remove.
2252 * s/aix4-2.h (NEED_UNISTD_H): Remove.
2253 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
2254 <sys/ptyio.h> and <unistd.h>.
2255
aca00430
DN
2256 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
2257
d43c06d6
DN
2258 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
2259 * s/gnu.h (START_FILES): Remove empty definition.
2260
3e56b11d
JD
22612010-05-06 Jan Djärv <jan.h.d@swipnet.se>
2262
2263 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
2264
e3cf0cde
GM
22652010-05-06 Glenn Morris <rgm@gnu.org>
2266
2267 * Makefile.in (CPP, LN_S): Remove unused variables.
2268
774b9a60
SM
22692010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2270
2271 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
2272
4ab92842
LM
22732010-05-05 Lawrence Mitchell <wence@gmx.li>
2274
2275 * m/sparc.h: Fix typo in earlier change.
2276
178f2507
SM
22772010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2278
2279 Misc tweaks.
2280 * eval.c (Fdefvaralias): Remove unintended nested if.
2281 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
2282
80f00217 22832010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
991be6d4
JD
2284
2285 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
2286
ef03a4e6
DN
22872010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2288
58eb6cf0
DN
2289 Remove BSD_PGRPS.
2290 * s/bsd-common.h (BSD_PGRPS): Remove undef.
2291 * s/gnu-linux.h (BSD_PGRPS): Remove.
2292 * term.c (dissociate_if_controlling_tty):
2293 * sysdep.c (narrow_foreground_group, widen_foreground_group)
2294 (init_sys_modes, reset_sys_modes):
2295 * emacs.c (main):
2296 * callproc.c (Fcall_process, child_setup): Remove code depending
2297 on BSD_PGRPS.
2298
ef03a4e6
DN
2299 Remove POSIX_SIGNALS.
2300 * s/usg5-4.h (POSIX_SIGNALS):
2301 * s/netbsd.h (POSIX_SIGNALS):
2302 * s/msdos.h (POSIX_SIGNALS):
2303 * s/ms-w32.h (POSIX_SIGNALS):
2304 * s/hpux11.h (POSIX_SIGNALS):
2305 * s/gnu.h (POSIX_SIGNALS):
2306 * s/gnu-linux.h (POSIX_SIGNALS):
2307 * s/freebsd.h (POSIX_SIGNALS):
2308 * s/darwin.h (POSIX_SIGNALS):
2309 * s/cygwin.h (POSIX_SIGNALS):
2310 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
2311 * s/unixware.h:
2312 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
2313 * process.c (create_process):
2314 * syssignal.h:
2315 * sysdep.c (wait_for_termination, init_signals):
2316 * process.c (create_process):
2317 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
2318 remove all code that assumes the contrary.
2319
49628785
GM
23202010-05-04 Glenn Morris <rgm@gnu.org>
2321
27a2cdfc
GM
2322 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
2323 variable.
2324 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
2325 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
2326 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
2327 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
2328 LD_SWITCH_SYSTEM_tmp.
2329 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
2330 New variables, set by configure.
2331
eb21eab5
GM
2332 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
2333 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
2334 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
2335 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
2336 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
2337
49628785
GM
2338 * s/aix4-2.h (C_SWITCH_SYSTEM):
2339 * m/alpha.h (C_SWITCH_MACHINE):
2340 Move to configure.in.
2341 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
2342 New variables, set by configure.
2343 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
2344 $c_switch_machine and $c_switch_system.
2345
7dff330b
DN
23462010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2347
2348 * s/hpux10-20.h (LIB_STANDARD): New definition.
2349 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
2350 on it, not used anymore.
2351
53967e09
CY
23522010-05-03 Chong Yidong <cyd@stupidchicken.com>
2353
2354 * eval.c (internal_condition_case_n): Rename from
2355 internal_condition_case_2.
2356 (internal_condition_case_2): New function.
2357
2358 * xdisp.c (safe_call): Use internal_condition_case_n.
2359
2360 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
2361 (internal_delete_file, Frename_file): Callers changed.
2362
2363 * buffer.c (Fkill_buffer):
2364 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
2365
2366 * lisp.h: Update prototypes.
2367
3dee6fdb
GM
23682010-05-03 Glenn Morris <rgm@gnu.org>
2369
2370 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
2371 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
2372 (LIBXT): Set with configure, not cpp.
2373 (LIBX): Remove.
2374 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
2375
a101e0fb
DN
23762010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2377
2378 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
2379 The FreeBSD is not needed, the default works, Solaris version is
2380 not needed, and the remaining case is not supported by configure.
2381
f63d0028
JD
23822010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2383
2384 * xsmfns.c (CHDIR_OPT): New define.
2385 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
2386 restarting emacs.
2387
2388 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
2389 shut_down_emacs.
2390
2391 * emacs.c (USAGE1): Mention --chdir.
2392 (main): Handle --chdir.
2393 (standard_args): Add --chdir.
2394 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
2395 #5552).
2396
e4814a9f
DN
23972010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2398
cd03c74a
DN
2399 Remove LD_SWITCH_MACHINE.
2400 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
2401 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
2402
c3a398a1
DN
2403 Clean up IRIX code.
2404 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
2405 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
2406
87e7285c
DN
2407 Clean up AIX code.
2408 * m/ibmrs6000.inp: Remove file, unused.
2409 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
2410 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
2411 definition ...
2412 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
2413
80f00217
JB
2414 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
2415 unused.
e4814a9f 2416
59ca28de
EZ
24172010-05-01 Eli Zaretskii <eliz@gnu.org>
2418
197daef4
EZ
2419 Emulate POSIX_SIGNALS on MS-Windows.
2420
2421 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
2422 (SIG_SETMASK, SIG_UNBLOCK): Define.
d6dae14b
EZ
2423
2424 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
2425 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
2426 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
2427
80f00217
JB
2428 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
2429 New stubs.
197daef4 2430
af7c7572
EZ
2431 Miscellaneous fixes of bidi display.
2432
59ca28de
EZ
2433 * xdisp.c (find_row_end): New function, refactored from display_line.
2434 (display_line): Use it.
017ea819
EZ
2435 (extend_face_to_end_of_line): In almost-filled rows, extend only
2436 if the row is R2L and not continued.
166e930d 2437 (display_line): Fix prepending of truncation glyphs to R2L rows.
af7c7572 2438 Preserve overlay and string info in row->end.
166e930d
EZ
2439 (insert_left_trunc_glyphs): Support addition of left truncation
2440 glyphs to R2L rows.
b47e0dcf 2441 (set_cursor_from_row): Don't place cursor on the vertical border
af7c7572
EZ
2442 glyph between adjacent windows. Fix a crash when a display string
2443 is continued to the next line. Don't return zero if cursor was
2444 found by `cursor' property of a display string.
b47e0dcf
EZ
2445 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
2446 test for that explicitly.
59ca28de 2447
7acac9f4
GM
24482010-05-01 Glenn Morris <rgm@gnu.org>
2449
2450 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
2451 for clarity.
2452 (OTHER_OBJ): Remove.
2453 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
2454 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
2455
45841e65
KK
24562010-05-01 Karel Klíč <kklic@redhat.com>
2457
2458 * fileio.c (Ffile_selinux_context): Context functions may return null.
2459
afc61943
DN
24602010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
2461
80f00217 2462 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
afc61943 2463
5a1bb006
GM
24642010-04-30 Glenn Morris <rgm@gnu.org>
2465
2466 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
2467 (OTHER_OBJ): Define as a separate variable, for clarity.
2468
210af043
J
24692010-04-30 Jan Djärv <jan.h.d@swipnet.se>
2470
2471 * xsettings.c: include limits.h and update file comment.
2472
0a7df391
GM
24732010-04-30 Glenn Morris <rgm@gnu.org>
2474
d5096f16
GM
2475 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
2476 Set with configure, not cpp.
2477 (LIBW): Remove, replace with $TOOLKIT_LIBW.
2478
7eb1ac33
GM
2479 * Makefile.in (mallocobj): Remove.
2480 (otherobj): Simplify using @OTHER_OBJ@.
2481
517d086b
GM
2482 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
2483 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
2484 Don't bother making nsgui.h dependency platform-specific.
2485
0a7df391
GM
2486 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
2487
d6d23852
SM
24882010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2489
d2630aef
SM
2490 * process.c (read_process_output, exec_sentinel): Don't burp if the
2491 sentinel/filter kills the current buffer (bug#6060).
2492
f9dddf52 2493 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
d6d23852
SM
2494 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
2495 Remove unused var `args'.
2496 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
2497 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
2498 * doc.c (store_function_docstring): Use XSETCAR.
2499
f1e3642a
GM
25002010-04-28 Glenn Morris <rgm@gnu.org>
2501
faf535f8
GM
2502 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
2503 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
2504
c40f9449
GM
2505 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
2506
658f86ca
GM
2507 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
2508 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
2509
bc0b5f61
GM
2510 * Makefile.in (FONT_OBJ): New, set by configure.
2511 (FONT_DRIVERS): Use $FONT_OBJ.
2512
294c50a0
GM
2513 * Makefile.in (LIBXMU): Set with configure, not cpp.
2514 * s/aix4-2.h (LIBXMU):
2515 * s/hpux10-20.h (LIBXMU):
2516 Remove definition, now set in configure.
2517
e6ec4e99
GM
2518 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
2519
f1e3642a
GM
2520 * m/amdx86-64.h [i386]: Move this test to configure.in.
2521
c6ea2936
GM
25222010-04-27 Glenn Morris <rgm@gnu.org>
2523
8fdac2c3
GM
2524 * Makefile.in (LIBXTR6): Set with configure, not cpp.
2525 * s/unixware.h (NEED_LIBW): Remove definition.
2526
986fb647
GM
2527 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
2528 (TOOLKIT_LIBW): New, set by configure.
2529 (@X_TOOLKIT_TYPE@): No longer define it.
2530
c6ea2936
GM
2531 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
2532 (MOTIF_LIBW): Set with configure, not cpp.
2533 * s/aix4-2.h (LIB_MOTIF):
2534 * s/gnu-linux.h (LIB_MOTIF):
2535 * s/unixware.h (LIB_MOTIF): Move to configure.in.
2536
aaa36002
DN
25372010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2538
2539 Reduce CPP usage.
2540 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
2541 (obj): Use autoconf for unexec instead of cpp.
ed6281b0
DN
2542 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
2543 definitions and undefs. Inline definitions in the only user.
2544 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
aaa36002 2545
b678dd8b
GM
25462010-04-27 Glenn Morris <rgm@gnu.org>
2547
76cda504
GM
2548 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
2549 since the defaults (set by the system file) are fine in most cases.
2550 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
2551 * m/ibms390x.h (START_FILES, LIB_STANDARD):
2552 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
2553 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
2554 Remove definitions, since they are set correctly in s/gnu-linux.h.
2555 * s/freebsd.h (START_FILES, LIB_STANDARD):
2556 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
2557 * s/hpux10-20.h (START_FILES):
2558 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
2559 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
2560
b678dd8b
GM
2561 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
2562 (MOTIF_LIBW): Use $LIBXP.
2563 (otherobj): Use $WIDGET_OBJ.
2564
9452ded1
DN
25652010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2566
7e10844c
DN
2567 * Makefile.in (LIBS_MACHINE): Remove, unused.
2568
9452ded1
DN
2569 Use autoconf instead of cpp for LIB_MATH.
2570 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
2571 * s/cygwin.h (LIB_MATH): Likewise.
2572 * Makefile.in (LIB_MATH): Do not define with cpp.
2573 (LIBES): Use autoconf for LIB_MATH.
2574
fcebfc6a
KH
25752010-04-26 Kenichi Handa <handa@m17n.org>
2576
2577 * composite.c (Ffind_composition_internal): Fix the return value
2578 for an automatic composition.
2579
39e2ad1b
DN
25802010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2581
2582 Remove all NO_ARG_ARRAY uses.
2583 * fns.c (concat2, concat3, nconc2):
2584 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
2585 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
2586 * m/xtensa.h (NO_ARG_ARRAY):
2587 * m/template.h (NO_ARG_ARRAY):
2588 * m/sparc.h (NO_ARG_ARRAY):
2589 * m/sh3.h (NO_ARG_ARRAY):
2590 * m/mips.h (NO_ARG_ARRAY):
2591 * m/macppc.h (NO_ARG_ARRAY):
2592 * m/iris4d.h (NO_ARG_ARRAY):
2593 * m/intel386.h (NO_ARG_ARRAY):
2594 * m/ibms390x.h (NO_ARG_ARRAY):
2595 * m/ibms390.h (NO_ARG_ARRAY):
2596 * m/ibmrs6000.h (NO_ARG_ARRAY):
2597 * m/ia64.h (NO_ARG_ARRAY):
2598 * m/hp800.h (NO_ARG_ARRAY):
2599 * m/arm.h (NO_ARG_ARRAY):
2600 * m/amdx86-64.h (NO_ARG_ARRAY):
2601 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
2602
adf4f59c
EZ
26032010-04-25 Eli Zaretskii <eliz@gnu.org>
2604
6bdf5d65
EZ
2605 * xdisp.c (display_line): Don't assume 2nd call to
2606 get_next_display_element cannot return zero. (Bug#6030)
f538fcec
EZ
2607 (iterate_out_of_display_property): New function, body from pop_it.
2608 (pop_it): Use it.
adf4f59c 2609
dfbbda83
GM
26102010-04-24 Glenn Morris <rgm@gnu.org>
2611
2612 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
2613 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
2614 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
2615 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
2616
2d4018aa
EZ
26172010-04-24 Eli Zaretskii <eliz@gnu.org>
2618
a49884a6
EZ
2619 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
2620 use `get_next_display_element' and `set_iterator_to_next' to
2621 advance to the next character, when looking for the character that
2622 begins the next row.
2623
76db6fcc 2624 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2d4018aa
EZ
2625 definition of "struct Lisp_Symbol".
2626
70eab5c1
GM
26272010-04-24 Glenn Morris <rgm@gnu.org>
2628
2629 * Makefile.in (CRT_DIR): New variable, set by configure.
2630 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
2631 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
2632
1ad4cc3d
DN
26332010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2634
e769f484
DN
2635 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
2636
4196ff33
DN
2637 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
2638
879b0ee4
DN
2639 Remove redundant flags.
2640 * s/freebsd.h (C_SWITCH_SYSTEM):
2641 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
2642 * s/netbsd.h (C_SWITCH_SYSTEM):
2643 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
2644 of these.
2645
03cbbcb8
DN
2646 Simplify m/intel386.h.
2647 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
2648 user: ecrt0.c.
2649 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
2650 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
2651 the only user: s/unixware.h.
2652 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
2653 from m/intel386.h.
2654 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
2655 moved here from m/intel386.h.
2656
1ad4cc3d
DN
2657 * m/mips.h: Remove #if 0 code.
2658
8785b888
EZ
26592010-04-23 Eli Zaretskii <eliz@gnu.org>
2660
728588cc
EZ
2661 Fix display of composed characters from L2R scripts in bidi buffers.
2662 * xdisp.c (set_iterator_to_next, next_element_from_composition):
2663 After advancing IT past the composition, resync the bidi iterator
2664 with IT's position. (Bug#5977)
2665
a63f80b4
DN
26662010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2667
2668 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
2669 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
2670
ff5dec5c
SM
26712010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2672
2673 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
2674
8785b888
EZ
26752010-04-23 Eli Zaretskii <eliz@gnu.org>
2676
58ccf243 2677 Support `display' text properties and overlay strings in bidi buffers.
8785b888
EZ
2678 * xdisp.c (pop_it): When the stack is popped after displaying
2679 from a string, bidi-iterate to exit from the text portion covered
2680 by the `display' property or overlay. (Bug#5988, bug#5920)
2681
feeb1604
DN
26822010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2683
8e324eb6
DN
2684 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
2685 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
2686
809fcaba
DN
2687 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
2688 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
2689
ed710380
DN
2690 Simplify STARTFILES definition.
2691 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
2692 relying on Makefile.in to define it.
2693 * s/cygwin.h (START_FILES): Likewise.
2694 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
2695
feeb1604
DN
2696 Clean up Solaris code.
2697 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
2698 (LIB_MOTIF): Remove, configure takes care of this.
2699 (NOT_USING_MOTIF): Remove, unused.
2700 * xrdb.c: Remove #if 0-ed #include.
2701 (SYSV): Remove conditional for old SysV.
2702 * sysdep.c (closedir): Remove conditional code for Solaris,
2703 Solaris has closedir.
2704
a0d0b563
JD
27052010-04-22 Jan Djärv <jan.h.d@swipnet.se>
2706
2707 * xsettings.c (read_and_apply_settings): Check if current_font is
2708 NULL before strcmp (Bug#6001).
2709
56bae7c7
DN
27102010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
2711
2712 Clean up HP-UX files.
2713 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
2714 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
2715 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
2716 * s/hpux10-20.h: ... to the only user, here.
2717
372b7a95
EZ
27182010-04-21 Eli Zaretskii <eliz@gnu.org>
2719
2720 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
2721 use buffer-local values of paragraph-start and paragraph-separate.
2722 <paragraph_start_re, paragraph_separate_re>: Rename from
2723 fallback_paragraph_start_re and fallback_paragraph_separate_re.
2724 (Bug#5992)
2725
f904c0f9
JD
27262010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2727
2728 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
2729 current_tool_bar_style are new.
2730 (store_config_changed_event): Rename from store_font_changed_event.
2731 (XSETTINGS_TOOL_BAR_STYLE): New define.
2732 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
2733 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
2734 HAVE_XFT.
2735 (something_changedCB): store_font_changed_event is now
2736 store_config_changed_event
2737 (parse_settings): Rename from parse_xft_settings. Read
2738 non-xft xsettings outside #ifdef HAVE_XFT.
2739 (read_settings): Renamed from read_xft_settings.
2740 (apply_xft_settings): Take current settings as parameter. Do not
2741 call read_(xft)_settings.
2742 (read_and_apply_settings): New function.
2743 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
2744 read_and_apply_settings if there are settings to be read.
2745 (init_xsettings): Renamed from init_xfd_settings.
2746 Call read_and_apply_settings unconditionally.
2747 (xsettings_initialize): Call init_xsettings.
2748 (Ftool_bar_get_system_style): New function.
2749 (syms_of_xsettings): Define Qmonospace_font_name and
2750 Qtool_bar_style. Initialize current_tool_bar_style to nil.
f9dddf52 2751 defsubr Stool_bar_get_system_style. Fprovide on
f904c0f9 2752 dynamic-setting.
31a01b90 2753 Move misplaced HAVE_GCONF
f904c0f9
JD
2754
2755 * xsettings.h (Ftool_bar_get_system_style): Declare.
2756
2757 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
2758 Qtext, Qboth, Qboth_horiz are new.
2759 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
2760 Vtool_bar_style, tool_bar_max_label_size.
2761
2762 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
2763
2764 * keyboard.c: QClabel is new.
2765 (parse_tool_bar_item): Take out QClabel from tool bar items.
2766 Try to construct a label if ther is no QClabel.
2767 (syms_of_keyboard): Intern :label as QClabel.
2768
2769 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
2770 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
2771 New.
2772
2773 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
2774 dynamic-setting.el.
2775
2776 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
2777 (xg_make_tool_item, xg_show_toolbar_item): New function.
2778 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
2779 Call xg_make_tool_item to make a tool bar item.
2780 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
2781
2782 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
2783 into account for toolbars.
2784
c632dfda
JD
27852010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2786
2787 * data.c (make_blv): Declarations before code (Bug#5993).
2788
10efe302
GM
27892010-04-21 Glenn Morris <rgm@gnu.org>
2790
2791 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
2792 Define using autoconf, not cpp.
2793 (LIBXSM): New variable, set by autoconf.
2794 (LIBXT): Use $LIBXSM.
2795
4285ac5a
DN
27962010-04-21 Dan Nicolaescu <local_user@dannlt>
2797
3ec759e7
DN
2798 Remove NOMULTIPLEJOBS, unused.
2799 * s/template.h (NOMULTIPLEJOBS):
2800 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
2801
4285ac5a
DN
2802 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
2803 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
2804 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
2805 detects -znocombreloc and passes it to the linker
2806 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
2807
2807228d
GM
28082010-04-21 Glenn Morris <rgm@gnu.org>
2809
2810 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
2811
574c05e2
KK
28122010-04-21 Karel Klíč <kklic@redhat.com>
2813
2814 * Makefile.in (LIBSELINUX_LIBS): New.
2815 (LIBES): Add $LIBSELINUX_LIBS.
2816 * eval.c, lisp.h (call7): New function.
2817 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
2818 (Ffile_selinux_context, Fset_file_selinux_context):
2819 New functions.
2820 (Fcopy_file): New parameter preserve-selinux-context.
2821 (Frename_file): Preserve selinux context when renaming by copy-file.
2822
91eac4bb 28232010-04-21 Juanma Barranquero <lekktu@gmail.com>
acd0102a 2824 Eli Zaretskii <eliz@gnu.org>
91eac4bb 2825
50426a04
JB
2826 Don't depend on cm.c or termcap.c on Windows, use stubs.
2827 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
2828 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
2829 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
2830 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
2831 (sys_tputs, sys_tgetstr): New stubs.
2832 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
2833 (tputs, tgetstr): New; define to sys_*.
91eac4bb 2834
938efb77
JB
28352010-04-20 Juanma Barranquero <lekktu@gmail.com>
2836
2837 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
2838
b4bf28b7
SM
28392010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2840
8b1e1112
SM
2841 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
2842 Just signal a warning rather than an error when inside a let.
2843 (Fmake_variable_frame_local): Add the same test.
2844
933ac235
SM
2845 * font.c (syms_of_font): Make the style table vars read-only.
2846
b4bf28b7
SM
2847 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
2848 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
2849
2850 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
2851
93d68d0c
EZ
28522010-04-20 Eli Zaretskii <eliz@gnu.org>
2853
2854 Fix R2L paragraph display on TTY.
2855
2856 * xdisp.c (unproduce_glyphs): New function.
2857 (display_line): Use it when produced glyphs are discarded from R2L
2858 glyph rows.
2859 (append_composite_glyph): In R2L rows, prepend the glyph rather
2860 than appending it.
2861
2862 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
2863 rather than append it. Set up the resolved_level and bidi_type
2864 attributes of the appended glyph.
283ccc18
EZ
2865 (produce_special_glyphs): Mirror the backslash continuation
2866 character in R2L lines.
93d68d0c 2867
283ccc18 2868 Implement display of R2L paragraphs in GUI sessions.
26cdf528 2869
283ccc18
EZ
2870 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
2871 append_stretch_glyph.
2872 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
2873 off-by-one error in computing x at end of text in the row.
2874 (append_stretch_glyph): In reversed row, prepend the glyph rather
2875 than append it. Set resolved_level and bidi_type of the glyph.
2876 (extend_face_to_end_of_line): If the row is reversed, prepend a
2877 stretch glyph whose width is such that the rightmost glyph will be
2878 drawn at the right margin of the window. Fix off-by-one error on
2879 TTY frames in testing whether a line needs face extension. Fix
2880 face extension at ZV. If this is the last glyph row, use
2881 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
2882 region face.
2883 (set_cursor_from_row, display_line): Use
26cdf528
EZ
2884 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
2885 row->continuation_lines_width.
283ccc18
EZ
2886 (next_element_from_buffer): Don't call bidi_paragraph_init if we
2887 are at ZV. Fixes a crash when reseated to ZV by
2888 try_window_reusing_current_matrix.
45903529
EZ
2889 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
2890 which happens with R2L glyph rows. Fixes a crash when inserting a
2891 character at end of an R2L line.
283ccc18
EZ
2892 (set_cursor_from_row): Don't be fooled by truncated rows: don't
2893 treat them as having zero-width characters. Improve comments.
2894 Don't reverse pos_before and pos_after for reversed glyph rows.
2895 Set cursor.x to negative value when the cursor might be on the
2896 left fringe.
2897 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
2898 left fringe, not the right one.
f951a506
EZ
2899 (notice_overwritten_cursor, draw_phys_cursor_glyph)
2900 (erase_phys_cursor): For reversed cursor_row, support cursor on
2901 the left fringe.
2902
283ccc18
EZ
2903 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
2904 of continuation indicators on the fringes.
2905 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
2906 left fringe.
2907
f951a506
EZ
2908 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
2909 draw cursor on the left fringe.
2910
2911 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
2912 cursor on the left fringe.
2913
f951a506
EZ
2914 * dispnew.c (update_text_area): Handle reversed desired rows when
2915 the cursor is on the left fringe.
2916 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
2917 below, not by 0, for when the cursor is on the left fringe.
2918
3bb49aaf
JD
29192010-04-20 Jan Djärv <jan.h.d@swipnet.se>
2920
2921 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
2922 widget is a scrollbar.
2923
c0be27fd
KH
29242010-04-20 Kenichi Handa <handa@m17n.org>
2925
2926 * charset.c (char_charset): Consider Vcharset_non_preferred_head
2927 only when the arg CHARSET_LIST is nil.
2928
ce5b453a
SM
29292010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2930
2931 Make variable forwarding explicit rather the using special values.
2932 Basically, this makes the structure of buffer-local values and object
2933 forwarding explicit in the type of Lisp_Symbols rather than use
2934 special Lisp_Objects for that. This tends to lead to slightly more
2935 verbose code, but is more C-like, simpler, and makes it easier to make
2936 sure we handled all cases, among other things by letting the compiler
2937 help us check it.
2938 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
2939 Removing forwarding objects.
2940 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
2941 (struct Lisp_Symbol): Make the various forms of variable-forwarding
2942 explicit rather than hiding them inside Lisp_Object "values".
2943 (XFWDTYPE): New macro.
2944 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
2945 (XBUFFER_LOCAL_VALUE): Remove.
2946 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
2947 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
2948 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
2949 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
2950 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
2951 Remove the Lisp_Misc_* header.
2952 (struct Lisp_Buffer_Local_Value): Redefine.
2953 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
2954 (struct Lisp_Misc_Any): Add filler to get the right size.
2955 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
2956 Lisp_Intfwd.
2957 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
2958 (DEFVAR_KBOARD): Allocate a forwarding object.
2959 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
2960 (let_shadows_global_binding_p): New function.
2961 (union Lisp_Val_Fwd): New type.
2962 (make_blv): New function.
2963 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
2964 (store_symval_forwarding, swap_in_global_binding, Fboundp)
2965 (swap_in_symval_forwarding, find_symbol_value, Fset)
2966 (let_shadows_buffer_binding_p, set_internal, default_value)
2967 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
2968 (Fkill_local_variable, Fmake_variable_frame_local)
2969 (Flocal_variable_p, Flocal_variable_if_set_p)
2970 (Fvariable_binding_locus):
2971 * xdisp.c (select_frame_for_redisplay):
2972 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
2973 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
2974 * frame.c (store_frame_param):
2975 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
2976 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
2977 value structure.
2978 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
2979 (clone_per_buffer_values): Only adjust markers into the current buffer.
2980 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
2981 (Fbuffer_local_value, set_buffer_internal_1)
2982 (swap_out_buffer_local_variables):
2983 Adapt to the new symbol value structure.
2984 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
2985 (defvar_per_buffer): Take a new arg for the fwd object.
2986 (buffer_lisp_local_variables): Return a proper alist (different fix
2987 for bug#4138).
2988 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
2989 (Fgarbage_collect): Don't handle buffer_defaults specially.
2990 (mark_object): Handle new symbol value structure rather than the old
2991 special Lisp_Misc_* objects.
2992 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
2993 * term.c (set_tty_color_mode):
2994 * bidi.c (bidi_initialize): Don't access the ->value field directly.
2995 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
2996 a buffer_local_flags.
2997 * print.c (print_object): Get rid of impossible forwarding objects.
2998
fd3998ff
EZ
29992010-04-19 Eli Zaretskii <eliz@gnu.org>
3000
3001 * bidi.c (bidi_get_type, bidi_get_category)
3002 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
ce5b453a
SM
3003 (bidi_type_of_next_char, bidi_level_of_next_char):
3004 Declare static. Use `INLINE' rather than `inline'.
fd3998ff 3005
e42cd1a7
JB
30062010-04-19 Juanma Barranquero <lekktu@gmail.com>
3007
3008 * dired.c (Ffile_attributes): Fix typo in docstring.
3009
6e104790 30102010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
79353a53
AR
3011
3012 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
3013 NSInteger (Bug#5811).
3014
6e104790 30152010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
658b9b93
YM
3016
3017 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
3018 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
3019
6e104790 30202010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16009a0e
YM
3021
3022 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
3023
6e104790
SM
30242010-04-19 Chong Yidong <cyd@stupidchicken.com>
3025
3026 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
3027 terminal frames (Bug#5837).
3028
37dcfea0
EZ
30292010-04-19 Eli Zaretskii <eliz@gnu.org>
3030
d1da276f
EZ
3031 * .gdbinit (xsubchartable): New command.
3032
37dcfea0
EZ
30332010-04-19 Eli Zaretskii <eliz@gnu.org>
3034
3035 * xdisp.c (display_line): Don't write beyond the last glyph row in
9166b0f3 3036 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
37dcfea0
EZ
3037 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
3038 and
3039 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
3040
e9515805
SM
30412010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3042
3043 * alloc.c (Fpurecopy): Hash-cons if requested.
3044 (syms_of_alloc): Update purify-flag docstring.
3045
22aa44a8
JD
30462010-04-18 Jan Djärv <jan.h.d@swipnet.se>
3047
3048 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
3049 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
3050
ebb5722e
EZ
30512010-04-17 Eli Zaretskii <eliz@gnu.org>
3052
3053 Fix a crash when an NSM character is inserted at BEGV.
3054
3055 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
3056 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
3057 NEUTRAL_B or UNKNOWN_BT.
3058
0f4442ef
EZ
30592010-04-16 Eli Zaretskii <eliz@gnu.org>
3060
3061 * xdisp.c (set_cursor_from_row): Don't consider possibility of
3062 other rows with cursor unless they are different from this row and
3063 this row is part of a continued line. (Bug#5943)
3064
7d4e45f8
DN
30652010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3066
3067 * s/freebsd.h: Restore osreldate.h include.
3068 Suggested by Naohiro Aota.
3069
5ba5ec85
J
30702010-04-16 Jan Djärv <jan.h.d@swipnet.se>
3071
3072 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
3073
20af301d
CY
30742010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
3075
3076 * s/cygwin.h: Avoid linking against static libgcc.
3077
a4b000fb
JL
30782010-04-15 Juri Linkov <juri@jurta.org>
3079
3080 * window.c: Add Qscroll_command.
3081 Remove Vscroll_preserve_screen_position_commands.
3082 (window_scroll_pixel_based, window_scroll_line_based): Check the
3083 `scroll-command' property on the last command instead of searching
3084 the last command in Vscroll_preserve_screen_position_commands.
3085 (syms_of_window): Initialize and staticpro `Qscroll_command'.
3086 Put Qscroll_command property on Qscroll_up and Qscroll_down.
3087 (scroll-preserve-screen-position): Doc fix.
3088 (Vscroll_preserve_screen_position_commands): Remove variable.
3089
bc319ba4
DN
30902010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
3091
6bb24457
DN
3092 * xdisp.c (message): Do not use NO_ARG_ARRAY.
3093
19d4c244
DN
30942010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
3095
3096 Reduce cpp use in Makefile.in.
3097 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
3098 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
3099 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
3100 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
3101 (CRT0_COMPILE): Remove, inline it in the only user.
3102
32129746
JL
31032010-04-14 Juri Linkov <juri@jurta.org>
3104
3105 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
3106 `scroll-up-command' and `M-v' from `scroll-down' to
3107 `scroll-down-command'.
3108
9013a7f8
JL
31092010-04-14 Juri Linkov <juri@jurta.org>
3110
3111 * window.c (Vscroll_preserve_screen_position_commands): New variable
3112 with the default value as the list of Qscroll_down and Qscroll_up.
3113 (window_scroll_pixel_based, window_scroll_line_based): Search the
3114 last command in the list Vscroll_preserve_screen_position_commands
3115 instead of comparing with Qscroll_up and Qscroll_down.
3116
4bef8d26
JD
31172010-04-13 Jan Djärv <jan.h.d@swipnet.se>
3118
92848133
JD
3119 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
3120 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
3121 does that.
3122
4bef8d26
JD
3123 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
3124 to zero.
3125
58b963f7
SM
31262010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3127
84164a0d
SM
3128 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
3129
2b0a91e7
SM
3130 Try to solve the problem of spurious EOF chars in long lines of text
3131 sent to interactive subprocesses.
3132 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
3133 (system_process_attributes): Remove unused var `ttotal'.
3134 * process.c (send_process): Don't bother breaking long line with EOF
3135 chars when talking to ttys any more.
3136 (wait_reading_process_output): Output a warning when called in such
3137 a way that it could block without being interruptible.
3138
58b963f7
SM
3139 Try to detect file modification within the same second.
3140 * buffer.h (struct buffer): New field modtime_size.
3141 * buffer.c (reset_buffer): Initialize it.
3142 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
3143 (Fverify_visited_file_modtime): Check it.
3144 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
3145 (Fset_visited_file_modtime): Set (or clear) it.
3146
01f5787b
SM
31472010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3148
3149 * process.c (status_notify): Remove unused var `ro'.
3150
83725342
JD
31512010-04-12 Jan Djärv <jan.h.d@swipnet.se>
3152
3153 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
3154 more than one visual (Bug#5938).
3155
b9465836
DN
31562010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3157
50426a04
JB
3158 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
3159 Undefine.
b9465836 3160
8d9c8ece
DN
31612010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3162
b1f52161
DN
3163 Remove C_SWITCH_SYSTEM_TEMACS.
3164 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
3165 (malloc, realloc, free): Use emacs, not temacs for conditional
3166 definition.
3167
3168 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
3169 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
3170
8d9c8ece
DN
3171 Use autoconf, not cpp for some variables.
3172 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
3173 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
3174 (ALL_CFLAGS): Use them as make variables.
3175 (really-lwlib, really-oldXMenu): Do not pass them.
3176
1ecb2d3f
JD
31772010-04-11 Jan Djärv <jan.h.d@swipnet.se>
3178
3179 * xmenu.c (apply_systemfont_to_dialog): New.
3180 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
3181
3a4fa2f2
SM
31822010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3183
97e53006
SM
3184 * process.c (exec_sentinel): Preserve current-buffer.
3185
3a4fa2f2
SM
3186 * process.c (read_process_output): Move the save-current-buffer to
3187 apply to both the filter and the non-filter branches.
3188
88df7221
DN
31892010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
3190
3191 * s/msdos.h (UNEXEC): New definition.
3192
5634ff85
YM
31932010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3194
6eff5c3d
YM
3195 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
3196 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
3197
3198 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
3199 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
3200 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
3201 TRY_WINDOW_CHECK_MARGINS.
3202
3203 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5b253e9c
YM
3204 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
3205 width only when it is for padding.
5634ff85 3206
b13aef54
J
32072010-04-09 Jan Djärv <jan.h.d@swipnet.se>
3208
3209 * xfns.c (Fx_show_tip): Call try_window in a loop until
3210 fonts_changed_p is zero (Bug#2423).
3211
21d28484
EZ
32122010-04-08 Eli Zaretskii <eliz@gnu.org>
3213
3214 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
3215 the end of TEXT_AREA. (Bug#5856)
3216
0269ef77
JD
32172010-04-08 Jan Djärv <jan.h.d@swipnet.se>
3218
3219 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
3220 HAVE_GCONF.
3221
5930fe97
EZ
32222010-04-08 Eli Zaretskii <eliz@gnu.org>
3223
3224 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
3225 prev.orig_type, for resolving type of NSM. (Bug#5858)
3226
99852628
JD
32272010-04-08 Jan Djärv <jan.h.d@swipnet.se>
3228
3229 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
3230 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
3231 in current_font.
3232 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
50426a04
JB
3233 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
3234 New functions.
3235 (syms_of_xsettings): Initialize current_font.
3236 defsubr Sfont_get_system_normal_font.
99852628
JD
3237
3238 * xsettings.h (Ffont_get_system_normal_font,
3239 xsettings_get_system_normal_font): Declare.
3240
3241 * xfns.c (extern xlwmenu_default_font): Remove.
3242 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
3243 to xlwmenu.c.
3244
3245 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
3246 menu items in UTF-8.
3247
3248 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
3249 (apply_systemfont_to_menu): New function.
3250 (set_frame_menubar, create_and_show_popup_menu): Call
3251 apply_systemfont_to_menu.
3252
7fc874c4
J
32532010-04-07 Jan Djärv <jan.h.d@swipnet.se>
3254
3255 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
3256 FRAME_LINE_TO_PIXEL_Y.
3257
3258 * xterm.c (x_set_window_size_1): Don't add border_width/height to
3259 pixelwidth/height.
3260
863bf481
DN
32612010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3262
5e5a3b92
DN
3263 Simplify code for HP machines.
3264 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
3265 for GNU_LINUX, not needed.
3266 (UNEXEC, NEED_BSDTTY): Move definitions...
3267 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
3268
863bf481
DN
3269 * m/iris4d.h (UNEXEC): Move definition ...
3270 * s/irix6-5.h (UNEXEC): ... here.
3271
3e6bec3b
JD
32722010-04-04 Jan Djärv <jan.h.d@swipnet.se>
3273
3274 * xfns.c (set_machine_and_pid_properties): New function.
3275 (Fx_create_frame): Call set_machine_and_pid_properties.
3276
2912322b
SM
32772010-04-03 Eli Zaretskii <eliz@gnu.org>
3278
1502b819
EZ
3279 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
3280 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
3281 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
3282
2912322b
SM
3283 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
3284 in this function. (Bug#5703)
3285
32862010-04-03 Chong Yidong <cyd@stupidchicken.com>
3287
3288 * nsterm.h: Fix last change.
3289
c435b432
DN
32902010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
3291
a568f507
DN
3292 * m/intel386.h (NO_REMAP): Move definition ...
3293 * s/msdos.h (NO_REMAP): ... here.
3294
4cd9f6c2
DN
3295 * m/vax.h (CRT0_DUMMIES): Remove, unused.
3296
c435b432
DN
3297 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
3298 used on those platforms.
3299
42a2c622
DN
33002010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3301
3302 Remove extern errno declarations.
3303 * xterm.c:
3304 * xrdb.c:
3305 * w32term.c:
3306 * unexec.c:
3307 * unexaix.c:
3308 * sysdep.c:
3309 * process.c:
3310 * lread.c:
3311 * keyboard.c:
3312 * floatfns.c:
3313 * filelock.c:
3314 * fileio.c:
3315 * emacs.c (main):
3316 * ecrt0.c:
3317 * dispnew.c:
3318 * callproc.c:
3319 * buffer.c: Remove errno extern declarations.
3320 * s/netbsd.h (NEED_ERRNO): Remove.
3321
8224f93d
DN
33222010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
3323
3324 Remove all uses of LIBX11_SYSTEM.
3325 * Makefile.in (LIBX11_SYSTEM): Remove.
3326 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
3327 instead.
3328
814062c7
EZ
33292010-04-01 Eli Zaretskii <eliz@gnu.org>
3330
ed68db4d
EZ
3331 Remove support for DJGPP v1.x (bug#5813).
3332
3333 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8224f93d
DN
3334 * s/msdos.h:
3335 * unexec.c (make_hdr, copy_text_and_data):
3336 * sysdep.c (wait_for_termination, sys_subshell):
ed68db4d 3337 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
52f4d8d5
EZ
3338 (IT_set_terminal_modes, __write, _rename, gethostname)
3339 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
3340 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
3341 the value of __DJGPP__.
ed68db4d
EZ
3342 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
3343 compatibility code.
8224f93d
DN
3344 * lread.c:
3345 * gmalloc.c (memalign):
3346 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
3347 * emacs.c (main):
3348 * dosfns.c (init_dosfns):
ed68db4d
EZ
3349 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
3350
52f4d8d5
EZ
33512010-04-01 Eli Zaretskii <eliz@gnu.org>
3352
814062c7
EZ
3353 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
3354 string with `cursor' property comes from an `after-string'
3355 overlay. (Bug#5816)
3356
0dc2e11d
GM
33572010-04-01 Glenn Morris <rgm@gnu.org>
3358
3359 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
3360 Define as Makefile variables.
3361 (LIBX): Use above variables rather than directly using autoconf.
3362
1d29df59
DN
33632010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
3364
3365 Clean up BSD_SYSTEM use.
3366 * xterm.c:
3367 * process.c:
3368 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
3369 for including <sys/ioctl.h>.
3370 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
3371 code is only used for MSDOS.
3372
1546c559
JL
33732010-03-31 Juri Linkov <juri@jurta.org>
3374
3375 * image.c: Add `Qextension_data'.
3376 (syms_of_image): Initialize and staticpro `Qextension_data'.
3377 (Fimage_metadata): Rename from `Fimage_extension_data'.
3378 (gif_load): Put GIF extension data to the property
3379 `Qextension_data'.
3380
6521c534
CY
33812010-03-31 Chong Yidong <cyd@stupidchicken.com>
3382
3383 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
3384 * nsterm.h: Fix prototype.
3385
52c30783
EZ
33862010-03-31 Eli Zaretskii <eliz@gnu.org>
3387
3388 * xdisp.c (highlight_trailing_whitespace): Support highlight of
3389 trailing whitespace in right-to-left rows.
3390
855a0da7
SM
33912010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3392
3393 Get rid of the direct_output optimizations.
3394 * keyboard.c (nonundocount): Remove extern declaration.
3395 (command_loop_1): Remove brittle optimisation for cheap and
3396 common operations.
3397 * xdisp.c (redisplay_internal): Don't bother checking
3398 redisplay_performed_directly_p any more.
3399 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
3400 any more.
3401 * dispnew.c (redisplay_performed_directly_p)
3402 (direct_output_for_insert, direct_output_forward_char):
3403 * dispextern.h (redisplay_performed_directly_p)
3404 (direct_output_for_insert, direct_output_forward_char): Remove.
3405 * cmds.c (nonundocount): Make it static.
3406
85738751 34072010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
a6d676d9
CY
3408
3409 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
3410
85738751 34112010-03-31 Jan Djärv <jan.h.d@swipnet.se>
67fee863
JD
3412
3413 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
3414 invisible (Bug#5766).
3415
85738751 34162010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
9ae6e189 3417
855a0da7
SM
3418 * xdisp.c (x_consider_frame_title, update_window_cursor):
3419 Remove HAVE_NS conditionals.
194d44e7 3420 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
3421
3422 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
3423 filename for the title.
3424 (ns_set_doc_edited): Do nothing if the selected window is a
3425 minibuffer window.
3426
3427 * nsterm.h: Add prototypes for ns_set_name_as_filename and
3428 ns_set_doc_edited.
3429
3430 * nsterm.m: Remove unneeded prototype.
3431
85738751 34322010-03-31 Glenn Morris <rgm@gnu.org>
25c72475
GM
3433
3434 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
3435 in the DOC file. (Bug#5336)
3436
85738751 34372010-03-31 Chong Yidong <cyd@stupidchicken.com>
f79a01db
CY
3438
3439 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
3440
75d1428c
SM
34412010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3442
3443 * window.c (keys_of_window): Remove redundant/overridden bindings.
3444
82043cfb
EZ
34452010-03-30 Eli Zaretskii <eliz@gnu.org>
3446
3447 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
3448 Restore original behavior when the iterator is not bidi_p.
3449
b5dd0ae7
DN
34502010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3451
3452 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
3453
bd924a5d
EZ
34542010-03-30 Eli Zaretskii <eliz@gnu.org>
3455
3456 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
3457 are outside the range of cached character positions.
3458
3580374b
JB
34592010-03-30 Juanma Barranquero <lekktu@gmail.com>
3460
3461 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
3462
a7b02820
EZ
34632010-03-30 Eli Zaretskii <eliz@gnu.org>
3464
3465 Initial support for bidirectional editing.
3466
3467 * Makefile.in (obj): Include bidi.o.
3468 (bidi.o): New target.
3469
3470 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
3471 ($(BLD)/bidi.$(O)): New target.
3472
3473 * bidi.c: New file.
3474
3475 * buffer.h (struct buffer): New members bidi_display_reordering
3476 and bidi_paragraph_direction.
3477
3478 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
3479 and bidi_paragraph_direction.
3480 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
3481 and bidi-paragraph-direction.
3482 (Fbuffer_swap_text): Swap the values of
3483 bidi_display_reordering and bidi_paragraph_direction.
3484
3485 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
3486 (bidi_type_t, bidi_dir_t): New types.
3487 (bidi_saved_info, bidi_stack, bidi_it): New structures.
3488 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
3489 prev_stop, base_level_stop, and eol_pos.
3490 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
3491 (IT_STACK_SIZE): Enlarge to 5.
3492 (struct glyph_row): New member reversed_p.
3493 <string_buffer_position>: Update prototype.
3494 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
3495 glyph_row if bidi_it.paragraph_dir == R2L.
3496 (struct glyph): New members resolved_level and bidi_type.
3497
3498 * dispnew.c (direct_output_forward_char): Give up if we need bidi
3499 processing or buffer's direction is right-to-left.
3500 (prepare_desired_row): Preserve the reversed_p flag.
3501 (row_equal_p): Compare the reversed_p attributes as well.
3502
3503 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
3504 bidi_init_it and set it->paragraph_embedding from the current
3505 buffer's value of bidi_paragraph_direction.
3506 (reseat_1): Initialize bidi_it.first_elt.
3507 (set_iterator_to_next, next_element_from_buffer): Use the value of
3508 paragraph_embedding to determine the paragraph direction.
3509 (set_iterator_to_next): Under bidi reordering, call
3510 bidi_get_next_char_visually. Call bidi_paragraph_init if the
3511 new_paragraph flag is set in the bidi iterator.
3512 (next_element_from_buffer): If bidi_it.first_elt is set,
3513 initialize paragraph direction and find the first character to
3514 display in the visual order. If reseated to a middle of a line,
3515 prime the bidi iterator starting at the line's beginning. Handle
3516 the situation where we overstepped stop_charpos due to
3517 non-linearity of the bidi iteration. Likewise for when we back up
3518 beyond the previous stop_charpos. When moving across stop_charpos,
3519 record it in prev_stop.
3520 (display_line): Set row->end and it->start for the next row to the
3521 next character in logical order. Always extend reversed_p rows to
3522 the end of line, even if they end at ZV. Copy the reversed_p flag
3523 to the next glyph row. Keep calling set_cursor_from_row for
3524 bidi-reordered rows even if we already have a possible candidate
3525 for cursor position. Set row_end after all the row's glyphs have
3526 been produced, by looping over the glyphs. Record the position
3527 after EOL in it->eol_pos, and use it to set end_pos of the last
3528 row produced for a continued line.
3529 <Qright_to_left, Qleft_to_right>: New variables.
3530 (syms_of_xdisp): Initialize and staticpro them.
3531 (string_buffer_position_lim): New function.
3532 (string_buffer_position): Most of code moved to
3533 string_buffer_position_lim. Last argument and return value are
3534 now EMACS_INT; all callers changed.
3535 (set_cursor_from_row): Rewritten to support bidirectional text and
3536 reversed glyph rows.
3537 (text_outside_line_unchanged_p, try_window_id): Disable
3538 optimizations if we are reordering bidirectional text and the
3539 paragraph direction can be affected by the change.
3540 (append_glyph, append_composite_glyph)
3541 (produce_image_glyph, append_stretch_glyph): Set the
3542 resolved_level and bidi_type members of each glyph.
3543 (append_glyph): If the glyph row is reversed, prepend the glyph
3544 rather than appending it.
3545 (handle_stop_backwards): New function.
3546 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
3547 (reseat): call handle_stop_backwards to recompute prev_stop and
3548 base_level_stop for the new position.
3549 (handle_invisible_prop): Under bidi iteration, skip invisible text
3550 using bidi_get_next_char_visually. If we are `reseat'ed, init the
3551 paragraph direction. Update IT->prev_stop after skipping
3552 invisible text.
3553 (move_it_in_display_line_to): New variables prev_method
3554 and prev_pos. Compare for strict equality in
3555 BUFFER_POS_REACHED_P.
3556 (try_cursor_movement): Examine all the candidate rows that occlude
3557 point, to return the best match. If rows are bidi-reordered
3558 and point moved backwards, back up to the row that is not a
3559 continuation line, and start looking for a suitable row from
3560 there.
3561
3562 * term.c (append_glyph): Reverse glyphs by pre-pending them,
3563 rather than appending, if the glyph_row's reversed_p flag is set.
3564 Set the resolved_level and bidi_type members of each glyph.
3565
3566 * .gdbinit (pbiditype): New command.
3567 (pgx): Use it to display bidi level and type of the glyph.
3568 (pitx): Display some bidi information about the iterator.
3569 (prowlims, pmtxrows): New commands.
3570
32a8894e
DN
35712010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3572
3573 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
3574 * s/usg5-4.h (LIBS_DEBUG):
3575 * s/irix6-5.h (C_DEBUG_SWITCH):
3576 * s/gnu-linux.h (LIBS_DEBUG):
3577 * s/darwin.h (LIBS_DEBUG):
3578 * s/bsd-common.h (LIBS_DEBUG):
3579 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
3580 * m/iris4d.h (LIBS_DEBUG):
3581 * m/hp800.h (LIBS_DEBUG): Remove definitions.
3582
3583 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
3584 (LIBS_DEBUG): Remove definition.
3585
649dbf36
CY
35862010-03-27 Chong Yidong <cyd@stupidchicken.com>
3587
3588 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
3589 Windows.
3590
cad4261f
YM
35912010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3592
3593 * process.c (Fmake_network_process): Don't call turn_on_atimers around
3594 `connect' (Bug#5723).
3595
cd591dbc
HE
35962010-03-25 Helmut Eller <eller.helmut@gmail.com>
3597
3598 * process.c (Fmake_network_process): Call `select' for interrupted
3599 `connect' rather than creating new socket (Bug#5173).
3600
e867cb5d 36012010-03-24 Jan Djärv <jan.h.d@swipnet.se>
93318cbd
JD
3602
3603 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
3604
3605 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
3606
3607 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
3608
e867cb5d 36092010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ad13a3ee
YM
3610
3611 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
3612 XLoadQueryFont.
3613
e867cb5d 36142010-03-24 Kenichi Handa <handa@m17n.org>
fbdc1721
KH
3615
3616 * coding.c (decode_coding_ccl): Fix previous change for the
3617 multibyte case.
fb608df3
KH
3618 (encode_coding_ccl): Don't setup ccl program here. Fix for the
3619 case that the output buffer is fullfilled.
3620 (encode_coding): Setup ccl program here.
fbdc1721 3621
5845f0ed
DN
36222010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
3623
814fb708
DN
3624 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
3625
5845f0ed
DN
3626 Simplify LIBS_MACHINE definitions.
3627 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
3628 * m/iris4d.h (LIBS_MACHINE): Likewise.
3629 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
3630 * s/aix4-2.h (LIBS_SYSTEM): ... here.
38e3487c 3631 * s/netbsd.h: Remove commented out code.
5845f0ed 3632
b7064064
DN
36332010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
3634
df7734b2
DN
3635 Remove dead code dealing with POSIX_SIGNALS.
3636 * atimer.c (set_alarm): Remove dead code, all USG systems define
3637 POSIX_SIGNALS.
3638 * data.c (arith_error): Likewise.
3639 * keyboard.c (input_available_signal, handle_user_signal)
3640 (interrupt_signal): Likewise.
3641 * process.c (sigchld_handler): Likewise.
3642 (create_process): Remove if 0 code. Remove HPUX conditional when
3643 !defined (POSIX_SIGNALS), it cannot be true.
3644 * syssignal.h: Remove USG5_4 and USG conditionals when
3645 !POSIX_SIGNALS, they cannot be true.
3646
b7064064
DN
3647 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
3648 NO_SOCK_SIGIO, not used anymore.
3649
55da5ee3
DN
36502010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
3651
0be96e3a
DN
3652 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
3653 support vax on BSDs.
3654
55da5ee3
DN
3655 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
3656 * s/aix4-2.h (ORDINARY_LINK): ... here.
3657
c0282183
AS
36582010-03-21 Andreas Schwab <schwab@linux-m68k.org>
3659
82c3d67a
AS
3660 * Makefile.in (abs_builddir): Define.
3661 (bootstrap_exe): Use it.
3662 (VPATH): Use $(srcdir) instead of @srcdir@.
c0282183 3663
3613edce
SM
36642010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3665
3666 * Makefile.in (bootstrap_exe): Use an absolute name.
3667
7f110ddc
DN
36682010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3669
22e87574
DN
3670 Remove support for old GNU/Linux using libc version 5.
3671 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
3672 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
3673
05a670e6
DN
3674 Consolidate redundant definitions in s/bsd-common.h.
3675 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3676 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3677 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
3678 doing it in all files that include this one.
3679 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3680 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3681 (LDAV_SYMBOL, KERNEL_FILE): Remove.
3682 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3683 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3684 (LDAV_SYMBOL, KERNEL_FILE): Remove.
3685 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3686 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3687 (LDAV_SYMBOL, KERNEL_FILE): Remove.
3688
2968f561
DN
3689 Consolidate redundant definitions.
3690 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
3691 it's undefined in all files that include this one.
3692 (POSIX_SIGNALS): Define here instead of doing it in all files that
3693 include this one.
3694 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
3695 (POSIX_SIGNALS): Do not define.
3696 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
3697 (POSIX_SIGNALS): Do not define.
3698 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
3699 (POSIX_SIGNALS): Do not define.
3700
15d25dc0
DN
3701 Remove support for old UNIX System V systems.
3702 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
3703 * s/usg-5-4-2.h: Remove.
3704
07e339e4
DN
3705 Remove support for Solaris on PPC and for old versions.
3706 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
3707 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
3708 that cancel each other.
3709 * s/sol2-3.h:
3710 * s/sol2-4.h:
3711 * s/sol2-5.h: Remove.
3712 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
3713 (NO_REMAP): Remove, unused.
3714 (UNEXEC): Move definition ...
3715 * s/aix4-2.h (UNEXEC): ... here.
3716
7f110ddc
DN
3717 * s/openbsd.h: Remove support for non-ELF and for systems that do
3718 not support shared libraries.
3719 * s/netbsd.h:
3720 * s/freebsd.h: Likewise.
3721
605f35cd
DN
37222010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3723
3724 Remove non-working support for lynxos 3.0.
3725 * s/lynxos.h: Remove file.
3726
3727 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
3728 COFF_BSD_SYMBOLS, nothing defines it anymore.
3729
aed71cf4
DN
37302010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3731
3732 Remove obsolete uses of HAVE_SHM.
3733 * emacs.c (standard_args):
3734 (Fdump_emacs):
3735 (syms_of_emacs): Remove code depending on HAVE_SHM.
3736
3737 * alloc.c: Remove HAVE_SHM dependent definition.
3738
3739 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
3740
aded53ff
GM
37412010-03-18 Glenn Morris <rgm@gnu.org>
3742
17284745
GM
3743 * emacs.c (USAGE4): Hard-code bug address.
3744 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
3745 (bug_reporting_address): Remove.
3746 (main): Don't call bug_reporting_address.
3747
aded53ff
GM
3748 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
3749 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
3750
303500aa
CY
37512010-03-15 Chong Yidong <cyd@stupidchicken.com>
3752
3753 * xfns.c (Fx_create_frame):
3754 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
3755 on left.
3756
cef3058f
CY
37572010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
3758
3759 * editfns.c (Fformat): Account for string precision when computing
3760 field width (Bug#5710).
3761
a647d59d
CY
37622010-03-12 Chong Yidong <cyd@stupidchicken.com>
3763
4fa42018
CY
3764 * xfns.c (Fx_create_frame): Set default to Qright.
3765
a647d59d
CY
3766 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
3767 all window systems.
3768
6da23aaa
EZ
37692010-03-12 Eli Zaretskii <eliz@gnu.org>
3770
a96f6398 3771 These changes remove termcap.c from the build on Posix platforms.
83d02def 3772 * Makefile.in (termcapobj): Move termcap.o from here...
6da23aaa
EZ
3773 (MSDOS_OBJ): ...to here.
3774 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
3775 now identical to when LIBS_TERMCAP is defined.
3776
3777 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
3778
3779 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
3780
a96f6398 3781 * config.in: Regenerated. (See top-level ChangeLog.)
6da23aaa 3782
288f9fc0
CY
37832010-03-10 Chong Yidong <cyd@stupidchicken.com>
3784
3785 * Branch for 23.2.
3786
d48cd3f4
SM
37872010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3788
3789 Cleanup setup of gl_state in various parts of the code.
3790 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
3791 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
3792 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
3793 (skip_chars):
3794 * regex.c (regex_compile): Use it.
3795 (re_compile_pattern): Don't set gl_state.current_syntax_table since
3796 it's now set in regex_compile when/if we need it.
3797
618db430
SM
37982010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3799
c0335e02
SM
3800 Make it possible to C-g in a tight bytecode loop again (bug#5680).
3801 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
3802 (QUIT): Use it to consolidate code and remove redundancy.
3803 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
3804
254c06a8
SM
3805 * regex.c (regex_compile): Setup gl_state as well.
3806
618db430
SM
3807 * syntax.c (skip_chars): Setup gl_state (bug#3823).
3808 (in_classes): Use CONSP before XCAR/XCDR.
3809
233f0c9f
CY
38102010-03-03 Chong Yidong <cyd@stupidchicken.com>
3811
3812 * keymap.c (Fwhere_is_internal): Use Fequal to compare
3813 definitions, so that keyboard macros are correctly handled
3814 (Bug#5481).
3815
75f80e63
EZ
38162010-03-02 Eli Zaretskii <eliz@gnu.org>
3817
3818 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
3819 text that could be relocated inside the call to emacs_mule_char.
3820 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
3821 (CODING_DECODE_CHAR): Add a comment describing its purpose.
3822
dcfb9bc4
KH
38232010-03-02 Kenichi Handa <handa@m17n.org>
3824
fc9a17bc
KH
3825 * character.c (parse_str_as_multibyte): Fix handling of the
3826 multibyte form of raw-bytes.
3827 (str_as_multibyte): Likewise.
3828
dcfb9bc4
KH
3829 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
3830 form of raw-bytes.
3831
412c01b6
CY
38322010-02-28 Chong Yidong <cyd@stupidchicken.com>
3833
3834 * charset.c (load_charset_map_from_file)
3835 (load_charset_map_from_vector): Zero out allocated
3836 charset_map_entries before using them.
3837
df7e1ea0
AS
38382010-02-27 Andreas Schwab <schwab@linux-m68k.org>
3839
3840 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
3841
fe69a722
CY
38422010-02-27 Chong Yidong <cyd@stupidchicken.com>
3843
4ed28cf4
CY
3844 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
3845 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 3846
7379cfce
KH
38472010-02-26 Kenichi Handa <handa@m17n.org>
3848
f88cc4d6
KH
3849 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
3850
7379cfce
KH
3851 * xdisp.c (reseat_to_string): Fix previous change.
3852
cf2fdcfb
CY
38532010-02-26 David Reitter <david.reitter@gmail.com>
3854
3855 * nsfont.m (nsfont_draw): ns_antialias_text should be a
3856 Lisp_Object (Bug#4736).
3857
cc6c7c75
KH
38582010-02-25 Kenichi Handa <handa@m17n.org>
3859
3860 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
3861
32e737d7
JD
38622010-02-24 Jan Djärv <jan.h.d@swipnet.se>
3863
3864 * xterm.c (XTflash): Move declarations before statements.
3865
3866 * gtkutil.c (xg_get_gdk_display): Remove (unused).
3867 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
3868 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
3869 (xg_create_tool_bar): Remove unused variables.
3870 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 3871 (xg_create_frame_widgets): Remove variable grav.
32e737d7 3872
676cae9f
CY
38732010-02-21 Chong Yidong <cyd@stupidchicken.com>
3874
3875 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
3876
886cc2b8
SM
38772010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * term.c (fatal): Add a final \n if needed (bug#5596).
3880
ddb2d8e2
CY
38812010-02-18 Chong Yidong <cyd@stupidchicken.com>
3882
3883 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
3884
2a4f8d3d
GM
38852010-02-18 Glenn Morris <rgm@gnu.org>
3886
3887 * callint.c (Finteractive): Doc fix.
3888
ebaf11b6
KH
38892010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3890
886cc2b8
SM
3891 * coding.c (record_conversion_result):
3892 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
3893 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
3894 memory allocation error.
3895
d0396581
KH
38962010-02-17 Kenichi Handa <handa@m17n.org>
3897
886cc2b8
SM
3898 * coding.c (decode_coding_ccl): Don't setup ccl program here.
3899 Fix for the case that the output buffer is fullfilled.
d0396581
KH
3900 (decode_coding): Setup ccl program here. Keep looping when the
3901 decoder stopped because the output buffer is
3902 fullfilled (bug#5534).
3903
3904 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
3905
98599f74
JD
39062010-02-13 Jan Djärv <jan.h.d@swipnet.se>
3907
471e4f04 3908 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 3909 bug #5571.
886cc2b8 3910 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 3911 overdrawn.
98599f74 3912
182659ae
JD
39132010-02-10 Jan Djärv <jan.h.d@swipnet.se>
3914
3915 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
3916 doing_interact here.
3917 (ice_connection_closed): New function.
3918 (x_session_check_input, smc_die_CB, ice_io_error_handler)
3919 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
3920 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
3921 returns I/O error.
3922 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
3923 bug #5512.
3924
9be32c4e 39252010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
3926
3927 * nsfont.m (nsfont_open): The system's value for the font descent
3928 is negative, so round it down to avoid clipping.
3929
a2f3eb19
CY
39302010-02-06 Chong Yidong <cyd@stupidchicken.com>
3931
3932 * charset.c (load_charset_map_from_file)
3933 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 3934 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 3935
3088147c
CY
39362010-02-05 Chong Yidong <cyd@stupidchicken.com>
3937
3938 * charset.c (load_charset_map_from_file): Allocate large
3939 charset_map_entries structure on the heap rather than the stack.
3940 (Bug#5526).
3941
b57d9029
KH
39422010-01-31 Kenichi Handa <handa@m17n.org>
3943
3944 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 3945 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 3946
c67d885b
CY
39472010-01-31 Chong Yidong <cyd@stupidchicken.com>
3948
3949 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
3950 <deactivated@gmail.com> (Bug#3605).
3951
8fab2362
CY
39522010-01-31 David De La Harpe Golden <david@harpegolden.net>
3953
3954 * fileio.c (Frename_file): Correctly rename symlinks to
3955 directories (Bug#5496).
3956
cb2a62f2
CY
39572010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
3958
3959 * nsterm.m (ns_ring_bell): Handle visible bell like X.
3960
944c7a26
AS
39612010-01-30 Andreas Schwab <schwab@linux-m68k.org>
3962
3963 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
3964
c024ac08
CY
39652010-01-29 Chong Yidong <cyd@stupidchicken.com>
3966
3967 * frame.c (DEFAULT_ROWS): Change default to 35.
3968
3969 * xfns.c (x_default_font_parameter): Change default XFT font to
3970 monospace-10 (Bug#3643).
3971
af93af83
EZ
39722010-01-29 Eli Zaretskii <eliz@gnu.org>
3973
3974 * w32inevt.c (key_event): Remove unnecessary comparison of
3975 event->uChar.AsciiChar with 128.
3976
ca0eb708
CY
39772010-01-28 Chong Yidong <cyd@stupidchicken.com>
3978
b242dbfc
CY
3979 * fileio.c (Frename_file): Fix last change (Bug#5487).
3980
ca0eb708
CY
3981 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
3982
3983 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
3984
45d45af5
JD
39852010-01-28 Jan Djärv <jan.h.d@swipnet.se>
3986
3987 * xfns.c (Fx_create_frame): Remove window size matching code from
3988 2010-01-15.
a73f9c9d 3989 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 3990
7e233730
JR
39912010-01-27 Jason Rumney <jasonr@gnu.org>
3992
3993 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 3994 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 3995
86e893e3
KH
39962010-01-27 Kenichi Handa <handa@m17n.org>
3997
3998 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 3999 pattern string (Bug#4209).
86e893e3 4000
8719abec
CY
40012010-01-27 David De La Harpe Golden <david@harpegolden.net>
4002
4003 * fileio.c (Frename_file): Call copy-directory and
4004 delete-directory for directories, in order to handle cross-device
4005 renaming (Bug#3353).
4006
844794c8
JD
40072010-01-25 Jan Djärv <jan.h.d@swipnet.se>
4008
aa3e13b5 4009 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 4010 sizes 24 and 10. Bug #3643.
844794c8 4011
bd4b5750
SM
40122010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
4013
8dc1adf6 4014 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
4015 * keymap.c (shadow_lookup): Add `remap' arg.
4016 (describe_map, describe_vector): Update calls to shadow_lookup.
4017 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
4018 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
4019 perform remapping during shadow_lookup check of remapped_sequences.
4020
285d07e2
CY
40212010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
4022
4023 * image.c (png_load): Use png_sig_cmp instead of the obsolete
4024 png_check_sig, which has been removed in libpng 1.4.
4025
c6d09b8d
CY
40262010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4027
4028 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
4029 lacks this header file).
4030
3d782998
YM
40312010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4032
4033 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
4034 as in Emacs 22.
4035
2aff7c53
YM
40362010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4037
4038 * lisp.h (make_pure_string): String pointer arg now points to const.
4039
4040 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
4041 args now point to const.
4042
74327f7a
EZ
40432010-01-22 Eli Zaretskii <eliz@gnu.org>
4044
4045 * lread.c (Fload): Don't treat files without .elc extension as
4046 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
4047 them. (bug#5303)
4048
4d1e6632
KH
40492010-01-20 Kenichi Handa <handa@m17n.org>
4050
4051 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
4052 treat the source as actual byte sequence.
4053
1fdede8f
AM
40542010-01-19 Alan Mackenzie <acm@muc.de>
4055
4056 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 4057 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
4058 `signal_after_change_p' to `coherent_change_p', and make the
4059 invocation of `modify_region' conditional on it.
4060
67477f30
JD
40612010-01-19 Jan Djärv <jan.h.d@swipnet.se>
4062
4063 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
4064 for debug purpose.
4065 (syms_of_xsettings): Declare xft-settings.
4066
244b023e
CY
40672010-01-18 Chong Yidong <cyd@stupidchicken.com>
4068
4069 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
4070
617364fe
CY
40712010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4072
4073 * xterm.c (event_handler_gdk): Block input (Bug#5037).
4074
4fe22cdf
CY
40752010-01-16 Chong Yidong <cyd@stupidchicken.com>
4076
4077 * emacs.c (standard_args): Adjust arg priorities to reflect how
4078 they are processed in startup.el.
4079
e118d2be
AS
40802010-01-16 Andreas Schwab <schwab@linux-m68k.org>
4081
4082 * Makefile.in (lisp, shortlisp): Update.
4083
523ae620
SM
40842010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4085
4086 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
4087 code, link the new kboard into all_kboard before running Lisp code,
4088 and protect the new terminal with GCPRO (Bug#5365).
4089 (x_term_init): Remove unused var `atom'.
4090 (x_delete_display, x_delete_terminal): Remove unused var `i'.
4091
f0d13888
JD
40922010-01-15 Jan Djärv <jan.h.d@swipnet.se>
4093
4094 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
4095 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
4096 to find out usable size of the desktop. Don't make frames larger than
ac146f82 4097 this. Bug #3643.
f0d13888 4098
cc320f07
KH
40992010-01-15 Kenichi Handa <handa@m17n.org>
4100
4101 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
4102
7ffdf101
CY
41032010-01-15 Chong Yidong <cyd@stupidchicken.com>
4104
4105 * nsterm.m (Qnone): Define.
4106
4107 * nsfns.m (Qnone): Move definition to nsterm.m.
4108
d12bd917
KH
41092010-01-14 Kenichi Handa <handa@m17n.org>
4110
4111 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
4112 systems.
4113
d9a7c140
KH
41142010-01-14 Kenichi Handa <handa@m17n.org>
4115
4116 Make auto-composition work on all buffers even if they are
4117 fundamental mode.
4118
4119 * composite.c (Vauto_composition_mode): New variable.
4120 (composition_compute_stop_pos): Check Vauto_composition_mode
4121 instead of Vauto_composition_function.
4122 (composition_adjust_point, Ffind_composition_internal): Likewise.
4123 (syms_of_composite): Declare Lisp variable
4124 "auto-composition-mode" here.
4125
63286bb2
CY
41262010-01-13 Chong Yidong <cyd@stupidchicken.com>
4127
4128 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
4129 during call to vendor-specific-keysyms (Bug#5365).
4130
c2623ee7
YM
41312010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4132
4133 * keyboard.c (input_available_signal) [SYNC_INPUT]:
4134 Call SIGNAL_THREAD_CHECK (Bug#5333).
4135
4136 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
4137 Call SIGNAL_THREAD_CHECK.
4138
0b5397c2
SM
41392010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4140
4141 Try to fix bug#5314. This is probably not the final word, tho.
4142 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
4143 recent-auto-save-p as a side-effect.
4144 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
4145 * buffer.c (Fkill_buffer, reset_buffer):
4146 * editfns.c (Fsubst_char_in_region):
4147 * fileio.c (Finsert_file_contents, Fdo_auto_save)
4148 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
4149
dc954cb2
KH
41502010-01-13 Kenichi Handa <handa@m17n.org>
4151
4152 Display buffer name, etc. in mode line by composing correctly.
4153
4154 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
4155 STRING is not nil.
0b5397c2 4156 (display_mode_element): Adjust for the change of
dc954cb2
KH
4157 decode_mode_spec and display_line.
4158 (decode_mode_spec): Change arg MULTIBYTE to STRING.
4159 (display_string): Handle the case that STRING is non-null and
4160 LISP_STRING is not nil.
4161
0b5397c2
SM
4162 * xterm.c (x_draw_composite_glyph_string_foreground):
4163 Pay attention to s->face->overstrike.
dc954cb2
KH
4164
4165 * composite.c (composition_reseat_it): Don't check PT if STRING is
4166 non nil.
4167
4a00eaca
YM
41682010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4169
4170 * keyboard.c (read_char): Don't apply previous change when current
4171 buffer is unchanged by command execution.
4172
60abb287
JD
41732010-01-12 Jan Djärv <jan.h.d@swipnet.se>
4174
4175 * keyboard.c (read_char): Return after executing from special map.
4176
893db5bc
GM
41772010-01-12 Glenn Morris <rgm@gnu.org>
4178
4179 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
4180 bug-gnu-emacs rather than emacs-pretest-bug.
4181
4d03ece0
CY
41822010-01-11 Chong Yidong <cyd@stupidchicken.com>
4183
4184 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
4185 initializing the Lisp variables that depend on them.
4186
1df47e38
YM
41872010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4188
4189 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
4190 Clear areas that will not be updated after change of menu bar lines.
4191 Clear the menu bar window's current matrix when the window gets empty.
4192
2f1c6384
CY
41932010-01-09 Chong Yidong <cyd@stupidchicken.com>
4194
e398c61c
CY
4195 * intervals.h, textprop.c (extend_property_ranges): Return value
4196 and args changed. Discard properties that begin at or after the
4197 new end (Bug#5306).
4198
4199 * editfns.c (Fformat): Caller changed.
4200
e5a29a10
CY
4201 * nsterm.m (ns_set_default_prefs): Delete function.
4202 (syms_of_nsterm): Initialize ns_command_modifier,
4203 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
4204 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
4205
2f1c6384
CY
4206 * xdisp.c (pos_visible_p): Check for invisible text at the correct
4207 position (Bug#4040).
4208
d427a9fa
EZ
42092010-01-09 Eli Zaretskii <eliz@gnu.org>
4210
4211 * editfns.c (Ffloat_time): Doc fix.
4212
21b9df2f
JD
42132010-01-09 Jan Djärv <jan.h.d@swipnet.se>
4214
4215 * xfns.c (Fx_create_frame): Don't create frame larger than display
4216 by default bug#3643.
4217
4b00d3b1
YM
42182010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4219
4220 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
4221 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
4222 windows above internal border.
4223
4224 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
4225 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
4226 windows above internal border.
4227
4228 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
4229 tool bar windows specially.
4230
4231 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
4232
4233 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
4234 specially.
4235 (XTflash): Take account of menu bar height.
4236
4237 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
4238 specially.
4239
5075d853
JD
42402010-01-08 Jan Djärv <jan.h.d@swipnet.se>
4241
ac146f82 4242 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
4243 also be true before we can return early (bug #5339).
4244
474217c8
CY
42452010-01-06 David Reitter <david.reitter@gmail.com>
4246
4247 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
4248 (Fns_display_usable_bounds): Rewrite, computing bounds properly
4249 (Bug#3233).
4250
c0e6d47d
JD
42512010-01-06 Jan Djärv <jan.h.d@swipnet.se>
4252
d0cf45b7
JD
4253 * font.c (font_open_entity): Enable chache and call cached_font_ok
4254 for the driver if defined.
4255 (QCuser_spec): New symbol.
4256 (font_spec_from_name): Save name as user-spec.
4257 (font_load_for_lface): Keep user-spec instead of name.
4258 (font_open_by_name): Save name as user-spec.
4259 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 4260 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
4261
4262 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
4263 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
4264 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
4265
4266 * font.h (struct font_driver): Add cached_font_ok.
4267
c0e6d47d
JD
4268 * xterm.c (x_clear_frame): Queue draw for scroll bars.
4269
7c583cd8
JD
42702010-01-05 Jan Djärv <jan.h.d@swipnet.se>
4271
4272 * xterm.c (x_new_font): Move code for setting rows/cols before
4273 resizing ...
ac146f82 4274 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
4275
4276 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
4277 (xg_frame_resized, xg_frame_set_char_size):
4278 Call xg_clear_under_internal_border.
7c583cd8 4279 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 4280
03f77f0a
CY
42812010-01-05 Chong Yidong <cyd@stupidchicken.com>
4282
4283 * keyboard.c (read_key_sequence): Catch keyboard switch after
4284 making a new tty frame (Bug#5095).
4285
2a1ef5be
KH
42862010-01-05 Kenichi Handa <handa@m17n.org>
4287
4288 * fontset.c (fontset_find_font): Fix getting the frame pointer.
4289
e3eb1dae
SM
42902010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4291
4292 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
4293 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
4294 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
4295
777013f2
MA
42962010-01-03 Michael Albinus <michael.albinus@gmx.de>
4297
4298 * dbusbind.c (xd_add_watch): Improve debug message.
4299 (xd_remove_watch): Improve debug message. If DATA is the session
4300 bus, unset D-Bus session environment.
4301 (Fdbus_init_bus): Pass the bus as argument to
4302 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 4303
8932b1c2
CY
43042010-01-01 Chong Yidong <cyd@stupidchicken.com>
4305
87231e2c
CY
4306 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
4307
4801c5fa
CY
4308 * lread.c (syms_of_lread): Make it clearer that these are the
4309 names of loaded files (Bug#5068).
4310
8932b1c2
CY
4311 * eval.c (run_hook_with_args): Handle the case where the global
4312 value has the obsolete single-function form (Bug#5026).
4313
11e3c684
CY
43142009-12-27 Chong Yidong <cyd@stupidchicken.com>
4315
4316 * minibuf.c (Fall_completions): Minor optimization.
4317
5b28ce35
EZ
43182009-12-26 Eli Zaretskii <eliz@gnu.org>
4319
5ce6e4f4
JB
4320 * .gdbinit (pgx): Fix display of composite glyphs.
4321 Display cmp.from and cmp.to as well.
4322 (pitx): Fix last change.
5b28ce35 4323
bcffff46
KH
43242009-12-25 Kenichi Handa <handa@m17n.org>
4325
4326 * composite.h (composition_adjust_point): Update prototype.
4327
4328 * composite.c (composition_reseat_it): Don't make a composition
4329 spanning over point.
4330 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
4331 composable characters.
4332 (composition_adjust_point): New arg NEW_PT. Callers changed.
4333
4334 * keyboard.c (command_loop_1): Force redisplay if the last point
4335 was within a composition.
4336 (adjust_point_for_property): Don't adjust point for automatic
4337 composition when called after buffer modification.
4338
3f670e9a
EZ
43392009-12-19 Eli Zaretskii <eliz@gnu.org>
4340
5ce6e4f4
JB
4341 * .gdbinit (pitx): Don't use enum names, use their values.
4342 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
4343 (pgx): Don't use enum names, use their values.
4344 (pitmethod): New helper command.
4345 (pitx): Use it to display iteration method.
4346 (pgrowit): New command.
4347
ad903955
EZ
4348 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
4349
3f670e9a
EZ
4350 Update dependencies in Makefile.in.
4351
4352 * Makefile.in (alloc.o): Depend on termhooks.h.
4353 (atimer.o): Depend on blockinput.h.
4354 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
4355 and frame.h.
4356 (callint.o): Depend on systime.h, coding.h, and composite.h.
4357 (callproc.o): Depend on buffer.h.
4358 (casefiddle.o): Don't depend on charset.h.
4359 (casetab.o): Depend on character.h.
4360 (ccl.o): Depend on composite.h.
4361 (chartab.o): Depend on ccl.h.
4362 (cm.o): Depend on dispextern.h.
4363 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
4364 (coding.o): Don't depend on $(INTERVALS_H).
4365 (composite.o): Don't depend on dispextern.h explicitly (it's in
4366 $(INTERVALS_H)). Depend on ccl.h.
4367 (data.o): Depend on systime.h, coding.h, composite.h,
4368 dispextern.h, font.h, and ccl.h.
4369 (dired.o): Depend on composite.h.
4370 (dispnew.o): Depend on coding.h. Don't depend explicitly on
4371 composite.h (it's in $(INTERVALS_H)).
4372 (doc.o): Depend on systime.h, coding.h, and composite.h.
4373 (editfns.o): Don't depend explicitly on dispextern.h.
4374 (emacs.o): Depend on frame.h and coding.h.
4375 (eval.o): Depend on coding.h, composite.h, and xterm.h.
4376 (fileio.o): Depend on frame.h and commands.h. Don't depend
4377 explicitly on dispextern.h.
4378 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
4379 composite.h.
4380 (fns.o): Don't depend on termhooks.h.
4381 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
4382 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
4383 coding.h, $(INTERVALS_H), window.h, xterm.h.
4384 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
4385 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
4386 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
4387 fontset.h, ccl.h, and ftfont.h.
4388 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
4389 (gtkutil.o): Depend on dispextern.h and composite.h.
4390 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
4391 termhooks.h, and ccl.h.
4392 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
4393 (intervals.o): Depend on systime.h and coding.h.
4394 (keyboard.o): Depend on composite.h and coding.h.
4395 (keymap.o): Depend on coding.h and frame.h.
4396 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
4397 (macros.o): Depend on systime.h, coding.h, and composite.h.
4398 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
4399 and atimer.h.
4400 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
4401 dispextern.h explicitly.
0b5397c2
SM
4402 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
4403 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
4404 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
4405 (regex.o): Don't depend on charset.h.
4406 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
4407 (search.o): Don't depend explicitly on composite.h.
4408 (sound.o): Depend on atimer.h and systime.h.
4409 (syntax.o): Don't depend explicitly on composite.h.
4410 (sysdep.o): Depend on coding.h and composite.h.
4411 (term.o): Depend on xterm.h and buffer.h.
4412 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
4413 (textprop.o): Don't depend on dispextern.h explicitly.
4414 (undo.o): Depend on dispextern.h.
4415 (window.o): Depend on coding.h and termhooks.h. Don't depend on
4416 dispextern.h and composite.h explicitly.
4417 (xdisp.o): Depend on ccl.h.
4418 (xfaces.o): Depend on coding.h and ccl.h.
4419 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
4420 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
4421 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
4422 ftfont.h.
4423 (xgselect.o): New dependency.
4424 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
4425 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
4426 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
4427 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
4428 (xsmfns.o): Depend on frame.h and dispextern.h.
4429 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
4430 sysselect.h.
4431
7a6f7fea
AS
44322009-12-19 Andreas Schwab <schwab@linux-m68k.org>
4433
4434 * font.c (Fclear_font_cache): Pass correct cache argument to
4435 font_clear_cache.
4436
f4c21026
AS
44372009-12-16 Andreas Schwab <schwab@linux-m68k.org>
4438
4439 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
4440 twice.
4441
f7ab0997
CY
44422009-12-15 Chong Yidong <cyd@stupidchicken.com>
4443
4444 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
4445 calling file-remote-p. Reported by Jim Meyering.
4446
fa8e045a
MA
44472009-12-15 Michael Albinus <michael.albinus@gmx.de>
4448
4449 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 4450 avoid compiler warnings. (Bug #5217)
fa8e045a 4451
a63dba42
KH
44522009-12-14 Kenichi Handa <handa@m17n.org>
4453
4454 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
4455 in 8-bit encoding.
4456
5ce6e4f4 44572009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
4458
4459 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
4460 tooltip windows.
4461
223e5fc6
JD
44622009-12-13 Jan Djärv <jan.h.d@swipnet.se>
4463
36acb2a7
JD
4464 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
4465 Xatom_net_window_type.
4466
4467 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
4468 Xatom_net_window_type.
4469
b8f00677
JD
4470 * xterm.c (my_log_handler): New function.
4471 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 4472 so we can filter out buggy messages. (Bug #5120).
b8f00677 4473
e5f0bc9a
JD
4474 * xterm.c (xg_scroll_callback): Parameter list changed,
4475 use parameter GtkScrollType to determine scroll/line/page.
4476 Only allow dragging if a button < 4 is grabbed (bug #5177).
4477 (xg_end_scroll_callback): New function.
4478 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
4479 xg_create_scroll_bar.
4480
4481 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
4482 (scroll_end_callback): Remove.
4483 (xg_create_scroll_bar): Add parameter end_callback, bind it to
4484 button-release-event. Replace value-changed event with change-value,
4485 bug #5177,
4486 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
4487 bug #5177.
4488
4489 * gtkutil.h (XG_LAST_SB_DATA): Remove.
4490 (xg_create_scroll_bar): Add GCallback end_callback.
4491
223e5fc6
JD
4492 * xftfont.c (QClcdfilter): New variable.
4493 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
4494 (syms_of_xftfont): Initialize QClcdfilter.
4495
3c055b77
JD
44962009-12-12 Jan Djärv <jan.h.d@swipnet.se>
4497
4498 * xsettings.c (struct xsettings): Add member seen.
4499 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 4500 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
4501 (apply_xft_settings): Only update Xft settings with what member seen
4502 indicates as new.
4503
05fe33ff
EZ
45042009-12-12 Eli Zaretskii <eliz@gnu.org>
4505
4506 * dispextern.h (struct text_pos): Use EMACS_INT;
4507 (struct glyph): Use EMACS_INT for charpos.
4508 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
4509 region_beg_charpos, region_end_charpos,
4510 redisplay_end_trigger_charpos, and also for
4511 iterator_stack_entry.end_charpos and
4512 iterator_stack_entry.stop_charpos.
4513
e8d7886a
JD
45142009-12-12 Jan Djärv <jan.h.d@swipnet.se>
4515
5ce6e4f4 4516 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
4517 (xg_create_scroll_bar): Call scroll_end_callback on button release
4518 event (bug #5177).
4519 (xg_event_is_for_scrollbar): != replaced with ==.
4520
d0db2ec8
KH
45212009-12-12 Kenichi Handa <handa@m17n.org>
4522
4523 * ftfont.c (struct ftfont_info): New member matrix.
4524 (ftfont_open): Setup xftfont_info->matrix.
4525 (MFLTFontFT): New member matrix.
4526 (FLOOR, CEIL, ROUND): New macros.
4527 (ftfont_get_metrics): Handle matrix transformation.
4528 (ftfont_shape_by_flt): New arg matrix. Callers changed.
4529
4530 * xftfont.c (struct xftfont_info): New member matrix.
4531 (xftfont_open): Setup xftfont_info->matrix.
4532
45332009-12-10 Kenichi Handa <handa@m17n.org>
4534
4535 * xdisp.c (append_space_for_newline): Consider face-remapping.
4536
2cc7b62f
AS
45372009-12-09 Andreas Schwab <schwab@linux-m68k.org>
4538
b87dd913
AS
4539 * xsettings.c: Include "keyboard.h".
4540
eba5eb94
AS
4541 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
4542
2cc7b62f
AS
4543 Fix implicit function declarations.
4544 * cmds.c: Include "frame.h".
4545 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
4546 * frame.h: Move declaration of delete_frame outside of
4547 HAVE_WINDOW_SYSTEM.
4548
a4ef73c8
CY
45492009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
4550
4551 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
4552
4553 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
4554 GTK builds.
4555
944a300c
AS
45562009-12-07 Andreas Schwab <schwab@linux-m68k.org>
4557
4558 * unexelf.c (unexec): Don't search for .data twice.
4559
022eef62
CY
45602009-12-05 Chong Yidong <cyd@stupidchicken.com>
4561
426ac949
CY
4562 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
4563 if push failed.
4564 (handle_line_prefix): Set avoid_cursor_p here. Check return value
4565 of push_display_prop (Bug#5000).
4566
022eef62
CY
4567 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
4568 value of font_list_entities (Bug#5085).
4569
be95bee9
JB
45702009-12-04 Juanma Barranquero <lekktu@gmail.com>
4571
4572 Fix `string-to-number' to deal consistently with integers and floats.
4573 * lread.c (isfloat_string): New argument ignore_trailing to accept all
4574 trailing characters, not just whitespace.
4575 (read1): Pass new arg 0 to keep old behavior.
4576 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
4577 trailing chars, as it is already done for integers. Doc fixes.
4578 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
4579
24c2d7ce
EZ
45802009-12-04 Eli Zaretskii <eliz@gnu.org>
4581
0b5397c2
SM
4582 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
4583 Delete unused enumeration value.
24c2d7ce 4584
7e694795
EZ
45852009-12-03 Eli Zaretskii <eliz@gnu.org>
4586
4587 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
4588
84b31826
SM
45892009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
4590
4591 * process.c (Fmake_network_process): Fix up the tests for
4592 "connectionless socket", so they DTRT for seqpacket sockets as well.
4593
f00c449b
SM
45942009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4595
4596 * process.c (Qseqpacket): New symbol.
4597 (HAVE_SEQPACKET): New macro.
4598 (Fmake_network_process): Accept new :type `seqpacket'.
4599 (init_process): Add `seqpacket' feature when applicable.
4600 (syms_of_process): Initialize Qseqpacket.
4601
8096a0ff
YM
46022009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4603
4604 * font.c (font_load_for_lface, font_open_by_name): Don't store name
4605 if entity is Qnil.
4606
3e0de07f
SM
46072009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4608
4609 * print.c (print_preprocess): Preprocess the key_and_value table of
4610 hashtables, even tho they're "hidden" (bug#5082).
4611
abeafb2a
JD
46122009-11-29 Jan Djärv <jan.h.d@swipnet.se>
4613
4614 * frame.c (frame_make_pointer_invisible)
4615 (frame_make_pointer_visible): Declare f before statements.
4616
4bf47195
EZ
46172009-11-28 Eli Zaretskii <eliz@gnu.org>
4618
4619 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
4620 omitted dependencies on lisp.h.
4621
c525b3f2
JD
46222009-11-27 Jan Djärv <jan.h.d@swipnet.se>
4623
ece2d4ed
JD
4624 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
4625 is NULL.
4626
4627 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
4628
4629 * frame.c (frame_make_pointer_invisible)
3e0de07f 4630 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
4631 frame.
4632
c525b3f2
JD
4633 * search.c (simple_search): Remove warning by making *p const.
4634
2f00e299
DN
46352009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4636
4637 * xdisp.c (power_letter): Remove duplicate const.
4638
084b049b
JD
46392009-11-25 Jan Djärv <jan.h.d@swipnet.se>
4640
a1fadc6f
JD
4641 * term.c (delete_tty): Remove check for last terminal (bug#4970).
4642
5ce6e4f4 4643 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
4644 defaults (bug #5025).
4645
28259cac
SM
46462009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * insdel.c (adjust_markers_for_delete): Move it in the
4649 right direction! (bug#4803)
4650
e8e14166
YM
46512009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4652
4653 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
4654
4655 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
4656
86677b58
GM
46572009-11-24 Glenn Morris <rgm@gnu.org>
4658
4659 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
4660
581e51e8
JD
46612009-11-23 Jan Djärv <jan.h.d@swipnet.se>
4662
cfc86c7a
JD
4663 * Makefile.in: Must create deps for ecrt0.o in its rule.
4664
581e51e8
JD
4665 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
4666 because that is what Gtk+ font dialog understands.
4667
4668 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
4669 of Fcopy_sequence.
4670 (font_open_by_name): Put name given into QCname for font-object returned.
4671
4672 * frame.c (x_set_font): Save original font name as frame parameter
4673 font-parameter.
4674
4675 * xsettings.c (set_default_xft_settings): New function.
4676 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
4677 is found.
4678
8b264ecb
AS
46792009-11-22 Andreas Schwab <schwab@linux-m68k.org>
4680
4681 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
4682 searching backwards through multibyte buffer.
4683
872870b2
JD
46842009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4685
4686 * xterm.c: #include xgselect.h.
4687 (x_initialize): Call xgselect_initialize.
4688
4689 * xsettings.c (something_changedCB): C++ comments => C comments.
4690 (init_gconf): Do not deal with any GLib file descriptors, xg_select
4691 does that now.
4692
4693 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
4694 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
4695 (scroll_bar_button_cb): Remove.
5ce6e4f4 4696 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
4697 event.
4698 (xg_create_scroll_bar): Don't bind button-press-event and
4699 button-release-event.
4700
4701 * process.c: Include xgselect.h if defined (USE_GTK) ||
4702 defined (HAVE_GCONF).
4703 (wait_reading_process_output): Call xg_select for the same condition.
4704
4705 * xgselect.c (xg_select): New function to better integrate with
4706 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
4707
4708 * xgselect.h: New file, declare xg_select, xgselect_initialize.
4709
4710 * Makefile.in (XOBJ): Add xgselect.o.
4711
62a6e103
AS
47122009-11-21 Andreas Schwab <schwab@linux-m68k.org>
4713
0b5397c2
SM
4714 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
4715 Remove ignored second argument. All callers changed.
62a6e103
AS
4716 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
4717 (RE_STRING_CHAR_AND_LENGTH): Likewise.
4718 * xdisp.c (string_char_and_length): Likewise.
4719
b0ca0f33
DN
47202009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
4721
4722 * xterm.c (x_new_font):
4723 * print.c (print_object):
4724 * cmds.c (Fself_insert_command): Move declarations before statements.
4725
dd5a6279
CY
47262009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4727
4728 * s/cygwin.h: Remove unneeded linker flags.
4729
4a8e097d
JD
47302009-11-20 Jan Djärv <jan.h.d@swipnet.se>
4731
0d1d0d26
JD
4732 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
4733
4734 * xsettings.h: Declare xsettings_get_system_font.
4735
4736 * xsettings.c (xsettings_get_system_font): New function.
4737 (init_gconf): No use initiating gconf unless we have Xft also.
4738 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
4739 HAVE_GCONF.
4740
4a8e097d
JD
4741 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
4742 add a blank entry so it doesn't collapse into nothing.
4743
8ab1650e
SM
47442009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4745
4746 * lread.c (Funintern): Comment out last change.
4747
82c602f0
RS
47482009-11-19 Richard Stallman <rms@gnu.org>
4749
4750 * lread.c (Funintern): Error if symbol is t or nil.
4751
87e32266
SM
47522009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4753
4754 * insdel.c (make_gap_larger): Don't make as many assumptions about the
4755 representation of Lisp integers.
4756 Reported by MJ Chan <mjchan.inbox@gmail.com>.
4757
1b9ac145
AS
47582009-11-17 Andreas Schwab <schwab@linux-m68k.org>
4759
4760 * lisp.h: Remove declaration of Ffont_get_system_font.
4761 * xfns.c: Move include of "xsettings.h".
4762 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
4763
dfb3c4c6
JD
47642009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4765
87e32266
SM
4766 * xsettings.c (something_changedCB, Ffont_get_system_font):
4767 Check use_system_font.
dfb3c4c6
JD
4768 (syms_of_xsettings): DEFVAR font-use-system-font.
4769
9370c1d8
AS
47702009-11-17 Andreas Schwab <schwab@linux-m68k.org>
4771
25fe851a
AS
4772 * xfns.c (x_default_font_parameter): Remove dead assignment.
4773
9370c1d8
AS
4774 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
4775
637fa988
JD
47762009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4777
87e32266 4778 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 4779 not have FC_LCD_*. #define them if not there.
a6eb20d8 4780
87e32266 4781 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 4782
637fa988
JD
4783 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
4784
4785 * xterm.c (handle_one_xevent): Call xft_settings_event for
4786 ClientMessage, PropertyNotify and DestroyNotify.
4787 (x_term_init): If we have XFT, get DPI from Xft.dpi.
4788 Call xsettings_initialize.
4789
4790 * xftfont.c (xftfont_fix_match): New function.
4791 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
4792 Call xftfont_fix_match after XftFontMatch.
4793
4794 * xfont.c (xfont_driver): Initialize all members.
4795
87e32266
SM
4796 * xfns.c (x_default_font_parameter):
4797 Try font from Ffont_get_system_font.
637fa988
JD
4798 Do not get font from x_default_parameter if we got one from
4799 Ffont_get_system_font.
87e32266 4800 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
4801
4802 * w32font.c (w32font_driver): Initialize all members.
4803
4804 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
4805
4806 * lisp.h: Declare syms_of_xsettings.
4807
87e32266
SM
4808 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
4809 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
4810
4811 * ftfont.c (ftfont_filter_properties): New function.
4812
4813 * frame.c (x_set_font): Remove unused variable lval.
4814
87e32266 4815 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
4816
4817 * font.c (font_put_extra): Don't return if val is nil, it means
4818 boolean option is off.
4819 (font_parse_fcname): Collect all extra properties in extra_props
4820 and call filter_properties for all drivers with extra_props and
4821 font as parameter.
87e32266
SM
4822 (font_open_entity): Do not use cache, it does not pick up new
4823 fontconfig settings like hinting.
637fa988
JD
4824 (font_load_for_lface): If spec had a name in it, store it in entity.
4825
a73f9c9d 4826 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
4827
4828 * config.in: HAVE_GCONF is new.
4829
4830 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
4831 xsettings.o is new.
4832
5a942932
KH
48332009-11-17 Kenichi Handa <handa@m17n.org>
4834
4835 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
4836 back to the default font in case that no suitable font is found.
4837
b7c7a4d1
SM
48382009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
4841 Suggested by Chad Brown <yandros@mit.edu>.
4842 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
4843
072f1e39
JD
48442009-11-16 Jan Djärv <jan.h.d@swipnet.se>
4845
4846 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
4847
5d1e70a2
AS
48482009-11-14 Andreas Schwab <schwab@linux-m68k.org>
4849
87e32266 4850 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 4851
a53cfbe5
JD
48522009-11-14 Jan Djärv <jan.h.d@swipnet.se>
4853
473a99b7
JD
4854 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
4855 has a parent.
4856
a53cfbe5 4857 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 4858 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
4859
4860 * config.in: Generated (AUTO_DEPEND).
4861
f04bb9b2
MA
48622009-11-13 Michael Albinus <michael.albinus@gmx.de>
4863
b7c7a4d1 4864 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
4865 Vdbus_registered_functions_table, because it contains also
4866 properties. Fix docstring.
b7c7a4d1 4867 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 4868
8f11f7ec
SM
48692009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4870
4871 * alloc.c (mark_object): Don't reprocess marked strings.
4872 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
4873 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
4874
8a605fe8
KH
48752009-11-13 Kenichi Handa <handa@m17n.org>
4876
8f11f7ec 4877 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
4878 semantics of Vword_combining_categories.
4879 (Vword_combining_categories): Describe the slight change of the
4880 semantics.
4881
241c4680
EZ
48822009-11-13 Eli Zaretskii <eliz@gnu.org>
4883
4884 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
4885
4886 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
4887
5d58e44c
SM
48882009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4889
4890 * xdisp.c (syms_of_xdisp): Fix typo in last change.
4891
5e13f9d3
JB
48922009-11-12 Juanma Barranquero <lekktu@gmail.com>
4893
4894 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
4895
cf54c754
DR
48962009-11-11 David Reitter <david.reitter@gmail.com>
4897
4898 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
4899 variables to fix 2009-11-09 change.
4900
a4ada374
DN
49012009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4902
91433552
DN
4903 * process.c (ifflag_def): Make flag_sym constant.
4904 (Fnetwork_interface_info): Use a constant pointer.
4905 (ifflag_table):
4906 * xfns.c (cursor_bits):
4907 * xdisp.c (power_letter):
4908 * termcap.c (speeds, esctab):
4909 * sysdep.c (baud_convert):
4910 * keyboard.c (lispy_accent_codes, modifier_names):
4911 * image.c (xbm_format, xpm_format, pbm_format, png_format)
4912 (jpeg_format, tiff_format, gif_format, svg_format)
4913 (interlace_start, interlace_increment, gs_format):
4914 * gtkutil.c (separator_names):
4915 * fringe.c (swap_nibble):
4916 * fns.c (base64_value_to_char, base64_char_to_value):
4917 * fileio.c (make_temp_name_tbl):
4918 * coding.c (suffixes): Make constant.
4919
f4265f6c
DN
4920 * frame.c (make_initial_frame):
4921 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
4922 build_string.
4923 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
4924
04420943
DN
4925 * s/freebsd.h:
4926 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
4927
0a5d24ae
DN
4928 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
4929 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
4930
a4ada374
DN
4931 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
4932 * xterm.c (syms_of_xterm):
4933 * xfaces.c (syms_of_xfaces):
4934 * xdisp.c (syms_of_xdisp):
4935 * lread.c (syms_of_lread):
4936 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
4937 build_string.
91433552 4938
a4ada374
DN
4939 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
4940
af98fc7f
SM
49412009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4942
8ab1650e 4943 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 4944
e90292a9
JD
49452009-11-10 Jan Djärv <jan.h.d@swipnet.se>
4946
4947 * keyboard.h: Declare timer_check.
4948
4949 * keyboard.c (timer_check_2): New function that does what the old
4950 timer_check did.
4951 (timer_check): Call timer_check_2 until -1 or a non-zero time is
4952 returned, i.e. don't return -1 with timers pending.
4953
4954 * process.c: Remove extern declaration of timer_check.
4955
4956 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
4957 even if timer_check returned -1.
4958
af98fc7f
SM
4959 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
4960 xg_dialog_data.
e90292a9
JD
4961 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
4962 the event loop.
4963 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
4964 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
4965 Destroy the dialog after xg_dialog_run.
4966
045b83c0
SM
49672009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4968
4969 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
4970
1fb99a3a
JD
49712009-11-10 Jan Djärv <jan.h.d@swipnet.se>
4972
4973 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
4974
04e452cb
JB
49752009-11-09 Juanma Barranquero <lekktu@gmail.com>
4976
4977 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
4978
ef7417fd
SM
49792009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
4982 w32menu.c, and nsmenu.m.
4983 Simplify the obsolete case where position is nil.
4984 (cleanup_popup_menu): New function, moved from nsmenu.m.
4985 (struct skp): Remove slot `notreal'.
4986 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
4987 adjust callers.
4988 (single_menu_item): Adjust call to parse_menu_item.
4989 (syms_of_menu): Defsubr x-popup-menu.
4990 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
4991 (keymap_panes): Don't export any more.
4992 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
4993 (xmenu_show): Declare.
4994 * keyboard.c (parse_menu_item): Remove arg `notreal'.
4995 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
4996 * keyboard.h (parse_menu_item): Update declaration.
4997 * xmenu.c (Fx_popup_menu): Remove.
4998 (syms_of_xmenu): Don't defsubr x-popup-menu.
4999 * w32menu.c (Fx_popup_menu): Remove.
5000 (syms_of_w32menu): Don't defsubr x-popup-menu.
5001 * nsmenu.m (cleanup_popup_menu): Remove.
5002 (ns_menu_show): Rename from ns_popup_menu and remove all the code
5003 moved to menu.c's Fx_popup_menu.
5004 (Fx_popup_menu): Remove.
5005 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
5006 menu_items (it's done in menu.c already).
5007
424d6179
SM
50082009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5009
5010 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
5011 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
5012
c0df13a6 50132009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
5014
5015 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 5016 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
5017 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
5018 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
5019
2de9f71c
SM
50202009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5021
5022 Let integers use up 2 tags to give them one extra bit and thus double
5023 their range.
5024 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
5025 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
5026 New macros.
5027 (enum Lisp_Type): Use them. Give explicit values.
5028 (Lisp_Type_Limit): Remove.
5029 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
5030 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
5031 Pay attention to USE_2_TAGS_FOR_INTS.
5032 (INTEGERP): Use LISP_INT_TAG_P.
5033 * fns.c (internal_equal): Simplify the default case.
5034 (sxhash): Use case_Lisp_Int.
5035 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
5036 any more.
5037 (Ftype_of): Use case_Lisp_Int.
5038 (store_symval_forwarding): Take into account the fact that Ints can
5039 now have more than one tag.
5040 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
5041 buffer_slot_type_mismatch):
5042 * xfaces.c (face_attr_equal_p):
5043 * print.c (print_object):
5044 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
5045 Use case_Lisp_Int.
5046
323637a2
EZ
50472009-11-06 Eli Zaretskii <eliz@gnu.org>
5048
7ac65b38
EZ
5049 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
5050
323637a2
EZ
5051 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
5052 warning.
5053
e511451f
JD
50542009-11-06 Jan Djärv <jan.h.d@swipnet.se>
5055
5056 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
5057
5058 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
5059
5060 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
5061 ButtonPressRelease and MotionNotify (bug#4870).
5062
5e2327cf
DN
50632009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
5064
5adc433e
DN
5065 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
5066
d67b4f80
DN
5067 * xterm.c (syms_of_xterm):
5068 * xselect.c (syms_of_xselect):
5069 * xmenu.c (syms_of_xmenu):
5070 * xfns.c (syms_of_xfns):
5071 * xfaces.c (syms_of_xfaces):
5072 * xdisp.c (syms_of_xdisp):
5073 * window.c (syms_of_window):
5074 * w32fns.c (syms_of_w32fns):
5075 * undo.c (syms_of_undo):
5076 * textprop.c (syms_of_textprop):
5077 * terminal.c (syms_of_terminal):
5078 * syntax.c (syms_of_syntax):
5079 * sound.c (syms_of_sound):
5080 * search.c (syms_of_search):
5081 * print.c (syms_of_print):
5082 * minibuf.c (syms_of_minibuf):
5083 * macros.c (syms_of_macros):
5084 * keymap.c (syms_of_keymap, initial_define_key)
5085 (initial_define_lispy_key):
5086 * keyboard.c (syms_of_keyboard):
5087 * insdel.c (syms_of_insdel):
5088 * image.c (syms_of_image):
5089 * fringe.c (syms_of_fringe):
5090 * frame.c (syms_of_frame):
5091 * fontset.c (syms_of_fontset):
5092 * fns.c (syms_of_fns):
5093 * fns.c (syms_of_fns):
5094 * fileio.c (syms_of_fileio):
5095 * fileio.c (syms_of_fileio):
5096 * eval.c (syms_of_eval):
5097 * doc.c (syms_of_doc):
5098 * dispnew.c (syms_of_display):
5099 * dired.c (syms_of_dired):
5100 * dbusbind.c (syms_of_dbusbind):
5101 * data.c (syms_of_data):
5102 * composite.c (syms_of_composite):
5103 * coding.c (syms_of_coding):
5104 * cmds.c (syms_of_cmds):
5105 * charset.c (define_charset_internal, syms_of_character):
5106 * ccl.c (syms_of_ccl):
5107 * category.c (syms_of_category, init_category_once):
5108 * casetab.c (syms_of_casetab):
5109 * casefiddle.c (syms_of_casefiddle):
5110 * callint.c (syms_of_callint):
5111 * bytecode.c (syms_of_bytecode):
5112 * buffer.c (keys_of_buffer, syms_of_buffer):
5113 * alloc.c (syms_of_alloc):
5114 * process.c (syms_of_process, init_process):
5115 * lread.c (syms_of_lread, init_obarray):
5116 * font.c (build_style_table):
5117 * emacs.c (syms_of_emacs, main): Replace calls to intern with
5118 intern_c_string, calls to make_pure_string with
5119 make_pure_c_string. Use pure_cons instead of Fcons.
5120
5e2327cf
DN
5121 * process.c (socket_options): Make it const.
5122 (set_socket_option, init_process): Use a const pointer.
5123
5124 * lread.c (intern_c_string): New function.
5125 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
5126 (defvar_int): Uset it. Make the name const char*.
5127
5128 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
5129 (defvar_int): Update prototypes.
5130 (DEFUN, EXFUN): Support for prototypes is now required.
5131 (intern_c_string): New prototype.
5132 (struct Lisp_Subr): Make symbol_name constant.
5133
5134 * font.c (struct table_entry): Remove unused member. Make NAMES
5135 constant.
5136 (weight_table, slant_table, width_table): Make constant.
5137
5138 * emacs.c (struct standard_args): Make name and longname constant.
5139
5140 * character.h (DEFSYM): Use intern_c_string.
5141
a56eaaef
DN
51422009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5143
5144 * alloc.c (make_pure_c_string): New function.
5145
5146 * eval.c (Fautoload): Purecopy all arguments.
5147
f6a07420
KH
51482009-11-05 Kenichi Handa <handa@m17n.org>
5149
5150 * fileio.c (Finsert_file_contents): Be sure set coding-system of
5151 the buffer in case of replace.
5152
5d28d4b1
DN
51532009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5154
5155 * puresize.h (BASE_PURESIZE): Increase to 1620000.
5156
b349d111
SM
51572009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5158
d528b1ce
SM
5159 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
5160 when applicable (bug#4851).
5161
b349d111
SM
5162 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
5163 (P_): Support for prototypes is now required.
5164
c38eb027
CY
51652009-10-31 Chong Yidong <cyd@stupidchicken.com>
5166
5167 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
5168 (Bug#4827).
5169
0405f8d9
EZ
51702009-10-30 Eli Zaretskii <eliz@gnu.org>
5171
d528b1ce 5172 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 5173
ca0a881a
DN
51742009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5175
5176 * puresize.h (BASE_PURESIZE): Increase to 1470000.
5177
d528b1ce
SM
5178 * lread.c (Fload): Purecopy the file name when building
5179 Vpreloaded_file_list.
ca0a881a 5180
47e0e0e4
JR
51812009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
5182
5183 * w32fns.c (syms_of_w32fns): Change default value of
5184 w32-scroll-lock-modifier to nil. (Bug#2827)
5185
057bce6f
JB
51862009-10-26 Juanma Barranquero <lekktu@gmail.com>
5187
782a943e 5188 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 5189
242bc74c
AS
51902009-10-26 Andreas Schwab <schwab@redhat.com>
5191
5192 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
5193
522d013a
JB
51942009-10-26 Juanma Barranquero <lekktu@gmail.com>
5195
5196 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
5197 For delta < 0, skip check that only makes sense when the mini-window
5198 is going to be enlarged. (Bug#4534)
5199
18060980
CY
52002009-10-25 Chong Yidong <cyd@stupidchicken.com>
5201
5202 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
5203 string in menu maps (Bug#4471).
5204
fec8f0fe
CY
52052009-10-24 Chong Yidong <cyd@stupidchicken.com>
5206
5207 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
5208 FRAME_NS_VIEW on terminal frames (Bug#4765).
5209
10d66ec0
AS
52102009-10-24 Andreas Schwab <schwab@linux-m68k.org>
5211
1cae01f7
AS
5212 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
5213 DBUS_TYPE_UINTnn separately to get proper sign extension.
5214
58a12889
AS
5215 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
5216 can properly handle unsigned types.
d528b1ce 5217 (make_uid, make_gid): Remove.
58a12889 5218
987c9327
AS
5219 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
5220 types again.
5221
522d013a 5222 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
5223 (system_process_attributes): Likewise.
5224
905a9ed3
DN
52252009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5226
5227 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
5228
5229 * eval.c (Fautoload): Purecopy the filename. Simplify.
5230
5231 * category.c (Fdefine_category): Purecopy docstring.
5232
a599b3e8
AS
52332009-10-23 Andreas Schwab <schwab@linux-m68k.org>
5234
7b792fc9
AS
5235 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
5236
a599b3e8
AS
5237 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
5238
b35ac83e
CY
52392009-10-23 Chong Yidong <cyd@stupidchicken.com>
5240
5241 * window.c (Fwindow_edges, Fwindow_pixel_edges)
5242 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
5243 (Bug#4775).
5244
e8903e00
SM
52452009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5246
5247 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
5248 (init_fileio_once):
5249 * lisp.h (init_fileio_once): Remove.
5250 * emacs.c (main): Don't call init_fileio_once.
5251
8f43cbf3
DN
52522009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5253
5254 * puresize.h (BASE_PURESIZE): Increase to 1430000.
5255
26898943
AS
52562009-10-21 Andreas Schwab <schwab@linux-m68k.org>
5257
5258 * doprnt.c (doprnt): Fix overflow check.
5259
5c646d5a
JD
52602009-10-21 Jan Djärv <jan.h.d@swipnet.se>
5261
3132a7ea
JD
5262 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
5263
5c646d5a
JD
5264 * xterm.h (x_wait_for_event): Declare it.
5265
5266 * xterm.c (pending_event_wait): New variable.
5267 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
5268 see pending_event_wait.eventtype.
5269 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
5270 (x_new_font): Call change_frame_size with new rows/columns before we
5271 try to resize the frame.
5c646d5a 5272 (x_wait_for_event): New function.
d528b1ce
SM
5273 (x_set_window_size_1): Don't change gravity unless change_gravity
5274 is set.
5c646d5a
JD
5275 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
5276 don't change frame size, instead wait for the ConfigureNotify.
5277 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
5278 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
5279 (x_initialize): Initialize pending_event_wait.
5280
5281 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
5282 size.
5283
5284 * widget.c (EmacsFrameSetValues): Add comment.
5285 (EmacsFrameSetCharSize): Just call x_set_window_size.
5286
5287 * gtkutil.c (xg_frame_set_char_size): Flush events and call
5288 x_wait_for_event.
d528b1ce 5289 (flush_and_sync): Remove again.
5c646d5a
JD
5290 (xg_get_font_name): Suggest monospace if no previous font is known.
5291
e9c1637d
SM
52922009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 5295 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 5296
5a72cccb
YM
52972009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5298
5299 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
5300 processing pending events when event is filtered for input method.
ab04798f 5301 (Bug#3681)
5a72cccb 5302
2629aa37
JB
53032009-10-20 Juanma Barranquero <lekktu@gmail.com>
5304
5305 * fns.c: Add #endif accidentally removed in previous change.
5306
c3417a74
DN
53072009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5308
5309 * fns.c: Remove code for unsupported system: MAC_OS.
5310 * image.c: Likewise. Include setjmp.h.
5311
9685cef2
JD
53122009-10-19 Jan Djärv <jan.h.d@swipnet.se>
5313
5314 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
5315 pixel -1 (bug #4742).
5316
d7306fe6
DN
53172009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5318
019d2c4c
DN
5319 * process.c (create_pty): Remove conditionals for no longer
5320 supported systems: UNIPLUS and RTU.
5321
ee6bacd4
DN
5322 * xterm.c:
5323 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
5324
d7306fe6
DN
5325 * alloc.c: Do not define struct catchtag.
5326 * eval.c: Move struct catchtag definition ...
5327 * lisp.h: ... here.
5328
5329 * image.c: Move png.h #include earlier to avoid warnings.
5330
5331 * xterm.c:
5332 * xsmfns.c:
5333 * xselect.c:
5334 * xrdb.c:
5335 * xmenu.c:
5336 * xftfont.c:
5337 * xfont.c:
5338 * xfns.c:
5339 * xfaces.c:
5340 * xdisp.c:
5341 * window.c:
5342 * widget.c:
5343 * w32xfns.c:
5344 * w32uniscribe.c:
5345 * w32term.c:
5346 * w32select.c:
5347 * w32reg.c:
5348 * w32proc.c:
5349 * w32menu.c:
5350 * w32inevt.c:
5351 * w32heap.c:
5352 * w32font.c:
5353 * w32fns.c:
5354 * w32console.c:
5355 * w32.c:
5356 * w16select.c:
5357 * vm-limit.c:
5358 * unexsol.c:
5359 * unexec.c:
5360 * unexcw.c:
5361 * unexaix.c:
5362 * undo.c:
5363 * tparam.c:
5364 * textprop.c:
5365 * terminfo.c:
5366 * terminal.c:
5367 * termcap.c:
5368 * term.c:
5369 * syntax.c:
5370 * sound.c:
5371 * sheap.c:
5372 * search.c:
5373 * scroll.c:
5374 * region-cache.c:
5375 * regex.c:
5376 * ralloc.c:
5377 * process.c:
5378 * print.c:
b024548b
DN
5379 * nsterm.m:
5380 * nsselect.m:
5381 * nsmenu.m:
5382 * nsimage.m:
5383 * nsfont.m:
5384 * nsfns.m:
d7306fe6
DN
5385 * msdos.c:
5386 * minibuf.c:
5387 * menu.c:
5388 * marker.c:
5389 * macros.c:
5390 * keymap.c:
5391 * keyboard.c:
5392 * intervals.c:
5393 * insdel.c:
5394 * indent.c:
5395 * gtkutil.c:
5396 * ftxfont.c:
5397 * ftfont.c:
5398 * fringe.c:
5399 * frame.c:
5400 * fontset.c:
5401 * font.c:
5402 * fns.c:
5403 * floatfns.c:
5404 * filelock.c:
5405 * fileio.c:
5406 * emacs.c:
5407 * editfns.c:
5408 * dosfns.c:
5409 * doprnt.c:
5410 * doc.c:
5411 * dispnew.c:
5412 * dired.c:
5413 * dbusbind.c:
5414 * data.c:
5415 * composite.c:
5416 * coding.c:
5417 * cmds.c:
5418 * cm.c:
5419 * chartab.c:
5420 * charset.c:
5421 * character.c:
5422 * ccl.c:
5423 * category.c:
5424 * casetab.c:
5425 * casefiddle.c:
5426 * callproc.c:
5427 * callint.c:
5428 * bytecode.c:
5429 * buffer.c:
5430 * atimer.c: Include setjmp.h. (Bug#4643)
5431
fd5f21e6
SM
54322009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5433
4c0354d7
SM
5434 Remove leftover table unibyte_to_multibyte_table.
5435 * character.c (unibyte_to_multibyte_table): Remove.
5436 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
5437 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
5438 * character.h (UNIBYTE_TO_CHAR): New macro.
5439 (MAKE_CHAR_MULTIBYTE): Use it.
5440 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
5441 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
5442 (message_dolog, set_message_1):
5443 * search.c (Freplace_match):
5444 * editfns.c (Fcompare_buffer_substrings):
5445 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
5446 (concat):
5447 * insdel.c (copy_text, count_size_as_multibyte):
5448 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
5449 * term.c (produce_glyphs):
5450 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
5451 * regex.c (RE_CHAR_TO_MULTIBYTE):
5452 * cmds.c (internal_self_insert):
5453 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
5454
fd5f21e6
SM
5455 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
5456
4418646e
DN
54572009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5458
5459 * puresize.h (BASE_PURESIZE): Increase to 1310000.
5460
35f5c1d2
JB
54612009-10-16 Juanma Barranquero <lekktu@gmail.com>
5462
5463 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
5464
a0cd8f6b
AR
54652009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5466
5467 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
5468 still needed under Tiger.
5469
5470 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
5471
5472 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
5473 __Apple__.
5474
5475 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
5476
01a8d3fa
KH
54772009-10-15 Kenichi Handa <handa@m17n.org>
5478
5479 * print.c (print_object): Escape a symbol like "2E10" too.
5480
bf6c75c9 54812009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
5482
5483 Cleanups and changes for 64-bit compile under Snow Leopard.
5484 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
5485
5486 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
5487
c5959062 5488 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
5489 (ns_findfonts, nsfont_list_family): Use long format in printf, and
5490 cast argument.
5491 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 5492 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
5493
5494 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
5495
5496 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
5497 where appropriate.
5498
5499 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
5500 where appropriate.
6e4780c5
JB
5501 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
5502 Use stringWithUTF8String.
bf6c75c9
AR
5503 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
5504
6e4780c5
JB
5505 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
5506 Add formal protocol mention to inheritance.
bf6c75c9
AR
5507 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
5508
6e4780c5
JB
5509 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
5510 Fix printf format.
bf6c75c9
AR
5511 (ns_query_color): Use CGFloat where appropriate.
5512 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 5513 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
5514 argument.
5515
3d87f118
AR
5516 * config.in (NS_HAVE_NSINTEGER): Drop.
5517
a95c8102
AR
5518 * dbusbind.c (dbus-method-return-internal)
5519 (dbus-method-error-internal): Use long format in printf, and cast
5520 argument.
5521
5522 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
5523 in printf, and cast argument.
5524
6873acca 5525 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
5526 cast argument.
5527
9ec6f100
GM
55282009-10-11 Glenn Morris <rgm@gnu.org>
5529
5530 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
5531
5be883cd
JD
55322009-10-08 Jan Djärv <jan.h.d@swipnet.se>
5533
5534 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
5535 menu bar with a small width so it doesn't enlarge the frame.
5536
d7a39b51
JB
55372009-10-08 Juanma Barranquero <lekktu@gmail.com>
5538
5539 * fontset.c (Fset_fontset_font): Fix typos in error messages.
5540
0c2b6f8e
GM
55412009-10-06 Glenn Morris <rgm@gnu.org>
5542
5543 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
5544 SOME_MACHINE_LISP (this enters indirectly via DOC).
5545
e02131a2
EZ
55462009-10-05 Eli Zaretskii <eliz@gnu.org>
5547
5548 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
5549
b4744254
EZ
55502009-10-04 Eli Zaretskii <eliz@gnu.org>
5551
5552 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
5553 Doc fix.
5554
dbf64827
JB
55552009-10-03 Martin Rudalics <rudalics@gmx.at>
5556
5557 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
5558
e9a0aef8
MA
55592009-10-02 Michael Albinus <michael.albinus@gmx.de>
5560
d528b1ce 5561 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
5562 used anymore outside fileio.c.
5563
5564 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
5565
64eb2b56
JB
55662009-10-01 Juanma Barranquero <lekktu@gmail.com>
5567
5568 * lisp.h (Qdelete_directory_internal):
5569 Declare, instead of Qdelete_directory.
5570
5571 * w32fns.c (Fsystem_move_file_to_trash): Use it.
5572
9d28c33e
SM
55732009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5574
5575 * eval.c (Fcalled_interactively_p): Add `kind' argument.
5576
9d8f3bd9
MA
55772009-10-01 Michael Albinus <michael.albinus@gmx.de>
5578
9d28c33e 5579 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
5580 Fdelete_directory. It is not a command anymore. It has no file
5581 name handler.
5582
9694740b
SM
55832009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5584
5585 * xdisp.c (get_next_display_element): Use an enum in last change.
5586
748e162f
KH
55872009-09-28 Kenichi Handa <handa@m17n.org>
5588
9694740b 5589 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
5590 unibyte_display_via_language_environment in handling
5591 Vnobreak_char_display.
5592
17efd58d
AR
55932009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5594
5595 * nsterm.h (ns_app_name): New extern variable.
5596
5597 * nsterm.m (ns_app_name): New variable.
5598 (ns_term_init): Set and use it.
5599 (ns_term_shutdown): Use it.
5600
5601 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
5602 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
5603
5604 * nsfns.m (ns_set_name_iconic, ns_set_name)
5605 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
5606 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
5607
9694740b
SM
5608 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
5609 Remove double-casting in client_data comparison.
31c2d412 5610
3208cb35
YM
56112009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5612
5613 * keyboard.c (make_lispy_event): Remember last wheel direction.
5614 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
5615
b7d552d6
GM
56162009-09-26 Glenn Morris <rgm@gnu.org>
5617
5618 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
5619 internal.elc. Add term/pc-win.elc.
5620 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
5621 term/x-win.elc.
5622 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
5623 term/w32-win.elc.
5624 (NS_SUPPORT): New.
5625 (lisp): Add NS_SUPPORT.
5626 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
5627
4ff670a8
DR
56282009-09-25 David Reitter <david.reitter@gmail.com>
5629
5630 * nsmenu.m (EmacsMenu-clear): Recognize application menu
5631 on Mac OS X 10.6+ (bug#4513).
5632
feabfb6c
JB
56332009-09-24 Juanma Barranquero <lekktu@gmail.com>
5634
5635 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
5636 some parts of Emacs code (like font selection) don't grok them.
5637 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 5638
de59072a
AS
56392009-09-24 Andreas Schwab <schwab@redhat.com>
5640
5641 * coding.c (decode_coding_iso_2022): Fix operator precedence.
5642
a489517b
JB
56432009-09-24 Juanma Barranquero <lekktu@gmail.com>
5644
5645 * dired.c (Fdirectory_files): Fix typo in docstring.
5646
0592970c
AR
56472009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5648
5649 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
5650 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
5651 (EmacsScroller-setPosition:portion:whole:): Remove -display call
5652 under GNUstep.
5653 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
5654
5655 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
5656 glyph advancement.
5657
48e8a88b
AR
56582009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5659
5660 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 5661 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
5662
5663 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
5664 deleted (bug #4492).
5665
e14f0a78
AR
5666 * nsfont.m (Vns_reg_to_script): New lisp variable.
5667 (syms_of_nsfont): Declare it.
5668 (ns_registry_to_script): New function.
5669 (ns_get_req_script): Call it.
5670 (ns_findfonts): Don't give up on non-unicode registry.
5671
5672 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
5673
5b650faa
SM
56742009-09-20 Tom Tromey <tromey@redhat.com>
5675
5676 * eval.c (find_handler_clause): Make stack-trace-on-error work in
5677 batch mode (bug#4228).
5678
a489517b 56792009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
5680
5681 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 5682 carefully. (Bug #4339)
0bae4e09 5683
fcfe06f3
CY
56842009-09-18 Chong Yidong <cyd@stupidchicken.com>
5685
d798ba87 5686 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 5687
31642728
AR
56882009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5689
5690 * emacs.c (inhibit_x_resources): Update doc string for NS.
5691 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 5692 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
5693
5694 * nsterm.h (ns_no_defaults): Remove.
5695
5696 * nsterm.m (ns_no_defaults): Remove.
5697 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
5698 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
5699 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
5700 don't update the NSWindow itself.
5701 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 5702 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
5703
5704 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
5705 ns_use_qd_smoothing.
5706
5707 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
5708 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 5709 (x-close-connection): Drop PSFlush() under OS X.
a489517b 5710 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 5711
8686ac71
JB
57122009-09-17 Juanma Barranquero <lekktu@gmail.com>
5713
5714 * emacs.c (inhibit_x_resources): New variable.
5715 (main) [HAVE_NS]: Don't process --quick command line option.
5716 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
5717
5718 * lisp.h (inhibit_x_resources): Declare it extern.
5719
5720 * w32reg.c (x_get_string_resource):
5721 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
5722
e227ba05
EZ
57232009-09-17 Eli Zaretskii <eliz@gnu.org>
5724
362654a6
JB
5725 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
5726 Add lisp/term/internal.elc.
e227ba05 5727
742d40e8
SM
57282009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5729
5730 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
5731 (bug#4461).
5732
005bd5a2
DN
57332009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5734
5735 * puresize.h (BASE_PURESIZE): Increase to 1290000.
5736
5737 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
5738 (OBJECTS_MACHINE): Remove, unused.
5739
f9af9719
SM
57402009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5741
5742 * frame.c (x_get_resource_string): Remove unused.
5743
0307c7d2
JD
57442009-09-15 Jan Djärv <jan.h.d@swipnet.se>
5745
5746 * xterm.c (x_new_font): Call change_frame_size before calling
5747 x_set_window_size, in case frame size won't change.
5748
5749 * frame.c (x_set_font): Remove dead code.
5750
428b13d6
SM
57512009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5752
5753 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
5754
5766c380
SM
57552009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5756
5757 * lread.c (Fload): Don't output a message after loading an obsolete
5758 package any more (done in Lisp now).
5759
2fd0161b
CY
57602009-09-12 Chong Yidong <cyd@stupidchicken.com>
5761
5762 * fns.c (syms_of_fns): Doc fix (Bug#4227).
5763
bc5e75b6
SM
57642009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5765
5766 * keymap.c (Fwhere_is_internal): Use nconc2.
5767
c31c985e
AM
57682009-09-11 Alan Mackenzie <acm@muc.de>
5769
5770 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
5771 batch mode.
5772
78012bd2
AS
57732009-09-11 Andreas Schwab <schwab@linux-m68k.org>
5774
5775 * xdisp.c (display_mode_element): Detect cycles.
5776
9d889332
SM
57772009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * keymap.c (where_is_internal): Don't erroneously return nil right after
5780 filling the cache.
5781 (where_is_internal_1): Fix up typo.
5782
7ab5d780
GM
57832009-09-11 Glenn Morris <rgm@gnu.org>
5784
5785 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
5786 share a common doc-string.
5787
5238a749
SM
57882009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5789
66d77eda
SM
5790 * keymap.c (get_keymap): Return the actual keymap symbol rather than
5791 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
5792
5238a749
SM
5793 * keymap.c (QCadvertised_binding): New constant.
5794 (syms_of_keymap): Initialize it.
5795 (Fwhere_is_internal): Try and use bindings from :advertised-binding
5796 if applicable.
5797
19f48442
SM
57982009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5799
50d4ba39
SM
5800 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
5801 (parse_menu_item): Streamline since bindings are recomputed all the
5802 time anyway. Don't bother checking Vdefine_key_rebound_commands any
5803 more and don't support lmenu's menu-alias any more either.
5804
a88a5372
SM
5805 * keymap.c (where_is_internal_data): Make noindirect a boolean.
5806 (where_is_internal): Strip it down to only traverse the keymaps.
5807 Move the cache handling from Fwhere_is_internal to here.
5808 (Fwhere_is_internal): Move the handling of remapping and the choice of
5809 the best binding from where_is_internal to here.
5810 Unify the cached/noncached paths, so remapping is also handled
5811 correctly when the cache is used, and so the cache can be used to
5812 speed up remap-handling when applicable.
5813 Give preference to non-remapped bindings.
5814 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
5815 non-remapped bindings.
5816 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
5817 command remapping.
5818
19f48442
SM
5819 * xdisp.c (display_mode_element): Move list length limit from 50 to
5820 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
5821
599498c3 58222009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
5823
5824 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
5825
f9b7b5ac
SM
58262009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5827
a53af587
JB
5828 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
5829 (Bug#4334)
5830
f9b7b5ac
SM
5831 * keymap.c (where_is_internal): Filter out shadowed remappings.
5832 Assume that where_is_internal returns unshadowed bindings to simplify
5833 the code and get rid of the gotos. Use ASIZE.
5834
04f4b72d
JD
58352009-09-04 Jan Djärv <jan.h.d@swipnet.se>
5836
4da146f2
JD
5837 * xterm.c (x_focus_changed): If we get a focusout and pointer
5838 is invisible, make it visible.
5839
04f4b72d
JD
5840 * xterm.h: Remove condition for declaration of
5841 x_*_window_to_frame.
5842
7cef7ce3
SM
58432009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5844
5845 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
5846 initial terminal as well.
5847
a54fa5b7
JD
58482009-09-02 Jan Djärv <jan.h.d@swipnet.se>
5849
5850 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 5851 x_menubar_window_to_frame.
a54fa5b7 5852
50426a04 5853 * xterm.c: Remove declarations also in xterm.h.
a54fa5b7
JD
5854 (XTmouse_position): Do not return valid positions
5855 for clicks in the menubar and the toolbar for Gtk+.
5856
5857 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
5858 if the widget for the event has the same top level as a frame,
5859 return the frame.
5860 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
5861 internal windows, bug #4122.
5862 (x_non_menubar_window_to_frame): Remove.
5863
5a021dd0
GM
58642009-09-02 Glenn Morris <rgm@gnu.org>
5865
5866 * buffer.c (default-major-mode): Move most of the doc from here...
5867 (major-mode): ... to here.
5868
548fe2f3
NR
58692009-08-30 Nick Roberts <nickrob@snap.net.nz>
5870
5871 * process.c (wait_reading_process_output): Keep the descriptor
5872 when pty is used by a non-child process, e.g., in I/O buffer of
5873 GDB this allows inferior to be restarted.
5874
e0840eef
EZ
58752009-08-29 Eli Zaretskii <eliz@gnu.org>
5876
5877 * xdisp.c (redisplay_internal): Remove redundant test and collapse
5878 both branches into one.
5879
82e98df4
SM
58802009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5881
5882 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
5883 (main): Use enable-multibyte-characters rather than
5884 default-enable-multibyte-characters. Output a warning message when
5885 running a unibyte session.
5886
890617cb
YM
58872009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5888
5889 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
5890 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
5891 (copy_data_segment): Also copy __program_vars section.
5892 (copy_dyld_info) [LC_DYLD_INFO]: New function.
5893 (dump_it) [LC_DYLD_INFO]: Use it.
5894
5895 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
5896
e7adeadc
EZ
58972009-08-28 Eli Zaretskii <eliz@gnu.org>
5898
5899 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
5900 $(SRC)/buildobj.h.
5901 (buildobj.h): Renamed from $(SRC)/buildobj.h.
5902 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
5903 $(SRC)/buildobj.h.
5904 (clean): Add buildobj.h.
5905
3ed8bbdc
TZ
59062009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
5907
5908 * print.c (print_object): Set escapeflag to 1 when printing
5909 hashtable keys and values.
5910
155a6764
SM
59112009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5912
5913 * lread.c (read_integer): Use doubles (and potentially return a float
5914 number) as we do in string-to-number.
5915 (read1): Use strtol to read integers, signal errors on strtol's
5916 overflow and use floats if strtol's output is too large for
5917 Elisp integers.
5918
877610de
EZ
59192009-08-27 Eli Zaretskii <eliz@gnu.org>
5920
5921 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
5922 (make-buildobj-SH): Fix last change.
5923 (SRC): Move to before where it's first used.
5924
ef73e7be
KH
59252009-08-27 Kenichi Handa <handa@m17n.org>
5926
550c8289
KH
5927 * process.c (send_process): Use encode_coding_object instead of
5928 encode_coding_string to perform eol-conversion even if the string
5929 is unibyte.
5930
60afa08d
KH
5931 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
5932 character.
5933
ef73e7be 5934 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 5935 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 5936
7b3a82d7
DN
59372009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5938
5654bf63
DN
5939 * callproc.c (Fcall_process): Remove always true #if.
5940
7b3a82d7
DN
5941 * lisp.h: Replace #if 0 code for checking with text pointing to
5942 the --enable-checking configure flag.
5943
5944 * emacs.c (main): Mention the --enable-profiling configure flag
5945 instead of using CFLAGS.
5946
878bde49
KR
59472009-08-26 Ken Raeburn <raeburn@raeburn.org>
5948
5949 * Makefile.in (buildobj.h): New target.
5950 (doc.o): Depend on it.
5951 (temacs${EXEEXT}): Don't generate buildobj.lst.
5952 (mostlyclean): Delete buildobj.h, not buildobj.lst.
5953 * makefile.w32-in ($(SRC)/buildobj.h): New target.
5954 ($(BLD)/doc.$(O)): Depend on it.
5955 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
5956 provided by Eli Zaretskii.)
5957 ($(TEMACS)): Don't generate buildobj.lst.
5958 * doc.c: Include buildobj.h.
5959 (buildobj): New static variable.
5960 (Fsnarf_documentation): Use it, instead of opening and reading
5961 buildobj.lst.
5962
1574224c
MA
59632009-08-25 Michael Albinus <michael.albinus@gmx.de>
5964
5965 * dbusbind.c (Fdbus_call_method)
5966 (Fdbus_call_method_asynchronously): Use English numeric format for
5967 timeout values in doc string.
5968
d9da2f45
KH
59692009-08-25 Kenichi Handa <handa@m17n.org>
5970
ef73e7be
KH
5971 * alloc.c (mark_char_table): New function.
5972 (mark_object): Use mark_char_table for a char-table.
5973
d9da2f45
KH
5974 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
5975 (CHAR_TABLE_REF): Use it.
5976
c8edcc01
KR
59772009-08-23 Ken Raeburn <raeburn@raeburn.org>
5978
5979 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
5980 before invoking the newly build emacs to check for load-path
5981 shadowing.
5982
7763401b
GM
59832009-08-22 Glenn Morris <rgm@gnu.org>
5984
5985 * Makefile.in (bootstrap_exe): New variable.
5986 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
5987 Use ${bootstrap_exe}.
5988
729eadda
EZ
59892009-08-22 Eli Zaretskii <eliz@gnu.org>
5990
5991 * coding.h (encode_coding_string): Don't encode unibyte strings.
5992 (Bug#4047)
5993
eb4c6ace
MA
59942009-08-22 Michael Albinus <michael.albinus@gmx.de>
5995
5996 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
5997
5998 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
5999 intended as hotfix only.
6000 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
6001
36e34d1b
AR
60022009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
6003
6004 * nsterm.m (ns_get_color): Update documentation properly for last
6005 change, and clean up loose ends in the code left by it. Fix
6006 longstanding bug with 16-bit hex parsing, and add support for
6007 yet another X11 format (rgb:r/g/b) for compatibility.
6008 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
6009 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
6010
f983eb8a
SM
60112009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6012
6013 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
6014
3f56d3c6
MA
60152009-08-20 Michael Albinus <michael.albinus@gmx.de>
6016
6017 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
6018 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
6019 (xd_initialize, xd_pending_messages): Check, whether
6020 $DBUS_SESSION_BUS_ADDRESS is set.
6021
fb641d68
YM
60222009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6023
6024 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
6025
6026 * nsterm.m (ns_get_color): Remove incompatible color formats again.
6027
cf59a374
GM
60282009-08-20 Glenn Morris <rgm@gnu.org>
6029
6030 * emacs.c (system-type): Doc fix.
6031
1373f3be
SM
60322009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6033
6034 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
6035 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
6036
058ed861
MA
60372009-08-18 Michael Albinus <michael.albinus@gmx.de>
6038
1373f3be
SM
6039 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
6040 New functions.
058ed861
MA
6041 (xd_initialize): Revert change from 2009-08-16.
6042
563a866e 60432009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
6044
6045 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 6046 font-group vector, return nil.
5fc05db0 6047
e42bdf01
CY
60482009-08-17 Chong Yidong <cyd@stupidchicken.com>
6049
6050 * process.c (status_notify): Don't perform redisplay.
6051 (Fdelete_process, list_processes_1, process_send_signal):
6052 Expliticly perform redisplay.
6053 (wait_reading_process_output): Always check process status, but
6054 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
6055
4230ab74
KR
60562009-08-17 Ken Raeburn <raeburn@raeburn.org>
6057
1373f3be 6058 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
6059 (XFLOAT_INIT): New macro for storing a float value.
6060 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
6061 * fns.c (sxhash): Copy out the value of a float in order to
6062 examine its bytes.
6063 * dbusbind.c (xd_append_arg): Likewise.
6064
4230ab74
KR
6065 * emacs.c (main): Don't call syms_of_data twice.
6066
a0645cdd
MA
60672009-08-16 Michael Albinus <michael.albinus@gmx.de>
6068
6069 * dbusbind.c (xd_initialize): Add connection file descriptor to
6070 input_wait_mask, in order to let select() detect, whether a new
6071 message has been arrived.
ca4f31ea 6072 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 6073
485db0ba
MA
60742009-08-15 Michael Albinus <michael.albinus@gmx.de>
6075
1373f3be
SM
6076 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
6077 New functions.
485db0ba
MA
6078
6079 * lisp.h (xd_pending_messages): Declare.
6080
6081 * keyboard.c (readable_events): Call xd_pending_messages.
6082
b5b98ff4
CY
60832009-08-15 Chong Yidong <cyd@stupidchicken.com>
6084
1373f3be 6085 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 6086
f8354c6e
CY
6087 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
6088
b5b98ff4
CY
6089 * buffer.c (set_buffer_internal_1)
6090 (swap_out_buffer_local_variables): Check for unbound local
6091 variables (Bug#4138).
6092
8b9fc636
EZ
60932009-08-14 Eli Zaretskii <eliz@gnu.org>
6094
6095 * process.c (create_pty): Fix last change.
6096
ce959360
CY
60972009-08-13 Chong Yidong <cyd@stupidchicken.com>
6098
6099 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
6100 (xbm_load_image): Caller changed.
64b807c9 6101 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 6102
c7baf7e9
NR
61032009-08-13 Nick Roberts <nickrob@snap.net.nz>
6104
6105 * process.c (create_pty): New function.
6106 (Fstart_process): Use it to allow Emacs to just associate a pty
6107 with the buffer. See associated change in gdb-mi.el.
6108 (list_processes_1): Deal with no program name.
6109 (start_process_unwind): Use pid == -2 to mean no process.
6110
1ac9108a
SM
61112009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6112
6113 * cmds.c (nonundocount): New global variable.
6114 (keys_of_cmds): Initialize it.
6115 (Fself_insert_command): Use it to combine upto 20 sequential chars
6116 into a single undo entry, just like the Qself_insert_command code in
6117 keyboard.c does.
6118 Call frame_make_pointer_invisible, also like the Qself_insert_command
6119 code in keyboard.c does.
6120 * keyboard.c (command_loop_1): Use the new global nonundocount rather
6121 than its own local replacement for it.
6122
e267324c
KR
61232009-08-10 Ken Raeburn <raeburn@raeburn.org>
6124
1ac9108a 6125 * fns.c (concat): Don't re-set string length to its current value.
77437343 6126
1ac9108a
SM
6127 * coding.h (decode_coding_string, encode_coding_string):
6128 Use SBYTES macro.
f0bed503 6129
1ac9108a 6130 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
6131 (doprnt): Merge with doprnt1, discarding lispstrings code.
6132 * lisp.h (doprnt_lisp): Don't declare.
6133
416e006d
JL
61342009-08-07 Juri Linkov <juri@jurta.org>
6135
6136 * puresize.h (BASE_PURESIZE): Increase to 1270000.
6137
6f7d5780
DN
61382009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6139
6140 * print.c (syms_of_print): Undo previous change.
6141
f19a0f5b
TZ
61422009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
6143
6144 * lread.c (read1, syms_of_lread): Read hashtables back from the
6145 readable format.
6146
6147 * print.c (print_preprocess, print_object): Print hashtables fully
6148 and readably.
6149 (syms_of_print): Provide 'hashtable-print-readable.
6150
b9173dc2
AR
61512009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6152
6153 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
6154 no family set.
6155 (nsfont_open): Handle case when entity has no family.
6156
1586503c
AR
61572009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6158
6159 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
6160 element, not a list, for match case.
6161
087048cd
KH
61622009-07-28 Kenichi Handa <handa@m17n.org>
6163
6164 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
6165 rigidly.
6166
6167 * xfont.c (xfont_list_pattern): Don't ignore the return value of
6168 font_parse_xlfd. Check font properties more rigidly.
6169
780c2506
DN
61702009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6171
31fd7c5c
JB
6172 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
6173 bsd-common.h.
780c2506 6174
a8c0cc18
KH
61752009-07-27 Kenichi Handa <handa@m17n.org>
6176
6177 * xfaces.c (face_with_height): Call font_clear_prop.
6178
4fbe2306
CY
61792009-07-26 Chong Yidong <cyd@stupidchicken.com>
6180
111d9af3
CY
6181 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
6182
6183 * xterm.c (x_term_init): Use Qx.
6184
4fbe2306
CY
6185 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
6186
1ac9108a 6187 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
6188 (ns_get_color): Revert 2009-07-16 change.
6189
beb0b7f9
EZ
61902009-07-25 Eli Zaretskii <eliz@gnu.org>
6191
6192 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 6193 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 6194
2baf5e76
KR
61952009-07-25 Ken Raeburn <raeburn@raeburn.org>
6196
1ac9108a
SM
6197 * coding.h (decode_coding_string, encode_coding_string):
6198 Use SCHARS macro.
8890e5f5 6199
2baf5e76 6200 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 6201 (load_depth): Delete.
2baf5e76
KR
6202 (Qload_in_progress): New variable.
6203 (load_unwind): Don't reference load_depth or load_in_progress.
6204 (Fload): Likewise; specbind Qload_in_progress instead.
6205 (init_lread): Don't initialize load_depth.
6206 (syms_of_lread): Initialize and protect Qload_in_progress.
6207
1395c6f5
AR
62082009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6209
6210 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
6211
4e2f36cf
AR
62122009-07-23 Yavor Doganov <yavor@gnu.org>
6213
6214 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
6215
5dd9a6f7
AR
62162009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6217
6218 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
6219 Bugs 3792, 3720, 2402.
6220 (ns_lookup_indexed_color): Check for bad index.
6221 (ns_index_color): Init unused slot to 0.
6222 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
6223 Bug 3714, possibly 3082.
5dd9a6f7 6224
c902b920
JR
62252009-07-22 Jason Rumney <jasonr@gnu.org>
6226
1ac9108a
SM
6227 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
6228 Position IME window at cursor (Bug#2570).
c902b920
JR
6229 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
6230 (globals_of_w32fns): Dynamically load functions required above.
6231
6232 * w32term.c (w32_draw_window_cursor): Send message to reposition
6233 any IME window.
6234
090101cf
CY
62352009-07-21 Chong Yidong <cyd@stupidchicken.com>
6236
6237 * fileio.c: Revert 2009-07-16 changes.
6238 (Vauto_save_include_big_deletions): New variable.
6239 (Fdo_auto_save): Disable auto-save only if
6240 auto-save-include-big-deletions is nil.
6241
e6583e3d
CY
62422009-07-21 Chong Yidong <cyd@stupidchicken.com>
6243
6244 * xdisp.c (move_it_to): For continued lines ending in a tab, take
6245 the overflowed pixels into account (Bug#3879).
6246
ece435a5
KR
62472009-07-21 Ken Raeburn <raeburn@raeburn.org>
6248
6249 * lread.c (load_depth): New variable.
6250 (Fload, load_unwind, init_lread): Set it to the load recursion
6251 depth; set load_in_progress as a simple boolean based on the
6252 current load_depth. (Bug#3892)
6253
40b2d973
AR
62542009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6255
6256 * nsfont.m (ns_has_attribute): Remove.
6257 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
6258
10be7e0d
JL
62592009-07-18 Juri Linkov <juri@jurta.org>
6260
6261 * process.c (Fset_process_query_on_exit_flag): Mention killing
6262 a buffer in docstring.
6263
fa055055
KH
62642009-07-17 Kenichi Handa <handa@m17n.org>
6265
6266 * casetab.c (shuffle): Fix the logic of setting up the cycle.
6267
042f7b69
YM
62682009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6269
6270 * nsfns.m (Fns_set_alpha): Remove function.
6271 (syms_of_nsfns): Don't defsubr it.
6272
6273 * nsterm.m (ns_get_color): Remove incompatible color formats.
6274 (ns_color_to_lisp): Generate #rrggbb color format string.
6275
4be941e3
RS
62762009-07-16 Richard Stallman <rms@gnu.org>
6277
6278 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
6279 (Fset_buffer_auto_saved): Handle save_length = -2.
6280
4e6b227d
CY
62812009-07-16 Chong Yidong <cyd@stupidchicken.com>
6282
6283 * xterm.c (Qx_gtk_map_stock): New var.
6284
6285 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
6286 of calling intern each time.
6287
a1856973
YM
62882009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6289
6290 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
6291 does tiling.
6292
6293 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
6294
497e54d8
KH
62952009-07-14 Kenichi Handa <handa@m17n.org>
6296
72d36834
KH
6297 * font.c (font_vconcat_entity_vectors): New function.
6298 (struct font_sort_data): New member font_driver_preference.
6299 (font_compare): Check font_driver_preference.
6300 (font_sort_entities): The format of the first argument changed.
6301 (font_delete_unmatched): Likewise.
6302 (font_list_entities): The return type changed.
6303 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
6304 (font_find_for_lface): Adjuste for the above changes.
6305 Don't suppress the checking of C even if the repertory supports it.
6306 (Flist_fonts): Adjust for the above changes.
72d36834 6307
1ac9108a
SM
6308 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
6309 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
6310 Reject a font who has adstyle property that is different from a
6311 langname derived from registry property.
1ac9108a 6312 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 6313
b6046155
EZ
63142009-07-13 Eli Zaretskii <eliz@gnu.org>
6315
6316 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
6317 local copy of dirfilename.
6318
fb6b6049
KH
63192009-07-13 Kenichi Handa <handa@m17n.org>
6320
e2402a5e
KH
6321 * chartab.c (sub_char_table_ref_and_range): Fix the range check
6322 against max_char.
6323
fb6b6049
KH
6324 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
6325 calling XSYMBOL (sym).
6326
65156807
EZ
63272009-07-11 Eli Zaretskii <eliz@gnu.org>
6328
1ac9108a
SM
6329 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
6330 New function.
6331 (directory_files_internal) [WINDOWSNT]:
6332 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
6333 the filesystem of the directory is fast or slow.
6334
6335 * w32.c (logon_network_drive): Don't assume PATH is an absolute
6336 file name.
6337 (is_slow_fs): New function.
6338 (stat): Use it to determine whether to issue more system calls to
6339 get accurate file attributes, when w32-get-true-file-attributes is
6340 `local'.
6341
e0ab5fcf
JD
63422009-07-10 Jan Djärv <jan.h.d@swipnet.se>
6343
6344 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 6345 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
6346 parameter font-parameter as default to the font dialog.
6347
784ceded
KH
63482009-07-10 Kenichi Handa <handa@m17n.org>
6349
6350 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
6351
fb8edc0b
EZ
63522009-07-09 Eli Zaretskii <eliz@gnu.org>
6353
1ac9108a 6354 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 6355
fb8edc0b
EZ
6356 * w32.c (stat): Treat UNC file names as residing on remote
6357 drives. (Bug#3542)
6358
635c75b1
KH
63592009-07-09 Kenichi Handa <handa@m17n.org>
6360
6361 * fontset.c (fontset_find_font): Fix previous change.
6362
c1d5ce94
MA
63632009-07-08 Michael Albinus <michael.albinus@gmx.de>
6364
6365 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
6366 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
6367 error flag.
6368
edb61b39
KH
63692009-07-08 Kenichi Handa <handa@m17n.org>
6370
374bf7e4
KH
6371 * fontset.c (fontset_find_font): Fix the logic of handling
6372 charset_matched.
6373 (font_for_char): Delete unused var.
6374 (generate_ascii_font_name): Delete it.
6375
edb61b39
KH
6376 * coding.h (JIS_TO_SJIS2): Fix the code range check.
6377
6378 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
6379 (encode_coding_sjis): Fix the code range check.
6380
0f3f018c
CY
63812009-07-07 Chong Yidong <cyd@stupidchicken.com>
6382
6383 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
6384 (Fexpand_file_name): Copy string data properly (Bug#3772).
6385
fcaf6f3a
JD
63862009-07-07 Jan Djärv <jan.h.d@swipnet.se>
6387
6388 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
6389 first MapNotify.
6390
6809ca75
KH
63912009-07-07 Kenichi Handa <handa@m17n.org>
6392
6393 * character.h (unibyte_has_multibyte_table): Delete extern.
6394 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
6395
6396 * charset.c (Fset_charset_priority): Update charset_unibyte.
6397 (syms_of_charset): Initialize charset_unibyte.
6398
6399 * character.c (unibyte_has_multibyte_table): Delete it.
6400 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
6401 charset_unibyte.
6402 (multibyte_char_to_unibyte_safe): Likewise.
6403 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
6404
1ac9108a 6405 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
6406 (x_produce_glyphs): Likewise.
6407
6408 * .gdbinit (xcharset): Fix the treating $arg0.
6409
ad9e2d54
EZ
64102009-07-04 Eli Zaretskii <eliz@gnu.org>
6411
6412 Emulation of `getloadavg' on MS-Windows.
50426a04 6413 * w32.c: Include float.h.
ad9e2d54
EZ
6414 (g_b_init_get_native_system_info, g_b_init_get_system_times)
6415 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
6416 (get_native_system_info, get_system_times): New functions.
6417 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
6418 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
6419 (globals_of_w32): Initialize g_b_init_get_native_system_info,
6420 g_b_init_get_system_times, and num_of_processors.
6421
0a3472c7
JR
64222009-07-03 Jason Rumney <jasonr@gnu.org>
6423
6424 * w32term.c (w32_initialize): Use standard types.
6425
80904120
EZ
64262009-07-03 Eli Zaretskii <eliz@gnu.org>
6427
6428 * dired.c (Ffile_attributes): Decode user and group names by the
6429 locale's encoding. (Bug#3443)
6430
6978862d
DN
64312009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6432
f8d23104
DN
6433 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
6434 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
6435
6436 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
6437
6438 * term.c (init_tty): Remove spurious #ifdef.
6439
6978862d
DN
6440 * m/mips.h: Mention this file is also used for netbsd.
6441 * m/pmax.h: Remove file.
6442
e044e4fc
JD
64432009-07-03 Jan Djärv <jan.h.d@swipnet.se>
6444
6445 * xterm.h (struct x_display_info): Add invisible_cursor.
6446 (struct x_output): Add current_cursor.
6447
6448 * xterm.c (XTtoggle_invisible_pointer): New function.
6449 (x_define_frame_cursor): Don't define cursor if invisible or the
6450 same as before. Set current_cursor.
6451 (x_create_terminal): Set toggle_invisible_pointer_hook.
6452
6453 * xfns.c (make_invisible_cursor): New function.
6454 (x_set_mouse_color): Call make_invisible_cursor.
6455 Set current_cursor.
6456 (x_window): Set current_cursor.
6457
6458 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
6459
6460 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
6461 inserting a character.
6462 (read_avail_input): Call frame_make_pointer_visible.
6463
6464 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
6465 (frame_make_pointer_invisible, frame_make_pointer_visible):
6466 New functions.
e044e4fc
JD
6467 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
6468
6469 * frame.h: Declare frame_make_pointer_invisible and
6470 frame_make_pointer_visible.
6471 (struct frame): Add pointer_invisible.
6472
574c8efa
JD
64732009-07-02 Jan Djärv <jan.h.d@swipnet.se>
6474
7b507248
JD
6475 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
6476 frame isn't visible.
6477 (xg_frame_resized): If width/height is -1, get size of window
6478 from X server.
6479
6480 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
6481 for MapNotify.
6482
835bdaa7 6483 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 6484 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 6485 (flush_and_sync): Reintroduce.
574c8efa 6486
3f1c6666 64872009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 6488
31fd7c5c 6489 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
6490
6491 * xterm.c (x_handle_net_wm_state): Also look for sticky.
6492 (x_term_init): Initialize Xatom_net_wm_state_sticky.
6493
6494 * frame.h: Declare Qsticky.
6495
cad9ef74
JD
6496 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
6497
6498 * nsfns.m (ns_frame_parm_handlers): Ditto.
6499
6500 * frame.c: Declare Qsticky.
6501 (frame_parms): Add sticky.
6502
6503 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
6504
6505 * xterm.h: Declare x_set_sticky.
6506
6507 * xterm.c (x_set_sticky): New function.
6508
69b16610
JD
6509 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
6510 (xg_tool_bar_menu_proxy): Attach enter/leave events to
6511 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
6512
6513 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
6514
6515 * frame.c: Qmaximized is new.
6516 (x_set_frame_parameters): Do not handle fullscreen specially.
6517 Only set width and height if explicitly set.
6518 (x_set_fullscreen): Handle Qmaximized.
6519 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
6520 (syms_of_frame): Initialize Qmaximized.
6521
1ac9108a
SM
6522 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
6523 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
6524
6525 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
6526 for Expose event. Add call to x_check_fullscreen for MapNotify event.
6527 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
6528 set gravity to NorthWestGravity when USE_GTK.
6529 (set_wm_state): New function.
31fd7c5c 6530 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
6531 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
6532 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 6533 or the case when no window manager is running. That means remove calls
3f1c6666
JD
6534 to x_real_positions and x_fullscreen_adjust.
6535
6536 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
6537 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
6538 flush_and_sync.
6539 (xg_height_changed): New function.
6540 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
6541 and gtk_window_set_policy. Set frame gravity after parsing the
6542 geometry string.
3f1c6666
JD
6543 (xg_update_frame_menubar, free_frame_menubar)
6544 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
6545 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
6546 Remove calls to xg_frame_set_char_size.
6547
fd503d99
KH
65482009-07-01 Kenichi Handa <handa@m17n.org>
6549
6550 * keyboard.c (decode_keyboard_code): New function.
6551 (tty_read_avail_input): Decode the input bytes if necessary.
6552
1ac9108a
SM
6553 * coding.c (setup_coding_system):
6554 Initialize coding->carryover_bytes to 0.
fd503d99
KH
6555 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
6556 use Qno_conversion.
6557
24ed93fb
YM
65582009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6559
6560 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
6561
99061dfc
CY
65622009-06-30 Chong Yidong <cyd@stupidchicken.com>
6563
1ac9108a 6564 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 6565
ff90fbde
JR
65662009-06-30 Jason Rumney <jasonr@gnu.org>
6567
6568 * w32term.c (w32_initialize): Use GetModuleHandle for library that
6569 is already loaded.
6570 Set user model ID if supported (bug#1849).
6571
5f445726
JM
65722009-06-29 Jim Meyering <meyering@redhat.com>
6573
6574 Remove useless if-before-xfree test.
6575 * nsfont.m (nsfont_close): Remove useless test.
6576 * term.c (delete_tty): Likewise.
6577 * w32.c (system_process_attributes): Likewise.
6578 * w32font.c (w32font_close): Likewise.
6579 * xfaces.c (x_free_gc): Likewise.
6580 * xselect.c (buffer): Likewise.
6581
b9607587
AS
65822009-06-28 Andreas Schwab <schwab@linux-m68k.org>
6583
6584 * process.c (send_process): Keep decoded string in a local
6585 variable and protect it from GC. (Bug#3521)
6586
89ba96f4
EZ
65872009-06-28 Eli Zaretskii <eliz@gnu.org>
6588
6589 * term.c (create_tty_output) [MSDOS]: #ifdef away.
6590 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
6591
098a1589
CY
65922009-06-28 Chong Yidong <cyd@stupidchicken.com>
6593
485422be
CY
6594 * xdisp.c (start_display, handle_face_prop)
6595 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
6596 (redisplay_window, try_window_id, produce_image_glyph):
6597 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 6598
098a1589
CY
6599 * xterm.c (x_update_window_begin, x_new_focus_frame)
6600 (x_scroll_bar_handle_click, handle_one_xevent)
6601 (handle_one_xevent, XTread_socket, x_focus_on_frame)
6602 (x_make_frame_visible, x_make_frame_invisible)
6603 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
6604 code chunks that are now obsolete.
6605
78c38319
MA
66062009-06-28 Michael Albinus <michael.albinus@gmx.de>
6607
6608 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
6609 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
6610 for hours, when optimzation is enabled.
6611 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
6612 (xd_read_message): Make them static.
6613
4189ed40
CY
66142009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
6615
6616 * term.c (turn_on_face): Allow simultaneously bold and dim
6617 terminal faces (Bug#3530).
6618
cd9b5e16
CY
66192009-06-27 Chong Yidong <cyd@stupidchicken.com>
6620
4e23bedb
CY
6621 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
6622
cd9b5e16
CY
6623 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
6624 truncation glyphs (Bug#3686).
6625
07cc3c35
GM
66262009-06-27 Glenn Morris <rgm@gnu.org>
6627
6628 * m/pmax.h: Restore file, with only netbsd portions.
6629
31fd7c5c 66302009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 6631
cd9b5e16 6632 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 6633
42d4a64f
KH
66342009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
6635
6636 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
6637 the arg FORCE_SYMBOL.
6638
930fe55b 66392009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
6640
6641 * fontset.c (fontset_find_font): When a usable rfont_def is found
6642 in a fallback font-group, make it the first element of the group.
6643
57ebc3fd
CY
66442009-06-24 Chong Yidong <cyd@stupidchicken.com>
6645
6646 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
6647
f084f942
KH
66482009-06-24 Kenichi Handa <handa@m17n.org>
6649
6650 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
6651 set for C.
6652 (fontset_font): Record the availability of a font for C both in
6653 the realized fontsets of the current one and the default one.
6654
2f686c87
DN
66552009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
6656
6657 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
6658 conditional, it is always defined on AIX.
6659
666e158e
MB
66602009-06-23 Miles Bader <miles@gnu.org>
6661
6662 * window.c (Vrecenter_redisplay): New variable.
6663 (syms_of_window): Initialize it.
6664 (Qtty): New extern declaration.
6665 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
6666
c6da7cd2
JM
66672009-06-23 Jim Meyering <meyering@redhat.com>
6668
1ac9108a
SM
6669 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
6670 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 6671 pointer dereferences are guaranteed to be valid.
c6da7cd2 6672
678dca3d
KH
66732009-06-23 Kenichi Handa <handa@m17n.org>
6674
74d75424
KH
6675 * emacs.c (main): Call init_font ().
6676
6677 * font.h (Vfont_log): Extern it.
6678 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
6679
6680 * font.c (font_sort_entities, font_list_entities)
6681 (font_matching_entity, font_open_entity)
6682 (font_close_object): Change font_add_log to FONT_ADD_LOG.
6683 (Vfont_log): Delete static.
6684 (font_log_env_checked): Delete this variable.
6685 (font_add_log): Don't check font_log_env_checked.
6686 (font_deferred_log): Check Vfont_log.
6687 (init_font): New function.
6688
678dca3d
KH
6689 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
6690
6691 * w32font.c: Change font_add_log to FONT_ADD_LOG.
6692
6693 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
6694
6695 * xfont.c: Change font_add_log to FONT_ADD_LOG.
6696
6697 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
6698 (face_for_char): Don't call font_deferred_log here.
6699 (font_for_char): Likewise.
6700
8a668709
CY
67012009-06-22 Chong Yidong <cyd@stupidchicken.com>
6702
9a01ee33
CY
6703 * w32term.c (x_draw_glyph_string): Use the glyph string's width
6704 rather than its background_width for drawing the overline and
6705 underline (Bug#489).
6706
6707 * xterm.c (x_draw_glyph_string): Use the glyph string's width
6708 rather than its background_width for drawing the overline and
6709 underline (Bug#489).
ec7c9926
CY
6710 (xg_default_icon_file): New variable.
6711 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
6712 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 6713
8a668709
CY
6714 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
6715 (load_overlay_strings): Remove externs.
6716 (fast_find_position): Function deleted.
6717 (mouse_face_from_buffer_pos): New function, based on
6718 fast_find_position. Correctly handle before-strings,
6719 display-strings, and after-strings (Bug#1220).
6720 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
6721
4d4c02d8
CY
67222009-06-21 Chong Yidong <cyd@stupidchicken.com>
6723
1ac9108a 6724 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
6725 (move_it_in_display_line_to, move_it_in_display_line_to)
6726 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
6727
70243478
CY
67282009-06-21 Chong Yidong <cyd@stupidchicken.com>
6729
6730 * Branch for 23.1.
6731
13087e59
JR
67322009-06-21 Jason Rumney <jasonr@gnu.org>
6733
6734 * w32term.c (keyboard_codepage): New static variable.
6735 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
6736 (w32_read_socket) [WM_CHAR]: Use it to decode character
6737 input (bug#3237).
6738 (w32_initialize): Initialize it.
6739 (codepage_for_locale): New function.
6740
4735b74e
KR
67412009-06-20 Ken Raeburn <raeburn@raeburn.org>
6742
6743 * process.c (status_message): Pass Faset index argument as a lisp
6744 object, so as to work with USE_LISP_UNION_TYPE.
6745
0e727afa
YM
67462009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6747
6748 * coding.c (Ffind_coding_systems_region_internal):
6749 Cache checked characters.
6750
cf299835
KH
67512009-06-18 Kenichi Handa <handa@m17n.org>
6752
1ac9108a 6753 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 6754
90f20d94
AS
67552009-06-18 Andreas Schwab <aschwab@redhat.com>
6756
6757 * xdisp.c (redisplay_internal): Check that the frame is still
6758 live after redisplay of its windows.
6759 (redisplay_windows): Check that the window is still live.
6760
7f1faf1c
KH
67612009-06-17 Andreas Schwab <schwab@linux-m68k.org>
6762
6763 * coding.c (detect_coding_utf_16): Fix previous change.
6764
cc13543e
KH
67652009-06-16 Kenichi Handa <handa@m17n.org>
6766
6767 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
6768 UTF-16 by checking the dispersion of Eth and Oth bytes.
6769
977b85f4
AS
67702009-06-15 Andreas Schwab <schwab@linux-m68k.org>
6771
6772 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
6773
66bd43d1
KH
67742009-06-15 Kenichi Handa <handa@m17n.org>
6775
6776 * process.c (status_message): Fix previous change. Be sure to
6777 decode a localized string.
6778
cb5ca9c5
YM
67792009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6780
6781 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
6782 add comment explaining why.
6783
ec7709ba 67842009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 6785
ec7709ba 6786 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 6787
4b7f335c
AR
67882009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
6789
6790 * nsfont.m (ns_attribute_value): Remove.
6791 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
6792 (ns_has_attribute): Shrink the normal range.
6793 (ns_findfonts): Don't worry about requested spec in determining
6794 need for synthItal.
e41820ee 6795 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 6796
73b26103
SZ
67972009-06-14 Seiji Zenitani <zenitani@mac.com>
6798
6799 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
6800
5753e4da
KH
68012009-06-11 Kenichi Handa <handa@m17n.org>
6802
6803 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
6804 overhang for the static composition case.
6805
3561b671
KH
68062009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6807
5753e4da
KH
6808 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
6809 overhang for the automatic composition case.
6810
3561b671
KH
6811 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
6812 composition case.
6813
852bbd41
CY
68142009-06-10 Chong Yidong <cyd@stupidchicken.com>
6815
6816 * xdisp.c (get_next_display_element): When handling wrap-prefix
6817 and line-prefix, treat \n as a control character (bug#3502).
6818
9903d1e6
KH
68192009-06-10 Kenichi Handa <handa@m17n.org>
6820
6821 * font.c (font_parse_family_registry): Fix for one-char foundry.
6822 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
6823
0bcbaaaa
CY
68242009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
6825
6826 * process.c (status_message): Fix handling of multibyte signal
6827 string (Bug#3499).
6828
40aa3f13
JM
68292009-06-09 Jim Meyering <meyering@redhat.com>
6830
1f80c7e2
CY
6831 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
6832 color name is missing.
40aa3f13 6833
72d51285
KH
68342009-06-09 Kenichi Handa <handa@m17n.org>
6835
6836 * charset.c (Fmap_charset_chars): In docstring, state clearly that
6837 FROM-CODE and TO-CODE are codepoints of CHARSET.
6838
c1d04d84
AR
68392009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
6840
6841 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
6842
68432009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
6844
6845 Changes to support :script/:lang/:otf in NS font driver.
6846 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
6847 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
6848 indicate not part of font driver interface, and change callers.
6849 (ns_get_family): Remove pointless null check.
6850 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
6851 ns_spec_to_descriptor, ns_descriptor_to_entity.
6852 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
6853 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
6854 (ns_spec_to_descriptor, ns_descriptor_to_entity)
6855 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
6856 (ns_get_req_script, ns_accumulate_script_ranges)
6857 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
6858 New functions.
6859 (nsfont_list, nsfont_match): Use ns_findfonts.
6860 (nsfont_open): Use font descriptor instead of traits.
6861 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
6862 (dump_glyphstring): Rename to ns_dump_glyphstring.
6863
c7eb9816
AR
6864 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
6865
c1d04d84
AR
6866 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
6867
6868 * fontset.c (fontset_from_font): Remove NS-specific code.
6869
ec7709ba 68702009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
6871
6872 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
6873 nonactive windows.
6874
31fd7c5c 68752009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 6876
1ac9108a 6877 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 6878
68852c13 68792009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
6880
6881 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
6882
6756cd1d
CY
68832009-06-07 Chong Yidong <cyd@stupidchicken.com>
6884
6885 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
6886 account for the overflowing of newlines into the last glyph on the
6887 display line (Bug#3482).
6888
28bf482a
DR
68892009-06-05 David Reitter <david.reitter@gmail.com>
6890
ec7709ba
JB
6891 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
6892 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
6893 Fns_selection_exists_p, Fns_selection_owner_p.
6894
fdb55376
JR
68952009-06-03 Jason Rumney <jasonr@gnu.org>
6896
6897 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
6898 available. (Bug#3379)
6899
05129fbe
KH
69002009-05-29 Kenichi Handa <handa@m17n.org>
6901
1ac9108a
SM
6902 * coding.c (get_translation_table):
6903 Check Venable_character_translation.
05129fbe 6904
ec7709ba 69052009-05-26 David Reitter <david.reitter@gmail.com>
15891144 6906
ec7709ba
JB
6907 * nsterm.m (ns_raise_frame): Only raise frame if visible.
6908 (x_make_frame_visible): Move frame to front rather than calling
15891144 6909 ns_raise_frame().
ec7709ba 6910 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 6911 isn't key window.
ec7709ba 6912 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
6913 drawRect may be called by NSView even if the frame is hidden.
6914
ec7709ba
JB
6915 * nsfns.m (Fx_create_frame): Follow other ports in
6916 determining visibility; default to t. Ensure async_visible is set.
15891144 6917
21f73755
EZ
69182009-05-23 Eli Zaretskii <eliz@gnu.org>
6919
6920 * dired.c (Ffile_attributes): Doc fix.
6921
34001e41
CY
69222009-05-22 Chong Yidong <cyd@stupidchicken.com>
6923
6924 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
6925
46306a17
SM
69262009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6927
6928 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
6929 and xfont_scratch_props.
6930 (syms_of_xfont): Do it here instead.
6931 (xfont_find_ccl_program): Delete, unused.
6932 (xfont_open): Delete unused var `i'.
6933
ef6e0694
KH
69342009-05-21 Kenichi Handa <handa@m17n.org>
6935
6936 * fontset.c (Qlatin): Don't make it static.
6937
46306a17
SM
6938 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
6939 New functions.
ef6e0694
KH
6940 (xfont_scripts_cache, xfont_scratch_props): New variables.
6941 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
6942 (xfont_list_pattern): Argument changed. Callers changed.
6943 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
6944 (xfont_list): Don't reject a font spec with :script property.
6945 (xfont_has_char): Fix setting of encoding.
6946 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
6947 xfont_scratch_props.
6948
69492009-05-19 Kenichi Handa <handa@m17n.org>
6950
46306a17 6951 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
6952 Callers changed.
6953
69542009-05-18 Kenichi Handa <handa@m17n.org>
6955
6956 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
6957
ac71ced7
SM
69582009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6959
6960 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
6961 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
6962
1c6d1051
YM
69632009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6964
6965 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
6966 (x_delete_terminal): Dissociate resource database from display and
6967 then call XrmDestroyDatabase before closing display.
6968
9b9b779c
AR
69692009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6970
6971 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
6972 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
6973 whether selected frame is viable before raising it (based on patch
6974 by David Reitter), and improve commentary.
6975 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 6976
cccd42d5
KH
69772009-05-15 Kenichi Handa <handa@m17n.org>
6978
6979 * font.c (Ffont_spec): Check arguments.
6980
337fbd17
CY
69812009-05-14 Chong Yidong <cyd@stupidchicken.com>
6982
6983 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
6984 weight when testing attributes (Bug#3282).
6985
47a6002f
JD
69862009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6987
6988 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
6989 what we expect to get in the next ConfigureNotify event.
6990
9cb363db
YM
6991 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
6992 before Xft one (Bug#1696).
6993
b9126609
CY
69942009-05-07 David Reitter <david.reitter@gmail.com>
6995
6996 * nsfns.m (Fx_display_planes): Compute bitplanes using
6997 NSBitsPerPixelFromDepth (Bug#3207).
6998
27a69fd9
CY
69992009-05-10 Chong Yidong <cyd@stupidchicken.com>
7000
7001 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
7002
00f37552
TTN
70032009-05-10 Ulrich Mueller <ulm@gentoo.org>
7004
7005 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
7006
2d82a920
DR
70072009-05-07 David Reitter <david.reitter@gmail.com>
7008
ec7709ba
JB
7009 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
7010 Respect mouse face background.
2d82a920 7011
46b0d52d
DR
70122009-05-07 David Reitter <david.reitter@gmail.com>
7013
ec7709ba
JB
7014 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
7015 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
7016 in ns_update_begin and ns_update_end.
7017
ce1b23bb
SM
70182009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7019
5996e1b7
SM
7020 * nsfns.m (ns_get_screen): Rewrite.
7021 Don't presume selected-frame is of type `ns'.
7022
ba98e3a0
SM
7023 * font.c (font_update_drivers): Sanity fallback to avoid disabling
7024 all drivers.
7025
ce1b23bb
SM
7026 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
7027
bcda200f
YM
70282009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7029
7030 * keyboard.h (add_user_signal): Fix typo in extern.
7031
7032 * lisp.h (add_user_signal): Remove extern.
7033
7034 * unexelf.c (unexec): Consider a section to precede the .bss section
7035 if its addresses overlap that of .bss.
7036 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
7037 instead of dumping process.
7038
864660a2
SM
70392009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7040
7041 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
7042
50da4e56
SM
70432009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7044
7045 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
7046
51520a1a
DN
70472009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
7048
7049 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
7050 any statements.
7051
409ea3a1
AS
70522009-05-02 Andreas Schwab <schwab@linux-m68k.org>
7053
59c4c60f
AS
7054 * process.c (read_process_output): Make sure the current buffer is
7055 always restored.
7056
409ea3a1
AS
7057 * coding.c (record_conversion_result): Don't modify
7058 Vlast_code_conversion_error for successful result.
7059 (alloc_destination): Don't clobber conversion result. (Bug#1650)
7060
56f00ed2
KH
70612009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7062
7063 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 7064 (load_charset_map): Remove unnecessary code.
56f00ed2 7065
4491c9d2
DR
70662009-04-30 David Reitter <david.reitter@gmail.com>
7067
35f5b128 7068 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
7069 through f24.
7070
6970f632
CY
70712009-04-30 Chong Yidong <cyd@stupidchicken.com>
7072
7073 * xfaces.c (face_at_buffer_position): New arg base_face_id.
7074
7075 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
7076 face_at_buffer_position.
7077 (face_before_or_after_it_pos, get_next_display_element)
7078 (note_mouse_highlight): Update face_at_buffer_position call.
7079
7080 * term.c (term_mouse_highlight):
7081 * msdos.c (IT_note_mouse_highlight):
7082 * fontset.c (Finternal_char_font):
35f5b128 7083 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
7084
7085 * dispextern.h (face_at_buffer_position): Update prototype.
7086
0c616f63
KH
70872009-04-30 Kenichi Handa <handa@m17n.org>
7088
35f5b128 7089 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 7090
ad3aaf33
AS
70912009-04-29 Andreas Schwab <schwab@linux-m68k.org>
7092
7093 * callproc.c (Fcall_process): Fix GC protection. Make sure
7094 current buffer is always restored.
7095
c3c963a0
YM
70962009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7097
7098 * atimer.c (init_atimer): Also clear stopped_atimers.
7099
7100 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
7101
7e3386cb
YM
7102 * process.c (create_process): Clean up merger residues of
7103 2008-07-17 change.
7104
91f68422
CY
71052009-04-29 Ulrich Mueller <ulm@gentoo.org>
7106
7107 * lread.c (Vread_circle): New variable.
7108 (read1): Disable recursive read if Vread_circle is nil.
7109
24b34550
KH
71102009-04-29 Kenichi Handa <handa@m17n.org>
7111
7112 * fontset.h (set_default_ascii_font): Delete extern.
7113
7114 * fontset.c (set_default_ascii_font): Delete this unused function.
7115
7116 * frame.c (x_set_font): When ARG is a font-object, check if the
7117 font-object matches with the ASCII font-spec of the frame's
9c358bda 7118 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 7119
77bf07e1
AS
71202009-04-28 Andreas Schwab <schwab@linux-m68k.org>
7121
7122 * fns.c (Flocale_info): Protect vector from GC during decoding.
7123
7124 * process.c (Fstart_process): Protect argv strings from GC during
7125 encoding.
7126
2c55aacf
AS
71272009-04-27 Andreas Schwab <schwab@linux-m68k.org>
7128
7129 * sysdep.c: Include <ctype.h>.
7130
b892d3c9
DR
71312009-04-27 David Reitter <david.reitter@gmail.com>
7132
35f5b128 7133 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
7134 Remove commented-out code.
7135
9d0644c4
JB
71362009-04-26 Johan Bockgård <bojohan@gnu.org>
7137
7138 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
7139
b7053016
JR
71402009-04-25 Jason Rumney <jasonr@gnu.org>
7141
7142 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
7143
4e8231f3
YM
71442009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7145
7146 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
7147 Swap bytes in short integer if fringe bitmap width > 8.
7148
493dcf2c
KH
71492009-04-23 Kenichi Handa <handa@m17n.org>
7150
7151 * xfaces.c (Fx_list_fonts): If a font size is specified in
7152 PATTERN, set it in returned scalable fonts.
7153
401e9e57
CY
71542009-04-22 Chong Yidong <cyd@stupidchicken.com>
7155
708e05dc
CY
7156 * keyboard.c (Fset_input_meta_mode): Doc fix.
7157
7158 * dispnew.c (Fsend_string_to_terminal): Doc fix.
7159
1ac9108a 7160 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
7161
7162 * coding.c (Fterminal_coding_system): Doc fix.
7163
7164 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
7165 (Fx_display_pixel_height, Fx_display_planes)
7166 (Fx_display_color_cells, Fx_server_max_request_size)
7167 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
7168 (Fx_display_mm_height, Fx_display_mm_width)
7169 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
7170 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
7171 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
7172 (check_x_display_info): Handle terminal objects instead of
7173 terminal ids.
7174
401e9e57
CY
7175 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
7176 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
7177 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
7178 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 7179
df80c7f0
KH
71802009-04-21 Kenichi Handa <handa@m17n.org>
7181
5a8f12af 7182 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 7183 (font_score): Check AVGWIDTH too.
908567ef 7184
df80c7f0
KH
7185 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
7186 worst case.
1ac9108a
SM
7187 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
7188 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 7189
705af33f
JR
71902009-04-19 Jason Rumney <jasonr@gnu.org>
7191
7192 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 7193 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
7194
7195 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
7196 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
7197 get_phys_cursor_geometry.
7198
b71ac3dd 7199 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
7200 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
7201 using get_phys_cursor_geometry.
7202
7203 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
7204 correctly calculated.
7205
dc2933eb
JD
72062009-04-19 Jan Djärv <jan.h.d@swipnet.se>
7207
1ac9108a
SM
7208 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
7209 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
7210 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
7211 is deprecated.
7212
973e7849
AS
72132009-04-18 Andreas Schwab <schwab@linux-m68k.org>
7214
7215 * font.c (font_put_frame_data): Use xfree instead of free.
7216
314d66f4
JB
72172009-04-17 Juanma Barranquero <lekktu@gmail.com>
7218
7219 * w32font.c (Qja, Qko): Remove declarations.
7220 (syms_of_w32font): Don't DEFSYM them.
7221
cf702558
CY
72222009-04-17 Chong Yidong <cyd@stupidchicken.com>
7223
7224 * font.c (Qja, Qko): Move definitions here from ftfont.c.
7225
7226 * font.h (Qja, Qko): Extern them.
7227
7228 * ftfont.c (Qja, Qko): Remove declarations.
7229
7230 * xfont.c (Qja, Qko): Remove declarations.
7231
b50504f5
KH
72322009-04-17 Kenichi Handa <handa@m17n.org>
7233
bde25748
KH
7234 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
7235 string from a vector to handle Latin-1 characters correctly.
7236
b50504f5
KH
7237 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
7238 entity even if the cache hits.
7239
f4646fff
AS
72402009-04-16 Andreas Schwab <schwab@linux-m68k.org>
7241
7242 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 7243 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 7244
e7deaab0
AS
7245 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
7246 * lisp.h: Adjust prototypes.
7247
0a0e7d49
CY
72482009-04-16 Chong Yidong <cyd@stupidchicken.com>
7249
7250 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
7251 change (Bug#3003).
7252
3c908a57
KH
72532009-04-16 Kenichi Handa <handa@m17n.org>
7254
1ac9108a 7255 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
7256
7257 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
7258 adstyle.
7259
7260 * ftfont.c (Qja, Qko): Don't make them static.
7261 (enum ftfont_cache_for): New enum.
7262 (fc_charset_table): Undo the previous change.
7263 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
7264 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
7265 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
7266 non-scarable font, try to get AVERAGE_WIDTH.
7267 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
7268 Change ft_face_cache from a list of a hash-table. Don't check
7269 `ja' and `ko' adstyle here.
7270 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
7271 FTFONT_CACHE_FOR_CHARET.
7272 (ftfont_get_charset): Undo the previous change.
1ac9108a 7273 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
7274 (ftfont_close): Likewise.
7275 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
7276
7277 * font.c (font_sort_entites): Change the meaning of the arg
7278 BEST-ONLY. Don't optimize for VEC of lenght 1.
7279 (font_select_entity): Just return the value of font_sort_entites.
7280
7281 * xfaces.c (merge_face_vectors): Reflect font properties in
7282 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
7283 font_clear_prop if a face attribute doesn't change.
7284
3c908a57
KH
7285 * charset.h (charset_ksc5601): Extern it.
7286
7287 * charset.c (charset_ksc5601): New variable.
7288 (Fdefine_charset_internal): Set charset_ksc5601.
7289 (init_charset_once): Initialize charset_ksc5601 to -1.
7290
d65859c3
DN
72912009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
7292
7293 * fileio.c (history_delete_duplicates): Remove unused declaration.
7294
7295 * callint.c (history_delete_duplicates): New declaration.
7296 (Fcall_interactively): Remove command history duplicates when
7297 history_delete_duplicates is true.
7298
3ba010e5
EZ
72992009-04-14 Eli Zaretskii <eliz@gnu.org>
7300
7301 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
7302
06f19b91
KH
73032009-04-14 Kenichi Handa <handa@m17n.org>
7304
7305 * font.c (Ffont_info): Fix docstring. Fix the second element of
7306 the returned value (bug#2949).
7307
2cce8bfc
CY
73082009-04-14 Chong Yidong <cyd@stupidchicken.com>
7309
7310 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
7311
d156542d
KH
73122009-04-14 Kenichi Handa <handa@m17n.org>
7313
7314 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
7315 encoding charset is ascii_compatible.
7316
7317 * charset.c (Fdefine_charset_internal): Make charset
7318 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
7319 code_offset is 0, and covers all ASCII characters.
7320
86fa089e
SM
73212009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7322
7323 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
7324 (ns_string_to_pasteboard_internal):
7325 * nsmenu.m (process_dialog):
7326 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
7327 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
7328 * lisp.h (Fx_load_color_file): Declare.
7329
a8a3728b
KH
73302009-04-13 Kenichi Handa <handa@m17n.org>
7331
1ac9108a 7332 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
7333 (font_select_entity): Suppress the code to optimize for the same
7334 kind of fonts.
7335 (font_load_for_lface): Get a font that supports at least ASCII
7336 characters.
7337
7338 * ftfont.c (Qja, Qko): New variables.
7339 (fc_charset_table): Delete uniquifier data for iso8859-1.
7340 (ftfont_get_latin1_charset): New function.
7341 (get_adstyle_property): New function.
7342 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
7343 bitmap fonts.
7344 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
7345 Delete iso-8859-1 range from the charset of fonts whose adstyle is
7346 `ko' or `ja'.
7347 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 7348 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
7349 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
7350 property.
7351 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
7352 (syms_of_ftfont): DEFSYM Qja and Qko.
7353
483670b5
KH
73542009-04-09 Kenichi Handa <handa@m17n.org>
7355
12b55765
KH
7356 * charset.c (map_charset_chars): For a charset of `superset'
7357 method, fix calculation of code range.
7358
483670b5
KH
7359 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
7360 from the list of extra properties.
7361 (font_clear_prop): Be sure to delete `:name' font property.
7362
57d3b93b
KH
73632009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7364
b4b2c2ca
YM
7365 * dispnew.c (redraw_overlapping_rows): Fix detection of
7366 overlapping for topmost and bottommost rows.
7367
1ac9108a 7368 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 7369
472c3609
JR
73702009-04-06 Jason Rumney <jasonr@gnu.org>
7371
7372 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
7373
ab193662
KH
73742009-04-06 Kenichi Handa <handa@m17n.org>
7375
7376 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
7377
7378 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
7379
0c26f026
KH
73802009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7381
7382 * ftfont.c (ftfont_open): Fix checking of the return value of
7383 FT_Load_Char. Fix setting font->underline_thickness.
7384
e173bbce
CY
73852009-04-04 Chong Yidong <cyd@stupidchicken.com>
7386
7387 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
7388 (Fterminal_parameters, Fterminal_parameter)
7389 (Fset_terminal_parameter): In doc string, refer to terminal
7390 objects rather than terminal ids.
7391
693a2698
EZ
73922009-04-04 Eli Zaretskii <eliz@gnu.org>
7393
7394 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
7395 ret_lim_data. (Bug#2867)
7396
d5221487
CY
73972009-04-03 Chong Yidong <cyd@stupidchicken.com>
7398
7399 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
7400 so they don't get wider than the window, matching 2006-01-23
7401 change to the partner function in xdisp.c (Bug#2800).
7402
223509a3
KH
74032009-04-03 Kenichi Handa <handa@m17n.org>
7404
7405 * print.c (print_object): Make each lowest sub_char_table start a
7406 new line (Bug#2866).
7407
74fcd0b1
KH
74082009-04-02 Kenichi Handa <handa@m17n.org>
7409
7410 * fontset.c (fontset_font): Record no-font when a fontset
7411 explicitly tells not to try another font-specs.
7412
c542407d
SM
74132009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
7414
7415 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
7416
e3869731
KH
74172009-03-30 Kenichi Handa <handa@m17n.org>
7418
d8d2f142
KH
7419 * fontset.c (fontset_from_font): Specify only registry in a
7420 font-spec for all characters supported by that registry.
7421
e3869731
KH
7422 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
7423 even if HAVE_M17N_FLT is not defined.
7424
5da5f805
CY
74252009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
7426
7427 * ftfont.c: Conditionalize prototyping and use of
7428 ftfont_variation_glyphs.
7429
ab226c50
SM
74302009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7431
9628fed7
SM
7432 * frame.c (delete_frame): Work around compiler bug.
7433
7434 * editfns.c (general_insert_function): Adjust to insdel.c changes.
7435 * insdel.c (prepare_to_modify_buffer, signal_before_change):
7436 Some more EMACS_INT.
7437 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
7438
7439 * xdisp.c (dump_glyph): Fix typo.
7440
ae19ba7c
SM
7441 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
7442 (adjust_markers_gap_motion, adjust_markers_for_delete)
7443 (adjust_markers_for_insert, adjust_point)
7444 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
7445 (make_gap, copy_text, count_size_as_multibyte, insert)
7446 (insert_and_inherit, insert_before_markers)
7447 (insert_before_markers_and_inherit, insert_1)
7448 (count_combining_before, count_combining_after, insert_1_both)
7449 (insert_from_string, insert_from_string_before_markers)
7450 (insert_from_string_1, insert_from_gap, insert_from_buffer)
7451 (insert_from_buffer_1, adjust_after_replace)
7452 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
7453 (replace_range_2, del_range, del_range_1, del_range_byte)
7454 (del_range_both, del_range_2, modify_region)
7455 (prepare_to_modify_buffer, signal_before_change)
7456 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
7457 for buffer positions and sizes.
7458 * lisp.h: Adjust prototypes accordingly.
7459
7460 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
7461 (non_regular_inserted, non_regular_nbytes, read_non_regular)
7462 (Finsert_file_contents): Use EMACS_INT for buffer positions.
7463
ab226c50
SM
7464 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
7465
46dfb8fb
JD
74662009-03-27 Jan Djärv <jan.h.d@swipnet.se>
7467
7468 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
7469 lines and columns so we keep the same pixel height and width.
7470
7471 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
7472 the property _NET_WM_STATE has changed.
46dfb8fb
JD
7473 (x_handle_net_wm_state): New function to update frame parameter
7474 fullscreen.
7475 (x_term_init): Initialize atoms for _NET_WM_STATE.
7476
7477 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
7478
d347e494
SM
74792009-03-27 Kevin Ryde <user42@zip.com.au>
7480
7481 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
7482 Gpm_GetEvent as an error that justifies closing the filedescriptor.
7483 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
7484 (Fgpm_mouse_stop): Pass that new parameter.
7485 * termhooks.h (close_gpm): Adjust prototype.
7486
84db11d6
SM
74872009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7488
c95a5008
SM
7489 * lisp.h (Fx_focus_frame): Declare.
7490
84db11d6
SM
7491 * callint.c (Fcall_interactively): For '^' just delegate the work to
7492 handle-shift-selection.
7493 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
7494
0a1958d6
CY
74952009-03-24 Chong Yidong <cyd@stupidchicken.com>
7496
0bfdff23
CY
7497 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
7498
0a1958d6
CY
7499 * data.c (Qinteractive_form): New variable.
7500 (Finteractive_form): Use it.
7501
7502 * eval.c (Fcommandp): Use Qinteractive_form.
7503
58aec0d6
JR
75042009-03-24 Jason Rumney <jasonr@gnu.org>
7505
7506 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
7507 Calculate total size precisely. Decode environment variables
7508 before substituting. (Bug#38)
7509
553dd618
KH
75102009-03-24 Kenichi Handa <handa@m17n.org>
7511
7512 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 7513 encoding (Bug#2722).
553dd618 7514
c39ea606
JD
75152009-03-23 Jan Djärv <jan.h.d@swipnet.se>
7516
7517 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
7518 that gdpy is set.
7519
bc9b2b5e
AM
75202009-03-22 Alan Mackenzie <acm@muc.de>
7521
7522 * callint.c (Finteractive): Clarify the doc string - even
7523 promptless elements need \n separators.
7524
9f995a76
JR
75252009-03-22 Jason Rumney <jasonr@gnu.org>
7526
7527 * w32term.c (syms_of_w32term): Doc fix for
7528 x-use-underline-position-properties.
7529
22749e9a
EZ
75302009-03-21 Eli Zaretskii <eliz@gnu.org>
7531
7532 * w32.c (getpwuid): Change argument type to unsigned.
7533 (struct w32_id): Change type of `rid' member to unsigned.
7534 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
7535 argument ID to unsigned. All callers changed.
7536 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
7537
e00553bf
EZ
75382009-03-20 Eli Zaretskii <eliz@gnu.org>
7539
7540 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
7541 negative, produce a float value.
7542
7543 * dired.c (make_uid, make_gid): New functions.
7544 (Ffile_attributes): Use them to avoid negative UID and GID.
7545
f761d6b6
JB
75462009-03-20 Juanma Barranquero <lekktu@gmail.com>
7547
7548 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
7549 (syms_of_keyboard) <command-hook-internal, input-method-function>:
7550 Fix typos in docstrings.
7551
d507f8d7
KH
75522009-03-19 Kenichi Handa <handa@m17n.org>
7553
7554 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
7555 changed, use font_load_for_lface to get a new font object.
7556 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
7557
7558 * frame.c (x_set_font): Handle the case that ARG is a cons.
7559
c68845e0
GM
75602009-03-19 Glenn Morris <rgm@gnu.org>
7561
7562 * fileio.c (Fsubstitute_in_file_name): Doc fix.
7563
bfa49dd1
CY
75642009-03-19 Chong Yidong <cyd@stupidchicken.com>
7565
7566 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
7567
8458d4c1
KH
75682009-03-19 Kenichi Handa <handa@m17n.org>
7569
7570 * charset.c (load_charset_map_from_file): When a mapfile can't be
7571 loaded, signal an error.
7572
78e7d1fe
EZ
75732009-03-18 Eli Zaretskii <eliz@gnu.org>
7574
7575 * dired.c (Ffile_attributes): Make sure UID and GID are always
7576 positive, even if the value is too large for a positive EMACS_INT.
7577 Doc fix.
7578
7579 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
7580
5da9fdfa
YM
75812009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7582
7583 * xmenu.c (xdialog_show): Move Fredisplay call ...
7584 (Fx_popup_dialog): ... here.
7585
7519c40d
SM
75862009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
7587
7588 * dired.c (file_name_completion): Disable the first optimization just
7589 installed, since it is not implemented correctly.
7590
2cd298e2
SM
75912009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 7594 only if the entry can affect bestmatch.
2cd298e2
SM
7595 Stop the search early, as Ftry_completion already does.
7596
48d37adf
CY
75972009-03-17 Chong Yidong <cyd@stupidchicken.com>
7598
e10c9c93 7599 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 7600
9286b16a
CY
76012009-03-15 Chong Yidong <cyd@stupidchicken.com>
7602
7603 * keyboard.c (parse_menu_item): Don't display remappings as menu
7604 equivalent bindings (Bug#788).
7605
f7b146dc
JR
76062009-03-15 Jason Rumney <jasonr@gnu.org>
7607
7608 * w32term.h (WM_EMACS_PAINT): New message.
7609 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
7610 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
7611 before passing to lisp thread. (Bug#950)
7612
f761d6b6 76132009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 7614
d93f9575
CY
7615 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
7616 variable as it was never reset.
7617 (ns_term_init): Remove initialization of Lisp-settable defaults
7618 and ns_expand_space.
7619 (-setPanelFromDefaultValues): Remove ns_expand_space.
7620 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
7621 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
7622 i.e. no additional spacing, similar to Carbon port.
7623
d93f9575
CY
7624 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
7625 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 7626
305018ec
JD
76272009-03-14 Jan Djärv <jan.h.d@swipnet.se>
7628
7629 * sound.c (alsa_configure): Remove call to deprecated
7630 snd_pcm_sw_params_set_xfer_align.
7631
f761d6b6 76322009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
7633
7634 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
7635 after clicking in a detached tool bar.
7636 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
7637
46e722a9
SM
76382009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7639
348db3dd
SM
7640 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
7641 int/Lisp_Object mixup).
46e722a9 7642
a3d16f39
KH
76432009-03-13 Kenichi Handa <handa@m17n.org>
7644
7645 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 7646 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
7647 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
7648 (set_fontset_font): Change ARG to a vector. Handle range_list in
7649 ARG correctly.
7650 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 7651 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
7652 the above change.
7653 (fontset_from_font): Fix previous change.
fe24f56a 7654 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
7655 entry. If FONTSET is the default fontset, don't set the extra
7656 slot of the returning char-table.
7657
b066e6b6
JB
76582009-03-12 Juanma Barranquero <lekktu@gmail.com>
7659
7660 * nsfns.m (Fx_close_connection): Doc fix.
7661 (Fns_do_applescript): Reflow docstring.
7662 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
7663 (Fx_display_pixel_width, Fx_display_pixel_height)
7664 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
7665 Fix typos in docstrings.
7666 (Fns_set_alpha): Fix typos in error messages.
7667
d472514e 76682009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 7669
d472514e 7670 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
7671 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
7672 were used for such events.
7673
d472514e
JB
7674 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
7675 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 7676
d472514e 7677 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
7678 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
7679
fb930676
KH
76802009-03-11 Kenichi Handa <handa@m17n.org>
7681
ff85581a
KH
7682 * font.h (font_open_by_spec): Extern it.
7683
c50b7e98
KH
7684 * font.c (font_open_by_spec): New function.
7685 (font_open_by_name): Use font_open_by_spec.
7686
fb930676
KH
7687 * frame.c (x_set_font): When ARG is a font-object, don't alter the
7688 fontset of the frame.
7689
7690 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
7691 modify the default font of frames that use this fontset.
7692 (num_auto_fontsets): New variable.
7693 (fontset_from_font): Use num_auto_fontsets to decide a fontset
7694 name. Be sure to set FONTSET_ASCII to the correct font name.
7695 (update_auto_fontset_alist): New function.
7696
df4e8455
JB
76972009-03-11 Juanma Barranquero <lekktu@gmail.com>
7698
7699 * makefile.w32-in: Update dependencies.
7700
0a375797
AR
77012009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7702
7703 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
7704
61313fa3
SM
77052009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7706
7707 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
7708
b55103fb
CY
77092009-03-10 Chong Yidong <cyd@stupidchicken.com>
7710
7711 * lread.c (Feval_buffer): Doc fix.
7712
dde2559c
KH
77132009-03-09 Kenichi Handa <handa@m17n.org>
7714
7715 * charset.c (Qfile_name_handler_alist): Extern it.
7716 (load_charset_map_from_file): Temporarily bind
7717 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
7718
df4e8455 77192009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 7720
47f588bb
GM
7721 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
7722 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 7723
4ddf94bd
AR
77242009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7725
4c9bdfc2
AR
7726 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
7727 (x_set_window_size): Change back to calculated method of setting
7728 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
7729 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
7730 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
7731
fe41ae9e
AR
7732 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
7733
4c9bdfc2
AR
7734 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
7735 accelerator in parens under GNUstep.
7736
825d0875
KH
77372009-03-06 Kenichi Handa <handa@m17n.org>
7738
7739 These changes are to detect incorrect composition sequence without
f3b3be74 7740 looking ahead the source. (Bug#2370)
825d0875
KH
7741
7742 * coding.h: Include "composite.h".
7743 (enum compisition_state): New enum.
7744 (struct compisition_status): New struct.
7745 (struct iso_2022_spec): New member cmp_status.
7746 (struct emacs_mule_spec): New struct.
7747 (struct coding_system): New members ctext_extended_segment_len and
7748 embedded_utf_8. Change the union member
7749 spec.emacs_mule_full_support to spec.emacs_mule.
7750
7751 * coding.c (CODING_ISO_CMP_STATUS): New macro.
7752 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 7753 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
7754 (ADD_COMPOSITION_DATA): New arg nbytes.
7755 (emacs_mule_char): New arg cmp_status.
7756 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
7757 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
7758 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
7759 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
7760 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
7761 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
7762 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
7763 (EMACS_MULE_COMPOSITION_END): New macro.
7764 (emacs_mule_finish_composition): New function.
7765 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
7766 (decode_coding_emacs_mule): Avoid long looking ahead while
7767 handling composition.
7768 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
7769 (ENCODE_COMPOSITION_RULE): New macro.
7770 (finish_composition): New function.
7771 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
7772 (DECODE_COMPOSITION_START): New implementation.
7773 (DECODE_COMPOSITION_END): Likewise.
7774 (STORE_COMPOSITION_RULE): New macro.
7775 (decode_coding_iso_2022): Avoid long looking ahead while handling
7776 composition, CTEXT extended segment, and embedded UTF-8.
7777 (setup_coding_system): For a coding of type iso-2022, reset
7778 CODING_ISO_EXTSEGMENT_LEN (coding) and
7779 CODING_ISO_EMBEDDED_UTF_8 (coding).
7780 (get_translation): Delete arguments last_block, from_nchars,
7781 to_nchars. Callers changed.
7782 (produce_chars): Don't modify charbuf. Adjusted for the change of
7783 get_translation.
98a326f7 7784 (produce_composition): Adjust for the new annotation sequence.
825d0875 7785 (handle_composition_annotation): Likewise.
98a326f7 7786 (consume_chars): Adjust for the change of get_translation.
825d0875 7787
ccbc4452
AR
77882009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
7789
4ddf94bd 7790 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 7791
988a7ddb
KH
77922009-03-05 Kenichi Handa <handa@m17n.org>
7793
7794 * font.c (font_select_entity): New function.
7795 (font_find_for_lface): Use font_select_entity to select a font.
7796
7797 * fontset.c (fontset_find_font): If a font found without
a8a3728b 7798 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
7799 font with C restriction.
7800
98a326f7 78012009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 7802
be1bce46 7803 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 7804
10ea2b82
JR
78052009-03-04 Jason Rumney <jasonr@gnu.org>
7806
2c93b248 7807 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 7808 characters that have already been read. (Bug#2569)
2c93b248 7809
10ea2b82
JR
7810 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
7811 Log an error message if check_image_size failed.
7812 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 7813 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 7814
71a0c011
EZ
78152009-03-02 Eli Zaretskii <eliz@gnu.org>
7816
7817 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
7818 when decoding process output.
7819
2f63bba8
RS
78202009-03-01 Richard M Stallman <rms@gnu.org>
7821
7822 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
7823
7824 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
7825
0a9564cb
EZ
78262009-02-28 Eli Zaretskii <eliz@gnu.org>
7827
7828 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
7829 (decode_coding_emacs_mule, decode_coding_iso_2022)
7830 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7831 (decode_coding_raw_text, decode_coding_charset)
7832 (setup_coding_system, decode_eol, decode_coding, consume_chars):
7833 Honor inhibit-eol-conversion. (Bug #2186)
7834
449148b3
JR
78352009-02-28 Jason Rumney <jasonr@gnu.org>
7836
7837 * coding.c (detect_coding_charset): If not checking latin extra,
7838 fail on characters between 0x80 and 0xA0. (Bug#2354)
7839
a4aee864
EZ
78402009-02-28 Eli Zaretskii <eliz@gnu.org>
7841
7842 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 7843 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 7844
d88bee5a
GM
78452009-02-27 Glenn Morris <rgm@gnu.org>
7846
7847 * callint.c (Finteractive): Doc fix.
7848
a808f22d
KH
78492009-02-27 Kenichi Handa <handa@m17n.org>
7850
7851 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
7852
caf8d60c
CY
78532009-02-27 Chong Yidong <cyd@stupidchicken.com>
7854
7855 * font.c (font_style_to_value): Set value for unknown symbols to
7856 100 instead of 255.
b61137ea
CY
7857 (weight_table, slant_table, width_table): Treat "unspecified" as
7858 the default value.
caf8d60c 7859
1a0de25c
JB
78602009-02-26 Juanma Barranquero <lekktu@gmail.com>
7861
7862 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
7863
8fc45744
JB
78642009-02-25 Juanma Barranquero <lekktu@gmail.com>
7865
107bd7d1
JB
7866 * lread.c (Fload): Stop checking Vloads_in_progress and signal
7867 error as soon as a recursive load is detected.
8fc45744 7868
f097e223
AR
78692009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
7870
7871 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
7872 before caching.
7873
8810a12f
KH
78742009-02-24 Kenichi Handa <handa@m17n.org>
7875
7876 * fontset.c (fontset_find_font): Fix the condition for checking
7877 unavailable font.
7878
2c7d1565
GM
78792009-02-24 Glenn Morris <rgm@gnu.org>
7880
7881 * xfaces.c (Finternal_set_font_selection_order): Remove leading
7882 whitespace that confuses documentation.
7883
a20878b6
MB
78842009-02-23 Miles Bader <miles@gnu.org>
7885
7886 * process.c (Flist_system_processes, Fprocess_attributes)
7887 (syms_of_process): Rename `system-process-attributes' to
7888 `process-attributes'.
7889
b3b58c01
AS
78902009-02-22 Andreas Schwab <schwab@linux-m68k.org>
7891
1b3b981b
AS
7892 * coding.h (struct coding_system): Make safe_charsets a pointer to
7893 unsigned char.
7894 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
7895 being 255.
7896 (SAFE_CHARSET_P): Likewise.
7897 (setup_iso_safe_charsets): Properly setup safe_charsets.
7898 (Fdefine_coding_system_internal): Likewise.
7899 (setup_coding_system): Likewise. Remove unneeded casts.
7900 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
7901 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
7902 unneeded casts.
7903
b3b58c01
AS
7904 * insdel.c (del_range_2): Don't modify gap contents when called
7905 from decode_coding_object. (Bug#1809)
7906
0b6f228c
CY
79072009-02-21 Chong Yidong <cyd@stupidchicken.com>
7908
7909 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
7910 Qfont_object.
7911 (Ftype_of): Recognize font objects.
7912
7913 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
7914
7915 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
7916 moved to data.c.
7917
52f8870b
AR
79182009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7919
7920 * nsterm.m (x_make_frame_invisible): Unset async_visible,
7921 async_iconified. Based on a patch by Christian Lynbech
7922 <christian.lynbech@tieto.com>.
7923 (EmacsView-windowDidMiniaturize:): Unset async_visible.
7924
7087d5e9
GM
79252009-02-20 Glenn Morris <rgm@gnu.org>
7926
7927 * syntax.c (Fskip_chars_forward): Fix doc typo.
7928
41d2ceef
CY
79292009-02-20 Chong Yidong <cyd@stupidchicken.com>
7930
7931 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
7932
1a3b7ca6
CY
79332009-02-19 Chong Yidong <cyd@stupidchicken.com>
7934
7935 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
7936
73cce38d
KH
79372009-02-19 Kenichi Handa <handa@m17n.org>
7938
7939 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 7940 Don't overflow coding->carryover. (Bug#2370)
73cce38d 7941
a51092ee
DN
79422009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
7943
7944 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
7945
c423ecca
KH
79462009-02-18 Kenichi Handa <handa@m17n.org>
7947
7948 * font.c (font_check_otf_features): Fix handling of `nil' element.
7949 (Ffont_spec): Describe :lang and :otf in the docstring.
7950
4c1958f4
AS
79512009-02-16 Andreas Schwab <schwab@suse.de>
7952
7953 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
7954 string.
7955
5704f39a
KH
79562009-02-16 Kenichi Handa <handa@m17n.org>
7957
7958 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 7959 (Bug#1723)
5704f39a 7960
8f0085aa
CY
79612009-02-14 Chong Yidong <cyd@stupidchicken.com>
7962
a057d86a 7963 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
7964
7965 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
7966 (handle_line_prefix): Suppress wrapping of wrap prefixes.
7967
aff01dd9
EZ
79682009-02-14 Eli Zaretskii <eliz@gnu.org>
7969
7970 * msdos.c (MAX_SCREEN_BUF): New macro.
7971 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
7972 Encode the entire run of glyphs sharing the same face, instead of
7973 doing that one glyph at a time (fixes a bug with displaying
7974 double-size characters).
7975
ba301db3
AR
79762009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
7977
7978 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
7979
7980 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
7981 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 7982 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
7983
7984 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 7985 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 7986
51d861de
SM
79872009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7988
ac146f82 7989 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
7990 invisible areas.
7991
7fed8996
JR
79922009-02-12 Jason Rumney <jasonr@gnu.org>
7993
631ea4fb
JR
7994 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
7995 (add_font_entity_to_list): Call check_face_name even when family
7996 is unspecified.
7997
cb4a3e42
JR
7998 * w32term.c (x_display_pixel_height, x_display_pixel_width):
7999 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 8000 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 8001
7fed8996 8002 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 8003 raster fonts. (Bug#2219)
7fed8996 8004
895416e3
KH
80052009-02-12 Kenichi Handa <handa@m17n.org>
8006
8007 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
8008 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
8009 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 8010 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
8011 (find_automatic_composition): While looking forward and backward,
8012 check static composition. Fix where to stop looking forward.
8013 (composition_adjust_point): Fix checking of static composition.
8014 (Fcomposition_get_gstring): Pay attention to
1dacf998 8015 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
8016
8017 * lisp.h (fast_looking_at): Extern it.
8018
8019 * search.c (fast_looking_at): New function.
8020
51d861de 8021 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
8022 <struct glyph>.u.cmp.to.
8023 (append_composite_glyph): Likewise.
8024
51d861de 8025 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
8026 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
8027 composition.
51d861de 8028 (append_composite_glyph): Adjust for the change of
895416e3
KH
8029 <strcut glyph>.u.cmp.to.
8030
8510724d
JB
80312009-02-11 Juanma Barranquero <lekktu@gmail.com>
8032
8033 * casetab.c (init_casetab_once):
8034 * coding.c (ALLOC_CONVERSION_WORK_AREA):
8035 * font.c (font_update_lface):
8036 * fontset.c (Fnew_fontset):
8037 * ftfont.c (ftfont_drive_otf):
8038 * xfont.c (xfont_open):
8039 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
8040
294fa707
SM
80412009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8042
8043 * fileio.c (Fwrite_region): !NILP -> CONSP.
8044
b5bfebec
AS
80452009-02-10 Andreas Schwab <schwab@suse.de>
8046
8047 * process.c (send_process): Properly relocate pointer into data
adab88bd 8048 when using encoded data. (Bug#2272)
b5bfebec 8049
cb84a2be
KH
80502009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
8051
8052 * coding.c (detect_coding_charset): Fix previous change.
8053
89e09428
JR
80542009-02-08 Jason Rumney <jasonr@gnu.org>
8055
8056 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 8057 disappeared while hourglass was displayed. (Bug #2193)
89e09428 8058
4470a277
AS
80592009-02-07 Andreas Schwab <schwab@suse.de>
8060
8061 * unexelf.c (unexec): Fix error message.
8062
3175b12a
AR
80632009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
8064
8065 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 8066 when modal window is active. (Bug #2152)
3175b12a
AR
8067 (applicationShouldTerminate:): Remove now-unneeded while loop
8068 around NSRunAlertPanel.
8069
8070 * nsmenu.m (popupSession): New file-global variable.
8071 (pop_down_menu): End the popupSession before closing dialog.
8072 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
8073 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
8074 don't query NSApp for events (just sleep instead).
8075
8434d0b8
EZ
80762009-02-07 Eli Zaretskii <eliz@gnu.org>
8077
51d861de
SM
8078 * coding.c (syms_of_coding) <translation-table-for-input>:
8079 Modify doc string to discourage use for character code unification.
8434d0b8 8080
aa82edfd
CY
80812009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8082
8083 * atimer.c (run_timers): Update pending_atimers.
8084
2d283c7c
CY
80852009-02-06 Chong Yidong <cyd@stupidchicken.com>
8086
eb306cab
CY
8087 * image.c (svg_load_image): Fix last change.
8088
2d283c7c
CY
8089 * xfns.c (Fx_create_frame): Signal an error if no font is
8090 found (Bug#2147).
8091
4d8e170e
JB
80922009-02-05 Juanma Barranquero <lekktu@gmail.com>
8093
8094 * character.c (syms_of_character) <script-representative-chars>:
8095 Fix typo in docstring.
8096
c96169a0
AR
80972009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8098
8099 * nsmenu.m (pop_down_menu): New function.
8100 (ns_popup_dialog): Call it on unwind.
8101 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
8102 call timer_check() (Bug#2154).
8103 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
8104 handling_signal is set.
8105 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
8106
31fd7c5c 8107 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
8108
8109 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
8110
8111 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
8112
51d861de
SM
8113 * keyboard.c (poll_for_input_1, handle_async_input):
8114 Set handling_signal under HAVE_NS.
c96169a0 8115
aacd8ba1
GM
81162009-02-04 Glenn Morris <rgm@gnu.org>
8117
8118 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
8119
4cb75c4b
KH
81202009-02-04 Kenichi Handa <handa@m17n.org>
8121
8122 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
8123
8124 * charset.c (Fchar_charset): New optional arg restriction.
8125
8126 * coding.h (coding_system_charset_list): Extern it.
8127
8128 * coding.c (coding_system_charset_list): New function.
8129
8130 * composite.c: Include coding.h and termhooks.h.
8131 (composition_gstring_p): Fix for the terminal case.
8132 (composition_gstring_width): Likewise.
8133 (fill_gstring_body): Likewise.
8134 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
8135 the frame.
8136 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
8137 is within a composition.
867d4bb3 8138 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
8139
8140 * term.c (encode_terminal_code): Fix handling of composition.
8141 (produce_composite_glyph): For static composition, get pixel_width
8142 from struct composition.
8143
826ba17e
AS
81442009-02-02 Andreas Schwab <schwab@suse.de>
8145
8146 * unexelf.c (unexec): Handle unaligned bss offset.
8147
8ad093db
AR
81482009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8149
8150 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
8151 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 8152
8ad093db
AR
8153 * keyboard.c (handle_interrupt): Don't call
8154 quit_throw_to_read_char() under NS.
d0a76a6e 8155
8ad093db
AR
8156 * blockinput.h: Remove NS-specific code.
8157
4d18a7a2
DN
81582009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
8159
db878925
DN
8160 * dispnew.c (window_change_signal): Don't try to get the size of a
8161 suspended tty frame.
8162 * term.c (Fresume_tty): Resize if the size has changed while the
8163 tty was suspended.
8164
4d18a7a2
DN
8165 * alloc.c (mark_stack): Properly conditionalize previous change.
8166
8984df7c
JB
81672009-01-30 Juanma Barranquero <lekktu@gmail.com>
8168
8169 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
8170 * w32term.c (w32_read_socket) [SYNC_INPUT]:
8171 Remove; this code is not used on Windows.
8172
75f4f1ac
EZ
81732009-01-30 Eli Zaretskii <eliz@gnu.org>
8174
8175 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
8176 EOLs that also has stray ^M characters.
8177
07a1e794
JB
81782009-01-30 Juanma Barranquero <lekktu@gmail.com>
8179
8180 * atimer.c (run_timers, alarm_signal_handler):
8181 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
8182 * w32inevt.c (w32_console_read_socket):
8183 * w32term.c (w32_read_socket):
8184 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
8185
a8b11cc9
CY
81862009-01-30 Chong Yidong <cyd@stupidchicken.com>
8187
8188 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
8189 Initialize it as a relative filename pattern.
8190 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
8191 (Fcall_process_region): Simplify temp file creation using
8192 temporary-file-directory.
8193
c279587b
EZ
81942009-01-29 Eli Zaretskii <eliz@gnu.org>
8195
8196 * msdos.c: Rename pending_signals to msdos_pending_signals.
8197 (sig_suspender, sigprocmask): Adjust.
8198
a8fe3242
CY
81992009-01-29 Chong Yidong <cyd@stupidchicken.com>
8200
8201 * keyboard.c (pending_signals): New var.
8202 (poll_for_input, input_available_signal, init_keyboard): Set it.
8203 (process_pending_signals): New function.
8204
8205 * lisp.h (QUIT): Check pending_signals instead of
8206 interrupt_input_pending. Use process_pending_signals.
8207
51d861de 8208 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 8209
51d861de 8210 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
8211
8212 * sysdep.c (emacs_write): Use process_pending_signals.
8213
8214 * xterm.c (XTread_socket): Update pending_signals.
8215
8216 * w32term.c (w32_read_socket): Update pending_signals.
8217
8218 * w32inevt.c (w32_console_read_socket): Update pending_signals.
8219
6570a1c4
KH
82202009-01-29 Kenichi Handa <handa@m17n.org>
8221
8222 * xftfont.c (xftfont_has_char): New function.
8223 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
8224
d72a4afa
AR
82252009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8226
8227 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
8228 under GNUstep.
8229 (ns_query_color): New declaration.
8230
8231 * nsterm.m (ns_confirm_quit): New variable.
8232 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
8233 (EmacsApp-applicationShouldTerminate:): Use it.
8234 (EmacsPrefsController): Let user set it.
8235 (ns_query_color): New function.
8236 (ns_defined_color): Use it.
8237 (ns_initialize): Drop.
8238 (ns_term_init): Add two lines from ns_initialize(), and set
8239 input_interrupt_mode to nil.
8240
8241 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 8242 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 8243
9fe78804
KH
82442009-01-28 Kenichi Handa <handa@m17n.org>
8245
8246 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
8247 (fontset_get_font_group): Remember that no font-group is specified
8248 for C.
9fe78804 8249
fa57de36
CY
82502009-01-27 Chong Yidong <cyd@stupidchicken.com>
8251
930600e9
CY
8252 * fns.c (concat): Check for string overflow (bug#1787).
8253
fa57de36
CY
8254 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
8255 Quadruple undo limits (bug#1501).
8256
7179ce7b
KH
82572009-01-27 Kenichi Handa <handa@m17n.org>
8258
8259 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
8260 directly use GT_Get_Char_index.
8261
8262 * xftfont.c (struct xftfont_info): New member `index'.
8263
8264 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 8265 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 8266
5be8fcc0
CY
82672009-01-26 Kenichi Handa <handa@m17n.org>
8268
8269 * fontset.c (fontset_find_font): Fix handling of non-cons return
8270 value of fontset_get_font_group.
8271 (fontset_font): Revert last change.
8272
19ae3e61
JR
82732009-01-26 Jason Rumney <jasonr@gnu.org>
8274
8275 * w32font.c (w32font_list_internal): Return quickly if registry is
8276 unknown. Simplify final return.
8277 (add_font_entity_to_list): Break complex logic down into more
8278 manageable chunks. Move unknown registry check to
8279 w32font_list_internal.
8280
8612b71a
AR
82812009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
8282
8283 Changes to remove Feval calls from GUI under NS.
8284
d8038940
JB
8285 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
8286 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
8287 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
8288
8289 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
8290 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
8291 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
8292 instead of NON_ASCII_KEYSTROKE_EVENT.
8293 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
8294 (EmacsApp-applicationShouldTerminate:): Query user.
8295 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
8296 instead of Feval.
8297
8298 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
8299
8300 * keyboard.c (kbd_buffer_get_event): Check for it.
8301 (keys_of_keyboard): Define lispy keys for
8302 ns-put/unput-working-text.
8303
8304 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
8305 versions.
8306 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
8307
6288ae55
CY
83082009-01-25 Chong Yidong <cyd@stupidchicken.com>
8309
8310 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 8311 setting current_buffer directly. (Bug#2044)
6288ae55 8312
289e7f8f
CY
83132009-01-24 Chong Yidong <cyd@stupidchicken.com>
8314
5ce87308 8315 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 8316 any work. (Bug#1952, bug#1990).
5ce87308 8317
64cc3cf6 8318 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 8319
b3243e6f
AR
83202009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8321
8322 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
8323 (ns_no_defaults): New declaration.
8324 (main): Use it.
e0d2e69a 8325
d900b2af 8326 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 8327
d900b2af 8328 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 8329
d900b2af
AR
8330 * nsterm.m (ns_no_defaults): New variable.
8331 (ns_initialize): Don't read defaults when ns_no_defaults.
8332 (EmacsView-readSelectionFromPasteboard:)
8333 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 8334 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
8335 (ns_dumpglyphs_stretch): New function.
8336 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 8337 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 8338
e0d2e69a
AR
8339 * nsimage.m (setPixmapData:): Set to ignore image DPI.
8340
3ac71f5d
CY
83412009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
8342
8343 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
8344 call for Sparc64.
8345
3fe53a83
AR
83462009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8347
8348 * nsfns.m:
8349 * nsgui.h:
8350 * nsmenu.m:
8351 * nsselect.m:
8352 * nsterm.h:
8353 * nsterm.m: Remove '23' comments that indicated code added during
8354 update from emacs-20 -> emacs-23.
8355
10f87c6f 83562009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
8357
8358 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 8359 ns_alternate_modifier. (Bug#1217)
a3b53a85 8360
c7cef62d
AR
8361 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
8362 Display all shortcuts, including those w/o super modifier.
8363
575fb8bd
AR
8364 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
8365
918b848b
CY
83662009-01-22 Chong Yidong <cyd@stupidchicken.com>
8367
8368 * fileio.c (Vwrite_region_post_annotation_function)
8369 (Vwrite_region_annotation_buffers): New vars.
8370 (build_annotations_unwind): Just reset
8371 Vwrite_region_annotation_buffers.
8372 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
8373 Call write-region-post-annotation-function.
8374 (build_annotations): Add to Vwrite_region_annotation_buffers if
8375 buffer changes.
8376
a39e2539
AR
83772009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8378
8379 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
8380 Tiger.
51d861de
SM
8381 * nsfns.m (ns_do_applescript):
8382 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 8383
35ed44db
AR
83842009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
8385
8386 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
8387
cbe0b5bf
AR
83882009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8389
8390 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 8391
6049d3a0
AR
8392 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
8393
8394 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
8395 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
8396 handle Ctrl-tab. (Bug#1841)
8397 (ns_get_color): Use unsigned long long for scanned hex string value.
8398 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 8399 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 8400 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 8401 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 8402 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 8403 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 8404 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 8405
d3810c21 8406 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 8407 DPI. (Bug#1316)
d3810c21
AR
8408 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
8409 values in onTiger section.
4c7077c3 8410
e301e634
CY
84112009-01-19 Chong Yidong <cyd@stupidchicken.com>
8412
7f82490b
CY
8413 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
8414 Check return value of font_spec_from_name.
64cc3cf6 8415 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
8416
8417 * font.c (font_spec_from_name): Return Qnil if font name could not
8418 be parsed.
8419 (font_parse_name): Treat a `?' character as part of an XLFD.
8420
e301e634
CY
8421 * fns.c (Fsubstring): Doc fix.
8422
1c0db158
KH
84232009-01-19 Kenichi Handa <handa@m17n.org>
8424
51d861de 8425 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
8426 (ftfont_list): Likewise.
8427
acf20901
JB
84282009-01-18 Juanma Barranquero <lekktu@gmail.com>
8429
fff4e459
JB
8430 * dbusbind.c (Fdbus_register_signal):
8431 * process.c (conv_sockaddr_to_lisp):
8432 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
8433
acf20901
JB
8434 * callproc.c (Fgetenv_internal): Doc fix.
8435
e7abcdfb
CY
84362009-01-16 Chong Yidong <cyd@stupidchicken.com>
8437
8438 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
8439 it is not even used.
8440
b60861e6
GM
84412009-01-16 Glenn Morris <rgm@gnu.org>
8442
8443 * font.c (Ffont_variation_glyphs): Silence compiler.
8444
8db52afe
JB
84452009-01-15 Juanma Barranquero <lekktu@gmail.com>
8446
8447 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
8448 Reported by David Robinow <drobinow@gmail.com>.
8449
4cddb209
KH
84502009-01-15 Kenichi Handa <handa@m17n.org>
8451
51d861de 8452 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 8453
f247f67b
JR
84542009-01-14 Jason Rumney <jasonr@gnu.org>
8455
8456 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 8457 never a fontset. (Bug#1562)
f247f67b 8458
f56a4450
KH
84592009-01-14 Kenichi Handa <handa@m17n.org>
8460
8461 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 8462 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 8463
4e99855e
CY
84642009-01-13 Chong Yidong <cyd@stupidchicken.com>
8465
8466 * font.c (font_clear_prop): If clearing the family, clear the font
8467 width index too.
8468
fff4e459 8469 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 8470
24f01470
JB
84712009-01-12 Juanma Barranquero <lekktu@gmail.com>
8472
8473 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
8474 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
8475 functions, use sizeof.
8476
a41240a3
MR
84772009-01-12 Martin Rudalics <rudalics@gmx.at>
8478
8479 * keyboard.c (read_char): Fix case where last_nonmenu_event
8480 returned a bad value with submenus. (Bug#447)
8481
944636b8
CY
84822009-01-12 Chong Yidong <cyd@stupidchicken.com>
8483
8484 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
8485 family, clear the font width index too.
8486
0dad7c6f
JR
84872009-01-11 Jason Rumney <jasonr@gnu.org>
8488
8489 * keyboard.c (cmd_error_internal): Exit when errors occur before
8490 frame creation and not in daemon mode. (Bug#1836)
8491
7c2363af
CY
84922009-01-10 Chong Yidong <cyd@stupidchicken.com>
8493
8494 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
8495 of a display vector, backtrack.
8496 (try_window_reusing_current_matrix): Check glyph type before
8497 referencing charpos member.
8498
97b1b294
EZ
84992009-01-10 Eli Zaretskii <eliz@gnu.org>
8500
8501 Fix Bug #876:
8502
8503 * coding.c (inhibit_null_byte_detection): New variable.
8504 (detect_coding, detect_coding_system): Don't pay attention to null
8505 bytes if inhibit_null_byte_detection is non-zero.
51d861de 8506 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
8507 <inhibit-iso-escape-detection>: Doc fix.
8508
4624b6e3
JR
85092009-01-09 Jason Rumney <jasonr@gnu.org>
8510
8511 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 8512 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
8513 Only report Unicode Plane 2 fonts as unicode-sip.
8514
323b840c
CY
85152009-01-09 Chong Yidong <cyd@stupidchicken.com>
8516
51d861de
SM
8517 * xfaces.c (Fx_font_family_list): Delete function.
8518 Move compatibility version to faces.el.
323b840c 8519
51d861de 8520 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 8521
eba7400d
MR
85222009-01-09 Martin Rudalics <rudalics@gmx.at>
8523
8524 * frame.c (x_set_frame_parameters): Remember requested value for
8525 fullscreen before it's reset by the parameter handler.
8526
4b09796d
GM
85272009-01-09 Glenn Morris <rgm@gnu.org>
8528
8529 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 8530 (last_command_event): ... and update all users.
4b09796d
GM
8531 (last_input_char): For clarity, rename to...
8532 (last_input_event): ... and update all users.
8533 (last-command-char, last-input-char): Move to subr.el as aliases.
8534 * cmds.c, commands.h: Update for last_command_char rename.
8535
14ccea62
CY
85362009-01-08 Chong Yidong <cyd@stupidchicken.com>
8537
51d861de 8538 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 8539
5f004711
JR
85402009-01-08 Jason Rumney <jasonr@gnu.org>
8541
8542 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
8543 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
8544 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
8545 Don't declare.
fff4e459 8546 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
8547 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
8548
b71f6f73
KH
85492009-01-07 Kenichi Handa <handa@m17n.org>
8550
50b06221 8551 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 8552 remember the coding system used for decoding in
50b06221
KH
8553 coding_system (Bug#1039).
8554
b71f6f73 8555 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 8556 breaking the loop. (Bug#870)
b71f6f73
KH
8557 (decode_coding_utf_16, decode_coding_emacs_mule)
8558 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
8559 (decode_coding_charset): Likewise.
8560
56f668f7
MR
85612009-01-05 Martin Rudalics <rudalics@gmx.at>
8562
8563 * frame.c (x_set_frame_parameters): Make sure height (width) get
8564 applied when fullwidth (fullheight) is set. (Bug#1522)
8565
5da9424d
JB
85662009-01-04 Juanma Barranquero <lekktu@gmail.com>
8567
8568 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
8569 (utc_base): Declare as ULONGLONG, not long double.
8570 (convert_time_raw): Delete.
8571 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
8572 (initialize_utc_base): New function.
8573 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
8574 (convert_from_time_t): Use initialize_utc_base; compute result with
8575 64-bit arithmetic.
8576 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
8577
c4605e09
EZ
85782009-01-03 Eli Zaretskii <eliz@gnu.org>
8579
9acef61c 8580 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
8581 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
8582 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
8583 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
8584 [!subprocesses]: Define.
8585 (syms_of_process) [!subprocesses]: Intern and staticpro them.
8586 (Flist_system_processes, Fsystem_process_attributes)
8587 [!subprocesses]: Call list_system_processes and
8588 system_process_attributes instead of returning Qnil.
8589
9acef61c
JB
8590 * dosfns.c (system_process_attributes, list_system_processes):
8591 New functions.
c4605e09
EZ
8592
8593 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
8594
8595 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
8596 Don't use the default (no-op) implementation.
8597
8b7d0a16
JR
85982009-01-03 Jason Rumney <jasonr@gnu.org>
8599
a6d46bc1
JR
8600 * keyboard.c (parse_modifiers_uncached): Wheel events are
8601 clicks (bug#687).
8602
8b7d0a16
JR
8603 * w32term.c (x_query_colors, x_query_color): New functions.
8604
8605 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
8606 (svg_load_image): Cast returned pointers from dynamically loaded
8607 functions. Eliminate W32 specific code.
8608
bfe11752
DN
86092009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
8610
89e2438a
DN
8611 * nsfns.m (x_set_foreground_color, x_set_background_color)
8612 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
8613 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
8614 x_ prefix instead of ns_. Update references.
8615 (syms_of_nsfns): Add a FIXME comment.
8616
8617 * nsterm.m (x_set_cursor_type): New prototype.
8618 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
8619
bfe11752
DN
8620 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
8621 for Solaris instead of incorrectly providing Qutime and Qcutime.
8622
031da700
EZ
86232009-01-02 Eli Zaretskii <eliz@gnu.org>
8624
8625 * w32.c (process_times): Compute sum of utime and stime.
8626 (system_process_attributes): Add Qtime to the alist.
8627
8628 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
8629 and add them to the alist.
8630
8631 * process.c (top level) <Qtime, Qctime>: New variables.
8632 (syms_of_process): staticpro them.
8633 (Fsystem_process_attributes): Add their documentation to the doc
8634 string.
8635
8636 * process.h: Declare Qtime and Qctime.
8637
df23bf08
JR
86382009-01-02 Jason Rumney <jasonr@gnu.org>
8639
9acef61c 8640 * image.c (Qgobject): New symbol.
df23bf08
JR
8641 (syms_of_image): Initialize it.
8642 (init_svg_functions): Load some functions from gobject library.
8643
5bbdf7aa
DN
86442009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
8645
8646 * frame.c (make_terminal_frame): Remove redundant code and useless
8647 block.
8648
63136da6
AS
86492009-01-01 Andreas Schwab <schwab@suse.de>
8650
8651 * process.c (conv_sockaddr_to_lisp): Add workaround for
8652 getsockname bug on BSD.
8653
9ef69046
CY
86542009-01-01 Chong Yidong <cyd@stupidchicken.com>
8655
d6fafbe0
CY
8656 * xfns.c (x_create_tip_frame): Set border width of the X window.
8657
51d861de 8658 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 8659
f9c34147
JR
86602009-01-01 Jason Rumney <jasonr@gnu.org>
8661
9acef61c 8662 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
8663 Don't block input, as per earlier xterm.c changes.
8664
f5497e45
AR
86652008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
8666
8667 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
8668 (ns_appkit_version_int): New function.
8669 (x-server-version): Use ns_appkit_version_int and follow 21+
8670 convention of returning 3 integers.
8671
c19cab20
KH
86722008-12-30 Kenichi Handa <handa@m17n.org>
8673
8674 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
8675 (CHAR_SURROGATE_PAIR_P): New macro.
8676
8677 * font.h (struct font_driver): New member get_variation_glyphs.
8678
9acef61c 8679 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
8680 (Ffont_variation_glyphs): New function.
8681 (syms_of_font): Defsubr it.
8682
8683 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
8684 ftfont_variation_glyphs.
8685 (setup_otf_gstring): New function.
8686 (ftfont_drive_otf): Use it.
8687 (ftfont_shape_by_flt): Handle variation selector.
8688 (ftfont_variation_glyphs): New function.
8689
28cd591f
MR
86902008-12-30 Martin Rudalics <rudalics@gmx.at>
8691
8692 * frame.c (Vemacs_iconified): Remove.
8693
7f714baf
JR
86942008-12-30 Jason Rumney <jasonr@gnu.org>
8695
8696 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 8697 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 8698
9d2d22ab
CY
86992008-12-30 Chong Yidong <cyd@stupidchicken.com>
8700
8701 * indent.c (Fvertical_motion): Don't advance iterator if we have
8702 reseated to the desired position.
8703
8704 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
8705 checking for pos match.
8706
545312c2
KH
87072008-12-30 Kenichi Handa <handa@m17n.org>
8708
1ede3eb6
KH
8709 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
8710 just get the low 8-bit of the code.
8711
545312c2
KH
8712 * font.c (font_intern_prop): Validate str as multibyte.
8713
bd7bbf29
DN
87142008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8715
31e0750e
DN
8716 * dispextern.h (struct face): Move lface and hash from the middle
8717 of bitfields.
8718
bd7bbf29
DN
8719 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
8720
b5672e7c
DN
87212008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8722
8723 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
8724 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
8725 instead of intervals.h.
8726
d704470f
AS
87272008-12-26 Andreas Schwab <schwab@suse.de>
8728
8729 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
8730 cons.
8731
54b33868
MR
87322008-12-26 Martin Rudalics <rudalics@gmx.at>
8733
8734 * textprop.c (Qminibuffer_prompt): New variable.
8735 (syms_of_textprop): Initialize it.
8736 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
8737 in minibuffer-prompt face. (Bug#1662)
8738
40b615d6
JR
87392008-12-25 Jason Rumney <jasonr@gnu.org>
8740
8741 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
8742
baae5c2d
JR
87432008-12-24 Jason Rumney <jasonr@gnu.org>
8744
8745 * ralloc.c (r_alloc_reset_variable): New function.
8746
8747 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 8748 record of what points where. (Bug#716)
baae5c2d 8749
a9051c88
DN
87502008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
8751
8752 * minibuf.c (read_minibuf): Follow the non-interactive case when
8753 running as a daemon, before detaching.
8754
8b146312
AS
87552008-12-22 Andreas Schwab <schwab@suse.de>
8756
8757 * buffer.c (init_buffer): Use realloc instead of xrealloc.
8758 * gtkutil.c (free_widget_value): Use xfree instead of free.
8759
56f2de10
MR
87602008-12-22 Martin Rudalics <rudalics@gmx.at>
8761
8762 * frame.c (delete_frame): New function derived from
8763 Fdelete_frame to handle Qnoelisp value for FORCE argument.
8764 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
8765 (Fdelete_frame): Call delete_frame. Remove line from doc-string
8766 saying that FORCE non-nil doesn't run `delete-frame-functions'.
8767 * frame.h: Extern delete_frame.
8768 * window.c (window_loop):
8769 * terminal.c (delete_terminal):
8770 * xterm.c (x_connection_closed):
8771 * xfns.c (Fx_hide_tip):
9acef61c 8772 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 8773
1fc200d6
JR
87742008-12-21 Jason Rumney <jasonr@gnu.org>
8775
8776 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
8777 when character maps to .notdef character.
8778
5e252df2
SM
87792008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8780
8781 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
8782
99b72cc4
JR
87832008-12-20 Jason Rumney <jasonr@gnu.org>
8784
8785 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 8786 a graphical frame on Windows. (Bug#1325)
99b72cc4 8787
acc49a52
JD
87882008-12-20 Jan Djärv <jan.h.d@swipnet.se>
8789
8790 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
8791
6ea15123
CY
87922008-12-20 Chong Yidong <cyd@stupidchicken.com>
8793
8794 * minibuf.c (Fread_buffer): Doc fix.
8795
b2dab6c8
JR
87962008-12-20 Jason Rumney <jasonr@gnu.org>
8797
54ea0c87 8798 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 8799 server name in UNC paths. (Bug#719)
54ea0c87 8800
b2dab6c8 8801 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 8802 charbuf. (Bug#1035)
b2dab6c8 8803
6d1921be
DN
88042008-12-19 Daniel Engeler <engeler@gmail.com>
8805
8806 * sysdep.c (serial_configure): Fix typo.
8807
53934c98
DN
88082008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
8809
8810 * sysdep.c: Include alloca.h.
f4f634e8
DN
8811 (system_process_attributes): Add implementation for Solaris.
8812
8813 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 8814
06e111a6
DN
88152008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
8816
8817 Reorganize implementation of Flist_system_processes and
8818 Fsystem_process_attributes. No functional changes.
8819 * process.c: Don't #include pwd.h, grp.h and limits.h.
8820 (Flist_system_processes): Just call list_system_processes.
8821 (Fsystem_process_attributes): Just call system_process_attributes.
8822 (procfs_list_system_processes, time_from_jiffies)
8823 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
8824 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
8825
8826 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
8827 (list_system_processes): Rename from
8828 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
8829 Provide a do nothing implementation.
8830 (system_process_attributes): Rename from
8831 procfs_list_system_processes.
8832 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 8833 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
8834
8835 * w32.c (list_system_processes): Rename from
8836 w32_list_system_processes.
8837 (system_process_attributes): Rename from
8838 w32_system_process_attributes.
8839
8840 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
8841
8842 * process.h (w32_list_system_processes)
8843 (w32_system_process_attributes): Remove.
362654a6
JB
8844 (list_system_processes, system_process_attributes):
8845 New prototypes.
06e111a6 8846
6a705b23
KH
88472008-12-19 Kenichi Handa <handa@m17n.org>
8848
8849 * xfont.c (xfont_decode_coding_xlfd): New function.
8850 (xfont_encode_coding_xlfd): New function.
8851 (xfont_list_pattern): Decode XLFD by iso-8859-1.
8852 (xfont_list): Decode and encode XLFD by iso-8859-1.
8853 (xfont_match): Likewise.
8854 (xfont_list_family): Likewise.
8855 (xfont_open): Likewise.
8856
d66c0241 8857 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
8858 names are utf-8.
8859
d66c0241 8860 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
8861 names are utf-8.
8862
5a130941
JD
88632008-12-18 Jan Djärv <jan.h.d@swipnet.se>
8864
8865 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
8866 changed.
bfd20325
JD
8867 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
8868 clicked on a detached tool bar button.
5a130941 8869
fd95644b
DN
88702008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
8871
8872 * emacs.c (main): Print and error and exit when no data is read
8873 from the pipe.
8874
e6eee6ae
JR
88752008-12-17 Jason Rumney <jasonr@gnu.org>
8876
8877 * w32font.c (w32font_has_char): Always return -1.
8878
a35dd56b
KH
88792008-12-16 Kenichi Handa <handa@m17n.org>
8880
8881 * font.c (font_open_entity): Fix previous change.
8882
0e3635c2
DN
88832008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
8884
8885 * process.c: Include <limits.h>.
8886
d4835507 88872008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
8888
8889 * font.c (font_update_drivers): Fix mistake in reconstructing the
8890 driver list.
8891
88922008-12-16 Chong Yidong <cyd@stupidchicken.com>
8893
8894 * font.c (font_clear_cache): Fix format of font cache data.
8895
e2cbc401
CY
88962008-12-15 Chong Yidong <cyd@stupidchicken.com>
8897
8898 * xftfont.c (xftfont_open): Free Xft font pattern if
8899 XftFontOpenPattern fails.
8900
8901 * xterm.c (x_free_frame_resources): Remove extraneous call to
8902 free_frame_faces.
8903
b131d535
CY
89042008-12-13 Chong Yidong <cyd@stupidchicken.com>
8905
8906 * xterm.c (x_delete_display): Move xim_close_dpy call to
8907 x_delete_terminal.
8908 (x_delete_terminal): Call xim_close_dpy.
8909
e6df5336
JR
89102008-12-13 Jason Rumney <jasonr@gnu.org>
8911
8912 * w32font.c (intern_font_name): New function.
8913 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
8914 (w32font_open_internal, Fx_select_font): Decode font name.
8915 (fill_in_logfont, list_all_matching_fonts): Encode font name.
8916
8917 * w32font.h (intern_font_name): Declare new function.
8918
8919 * w32uniscribe.c (add_opentype_font_name_to_list):
8920 Use intern_font_name.
8921
20d68145
CY
89222008-12-13 Chong Yidong <cyd@stupidchicken.com>
8923
9f2554de
CY
8924 * frame.c (Fdelete_frame): Call free_font_driver_list.
8925
3d9bec9a
CY
8926 * font.c (free_font_driver_list): Implement missing function.
8927
20d68145
CY
8928 * w32term.c (w32_term_init): Don't initialize the image cache
8929 here; it will be done in init_frame_faces.
8930
8931 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
8932 (struct x_display_info): Remove unused member null_pixel. New
8933 member xim_callback_data.
8934
8935 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
8936 (xim_initialize): Save pointer to callback function data.
8937 (xim_close_dpy): Free callback function data. Call XCloseIM,
8938 reverting 2008-11-04 change by David Smith.
8939 (x_term_init): Don't initialize the image cache here; it will be
8940 done in init_frame_faces. Remove ancient "null_pixel" cruft.
8941 (x_delete_display): Free x_dnd_atoms member.
8942
96f9306b
KH
89432008-12-13 Kenichi Handa <handa@m17n.org>
8944
6dec9044
JB
8945 * font.c (font_rescale_ratio): Moved from xfaces.c.
8946 Argument type changed. Handle a font-spec too.
96f9306b 8947 (font_score): Check Vface_font_rescale_alist.
6dec9044 8948 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
8949
8950 * xfaces.c (font_rescale_ratio): Moved to font.c.
8951
8d5b4964
CY
89522008-12-13 Chong Yidong <cyd@stupidchicken.com>
8953
8954 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
8955
e6df5336
JR
89562008-12-12 Jason Rumney <jasonr@gnu.org>
8957
8958 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
8959 Vwindow_system_version to the real w32 major version.
8960
97c6058a
DN
89612008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
8962
8963 * term.c (init_tty): Move setting the terminal name before the
8964 potential user: maybe_fatal.
8965
ec4e88d7
CY
89662008-12-11 Chong Yidong <cyd@stupidchicken.com>
8967
d4835507
JB
8968 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
8969 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 8970
b4233ec9
JR
89712008-12-11 Jason Rumney <jasonr@gnu.org>
8972
8ec71e23 8973 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 8974 SYMBOL_CHARSET. (Bug#547)
8ec71e23 8975
b4233ec9 8976 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 8977 size for surrogates. (Bug#1096, bug#872)
b4233ec9 8978
011a0143
JB
89792008-12-11 Juanma Barranquero <lekktu@gmail.com>
8980
8981 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
8982
3c309f34
JB
89832008-12-11 Juanma Barranquero <lekktu@gmail.com>
8984
8985 * process.c (Fsystem_process_attributes, syms_of_process):
8986 Fix typo in name of Ssystem_process_attributes.
8987 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
8988
fedc6ab5
JB
89892008-12-11 Juanma Barranquero <lekktu@gmail.com>
8990
8991 * syntax.c (Fmodify_syntax_entry): Doc fix.
8992
ba3de0e8
JB
89932008-12-10 Juanma Barranquero <lekktu@gmail.com>
8994
8995 * font.c (Ffont_spec): Move usage to end of docstring.
8996
174f1c74
JR
89972008-12-10 Jason Rumney <jasonr@gnu.org>
8998
8999 * w32font.c (Qcham): New symbol.
9000 (font_supported_scripts): Add cham, and comments for other new
9001 scripts in bitfield from OpenType spec.
9d32f818
JR
9002 (add_font_entity_to_list): Limit unicode-sip fonts to those that
9003 contain characters beyond the bmp.
174f1c74 9004
7b649478
KH
90052008-12-10 Kenichi Handa <handa@m17n.org>
9006
9007 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 9008 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
9009 Qunicode_sip.
9010
2133e2d1
JB
90112008-12-10 Juanma Barranquero <lekktu@gmail.com>
9012
9013 * coding.c (QCdefault_char): Rename from QCdefalut_char.
9014 (Fcoding_system_put): Use QCdefault_char.
9015 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
9016
9af886ee
CY
90172008-12-09 Chong Yidong <cyd@stupidchicken.com>
9018
74d819eb
CY
9019 * xftfont.c (syms_of_xftfont): Fix typo.
9020
4ccfa1c0 9021 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 9022
7c19d3ae
DN
90232008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9024
9025 * emacs.c (main): Close daemon_pipe on exec.
9026
567826bb
CY
90272008-12-08 Chong Yidong <cyd@stupidchicken.com>
9028
9029 * termchar.h (struct tty): New members termcap_term_buffer and
9030 termcap_strings_buffer.
9031
9032 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 9033 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
9034 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
9035 All callers changed.
9036 (init_tty): Store termcap data and string buffers in new struct
9037 tty members termcap_term_buffer and termcap_strings_buffer.
9038 (delete_tty): Free them.
4ccfa1c0 9039 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 9040
aa96c42b
SZ
90412008-12-07 Seiji Zenitani <zenitani@mac.com>
9042
9043 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 9044 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 9045
b7e1d896
CY
90462008-12-06 Chong Yidong <cyd@stupidchicken.com>
9047
9048 * coding.c (make_conversion_work_buffer): Disable buffer
9049 modification hooks in the work buffer.
9050
b5ec91a5
EZ
90512008-12-05 Eli Zaretskii <eliz@gnu.org>
9052
9053 * process.c (procfs_system_process_attributes): If `nread' has a
9054 negative value, assign zero to it.
9055
a5d2a52b
CY
90562008-12-05 Chong Yidong <cyd@stupidchicken.com>
9057
68c5540b 9058 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 9059
7bf1bb21
KH
90602008-12-05 Kenichi Handa <handa@m17n.org>
9061
9062 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
9063 second character is a combining character.
9064
2fdc7d00
EZ
90652008-12-05 Eli Zaretskii <eliz@gnu.org>
9066
9067 * process.c (procfs_system_process_attributes): Don't use cmd,
9068 cmdsize, and q without initializing them first.
9069
bf6bfba8
JR
90702008-12-04 Jason Rumney <jasonr@gnu.org>
9071
9072 * w32font.c (w32font_draw): Initialize orig_clip before getting
9073 it, and delete it when finished.
9074
a3b1a468
DN
90752008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
9076
9077 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
9078 case when running as a daemon before detaching.
9079
8b8be8eb
JB
90802008-12-03 Juanma Barranquero <lekktu@gmail.com>
9081
805f2638 9082 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 9083
b1bde622
KH
90842008-12-03 Kenichi Handa <handa@m17n.org>
9085
e500c47d
KH
9086 * font.c (font_at): Set `multibyte' at first.
9087
ca516334
KH
9088 * coding.c (decode_coding_charset): Check type of an element of
9089 vector VALIDS.
7bf1bb21 9090 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 9091
4ccfa1c0 9092 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
9093 (font_for_char): Likewise.
9094
1e5ecd37
CY
90952008-12-03 Chong Yidong <cyd@stupidchicken.com>
9096
d5b01609 9097 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
9098 (font_update_lface): Handle fonts with corrupted size specs,
9099 i.e. non-int and non-float.
d5b01609 9100
11e3a6e4 9101 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 9102 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 9103 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 9104
ab06788b
CY
9105 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
9106
1e5ecd37 9107 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 9108 underline_minimum_offset for underline position.
1e5ecd37 9109
63c125ab
DN
91102008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9111
9112 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
9113
9114 * character.c (c_string_width): Specify the type for LEN.
9115
3a8406e1
KH
91162008-12-03 Kenichi Handa <handa@m17n.org>
9117
4ccfa1c0 9118 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 9119 (decode_coding_utf_8): Likewise.
4ccfa1c0 9120 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 9121 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 9122
651df7d9
CY
91232008-12-02 Chong Yidong <cyd@stupidchicken.com>
9124
9125 * keyboard.c (make_lispy_position): Only use PT if the selected
9126 window is current.
9127
1f625c6c
AS
91282008-12-02 Andreas Schwab <schwab@suse.de>
9129
f7741ce9
AS
9130 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
9131
1f625c6c
AS
9132 * doprnt.c (doprnt1): Fix size of charbuf.
9133
92bc2678
CY
91342008-12-02 Chong Yidong <cyd@stupidchicken.com>
9135
9136 * keyboard.c (timer_check): Revert last change.
9137
93b9e8cc
JB
91382008-12-02 Juanma Barranquero <lekktu@gmail.com>
9139
9140 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
9141
fd7a37d5
JB
91422008-12-01 Juanma Barranquero <lekktu@gmail.com>
9143
9144 * makefile.w32-in: Update dependencies.
9145 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
9146
c115043b
AS
91472008-12-01 Andreas Schwab <schwab@suse.de>
9148
9149 * font.c (register_font_driver): Use xmalloc.
9150 (font_put_frame_data): Likewise.
9151
f5668d2a
CY
91522008-12-01 Chong Yidong <cyd@stupidchicken.com>
9153
860d96be
CY
9154 * xfaces.c (realize_x_face): Make abort condition clearer.
9155
f5668d2a
CY
9156 * gtkutil.c (update_frame_tool_bar): Initialize variable.
9157
379c17e7
CY
91582008-11-30 Chong Yidong <cyd@stupidchicken.com>
9159
9160 * keyboard.c (timer_check): After a timer runs, ensure that the
9161 selected window's buffer is current.
9162
35f36d65
JB
91632008-11-30 Juanma Barranquero <lekktu@gmail.com>
9164
f952c61c
JB
9165 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
9166 It was accidentally restored by the Unicode merge.
9167
35f36d65
JB
9168 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
9169
b23077df
JB
91702008-11-29 Juanma Barranquero <lekktu@gmail.com>
9171
9172 * w32proc.c: Include "coding.h".
9173 (Fw32_short_file_name): Encode filename passed to Windows API.
9174 (Fw32_long_file_name): Encode filename passed to Windows API and
9175 decode back the result. (Bug#1433)
9176
b8ebe9dd
KH
91772008-11-29 Kenichi Handa <handa@m17n.org>
9178
8cc53f96
KH
9179 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
9180 not before accessing it.
9181
b8ebe9dd
KH
9182 * charset.c (Fdefine_charset_internal): After calculating
9183 min_char, max_char, and fastmap, copy the charset structure again.
9184 (encode_char): Fix the previous change.
9185
59bc82c0
SZ
91862008-11-28 Seiji Zenitani <zenitani@mac.com>
9187
9188 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
9189
9190 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
9191
9192 * nsterm.m (x_set_frame_alpha): New function.
9193
32247e3d
EZ
91942008-11-27 Eli Zaretskii <eliz@gnu.org>
9195
9196 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
9197
b003e5ff
JB
91982008-11-27 Juanma Barranquero <lekktu@gmail.com>
9199
9200 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
9201 pointer to check_face_name.
9202
708550f5
KH
92032008-11-27 Kenichi Handa <handa@m17n.org>
9204
9205 * category.h (SET_CATEGORY_SET): Call set_category_set.
9206 (set_category_set): Extern it.
9207
9208 * category.c (hash_get_category_set): New function.
9209 (Fmodify_category_entry): Adjusted for the change of
9210 char_table_ref_and_range. Call hash_get_category_set to get a
9211 category set to store in the table.
9212
9213 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
9214 Funify_charset.
9215
2ae37cf0 9216 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
9217 (DECODE_CHAR): Check if the decoder vector is ready.
9218 (ENCODE_CHAR): Check if the encoder char-table is ready.
9219 (maybe_unify_char): Extern it.
9220
9221 * charset.c (Vchar_unified_charset_table): Delete it.
9222 (inhibit_load_charset_map): New variable.
9223 (temp_charset_work): New variable.
9224 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
9225 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
9226 New macros.
9227 (load_charset_map): Meaning of control_flag changed. If
9228 inhibit_load_charset_map is nonzero, setup a table in
9229 temp_charset_work.
9230 (load_charset): New argument control_flag.
9231 (map_charset_for_dump): New function.
9232 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
9233 map_charset_for_dump.
9234 (Fdefine_charset_internal): If the charset method is MAP, load
9235 mapping tables by calling load_charset.
9236 (Funify_charset): Don't load a mapping table but directly set
9237 Vchar_unify_table.
9238 (maybe_unify_char): New function.
9239 (decode_char): Don't handle the deleted method MAP_DEFERRED.
9240 Handle the case of inhibit_load_charset_map being nonzero.
9241 (encode_char): Don't handle the deleted method MAP_DEFERRED.
9242 Handle the case of inhibit_load_charset_map being nonzero.
9243 (Fclear_charset_maps): Just free temp_charset_work.
9244 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
9245 variable.
9246
9247 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
9248 change of char_table_ref_and_range.
9249 (char_table_ref_and_range): Change the meaning of argument FROM
9250 and TO. Now the caller must provide initial values for *FROM
9251 and *TO.
9252
9253 * fontset.c (fontset_add): Adjusted for the change of
9254 char_table_ref_and_range.
9255 (fontset_get_font_group): Likewise.
9256 (Ffontset_info): Likewise.
9257
9258 * keymap.c (describe_vector): Adjusted for the change of
9259 char_table_ref_and_range. For char-table, put boundary between
9260 non-ASCII and 8-bit characters.
9261
9262 * print.c (print_object): For bool-vector, delete unnecessary
9263 check of ASCII_BYTE_P.
9264
9196133b
JR
92652008-11-26 Jason Rumney <jasonr@gnu.org>
9266
9267 * w32font.c (w32font_open_internal): Don't include external
9acef61c 9268 leading in font height. (Bug#879)
9196133b 9269
9f688acf
GM
92702008-11-26 Glenn Morris <rgm@gnu.org>
9271
9272 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
9273 redefinition with ifdef. (Bug#1383)
9274
90d19aff
AR
92752008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9276
9277 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
9278
4ccfa1c0 92792008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
9280
9281 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
9282 New EmacsView methods.
9283 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
9284 Fixes bug #1048,1357,1414.
9285
92862008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9287
9288 Fix bug #1362.
9289 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
9290 is not an indexed color.
9291 * nsterm.m (free_indexed_color): Add argument checking.
9292 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
9293
e7d5ecb3
CY
92942008-11-24 Chong Yidong <cyd@stupidchicken.com>
9295
9296 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
9297 Document confirm-after-completion value for
9298 minibuffer-completion-confirm.
9299
c285743c
JR
93002008-11-24 Jason Rumney <jasonr@gnu.org>
9301
9302 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
9303 warning.
9304
b0857706
JR
93052008-11-23 Jason Rumney <jasonr@gnu.org>
9306
9307 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
9308 restored before returning.
9309
9310 * w32font.c (check_face_name): New function.
9311 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 9312 fonts. (Bug#642)
b0857706 9313
ee50ff07
MR
93142008-11-22 Martin Rudalics <rudalics@gmx.at>
9315
9316 * buffer.c (Fswitch_to_buffer): Reword and mention new option
9317 confirm-nonexistent-file-or-buffer in doc-string.
9318
b8ff72fa
SM
93192008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9320
9321 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
9322 Fix copy/paste typo. Add checks.
9323
cee53ed4
KH
93242008-11-21 Kenichi Handa <handa@m17n.org>
9325
9326 * coding.c (detect_coding_iso_2022): Reject invalid composition
9327 sequence.
9328 (DECODE_COMPOSITION_START): If the current source is the last
9329 block, and the current composition doesn't end, regard this
9330 sequence as invalid.
9331 (decode_coding_iso_2022): Handle invalid composition sequence.
9332
f6ef1e65
MR
93332008-11-20 Martin Rudalics <rudalics@gmx.at>
9334
9335 * window.c (coordinates_in_window): Don't return
9336 ON_VERTICAL_BORDER for the rightmost position of a mode/header
9337 line when the window is not the rightmost one. (Bug#1372)
9338
e08b1705
MR
93392008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
9340
9341 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
9342
ad98e89f
EZ
93432008-11-15 Eli Zaretskii <eliz@gnu.org>
9344
9345 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
9346 and bright_bg if noninteractive is non-zero.
9347
fb098a4b
CY
93482008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9349
9350 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
9351 x_draw_glyph_string_background.
9352
9353 * w32term.c (x_draw_glyph_string): Likewise.
9354
ce952b6e
CY
93552008-11-15 Chong Yidong <cyd@stupidchicken.com>
9356
9357 * xterm.c (x_draw_glyph_string): Stop drawing the background of
9358 the next glyph string once past the overhang width.
9359
9360 * nsterm.m (ns_draw_glyph_string): Likewise.
9361
9362 * w32term.c (x_draw_glyph_string): Likewise.
9363
26ea7079
CY
93642008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
9365
9366 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
9367 double file close.
9368
1c33c906
MR
93692008-11-14 Martin Rudalics <rudalics@gmx.at>
9370
9371 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
9372 dedicated status of window before attempting to display another
9373 buffer in it.
9374
8fc29035
JB
93752008-11-14 Juanma Barranquero <lekktu@gmail.com>
9376
9377 * msdos.c (Fmsdos_long_file_names):
9378 (syms_of_msdos) <dos-unsupported-char-glyph>:
9379 * dosfns.c (Fint86): Fix typos in docstrings.
9380
55fb4286
EZ
93812008-11-14 Eli Zaretskii <eliz@gnu.org>
9382
9383 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
9384
3fda0315
KY
93852008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9386
9387 * puresize.h (BASE_PURESIZE): Increase to 1260000.
9388
7e849c17
CY
93892008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
9390
9391 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
9392
9393 * frame.h: Negative alpha means "don't touch".
9394
9395 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
9396
9397 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
9398
b9fd67bd
DN
93992008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
9400
9401 * hftctl.c:
9402 * chpdef.h:
9403 * acldef.h: Remove files used only for systems no longer supported.
9404
9405 * Makefile.in: Fix .o alphabetical ordering.
9406 (hftctl.o): Remove dependency, file removed.
9407 (keymap.o, print.o): Depend on charset.h.
9408
d5998e03
KH
94092008-11-10 Kenichi Handa <handa@m17n.org>
9410
2ae37cf0 9411 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 9412
be70e183
CY
94132008-11-08 Chong Yidong <cyd@stupidchicken.com>
9414
9415 * dired.c (file_name_completion): If completion_ignore_case is
9416 enabled, ignore case when checking completion-regexp-list.
9417
7cf94eac
EZ
94182008-11-08 Eli Zaretskii <eliz@gnu.org>
9419
9420 * vm-limit.c (get_lim_data): Fix last change.
9421
ee107a89
KH
94222008-11-08 Kenichi Handa <handa@m17n.org>
9423
9424 * character.c (Fget_byte): New function.
9425 (syms_of_character): Defsubr Fget_byte.
9426
5fd15622
CY
94272008-11-07 Chong Yidong <cyd@stupidchicken.com>
9428
9429 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
9430 cursor position is valid after scrolling.
9431
13d62fad
JB
94322008-11-06 Juanma Barranquero <lekktu@gmail.com>
9433
9434 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
9435
a1dd2936
GM
94362008-11-06 Glenn Morris <rgm@gnu.org>
9437
9438 * xterm.c (handle_one_xevent): Don't let popup menus cause
9439 mouse-autoselect-window related window switching. (Bug#1261)
9440
860cd236
CY
94412008-11-04 David Smith <davidsmith@acm.org> (tiny change)
9442
9443 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
9444
653a3150
AS
94452008-11-04 Andreas Schwab <schwab@suse.de>
9446
9447 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
9448
870f5cac
CY
94492008-11-03 Chong Yidong <cyd@stupidchicken.com>
9450
9451 * xfns.c (Fx_wm_set_size_hint): New function.
9452
1e02f3cb
MR
94532008-11-03 Martin Rudalics <rudalics@gmx.at>
9454
9455 * textprop.c (Fprevious_single_char_property_change): Return 0
9456 when there's no change in a string. (Bug#1301)
9457
e630dfc6
MR
94582008-11-02 Martin Rudalics <rudalics@gmx.at>
9459
9460 * frame.c (do_switch_frame): New argument NORECORD passed to
9461 Fselect_window.
9462 (Fselect_frame): New argument NORECORD passed to
9463 do_switch_frame.
9464 (Fset_frame_selected_window): New argument NORECORD passed to
9465 Fselect_frame.
9466 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
9467 in call of do_switch_frame.
9468 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
9469 Handle NORECORD argument in call of Fselect_frame.
9470 * lisp.h (do_switch_frame, Fselect_frame)
9471 (Fset_frame_selected_window): Adjust declarations.
9472 * window.c (select_frame_norecord): New function.
9473 (run_window_configuration_change_hook): Use it and call
9474 Fselect_frame with NORECORD set.
9475 (Fselect_window): Pass NORECORD to Fselect_frame.
9476 (Fset_window_configuration): Handle NORECORD argument in call of
9477 do_switch_frame.
9478 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
9479 Fset_frame_selected_window.
9480 * keyboard.c (command_loop_1): Handle NORECORD in call of
9481 Fselect_frame (currently ifdefd).
9482
9020b223
GM
94832008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
9484
9485 * emacs.c (USAGE2): Untabify.
9486
793ffee8
SM
94872008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
9488
9489 * composite.c (fill_gstring_header): Fix copy/paste typo.
9490
ab6d1131
MR
94912008-10-31 Martin Rudalics <rudalics@gmx.at>
9492
9493 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
9494 (Fother_window): Rename argument and rewrite doc-string.
9495 (select_window_norecord): Fix return value. (Bug#1276)
9496
601a9cf1
JB
94972008-10-30 Juanma Barranquero <lekktu@gmail.com>
9498
9499 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
9500 new frames overriding foreground for tooltips. Based on similar patch
9501 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
9502
813b0652
CY
95032008-10-29 Chong Yidong <cyd@stupidchicken.com>
9504
9505 * emacs.c (Fdaemon_initialized): Initialize nfd.
9506
4414f58f
MR
95072008-10-29 Martin Rudalics <rudalics@gmx.at>
9508
9509 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
9510 (Fwindow_text_height): Clarify doc-strings.
9511 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
9512 doc-string of window-scroll-functions.
9513
ecdcaa09
RS
95142008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9515
9516 * category.c (syms_of_category): Fix typo in docstring.
9517
23fe745a
JB
95182008-10-28 Juanma Barranquero <lekktu@gmail.com>
9519
9520 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
9521 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
9522 Fix typos in docstrings.
9523
ff808935
DN
95242008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
9525
9526 * emacs.c (daemon_pipe): Make non-static.
9527 (IS_DAEMON): Move definition ...
9528 * lisp.h (IS_DAEMON): ... here.
9529 (daemon_pipe): Declare.
9530 (is_daemon): Remove.
9531 * dispnew.c (init_display): Use IS_DAEMON.
9532
fc012771
SM
95332008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9534
9535 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
9536 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
9537
9538 * emacs.c (is_daemon): Remove.
9539 (main): Don't set is_daemon.
9540 (IS_DAEMON): New macro.
9541 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 9542 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
9543 parent exits.
9544 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
9545
d8bdbe6f
CY
95462008-10-27 Chong Yidong <cyd@stupidchicken.com>
9547
d1a072bf
CY
9548 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
9549 over-sized glyph, draw it with the default glyph width.
9550
e2e325aa
CY
9551 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
9552 glyph, draw it with the default glyph width.
9553
9554 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
9555 glyph, draw it with the default glyph width.
9556
d8bdbe6f
CY
9557 * xdisp.c (try_scrolling): When computing the distance from the
9558 scroll margin to PT, try moving some distance past the window
9559 bottom before giving up.
9560
7bfac547
MR
95612008-10-27 Martin Rudalics <rudalics@gmx.at>
9562
9563 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
9564 (Fset_window_buffer): Explain in doc-string that a window can be
9565 "strongly" dedicated to its buffer.
9566
4ff029f6
DN
95672008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
9568
9569 * emacs.c (daemon_name): New variable.
9570 (main): Deal with --daemon=SERVER_NAME.
9571 (Fdaemonp): Return a name if one was passed to --daemon.
9572
5790ef40
DN
95732008-10-26 Romain Francoise <romain@orebokech.com>
9574
f9bd0df9 9575 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
9576 (main): Create a pipe before forking, make the parent exit only after
9577 the child has closed its end of the pipe. Move closing the
9578 descriptors ...
9579 (Fdaemon_initialized): ... here. New function.
9580
f5385255
SM
95812008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9582
4d632321
SM
9583 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
9584 the previous unoptimized table.
9585
f5385255
SM
9586 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
9587 the distinction between non-nil and non-t value of `dedicated'.
9588
6c56a0f3
CY
95892008-10-25 Chong Yidong <cyd@stupidchicken.com>
9590
9591 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 9592 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 9593
fec89261
MR
95942008-10-25 Martin Rudalics <rudalics@gmx.at>
9595
9596 * window.c (Fget_buffer_window, Fdelete_windows_on)
9597 (Freplace_buffer_in_windows): Make buffer argument optional and
9598 rename to buffer_or_name.
9599
34fcddd0
CY
96002008-10-24 Chong Yidong <cyd@stupidchicken.com>
9601
f5385255
SM
9602 * xdisp.c (handle_single_display_spec, handle_display_prop):
9603 Undo 2005-05-16 change.
34fcddd0
CY
9604 (handle_stop): Pop iterator if it's loaded with an empty string.
9605 (get_overlay_strings_1): Don't save iterator if it's loaded with
9606 an empty string (bug#1201).
9607
064766f2
KH
96082008-10-24 Kenichi Handa <handa@m17n.org>
9609
9610 * ftfont.c (ftfont_otf_features): Fix previous change.
9611 (ftfont_otf_capability): Check FeatureList.FeatureCount before
9612 calling ftfont_otf_features.
9613
f9bd0df9 96142008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
9615
9616 * font.c (font_match_p): Fix for the case that a vector of
9617 characters is in script-representative-chars.
9618
1dae9197
MA
96192008-10-24 Michael Albinus <michael.albinus@gmx.de>
9620
9621 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 9622 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
9623 (xd_read_queued_messages): Catch Qdbus_error from the macros.
9624 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 9625 macro. (Bug#1186)
1dae9197 9626
f9bd0df9 96272008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
9628
9629 * s/sol2-10.h: New file.
9630
878a4584
JB
96312008-10-23 Juanma Barranquero <lekktu@gmail.com>
9632
9633 * xdisp.c (fill_glyph_string): Fix typo in source (though the
9634 poor beast has survived 9+ years and the jump from xterm.c!).
9635
cd265ca6
MR
96362008-10-23 Martin Rudalics <rudalics@gmx.at>
9637
9638 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
9639 Reword doc-string.
f5385255 9640 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 9641
472a4dc9
JB
96422008-10-23 Juanma Barranquero <lekktu@gmail.com>
9643
9644 * character.c (syms_of_character) <script-representative-chars>:
9645 <unicode-category-table>: Doc fixes.
9646
159bd5a2
NF
96472008-10-23 Noah Friedman <friedman@splode.com>
9648
9649 * coding.c (make_conversion_work_buffer): Check that
9650 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
9651 Fget_buffer_create.
9652
49f9c344
KH
96532008-10-23 Kenichi Handa <handa@m17n.org>
9654
9655 * font.c (font_add_log): Check the values of extra properties.
9656
12bb3111
MR
96572008-10-22 Martin Rudalics <rudalics@gmx.at>
9658
9659 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
9660 Reword doc-string.
9661 (Fset_window_parameter): Use NILP.
9662 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 9663 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 9664
bbeb4e99
JB
96652008-10-22 Juanma Barranquero <lekktu@gmail.com>
9666
9667 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
9668
96692008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
9670
9671 * nsfns.m (ns_appkit_version): New function.
9672 (x-server-version): Use it.
9673 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
9674 (x-server-vendor): Don't check_ns().
9675
9676 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
9677
a9b555d3
JB
96782008-10-22 Juanma Barranquero <lekktu@gmail.com>
9679
9680 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
9681 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
9682
4626499f
KH
96832008-10-22 Kenichi Handa <handa@m17n.org>
9684
e3681952
KH
9685 * syntax.c (scan_words): Call word_boundary_p instead of comparing
9686 scripts.
9687
4626499f
KH
9688 * category.c (word_boundary_p): Check scripts instead of charset.
9689 Handle nil value in word-separating-categories and
9690 word-combining-categories.
9691 (syms_of_category): Fix docstrings of word-separating-categories
9692 and word-combining-categories.
9693
1560f91a
EZ
96942008-10-21 Eli Zaretskii <eliz@gnu.org>
9695
9696 * coding.c (Fencode_coding_region, Fdecode_coding_region)
9697 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
9698
f4668441
MR
96992008-10-21 Martin Rudalics <rudalics@gmx.at>
9700
9701 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
9702 Rename arg "buffer" to "buffer_or_name".
9703 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
9704 it optional.
9705 (no_switch_window): Remove since the return value is not used.
a9b555d3 9706 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
9707 Consider window as dedicated when Fwindow_dedicated_p returns a
9708 non-nil value.
9709 * lisp.h: Remove prototype for no_switch_window.
9710
fd75ddb2
JD
97112008-10-21 Jan Djärv <jan.h.d@swipnet.se>
9712
9713 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 9714 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 9715
07295713
KH
97162008-10-21 Kenichi Handa <handa@m17n.org>
9717
9718 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
9719 check Vlatin_extra_code_table.
9720
712adc82
EZ
97212008-10-20 Eli Zaretskii <eliz@gnu.org>
9722
9723 * fileio.c (Fset_file_modes): Doc fix.
9724
f549eb0b
MA
97252008-10-19 Michael Albinus <michael.albinus@gmx.de>
9726
9727 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
9728 in arrays.
9729
aac0c6e3
MR
97302008-10-19 Martin Rudalics <rudalics@gmx.at>
9731
9732 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
9733 Mention kill-buffer in doc-string.
9734 (Fset_window_buffer): Reinsert tem check removed in last commit.
9735 (Fenlarge_window, Fshrink_window): Have argument names and
9736 doc-string follow Elisp manual more closely.
9737
97382008-10-18 Eli Zaretskii <eliz@gnu.org>
9739
9740 * fileio.c (Fset_file_modes): Doc fix.
9741
97422008-10-18 Martin Rudalics <rudalics@gmx.at>
9743
9744 * window.c (Fwindow_width, Fset_window_start)
9745 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
9746 (Fdelete_windows_on, Freplace_buffer_in_windows):
9747 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
9748 (Fwindow_dedicated_p): Make window argument optional.
9749 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
9750 (Fset_window_buffer): Respect any non-nil dedicated value for
9751 window. Rename "buffer" argument to "buffer_or_name".
9752
97532008-10-18 Ulrich Mueller <ulm@gentoo.org>
9754
9755 * m/sh3.h: New file, machine description for SuperH.
9756
97572008-10-17 Martin Rudalics <rudalics@gmx.at>
9758
9759 * window.c (Fsplit_window): Rename arg horflag to horizontal.
9760
97612008-10-17 Kenichi Handa <handa@m17n.org>
9762
9763 * ftfont.c (ftfont_otf_features): Fix indexing
9764 gsub_gpos->FeatureList.Feature. Check the validity of indices.
9765
97662008-10-16 Magnus Henoch <mange@freemail.hu>
9767
9768 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
9769 (Fdbus_call_method_asynchronously): Ditto.
9770 This change makes C-h f display the argument list.
9771
97722008-10-16 Chong Yidong <cyd@stupidchicken.com>
9773
9774 * fileio.c (Fexpand_file_name): Doc fix.
9775
9776 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
9777 of :foreground and :background equivalent to unspecified (20.x
9778 compatibility).
9779
97802008-10-15 Eli Zaretskii <eliz@gnu.org>
9781
9782 * buffer.c (syms_of_buffer): Doc fix.
9783
97842008-10-14 Kenichi Handa <handa@m17n.org>
9785
9786 * font.c (font_clear_prop): When clearing font width, clear the
9787 average width field too.
9788
97892008-10-12 Andreas Schwab <schwab@suse.de>
9790
9791 * ftfont.c (ftfont_shape_by_flt): Make static.
9792 * ftfont.h (ftfont_shape_by_flt): Don't declare.
9793
9794 * font.c: Don't include <m17n-flt.h>.
9795
97962008-10-10 Eli Zaretskii <eliz@gnu.org>
9797
9798 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
9799
98002008-10-09 Eli Zaretskii <eliz@gnu.org>
9801
9802 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
9803 away code.
9804
98052008-10-09 Chong Yidong <cyd@stupidchicken.com>
9806
9807 * dispnew.c (update_text_area): Avoid looping due to large glyph
9808 overhangs (bug#1070).
9809
98102008-10-09 Kenichi Handa <handa@m17n.org>
9811
9812 * fontset.c (face_for_char): If face->fontset is negative, just
9813 return ascii_face.
9814
f5385255
SM
9815 * font.c (font_delete_unmatched): Fix previous change.
9816 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
9817
98182008-10-09 Martin Rudalics <rudalics@gmx.at>
9819
9820 * frame.c (Fraise_frame): On text-only terminals select frame in
9821 order to make it visible. (Bug#1061)
9822
98232008-10-08 Chong Yidong <cyd@stupidchicken.com>
9824
9825 * fontset.c (fontset_find_font): Check frame validity.
9826
98272008-10-07 Chong Yidong <cyd@stupidchicken.com>
9828
a9b555d3 9829 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
9830 (xg_display_close): Allow Emacs to close all displays (bug#985).
9831
98322008-10-06 Andreas Schwab <schwab@suse.de>
9833
f5385255 9834 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
9835
98362008-10-06 Chong Yidong <cyd@stupidchicken.com>
9837
f5385255 9838 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 9839
a9b555d3 9840 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
9841
9842 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
9843 during initialization.
9844
98452008-10-04 Eli Zaretskii <eliz@gnu.org>
9846
9847 * xdisp.c (redisplay_internal): If frame switched, redisplay the
9848 whole thing on MSDOS frames as well as on a TTY.
9849
9850 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
9851 well as for TTY.
9852 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
9853 well as on a TTY.
9854
9855 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
9856 as well as for TTY.
9857
9858 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
9859
9860 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
9861 MSDOS frames as well.
9862
98632008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
9864
9865 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
9866 correct arguments.
b71ac3dd 9867 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
9868
98692008-10-03 Glenn Morris <rgm@gnu.org>
9870
9871 * emacs.c (USAGE1): Add --daemon.
9872
98732008-10-02 Eli Zaretskii <eliz@gnu.org>
9874
9875 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
9876 100, so it's in percents as advertised.
9877
98782008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
9879
9880 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
9881 (ns_output.current_cursor, ns_output.desired_cursor)
9882 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
9883 (FRAME_NEW_CURSOR_COLOR): Remove.
9884
9885 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 9886 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
9887 enumeration (HOLLOW_BOX_CURSOR, etc.).
9888
9889 * nsterm.m (ns_frame_rehighlight): Remove commented code.
9890 (draw_window_cursor): Simplify code.
f5385255
SM
9891 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
9892 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 9893 updates manually.
a9b555d3
JB
9894 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
9895 Use core Emacs cursor types.
aac0c6e3 9896
b8ff72fa 9897 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
9898
98992008-10-02 Martin Rudalics <rudalics@gmx.at>
9900
9901 * process.c (Faccept_process_output): Fix doc-string.
9902
99032008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
9904
9905 * gmalloc.c (__sbrk): Also define for uClibc.
9906
9907 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
9908 for uClibc.
9909
99102008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9911
9912 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
9913 styles.
9914 (nsfont_open): Reenable the cache.
9915
99162008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9917
9918 * font.c (font_matching_entity): Reflect ATTRS in font selection.
9919 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
9920
99212008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9922
9923 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
9924 a suspended terminal.
9925
99262008-09-30 Michael Albinus <michael.albinus@gmx.de>
9927
9928 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
9929
99302008-09-30 Eli Zaretskii <eliz@gnu.org>
9931
9932 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
9933
99342008-09-30 Chong Yidong <cyd@stupidchicken.com>
9935
9936 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
9937 in a continued line coincides with a line beginning.
9938
99392008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
9940
9941 * nsfont.m (nsfont_trait_distance): Fix bug.
9942 (nsfont_list): Return a list rather than a vector (syncs with Handa
9943 changes of 2008-05-14).
9944 (nsfont_open): Improve logging.
9945
99462008-09-29 Andreas Schwab <schwab@suse.de>
9947
9948 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
9949
99502008-09-28 Martin Rudalics <rudalics@gmx.at>
9951
9952 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
9953 name as char-resolve-modifiers.
9954 Reported by: Markus Triska <markus.triska@gmx.at>
9955
99562008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
9957
9958 * dispnew.c (init_display): Return earlier when running as a daemon.
9959
99602008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9961
9962 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
9963
99642008-09-27 Eli Zaretskii <eliz@gnu.org>
9965
9966 * composite.c (Fcomposition_get_gstring)
9967 (Fcompose_region_internal, Fcompose_string_internal)
9968 (Ffind_composition_internal): Doc fix.
9969 (syms_of_composite) <compose-chars-after-function>: Doc fix.
9970 (syms_of_composite) <auto-composition-function>: Doc fix.
9971 (syms_of_composite) <composition-function-table>: Doc fix.
9972
99732008-09-25 Chong Yidong <cyd@stupidchicken.com>
9974
9975 * search.c (wordify): New argument for lax word-ends.
9976 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
9977
99782008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9979
9980 * lisp.h (is_daemon): Declare.
9981 * dispnew.c (init_display): Do not try to initialize the terminal
9982 when running as a daemon.
9983
99842008-09-22 Chong Yidong <cyd@stupidchicken.com>
9985
9986 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
9987 x_display_pixel_height.
9988
99892008-09-22 Martin Rudalics <rudalics@gmx.at>
9990
9991 * undo.c (record_point): Don't call Fundo_boundary for first
9992 change. (Bug#731)
9993
99942008-09-22 Juanma Barranquero <lekktu@gmail.com>
9995
9996 * emacs.c (Fdaemonp): Doc fix.
9997
99982008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
9999
10000 * emacs.c (main): Place #ifdef in the proper place.
10001
100022008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10003
10004 * emacs.c (standard_args): Add --daemon.
10005 (main): Disconnect from the terminal when --daemon is passed.
10006 (is_daemon): New variable.
10007 (Fdaemonp): New function.
10008 (syms_of_emacs): Defsubr it.
10009
100102008-09-20 Chong Yidong <cyd@stupidchicken.com>
10011
10012 * xdisp.c (get_next_display_element): Handle string display
10013 correctly when checking for the end of a box run.
10014
100152008-09-20 Glenn Morris <rgm@gnu.org>
10016
10017 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
10018 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
10019 (Frename_file): Avoid copying to trash if a rename involves
10020 a delete. (Bug#964).
10021
100222008-09-20 Eli Zaretskii <eliz@gnu.org>
10023
10024 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
10025 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
10026 frames as well as termcap frames.
10027 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
10028 get_named_tty.
10029
100302008-09-19 Eli Zaretskii <eliz@gnu.org>
10031
10032 * process.c (procfs_system_process_attributes): Fix cmdline in
10033 case /proc/PID/cmdline is empty.
10034
10035 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
10036 x_display_pixel_height.
10037
100382008-09-19 Juanma Barranquero <lekktu@gmail.com>
10039
10040 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
10041
10042 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
10043 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
10044
100452008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
10046
10047 * dispextern.h (struct it): Move line_wrap away from the middle of
10048 bitfields. Move voffset in struct iterator_stack_entry after the
10049 bitfields. Move tab_width near after another short.
10050
100512008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
10052
10053 * frame.h (struct frame): Move alpha from the middle of bitfields.
10054
10055 * window.h (struct window): Move frozen_window_start_p after the
10056 rest of the bitfields to reduce padding.
10057
100582008-09-18 Chong Yidong <cyd@stupidchicken.com>
10059
10060 * xterm.h (x_display_info): Remove `height' and `width' members.
10061
10062 * nsterm.h (ns_display_info): Remove `height' and `width' members.
10063
10064 * w32term.h (w32_display_info): Remove `height', `width',
10065 `height_in', and `width_in' members.
10066
b8ff72fa
SM
10067 * xterm.c (x_display_pixel_height, x_display_pixel_width):
10068 New functions.
aac0c6e3
MR
10069 (x_calc_absolute_position): Use them.
10070 (x_term_init): Omit removed `height' and `width' members.
10071
b8ff72fa
SM
10072 * w32term.c (x_display_pixel_height, x_display_pixel_width):
10073 New functions.
aac0c6e3
MR
10074 (w32_read_socket, x_calc_absolute_position): Use them.
10075 (w32_initialize_display_info, w32_term_init): Omit removed members
10076 of w32_display_info.
10077
b8ff72fa
SM
10078 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
10079 New functions.
10080 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 10081
b8ff72fa
SM
10082 * xterm.c (x_display_pixel_height, x_display_pixel_width):
10083 New functions.
aac0c6e3
MR
10084 (x_calc_absolute_position): Use them.
10085 (x_term_init): Omit removed `height' and `width' members.
10086
10087 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
10088 (compute_tip_xy):
10089 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
10090 * xmenu.c (menu_position_func): Use x_display_pixel_height and
10091 x_display_pixel_width.
10092
100932008-09-18 Kenichi Handa <handa@m17n.org>
10094
10095 * composite.c (fill_gstring_header): Don't check FROM and TO here.
10096 (composition_compute_stop_pos): Fix handling of static composition.
10097 (Fcomposition_get_gstring): Check FROM and TO at first.
10098
100992008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10100
46e722a9 10101 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
10102 mixup (YAILOM).
10103
101042008-09-17 Chong Yidong <cyd@stupidchicken.com>
10105
10106 * indent.c (Fvertical_motion): Use position reported by iterator
10107 instead of PT for determining screen motion (bug#943).
10108
101092008-09-17 Romain Francoise <romain@orebokech.com>
10110
10111 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
10112
101132008-09-17 Kenichi Handa <handa@m17n.org>
10114
10115 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
10116
10117 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
10118 if necessary.
10119
101202008-09-16 Kenichi Handa <handa@m17n.org>
10121
10122 * coding.c (make_conversion_work_buffer): Avoid calling
10123 Fget_buffer_create if it is not necessary.
10124
101252008-09-15 Martin Rudalics <rudalics@gmx.at>
10126
10127 * window.c (Fselect_window): Don't update window_select_count and
10128 use_time when norecord is not nil.
10129
101302008-09-14 Kenichi Handa <handa@m17n.org>
10131
10132 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
10133 specpdl_ptr.
10134
101352008-09-12 Kenichi Handa <handa@m17n.org>
10136
10137 * indent.c (scan_for_column): Don't handle automatic composition
10138 if the current buffer is not associated with a window.
10139
10140 * composite.c (composition_reseat_it): If the current buffer is
10141 not associated with a window, ignore the automatic composition.
10142 (find_automatic_composition): Likewise.
10143
101442008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10145
10146 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
10147 (Fgpm_mouse_stop): Use it.
10148 * termhooks.h (close_gpm): Declare.
10149 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
10150 connection if Gpm_GetEvent fails.
10151
10152 * window.c (set_window_buffer): Always preserve current-buffer.
10153
101542008-09-12 Glenn Morris <rgm@gnu.org>
10155
10156 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
10157
101582008-09-11 Glenn Morris <rgm@gnu.org>
10159
10160 * charset.c (charset-map-path): Doc fix.
10161
101622008-09-10 Kenichi Handa <handa@m17n.org>
10163
10164 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
10165
10166 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
10167 compose a grapheme cluster with the preceding base glyph.
10168
10169 * composite.c (composition_compute_stop_pos): Fix previous change.
10170 Reset cmp_it->id to -1 at first.
10171
101722008-09-10 Glenn Morris <rgm@gnu.org>
10173
10174 * Makefile.in (character.o, chartab.o): Fix config.h typo.
10175
101762008-09-09 Chong Yidong <cyd@stupidchicken.com>
10177
10178 * keyboard.c (read_key_sequence): Reapply translation maps when
10179 switching keyboards.
10180
101812008-09-09 Kenichi Handa <handa@m17n.org>
10182
10183 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
10184 characters.
10185
10186 * composite.c (FORWARD_CHAR): Fix calculation
10187 of (POSITION).pos_byte.
10188 (composition_compute_stop_pos): Limit the search of composition to
10189 at most 500 characters ahead. If we reach the limit or find a
10190 newline, set cmp_it->ch to -2 and return 0.
10191 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
10192
101932008-09-08 Kenichi Handa <handa@m17n.org>
10194
10195 * indent.c (Fvertical_motion): Be sure to set
10196 it_overshoot_expected if it.cmp_it.id is non-negative.
10197
101982008-09-07 Andreas Schwab <schwab@suse.de>
10199
10200 * callproc.c (Fcall_process): Don't hold references to string data
10201 across garbage collection. Move initialisation of new_argv down
10202 to avoid compiler bug.
10203
102042008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10205
10206 * process.c (Fsystem_process_attributes): Doc fix.
10207
102082008-09-07 Chong Yidong <cyd@stupidchicken.com>
10209
10210 * callproc.c (Fcall_process): Canonicalize current directory name.
10211
10212 * xdisp.c (move_it_to): When moving by vpos, ensure that the
10213 iterator advances to the next line if the current line ends in a
10214 continued tab.
10215
102162008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
10217
10218 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
10219 member to point to cmp_from.
10220
10221 * xdisp.c: Doc fix for references to gidx data member.
10222
102232008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10224
10225 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
10226
102272008-09-07 Kenichi Handa <handa@m17n.org>
10228
10229 * composite.c (FORWARD_CHAR): Check STOP after
10230 incrementing (POSITION).pos.
10231
102322008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10233
10234 * process.c (Fsystem_process_attributes): Doc fix.
10235
102362008-09-06 Chong Yidong <cyd@stupidchicken.com>
10237
10238 * keyboard.c (Ftop_level): Doc fix.
10239
102402008-09-06 Eli Zaretskii <eliz@gnu.org>
10241
10242 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
10243 minibuffer, don't let lower part of menu invade the echo area.
10244
10245 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
10246 "char *q" to access menu text and advance through it. Revert the
10247 change that displayed ">" instead of ASCII character 0x10.
10248
102492008-09-05 Eli Zaretskii <eliz@gnu.org>
10250
10251 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
10252 toggle boxes and radio buttons on MS-DOS as well.
10253
102542008-09-05 Kenichi Handa <handa@m17n.org>
10255
10256 * composite.c (autocmp_chars): Check lookback count.
10257 (composition_compute_stop_pos): Set cmp_it->lookback.
10258 (composition_reseat_it): Check lookback count.
10259 (struct position_record): New struct.
10260 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
10261 (find_automatic_composition): New function.
10262 (composition_adjust_point): Use find_automatic_composition.
10263
10264 * dispextern.h (struct composition_it): New member lookback.
10265
102662008-09-02 Chong Yidong <cyd@stupidchicken.com>
10267
10268 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
10269 if moving by a single line.
10270
102712008-09-02 Andreas Schwab <schwab@suse.de>
10272
10273 * xterm.c (x_delete_display): Fix merge error.
10274
10275 * fileio.c (Fexpand_file_name): Remove unused variables.
10276
102772008-09-02 Eli Zaretskii <eliz@gnu.org>
10278
10279 * fileio.c (Fexpand_file_name): Copy argument `name' into local
10280 storage on all platforms, not just on DOS_NT.
10281
102822008-09-02 Jason Rumney <jasonr@gnu.org>
10283
b8ff72fa
SM
10284 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
10285 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
10286
102872008-09-01 Chong Yidong <cyd@stupidchicken.com>
10288
10289 * xfaces.c (Finternal_set_alternative_font_family_alist)
10290 (Finternal_set_alternative_font_registry_alist): Properly copy
10291 entire alist structure.
10292
102932008-09-01 Kenichi Handa <handa@m17n.org>
10294
d66c0241 10295 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 10296 representative chars of the script is a vector.
d66c0241
JB
10297 (ftfont_list): Handle the case where the representative chars of
10298 the script is a vector.
aac0c6e3
MR
10299
10300 * character.c (syms_of_character): Docstring of
10301 script-representative-chars fixed.
10302
103032008-08-31 Eli Zaretskii <eliz@gnu.org>
10304
10305 * msdos.c (BUILD_CHAR_GLYPH): New macro.
10306 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
10307 the menu. Allocate larger buffer for `text', to account for
10308 possible ^C characters.
10309
103102008-08-31 Martin Rudalics <rudalics@gmx.at>
10311
10312 * xdisp.c (prepare_menu_bars): Don't call
10313 Vwindow_size_change_functions with arg Qt.
10314
103152008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10316
10317 * font.h (font_range):
10318 * fileio.c (report_file_error):
46e722a9
SM
10319 * composite.c (composition_update_it): Yet another int/Lisp_Object
10320 mixup (YAILOM).
aac0c6e3
MR
10321
103222008-08-30 Glenn Morris <rgm@gnu.org>
10323
10324 * data.c (Fmake_variable_frame_local): Doc fix.
10325
10326 * frame.c (Fmodify_frame_parameters): Doc fix.
10327
103282008-08-30 Eli Zaretskii <eliz@gnu.org>
10329
10330 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
10331 needed by GetTokenInformation.
10332 (w32_system_process_attributes): Check return values of all system
10333 APIs.
10334
10335 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
10336 only when the state changes.
10337 (IT_update_begin, IT_update_end): Add termscript trace.
10338
10339 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
10340 clipboard is unavailable. Set dst to NULL if it doesn't point to
10341 malloc'ed data.
10342 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
10343 passing random values to xfree.
10344
10345 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 10346 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
10347
103482008-08-29 Jason Rumney <jasonr@gnu.org>
10349
10350 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
10351
103522008-08-29 Eli Zaretskii <eliz@gnu.org>
10353
10354 * composite.c (fill_gstring_body): Avoid compiler warnings.
10355
10356 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
10357 LGLYPH_SET_CODE to avoid compiler warnings.
10358
2ae37cf0 10359 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
10360
10361 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
10362
10363 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
10364 LGLYPH_SET_CODE.
10365
103662008-08-29 Kenichi Handa <handa@m17n.org>
10367
10368 * fileio.c (report_file_error): Don't downcase the first character
10369 of errstring if it is still unibyte.
10370
103712008-08-29 Kenichi Handa <handa@m17n.org>
10372
10373 These changes are to re-implement the automatic composition so
10374 that it doesn't use text properties.
10375
10376 * Makefile.in (ftfont.o): Depend on composite.h.
10377 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
10378
10379 * character.h (Vunicode_category_table): Extern it.
10380
10381 * character.c (Vunicode_category_table): New variable.
10382 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
10383
10384 * chartab.c (optimize_sub_char_table): Perform more greedy
10385 optimization.
10386
b8ff72fa
SM
10387 * composite.h (enum composition_method):
10388 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
10389 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
10390 (Vcomposition_function_table): Extern it.
10391 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
10392 (composition_gstring_put_cache, composition_gstring_from_id)
10393 (composition_gstring_p, composition_gstring_width)
10394 (composition_compute_stop_pos, composition_reseat_it)
10395 (composition_update_it, composition_adjust_point): Extern them.
10396 (Fcomposition_get_gstring): EXFUN it.
10397
d66c0241 10398 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
10399 (Vcomposition_function_table)
10400 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
10401 (gstring_hash_table, gstring_work, gstring_work_headers):
10402 New variables.
aac0c6e3
MR
10403 (gstring_lookup_cache, composition_gstring_put_cache)
10404 (composition_gstring_from_id, composition_gstring_p)
10405 (composition_gstring_width, fill_gstring_header)
10406 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
10407 (composition_reseat_it, composition_update_it)
b8ff72fa 10408 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
10409 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
10410 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 10411 Defsubr composition_get_gstring.
aac0c6e3
MR
10412
10413 * dispextern.h (struct glyph): New union u.cmp. Delete the member
10414 cmp_id.
10415 (struct glyph_string): Delete the member gidx. New members
10416 cmp_id, cmp_from, and cmp_to.
10417 (enum it_method): Delete GET_FROM_COMPOSITION.
10418 (struct composition_it): New struct.
10419 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
10420 Delete c, len, cmp_id, cmp_len in u.comp.
10421
10422 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 10423 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 10424 (enum lglyph_indices): Likewise.
b8ff72fa 10425 (font_range): Adjust extern.
aac0c6e3
MR
10426 (font_fill_lglyph_metrics): Extern it.
10427
10428 * font.c (QCf): New variable.
10429 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
10430 (font_prepare_composition): Delete this function.
10431 (font_range): Type and arguments changed.
10432 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
10433 (font_fill_lglyph_metrics): New function.
b8ff72fa 10434 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 10435 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
10436 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
10437 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
10438
10439 * fontset.h (font_for_char): Extern it.
10440
10441 * fontset.c (font_for_char): New function.
10442
10443 * ftfont.c: Include composite.h.
10444 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 10445 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
10446
10447 * indent.c: Include composite.h and dispextern.h.
10448 (check_composition): Delete this function.
10449 (scan_for_column): Handle composition by
10450 composition_compute_stop_pos, composition_reseat_it, and
10451 composition_update_it.
10452 (compute_motion): Likewise.
10453 (Fvertical_motion): Fix checking of composition.
10454
10455 * keyboard.c (adjust_point_for_property): Check composition by
10456 composition_adjust_point.
10457
b8ff72fa 10458 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
10459 struct glyph_string.
10460
b8ff72fa
SM
10461 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
10462 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
10463 struct glyph.
10464 (produce_composite_glyph): Likewise.
10465
b8ff72fa
SM
10466 * w32term.c (x_draw_composite_glyph_string_foreground):
10467 Adjust for the change of struct glyph_string.
aac0c6e3
MR
10468 (x_draw_glyph_string): Likewise.
10469
10470 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
10471 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
10472
10473 * xdisp.c: Include font.h.
10474 (it_props): Delete the entry for Qauto_composed.
10475 (init_iterator): Initialize it->cmp_it.id to -1.
10476 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 10477 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
10478 (handle_auto_composed_prop): Delete it.
10479 (handle_composition_prop): Handle only static composition.
10480 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
10481 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 10482 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
10483 (pop_it): Likewise.
10484 (get_next_element): Delete next_element_from_composition.
10485 (CHAR_COMPOSED_P): New macro.
10486 (get_next_display_element): For automatic composition, get a face
10487 from the font in the glyph-string.
10488 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 10489 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
10490 (next_element_from_string): Check if the character at the current
10491 position is composed by CHAR_COMPOSED_P.
10492 (next_element_from_buffer): Likewise.
d66c0241
JB
10493 (next_element_from_composition): Adjust for the change of struct it.
10494 Update it->cmp_it.
b8ff72fa
SM
10495 (dump_glyph): Adjust for the change of struct glyph.
10496 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
10497 it and struct glyph. Don't handle automatic composition here.
10498 (fill_gstring_glyph_string): New function.
10499 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 10500 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
10501 (BUILD_GSTRING_GLYPH_STRING): New macro.
10502 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
10503 automatic composition.
b8ff72fa 10504 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 10505 struct glyph.
b8ff72fa 10506 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 10507
b8ff72fa 10508 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
10509 the change of struct glyph_string.
10510 (x_draw_glyph_string): Likewise.
10511
105122008-08-29 Glenn Morris <rgm@gnu.org>
10513
10514 * buffer.c (word-wrap): Doc fix.
10515 * xdisp.c (truncate-partial-width-windows): Doc fix.
10516 Increase default to 50.
10517
105182008-08-29 Chong Yidong <cyd@stupidchicken.com>
10519
10520 * xdisp.c (update_tool_bar_unwind): New function.
10521 (update_tool_bar): Temporarily set selected frame before building
10522 tool-bar items.
10523
105242008-08-28 Michael Albinus <michael.albinus@gmx.de>
10525
10526 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
10527 snprintf, respectively.
10528 (xd_append_arg): Convert strings with Fstring_make_unibyte.
10529
105302008-08-28 Chong Yidong <cyd@stupidchicken.com>
10531
10532 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
10533 LDFLAGS to GNUstep CC invocation.
10534
105352008-08-27 Chong Yidong <cyd@stupidchicken.com>
10536
10537 * indent.c (Fvertical_motion): Revert last change. Handle the
10538 general case where we are moving forward, and PT spans multiple
10539 screen lines.
10540
10541 * eval.c (find_handler_clause): Temporarily increase
10542 max-lisp-eval-depth while printing the backtrace buffer, to
10543 guarantee that help-mode code can run.
10544
105452008-08-27 Eli Zaretskii <eliz@gnu.org>
10546
10547 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
10548 colors under -rv.
10549 (IT_set_frame_parameters): Don't swap foreground and background
10550 colors if `(reverse . t)' is present in the frame properties.
10551 (internal_terminal_init): Call init_frame_faces only for the
10552 initial frame.
10553
105542008-08-27 Andreas Schwab <schwab@suse.de>
10555
10556 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
10557
105582008-08-27 Andreas Schwab <schwab@suse.de>
10559
10560 * search.c (search_buffer): Set char_base to zero only at the end.
10561
105622008-08-27 Kenichi Handa <handa@m17n.org>
10563
b8ff72fa 10564 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
10565
105662008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
10567
10568 * xterm.c (x_term_init): Temporarily hide the partially
10569 initialized terminal while calling vendor-specific-keysyms.
10570
105712008-08-26 Eli Zaretskii <eliz@gnu.org>
10572
10573 * msdos.c (internal_terminal_init): Most initializations done only
10574 once, especially initial_screen_colors[] and termscript open.
10575
105762008-08-26 Chong Yidong <cyd@stupidchicken.com>
10577
10578 * eval.c (Fcondition_case): Doc fix.
10579
10580 * widgetprv.h (EmacsFramePart): Change font member to the new font
10581 struct.
10582
10583 * widget.c: Include character.h and font.h for XSETFONT.
10584 (setup_frame_gcs): Compute X font id from font struct, just once.
10585
105862008-08-26 Eli Zaretskii <eliz@gnu.org>
10587
10588 * term.c (get_named_tty): Fix last change.
10589
105902008-08-26 Chong Yidong <cyd@stupidchicken.com>
10591
10592 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 10593 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
10594
105952008-08-25 Eli Zaretskii <eliz@gnu.org>
10596
10597 * frame.c (do_switch_frame): Mark previously displayed frame as
10598 obscured for FRAME_MSDOS_P frames as well.
10599
106002008-08-24 Eli Zaretskii <eliz@gnu.org>
10601
10602 * frame.c (make_terminal_frame): Initialize f->terminal,
10603 f->terminal->reference_count, and scroll bars on MS-DOS as well.
10604 Set the top frame to newly created frame.
10605 (Fmake_terminal_frame): Reuse the_only_display_info.
10606
10607 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
10608 estimating available memory.
10609
b97439ce 106102008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
10611
10612 * nsterm.m (ns_draw_window_cursor): Don't call
10613 NSDisableScreenUpdates and NSEnableScreenUpdates on
10614 non-NS_IMPL_COCOA systems.
10615
106162008-08-23 Andreas Schwab <schwab@suse.de>
10617
10618 * process.c (procfs_system_process_attributes): Fix use of
10619 uninitialized variables.
10620
106212008-08-23 Eli Zaretskii <eliz@gnu.org>
10622
10623 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
10624
10625 * dispnew.c (init_display): Remove MS-DOS specific conditions for
10626 calling tty-set-up-initial-frame-faces.
10627
b8ff72fa
SM
10628 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
10629 Allow MSDOS frames along with X frames.
aac0c6e3
MR
10630
10631 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
10632 addition to output_termcap.
10633
10634 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
10635
10636 * termchar.h (FRAME_TTY): Support output_msdos_raw.
10637 (struct tty_display_info) [MSDOS]: Add fields related to mouse
10638 highlight.
10639
10640 * process.c [!subprocesses]: Define QCname.
10641 (syms_of_process): Intern and staticpro it.
10642
10643 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
10644 Adjust for changes in encoding/decoding routines.
10645 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
10646 encode_coding and decode_coding.
10647
b8ff72fa 10648 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
10649
10650 * dosfns.c: Include frame.h before termhooks.h.
10651 (dos_cleanup): Use CURTTY ()->termscript instead of a global
10652 variable termscript.
10653
10654 * s/msdos.h (USER_FULL_NAME): Define.
10655 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
10656
10657 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
10658 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
10659 pw->pw_gecos.
10660
10661 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
10662 SELECTED_FRAME as additional (1st) argument.
10663 (tty_read_avail_input): Handle output_msdos_raw in
10664 addition to output_termcap.
10665
10666 * msdos.c: Include frame.h before termhooks.h.
10667 (mouse_on, mouse_off, mouse_moveto, mouse_init)
10668 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
10669 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
10670 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
10671 (IT_set_terminal_modes, IT_reset_terminal_modes)
10672 (IT_set_frame_parameters): Use tty->termscript instead of a global
10673 variable termscript.
10674 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
10675 global variable terminal_coding. Don't refer to
10676 Vnonascii_translation_table.
10677 (internal_terminal_init): Set Vwindow_system in current_kboard.
10678 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
10679 Announce date and time of session start, if termscript is open.
10680 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
10681 term.c:init_tty). Open termscript only of not already open.
10682 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
10683 here instead of dos_ttraw. Don't initialize display if this is an
10684 initial tty. Don't set FRAME_FONT.
10685 (Vwindow_system_version): Bump to 23.
10686 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
10687 is available, set up mouse_position_hook.
10688 (dos_ttraw, IT_set_terminal_modes): If called with initial
10689 terminal, do nothing.
10690 (IT_set_frame_parameters): Handle the Qtty_type frame
10691 parameter by calling internal_terminal_init.
10692 (dos_set_window_size, show_mouse_face)
10693 (clear_mouse_face, IT_note_mode_line_highlight)
10694 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
10695 (dos_rawgetc): Use tty_display_info instead of x_display_info.
10696 (initialize_msdos_display): New function.
10697 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
10698 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
10699 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
10700 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 10701 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
10702 (request_sigio, unrequest_sigio): Don't define, now defined on
10703 sysdep.c.
10704 (IT_write_glyphs): Rewrite to use encode_terminal_code.
10705
10706 * term.c [MSDOS]: Include msdos.h.
10707 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
10708 conditional to DOS_NT. Allow only one call to this function in a
10709 session. Don't allocate a new struct tty_display_info; instead,
10710 reuse the_only_display_info. Call get_tty_size to get screen
10711 dimensions. Call init_baud_rate to set bad_rate.
10712 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
10713 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 10714 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
10715 (get_tty_terminal, get_named_tty, Ftty_type)
10716 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
10717 output_termcap.
b8ff72fa
SM
10718 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
10719 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 10720 only when subprocesses are supported.
aac0c6e3
MR
10721
10722 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
10723 f->output_data.x.
10724 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
10725 terminal devices.
10726
5582fbc7 10727 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
10728 x_output.
10729 (FRAME_FONT): Use output_data.tty.
10730 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
10731 (struct x_display_info): Rename from display_info. Update all users in
10732 msdos.c.
aac0c6e3 10733 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 10734 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
10735 (dos_ttraw): Update prototype.
10736
10737 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
10738 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
10739
107402008-08-23 Jason Rumney <jasonr@gnu.org>
10741
10742 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
10743 (fn_TIFFSetDirectory): New library function used.
10744 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
10745 (tiff_load): Use :index to select among multiple images. Set count
10746 property when multiple images exist.
10747 (gif_format): Use :index, not :image.
10748
107492008-08-23 Chong Yidong <cyd@stupidchicken.com>
10750
10751 * xdisp.c (try_scrolling): Check INT_MAX instead of
10752 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
10753 to obtain INT_MAX.
10754
107552008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
10756
10757 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
10758
107592008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
10760
10761 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
10762 GNUstep library location.
10763
107642008-08-21 Chong Yidong <cyd@stupidchicken.com>
10765
10766 * xfaces.c (x_update_menu_appearance): Check validity of menu font
10767 before using it.
10768
10769 * puresize.h (BASE_PURESIZE): Increase to 1250000.
10770
107712008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10772
10773 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
10774 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
10775 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
10776 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
10777 (EmacsApp-cursor_blink_handler): Remove declaration.
10778 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
10779 match 01 Feb 2008 changes in xterm.c.
10780 (ns_read_socket): Add cast to avoid warning.
10781 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
10782 GNUstep.
10783
107842008-08-20 Chong Yidong <cyd@stupidchicken.com>
10785
10786 * xselect.c (x_get_foreign_selection): Return nil if desired
10787 selection could not be obtained, instead of signalling an error.
10788
107892008-08-20 David Reitter <david.reitter@gmail.com>
10790
10791 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
10792 * nsterm.m: Remove ns-specific code for cursor blinking.
10793 (ns_draw_window_cursor): Clear cursor properly rather than
10794 redrawing the area. Respect width of bar cursors.
10795 These changes enable the use of generic blink-cursor-mode and
10796 generic cursor types in NS and support smooth cursor movements (do
10797 not blink off after command).
10798 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
10799 Nextstep, too.
10800
108012008-08-19 Kenichi Handa <handa@m17n.org>
10802
10803 * font.c (Vfont_log_deferred): New variable.
10804 (font_add_log): Check Vfont_log_deferred.
10805 (font_deferred_log): New function.
10806
10807 * font.h (font_deferred_log): Extern it.
10808
10809 * fontset.c (reorder_font_vector): Use encoding charset of fonts
10810 for sorting.
10811 (face_for_char): Use deferred log.
10812
108132008-08-18 Kenichi Handa <handa@m17n.org>
10814
10815 * fontset.c (face_for_char): Add font log.
10816
10817 * font.c (font_add_log): Add the font properties :script, :lang,
10818 and :otf in the log.
10819
108202008-08-17 Chong Yidong <cyd@stupidchicken.com>
10821
10822 * xdisp.c: Remove dead code.
10823 (handle_invisible_prop, next_overlay_string): Defer call to
10824 setup_for_ellipsis.
10825 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
10826
108272008-08-15 Chong Yidong <cyd@stupidchicken.com>
10828
10829 * xfaces.c (lookup_derived_face): Properly handle possible zero
10830 return value of get_lface_attributes.
10831 (merge_faces): Don't tell lookup_derived_face to signal an error
10832 if face is not found.
10833
10834 * dired.c (Fdirectory_files): Doc fix.
10835
10836 * process.c (make_process): Initialize kill_without_query struct
10837 member.
10838
108392008-08-15 Eli Zaretskii <eliz@gnu.org>
10840
10841 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
10842 Alternative calculation of totphys for Visual Studio 6.
10843
10844 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
10845
10846 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
10847 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
10848 All users changed.
10849 (stat): Only root directory passed to GetDriveType. Allow RAM
10850 disk as well as local fixed disk when w32-get-true-file-attributes
10851 is set to `local'.
10852 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
10853 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
10854 (w32_cached_id, w32_add_to_cache): New functions.
10855 (get_name_and_id): Look account names in the cache before calling
10856 lookup_account_sid.
10857 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
10858 New initialization flags.
10859 (globals_of_w32): Initialize them to zero.
10860 (w32_system_process_attributes): Use w32_cached_id and
10861 w32_add_to_cache.
10862
108632008-08-14 Lawrence Mitchell <wence@gmx.li>
10864
10865 * lread.c (Fread_char, Fread_char_exclusive): If no character
10866 event is read before timeout is reached, return nil, rather than
10867 converting to a number.
10868
108692008-08-14 Chong Yidong <cyd@stupidchicken.com>
10870
10871 * fns.c (use_dialog_box): Doc fix.
10872
10873 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
10874 on OS X.
10875
108762008-08-13 Chong Yidong <cyd@stupidchicken.com>
10877
10878 * frame.c (Qns_parse_geometry): New var.
10879 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
10880
108812008-08-11 Chong Yidong <cyd@stupidchicken.com>
10882
10883 * xdisp.c (x_produce_glyphs): Handle the case when font has no
10884 space character in calculating tabs.
10885
108862008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
10887
10888 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
10889
108902008-08-10 Glenn Morris <rgm@gnu.org>
10891
10892 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
10893 silence gcc "limited range of data type" warnings in some
10894 make_fixnum_or_float calls.
10895
108962008-08-09 Eli Zaretskii <eliz@gnu.org>
10897
10898 * w32.c (w32_system_process_attributes): If the process does not
10899 exist, return nil.
10900
10901 * w32.c: Include thelp32.h, psapi.h and coding.h.
10902 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
10903 declarations.
10904 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
10905 (Process32Next_Proc): New typedefs.
10906 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
10907 (g_b_init_process32_next, g_b_init_open_thread_token)
10908 (g_b_init_impersonate_self, g_b_init_revert_to_self)
10909 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
10910 (g_b_init_get_process_working_set_size)
10911 (g_b_init_global_memory_status_ex): New static variables.
10912 (globals_of_w32): Initialize them.
10913 (create_toolhelp32_snapshot, process32_first, process32_next)
10914 (open_thread_token, impersonate_self, revert_to_self)
10915 (get_process_memory_info, get_process_working_set_size)
10916 (global_memory_status, global_memory_status_ex): New wrapper
10917 functions.
10918 (w32_list_system_processes, w32_system_process_attributes)
10919 (enable_privilege, restore_privilege, ltime, process_times):
10920 New functions.
10921 (convert_time_raw): New function.
10922 (convert_time): Remove conversion of FILETIME into time in 100
10923 nsec units, call convert_time_raw instead.
10924
10925 * process.h (w32_list_system_processes, w32_system_process_attributes):
10926 Add prototypes.
10927 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
10928 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
10929 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
10930 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
10931
10932 * process.c (Fsystem_process_attributes): Doc fix.
10933
109342008-08-08 Chong Yidong <cyd@stupidchicken.com>
10935
10936 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
10937 a continued multi-char glyph; if so, advance to the actual glyph.
10938
109392008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10940
10941 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
10942
10943 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
10944 (.m.o): Use it.
10945 * config.in: Regenerate.
10946
109472008-08-07 Chong Yidong <cyd@stupidchicken.com>
10948
10949 * xdisp.c (redisplay_window): Revert last change.
10950 (try_window): Check bottom scroll margin too.
10951
109522008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10953
10954 * config.in: Regenerate.
10955
10956 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
10957 -list-load-path-shadows'.
10958 (nsgui.h): Reduce number of things depending on it.
10959
109602008-08-06 Chong Yidong <cyd@stupidchicken.com>
10961
10962 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
10963 instead of window-end which does the wrong thing at eob.
10964 (try_cursor_movement): Minor optimization.
10965 (redisplay_window): If scroll margin is defined, don't assume
10966 window doesn't need scrolling.
10967
109682008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10969
10970 * config.in: Regenerate.
10971
10972 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
10973 (mostlyclean): Don't delete *.d under NS.
10974
10975 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
10976
109772008-08-06 Kenichi Handa <handa@m17n.org>
10978
10979 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
10980
109812008-08-06 Andreas Schwab <schwab@suse.de>
10982
10983 * config.in: Regenerate.
10984
109852008-08-05 Chong Yidong <cyd@stupidchicken.com>
10986
10987 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
10988 forcing a window start.
10989
10990 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
10991 (auto_save_1): Update modtime when auto-save-list-file-name is on.
10992
109932008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10994
10995 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
10996 argument.
10997
109982008-08-05 Juanma Barranquero <lekktu@gmail.com>
10999
11000 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
11001 <scroll-down-aggressively, before-change-functions>:
11002 <after-change-functions>: Reflow docstrings.
11003
110042008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
acd0102a 11005 Ken Raeburn <raeburn@gnu.org>
aac0c6e3
MR
11006
11007 Dock menu customization, based on a patch by Ken Raeburn, plus some
11008 other fixes.
11009 * nsmenu.m (dockMenu): New variable.
11010 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
11011
11012 * nsterm.h (dockMenu): Declare.
11013
11014 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
11015 (ns_term_init): Initialize dockMenu.
11016 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
11017 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
11018 left.
11019
11020 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
11021
110222008-08-04 Chong Yidong <cyd@stupidchicken.com>
11023
11024 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
11025
11026 * config.in: Regenerate.
11027
110282008-08-04 Seiji Zenitani <zenitani@mac.com>
11029
11030 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
11031
110322008-08-04 Chong Yidong <cyd@stupidchicken.com>
11033
11034 * nsterm.h (find_and_call_menu_selection): Fix prototype.
11035
110362008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
11037
11038 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
11039
11040 * keyboard.h: Comment an #endif.
11041
11042 * lisp.h (have_menus_p): Adjust comment.
11043
11044 * menu.c (find_and_return_menu_selection): Fix comparison with
11045 client_data.
11046
11047 * nsmenu.m (popup_activated_flag): New variable.
11048 (popup_activated): New function.
11049 (menu-or-popup-active-p): New exported lisp definition.
11050 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
11051 when popup done.
11052 (ns_popup_dialog): Set popup_activated_flag.
11053
11054 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
11055 version for GNUstep (handled by conditional typedef in nsterm.m).
11056 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
11057 in rgb.txt).
11058
11059 * process.c (init_process): Use DARWIN_OS, not DARWIN.
11060
11061 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
11062
11063 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
11064
11065 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
11066 shortcircuit if popup_activated like GTK and X toolkit.
11067
11068 * m/inter386.h: Change DARWIN to DARWIN_OS.
11069
11070 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
11071 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
11072 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
11073 comment on NO_SOCK_SIGIO.
11074
110752008-08-03 Chong Yidong <cyd@stupidchicken.com>
11076
11077 * nsterm.m (windowDidResize): Remove stopModal call.
11078
110792008-08-03 Andreas Schwab <schwab@suse.de>
11080
11081 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
11082 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
11083
110842008-08-02 Chong Yidong <cyd@stupidchicken.com>
11085
11086 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
11087 Don't use uninitialized pointer variable when using getrlimit.
11088
110892008-08-02 Jason Rumney <jasonr@gnu.org>
11090
11091 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
11092
110932008-08-02 Eli Zaretskii <eliz@gnu.org>
11094
11095 * alloc.c (NSTATICS): Bump to 0x640.
11096
11097 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
11098
11099 * lisp.h: Add prototype for directory_files_internal.
11100
11101 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
11102 New functions.
11103 (syms_of_process): Defsubr them. Add initializations for various
11104 Q* symbols used in procfs_system_process_attributes.
11105 (procfs_list_system_processes, procfs_system_process_attributes)
11106 [HAVE_PROCFS]: New functions.
11107 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
11108 (procfs_get_total_memory): New functions.
11109
111102008-08-01 Juanma Barranquero <lekktu@gmail.com>
11111
11112 * xfaces.c (Fx_load_color_file): Fix previous change;
11113 it is #ifdef WINDOWSNT, not WINDOWS_NT.
11114
111152008-08-01 Michael Albinus <michael.albinus@gmx.de>
11116
11117 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
11118
111192008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11120
11121 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
11122
111232008-08-01 Chong Yidong <cyd@stupidchicken.com>
11124
11125 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
11126
11127 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
11128 define NSApplicationDelegateReplySuccess.
11129 (EmacsView -converstationIdentifier): Use long instead of
11130 NSInteger for GNUstep, since it doesn't have NSInteger.
11131
11132 * xmenu.c: Revert last change.
11133
11134 * keyboard.h: Fix last change.
11135
111362008-08-01 Juanma Barranquero <lekktu@gmail.com>
11137
11138 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
11139 on Windows.
11140
111412008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11142
11143 Warning clearing and clean-up in NS port.
11144 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
11145 Add prototypes.
11146 * nsgui.h (FACE_DEFAULT): Remove, unused.
11147 (XGCValues): Change colors to unsigned long.
11148 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
11149 nsterm.m.
11150 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
11151 (ns_list_fonts): Remove, unused.
11152 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
11153 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
11154 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
11155 (nsfont_draw): Compare face colors to 0, not nil.
11156 * nsmenu.m (struct widget_value): Drop unneeded declaration.
11157 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
11158 (-addSubmenuWithTitle:): Use NSMenuItem class.
11159 (ns_popup_menu): Use NO, not NULL, for enabled setting.
11160 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
11161 (ns_clip_to_row): Make gc arg a BOOL.
11162 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
11163 ns_clip_to_row() call.
11164 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
11165 used). Cast FRAME_FONT assignments.
11166 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
11167 (ns_string_to_lispmod): Change arg to const char.
11168 (ns_term_init): Use NSMenuItem class.
11169 (EmacsApp -openFile:): Move to different section of file.
11170 (EmacsApp -application:openFiles:): Don't return a value, call
11171 -replyToOpenOrPrint:.
11172 (EmacsView -keyDown:): Fix up cast.
11173 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
11174 (EmacsView -menuDown:): Cast tag in call to
11175 find_and_call_menu_selection().
11176 (ns_list_fonts): Remove, unused.
11177 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
11178 (ns_fontname_to_xlfd): Make static.
11179 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
11180 Remove prototypes (now in keyboard.h).
11181 (next_menubar_widget_id): Remove, unused.
11182 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
11183 Remove prototypes (now in keyboard.h).
11184 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
11185
111862008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
11187
11188 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
11189 (floatfns.o): Depend on syssignal.h.
11190 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
11191
11192 * systty.h: Fix previous change that removed BSD_TERMIOS.
11193 Add comments to #ifdefs.
11194
111952008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11196
11197 * w32fns.c (w32-load-color-file): Remove.
11198 (x-open-connection): Use renamed Fx_load_color_file.
11199 * xfaces.c (x-load-color-file): Add.
11200 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
11201 Emacs.clr.
11202 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
11203
112042008-07-31 Michael Albinus <michael.albinus@gmx.de>
11205
11206 * dbusbind.c (Fdbus_call_method_asynchronously)
11207 (Fdbus_method_error_internal): New defuns.
11208 (xd_read_message): Handle also reply messages.
11209 (Vdbus_registered_functions_table): Extend docstring.
11210
112112008-07-31 Juanma Barranquero <lekktu@gmail.com>
11212
11213 * keyboard.c (gobble_input): Fix previous change.
11214
112152008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11216
11217 * bitmaps/README:
11218 * xfns.c:
11219 * termcap.c:
11220 * term.c:
11221 * syswait.h:
11222 * systty.h:
11223 * systime.h:
11224 * syssignal.h:
11225 * sysdep.c:
11226 * process.h:
11227 * process.c:
11228 * print.c:
11229 * ndir.h:
11230 * lread.c:
11231 * keyboard.c:
11232 * getpagesize.h:
11233 * floatfns.c:
11234 * fileio.c:
11235 * emacs.c:
11236 * doc.c:
11237 * dispnew.c:
11238 * dired.c:
11239 * data.c:
11240 * callproc.c:
11241 * buffer.c:
11242 * README:
11243 * Makefile.in:
11244 * s/template.h:
11245 * s/msdos.h:
11246 * m/vax.h: Remove VMS support.
11247 * s/vms.h:
11248 * vlimit.h:
11249 * uaf.h:
11250 * temacs.opt:
11251 * param.h:
11252 * ioctl.h: Remove file.
11253
112542008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11255
11256 * s/ms-w32.h (MULTI_KBOARD): Remove.
11257 * xterm.c:
11258 * xselect.c:
11259 * xfns.c:
11260 * window.c:
11261 * w32term.c:
11262 * w32fns.c:
11263 * terminal.c:
11264 * termhooks.h:
11265 * term.c:
11266 * sysdep.c:
11267 * keyboard.h:
11268 * keyboard.c:
11269 * frame.h:
11270 * frame.c:
11271 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
11272 * config.in: Regenerate.
11273
112742008-07-30 Jason Rumney <jasonr@gnu.org>
11275
11276 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
11277
11278 * w32font.c (w32font_encode_char): Leave as unicode if in range.
11279 (w32font_open_internal): Get unicode version of textmetrics.
11280 Don't enable or disable glyph indices here.
11281 (w32font_open): Disable use of glyph indices.
11282
11283 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
11284
112852008-07-30 Chong Yidong <cyd@stupidchicken.com>
11286
11287 * minibuf.c (Vread_buffer_function): Doc fix.
11288
112892008-07-30 John Paul Wallington <jpw@pobox.com>
11290
11291 * minibuf.c (read_buffer_completion_ignore_case): New var.
11292 (Fread_buffer): Use it.
11293
112942008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
11295
11296 * systty.h (sensemode): Remove empty #if. Remove reference to
11297 BSD_TERMIOS, unused.
11298
11299 * sysdep.c: Remove reference to DGUX.
11300 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
11301
11302 * config.in: Regenerate.
11303
113042008-07-30 Jason Rumney <jasonr@gnu.org>
11305
11306 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
11307
113082008-07-29 Jason Rumney <jasonr@gnu.org>
11309
11310 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
11311 is populated.
11312 (uniscribe_encode_char): Always use uniscribe.
11313 Avoid using context if cache is populated.
11314
113152008-07-29 Jan Djärv <jan.h.d@swipnet.se>
11316
11317 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
11318 open menu.
11319
11320 * gtkutil.c (menu_nav_ended): Remove.
11321 (create_menus): Remove signal connect for menu_nav_ended.
11322
113232008-07-28 Chong Yidong <cyd@stupidchicken.com>
11324
11325 * xdisp.c (redisplay_window): Check return value of
11326 compute_window_start_on_continuation_line before forcing a window
11327 start.
11328
113292008-07-28 Jason Rumney <jasonr@gnu.org>
11330
11331 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
11332
11333 * w32term.c (w32_enable_unicode_output, cleartype_active):
11334 Remove obsolete display options.
11335 (x_draw_glyph_string_background): Don't use old cleartype_active
11336 workaround.
11337 (w32_initialize): Remove cleartype_active initialization.
11338 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
11339
113402008-07-28 Andreas Schwab <schwab@suse.de>
11341
11342 * lisp.h (init_weak_hash_tables, syms_of_font)
11343 (xd_read_queued_messages, syms_of_dbusbind): Declare.
11344 (remove_hash_entry): Don't declare.
11345 * eval.c (maybe_call_debugger): Make static and move before use.
11346 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
11347 * xdisp.c: Include "gtkutil.h" if USE_GTK.
11348 * xterm.h (x_set_frame_alpha): Declare.
11349
113502008-07-28 Jan Djärv <jan.h.d@swipnet.se>
11351
11352 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
11353 (create_menus): Connect selection-done to menu_nav_ended.
11354
113552008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11356
11357 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
11358 Set Vx_resource_name to a fallback. Replace read of 'buffered'
11359 parameter with read of 'alpha' one.
11360 (Qns_frame_parameter): Remove.
5582fbc7 11361 * nsselect.m (selection-coding-system)
aac0c6e3
MR
11362 (next-selection-coding-system, Vselection_coding_system)
11363 (Vnext_selection_coding_system): Drop.
11364
113652008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11366
11367 * nsfns.m (do-applescript, do_applescript): Rename to
11368 ns-do-applescript, ns_do_applescript, and move within file.
11369
113702008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11371
11372 Remove support for Mac Carbon.
11373 * mactoolbox.c:
11374 * macterm.h:
11375 * macterm.c:
11376 * macselect.c:
11377 * macmenu.c:
11378 * macgui.h:
11379 * macfns.c:
11380 * mac.c: Remove file.
11381 * s/darwin.h:
11382 * m/intel386.h:
11383 * xfaces.c:
11384 * xdisp.c:
11385 * window.c:
11386 * tparam.c:
11387 * termhooks.h:
11388 * termcap.c:
11389 * term.c:
11390 * syssignal.h:
11391 * sysselect.h:
11392 * sysdep.c:
11393 * process.c:
11394 * lread.c:
11395 * lisp.h:
11396 * keyboard.c:
11397 * image.c:
11398 * fringe.c:
11399 * frame.h:
11400 * frame.c:
11401 * fontset.c:
11402 * font.h:
11403 * font.c:
11404 * fns.c:
11405 * fileio.c:
11406 * emacs.c:
11407 * dispnew.c:
11408 * dispextern.h:
11409 * config.in:
11410 * atimer.c:
2ae37cf0 11411 * Makefile.in: Remove code for Carbon.
aac0c6e3 11412
f0131492 114132008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
11414
11415 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
11416
114172008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11418
11419 * macterm.h (kCGBitmapByteOrder32Host): New define for
11420 non-universal SDKs.
11421
11422 * image.c (mac_create_cg_image_from_image, image_load_image_io)
11423 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
11424
11425 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
11426 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
11427
114282008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
11429
11430 * w32inevt.c: Include dispextern.h.
11431
114322008-07-26 Andreas Schwab <schwab@suse.de>
11433
11434 * print.c (print_object): Fix off-by-one in last change.
11435
114362008-07-25 Juanma Barranquero <lekktu@gmail.com>
11437
11438 * term.c (syms_of_term): Don't initialize default_orig_pair,
11439 default_set_foreground and default_set_background on Windows.
11440
114412008-07-25 Jason Rumney <jasonr@gnu.org>
11442
11443 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
11444 ScriptItemize. Clean up return value checking. Remove unused
11445 variables.
11446 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
11447 shaping engine.
11448
11449 * w32font.c (w32font_has_char): Handle the case where we can't
11450 determine the script for a character.
11451
114522008-07-25 Chong Yidong <cyd@stupidchicken.com>
11453
11454 * term.c (syms_of_term): Initialize default_orig_pair,
11455 default_set_foreground, and default_set_background.
11456
11457 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
11458 clash (bug#86).
11459 (getloadavg): Callers changed.
11460
11461 * image.c (svg_load_image): Fix last change.
11462 (svg_load_image): Use rsvg_handle_get_dimensions to check that
11463 image size is valid. Use g_object_unref instead of deprecated
11464 rsvg_handle_free to free rsvg handle.
11465 (x_from_xcolors): Don't initialize pixmap (silence compiler).
11466
114672008-07-25 Jason Rumney <jasonr@gnu.org>
11468
11469 * w32font.c (w32font_encode_char): Encode characters outside BMP as
11470 surrogates before looking up glyph index.
11471 (w32font_text_extents): Encode as surrogates if falling back to
11472 functions that need UTF-16 wide chars.
11473
11474 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
11475 BMP as surrogates before looking up glyph index.
11476
114772008-07-25 Chong Yidong <cyd@stupidchicken.com>
11478
11479 * image.c (svg_load_image): Check for failure in return value of
11480 rsvg_handle_get_pixbuf. Free rsvg handle when done.
11481
114822008-07-25 Jason Rumney <jasonr@gnu.org>
11483
11484 * w32font.c (Fx_select_font): Reverse sense of second arg.
11485
114862008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11487
11488 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
11489 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
11490
11491 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
11492 (PURESIZE): Use it.
11493
114942008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11495
11496 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
11497 * m/alpha.h (TEXT_END):
11498 * m/ibmrs6000.h (TEXT_END):
11499 * m/macppc.h (TEXT_END):
11500 * s/darwin.h (TEXT_END):
11501 * s/msdos.h (TEXT_END): Remove, unused.
11502 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
11503 * s/cygwin.h: Remove comment.
11504
11505 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
11506 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
11507 * m/intel386.h (DOT_GLOBAL_START):
11508 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
11509 (USG): Remove, file not used on USG platforms.
11510
11511 * Makefile.in (HAVE_X11): Remove empty #else.
11512
115132008-07-24 Andreas Schwab <schwab@suse.de>
11514
11515 * fileio.c (Finsert_file_contents): Properly adjust undo list
11516 after format conversion.
11517
115182008-07-24 Jan Djärv <jan.h.d@swipnet.se>
11519
11520 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
11521 (menu_nav_ended): Remove.
11522 (create_menus): Remove signal connect for menu_nav_ended.
11523 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
11524 create_menus.
11525 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
11526
115272008-07-23 Jason Rumney <jasonr@gnu.org>
11528
11529 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
11530 with opened font.
11531 (w32font_open): Set font type to gdi.
11532
11533 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
11534
115352008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11536
11537 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
11538 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
11539 defines it.
11540 * unexec.c (ADDR_CORRECT): Define unconditionally.
11541
11542 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
11543
11544 * unexec.c: Remove code depending on !COFF and USG, the file is
11545 not used for such systems.
11546
11547 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
11548 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
11549 (LD_SWITCH_SYSTEM_1): Remove, update users.
11550
11551 * s/darwin.h (DATA_END):
11552 * m/intel386.h (DATA_END):
11553 * m/ibmrs6000.h (DATA_END):
11554 * m/alpha.h (DATA_END): Remove, unused.
11555
11556 * config.in: Regenerate.
11557 * s/ms-w32.h (subprocesses): Define unconditionally.
11558 * s/template.h (subprocesses): Update comment.
11559 * s/vms.h (subprocesses):
11560 * s/usg5-4.h (subprocesses):
11561 * s/hpux10-20.h (subprocesses):
11562 * s/gnu-linux.h (subprocesses):
11563 * s/cygwin.h (subprocesses):
11564 * s/bsd-common.h (subprocesses):
11565 * s/aix4-2.h (subprocesses):
11566 * s/darwin.h (subprocesses): Do not define, defined by default now.
11567
11568 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
11569 Remove all references.
11570 (temacs): Add GNUstep specific ld flags.
11571
11572 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
11573 similarly to what X does.
11574
115752008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11576
11577 * nsfns.m (x-list-fonts): Remove.
11578 (syms_of_nsfns): Drop the x-list-fonts declaration.
11579 * nsterm.m: Get rid of remaining "//" comments.
11580
115812008-07-22 Chong Yidong <cyd@stupidchicken.com>
11582
11583 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
11584
11585 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
11586 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
11587 (Fns_own_selection_internal, Fx_disown_selection_internal)
11588 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
11589
11590 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
11591 ... */' style of docstrings. Doc fixes.
11592
115932008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11594
11595 * terminfo.c (UP, BC, PC): Undo previous change.
11596
11597 * nsfns.m: Rename ns prefixed functions/variables to the
11598 corresponding x versions. Update references.
11599
116002008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11601
11602 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
11603
116042008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11605
11606 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
11607 Remove forwarding functions.
11608 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
11609 non-static.
11610 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
11611 non-static.
11612 (ns_frame_parm_handlers): Use the new names.
11613 (syms_of_nsfns): Move to the end of file.
11614
11615 * nsterm.m (syms_of_nsterm): Move to the end of file.
11616
11617 * dispnew.c (init_display): Remove code for X10.
11618
116192008-07-22 Jason Rumney <jasonr@gnu.org>
11620
11621 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
11622 bare drive.
11623
116242008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11625
11626 * nsterm.m (syms_of_nsterm): Remove debugging println.
11627
116282008-07-22 David Reitter <david.reitter@gmail.com>
11629
11630 * nsfns.m (do_applescript, F_do_applescript): NS version of the
11631 Carbon implementation of the same functionality: execute arbitrary
11632 AppleScript code.
11633
116342008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
11635
11636 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
11637 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
11638 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
11639 (Fx_display_mm_height, Fx_display_mm_width)
11640 (Fx_display_backing_store, Fx_display_visual_class)
11641 (Fx_display_save_under, Fx_open_connection)
11642 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
11643 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
11644 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
11645 (Fx_display_pixel_width, Fx_display_pixel_height)
11646 (Fx_display_usable_bounds, Fx_display_planes)
11647 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
11648 ... */' style of docstrings.
11649
116502008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11651
11652 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
11653 on this platform.
11654 (mips):
11655 * m/iris4d.h (mips): Do not define.
11656 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
11657
11658 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
11659
11660 * image.c:
11661 * nsfns.m:
11662 * nsselect.m:
11663 * nsterm.h:
11664 * nsterm.m: Rename ns prefixed functions/variables to the
11665 corresponding x versions. Update references.
11666
11667 * m/ibms390x.h (NO_REMAP): Do not undefine.
11668
11669 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
11670
116712008-07-21 Chong Yidong <cyd@stupidchicken.com>
11672
11673 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
11674 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
11675 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
11676 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
11677 (Fns_display_mm_height, Fns_display_mm_width)
11678 (Fns_display_backing_store, Fns_display_visual_class)
11679 (Fns_display_save_under, Fns_open_connection)
11680 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
11681 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
11682 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
11683 (Fns_display_pixel_width, Fns_display_pixel_height)
11684 (Fns_display_usable_bounds, Fx_display_planes)
11685 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
11686
116872008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
11688
11689 * print.c (print_object): Check print_depth before searching for
11690 circularities.
11691
116922008-07-21 Michael Albinus <michael.albinus@gmx.de>
11693
11694 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
11695 only sprintf.
11696
116972008-07-21 Kenichi Handa <handa@m17n.org>
11698
11699 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
11700
117012008-07-20 Andreas Schwab <schwab@suse.de>
11702
11703 * syntax.c (find_start_pos, find_start_value)
11704 (find_start_value_byte, find_start_begv, find_defun_start)
11705 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
11706
117072008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11708
11709 * s/sol2-3.h: Insert contents of s/sol2.h.
11710 (LD_SWITCH_SYSTEM): Remove redundant definition.
11711 * s/sol2.h: Remove, unused.
11712
117132008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11714
11715 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
11716
117172008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11718
11719 * Makefile.in (ns_appdir): Fix typo in find command.
11720
117212008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11722
11723 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
11724
11725 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
11726 added not supported anymore.
11727
11728 * s/usg5-4-2.h (LIBS_SYSTEM):
11729 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
11730
11731 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
11732 * s/lynxos.h (GETPGRP_NO_ARG):
11733 * s/hpux10-20.h (NO_SIOCTL_H):
11734 * s/gnu.h (GETPGRP_NO_ARG):
11735 * s/gnu-linux.h (NO_SIOCTL_H):
11736 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
11737 * s/cygwin.h (GETPGRP_NO_ARG):
11738 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
11739 (C_DEBUG_SWITCH): Remove duplicate definition.
11740
11741 * m/ibms390.h: Remove boilerplate comments.
11742
11743 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
11744
11745 * process.c (HAVE_SERIAL): Consolidate ifdefs.
11746 (wait_reading_process_output): Remove code for SunOS, platform not
11747 supported anymore. Use SOLARIS2 instead of sun.
11748
117492008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11750
11751 * font.c (font_open_by_name): Under NS, default lface height to zero.
11752 (font_open_for_lface): Under NS, set size based on frame fontsize.
11753 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
11754 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
11755
117562008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11757
11758 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
11759 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
11760 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
11761 YES/NO.
11762 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
11763 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
11764 * Makefile.in (clean): Clear out build destination dir.
11765
117662008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11767
11768 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
11769 xterm, xselect.
11770 * lisp.h: Remove declaration of hash_remove.
11771 * nsgui.h: Remove redefinitions of hash_remove.
11772 * fns.c (hash_remove): Rename to hash_remove_from_table.
11773
117742008-07-19 Seiji Zenitani <zenitani@mac.com>
11775
11776 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
11777 strdup() the family UTF8String before modifying it.
11778
117792008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11780
11781 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
11782 NS_FACE_BACKGROUND with 0 instead of nil.
11783 * nsfont.m (nsfont_draw): Same.
11784
117852008-07-19 Chong Yidong <cyd@stupidchicken.com>
11786
11787 * nsfns.m (ns_set_background_color): Fix crash.
11788
117892008-07-18 Chong Yidong <cyd@stupidchicken.com>
11790
11791 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
11792
117932008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
11794
11795 * puresize.h (BASE_PURESIZE): Increase to 1240000.
11796
117972008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11798
11799 * gtkutil.c: Include <config.h> instead of "config.h".
11800
11801 * lisp.h (Foverlay_buffer): Add EXFUN.
11802
11803 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
11804 child process to complete child_setup. Undo 2005-09-21 change.
11805
11806 * s/darwin.h: Mention setsid after vfork.
11807
118082008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11809
11810 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
11811 Depend on macgui.h.
11812
11813 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
11814 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
11815
11816 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
11817 and f19.
11818 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
11819
11820 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
11821 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
11822 Remove enumerators.
11823
11824 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
11825 Check if FACE_FROM_ID returns NULL.
11826
118272008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
11828
11829 * w32inevt.c (change_frame_size): Remove extern declaration.
11830 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
11831 change_frame_size.
11832
118332008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
11834
11835 * getloadavg.c: Revert last change (2008-07-15).
11836
118372008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
11838
11839 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 11840 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
11841 from configure.
11842
118432008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
11844
11845 * s/sol2.h:
11846 * s/sol2-4.h: Reorganize conditionals.
11847
11848 * ecrt0.c: Remove code depending on m68000, not used anymore.
11849
11850 * fns.c (hash_remove): Make static.
11851 * lisp.h (hash_remove): Don't prototype.
11852
11853 * m/ibmrs6000.h:
11854 * m/ibms390x.h:
11855 * m/macppc.h: Remove boilerplate comments.
11856
11857 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
11858 Solaris, which does not need them.
11859
11860 * m/vax.h: Remove comments about unsupported systems.
11861
11862 * s/darwin.h: Reorganize ifdefs.
11863
118642008-07-17 Andreas Schwab <schwab@suse.de>
11865
11866 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
11867
118682008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11869
11870 Use SDATA. Follow coding convention of placing operators at
11871 beginning of next line rather than end of previous line, and placing
11872 spaces around infix operators.
11873
11874 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
11875 in case it was defined already.
11876 USE @GNUSTEP_MAKEFILES@ rather than envvars.
11877 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
11878 ns_default.
11879 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
11880 Lisp_Objects.
11881 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
11882 (ns_defined_color, ns_color_to_lisp): Declare.
11883 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
11884 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
11885 it's accepted even with USE_LISP_UNION_TYPE.
11886 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
11887 (update_frame_tool_bar): Remove apparently obsolete tests for
11888 non-integerness of f->tool_bar_lines.
11889 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
11890 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
11891 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
11892 (nsfont_open): Don't confuse NULL for Qnil.
11893 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
11894 * menu.h (find_and_call_menu_selection):
11895 * menu.c (find_and_call_menu_selection): Use just int for vector size.
11896 (find_and_return_menu_selection): Always return something.
11897 * frame.h: Include dispextern.h for Display_Info.
11898 (display_x_get_resource): Declare.
11899
119002008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
11901
11902 * syntax.c: Remove stdio.h include accidentally introduced in
11903 Emacs.app commit.
11904 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
11905 NS_IMPL_COCOA.
11906 * keyboard.c (handle_async_input, input_available_signal): Remove
11907 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
11908
119092008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11910
11911 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
11912 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
11913 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
11914 Use SDATA.
11915
11916 * keymap.c: Remove all NS-specific code.
11917 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
11918 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
11919 where_is_preferred_modifier, return a different value depending on how
11920 preferred is the binding.
11921 (where_is_internal): Adjust accordingly.
11922 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
11923 Adjust to new preferred_sequence_p.
11924 (syms_of_keymap): Declare `where-is-preferred-modifier'.
11925 * keyboard.c (parse_solitary_modifier): Not static any more.
11926 * keyboard.h (parse_solitary_modifier): Declare.
11927
119282008-07-16 Andreas Schwab <schwab@suse.de>
11929
11930 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
11931 of easymenu.
11932
119332008-07-16 Chong Yidong <cyd@stupidchicken.com>
11934
11935 * xdisp.c (move_it_in_display_line): Account for word wrap, so
11936 that we don't move off the line.
11937
119382008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11939
11940 * keyboard.c (Qsuper): Remove.
11941 (parse_menu_item): Don't call where_is_internal specially for NS.
11942
119432008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11944
11945 * s/gnu-linux.h: Remove boilerplate comments.
11946
11947 * m/alpha.h (__ELF__): Consolidate conditions.
11948
11949 * m/m68k.h (linux): Use GNU_LINUX instead.
11950 Remove boilerplate comments.
11951
11952 * m/intel386.h: Undo refactoring from previous change.
11953 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
11954 too, remove dead code.
11955 (linux): Use GNU_LINUX instead.
11956
119572008-07-16 Jason Rumney <jasonr@gnu.org>
11958
11959 * w32gui.h: Repeat 26 June changes lost by last change.
11960
119612008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11962
11963 * systty.h: Remove code for Aix on 386, unsupported platform.
11964
11965 * s/ms-w32.h: Remove boilerplate comments.
11966 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
11967
11968 * s/gnu-linux.h (TERM): Remove support.
11969 (HAVE_SYSVIPC): Remove, unused.
11970 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
11971 for this system.
11972
11973 * process.c: Remove support for IRIS, unused.
11974 Remove support for TERM, not relevant anymore.
11975
11976 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
11977 used with the definition.
11978
11979 * s/aix4-2.h (static): Do not undef.
11980
11981 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
11982 only used on Aix.
11983 (HAVE_SYSVIPC): Remove, unused.
11984
11985 * m/hp800.h (CANNOT_DUMP): Do not undef.
11986
11987 * m/alpha.h: Fix comment.
11988
11989 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
11990 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
11991 used by this configuration.
11992 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
11993 * unexec.c: Remove code depending on HPUX and
11994 USG_SHARED_LIBRARIES, not used with this file. Remove code
11995 depending on IRIS, unused. Remove if 0-ed code.
11996
11997 * s/template.h: Remove comments about static.
11998
11999 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
12000 Remove if 0-ed code.
12001 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
12002 were the same as the default.
12003 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
12004 Remove boilerplate comments.
12005 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
12006 (HAVE_SYSVIPC): Remove, unused.
12007 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
12008
12009 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
12010 Remove boilerplate comments.
12011 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
12012 Remove boilerplate comments.
12013 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
12014 Remove boilerplate comments.
12015 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
12016
12017 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
12018 USG systems which do not use DATA_SEG_BITS.
12019 Refactor code. Remove boilerplate comments.
12020
12021 * m/ibms390.h:
12022 * m/m68k.h:
12023 * s/bsd-common.h:
12024 * s/cygwin.h:
12025 * s/darwin.h:
12026 * s/freebsd.h:
12027 * s/gnu.h:
12028 * s/msdos.h: Remove boilerplate comments.
12029
12030 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 12031 do not use this file.
aac0c6e3
MR
12032 (IRIS_4D): Remove, unused.
12033
12034 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 12035 do not use this file.
aac0c6e3
MR
12036 (SIGN_EXTEND_CHAR):
12037 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
12038 * unexmips.c: Remove file, unused.
12039
12040 * editfns.c (Fuser_full_name): Replace the only use of
12041 USER_FULL_NAME with its value.
12042 * config.in: Regenerate.
12043
120442008-07-16 David Reitter <david.reitter@gmail.com>
12045
12046 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
12047 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
12048
120492008-07-16 Glenn Morris <rgm@gnu.org>
12050
12051 * emacs.c (system-type): Doc fix.
12052
120532008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
12054
12055 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
12056 If the cache doesn't work, let's fix it, rather than work around it.
12057
120582008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
12059
12060 * Makefile.in: Correct additions for nsfont.o in last commit.
12061 * nsfont.m: New file (forgot last commit).
12062
120632008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
12064
12065 * callproc.c (set_initial_environment): Initialize
12066 Vprocess_environment under CANNOT_DUMP (fixes crash when
12067 batch-compiling for bootstrap).
12068
120692008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
acd0102a 12070 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
12071
12072 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
12073 fix crash due to different init order.
12074
120752008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
12076
12077 Changes and additions for NeXTstep windowing system (Cocoa and
12078 GNUstep) support.
12079
12080 * Makefile.in:
12081 * config.in: Support defines and build commands for NS port.
12082 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
12083 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
12084 * dispextern.h: Include nsgui.h and add needed typedefs under NS
12085 windowing.
12086 (struct face): Add synth_ital field.
12087 * dispnew.c: Include nsterm.h when compiling under NS windowing.
12088 (init_display): Initialize Vinitial_window_system to "ns" when so
12089 compiled.
12090 * emacs.c: Include GSConfig.h when compiling under GNUstep.
12091 (display_arg): Use under NS.
12092 (main): Under NS, allocate autorelease pool and handle command line
12093 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
12094 (standard_args): Add NS-specific args.
12095 (shut_down_emacs): Shut down NS terminal if compiled under NS.
12096 * font.c (DEFAULT_ENCODING): New variable.
12097 (font_find_for_lface): Use it.
12098 (syms_of_font): Load syms_of_nsfont under NS.
12099 * font.h: Declare nsfont_driver when compiled under NS.
12100 * fontset.c: When compiling under NS, include nsterm.h.
12101 (fontset_from_font): Autoconstruct fontset under NS.
12102 * frame.c (various): Under NS, include nsterm.h, add Qns window system
12103 symbol, document and use it.
12104 (do_switch_frame): When for_deletion under Cocoa, add
12105 Fraise_frame(Qnil).
12106 (x_set_frame_parameters): Ensure font attribute changes are picked up.
12107 (x_get_arg): Allow "yes" and "no" as boolean values.
12108 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
12109 Qright under Cocoa.
12110 (focus-follows-mouse): Default to 0 under NS.
12111 * frame.h (enum output_method): Add output_ns.
12112 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
12113 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
12114 (FRAME_WINDOW_P): NS-specific definition.
12115 * fringe.c (max_used_fringe_bitmap): Make public.
12116 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
12117 (getloadavg): Use NeXT code under descendant OS's.
12118 * image.c (includes and header section, x_create_bitmap_from_data)
12119 (x_create_bitmap_from_file, free_bitmap_record, image_background)
12120 (image_background_transparent, x_clear_image_1)
12121 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
12122 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
12123 (x_to_xcolors, x_from_xcolors, x_disable_image)
12124 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
12125 other GUIs, including XPM support using code originally written for
12126 Carbon GUI.
12127 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
12128 using NS API.
12129 (image_ascent): Use font metrics macros instead of direct struct field
12130 access.
12131 * keyboard.c (includes): Add nsterm.h when compiling under NS.
12132 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
12133 Also, handle NS as GTK for menu bar purposes.
12134 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
12135 toolkit where they differ.
12136 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
12137 use cachelist, still needed under NS.
12138 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
12139 (struct widget_value): Define it here for menu.c.
12140 * keymap.c (includes): Include modifier internals.
12141 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
12142 NS.
12143 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
12144 support for preferring sequences using certain modifiers, specified by
12145 the FIRSTONLY argument.
12146 * lisp.h (hash_remove): Rename to avoid name clash when compiling
12147 under NS GNUstep implementation.
12148 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
12149 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
12150 * menu.c: Include nsterm.h under NS.
12151 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
12152 (free_menubar_widget_tree_value, update_submenu_strings)
12153 (find_and_call_menu_selection): Treat NS as X and NT.
12154 (find_and_return_menu_selection): New function, used for popup menus.
12155 * nsgui.h:
12156 * nsterm.h:
12157 * nsfns.m:
12158 * nsimage.m:
12159 * nsmenu.m:
12160 * nsselect.m:
12161 * nsterm.m: New files.
12162 * process.c (wait_reading_process_output): Under NS, call ns_select()
12163 instead of plain select().
12164 * syntax.c (char_quoted): Under NS, avoid a crash when called near
12165 beginning of buffer.
12166 * sysselect.h (init_process): Rename when compiling under Cocoa to
12167 avoid name conflict.
12168 * termhooks.h (display_info): Add ns_display_info to union.
12169 * terminal.c (Fterminal_live_p): Add ns to terminal types.
12170 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
12171 COCOA environment.
12172 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
12173 unexec() signature. (Note, this will dump, but the resulting file
12174 crashes; unexosx is used instead; keeping around for reference and
12175 possible aid in getting dump working under GNUstep.)
12176 * w32gui.h (button_type, widget_value): Remove definitions (now in
12177 keyboard.h).
12178 * window.c: Include nsterm.h when compiling under NS.
12179 * xdisp.c (includes): Include nsterm.h when compiling under NS.
12180 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
12181 other GUI windowing systems.
12182 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
12183 GTK.
12184 (x_consider_frame_title): Under NS, set icon type and frame
12185 modified-state indicator; use ns_set_name_as_filename() when using
12186 formatted title.
12187 (update_window_cursor): Make public when compiling under NS.
12188 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
12189 (hourglass_atimer, Vhourglass_delay
12190 * xfaces.c (header section, init_frame_faces, clear_font_table)
12191 (defined_color, unload_color, x_face_list_fonts)
12192 (prepare_face_for_display): Add NS support parallel to other GUIs.
12193 Emulate GCs like other non-X GUIs.
12194 (split_font_name): Don't lowercase font name under NS.
12195 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
12196 under NS.
12197 * s/darwin.h: Add support for compilation under NS.
12198
121992008-07-15 Jason Rumney <jasonr@gnu.org>
12200
12201 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
12202 (w32_show_hourglass): Rename from show_hourglass.
12203 (w32_hide_hourglass): Rename from hide_hourglass.
12204 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
12205 (Vhourglass_delay): Declare extern.
12206 (hourglass_started): Remove.
12207
12208 * xdisp.c (Vhourglass_delay): Remove static.
12209 (hourglass_started, start_hourglass, cancel_hourglass):
12210 Don't include these versions on WINDOWSNT.
12211
122122008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
12213
12214 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
12215 variables (formerly in xfns.c).
12216 (show_hourglass, hide_hourglass): New prototypes (same).
12217 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
12218 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
12219 in xfns.c).
12220 (syms_of_xdisp): Declare/initialize display-hourglass,
12221 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
12222 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
12223 formerly in xfns.c.
12224 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
12225 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
12226 (start_hourglass, cancel_hourglass): Remove.
12227 (show_hourglass, hide_hourglass): Remove prototypes and static
12228 modifiers.
12229 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
12230 hourglass_atimer, hourglass_shown_p declaration/initialization.
12231 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
12232 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
12233 (start_hourglass, cancel_hourglass): Remove.
12234 (show_hourglass, hide_hourglass): Remove prototypes and static
12235 modifiers.
12236 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
12237 hourglass_atimer, hourglass_shown_p declaration/initialization.
12238 * w32fns.c (display_hourglass_p, Vhourglass_delay)
12239 (DEFAULT_HOURGLASS_DELAY): Remove.
12240 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
12241 hourglass_shown_p declaration/initialization.
12242
122432008-07-14 Jason Rumney <jasonr@gnu.org>
12244
12245 * w32fns.c (w32_get_arg): Remove wrapper function.
12246 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
12247 directly.
12248 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
12249
122502008-07-14 Kenichi Handa <handa@m17n.org>
12251
12252 * xfont.c (xfont_open): Add workaround for X's bug.
12253
122542008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12255
12256 * fontset.c: Include <stdio.h> unconditionally.
12257
122582008-07-13 Michael Albinus <michael.albinus@gmx.de>
12259
12260 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
12261 for filtering.
12262
122632008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
12264
12265 * s/vms.h: Use __GNUC__ instead of _GNUC_.
12266
12267 * m/macppc.h:
12268 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
12269
12270 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
12271 (SPECIAL_EMACS_INT):
12272 * m/ia64.h (SPECIAL_EMACS_INT):
12273 * m/amdx86-64.h (SPECIAL_EMACS_INT):
12274 * s/gnu.h (NLIST_STRUCT):
12275 * s/aix4-2.h (X11R5_INHIBIT_I18N):
12276 * s/gnu-linux.h (LINUX):
12277 * s/msdos.h (HAVE_FACES):
12278 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
12279
12280 * systty.h:
12281 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
12282 anymore.
12283
122842008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
12285
12286 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
12287 always defined as int.
12288
12289 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
12290 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
12291 * s/gnu-linux.h (HAVE_WAIT_HEADER):
12292 * s/freebsd.h (HAVE_WAIT_HEADER):
12293 * s/bsd-common.h (HAVE_UNION_WAIT):
12294 * s/aix4-2.h (HAVE_WAIT_HEADER):
12295 * m/mips.h (HAVE_UNION_WAIT):
12296 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
12297 (COFF, static): Do not define, they are undefined later in the file.
12298
12299 * process.c (update_status): Don't use a union.
12300 (status_convert):
12301 (sigchld_handler): Use int instead of WAITTYPE.
12302
123032008-07-12 Chong Yidong <cyd@stupidchicken.com>
12304
12305 * indent.c (Fvertical_motion): Restore hscroll before moving to
12306 goal column.
12307
123082008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
12309
12310 * lisp.h: Remove left over code.
12311
123122008-07-11 Andreas Schwab <schwab@suse.de>
12313
12314 * lisp.h: Fix logic in last change.
12315
12316 * menu.h: New file.
12317 * menu.c: Include it.
12318 * xmenu.c: Likewise.
12319 * Makefile.in: Update dependencies.
12320
123212008-07-11 Kenichi Handa <handa@m17n.org>
12322
12323 * fontset.c (fontset_from_font): Cancel the previous change.
12324
123252008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
12326
12327 * lisp.h:
12328 * w32heap.c:
12329 * emacs.c:
12330 * alloc.c: Replace all references of NO_UNION_TYPE with
12331 USE_LISP_UNION_TYPE.
12332
12333 * m/xtensa.h (NO_UNION_TYPE):
12334 * m/vax.h (NO_UNION_TYPE):
12335 * m/template.h (NO_UNION_TYPE):
12336 * m/sparc.h (NO_UNION_TYPE):
12337 * m/mips.h (NO_UNION_TYPE):
12338 * m/macppc.h (NO_UNION_TYPE):
12339 * m/m68k.h (NO_UNION_TYPE):
12340 * m/iris4d.h (NO_UNION_TYPE):
12341 * m/intel386.h (NO_UNION_TYPE):
12342 * m/ibms390x.h (NO_UNION_TYPE):
12343 * m/ibms390.h (NO_UNION_TYPE):
12344 * m/ibmrs6000.h (NO_UNION_TYPE):
12345 * m/ia64.h (NO_UNION_TYPE):
12346 * m/hp800.h (NO_UNION_TYPE):
12347 * m/arm.h (NO_UNION_TYPE):
12348 * m/amdx86-64.h (NO_UNION_TYPE):
12349 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
12350 defining it the same.
12351
123522008-07-10 Chong Yidong <cyd@stupidchicken.com>
12353
12354 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
12355
123562008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
12357
12358 * fileio.c:
50426a04 12359 * sysdep.c:
aac0c6e3
MR
12360 * systty.h:
12361 * m/ibmrs6000.h:
12362 * m/iris4d.h:
12363 * s/aix4-2.h:
12364 * s/freebsd.h:
12365 * s/gnu-linux.h:
12366 * s/hpux10-20.h:
12367 * s/hpux11.h:
12368 * s/netbsd.h:
12369 * s/sol2-3.h:
12370 * s/sol2-4.h:
12371 * s/sol2.h:
12372 * s/usg5-4.h:
12373 * s/vms.h: Remove references to unused variables.
12374
123752008-07-10 Andreas Schwab <schwab@suse.de>
12376
12377 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
12378 pattern before matching the generic family.
12379
123802008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
12381
12382 * unexec.c:
12383 * s/vms.h:
12384 * s/usg5-4-2.h:
12385 * s/sol2-5.h:
12386 * s/freebsd.h:
12387 * s/darwin.h: Remove dead code.
12388
12389 * m/template.h:
12390 * m/sparc.h:
12391 * m/mips.h:
12392 * m/m68k.h:
12393 * m/iris4d.h:
12394 * m/intel386.h:
12395 * m/ibms390x.h:
12396 * m/ibms390.h:
12397 * m/ia64.h:
12398 * m/hp800.h:
12399 * m/arm.h:
12400 * m/amdx86-64.h: Remove dead code and references to unused
12401 and compiler defined symbols.
12402
12403 * unexmips.c:
12404 * unexelf.c: Remove references to desupported systems.
12405
12406 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
12407
12408 * m/powermac.h: Remove boilerplate comments.
12409 (NO_REMAP): Remove unused definition.
12410
12411 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
12412 define them.
12413
124142008-07-10 Kenichi Handa <handa@m17n.org>
12415
12416 * xfont.c (xfont_open): Log the reason of failure.
12417
124182008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
12419
12420 * fontset.c (fontset_get_font_group):
12421 * font.c (font_check_otf): Specify argument types.
12422
124232008-07-09 Kenichi Handa <handa@m17n.org>
12424
12425 * coding.c (detect_coding_utf_8): Set detect_info->found only when
12426 non-ASCII char is found.
12427
12428 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
12429 (reorder_font_vector): Change the arg preferred_family to font.
12430 Prefer the spec matching with font.
12431 (fontset_get_font_group): New function.
12432 (fontset_find_font): Change the format of an element of a realized
12433 fontset. Use fontset_get_font_group.
12434 (fontset_font): Try the current fontset, the default fontset, the
12435 fallbacks of the current fontset, and the fallbacks of the default
12436 fontset in this order.
12437 (face_for_char): Delete the shortcut to use the current font.
12438 (fontset_from_font): Don't set fonts for Latin in the fontset.
12439
12440 * font.h (font_make_object, font_match_p): Adjust prototypes.
12441
12442 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
12443
12444 * font.c (font_make_object): New arg entity and pixelsize.
12445 (font_check_otf_features, font_check_otf): New functions.
12446 (font_match_p): Check :lang, :script, and :otf properties.
12447
12448 * xfont.c (xfont_open): Adjust it for the change of
12449 font_make_object.
12450 (xfont_text_extents): Fix initial setting of metrics.
12451
12452 * ftfont.c (struct ftfont_info): New member index, delete member
12453 fc_charset_idx. Make the member order compatible with struct
12454 xftfont_info.
12455 (fc_charset_table): Change charset names to registry names.
12456 (ftfont_pattern_entity): Delete the args registry and
12457 fc_charset_idx. Change the value of :font-entity property
12458 to (FONTNAME . INDEX). Always set :registry property to
12459 `iso10646-1'.
12460 (struct ftfont_cache_data): New struct.
12461 (ftfont_lookup_cache): New arg for_face.
12462 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
12463 (ftfont_driver): Set the member otf_capability.
12464 (ftfont_get_charset): Adjust it for the change of
12465 fc_charset_table.
12466 (OTF_TAG_SYM): New macro.
12467 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
12468 for the change of fc_charset_table.
12469 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
12470 ftfont_pattern_entity. Add FC_INDEX to objset.
12471 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
12472 and ftfont_pattern_entity.
12473 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
12474 font_make_object, struct ftfont_info.
12475 (ftfont_has_char): Use ftfont_get_fc_charset.
12476 (ftfont_otf_features, ftfont_otf_capability): New functions.
12477 (ftfont_shape): Use ftfont_get_otf.
12478 (ftfont_text_extents): Fix initial setting of metrics.
12479
12480 * xftfont.c (struct xftfont_info): New member ft_size. Make the
12481 member order compatible with struct ftfont_info.
12482 (xftfont_open): Add FC_CHARSET to the pattern. Set
12483 xftfont_info->ft_size. Don't unlock the face. Check BDF
12484 properties if appropriate.
12485 (xftfont_close): Unlock the face.
12486 (xftfont_anchor_point, xftfont_shape): Deleted.
12487 (syms_of_xftfont): Don't set members anchor_point and shape of
12488 xftfont_driver.
12489
12490 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
12491 font_make_object.
12492
12493 * w32font.c (w32font_open): Adjust it for the change of
12494 font_make_object.
12495 (w32font_open_internal): Don't set properties of font_object here.
12496
124972008-07-08 Chong Yidong <cyd@stupidchicken.com>
12498
12499 * macfns.c (x_create_tip_frame):
12500 * w32fns.c (x_create_tip_frame):
12501 * xfns.c (x_create_tip_frame): Pass parameter argument to
12502 face-set-after-frame-default.
12503
12504 * xfaces.c (Finternal_merge_in_global_face): Save merged
12505 attributes for the default face back into the face vector.
12506
125072008-07-08 Andreas Schwab <schwab@suse.de>
12508
12509 * fontset.h: Declare fontset_from_font. Don't declare
12510 new_fontset_from_font and fontset_from_font_name.
12511 * xterm.c: Include "fontset.h".
12512 * Makefile.in (xterm.o): Update dependencies.
12513
125142008-07-08 Glenn Morris <rgm@gnu.org>
12515
12516 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
12517 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
12518
125192008-07-07 Chong Yidong <cyd@stupidchicken.com>
12520
12521 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
12522 (x_set_frame_parameters): Don't bind it.
12523
125242008-07-07 Juanma Barranquero <lekktu@gmail.com>
12525
12526 * w32fns.c (map_w32_filename): Declare extern.
12527
125282008-07-07 Jason Rumney <jasonr@gnu.org>
12529
12530 * w32term.c (WS_EX_LAYERED): Define if not already.
12531
125322008-07-06 Chong Yidong <cyd@stupidchicken.com>
12533
12534 * xfaces.c (set_font_frame_param): Don't try to set the font
12535 parameter if it is still unspecified in the lface.
12536
125372008-07-05 Chong Yidong <cyd@stupidchicken.com>
12538
12539 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
12540 face if it didn't already exist.
12541
12542 * xdisp.c (try_window_id): Give up if word-wrapping is on.
12543
125442008-07-05 Andreas Schwab <schwab@suse.de>
12545
12546 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
12547
125482008-07-05 Chong Yidong <cyd@stupidchicken.com>
12549
12550 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
12551 word-wrapping.
12552 (IT_DISPLAYING_WHITESPACE): New macro.
12553 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
12554 when word-wrapping. Simplify word-wrapping logic. Use correct
12555 pixel positions when saving copies of the iterator.
12556 (display_line): Use proper wrap point if the last character on a
12557 line was preceded by whitespace.
12558
125592008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12560
12561 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
12562
125632008-07-04 Kenichi Handa <handa@m17n.org>
12564
12565 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
12566
12567 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
12568
125692008-07-02 Jason Rumney <jasonr@gnu.org>
12570
12571 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 12572 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
12573
12574 * xdisp.c (next_element_from_display_vector): Move assignment out
12575 of if statement.
12576
125772008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
12578
12579 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
12580
12581 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
12582 (syms_of_fileio): Initialize and export them.
12583 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
12584
12585 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
12586 (Fsystem_move_file_to_trash): New function.
12587 (syms_of_w32fns): Export it to lisp.
12588
125892008-07-01 Jason Rumney <jasonr@gnu.org>
12590
12591 * w32font.c (w32font_text_extents): Don't count overhang as part
12592 of width.
12593
125942008-06-30 Miles Bader <miles@gnu.org>
12595
12596 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
12597 Add `avoid_cursor_p' field.
12598
12599 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
12600 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
12601 (append_glyph, append_composite_glyph, produce_image_glyph)
12602 (append_stretch_glyph): Initialize avoid_cursor_p.
12603 (get_it_property): Rename from `get_line_height_property'.
12604 (x_produce_glyphs): Use get_it_property.
12605 (handle_line_prefix, push_display_prop): New functions.
12606 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
12607 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
12608 New variables.
12609 (syms_of_xdisp): Initialize them.
12610
126112008-06-30 Kenichi Handa <handa@m17n.org>
12612
12613 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
12614 XftDefaultSubstitute (they are called in XftFontMatch).
12615 (xftfont_open): Fix args to ftfont_font_format.
12616
12617 * ftfont.c (fc_charset_table): New member lang.
12618 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 12619 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
12620 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
12621 (ftfont_open): Fix args to ftfont_font_format.
12622 (ftfont_font_format): New arg filename.
12623
126242008-06-30 Chong Yidong <cyd@stupidchicken.com>
12625
12626 * xfaces.c (Finternal_merge_in_global_face): If default face was
12627 modified, realize it again. Update the font face attribute.
12628
126292008-06-29 Jason Rumney <jasonr@gnu.org>
12630
12631 * w32term.c (x_set_frame_alpha): Fix logic.
12632
126332008-06-29 Kenichi Handa <handa@m17n.org>
12634
12635 * fontset.c (Finternal_char_font): Return font-object instead of
12636 font-name.
12637
12638 * composite.c (get_composition_id): Fix the width calculation for TAB.
12639
126402008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12641
12642 * indent.c (Fvertical_motion): Properly handle float column arg.
12643
126442008-06-28 Jason Rumney <jasonr@gnu.org>
12645
12646 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
12647 (pfnSetLayeredWindowAttributes): New function pointer.
12648 (w32_initialize): Initialize it when supported.
12649 (x_set_frame_alpha): New function.
12650
12651 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
12652 (w32_frame_parm_handlers): Set alpha handler.
12653
12654 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
12655
126562008-06-27 Jason Rumney <jasonr@gnu.org>
12657
12658 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
12659 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
12660 (w32_to_x_charset, x_to_w32_charset)
12661 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
12662 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
12663 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
12664 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
12665 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
12666 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
12667 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
12668 (Qw32_charset_unicode): Remove.
12669 (syms_of_w32fns): Update for above changes.
12670
12671 * w32font.c (w32_to_x_charset, x_to_w32_charset)
12672 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
12673 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
12674 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
12675 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
12676 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
12677 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
12678 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
12679 (syms_of_w32font): Update for above changes.
12680
126812008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
12682
12683 * s/usg5-4.h: Fix previous change: keep the correct branch of a
12684 removed #if.
12685 (USG_SHARED_LIBRARIES): Remove duplicate definition.
12686
126872008-06-26 Juanma Barranquero <lekktu@gmail.com>
acd0102a 12688 Eli Zaretskii <eliz@gnu.org>
aac0c6e3
MR
12689
12690 * makefile.w32-in (LOCAL_FLAGS):
12691 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
12692
12693 * sysdep.c (_spawnlp, _getpid):
12694 Declare with explicit _cdecl instead of _CRTAPI1.
12695
12696 * editfns.c (Fget_internal_run_time):
12697 Check for WINDOWSNT with #ifdef, not #if.
12698
126992008-06-26 Jason Rumney <jasonr@gnu.org>
12700
12701 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
12702
12703 * w32term.c (x_draw_glyph_string_foreground)
12704 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
12705 Use FONT_HANDLE macro.
12706 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
12707
12708 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
12709 (uniscribe_encode_char): Use FONT_HANDLE macro.
12710
12711 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
12712 (w32font_text_extents): Use precast w32_font.
12713 (w32font_close): Free cached metrics.
12714 (w32font_open_internal): Allocate space for name on stack.
12715
127162008-06-26 Chong Yidong <cyd@stupidchicken.com>
12717
12718 * xdisp.c (extend_face_to_end_of_line): Fix last change.
12719
127202008-06-26 Jason Rumney <jasonr@gnu.org>
12721
12722 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
12723 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
12724
127252008-06-26 Juanma Barranquero <lekktu@gmail.com>
12726
12727 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
12728
127292008-06-26 Jason Rumney <jasonr@gnu.org>
12730
12731 * w32bdf.c, w32bdf.h: Remove obsolete files.
12732
12733 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
12734
12735 * w32gui.h: Don't include w32bdf.h.
12736 (XCharStruct, enum w32_char_font_type, W32FontStruct):
12737 Remove obsolete font support.
12738
12739 * w32font.h (struct w32font_info): Remove compat_w32_font.
12740 Add hfont member.
12741 (FONT_COMPAT): Remove obsolete macro.
12742
12743 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
12744 (w32font_encode_char, w32font_text_extents): Use new hfont member.
12745 (w32font_open_internal): Remove compat code. Set new hfont member.
12746 (Fx_select_font): Use new hfont member.
12747
12748 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
12749 (uniscribe_encode_char): Use new hfont member.
12750
12751 * w32term.c (x_draw_glyph_string_foreground)
12752 (x_draw_composite_glyph_string_foreground): Use new hfont member.
12753 (x_draw_glyph_string): Use metrics in w32font_info.
12754
127552008-06-26 Kenichi Handa <handa@m17n.org>
12756
12757 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
12758
127592008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12760
12761 * unexnext.c:
12762 * m/ews4800.h:
12763 * m/hp9000s300.h:
12764 * m/ibm370aix.h:
12765 * m/mips-siemens.h:
12766 * m/ncr386.h:
12767 * m/next.h:
12768 * m/pmax.h:
12769 * m/powerpcle.h:
12770 * m/tandem-s2.h:
12771 * s/386bsd.h:
12772 * s/bsd386.h:
12773 * s/bsd4-1.h:
12774 * s/bsd4-2.h:
12775 * s/bsdos2-1.h:
12776 * s/bsdos2.h:
12777 * s/bsdos3.h:
12778 * s/bsdos4.h:
12779 * s/nextstep.h:
12780 * s/ultrix4-3.h:
12781 * s/usg5-0.h:
12782 * s/usg5-2-2.h:
12783 * s/usg5-2.h:
12784 * s/usg5-4-3.h:
12785 * s/ux4800.h:
12786 * s/uxpds.h:
12787 * s/uxpv.h: Remove support for obsolete systems.
12788 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 12789 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
12790 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
12791 Remove, insert contents in s/aix4-2.h.
12792 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
12793 * s/bsd4-3.h: Rename to ...
12794 * s/bsd-common.h: ... this.
12795 * data.c:
12796 * doc.c:
12797 * ecrt0.c:
12798 * emacs.c:
12799 * fileio.c:
12800 * floatfns.c:
12801 * keyboard.c:
12802 * mem-limits.h:
12803 * print.c:
12804 * process.c:
12805 * sysdep.c:
12806 * syssignal.h:
12807 * systty.h:
12808 * syswait.h:
12809 * term.c:
12810 * unexec.c:
12811 * unexelf.c:
12812 * unexhp9k800.c:
12813 * m/hp800.h:
12814 * m/ibmrs6000.h:
12815 * m/mips.h:
12816 * m/vax.h:
12817 * s/darwin.h:
12818 * s/freebsd.h:
12819 * s/gnu.h:
12820 * s/ms-w32.h:
12821 * s/msdos.h:
12822 * s/netbsd.h:
12823 * s/template.h: Remove references to obsolete variables.
12824
12825 * Makefile.in: Add dependencies for all unexec files.
12826 (admindir): Remove unused variable.
12827 (UNEXEC_SRC): Remove references.
12828
128292008-06-25 Chong Yidong <cyd@stupidchicken.com>
12830
12831 * xfns.c (x_default_font_parameter): If Xft is available, first
12832 try Monospace-12 for the default font.
12833
128342008-06-25 Jason Rumney <jasonr@gnu.org>
12835
12836 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
12837
128382008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12839
12840 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
12841
12842 * buffer.c (syms_of_buffer): Remove default-word-wrap.
12843
128442008-06-25 Juanma Barranquero <lekktu@gmail.com>
12845
12846 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
12847 <scroll-conservatively>: Fix typo in docstring.
12848
12849 * xselect.c (Fx_send_client_event): Doc fix.
12850
128512008-06-25 Kenichi Handa <handa@m17n.org>
12852
12853 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
12854
12855 * font.c (font_parse_fcname): Remove unused variables.
12856 (font_sort_entites): Delete the arg SPEC. Caller changed.
12857 Fix for the case of ! best_only.
12858 (font_delete_unmatched): Check DPI and AVGWIDTH too.
12859
12860 * lisp.h (Fstring_to_unibyte): EXFUN it.
12861
12862 * character.h (str_to_unibyte): Extern it.
12863
12864 * character.c (str_to_unibyte): New function.
12865
12866 * fns.c (Fstring_to_unibyte): New function.
12867 (syms_of_fns): Defsubr it.
12868
128692008-06-24 Kenichi Handa <handa@m17n.org>
12870
12871 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
12872 DPI too.
12873 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
12874
128752008-06-24 Andreas Schwab <schwab@suse.de>
12876
12877 * Makefile.in (${lispsource}loaddefs.el): Rename from
12878 ../lisp/loaddefs.el.
12879 (bootstrap-clean): Do what distclean does but don't remove
12880 Makefile.
12881 (distclean): Depend on bootstrap-clean and remove Makefile.
12882
128832008-06-24 Chong Yidong <cyd@stupidchicken.com>
12884
12885 * buffer.h (struct buffer): New member word_wrap.
12886
12887 * buffer.c (syms_of_buffer): New variables default-word-wrap and
12888 word-wrap.
12889 (init_buffer_once): Initialize them.
12890
12891 * dispextern.h (struct it): Replace bool truncate_lines_p with a
12892 line_wrap enum possessing three possible values.
12893
12894 * termopts.h: Replace truncate_partial_width_windows with
12895 Vtruncate_partial_width_windows.
12896
12897 * dispnew.c (direct_output_for_insert): Avoid direct output when
12898 inserting a space with word wrap on.
12899
12900 * indent.c (compute_motion): Obey integer values of
12901 truncate-partial-width-windows.
12902
12903 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
12904 replacing truncate_partial_width_windows.
12905 (init_iterator): If Vtruncate_partial_width_windows is an integer,
12906 truncate only if the window width is below that integer.
12907 (start_display, resize_mini_window, produce_stretch_glyph)
12908 (display_string, move_it_in_display_line_to): Use line_wrap.
12909 (back_to_previous_visible_line_start, reseat_1): Reset
12910 string_from_display_prop_p.
12911 (display_line): Extend default face to end of line when wrapping.
12912
129132008-06-24 Kim F. Storm <storm@cua.dk>
12914
12915 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
12916 to wrap continued lines at word boundaries.
12917
129182008-06-24 Jason Rumney <jasonr@gnu.org>
12919
12920 * font.c (Ffont_face_attributes): Multiply pixel size before point
12921 conversion to avoid multiplying rounding error.
12922
129232008-06-23 Jason Rumney <jasonr@gnu.org>
12924
12925 * w32term.c (x_draw_glyph_string_background)
12926 (x_draw_glyph_string): Remove old bdf font code.
12927
12928 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
12929
129302008-06-22 Kenichi Handa <handa@m17n.org>
12931
12932 * font.c (font_find_for_lface): Try the adstyle specified in
12933 the property of LFACE_FONT of LFACE (if any).
12934
129352008-06-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 12936 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
12937
12938 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
12939
129402008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12941
12942 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
12943 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
12944 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
12945 (witness-emacs): Remove.
12946 (lisp, shortlisp): Move loaddefs.el earlier.
12947 (mostlyclean): Forget about witness-emacs.
12948
129492008-06-22 Glenn Morris <rgm@gnu.org>
12950
12951 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
12952 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
12953
129542008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12955
12956 * Makefile.in (PRECOMP): Remove.
12957 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
12958 (witness-emacs): Run `compile-first'.
12959 (.el.elc): Use the new compile-onefile target.
12960
129612008-06-21 Kenichi Handa <handa@m17n.org>
12962
12963 * xftfont.c (xftfont_open): Handle QCembolden only when
12964 FC_EMBOLDEN is defined.
12965
129662008-06-21 Andreas Schwab <schwab@suse.de>
12967
12968 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
12969 (.el.elc): Likewise.
12970
129712008-06-21 Miles Bader <miles@gnu.org>
12972
12973 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
12974 build dir, not the lisp source dir.
12975
129762008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12977
12978 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
12979 (bootstrapclean): Remove.
12980 (.el.elc): New rule.
12981 (PRECOMP): New var.
12982 (../lisp/subdirs.el): Remove.
12983 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
12984 (witness-emacs): New target.
12985 (mostlyclean): Remove witness-emacs as well.
12986 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
12987 Add witness-emacs dependency.
12988
129892008-06-20 Chong Yidong <cyd@stupidchicken.com>
12990
12991 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
12992 defined by the font.
12993
129942008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12995
12996 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
12997 (bootstrap-clean): New target that keeps TAGS around.
12998 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
12999 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
13000
130012008-06-20 Jason Rumney <jasonr@gnu.org>
13002
13003 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
13004 Remove obsolete font code.
13005
13006 * w32font.c (font_matches_spec): Use csb bitfield from font signature
13007 to determine language support.
13008
130092008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13010
13011 * sysdep.c (cfsetspeed): New fun extracted from the code.
13012 (cfmakeraw): Move before first use.
13013
130142008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
13015
13016 * sysdep.c (cfmakeraw): Provide fallback implementation.
13017 (serial_configure): Provide fallback implementation of cfsetspeed.
13018
130192008-06-20 Kenichi Handa <handa@m17n.org>
13020
13021 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
13022 the pattern.
13023
13024 * fontset.c (fontset_from_font): Copy font_spec before changing
13025 the elements.
13026
13027 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
13028
130292008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13030
13031 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
13032 for explicit `font' parameters.
13033
13034 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
13035
130362008-06-19 Kenichi Handa <handa@m17n.org>
13037
13038 * frame.c: Include <ctype.h>.
13039 (x_set_font_backend): Allow spacing characters in the X resource
13040 for FontBackend.
13041
130422008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
13043
13044 * w32fns.c, xfns.c (Qfont_param): New var.
13045 (syms_of_w32fns): Initialize it.
13046 (x_default_font_parameter): Record explicit `font' into
13047 `font-parameter'.
13048
130492008-06-18 Kenichi Handa <handa@m17n.org>
13050
13051 * font.c (font_parse_xlfd): Fix previous change.
13052 (font_parse_fcname): Don't use :fc-unknown-spec.
13053 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
13054 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
13055 (font_add_log): Prepend the driver name to the resulting fonts.
13056
13057 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
13058 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
13059 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
13060
13061 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
13062 (QCembolden): New variables.
13063 (syms_of_xftfont): DEFSYM them.
13064 (xftfont_open): Call XftFontMatch. Don't trust the result of
13065 XftTextExtents8 if the pixel_size is less than 5.
13066
130672008-06-18 Andreas Schwab <schwab@suse.de>
13068
13069 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
13070 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
13071
130722008-06-18 Jason Rumney <jasonr@gnu.org>
13073
13074 * w32font.c (w32font_list, w32font_match): Add logging.
13075
13076 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
13077
130782008-06-17 Chong Yidong <cyd@stupidchicken.com>
13079
13080 * font.c (font_parse_fcname): Store divider characters for
13081 unknown-spec list. For known key symbols, intern using correct
13082 symbol name.
13083
130842008-06-17 Kenichi Handa <handa@m17n.org>
13085
13086 * xfaces.c (realize_default_face): If the frame is not on window
13087 system, set the fontset of face to nil.
13088
130892008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
13090
13091 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
13092
130932008-06-16 Juanma Barranquero <lekktu@gmail.com>
13094
13095 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
13096 (build_font_name_from_vector): Delete externs.
13097
13098 * xfaces.c (struct font_name): Don't declare.
13099
131002008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
13101
13102 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
13103
131042008-06-16 Chong Yidong <cyd@stupidchicken.com>
13105
13106 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
13107
131082008-06-16 Juanma Barranquero <lekktu@gmail.com>
13109
13110 * font.c (Ffont_spec): Fix usage in docstring.
13111 (Ffont_face_attributes): Doc fix.
13112
131132008-06-16 Andreas Schwab <schwab@suse.de>
13114
13115 * font.c (Ffont_face_attributes): Fix definition.
13116
131172008-06-16 Jason Rumney <jasonr@gnu.org>
13118
13119 * font.h (font_style_symbolic_from_value): Remove.
13120
13121 * font.c (font_style_symbolic_from_value): Remove.
13122 (font_style_symbolic): Revert to pre 2008-06-13 version.
13123
13124 * w32font.c (w32_to_fc_weight): New function.
13125 (w32font_full_name, logfont_to_fcname): Use it.
13126
131272008-06-16 Kenichi Handa <handa@m17n.org>
13128
13129 * font.c (font_check_object): Delete it.
13130 (font_clear_cache): Check if a font-object is alive.
13131 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
13132 font-object to nil.
13133 (font_close_object): Don't check FONT_CLOSE_OBJECT.
13134 (font_at): Don't call font_check_object.
13135 (Ffont_get): Return a symbol for :weight, :slant, and :width.
13136
131372008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
13138
13139 * puresize.h (BASE_PURESIZE): Increase to 1230000.
13140
131412008-06-16 Chong Yidong <cyd@stupidchicken.com>
13142
13143 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
13144
131452008-06-15 Chong Yidong <cyd@stupidchicken.com>
13146
13147 * font.c (font_parse_fcname): Only one decimal point.
13148 (font_unparse_fcname): Handle data in family and foundry indices
13149 as symbols, not strings.
13150 (font_unparse_gtkname, Ffont_face_attributes): New functions.
13151
13152 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
13153
13154 * font.h (font_unparse_gtkname): Add prototype.
13155
131562008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
13157
13158 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
13159
131602008-06-15 Andreas Schwab <schwab@suse.de>
13161
13162 * font.c (font_update_drivers): Fix crash when no drivers match.
13163
131642008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13165
13166 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
13167 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
13168
131692008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13170
13171 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
13172
131732008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13174
13175 * process.c (Fserial_process_configure, Fprocess_send_eof):
13176 Use EQ to compare Lisp_Objects.
13177
131782008-06-13 Jason Rumney <jasonr@gnu.org>
13179
13180 * w32fns.c (Fw32_select_font): Remove old font API function.
13181
13182 * w32font.c (logfont_to_fcname): New function.
13183 (Fx_select_font): New font dialog function compatible with
13184 GTK/fontconfig version.
13185
13186 * font.c (font_style_symbolic_from_value): New function.
13187 (font_style_symbolic): Use it.
13188
13189 * font.h (font_style_symbolic_from_value): Declare new function.
13190
131912008-06-13 Juanma Barranquero <lekktu@gmail.com>
13192
13193 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
13194 <font-width-table>: Fix typos in docstrings.
13195
131962008-06-13 Daniel Engeler <engeler@gmail.com>
13197
13198 These changes add serial port access.
13199 * process.c: Add HAVE_SERIAL.
13200 (Fdelete_process, Fprocess_status, Fset_process_buffer)
13201 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
13202 (list_processes_1, select_wrapper, Fstop_process)
13203 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
13204 (status_notify): Modify to handle serial processes.
13205 [HAVE_SERIAL] (Fserial_process_configure)
13206 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
13207 New functions.
13208 * process.h (struct Lisp_Process): Add `type'.
13209 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
13210 New functions.
13211 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
13212 serial ports.
b71ac3dd 13213 (serial_open, serial_configure): New functions.
aac0c6e3
MR
13214 * w32.h: Add FILE_SERIAL.
13215 (struct _child_process): Add ovl_read, ovl_write.
13216
132172008-06-13 Kenichi Handa <handa@m17n.org>
13218
13219 * dispextern.h (enum lface_attribute_index): New member
13220 LFACE_FOUNDRY_INDEX.
13221
13222 * font.c (font_score): Delete arg alternate_families. Check only
13223 weight, slant, width, and size. Ignore the difference of alias
13224 style symbols.
13225 (font_sort_entites): Adjust for the above change. Reflect the
13226 order of font-driver to scores.
13227 (font_list_entities): Don't check alternate_familes here.
13228 (font_clear_prop): Handle foundry.
13229 (font_update_lface): Don't parse "foundry-family" form here.
13230 Handle FONT_FOUNDRY_INDEX.
13231 (font_find_for_lface): Likewise. Handle alternate families here.
13232 If registry is nil, try iso8859-1 and ascii-0.
13233 (font_open_for_lface): Pay attention to size in ENTITY.
13234 (font_open_by_name): Simplify by calling font_load_for_lface.
13235 (free_font_driver_list): Delete it.
13236 (font_update_drivers): Preserve the order of backends.
13237 (syms_of_font): Setting of sort_shift_bits adjusted for the change
13238 of font_score and font_sort_entites.
13239 (font_update_sort_order): Likewise.
13240
13241 * xfaces.c (LFACE_FOUNDRY): New macro.
13242 (check_lface_attrs): Check foundry.
13243 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
13244 (merge_face_vectors): Check foundry.
13245 (merge_face_ref): Likewise.
13246 (Finternal_set_lisp_face_attribute): Likewise.
13247 (x_update_menu_appearance): Likewise.
13248 (Finternal_get_lisp_face_attribute): Likewise.
13249 (lface_hash): Likewise.
13250 (lface_same_font_attributes_p): Likewise.
13251 (x_supports_face_attributes_p): Likewise.
13252 (tty_supports_face_attributes_p): Likewise.
13253 (Finternal_set_alternative_font_family_alist): Intern strings.
13254 (Finternal_set_alternative_font_registry_alist): Downcase strings.
13255 (realize_default_face): Set LFACE_FOUNDRY (lface).
13256
13257 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
13258 font-driver at first.
13259
13260 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
13261
132622008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13263
13264 * lread.c (Fload): Use xfree, not free on saved_doc_string.
13265
132662008-06-12 Jim Meyering <meyering@redhat.com>
13267
13268 Make unexec_free handle NULL the same way free does.
13269 * unexmacosx.c (unexec_free): Ignore a NULL argument.
13270
132712008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13272
13273 * character.h (CHAR_TO_BYTE_SAFE): New macro.
13274 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
13275 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
13276 (WEAK_ALIAS): Simplify.
13277 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
13278 when searching a unibyte buffer.
13279
132802008-06-12 Chong Yidong <cyd@stupidchicken.com>
13281
13282 * xfns.c (Fx_select_font): Rename from x-font-dialog.
13283
132842008-06-12 Juanma Barranquero <lekktu@gmail.com>
13285
13286 * w32font.c: Include ctype.h.
13287
132882008-06-11 Jason Rumney <jasonr@gnu.org>
13289
13290 * w32font.c (w32font_encode_char): Detect missing glyphs that are
13291 misreported as space.
13292 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
13293 as aliases for registry iso10646-1.
13294
132952008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13296
13297 * buffer.c (clone_per_buffer_values): Skip `name'.
13298
132992008-06-11 Chong Yidong <cyd@stupidchicken.com>
13300
13301 * font.c (font_parse_fcname): Fix last change; accept decimal
13302 points in font size.
13303
133042008-06-10 Jason Rumney <jasonr@gnu.org>
13305
13306 * w32uniscribe.c (add_opentype_font_name_to_list):
13307 Skip non unicode fonts.
13308
133092008-06-10 Chong Yidong <cyd@stupidchicken.com>
13310
13311 * xfns.c (Fx_font_dialog): New function.
13312
13313 * gtkutil.c (xg_dialog_response_cb): Rename from
13314 xg_file_response_callback.
13315 (pop_down_dialog): Rename from pop_down_file_dialog.
13316 (xg_get_file_name): Callers changed.
13317 (xg_get_font_name): New function.
13318
13319 * gtkutil.h (xg_get_font_name): Insert prototype.
13320
133212008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13322
13323 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
13324 x_underline_minimum_display_offset.
13325 (syms_of_xdisp): Declare it here rather than in xterm.c.
13326 * dispextern.h (underline_minimum_offset): Declare it.
13327 * w32term.c (x_draw_glyph_string): Use it.
13328 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
13329 (syms_of_xterm): Don't declare it any more.
13330 (x_draw_glyph_string): Adjust to the new name.
13331
8719abec 133322008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
13333
13334 * xterm.c (x_underline_minimum_display_offset): New var.
13335 (x_draw_glyph_string): Use it.
13336 (syms_of_xterm): Declare it.
13337
133382008-06-10 Chong Yidong <cyd@stupidchicken.com>
13339
13340 * font.c (font_parse_fcname): Accept GTK-style font names too.
13341
133422008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13343
13344 * dired.c (file_name_completion): Don't return t if the match is exact
13345 but with different capitalization.
13346 * minibuf.c (Ftry_completion): Simplify.
13347
13348 * window.c (Vwindow_point_insertion_type): New var.
13349 (set_window_buffer): Use it.
13350 (syms_of_window): Init and export it to Lisp.
13351
133522008-06-10 Kenichi Handa <handa@m17n.org>
13353
13354 * font.h (font_intern_prop): Prototype adjusted.
13355
13356 * font.c (font_intern_prop): New arg force_symbol.
13357 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
13358 Adjust for the change of font_intern_prop.
13359
13360 * ftfont.c (ftfont_pattern_entity):
13361 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
13362 (w32_registry):
13363 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
13364 the change of font_intern_prop.
13365
133662008-06-09 Juanma Barranquero <lekktu@gmail.com>
13367
13368 * w32menu.c (digest_single_submenu): Declare extern.
13369
133702008-06-09 Jason Rumney <jasonr@gnu.org>
13371
13372 * w32term.c (x_make_frame_visible): Use alternate restore flags.
13373
13374 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
13375 (parse_single_submenu): Remove.
13376 (digest_single_submenu): Remove.
13377 (syms_of_w32menu): Don't initialise variables that have moved
13378 to menu.c.
13379 (set_frame_menubar): Sync with version in xmenu.c.
13380 (w32_menu_show): Sync with xmenu_show in xmenu.c.
13381
13382 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
13383 Make static again.
13384
133852008-06-09 Jason Rumney <jasonr@gnu.org>
13386
13387 Changes to w32 files related to the move of common menu code
13388 to menu.c on 2008-06-08 by Chong Yidong.
13389
13390 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
13391 defs to w32gui.h.
13392 (single_keymap_panes, push_menu_item, push_menu_pane):
13393 Make globally visible.
13394
13395 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
13396 (local_free, malloc_widget_value, free_widget_value)
13397 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
13398 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
13399 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
13400 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
13401 (menu_items, menu_items_allocated, menu_items_used)
13402 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
13403 (init_menu_items, finish_menu_items, discard_menu_items)
13404 (grow_menu_items, push_submenu_start, push_submenu_end)
13405 (push_left_right_boundary, push_menu_pane, push_menu_item)
13406 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
13407 (free_menubar_widget_tree_value, parse_single_submenu)
13408 (update_submenu_strings): Remove functions.
13409 (xmalloc_widget_value): Remove and declare extern.
13410
13411 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
13412 (OBJ1): Build it.
13413
13414 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
13415 (local_heap, local_alloc, local_free, malloc_widget_value)
13416 (free_widget_value): Define here.
13417
134182008-06-09 Kenichi Handa <handa@m17n.org>
13419
13420 * font.h (Qascii_0): Extern it.
13421
13422 * font.c (Qascii_0): New variable.
13423 (syms_of_font): DEFSYM it.
13424 (font_open_by_name): If the registry "iso8859-1" fails, try also
13425 "ascii-0".
13426
13427 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
13428
134292008-06-08 Kenichi Handa <handa@m17n.org>
13430
13431 * .gdbinit (xfont): New command.
13432
134332008-06-08 Andreas Schwab <schwab@suse.de>
13434
13435 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
13436 * Makefile.in (menu.o): Update dependencies.
13437
13438 * Makefile.in (obj): Always add menu.o.
13439 * emacs.c (main): Always call syms_of_menu.
13440 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
13441
134422008-06-08 Chong Yidong <cyd@stupidchicken.com>
13443
13444 * Makefile.in: Compile menu.c.
13445
13446 * lisp.h: Declare syms_of_menu.
13447
13448 * emacs.c (main): Call syms_of_menu.
13449
13450 * keyboard.h: Relocate platform-independent menu definitions from
13451 xmenu.c.
13452
13453 * menu.c: New file. Relocate platform-independent menu
13454 definitions from xmenu.c. Suggested by Adrian Robert.
13455
13456 * xmenu.c: Remove platform-independent menu definitions.
560bb7ae 13457 (menu_items, menu_items_inuse, menu_items_allocated)
aac0c6e3
MR
13458 (menu_items_used, menu_items_n_panes)
13459 (menu_items_submenu_depth): Move to keyboard.h.
13460 (init_menu_items, finish_menu_items, unuse_menu_items)
13461 (discard_menu_items, restore_menu_items, save_menu_items)
13462 (grow_menu_items, push_submenu_start, push_submenu_end)
13463 (push_left_right_boundary, push_menu_pane, push_menu_item)
13464 (keymap_panes, single_keymap_panes, single_menu_item)
13465 (list_of_panes, list_of_items, find_and_call_menu_selection)
13466 (xmalloc_widget_value, free_menubar_widget_value_tree)
13467 (parse_single_submenu, digest_single_submenu)
13468 (update_submenu_strings): Move to menu.c.
13469
134702008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13471
13472 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
13473
134742008-06-06 Miles Bader <miles@gnu.org>
13475
13476 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
13477 face, not frame default.
13478
134792008-06-05 Martin Rudalics <rudalics@gmx.at>
13480
13481 * window.c (pop_up_windows, pop_up_frames)
13482 (display_buffer_reuse_frames, Vpop_up_frame_function)
13483 (Vdisplay_buffer_function, Veven_window_heights)
13484 (Vspecial_display_buffer_names, Vspecial_display_regexps)
13485 (Vspecial_display_function, Vsame_window_buffer_names)
13486 (Vsame_window_regexps, split_height_threshold)
13487 (Vsplit_window_preferred_function): Move those vars to window.el.
13488 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
13489 (Fdisplay_buffer): Move those functions to window.el.
13490 (syms_of_window): Remove corresponding declarations.
13491 (display_buffer): New function.
13492 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
13493 * dispnew.c (Flast_nonminibuf_frame): New function.
13494 * buffer.c (Fpop_to_buffer): Move to window.el.
13495
134962008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13497
13498 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
13499
135002008-06-05 Kenichi Handa <handa@m17n.org>
13501
13502 * coding.c (detect_coding): Fix previous change.
13503 (detect_coding_system): Likewise.
13504
135052008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13506
13507 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
13508
13509 * keymap.c (Vminibuffer_local_filename_must_match_map):
13510 Rename from Vminibuffer_local_must_match_filename_map.
13511 (syms_of_keymap):
13512 * minibuf.c (Fcompleting_read): Adjust accordingly.
13513 * commands.h: Rename declaration as well.
13514
135152008-06-05 Kenichi Handa <handa@m17n.org>
13516
13517 * font.c (Ffont_spec): Don't use font_parse_family_registry for
13518 family name.
13519 (Ffont_put): Likewise.
13520
13521 * fontset.c (fontset_find_font): Call font_open_for_lface with the
13522 current font-spec.
13523
13524 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
13525 is unspecified.
13526
13527 * xfaces.c (realize_x_face): If the font-related face attributes
13528 are the same as those of default face, realize a new fontset from
13529 default->fontset.
13530 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
13531
135322008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13533
13534 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
13535 (move_it_in_display_line): New wrapper.
13536
13537 * window.c (window_scroll_pixel_based_preserve_x)
13538 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
13539 (window_scroll_pixel_based, window_scroll_line_based):
13540 Use them to preserve column positions.
13541 (syms_of_window): Initialize them.
13542
13543 * indent.c (Fvertical_motion): Extend first arg to allow passing an
13544 (HPOS . VPOS) pair.
13545
13546 * dispextern.h (move_it_in_display_line): Declare.
13547
135482008-06-05 Juanma Barranquero <lekktu@gmail.com>
13549
13550 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
13551 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
13552 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
13553
135542008-06-04 Juanma Barranquero <lekktu@gmail.com>
13555
13556 * window.c (Fset_window_parameter): Doc fix.
13557 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
13558
135592008-06-04 Joakim Verona <joakim@verona.se>
13560
13561 * window.h (struct window): Add new member window_parameters.
13562
13563 * window.c (Fwindow_parameters, Fwindow_parameter)
13564 (Fset_window_parameter): New defuns.
13565 (syms_of_window): Defsubr the new defuns.
13566 (make_window): Initialize window_parameters to nil.
13567
135682008-06-04 John Paul Wallington <jpw@pobox.com>
13569
13570 * eval.c (Fdefmacro): Doc fix.
13571
135722008-06-04 Kenichi Handa <handa@m17n.org>
13573
13574 * coding.c (detect_coding): Fix handling of coding->head_ascii.
13575 Be sure to call setup_coding_system when we find a proper coding system.
13576 (detect_coding_system): Fix handling of coding->head_ascii.
13577
135782008-06-03 Andreas Schwab <schwab@suse.de>
13579
13580 * font.c (font_prop_validate_spacing): Fix last change.
13581
135822008-06-03 Kenichi Handa <handa@m17n.org>
13583
13584 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
13585 (font_parse_fcname): Fix handling of unknown key.
13586
13587 * xfont.c (xfont_list): Try an alias.
13588
13589 * charset.c (char_charset): Return NULL if the arg charset_list is
13590 specified and C doesn't belong to any of them.
13591
135922008-06-02 Chip Coldwell <coldwell@redhat.com>
13593
13594 * font.c (font_pixel_size): Don't take cdr of an integer.
13595
135962008-06-02 Jim Meyering <meyering@redhat.com>
13597
13598 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
13599 * alloc.c (xfree): Return right away for a NULL arg.
13600 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
13601 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
13602 * mac.c (create_apple_event_from_event_ref): Likewise.
13603 (create_apple_event_from_drag_ref, cfstring_create_normalized):
13604 Likewise.
13605 * doprnt.c (doprnt1): Likewise.
13606 * frame.c (frame): Likewise.
13607 * keyboard.c (wipe_kboard): Likewise.
13608 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
13609 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
13610 * term.c (tty_default_color_capabilities, maybe_fatal)
13611 (delete_tty): Likewise.
13612 * w16select.c (string): Likewise.
13613 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
13614 * w32bdf.c (w32_free_bdf_font): Likewise.
13615 * w32fns.c (w32_unload_font): Likewise.
13616 * w32font.c (w32font_close): Likewise.
13617 * window.c (size_window): Likewise.
13618 * xselect.c (receive_incremental_selection): Likewise.
13619 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
13620 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
13621 * w32.c (stat): Likewise.
13622
13623 Remove useless if-before-free tests.
13624 * editfns.c (Fset_time_zone_rule): Likewise.
13625 * lread.c (nosuffix): Likewise.
13626 * ralloc.c (get_bloc): Likewise.
13627 * regex.c (reg_free): Likewise.
13628 * xftfont.c (xftfont_open, xftfont_close): Likewise.
13629 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
13630 * xsmfns.c (smc_save_yourself_CB): Likewise.
13631
136322008-06-02 Kenichi Handa <handa@m17n.org>
13633
13634 * font.c (font_find_for_lface): Handle float font size.
13635 (font_open_for_lface): Likewise.
13636
13637 * xfaces.c (x_supports_face_attributes_p): Check face->font before
13638 comparing the properties.
13639
136402008-06-01 Jason Rumney <jasonr@gnu.org>
13641
13642 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
13643 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
13644 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
13645 Don't add empty script list.
13646 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
13647
136482008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
13649
13650 * Makefile.in (dot, dotdot): Remove, update users.
13651 ".." has been used elsewhere in the file for a long time.
13652 (LIBXT_STATIC): Remove conditional based on unused variable.
13653
136542008-06-01 Miles Bader <miles@gnu.org>
13655
13656 * xfaces.c (Vface_remapping_alist): New variable.
13657 (syms_of_xfaces): Initialize it.
13658 (enum named_merge_point_kind): New type.
13659 (struct named_merge_point): Add `named_merge_point_kind' field.
13660 (push_named_merge_point): Make cycle detection respect different
13661 named-merge-point kinds.
13662 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
13663 Remove face-name alias resolution.
13664 (lface_from_face_name): New definition using
13665 `lface_from_face_name_no_resolve'.
13666 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
13667 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
13668 (get_lface_attributes): New definition that layers face-remapping on
13669 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
13670 (lookup_basic_face): New function.
13671 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
13672 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
13673 `get_lface_attributes'.
13674 (face_at_buffer_position): Use `lookup_basic_face' to lookup
13675 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
13676 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
13677
13678 * xdisp.c (init_iterator): Pass base_face_id through
13679 `lookup_basic_face' when we actually use it as a face-id.
13680 (handle_single_display_prop): Use `lookup_basic_face' to lookup
13681 DEFAULT_FACE_ID.
13682
13683 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
13684 lookup the initial face-id.
13685
13686 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
13687
136882008-06-01 Juanma Barranquero <lekktu@gmail.com>
13689
13690 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
13691 (Fremove_text_properties): Fix typos in docstrings.
13692
136932008-05-31 Kenichi Handa <handa@m17n.org>
13694
13695 * font.c (font_list_entities): Fix the car part of data to be
13696 stored in the cache.
13697
13698 * ftfont.c (ftfont_font_format): Don't use strcasestr.
13699
137002008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13701
13702 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
13703 Add a `test' argument so another predicate than `equal' can be used.
13704 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
13705 (map_char_table): Remove unused vars `c' and `i'.
13706 * lisp.h (Foptimize_char_table): Adjust declaration.
13707 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
13708
137092008-05-30 Kenichi Handa <handa@m17n.org>
13710
13711 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
13712 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
13713 defined.
13714
137152008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13716
13717 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
13718 (Fmake_variable_frame_local): Disallow mixing buffer-local and
13719 frame-local settings for the same variable.
13720
137212008-05-30 Kenichi Handa <handa@m17n.org>
13722
13723 * fontset.c (Ffont_info): Move to font.c.
13724 (syms_of_fontset): Delete defsubr of Sfont_info.
13725
13726 * font.c (font_style_to_value, font_score): Delete casting of the
13727 args to xstcasecmp.
13728 (register_font_driver): Increment num_font_drivers only when
13729 registering the driver globally.
13730 (Ffont_info): Move from fontset.c. Handle a font object too.
13731 (syms_of_font): Defsubr Sfont_info.
13732
137332008-05-29 Kenichi Handa <handa@m17n.org>
13734
13735 * coding.h (enum define_coding_utf8_arg_index): New enum.
13736 (enum coding_attr_index): Change coding_attr_utf_16_bom to
13737 coding_attr_utf_bom.
13738 (enum utf_bom_type): Rename from utf_16_bom_type.
13739 (struct utf_16_spec): Adjust for the above change.
13740 (struct coding_system): Add utf_8_bom in `spec' union.
13741
13742 * coding.c (CODING_UTF_8_BOM): New macro.
13743 (enum coding_category): Delete coding_category_utf_8, add
13744 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
13745 coding_category_utf_8_sig.
13746 (CATEGORY_MASK_UTF_8): Delete it.
13747 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
13748 (CATEGORY_MASK_UTF_8_SIG): New macros.
13749 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
13750 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
13751 CATEGORY_MASK_UTF_8_SIG.
13752 (CATEGORY_MASK_UTF_8): New macro.
13753 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
13754 (detect_coding_utf_8): Check BOM.
13755 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
13756 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
13757 (encode_coding_utf_16): Likewise.
13758 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
13759 (detect_coding, detect_coding_system): Handle utf-8-auto.
13760 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
13761 (syms_of_coding): Fix setting up of Vcoding_category_table.
13762
137632008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13764
13765 * process.c (Faccept_process_output): If `millisec' is non-nil,
13766 `seconds' default to 0.
13767 (wait_reading_process_output): Also return non-nil if we read output
13768 from a non-running process.
13769
137702008-05-29 Jason Rumney <jasonr@gnu.org>
13771
13772 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
13773 `raster' specified.
13774 (add_font_entity_to_list): Allow non-opentype truetype fonts back
13775 in the uniscribe backend, but disallow any font that has no
13776 unicode subrange support.
13777
137782008-05-29 Juanma Barranquero <lekktu@gmail.com>
13779
13780 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
13781 Fix typos in docstrings.
13782
137832008-05-29 Kenichi Handa <handa@m17n.org>
13784
13785 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
13786 (Fx_family_fonts): Set frame correctly.
13787
137882008-05-28 Jason Rumney <jasonr@gnu.org>
13789
13790 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
13791
137922008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13793
13794 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
13795 calling build_annotations.
13796
137972008-05-28 Juanma Barranquero <lekktu@gmail.com>
13798
13799 * coding.c (Fdecode_coding_region, Fencode_coding_region)
13800 (Fencode_coding_string):
13801 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
13802 <latin-extra-code-table>: Fix typos in docstrings.
13803 (syms_of_coding) <coding-system-alist>: Doc fix.
13804 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
13805
138062008-05-28 Kenichi Handa <handa@m17n.org>
13807
13808 * fontset.c (Ffont_info): Don't call font_close_object.
13809
13810 * font.c (font_parse_family_registry): Use Ffont_put to validate
13811 foundry and family.
13812 (font_delete_unmatched): Don't check spacing.
13813 (font_list_entities): Add spacing to the spec to list fonts.
13814
13815 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
13816 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
13817
13818 * coding.c (encode_coding_raw_text): Fix previous change.
13819 (encode_coding_object): When the dst_object is a buffer and is
13820 different from src_object, move gap to PT.
13821
138222008-05-27 Chong Yidong <cyd@stupidchicken.com>
13823
13824 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
13825
138262008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13827
13828 * coding.c (encode_coding_raw_text): Set coding->produced_char for
13829 all branches. Compute it differently.
13830
13831 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
13832
138332008-05-27 Juanma Barranquero <lekktu@gmail.com>
13834
13835 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
13836 into "else if () ... else ...".
13837
138382008-05-27 Jason Rumney <jasonr@gnu.org>
13839
13840 * w32font.c (w32font_open_internal): Determine if glyph indices
13841 are likely to work here.
13842
138432008-05-27 Chong Yidong <cyd@stupidchicken.com>
13844
13845 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
13846 draw overlap glyphs with appropriate highlighting.
13847
138482008-05-27 Kenichi Handa <handa@m17n.org>
13849
13850 * xfont.c (xfont_open): Fix calculation of font->average_width.
13851
138522008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13853
13854 * casefiddle.c (casify_object): Try to guess better whether the
13855 argument is a byte or a char.
13856
138572008-05-26 Andreas Schwab <schwab@suse.de>
13858
13859 * xselect.c (x_reply_selection_request): Properly handle format == 32.
13860 Always send multiples of format size.
13861
13862 * xterm.c (x_set_frame_alpha): Fix type mismatch.
13863
138642008-05-26 Jason Rumney <jasonr@gnu.org>
13865
13866 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
13867 (compute_metrics): Don't set failure if we just cleared the cache.
13868 (w32_weight_table): Remove unused variable.
13869 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
13870 backwards compatibility.
13871
138722008-05-25 Kenichi Handa <handa@m17n.org>
13873
13874 * w32term.c (x_draw_glyph_string):
13875 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
13876
13877 * xfaces.c: Delete unused function prototypes.
13878 (xstrlwr, font_frame): Delete them.
13879 (clear_face_cache): Delete unused variable.
13880
13881 * xftfont.c (xftfont_open): Delete unused variable.
13882 If underline_thickness is not 1, adjust underline_position.
13883
13884 * ftxfont.c (ftxfont_open): Delete unused variable.
13885
13886 * fontset.c (face_for_char): Optimize for the case of no charset
13887 property.
13888
13889 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
13890 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
13891 (otf_open, font_otf_capability, generate_otf_features)
13892 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
13893 Comment out by surrounding "#if 0" and "#endif" for the moment.
13894 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
13895 (syms_of_font): Codes for accessing above commented out.
13896
138972008-05-24 Eli Zaretskii <eliz@gnu.org>
13898
13899 * w32proc.c: Include dispextern.h.
13900
13901 * w32.c: Include dispextern.h.
13902
139032008-05-23 Juanma Barranquero <lekktu@gmail.com>
13904
13905 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
13906 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
13907 Fix typos in docstrings.
13908
139092008-05-23 Jason Rumney <jasonr@gnu.org>
13910
13911 * xsmfns.c: Remove includes that are already included by config.h.
13912
139132008-05-23 Kenichi Handa <handa@m17n.org>
13914
13915 * charset.c (Qemacs, charset_emacs): New variables.
13916 (char_charset): Fix for non-Unicode characters.
13917 (syms_of_charset): Define charset_emacs.
13918
13919 * w32term.c (x_draw_glyph_string): Be sure to update
13920 s->underline_thickness and s->underline_position. Be sure to draw
13921 underline within the current line area.
13922
13923 * xterm.c (x_draw_glyph_string): Be sure to update
13924 s->underline_thickness and s->underline_position. Be sure to draw
13925 underline within the current line area.
13926
13927 * fontset.c: Delete unused variables and add casting for char *
13928 throughout the file.
13929 (fontset_font): Try the fallback fonts of the current fontset
13930 before consulting the default fontset.
13931
13932 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
13933
13934 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
13935
139362008-05-22 Jason Rumney <jasonr@gnu.org>
13937
13938 * font.c: Don't include strings.h.
13939
13940 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
13941
13942 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
13943 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
13944 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
13945 to call xstrcasecmp.
13946
13947 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
13948
13949 * fontset.c (fs_query_fontset): Use xstrcasecmp.
13950
13951 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
13952
13953 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
13954
139552008-05-22 Kenichi Handa <handa@m17n.org>
13956
13957 * puresize.h (BASE_PURESIZE): Increase to 1220000.
13958
13959 * font.c (font_prop_validate_style): Adjust for the format
13960 change of font_style_table.
13961
13962 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
13963 two args.
13964
13965 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
13966 two args.
13967
139682008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13969
13970 * minibuf.c (keys_of_minibuf): Delete.
13971 * lisp.h (keys_of_minibuf): Delete.
13972 * emacs.c (main): Don't call keys_of_minibuf.
13973
139742008-05-22 Kenichi Handa <handa@m17n.org>
13975
13976 * ftfont.c (ftfont_resolve_generic_family): Rename from
13977 ftfont_list_generic_family. Return a single family for each
13978 generic family.
13979 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
13980 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
13981 Call font_add_log.
13982 (ftfont_match): Call font_add_log.
13983
13984 * font.h (Ffont_xlfd_name): EXFUN adjusted.
13985 (FONT_DEBUG): Define it.
13986 (font_add_log): Extern it.
13987 (font_assert): Rename from xassert.
13988
13989 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
13990 (xfont_list_family): Call font_add_log.
13991 (xfont_match): Likewise.
13992 (memq_no_quit): Delete.
13993
13994 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
13995 call of Ffont_xlfd_name.
13996
13997 * xfaces.c (struct table_entry, slant_table, weight_table)
13998 (swidth_table): Move to font.c.
13999
14000 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
14001 xassert are changed to font_assert. Delete many unused variables.
14002 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
14003 New variables.
14004 (struct table_entry): Move from xfaces.c and modified.
14005 (weight_table, slant_table, width_table): Move from xfaces.c and
14006 contents adjusted for the change of struct table_entry.
14007 (font_style_to_value, font_style_symbolic): Adjust for the
14008 format change of font_style_table.
14009 (font_parse_family_registry): Don't overwrite existing foundry and
14010 family of font_spec.
14011 (font_score): Fix calculation of diff for sizes.
14012 (font_sort_entites): Call font_add_log.
14013 (font_delete_unmatched): Return a newly created list.
14014 (font_list_entities): Fix previous change. Call font_add_log.
14015 (font_matching_entity, font_open_entity, font_close_entity):
14016 Call font_add_log.
14017 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
14018 (Finternal_set_font_style_table): Delete.
14019 (BUILD_STYLE_TABLE): New macro.
14020 (build_style_table): New function.
14021 (Vfont_log, font_log_env_checked): New variables.
14022 (font_add_log): New function.
14023 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
14024 Declare Lisp variables "font-weight-table", "font-slant-table",
14025 "font-width-table", and "font-log". Initialize font_style_table.
14026
140272008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
14028
14029 * xterm.c (x_set_frame_alpha): Move declarations before statements.
14030
140312008-05-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 14032 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
14033
14034 * frame.c (Qalpha): Add a new frame parameter `alpha'.
14035 (Vframe_alpha_lower_limit): New variable.
14036 (x_set_alpha): New function.
14037
14038 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
14039
14040 * xfns.c (x-create-frame, Qalpha):
14041 Initialize the frame parameter `alpha'.
14042 * xterm.c (OPAQUE, OPACITY): New.
14043 (x_set_frame_alpha): New function.
14044 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
14045
14046 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
14047 * w32fns.c (w32_frame_parm_handlers): Likewise.
14048
140492008-05-20 Jason Rumney <jasonr@gnu.org>
14050
14051 * w32font.c (add_font_entity_to_list): Don't add non-opentype
14052 truetype fonts to opentype list.
14053
140542008-05-20 Juanma Barranquero <lekktu@gmail.com>
14055
14056 * fontset.c (Ffontset_info): Doc fix.
14057 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
14058 <ignore-relative-composition>: Fix typos in docstrings.
14059
14060 * font.c (syms-of-font) <font-encoding-alist>:
14061 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
14062 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
14063 (Ffont_otf_alternates): Doc fixes.
14064
140652008-05-20 Kenichi Handa <handa@m17n.org>
14066
14067 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
14068 font.h through out the file.
14069 (FONT_DRIVERS): Rename from FONTOBJ.
14070 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
14071 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
14072
14073 * emacs.c (main): Call syms_of_font unconditionally.
14074
14075 * font.h (find_font_encoding): Extern it.
14076
14077 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
14078 fontset.c.
194d44e7 14079 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
14080 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
14081 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
14082 only when HAVE_WINDOW_SYSTEM is defined.
14083 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
14084 when HAVE_WINDOW_SYSTEM is defined.
14085
14086 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
14087 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
14088
14089 * xfaces.c: Include font.h unconditionally.
14090 (merge_face_ref, merge_face_vectors)
14091 (Finternal_set_lisp_face_attribute): Cancel the previous change.
14092
140932008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14094
14095 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
14096 indirect_variable.
14097 * eval.c (lisp_indirect_variable): New fun.
14098 (Fuser_variable_p): Use it.
14099
141002008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14101
14102 * lisp.h (indirect_variable):
14103 * data.c (indirect_variable, let_shadows_buffer_binding_p):
14104 Use Lisp_Symbol pointers rather than Lisp_Object.
14105 Adjust callers.
14106 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
14107 To this end, change calling-convention.
14108
14109 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
14110 if some non-hidden buffers are selected by string&pred.
14111
141122008-05-19 Chong Yidong <cyd@stupidchicken.com>
14113
14114 * process.c (wait_reading_process_output): Always check status
14115 when in batch mode.
14116
141172008-05-19 Kenichi Handa <handa@m17n.org>
14118
14119 * font.c (font_list_entities): Fix handling of cache.
14120 (font_matching_entity): Likewise.
14121
14122 * ftfont.c (cs_iso8859_1): Delete.
14123 (ft_face_cache): New variable.
14124 (struct ftfont_info): New member fc_charset_idx.
14125 (ftfont_build_basic_charsets): Delete.
14126 (fc_charset_table): New variable.
14127 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
14128 . FC_CHARSET_IDX) as :font-entity property in the font entity.
14129 Callers changed.
14130 (ftfont_lookup_cache, ftfont_get_charset): New functions.
14131 (ftfont_spec_pattern): New argument fc_charset_idx.
14132 Check registry more rigidly. Change callers.
14133 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
14134 change of :font-entity property of the font.
14135
14136 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
14137 property of the font.
14138
141392008-05-18 Juanma Barranquero <lekktu@gmail.com>
14140
14141 * coding.c (Fcoding_system_p): Rename argument to match docstring.
14142 (Funencodable_char_position, Fcheck_coding_systems_region)
14143 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
14144 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
14145 (Ffind_operation_coding_system, Fset_coding_system_priority)
14146 (Fcoding_system_eol_type): Doc fixes.
14147
141482008-05-17 Glenn Morris <rgm@gnu.org>
14149
14150 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
14151
141522008-05-16 Eli Zaretskii <eliz@gnu.org>
14153
14154 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
14155 and st_gid.
14156
14157 * frame.c (Fdelete_frame): Don't call font_update_drivers if
14158 HAVE_WINDOW_SYSTEM is not defined.
14159
14160 * xfaces.c (merge_face_ref, merge_face_vectors)
14161 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
14162 HAVE_WINDOW_SYSTEM is defined.
14163 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
14164
141652008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14166
14167 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
14168
141692008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14170
14171 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
14172
141732008-05-15 Kenichi Handa <handa@m17n.org>
14174
14175 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
14176 preference.
14177
141782008-05-15 Glenn Morris <rgm@gnu.org>
14179
14180 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
14181
141822008-05-15 Chong Yidong <cyd@stupidchicken.com>
14183
14184 * fns.c (init_fns): Don't initialize weak_hash_tables here.
14185 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
14186
14187 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
14188
141892008-05-15 Kenichi Handa <handa@m17n.org>
14190
14191 * ftfont.c (ftfont_list): Downcase family name to check generic
14192 families.
14193
14194 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
14195 font-spec for QCfont value.
14196
14197 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
14198 buffer. Check the return value of it.
14199
142002008-05-14 Jason Rumney <jasonr@gnu.org>
14201
14202 * w32term.c (w32_get_glyph_overhangs): Remove.
14203 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
14204
142052008-05-14 Kenichi Handa <handa@m17n.org>
14206
14207 * font.c (font_prop_validate): Make nil a valid value.
14208 (font_clear_cache): Check if the cached vector of entities is nil
14209 or not.
14210
142112008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14212
14213 * emacs.c (main_thread): Conditionalize on
14214 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
14215 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
14216
14217 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
14218 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
14219 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
14220
142212008-05-14 Kenichi Handa <handa@m17n.org>
14222
14223 * coding.c (detect_coding_iso_2022): Ignore a coding category that
14224 has no corresponding coding system.
14225
142262008-05-14 Jason Rumney <jasonr@gnu.org>
14227
14228 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
14229
14230 * w32font.h (w32font_open_internal): Update declaration.
14231
14232 * w32font.c (w32font_open_internal): Change last argument from
14233 w32font_info struct to font object. Fill in font object from
14234 font_entity. Get Outline metrics if possible. Use them to
14235 calculate underline position and thickness. Use xlfd name as name
14236 property. Don't set codepage.
14237 (w32font_open): Pass font_object to w32font_open_internal. Don't
14238 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
14239 (w32font_draw): Use s->font.
14240 (clear_cached_metrics): Don't clear non-existent blocks.
14241
14242 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
14243 font was not found.
14244 (x_draw_glyph_string): Use underline position and thickness from font.
14245
14246 * w32uniscribe.c (uniscribe_open): Pass font_object to
14247 w32font_open_internal.
14248
142492008-05-14 Kenichi Handa <handa@m17n.org>
14250
14251 These changes are to delete all legacy font-handling codes, and
14252 make Emacs use only font-backends.
14253
14254 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
14255 (frame.o, image.o, print.o): Depend on $(FONTSRC).
14256
14257 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
14258
14259 * charset.h (Vcharset_non_preferred_head)
14260 (Vcurrent_iso639_language): Extern them.
14261
14262 * charset.c (Vcharset_non_preferred_head): New variable.
14263 (Vcurrent_iso639_language): New variable.
14264 (syms_of_charset): Declare it as a Lisp variable.
14265 (char_charset): Don't check non preferred charsets. As a last
14266 resort, return charset_unicode.
14267 (Fset_charset_priority): Update Vcharset_non_preferred_head.
14268
14269 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
14270 conditionals. Don't check enable_font_backend. Delete all codes
14271 used only when USE_FONT_BACKEND is not defined.
14272
14273 * dispextern.h (struct glyph_string): Change type of `font' to
14274 `struct font *'.
14275 (struct glyph_string): New member underline_position and
14276 underline_thickness.
14277 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
14278 (struct face): Change type of `font' to `struct font *'. Remove
14279 members `font_name', `font_info_id'.
14280 (per_char_metric, encode_char): Delete externs.
14281 (calc_pixel_width_or_height): Adjust the prototype.
14282
14283 * emacs.c (enable_font_backend): Delete extern.
14284 (main): Don't set enable_font_backend. Don't check the command
14285 line argument "-disable-font-backend".
14286
14287 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
14288 (enum font_property_index): New members FONT_DPI_INDEX,
14289 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
14290 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
14291 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
14292 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
14293 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
14294 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
14295 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
14296 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
14297 (struct font_spec, struct font_entity): New structs.
14298 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
14299 (struct font): Many members from old "struct font_info" moved to
14300 here. Members font and entity deleted.
14301 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
14302 the new font-related objects.
14303 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
14304 (CHECK_FONT_GET_OBJECT): Likewise.
14305 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
14306 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
14307 (struct font_driver): New members case_sensitive anc check. Type
14308 of the member list and open changed.
14309 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
14310 (font_symbolic_width, font_find_object, font_get_spec)
14311 (font_set_lface_from_name): Delete extern.
14312 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
14313
14314 * font.c: Include <strings.h>.
14315 (enable_font_backend): Delete it.
14316 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
14317 (CHECK_VALIDATE_FONT_SPEC): Delete it.
14318 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
14319 (null_string): Delete it.
14320 (null_vector): Make it static.
14321 (font_family_alist): Delete it.
14322 (Qnormal): Extern it.
14323 (QCextra, QClanguage): Delete it.
14324 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
14325 (font_make_spec, font_make_entity, font_make_object)
14326 (font_intern_prop): Renamed from intern_downcase. Don't downcase
14327 the string. Callers changed.
14328 (font_pixel_size): Adjusted for the format change of font-related
14329 objects.
14330 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
14331 (font_style_to_value, font_style_symbolic): New function.
14332 (build_font_family_alist): Delete it.
14333 (font_registry_charsets): Use Fassoc_string instead of
14334 assq_no_quit.
14335 (font_prop_validate_symbol): Don't return null_string.
14336 (font_prop_validate_style): Adjusted for the change of
14337 style-related values in a font vector.
14338 (font_property_table): Delete entries for QClanguage and
14339 QCantialias, add entries for QCavgwidth.
14340 (get_font_prop_index): Delete the 2nd argument FROM.
14341 (font_prop_validate): Arguments changed.
14342 (font_put_extra): Adjusted for the change of font-related objects.
14343 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
14344 (font_parse_fcname, font_unparse_fcname)
14345 (font_prepare_composition): Likewise.
14346 (font_parse_family_registry): Renamed from font_merge_old_spec.
14347 (otf_open): Delete the 1st arg entity.
14348 (font_otf_capability): Adjusted for the above change.
14349 (font_score): New arg alternate_families. Adjusted for the change
14350 of font-related objects.
14351 (font_sort_entites): New arg best_only.
14352 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
14353 Delete them.
14354 (font_match_p): Check alternate families.
14355 (font_find_object): Delete it.
14356 (font_check_object): New function.
14357 (font_clear_cache): Adjusted for the change of font-related objects.
14358 (font_delete_unmatched): New arg.
14359 (font_list_entities): Call font_driver->list with a spec that
14360 doesn't specify style-related properties.
14361 (font_matching_entity): Arguments changed. Caller changed.
14362 (font_open_entity): Adjusted for the change of font-related objects.
14363 (font_close_object, font_has_char, font_encode_char)
14364 (font_get_name, font_get_spec): Likewise.
14365 (font_spec_from_name, font_clear_prop, font_update_lface):
14366 New functions.
14367 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
14368 (font_prepare_for_face, font_done_for_face, font_open_by_name)
14369 (font_at): Adjusted for the change of font-related objects.
14370 (font_range): New function.
14371 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
14372 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
14373 (Fcopy_font_spec, Fmerge_font_spec): New function.
14374 (Ffont_family_list): Renamed from list-families.
14375 (Finternal_set_font_style_table): Arguments changed.
14376 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
14377 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
14378 change of font-related objects.
14379 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
14380
14381 * fontset.h (struct font_info): Delete it. Most members go to
14382 struct font.
14383 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
14384 (enum FONT_SPEC_INDEX): Delete it.
14385 (font_info, list_fonts_func, load_font_func, query_font_func)
14386 (set_frame_fontset_func, find_ccl_program_func)
14387 (get_font_repertory_func, new_fontset_from_font_name): Delete
14388 externs.
14389 (fontset_from_font_name): Extern it.
14390 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
14391 (FONT_INFO_FROM_FACE): Deleted.
14392 (face_for_font): Adjust prototype.
14393
14394 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
14395 conditionals. Don't check enable_font_backend. Delete all codes
14396 used only when USE_FONT_BACKEND is not defined.
14397 (get_font_info_func, list_font_func, load_font_func)
14398 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
14399 (get_font_repertory_func): Delete them.
14400 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
14401 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
14402 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
14403 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
14404 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
14405 (fontset_compare_rfontdef): New function.
14406 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
14407 rfont-defs by qsort. Adjusted for the change of font-group vector.
14408 (load_font_get_repertory): Deleted.
14409 (fontset_find_font): Use new macros to ref/set elements of
14410 font-def and rfont-def.
14411 (fontset_font): Fix the timing of remembering that no font for C.
14412 (free_face_fontset): Do nothing if the face has no fontset.
14413 (face_suitable_for_char_p): Use new macros to ref/set elements of
14414 rfont-def.
14415 (face_for_char): Likewise. Call face_for_char with font_object.
14416 (fs_load_font): Delete. Delete #pragma surrounding it.
14417 (fs_query_fontset): Use strcasecmp instead of strcmp.
14418 (generate_ascii_font_name): Adjusted for the format change of
14419 font-spec.
14420 (Fset_fontset_font): Likewise. Use new macros to set elements of
14421 font-def.
14422 (Fnew_fontset): Use font_unparse_xlfd to generate
14423 FONTSET_ASCII (fontset).
14424 (new_fontset_from_font_name): Deleted.
14425 (fontset_from_font): Renamed from new_fontset_from_font. Check if
14426 a fontset is already created for the font. FIx updating of
14427 Vfontset_alias_alist.
14428 (fontset_ascii_font): Deleted.
14429 (Ffont_info): Adjusted for the format change of font-spec.
14430 (Finternal_char_font): Likewise.
14431 (Ffontset_info): Likewise.
14432 (syms_of_fontset): Don't check load_font_func.
14433
14434 * fns.c (internal_equal): Handle PREV_FONT.
14435
14436 * frame.h: Delete USE_FONT_BACKEND conditional.
14437
14438 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
14439 conditionals. Don't check enable_font_backend. Delete all codes
14440 used only when USE_FONT_BACKEND is not defined.
14441 (x_set_font): Call x_new_font, not x_new_fontset2.
14442 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
14443 already set for the frame.
14444
14445 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
14446 a font-entity by font_make_entity. Use font_intern_prop instead
14447 of intern_downcase. Use FONT_SET_STYLE to set a style-related
14448 font property. If a font is scalable, set avgwidth property to 0.
14449 Set font-entity property by font_put_extra.
14450 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
14451 (ffont_driver): Adjusted for the change of struct font_driver.
14452 (ftfont_spec_pattern): New function.
14453 (ftfont_list): Return a list, not vector.
14454 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
14455 (ftfont_list_family): Don't downcase names.
14456 (ftfont_free_entity): Deleted.
14457 (ftfont_open): Return a font-object. Adjusted for the change of
14458 struct font. Get underline_thickness and underline_position from
14459 font property. Don't update dpyinfo->smallest_font_height and
14460 dpyinfo->smallest_char_width.
14461 (ftfont_close): Don't free `struct font'.
14462 (ftfont_has_char): Adjusted for the format change of font-entity.
14463 (ftfont_encode_char, ftfont_text_extents): Likewise.
14464
14465 * ftxfont.c (ftxfont_list): Return a list, not vector.
14466 (ftxfont_open): Return a font-object. Adjusted for the change of
14467 struct font. Get underline_thickness and underline_position from
14468 font property. Don't update dpyinfo->smallest_font_height and
14469 dpyinfo->smallest_char_width.
14470 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
14471 (ftxfont_draw): Adjusted for the change of struct font.
14472
14473 * image.c (image_ascent): Don't include "charset.h". Include
14474 "character.h" and "font.h".
14475
14476 * lisp.h (enum pvec_type): New member PREV_FONT.
14477 (Fassoc_string): EXFUN it.
14478
14479 * print.c: Include font.h.
14480 (print_object): Handle font-related objects.
14481
14482 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
14483 conditionals. Don't check enable_font_backend. Delete all codes
14484 used only when USE_FONT_BACKEND is not defined.
14485 (handle_auto_composed_prop): Do nothing if it->f is not on a
14486 window system. Check how many following characters can be
14487 displayed by the same font.
14488 (calc_pixel_width_or_height): Type of the 4th arg is changed to
14489 'struct font *'.
14490 (get_char_face_and_encoding): Assign the whole encoding task to
14491 the `encode-char' method of a font driver.
14492 (fill_composite_glyph_string): Adjusted for the change of `struct
14493 face' and `struct glyph_string'.
14494 (fill_glyph_string): Likewise.
14495 (get_per_char_metric): Arguments changed.
14496 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
14497 and `struct glyph_string'.
14498 (produce_stretch_glyph, calc_line_height_property)
14499 (x_produce_glyphs): Likewise.
14500
14501 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
14502 conditionals. Don't check enable_font_backend. Delete all codes
14503 used only when USE_FONT_BACKEND is not defined. Use
14504 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
14505 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
14506 (Qp): Extern them.
14507 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
14508 Deleted.
14509 (struct font_name): Deleted.
14510 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
14511 (compare_fonts_by_sort_order): New function.
14512 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
14513 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
14514 Deleted.
14515 (Fx_family_fonts): Use font_list_entities, and sort fonts by
14516 compare_fonts_by_sort_order.
14517 (Fx_font_family_list): Call Ffont_family_list.
14518 (face_numeric_value, face_numeric_weight, face_numeric_slant)
14519 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
14520 (face_symbolic_slant, face_symbolic_swidth)
14521 (split_font_name_into_vector, build_font_name_from_vector)
14522 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
14523 (font_rescale_ratio, split_font_name, build_font_name)
14524 (free_font_names, sort_fonts, x_face_list_fonts)
14525 (face_font_available_p, sorted_font_list, cmp_font_names)
14526 (font_list_1, concat_font_list, font_list, remove_duplicates):
14527 Deleted.
14528 (Fx_list_fonts): Use Ffont_list.
14529 (LFACE_AVGWIDTH): Deleted.
14530 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
14531 by FONTP.
14532 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
14533 (set_lface_from_font_name): Delete it.
14534 (set_lface_from_font): Renamed from
14535 set_lface_from_font_and_fontset. Caller changed. Don't set
14536 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
14537 for face.
14538 (merge_face_vectors): Copy font-spec if necessary.
14539 Clear properties of the font-spec if necessary.
14540 (merge_face_ref): Clear properties of the font-spec if necessary.
14541 (Finternal_set_lisp_face_attribute): Likewise.
14542 (set_font_frame_param): Use font_load_for_lface to load a
14543 font-object, and call Fmodify_frame_parameters with it.
14544 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
14545 font name by Ffont_xlfd_name.
14546 (Finternal_lisp_face_attribute_values): Don't check QCweight,
14547 QCslant, and QCwidth.
14548 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
14549 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
14550 Compare fonts by EQ.
14551 (lookup_non_ascii_face): Deleted.
14552 (face_for_font): The 2nd argument changed.
14553 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
14554 Check atomic font properties by case insensitive.
14555 (realize_non_ascii_face): Set face->overstrike correctly.
14556 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
14557 (dump_realized_face): Get font name from
14558 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
14559
14560 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
14561 conditionals. Don't check enable_font_backend. Delete all codes
14562 used only when USE_FONT_BACKEND is not defined.
14563 (xic_create_xfontset): Original code deleted and renamed from
14564 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
14565 (x_make_gc): Don't set GCFont in GCs.
14566 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
14567 opened by "fixed".
14568 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
14569 find_ccl_program_func, query_font_func, set_frame_fontset_func,
14570 get_font_repertory_func.
14571
14572 * xfont.c: Include <stdlib.h> and "ccl.h".
14573 (struct xfont_info): New structure.
14574 (xfont_query_font): Deleted.
14575 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
14576 moved from xterm.c.
14577 (xfont_driver): Adjusted for the change of struct font_driver.
14578 (compare_font_names): New function.
14579 (xfont_list_pattern): Sort font names case insensitively. Make
14580 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
14581 (xfont_list): Return a list, not vector.
14582 (xfont_match): If the font doesn't have QCname property, generate
14583 a name from the other font properties.
14584 (xfont_open): Return a font-object. Adjusted for the change of
14585 struct font. Get underline_thickness and underline_position from
14586 font property. Don't update dpyinfo->smallest_font_height and
14587 dpyinfo->smallest_char_width.
14588 (xfont_close): Don't free struct font.
14589 (xfont_prepare_face): Adjusted for the change of struct font.
14590 (xfont_done_face): Deleted.
14591 (xfont_has_char): Adjusted for the change of struct font.
14592 (xfont_encode_char, xfont_draw): Likewise.
14593 (xfont_check): New function.
14594
14595 * xftfont.c (xftfont_list): Adjusted for the change of `list'
14596 callback function.
14597 (xftfont_match): Adjusted for the format change of font-entity.
14598 (xftfont_open): Adjusted for the format change of font-entity and
14599 font-object. Adjusted for the change of struct font. Return a
14600 font-object. Don't update dpyinfo->smallest_font_height and
14601 dpyinfo->smallest_char_width.
14602 (xftfont_close): Block input while calling XftFontClose.
14603 (xftfont_prepare_face): Don't block input while calling
14604 xftfont_get_colors. Adjusted for the change of struct font.
14605 (xftfont_shape): Return value of error case fixed.
14606
14607 * xrdb.c (x_load_resources): Don't setup a fontset resource.
14608
14609 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
14610 conditionals.
14611 (FONT_WIDTH): Return (f)->max_width.
14612 (struct x_display_info): Delete member `font'.
14613 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
14614 (x_find_ccl_program, x_get_font_repertory): Delete externs.
14615 (struct x_output): Change type of `font' to `struct font *'.
14616
14617 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
14618 conditionals. Don't check enable_font_backend. Delete all codes
14619 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
14620 (x_per_char_metric, x_encode_char): Deleted.
14621 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
14622 (x_compute_glyph_string_overhangs): Adjusted for the change of
14623 `struct face'.
14624 (x_draw_glyph_string_foreground)
14625 (x_draw_composite_glyph_string_foreground): Likewise.
14626 (x_draw_glyph_string): Likewise. Use font->underline_position and
14627 font->underline_thickness.
14628 (x_new_font): Renamed from x_new_fontset2.
14629 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
14630 (x_check_font): Call `check' method of a font driver.
14631 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
14632 (x_query_font, x_get_font_repertory): Deleted.
14633 (x_find_ccl_program): Renamed and moved to xfont.c.
14634 (x_redisplay_interface): Adjusted for the change of `struct
14635 redisplay_interface'.
14636
14637 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
14638 conditionals. Don't check enable_font_backend. Delete all codes
14639 used only when USE_FONT_BACKEND is not defined. Surround non-used
14640 code by "#ifdef OLD_FONT" and "endif".
14641 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
14642
14643 * w32font.h (struct w32font_info): New member.
14644 (FONT_COMPAT): New macro.
14645 (w32font_open_internal): Prototype adjusted.
14646
14647 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
14648 OLD_FONT" and "endif".
14649
14650 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
14651 conditionals. Don't check enable_font_backend. Delete all codes
14652 used only when USE_FONT_BACKEND is not defined.
14653 (w32font_open): Return a font-object. Make a font-object by
14654 font_make_object. Adjusted for the change of struct w32font_info.
14655 (w32font_close): Don't free struct font. Adjusted for the change
14656 of struct w32font_info.
14657 (w32font_encode_char, w32font_text_extents, w32font_draw):
14658 Adjusted for the change of struct w32font_info.
14659 (w32font_draw): Likewise.
14660 (w32font_list_internal): Return a list, not vector.
14661 (w32font_open_internal): Change the 4th arg to font-object.
14662 Adjusted for the change of struct w32font_info and font-object format.
14663 (add_font_name_to_list): Don't downcase names.
14664 (w32_enumfont_pattern_entity): Make a font-entity by
14665 font_make_entity. Adjusted for the format change of font-entity.
14666 Use FONT_SET_STYLE to set a style-related font property. If a
14667 font is scalable, set avgwidth property to 0. Set font-entity
14668 property by font_put_extra.
14669 (font_matches_spec): Adjusted for the format change of font-entity.
14670 (w32_weight_table, w32_decode_weight): New variables.
14671 (w32_encode_weight): New function.
14672 (fill_in_logfont): Adjusted for the format change of font-spec.
14673 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
14674 weight value.
14675 (w32font_driver): Adjusted for the change of struct font_driver.
14676
14677 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
14678 conditionals. Don't check enable_font_backend. Surround non-used
14679 code by "#ifdef OLD_FONT" and "endif".
14680 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
14681 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
14682
14683 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
14684 conditionals. Don't check enable_font_backend. Delete all codes
14685 used only when USE_FONT_BACKEND is not defined. Surround non-used
14686 code by "#ifdef OLD_FONT" and "endif".
14687
14688 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
14689 (uniscribe_open): Return value changed to font-object.
14690 Adjusted for the format change of font-object.
14691 (uniscribe_otf_capability): Adjusted for the change of struct font.
14692 (add_opentype_font_name_to_list): Don't downcase names.
14693 (uniscribe_font_driver): Adjusted for the change of struct
14694 font_driver.
14695
146962008-05-13 Chong Yidong <cyd@stupidchicken.com>
14697
14698 * dispnew.c (update_frame_1): Check if tty output is still valid
14699 before flushing it.
14700
147012008-05-13 Jan Djärv <jan.h.d@swipnet.se>
14702
14703 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
14704 to Gtk+ menus.
14705
147062008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14707
14708 * dired.c (file_name_completion): Tweak the code so as to always do it
14709 in a single pass. Tighten the scope of some variables.
14710
14711 * dired.c (Qdefault_directory): New var.
14712 (file_name_completion): Use it instead of Fexpand_file_name.
14713 (syms_of_dired): Initialize it.
14714
147152008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14716
14717 * fileio.c (double_dollars): Remove dead code.
14718
147192008-05-10 Eli Zaretskii <eliz@gnu.org>
14720
14721 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
14722 Mention w32-get-true-file-attributes in doc string.
14723
14724 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
14725
147262008-05-09 Glenn Morris <rgm@gnu.org>
14727
14728 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
14729 2008-04-23.
14730
147312008-05-09 Eli Zaretskii <eliz@gnu.org>
14732
14733 Support for reporting owner and group of each file on MS-Windows:
14734 * dired.c (stat_uname, stat_gname): New functions, with special
14735 implementation for w32.
14736 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
14737
14738 * w32.c: Rename the_passwd_* to dflt_passwd_*.
14739 (dflt_group_name): New static variable.
14740 (dflt_group): Rename from the_group.
14741 (init_user_info): Init dflt_group fields. Get user's group name
14742 from LookupAccountSid.
14743 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
14744 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
14745 New initialization states.
14746 (globals_of_w32): Initialize them to zero. Initialize the default
14747 group name to "None".
14748 (GetFileSecurity_Name): New global var, the name of the function
14749 to call for GetFileSecurity.
14750 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
14751 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
14752 (get_file_security, get_security_descriptor_owner)
14753 (get_security_descriptor_group, is_valid_sid)
14754 (get_file_security_desc, get_rid, get_name_and_id)
14755 (get_file_owner_and_group): New functions.
14756 (stat): Use get_file_security_desc and get_file_owner_and_group to
14757 report the owner and primary group of each file. Don't ignore the
14758 high 32 bits of file's size, now that st_size is 64-bit wide.
14759 Fix test when to get true file attributes.
14760 (init_user_info): Use get_rid instead of equivalent inline code.
14761 (fstat): Don't ignore the high 32 bits of file's size.
14762
147632008-05-09 Chong Yidong <cyd@stupidchicken.com>
14764
14765 * image.c (png_load): Use correct bit-depth for setting background
14766 color.
14767
147682008-05-08 Eli Zaretskii <eliz@gnu.org>
14769
14770 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
14771 epa-hook.elc.
14772
147732008-05-08 Juanma Barranquero <lekktu@gmail.com>
14774
14775 * font.c (Ffont_match_p): Don't use `iff' in docstring.
14776
147772008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
14778
14779 * macfns.c (Fx_create_frame): Make a copy of frame parameters
14780 because the original parameters are in pure storage now.
14781 (mac_window): Remove unused params. Update callers.
14782
147832008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14784
14785 * lread.c (substitute_object_recurse): Use lower-level primitives.
14786 Don't signal errors when traversing sub-char-tables.
14787 Don't loop over all the possible characters when traversing char-tables.
14788
14789 * print.c (print_preprocess): Add sub-char-tables to the print-table,
14790 just like we do in print.c.
14791
147922008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14793
14794 * minibuf.c (Ftry_completion): Remove code left over from when we used
14795 scmp instead of Fcompare_strings.
14796
147972008-05-04 Juanma Barranquero <lekktu@gmail.com>
14798
14799 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
14800
148012008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14802
14803 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
14804 Create bitmap context in native byte order.
14805
14806 * macterm.c (XDrawLine)
14807 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
14808 context in native byte order.
14809
148102008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14811
14812 * config.in: Regenerate.
14813
14814 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
14815 New definitions for Image I/O support.
14816 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
14817 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
14818 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
14819 (mac_data_provider_release_data, image_load_image_io)
14820 [USE_MAC_IMAGE_IO]: New functions.
14821 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
14822 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
14823 (init_image_func_pointer) [MAC_OSX]: Remove function.
14824 (image_load_quartz2d) [MAC_OSX]: Check availability of
14825 CGImageCreateWithPNGDataProvider at compile time.
14826 Use lowercase `false' for boolean constant.
14827 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
14828 Use image_load_image_io.
14829 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
14830 Don't check MyCGImageCreateWithPNGDataProvider.
14831 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
14832 Don't call init_image_func_pointer.
14833
14834 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
14835
14836 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
14837 Make variable non-static.
14838 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
14839 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
14840
14841 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
14842 (RED_FROM_ULONG): Mask off higher bits.
14843 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
14844
14845 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
14846 Include AvailabilityMacros.h.
14847 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
14848 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
14849
148502008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14851
14852 * chartab.c (Fset_char_table_range): If range is t, really set all
14853 chars to that value.
14854
148552008-05-03 Eli Zaretskii <eliz@gnu.org>
14856
14857 * dired.c (Ffile_attributes): Don't allow the device number become
14858 negative.
14859
148602008-05-02 Daiki Ueno <ueno@unixuser.org>
14861
14862 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
14863
148642008-05-02 Juri Linkov <juri@jurta.org>
14865
14866 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
14867 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
14868 DEFAULT argument as a list of default values in docstrings.
14869
148702008-05-01 Chong Yidong <cyd@stupidchicken.com>
14871
14872 * puresize.h (BASE_PURESIZE): Increase to 1210000.
14873
148742008-05-01 Martin Rudalics <rudalics@gmx.at>
14875
14876 * dispnew.c (change_frame_size_1): Preserve small windows when
14877 shrinking frames by calling set_window_height|width with third
14878 arg 2.
14879
14880 * window.h (struct window): Replace field too_small_ok by field
14881 resize_proportionally.
14882
14883 * window.c (make_window): Initialize resize_proportionally.
14884 (enlarge_window): Temporarily set resize_proportionally to make
14885 sure that shrink_windows does scale the window proportionally.
14886 (shrink_windows): When window has resize_proportionally set try
14887 to shrink it proportionally by stealing from other windows.
14888 (struct saved_window, Fset_window_configuration)
14889 (compare_window_configurations): Handle resize_proportionally.
14890 (WINDOW_TOTAL_SIZE): New macro.
14891 (window_min_size, shrink_windows, size_window): Use it.
14892 (check_min_window_sizes): Remove. Invalid values of
14893 window-min-height|width are handled by window_min_size_2 now.
14894 (size_window, Fsplit_window, enlarge_window)
14895 (adjust_window_trailing_edge, grow_mini_window): Don't call
14896 check_min_window_sizes.
14897 (window_min_size_2, window_min_size_1, window_min_size):
14898 New argument safe_p for retrieving "safe" minimum sizes.
14899 (Fdisplay_buffer, Fsplit_window, enlarge_window)
14900 (adjust_window_trailing_edge, grow_mini_window):
14901 Adjust arguments of window_min_size... functions.
14902 (shrink_windows): Argument min_size removed. New argument
14903 safe_p allows shrinking windows to their safe minimum sizes.
14904 Calculate minimum size and decide whether a window shall be
14905 deleted for each window individually.
14906 (size_window): When nodelete_p equals 2, tell shrink_windows to
14907 delete windows only if their new minimum size is no more safe.
14908 (shrink_window_lowest_first): Call window_min_size_1 to make
14909 sure to preserve modeline of bottom-most window when resizing
14910 the minibuffer.
14911 (Fset_window_configuration, Fcurrent_window_configuration)
14912 (compare_window_configurations): Do not handle
14913 window-min-height|width any more.
14914 (syms_of_window): Clarify window-min-height|width doc-strings.
14915
149162008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
14917
14918 * dired.c (file_name_completion): Fix up the encoding/decoding issue
14919 some more. Copy some of the code from Ftry_completions.
14920 Remove special case code that dates back to initial revision when the
14921 slash was only added when necessary and that can't trigger nowadays.
14922
149232008-04-27 Kenichi Handa <handa@m17n.org>
14924
14925 * font.c (font_prop_validate): Signal `error' instead of `font'.
14926
149272008-04-29 Jason Rumney <jasonr@gnu.org>
14928
14929 * w32fns.c (Fw32_battery_status): New defun.
14930 (syms_of_w32fns): Defsubr it.
14931
149322008-04-28 Andreas Schwab <schwab@suse.de>
14933
14934 * dired.c (file_name_completion): Fix another mixing of encoded
14935 and decoded names.
14936
149372008-04-28 Juanma Barranquero <lekktu@gmail.com>
14938
14939 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
14940
149412008-04-27 Juanma Barranquero <lekktu@gmail.com>
14942
14943 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
14944
149452008-04-27 Andreas Schwab <schwab@suse.de>
14946
14947 * dired.c (file_name_completion): Fix inappropriate mixing of
14948 encoded and decoded names.
14949
14950 * xterm.c (XTread_socket): Fix use of uninitialized variable.
14951
14952 * puresize.h (BASE_PURESIZE): Increase to 1200000.
14953
149542008-04-26 Eli Zaretskii <eliz@gnu.org>
14955
14956 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
14957 2008-03-31, it's not needed anymore with `struct stat' definition
14958 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
14959 for the same reasons.
14960
149612008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
14962
14963 * m/sparc.h: Additional redefinitions for GNU/Linux.
14964
149652008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14966
14967 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
14968 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
14969 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
14970 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
14971 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
14972 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
14973 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14974 Likewise.
14975
14976 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
14977 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
14978 (mac_ax_number_of_characters): Add externs.
14979 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
14980 [USE_MAC_TSM]: Likewise.
14981 (mac_handle_text_input_event) [MAC_OSX]:
14982 Handle kEventTextInputOffsetToPos for no active input area case.
14983 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
14984 (mac_handle_document_access_event)
14985 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
14986 (install_application_handler) [MAC_OSX]: Register handlers for
14987 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
14988 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14989 Register mac_handle_document_access_event.
14990
14991 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
14992 Make functions non-static.
14993
149942008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14995
14996 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
14997 (read_file_name_completion_ignore_case, insert_default_directory)
14998 (Qdefault_directory): Move to minibuffer.el.
14999 (Fread_file_name): Call the new `read-file-name' instead.
15000
150012008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15002
15003 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
15004 Make function non-static.
15005 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
15006 Remove function.
15007 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
15008 Move to mactoolbox.c.
15009 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
15010
15011 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
15012 (mac_rect_make): New macro.
15013
15014 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
15015 instead of float.
15016 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
15017 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
15018 (XSetBackground) [USE_CG_DRAWING]: Likewise.
15019 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
15020 CGRectMake.
15021 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
15022 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
15023 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
15024 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
15025 instead of WindowRef in argument type.
15026 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
15027 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
15028 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
15029 instead of DISPLAY. All uses changed.
15030 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
15031 (x_calc_absolute_position): Simplify so as not to use
15032 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
15033
15034 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
15035 instead of WindowRef in argument type.
15036 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
15037 [TARGET_API_MAC_CARBON]: Remove externs.
15038 (create_apple_event, mac_event_parameters_to_lisp)
15039 [TARGET_API_MAC_CARBON]: Add externs.
15040
15041 * mactoolbox.c (Vmac_ts_script_language_on_focus)
15042 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
15043 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
15044 is clicked.
15045 (x_activate_menubar): Remove extern for saved_menu_event_location.
15046 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
15047 Move from mac.c.
15048
150492008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15050
15051 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
15052 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
15053
150542008-04-23 Jason Rumney <jasonr@gnu.org>
15055
15056 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
15057 attributes only for local files.
15058
15059 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
15060 default to Qlocal.
15061
150622008-04-22 Juri Linkov <juri@jurta.org>
15063
15064 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
15065 read-buffer-to-switch instead of using the letter "B".
15066
150672008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15068
15069 * fileio.c (Qdefault_directory): New variable.
15070 (Fread_file_name): Use it to pass `dir' to the completion functions.
15071
150722008-04-20 Chong Yidong <cyd@stupidchicken.com>
15073
15074 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
15075
150762008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15077
15078 * keyboard.c (Vpre_help_message): Remove.
15079 (show_help_echo): Remove default C code.
15080
15081 * dired.c (directory_files_internal, file_name_completion):
15082 Only call ENCODE_FILE if the string is indeed decoded.
15083
150842008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15085
15086 * Makefile.in (TOOLKIT_DEFINES): Remove.
15087 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
15088
150892008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15090
15091 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
15092 (mactoolbox.o): New target.
15093
15094 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
15095 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
15096
15097 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
15098 Use mac_set_frame_window_background instead of XSetWindowBackground.
15099 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
15100 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
15101 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
15102 instead of SetWindowTitleWithCFString.
15103 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
15104 Move function to mactoolbox.c.
15105 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
15106 Use mac_set_window_modified instead of SetWindowModified.
15107 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
15108 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
15109 (Fx_focus_frame): Use mac_front_non_floating_window instead of
15110 FrontNonFloatingWindow. Use mac_activate_window instead of
15111 ActivateWindow. Use mac_active_non_floating_window instead of
15112 ActiveNonFloatingWindow.
15113 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
15114 Use mac_show_hourglass and mac_hide_hourglass.
15115 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
15116 instead of GetGlobalMouse.
15117 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
15118 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
15119 Use mac_bring_window_to_front instead of BringToFront.
15120 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
15121 mactoolbox.c.
15122 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
15123 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
15124 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
15125 mactoolbox.c.
15126
15127 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
15128 (XtPointer): Move typedef from macmenu.c.
15129 (enum button_type): Move enum from macmenu.c.
15130 (widget_value): Move typedef from macmenu.c.
15131 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
15132 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
15133 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
15134 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
15135 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
15136 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
15137 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
15138 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
15139 (Selection): Move typedef from macselect.c.
15140 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
15141 macterm.c.
15142 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
15143 (mac_is_window_collapsed, mac_bring_window_to_front)
15144 (mac_send_window_behind, mac_hide_window, mac_show_window)
15145 (mac_collapse_window, mac_front_non_floating_window)
15146 (mac_active_non_floating_window, mac_activate_window)
15147 (mac_move_window_structure, mac_move_window, mac_size_window)
15148 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
15149
15150 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
15151 (enum mac_menu_kind): Move enum to mactoolbox.c.
15152 (min_menu_id): Move variable to mactoolbox.c.
15153 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
15154 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
15155 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
15156 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
15157 [TARGET_API_MAC_CARBON]: Likewise.
15158 (XtPointer): Move typedef to macgui.h.
15159 (enum button_type): Move enum to macgui.h.
15160 (widget_value): Move typedef to macgui.h.
15161 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
15162 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
15163 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
15164 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
15165 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
15166 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
15167 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
15168 (popup_activated_flag): Make variable non-static.
15169 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
15170 (add_menu_item, fill_menu, dispose_menus):
15171 Move functions to mactoolbox.c.
15172 (restore_show_help_function, menu_target_item_handler)
15173 (install_menu_target_item_handler, mac_handle_dialog_event)
15174 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
15175 [TARGET_API_MAC_CARBON]: Likewise.
15176 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
15177 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
15178 (find_and_call_menu_selection, name_is_separator): Make function
15179 non-static.
15180 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
15181 to mactoolbox.c.
15182 (set_frame_menubar): Don't call install_menu_quit_handler.
15183 (menu_item_selection): New variable.
15184 (mac_menu_show): Use create_and_show_popup_menu.
15185 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
15186 selection but set variable menu_item_selection. All uses changed.
15187 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
15188 Call install_menu_quit_handler. Move to mactoolbox.c.
15189
15190 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
15191 (Selection): Move typedef to macgui.h.
15192 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
15193 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
15194 Make variables non-static.
15195 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
15196 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
15197 Make functions non-static.
15198 (Vmac_service_selection) [MAC_OSX]: Likewise.
15199 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
15200 (mac_valid_selection_target_p, mac_clear_selection)
15201 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
15202 (mac_put_selection_value, mac_selection_has_target_p)
15203 (mac_get_selection_value, mac_get_selection_target_list)
15204 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
15205 Move functions to mactoolbox.c.
15206 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
15207 Likewise.
15208 (copy_scrap_flavor_data, mac_handle_service_event)
15209 (install_service_handler) [MAC_OSX]: Likewise.
15210 (syms_of_macselect) <Vmac_dnd_known_types>:
15211 Use mac_dnd_default_known_types.
15212
15213 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
15214 Move to mactoolbox.c.
15215 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
15216 (Fx_selection_owner_p): Add EXFUN.
15217 (install_window_handler, remove_window_handler, XSetWindowBackground):
15218 Remove externs.
15219 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
15220 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
15221 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
15222 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
15223 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
15224 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
15225 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
15226 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
15227 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
15228 (create_and_show_popup_menu, mac_get_selection_from_symbol)
15229 (mac_valid_selection_target_p, mac_clear_selection)
15230 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
15231 (mac_put_selection_value, mac_selection_has_target_p)
15232 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
15233 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
15234 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
15235 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
15236 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
15237 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
15238 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
15239 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
15240 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
15241
15242 * mactoolbox.c: New file.
15243
152442008-04-18 Jason Rumney <jasonr@gnu.org>
15245
15246 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
15247
152482008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15249
15250 * character.c (Fmultibyte_char_to_unibyte):
15251 Return latin1 chars unchanged.
15252
15253 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
15254 relocated if it points to `name'.
15255
152562008-04-17 Kenichi Handa <handa@m17n.org>
15257
15258 * data.c (Faset): Allow setting a multibyte character in an
15259 ASCII-only unibyte string.
15260
15261 * lisp.h (STRING_SET_MULTIBYTE): New macro.
15262
152632008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15264
15265 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
15266 done in config.h.
15267
152682008-04-16 Juanma Barranquero <lekktu@gmail.com>
15269
15270 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
15271 (Fchar_direction): Add usage in the docstring.
15272
152732008-04-15 Chong Yidong <cyd@stupidchicken.com>
15274
15275 * keyboard.c (read_key_sequence): Remove always-true checks.
15276
152772008-04-14 Jason Rumney <jasonr@gnu.org>
15278
15279 * w32font.c (w32font_open_internal): Set max_bounds.descent in
15280 compatibility struct, for better underline positioning.
15281
152822008-04-13 David Hansen <david.hansen@gmx.net>
15283
15284 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
15285 string.
15286
152872008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
15288
15289 * m/hp800.h (XUINT, XSET): Remove.
15290
152912008-04-12 Juanma Barranquero <lekktu@gmail.com>
15292
15293 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
15294 previous change.
15295
152962008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15297
15298 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
15299 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
15300
153012008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15302
15303 * keymap.h (map_keymap_canonical): Declare.
15304 * xmenu.c (single_keymap_panes): Use it.
15305
153062008-04-11 Glenn Morris <rgm@gnu.org>
15307
15308 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
15309 set the target's value to that of the alias.
15310
153112008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15312
15313 * term.c (set_tty_color_mode): Left over typo.
15314
153152008-04-10 Michael Albinus <michael.albinus@gmx.de>
15316
15317 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
15318 only after check for file name handler functions. Signal, when
15319 native functionality is not supported.
15320 (syms_of_fileio): Declare it unconditionally.
15321
153222008-04-10 Jason Rumney <jasonr@gnu.org>
15323
15324 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
15325 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
15326
15327 * w32.c (logon_network_drive): Also logon to remote drives that
15328 are mapped to drive letters.
15329
153302008-04-10 Glenn Morris <rgm@gnu.org>
15331
15332 * xdisp.c (truncate-partial-width-windows): Doc fix.
15333
153342008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15335
15336 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
15337 Move functions to minibuffer.el.
15338 (syms_of_fileio): Don't declare them.
15339
153402008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15341
15342 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
15343 (syms_of_minibuf): Remove its initialization.
15344
15345 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
15346
153472008-04-09 Juanma Barranquero <lekktu@gmail.com>
15348
15349 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
15350
153512008-04-09 Jason Rumney <jasonr@gnu.org>
15352
15353 * makefile.w32-in (distclean): Delete makefile too.
15354 (maintainer-clean): New target.
15355
15356 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
15357
15358 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
15359 for new font backend and composite cases.
15360
153612008-04-09 Jan Djärv <jan.h.d@swipnet.se>
15362
15363 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
15364 Most of the code moved to run_timers.
15365 (do_pending_atimers): Call run_timers.
15366 (run_timers): New function.
15367
15368 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
15369 run atimers.
15370
15371 * process.c (wait_reading_process_output): The same as above.
15372
153732008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15374
15375 * minibuf.c (last_exact_completion): Remove variable.
15376 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
15377 (complete_and_exit_1, complete_and_exit_2)
15378 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
15379 (Fdisplay_completion_list, display_completion_list_1)
15380 (Fminibuffer_completion_help, Fself_insert_and_exit)
15381 (Fexit_minibuffer, Fminibuffer_message): Move functions to
15382 minibuffer.el.
15383 (syms_of_minibuf): Remove corresponding initializations.
15384
15385 * keyboard.c (Qdeactivate_mark): New var.
15386 (command_loop_1): Use it to call `deactivate-mark'.
15387 (syms_of_keyboard): Initialize it.
15388
15389 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
15390 to another frame.
15391 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
15392 Don't call set_tty_color_mode.
15393 (store_frame_param): Reset previous_frame rather than call
15394 set_tty_color_mode.
15395 * term.c (set_tty_color_mode): Rewrite.
15396 * dispextern.h (set_tty_color_mode): New type.
15397 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
15398
153992008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15400
15401 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
15402 for generic chars, which do not exist any more in emacs-unicode.
15403
154042008-04-08 Michael Albinus <michael.albinus@gmx.de>
15405
15406 * coding.c (detect_coding_emacs_mule)
15407 (Ffind_operation_coding_system): Fix typo.
15408
154092008-04-08 Jason Rumney <jasonr@gnu.org>
15410
15411 * w32uniscribe.c (SNAME): Extract only symbol name.
15412
15413 * w32font.h (struct w32_metric_cache): New struct.
15414 (w32font_info): Use it.
15415 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
15416 (CACHE_BLOCKSIZE): New constants.
15417
15418 * w32font.c (Qja, Qko, Qzh): New symbols.
15419 (syms_of_w32font): Initialise them.
15420 (font_matches_spec): Use them to filter by language.
15421 (recompute_cached_metrics): Remove function.
15422 (compute_metrics, clear_cached_metrics): New functions.
15423 (w32font_encode_char): Use them to manage metric cache.
15424 (w32font_text_extents): Cache metrics for all glyphs on demand.
15425 Delay converting glyph indices to WORD until needed.
15426 (w32font_open_internal): Initialize metric cache to empty.
15427 (registry_to_w32_charset): Charset should always be a symbol.
15428 (fill_in_logfont, list_all_matching_fonts): Family should
15429 always be a symbol.
15430
154312008-04-06 Jason Rumney <jasonr@gnu.org>
15432
15433 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
15434 Give up if glyph indices not supported. Use uniscribe obtained
15435 ABC widths for individual metrics. Map glyph clusters back to
15436 characters using fClusterStart flag. Return number of glyphs
15437 produced, not chars processed.
15438 (uniscribe_shape): Map char at FROM to current glyph.
15439
154402008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15441
15442 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
15443 Use SetMenuItemHierarchicalMenu.
15444
154452008-04-05 Jason Rumney <jasonr@gnu.org>
15446
15447 * image.c (pbm_load): Allow color values up to 65535.
15448 Throw an error if max_color_idx is outside the supported range.
15449 Report an error when image size is invalid.
15450 Read two bytes at a time when raw images have max_color_idx above 255.
15451
aac0c6e3
MR
154522008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
15453
15454 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
15455 append "CCL: Quitted" when the CCL program is quitted.
15456 (setup_ccl_program): Initialize ccl->quit_silently to zero.
15457
15458 * ccl.h (struct ccl_program): New member quit_silently.
15459
154602008-04-05 Chong Yidong <cyd@stupidchicken.com>
15461
15462 * search.c (compile_pattern_1): Treat non-nil and non-string of
15463 search-spaces-regexp as nil.
15464
15465 * minibuf.c (Fassoc_string): Tweak docstring.
15466
154672008-04-05 Eli Zaretskii <eliz@gnu.org>
15468
15469 * dired.c (Ffile_attributes): Support inode numbers wider than 32
15470 bits. Remove ugly WINDOWSNT-specific kludge introduced on
15471 2008-03-14 to force inode be positive.
15472
15473 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
15474 _S_* ones, since we now use our own sys/stat.h.
15475 (stat, fstat): Don't mangle the inode number.
15476 (init_user_info): Don't restrict UID and GID to 0-60000 range.
15477
154782008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15479
15480 * frame.h (struct frame): Give one more bit to `visible' since we use
15481 values larger than 1 to indicate obscured frames on ttys.
15482
15483 * keymap.c (Qkeymap_canonicalize): New var.
15484 (Fmap_keymap_internal): New fun.
15485 (describe_map): Use keymap-canonicalize.
15486
15487 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
15488 (Fundo_boundary): Set them.
15489 (syms_of_undo): Initialize them.
15490 (record_point): Use them instead of last_point_position*.
15491 (last_undo_buffer): Change type.
15492
154932008-04-04 Jason Rumney <jasonr@gnu.org>
15494
15495 * w32font.c (w32font_text_extents): Use font's ascent and descent.
15496 (recompute_cached_metrics): Don't set ascent and descent per char.
15497
15498 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
15499 (uniscribe_check_otf): Add GC protection before consing.
15500 Rearrange loop for counting features.
15501
155022008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15503
15504 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
15505 buffer with byte-size of source buffer.
15506
155072008-04-03 Chong Yidong <cyd@stupidchicken.com>
15508
15509 * callint.c (Fcall_interactively): Handle temporary region even
15510 when shift-select-mode is off.
15511
155122008-04-03 Jason Rumney <jasonr@gnu.org>
15513
15514 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
15515
155162008-04-03 Kenichi Handa <handa@m17n.org>
15517
15518 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
15519 (CATEGORY_MASK_UTF_16): Likewise.
15520 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
15521 binary file.
15522 (detect_coding): Add null-byte detection for a binary file.
15523 (detect_coding_system): Likewise.
15524
155252008-04-03 Jason Rumney <jasonr@gnu.org>
15526
15527 * w32uniscribe.c: New file.
15528
15529 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
15530
15531 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
15532
15533 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
15534 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
15535 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
15536 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
15537 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
15538 (Qphonetic): New symbols.
15539 (syms_of_w32font): Initialize them.
15540 (font_supported_scripts): Use them.
15541 (w32font_list_family): List all charsets.
15542 (w32font_text_extents, recompute_cached_metrics): Fix metric
15543 calculations.
15544 (w32_enumfont_pattern_entity): Make full_type a DWORD.
15545 Give opentype fonts their own format.
15546 (font_matches_spec): New arguments backend and logfont.
15547 Handle :otf spec for uniscribe backend.
15548 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
15549 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
15550
15551 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
15552 font backend.
15553 (globals_of_w32fns): Initialize uniscribe font backend.
15554
15555 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
15556 dependencies.
15557 (w32uniscribe.$(O)): New file to build.
15558 (FONT_OBJ): Include w32uniscribe.$(O).
15559 (LIBS): Add uniscribe libraries.
15560
15561 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
15562
155632008-04-02 Chong Yidong <cyd@stupidchicken.com>
15564
15565 * callint.c (Vshift_select_mode): New var.
15566 (Finteractive): Document new ^ spec.
15567 (Fcall_interactively): Call handle-shift-selection if the ^ spec
15568 is present.
15569
15570 * keyboard.c (Vthis_command_keys_shift_translated): New var.
15571 (command_loop_1): Avoid running the direct display versions of
15572 forward-char and backward-char if shift-selection may occur.
15573 (read_key_sequence): Set Vthis_command_keys_shift_translated if
15574 shift-translation takes place.
15575
15576 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
15577 avoid clobbering by define-minor-mode.
15578
15579 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
15580 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
15581
15582 * syntax.c (Fforward_word): Add ^ interactive spec.
15583
15584 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
15585 (Fscroll_right): Add ^ interactive spec.
15586
155872008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15588
15589 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
15590
15591 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
15592
15593 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
15594
155952008-03-31 Juri Linkov <juri@jurta.org>
15596
15597 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
15598
155992008-03-30 Jan Djärv <jan.h.d@swipnet.se>
15600
15601 * gtkutil.c (xg_set_geometry): Fix indentation.
15602 (xg_resize_outer_widget): Remove.
15603 (x_wm_size_hint_off): Fix indentation.
15604 (xg_frame_set_char_size): Call flush_and_sync after
15605 gtk_window_resize.
15606 (x_wm_set_size_hint): Pass NULL as geometry window to
15607 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
15608 Add menu bar and tool bar height to base height.
15609 (xg_update_frame_menubar, free_frame_menubar)
15610 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
15611 (update_frame_tool_bar, free_frame_tool_bar):
15612 Change xg_resize_outer_widget to xg_frame_set_char_size.
15613
156142008-03-30 Michael Albinus <michael.albinus@gmx.de>
15615
15616 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
15617 (Fdbus_call_method): New parameter TIMEOUT.
15618 (dbus-send-signal): Optimize UNGCPRO call.
15619
156202008-03-29 Juri Linkov <juri@jurta.org>
15621
15622 * window.c (Fdisplay_buffer): Move call to
15623 Vsplit_window_preferred_function out of conditions that check
15624 if window is eligible for vertical splitting.
15625 When Vsplit_window_preferred_function is non-nil, call it and use
15626 its non-nil return value as window. Otherwise, continue doing
15627 vertical splitting using Fsplit_window with arg horflag=nil.
15628 (syms_of_window) <Vsplit_window_preferred_function>: Change the
15629 default value from `split-window' to nil.
15630
156312008-03-29 Juri Linkov <juri@jurta.org>
15632
15633 * callint.c (Fcall_interactively): Revert 2008-03-16 change
15634 for interactive code letters 'b' and 'B'.
15635
156362008-03-29 Eli Zaretskii <eliz@gnu.org>
15637
15638 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
15639 multibyte string.
15640
156412008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15642
15643 * keyboard.c (pending_funcalls): New var.
15644 (timer_check): Run it.
15645 (syms_of_keyboard): Initialize it.
15646 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
15647 (Vdelete_terminal_functions): New vars.
15648 (syms_of_terminal): Initialize them.
15649 (Fdelete_terminal): Run delete-terminal-functions.
15650 * xdisp.c (safe_eval): Rewrite.
15651 (safe_call2): New fun.
15652 * frame.c (Qdelete_frame_functions): New var.
15653 (syms_of_frame): Initialize it.
15654 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
15655 * lisp.h (safe_call2, pending_funcalls): Declare.
15656
156572008-03-28 Andreas Schwab <schwab@suse.de>
15658
15659 * indent.c (Fmove_to_column): Move declaration before statements.
15660
156612008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15662
15663 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
15664 (struct frame): Use bit fields for boolean vars.
15665
15666 * process.c (server_accept_connection): Simplify naming.
15667 (emacs_get_tty_pgrp): Use SDATA.
15668
15669 * coding.c (decode_coding_object): Fix last change.
15670
156712008-03-27 Jason Rumney <jasonr@gnu.org>
15672
15673 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
15674
156752008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
15676
15677 * charset.c (Fdefine_charset_internal): Change the way of
15678 registering charsets in Vcharset_order_list.
15679 (syms_of_charset): Make the charset `eight-bit' supplementary.
15680
156812008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
15682
15683 * regex.c (EXTEND_BUFFER): Change order of pointer addition
15684 operations, to avoid having the difference between pointers
15685 overflow.
15686
156872008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15688
15689 * indent.c (check_display_width): New fun.
15690 (scan_for_column): Use it.
15691
15692 * data.c (syms_of_data): Mark most-positive-fixnum and
15693 most-negative-fixnum as constants.
15694
15695 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
15696
15697 * indent.c (scan_for_column): Extract from current_column_1.
15698 Merge with the same code from Fmove_to_column.
15699 (current_column_1, Fmove_to_column): Use it.
15700
157012008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15702
15703 * keymap.c (map_keymap_internal): New fun.
15704 (map_keymap): Use it.
15705 (Fmap_keymap_internal): New fun.
15706 (Fmap_keymap): Remove left-out test from before make_save_value.
15707
15708 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
15709
15710 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
15711 Use XCAR/XCDR.
15712
15713 * process.h (struct Lisp_Process): Remove filter_multibyte.
15714 * process.c (QCfilter_multibyte): Remove.
15715 (setup_process_coding_systems): Don't use filter_multibyte.
15716 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
15717 (read_process_output): Don't adjust multibyteness to filter_multibyte.
15718 (Fset_process_filter_multibyte): Change the coding-system to
15719 approximate the previous behavior.
15720 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
15721 coding-system.
15722
15723 * coding.c (decode_coding_object): When not decoding into a buffer,
15724 obey the coding system's preference of (uni|multi)byte.
15725
157262008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15727
15728 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
15729 every char is changed and has a different byte-length.
15730 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
15731 Fix int -> EMACS_INT.
15732
157332008-03-23 David Hansen <david.hansen@gmx.net>
15734
15735 * dbusbind.c (xd_read_message): Remove extra copying of message
15736 strings. Check for NULL `interface' or `member'.
15737
157382008-03-22 Eli Zaretskii <eliz@gnu.org>
15739
15740 * w32.c (readdir): If FindFirstFile/FindNextFile return in
15741 cFileName a file name that includes `?' characters, use the 8+3
15742 alias in cAlternateFileName instead.
15743
157442008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15745
15746 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
15747
157482008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15749
15750 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
15751 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
15752 work on current_buffer only instead (that was already the case
15753 for some of the code anyway).
15754 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
15755 (temp_set_point, temp_set_point_both): Use EMACS_INT.
15756 (SET_PT, SET_PT_BOTH): Adjust.
15757 * intervals.h (set_point, temp_set_point, set_point_both)
15758 (temp_set_point_both): Remove redundant declarations.
15759
157602008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15761
15762 * fileio.c (Finsert_file_contents):
15763 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
15764 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
15765 when buffer != current_buffer anyway.
15766
157672008-03-20 Andreas Schwab <schwab@suse.de>
15768
15769 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
15770 as default.
15771
157722008-03-19 Jason Rumney <jasonr@gnu.org>
15773
15774 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
15775 (syms_of_w32fns): Initialize them.
15776 (HOURGLASS_ID): New constant.
15777 (x_window_to_frame): Don't check hourglass_window.
15778 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
15779 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
15780 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
15781 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
15782 Only change the cursor if hourglass is not active.
15783 (Fx_create_frame): Initialize frame's current_cursor.
15784 (hourglass_atimer): Remove.
15785 (hourglass_started): New function.
15786 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
15787 (show_hourglass): Adapt to w32, changing argument to frame.
15788
15789 * w32term.h (struct w32_output): Remove hourglass_window.
15790 Add current_cursor.
15791
15792 * eval.c (call_debugger, Fsignal):
15793 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
15794 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
15795 (Fexecute_extended_command, cancel_hourglass_unwind):
15796 * minibuf.c (read_minibuf):
15797 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
15798
157992008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15800
15801 * window.c (run_funs): New fun.
15802 (run_window_configuration_change_hook): Use it to run the buffer-local
15803 and the global part of the hook.
15804
15805 * xdisp.c (format_mode_line_unwind_data): Add window argument.
15806 (unwind_format_mode_line): Restore selected window.
15807 (x_consider_frame_title, Fformat_mode_line): Set selected window.
15808
158092008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15810
15811 * editfns.c (Fchar_equal): Check they are valid characters.
15812
15813 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
15814
158152008-03-17 Andreas Schwab <schwab@suse.de>
15816
15817 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
15818 against a charset.
15819
15820 * lisp.h (Fbuffer_list): Declare.
15821
158222008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 15823
aac0c6e3
MR
15824 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
15825 handlebox_widget is != 0.
15826
158272008-03-16 Juri Linkov <juri@jurta.org>
15828
15829 * callint.c (Fcall_interactively): For interactive code letters
15830 'b' and 'B' put the buffer list into the list of default "future"
15831 values of the minibuffer.
15832
158332008-03-16 Andreas Schwab <schwab@suse.de>
15834
15835 * keyboard.c (read_key_sequence): Fix downcasing of letters with
15836 modifiers.
15837
15838 * regex.c (re_match_2_internal): Correct matching of a charset
15839 against latin-1 characters.
15840
158412008-03-16 Kenichi Handa <handa@m17n.org>
15842
15843 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
15844 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
15845 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
15846 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
15847 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
15848 CHAR_STRING_ADVANCE.
15849 (produce_chars): Fix for the case that the source and the
15850 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
15851 instead of CHAR_STRING_ADVANCE.
15852 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
15853 STRING_CHAR_ADVANCE.
15854
158552008-03-15 Andreas Schwab <schwab@suse.de>
15856
15857 * regex.c (re_match_2_internal): Correct matching of eight bit
15858 characters in unibyte strings.
15859
158602008-03-15 Martin Rudalics <rudalics@gmx.at>
15861
15862 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
15863 at end of range when it coincides with the end of the buffer.
15864
158652008-03-14 Eli Zaretskii <eliz@gnu.org>
15866
15867 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
15868
15869 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
15870
158712008-03-14 Jason Rumney <jasonr@gnu.org>
15872
15873 * editfns.c (initial_tz): New variable.
15874 (syms_of_editfns): Initialize it.
15875 (Fset_time_zone_rule): Set it when first called.
15876 Use it when TZSTRING is nil.
15877
15878 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
15879 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
15880 (monitor_from_point_fn, get_monitor_info_fn): New globals.
15881 (globals_of_w32fns): Initialize them.
15882 (compute_tip_xy): Use them to position tooltips.
15883
158842008-03-14 Glenn Morris <rgm@gnu.org>
15885
15886 * emacs.c (main): Revert previous change.
15887 (standard_args): Revert -internal-script back to -scriptload,
15888 and remove the long-option form.
15889
158902008-03-13 Glenn Morris <rgm@gnu.org>
15891
15892 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
15893 Remove option -enable-font-backend.
15894
158952008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15896
15897 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
15898
158992008-03-11 Jan Djärv <jan.h.d@swipnet.se>
15900
15901 * xterm.c (x_connection_closed): For GTK: If this is the last
15902 terminal just exit without closing the display.
15903
159042008-03-11 Jason Rumney <jasonr@gnu.org>
15905
15906 * w32font.c (w32font_full_name): Use floor to round.
15907
f0131492 159082008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
15909
15910 * sound.c (alsa_configure): Declare vol at beginning of block.
15911
15912 * fontset.c (Ffontset_info): Remove extra semicolon.
15913
159142008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15915
15916 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
15917 size of resulting string.
15918
159192008-03-10 Jason Rumney <jasonr@gnu.org>
15920
15921 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
15922
159232008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15924
15925 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
15926 Don't pretend as if characters with display property haven't been
15927 consumed for string-replacing-string case.
15928
159292008-03-08 Kim F. Storm <storm@cua.dk>
15930
15931 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
15932 (get_next_display_element, next_element_from_string)
15933 (next_element_from_ellipsis, next_element_from_buffer): Use it.
15934
159352008-03-08 Andreas Schwab <schwab@suse.de>
15936
15937 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
15938
159392008-03-06 Jason Rumney <jasonr@gnu.org>
15940
15941 * w32font.c (w32_registry): Take font_type argument. Use ANSI
15942 when charset not specified. Only translate ANSI to unicode when
15943 font_type is truetype.
15944 (w32font_coverage_ok): New function.
15945 (add_font_entity_to_list): Use it to filter unsuitable fonts.
15946
159472008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
15948
15949 * lread.c (Fread_char): Resolve modifiers.
15950 (Fread_char_exclusive): Likewise.
15951
15952 * character.c (char_resolve_modifier_mask): New function.
15953 (char_string): Use char_resolve_modifier_mask.
15954 (Fchar_resolve_modifiers): New function.
15955 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
15956 function.
15957
159582008-03-04 Jason Rumney <jasonr@gnu.org>
15959
15960 * makefile.w32-in: Always include w32font.c in the build.
15961 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
15962
159632008-03-04 Andreas Schwab <schwab@suse.de>
15964
15965 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
15966 (versionclean): Likewise.
15967
159682008-03-04 Juanma Barranquero <lekktu@gmail.com>
15969
15970 * .cvsignore: Add oo.
15971
159722008-03-03 Andreas Schwab <schwab@suse.de>
15973
15974 * coding.c (decode_coding_object): Inhibit gap shrinking while
15975 decoding in place.
15976
159772008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
15978
15979 * w32term.c: Remove unused include "gnu.h".
15980 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
15981
15982 * gnu.h: Rename to ...
15983 * emacs-icon.h: ... this.
15984 * xterm.c: Use emacs-icon.h instead of gnu.h.
15985 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
15986
159872008-03-03 Juanma Barranquero <lekktu@gmail.com>
15988
15989 * w32font.c: Include math.h.
15990
159912008-03-03 Jason Rumney <jasonr@gnu.org>
15992
15993 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
15994 Compute options separately.
15995 (w32font_open_internal): Set glyph_idx before caching metrics.
15996
15997 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
15998 Define if system headers don't.
15999 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
16000 (w32font_encode_char): Don't declare here.
16001
16002 * w32font.c (Quniscribe, QCformat): New symbols.
16003 (syms_of_w32font): Define them.
16004 (w32font_has_char): Indicate uncertainty.
16005 (w32font_encode_char): Encode as glyph point. Make static.
16006 (recompute_cached_metrics): New function.
16007 (w32font_open_internal): Use it. Set font to use glyph points
16008 initially. Set format based on type of font.
16009 (w32font_text_extents, w32font_draw): Optionally use glyph points.
16010 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
16011 on it. Set format based on information available here.
16012 (add_font_entity_to_list): Identify backend based on opentype_only.
16013
160142008-03-02 Andreas Schwab <schwab@suse.de>
16015
16016 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
16017
16018 * coding.c (decode_coding_big5, produce_chars):
16019 Fix typos in last change.
16020
160212008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
16022
16023 * gnu.h: New icon.
16024
160252008-03-02 Kenichi Handa <handa@m17n.org>
16026
16027 * coding.c (decode_coding_utf_8): When eol-type of CODING is
16028 `dos', don't decode '\r' if that is the last in the source.
16029 (decode_coding_utf_16, decode_coding_emacs_mule)
16030 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16031 (decode_coding_raw_text, decode_coding_charset): Likewise.
16032 (produce_chars): Don't decode EOL here. Use EMACS_INT.
16033
160342008-03-01 Jason Rumney <jasonr@gnu.org>
16035
16036 * w32font.c (w32font_full_name): Report point size for scalable fonts.
16037
160382008-03-01 Kim F. Storm <storm@cua.dk>
16039
16040 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
16041
160422008-03-01 Jason Rumney <jasonr@gnu.org>
16043
16044 * w32font.c (w32font_full_name): New function.
16045 (w32font_open_internal): Use it.
16046
160472008-03-01 Kim F. Storm <storm@cua.dk>
16048
16049 * dispnew.c (line_draw_cost): Fix invalid glyph check.
16050
160512008-03-01 Jason Rumney <jasonr@gnu.org>
16052
16053 * font.c (font_unparse_fcname): Increase len when style is a symbol.
16054
160552008-03-01 Jan Djärv <jan.h.d@swipnet.se>
16056
16057 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
16058 xg_frame_resized when the event is for the edit widget.
16059
16060 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
16061
16062 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
16063 set_char_size.
16064 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
16065 operations on widgets here. Just set frame size if needed.
16066 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
16067 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
16068 (x_wm_set_size_hint): Set size hints on the edit widget only, not
16069 the whole frame.
16070 (xg_create_tool_bar): Move attachment of the tool bar to
16071 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
16072 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
16073
160742008-03-01 Jason Rumney <jasonr@gnu.org>
16075
16076 * w32fns.c (w32_msg_pump): Disable debug code.
16077
160782008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16079
16080 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
16081
160822008-02-29 Chong Yidong <cyd@stupidchicken.com>
16083
16084 * xdisp.c (next_overlay_string): Don't set
16085 overlay_strings_at_end_processed_p if we're currently reading from
16086 a display string.
16087
160882008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
16089
16090 * xdisp.c (get_overlay_strings_1): Fix typo.
16091
160922008-02-29 Chong Yidong <cyd@stupidchicken.com>
16093
16094 * xdisp.c (get_overlay_strings_1): Add missing argument type.
16095
160962008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
16097
16098 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
16099
16100 * xdisp.c (display_mode_element): Cancel the previous change.
16101 (decode_mode_spec): Likewise.
16102 (handle_auto_composed_prop): Don't make composition if it->string
16103 is a string.
16104
161052008-02-27 Kim F. Storm <storm@cua.dk>
16106
16107 * lisp.h (GLYPH): Change type from int to struct with separate char
16108 and face_id members.
16109 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
16110 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
16111 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
16112 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
16113 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
16114 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
16115 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
16116 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
16117 handle new Lisp glyph code encoding, either an integer or a cons.
16118
16119 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
16120 (GLYPH_ALIAS): Delete.
16121 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
16122 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
16123 (GLYPH_FROM_CHAR): Replace macro by ...
16124 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
16125
16126 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
16127 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
16128 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
16129 (GLYPH_INVALID_P): New macro.
16130 (spec_glyph_lookup_face): Update prototype.
16131
16132 * dispnew.c (line_draw_cost): Adapt to new glyph type.
16133 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
16134 new glyph code encoding.
16135 (spec_glyph_lookup_face): No return value; update passed glyph instead.
16136 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
16137
16138 * xdisp.c (get_next_display_element, next_element_from_display_vector):
16139 Adapt to new glyph type and new glyph code encoding.
16140
16141 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
16142
16143 * indent.c (current_column, current_column_1, Fmove_to_column)
16144 (compute_motion): Adapt to new glyph code encoding.
16145
16146 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
16147
161482008-02-27 Chong Yidong <cyd@stupidchicken.com>
16149
16150 * process.c (wait_reading_process_output): Check for window
16151 changes caused by timers.
16152 Suggested by Johan Bockgård.
16153
161542008-02-27 Glenn Morris <rgm@gnu.org>
16155
16156 * emacs.c (USAGE1): Add `--disable-font-backend'.
16157
161582008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
16159
16160 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
16161 is made to the buffer.
16162
161632008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16164
16165 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
16166 (face_at_string_position):
16167 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
16168 (face_at_string_position):
16169 * xdisp.c (display_string, next_overlay_change):
16170 * buffer.h (overlays_at):
16171 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
16172 Update callers.
16173
161742008-02-26 Chong Yidong <cyd@stupidchicken.com>
16175
16176 * editfns.c (Fformat): Doc fix.
16177
161782008-02-26 Juanma Barranquero <lekktu@gmail.com>
16179
16180 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
16181 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
16182 (Ffont_otf_alternates, Fquery_font): Doc fixes.
16183
161842008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
16185
16186 * buffer.c (Fbuffer_swap_text): New function.
16187 (syms_of_buffer): Defsubr it.
16188
161892008-02-25 Chong Yidong <cyd@stupidchicken.com>
16190
16191 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
16192
161932008-02-25 Jason Rumney <jasonr@gnu.org>
16194
16195 * w32font.c (w32font_draw): Draw one character at a time when padding.
16196
161972008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
16198
16199 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
16200 Handle a nil arg. Use run_window_configuration_change_hook.
16201 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
16202 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
16203 Use run_window_configuration_change_hook.
16204
162052008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
16206
16207 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
16208 1-pixel width.
16209
162102008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
16211
16212 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
16213 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
16214 if the glyph in the font is zero pixel with.
16215
16216 * dispextern.h (struct glyph_string): New member padding_p.
16217
16218 * w32font.c (w32font_draw): Pay attention to s->padding_p.
16219
16220 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
16221
16222 * xfont.c (xfont_draw): Pay attention to s->padding_p.
16223
16224 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
16225
16226 * font.c: If the font driver doesn't have `shape' function, return Qnil.
16227
162282008-02-25 Jason Rumney <jasonr@gnu.org>
16229
16230 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
16231
162322008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16233
16234 Allow fine-grained image-cache flushing.
16235 * dispextern.h (struct image): Add `dependencies' field.
16236 (clear_image_caches): Change arg to Lisp_Object.
16237 * image.c (make_image): Initialize `dependencies' field.
16238 (clear_image_cache): Change arg to allow fine-grained flushing.
16239 Perform the flush even if image-cache-eviction-delay is nil.
16240 (clear_image_caches): Change arg to Lisp_Object.
16241 (Fclear_image_cache): Expand meaning of the argument.
16242 (mark_image): Mark `dependencies' field.
16243 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
16244 (lface_hash): Use XHASH rather than XFASTINT.
16245 (face_at_buffer_position): Fix int -> EMACS_INT position.
16246 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
16247 (select_frame_for_redisplay): Remove code duplication.
16248 (redisplay_internal): Adapt arg to call to clear_image_caches.
16249
162502008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
16251
16252 * s/vms4-0.h:
16253 * s/vms4-2.h:
16254 * s/vms4-4.h:
16255 * s/vms5-5.h: Remove, unused.
16256
16257 * s/irix5-2.h:
16258 * s/irix6-0.h:
16259 * s/riscos5.h:
16260 * s/mach-bsd4-3.h:
16261 * m/mips4.h: Remove files for obsolete systems.
16262
16263 * Makefile.in:
16264 * filelock.c:
16265 * unexmips.c:
16266 * m/hp9000s300.h:
16267 * m/iris4d.h:
16268 * s/aix3-1.h:
16269 * s/hpux.h:
16270 * s/msdos.h:
16271 * s/usg5-0.h:
16272 * s/usg5-2-2.h:
16273 * s/usg5-2.h:
16274 * s/usg5-3.h: Remove references to obsolete variables.
16275
16276 * s/irix5-0.h: Remove, move all the contents ...
16277 * s/irix6-5.h: ... here. Simplify.
16278 * config.in: Regenerate.
16279
162802008-02-24 Jason Rumney <jasonr@gnu.org>
16281
16282 * w32term.c (x_draw_glyph_string_background): Clear the background
16283 manually when cleartype is in use.
16284 (x_draw_glyph_string_foreground): Draw text transparently when
16285 cleartype is in use.
16286
16287 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
16288 a font into it unless we have to.
16289
162902008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
16291
16292 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
16293 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 16294
aac0c6e3
MR
162952008-02-18 Jason Rumney <jasonr@gnu.org>
16296
16297 * w32fns.c (Fw32_shell_execute): Encode parameters.
16298
162992008-02-09 Eli Zaretskii <eliz@gnu.org>
16300
16301 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
16302
163032008-02-05 Juanma Barranquero <lekktu@gmail.com>
16304
16305 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
16306
163072008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
16308
16309 * xterm.c (x_set_offset): Don't change the gravity if
16310 CHANGE_GRAVITY is -1.
16311
163122008-02-23 Chong Yidong <cyd@stupidchicken.com>
16313
16314 * fileio.c (auto_save_error_occurred): New var.
16315 (auto_save_error): Set it.
16316 (Fdo_auto_save): Don't overwrite the error message if an auto-save
16317 error occurred.
16318
163192008-02-23 Eli Zaretskii <eliz@gnu.org>
16320
16321 * w32.c (globals_of_w32): Add initializations for
16322 g_b_init_get_sid_sub_authority and
16323 g_b_init_get_sid_sub_authority_count.
16324
163252008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
16326
16327 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
16328 (font_parse_xlfd): Use them for sanity check.
16329 (Finternal_set_font_style_table): Make sure the table is bijective.
16330
16331 Consolidate the image_cache to the terminal struct.
16332 * termhooks.h (P_): Remove redundant def.
16333 (struct terminal): New field `image_cache'.
16334 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
16335 of FRAME_X_IMAGE_CACHE.
16336 * xterm.h (struct x_display_info): Remove image_cache field.
16337 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
16338 * w32term.h (struct w32_display_info): Remove image_cache field.
16339 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
16340 * macterm.h (struct mac_display_info): Remove image_cache field.
16341 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
16342 * xterm.c (x_term_init):
16343 * w32term.c (w32_term_init):
16344 * macterm.c (mac_term_init): Set the image_cache in the terminal.
16345 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
16346 Remove declarations.
16347 (clear_image_caches, mark_image_cache): New declarations.
16348 * xfaces.c (clear_face_cache):
16349 * xdisp.c (redisplay_internal): Use clear_image_caches.
16350 * image.c (clear_image_cache): Don't check that a frame is on
16351 a window-system before checking if it shares the same cache.
16352 (clear_image_caches): New function.
16353 (Fclear_image_cache): Use it.
16354 (mark_image): Move from allo.c.
16355 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
16356 * alloc.c (mark_image, mark_image_cache): Move to image.c.
16357 (mark_object): Don't call mark_image_cache for frames.
16358 (mark_terminals): Call mark_image_cache.
16359
16360 * lisp.h (Fdelete_terminal): Declare.
16361
16362 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
16363 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
16364 wrong_type_argument.
16365
163662008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
16367
16368 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
16369 malayalam.el, and tamil.el. Add sinhala.el.
16370
163712008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
16372
16373 * xterm.c (x_connection_closed): Consolidate identical tests.
16374 (x_delete_terminal): Don't crash if called via x_connection_closed.
16375
163762008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
16377
16378 * xdisp.c (decode_mode_spec): New arg string.
16379 (display_mode_element): Adjust for the above change.
16380
163812008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
16382
16383 * callint.c (Fcall_interactively): Use AREF.
16384
163852008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
16386
16387 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
16388
163892008-02-18 Jan Djärv <jan.h.d@swipnet.se>
16390
16391 * xfns.c (Fx_show_tip): Set string to " " if empty.
16392
163932008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
16394
16395 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
16396 with Qt.
16397
163982008-02-17 Kenichi Handa <handa@m17n.org>
16399
16400 * ftfont.c (ftfont_shape): Return Lispy number.
16401
16402 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
16403 for GCs.
16404 (Finternal_set_font_selection_order): Call font_update_sort_order
16405 only when enable_font_backend is set.
16406 (realize_x_face): Set face->font_info to that of default face only
16407 when enable_font_backend is set.
16408
16409 * xdisp.c (handle_composition_prop): Set it->c to the fist
16410 character of the composed region.
16411 (fill_composite_glyph_string): Set base_face->font_info to
16412 s->font_info. Get a face for ascii from base_face->ascii_face.
16413 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
16414 with a face already decided.
16415 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
16416 non-negative.
16417 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
16418 call font_prepare_composition unconditionally.
16419
16420 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
16421
16422 * xterm.h (struct x_display_info): New member font.
16423
16424 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
16425 (x_set_mouse_face_gc, x_new_font): Likewise.
16426 (x_term_init): Setup display_info->font.
16427 (x_delete_terminal): Free display_info->font.
16428
16429 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
16430
16431 * ftxfont.c (ftxfont_default_fid): Delete it.
16432 (ftxfont_open): Set xfont->fid to 0.
16433 (ftxfont_end_for_frame): Clear data specific to the frame and the
16434 font-driver.
16435
16436 * xftfont.c (xftfont_default_fid): Delete it.
16437 (xftfont_open): Set xfont->fid to 0.
16438
16439 * fontset.c (FONTSET_OBJLIST): New macro.
16440 (fontset_find_font): Update font-object list of the fontset.
16441 (free_realized_fontset): New function.
16442 (free_face_fontset): Call free_realized_fontset.
16443 (Ffont_info): Call font_close_object only when enable_font_backend
16444 is set.
16445
16446 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
16447 [HAVE_NTGUI]: Include w32term.h.
16448 [MAC_OS]: Include macterm.ch.
16449 (font_otf_ValueRecord): Use make_number.
16450 (font_finish_cache): Fix handling of reference count.
16451 (font_clear_cache): Update num_fonts.
16452 (font_open_entity): Update smallest_char_width and
16453 smallest_font_height of the frame.
16454 (font_close_object): Update num_fonts.
16455 (Fclear_font_cache): Fix finding the target cache data.
16456
164572008-02-16 Glenn Morris <rgm@gnu.org>
16458
16459 * fontset.c (Finternal_char_font): Fix compilation warning.
16460
164612008-02-16 Eli Zaretskii <eliz@gnu.org>
16462
16463 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
16464 instead of char arrays. Enlarge the size of array passed to
16465 get_token_information.
16466
16467 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
16468 warnings.
16469
164702008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
16471
16472 * .gdbinit: Don't set `args', it breaks gdb --args.
16473
164742008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
16475
16476 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
16477 within a narrowed buffer.
16478
164792008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
16480
16481 * coding.c (decode_coding_object, encode_coding_object):
16482 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
16483
164842008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
16485
16486 * coding.c (coding_set_destination): Use BEG_BYTE rather than
16487 hardcoding 1.
16488 (detect_coding_system):
16489 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
16490 (string_char_to_byte, string_byte_to_char, insert_from_gap):
16491 * insdel.c (insert_from_gap):
16492 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
16493 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
16494 (string_to_multibyte):
16495 * character.c (chars_in_text, multibyte_chars_in_text):
16496 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
16497
16498 * character.h (FETCH_STRING_CHAR_ADVANCE)
16499 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
16500 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
16501 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
16502
16503 * casefiddle.c (casify_region): Only call after-change and composition
16504 functions on the part of the region that was changed.
16505
16506 * keyboard.c (read_avail_input):
16507 * frame.c (Fdelete_frame): Call Fdelete_terminal.
16508
165092008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16510
16511 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
16512 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
16513
165142008-02-11 Juanma Barranquero <lekktu@gmail.com>
16515
16516 * w32menu.c (push_submenu_start, push_submenu_end)
16517 (push_left_right_boundary, push_menu_pane, push_menu_item):
16518 * keyboard.c (read_key_sequence): Don't pass args with side effects
16519 to AREF, it fails when compiling with -DENABLE_CHECKING.
16520
165212008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
16522
16523 * Makefile.in (${lispsource}international/charprop.el):
16524 Delete this target.
16525
16526 * search.c (boyer_moore): Fix incorrect synching of the trunk and
16527 emacs-unicode-2.
16528
165292008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16530
16531 * terminal.c (Fdelete_terminal): Clean up the `force' path.
16532
165332008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
16534
16535 * frame.c (Qnoelisp): New symbol.
16536 (syms_of_frame): Initialize it.
16537 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
16538 harmless Elisp code, from a strong `force' from x_connection_closed.
16539 * frame.h (Qnoelisp): Declare.
16540 * xterm.c (x_connection_closed): Pass `noelisp'.
16541
16542 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
16543 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
16544 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
16545 rather than `int' for the type of `type'.
16546
165472008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
16548
16549 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
16550
16551 * Makefile.in (GNUC): Remove support for gcc-1.x.
16552
165532008-02-10 Richard Stallman <rms@gnu.org>
16554
16555 * lisp.h (ASET): Use AREF, not ASLOT.
16556
165572008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
16558
16559 * lisp.h (ASET): Check bounds.
16560
165612008-02-10 Glenn Morris <rgm@gnu.org>
16562
16563 * buffer.c (mode-name): Doc fix.
16564
165652008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
16566
16567 * Makefile.in:
16568 * emacs.c:
16569 * gmalloc.c:
16570 * keyboard.c:
16571 * lisp.h:
16572 * m/ibm370aix.h:
16573 * process.c:
16574 * regex.c:
16575 * s/hpux.h:
16576 * sysdep.c:
16577 * sysselect.h:
16578 * systty.h:
16579 * unexec.c:
16580 * w32term.c:
16581 * xsmfns.c:
16582 * xterm.c: Remove code that deals with obsolete variables.
16583
16584 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
16585
16586 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
16587 nothing else needs it anymore.
16588
165892008-02-09 Eli Zaretskii <eliz@gnu.org>
16590
16591 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
16592 instead of unibyte_char_to_multibyte.
16593
165942008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
16595
16596 * s/gnu-linux.h: Remove commented out code.
16597
16598 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
16599
16600 * Makefile.in: Update what RMS says about using autoconf.
16601 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
16602 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
16603 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
16604 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
16605
166062008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
16607
16608 * keymap.c (Fkey_description): Move side effect outside of macro call.
16609
16610 * xfaces.c (Finternal_make_lisp_face):
16611 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
16612
16613 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
16614 (syms_of_fontset): Use ASET.
16615
16616 * fns.c (concat): Move side effect outside of macro call.
16617 (hash_clear): Use ASET.
16618
166192008-02-08 Richard Stallman <rms@gnu.org>
16620
16621 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
16622 If FORCE, and frame has a surrogate minibuffer for another frame,
16623 delete the other frame first.
16624
166252008-02-07 Timo Savola <timo.savola@iki.fi>
16626
16627 * xterm.c (x_detect_focus_change): Handle embed client message.
16628 (handle_one_xevent): Ditto.
16629 (handle_one_xevent): If embedded and we get a button press/release,
16630 request focus.
16631 (xembed_set_info, xembed_send_message): New functions.
16632 (x_make_frame_visible): Call xembed_set_info if embedded.
16633 (x_make_frame_invisible): Call xembed_set_info if embedded.
16634 (x_term_init): Initialize Xatom_XEMBED.
16635 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
16636 (x_iconify_frame): Ditto.
16637
16638 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
16639 (enum xembed_info, enum xembed_message, enum xembed_focus)
16640 (enum xembed_modifier, enum xembed_accelerator): New.
16641 (xembed_set_info, xembed_send_message): Declare.
16642 (FRAME_X_EMBEDDED_P): New.
16643
16644 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
16645 gtk_plug_new.
16646
16647 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
16648 window ID of a frame.
16649 (x_window): Reparent frame if embedded.
16650 (Fx_create_frame): Don't set border width if embedded.
16651
16652 * emacs.c (USAGE3): Add --parent-id.
16653 (standard_args): Ditto.
16654
166552008-02-07 Jan Djärv <jan.h.d@swipnet.se>
16656
16657 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
16658
166592008-02-07 Jim Meyering <meyering@redhat.com>
16660
16661 Use "do...while (0)", not "if (1)...else" in macro definitions.
16662 The latter provokes a warning from gcc about the empty else, when
16663 followed by ";". Also, without that trailing semicolon, it would
16664 silently swallow up any following statement.
16665 * syntax.h (SETUP_SYNTAX_TABLE)
16666 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
16667 * buffer.h (DECODE_POSITION): Likewise.
16668 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
16669 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
16670 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
16671 (FETCH_CHAR_ADVANCE): Likewise.
16672 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
16673
166742008-02-07 Jim Meyering <meyering@redhat.com>
16675
16676 * lread.c [lint]: Don't include <sys/inode.h>.
16677
166782008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16679
16680 * xselect.c (x_handle_dnd_message):
16681 * xmenu.c (digest_single_submenu, xmenu_show):
16682 * xdisp.c (with_echo_area_buffer_unwind_data)
16683 (format_mode_line_unwind_data, unwind_format_mode_line)
16684 (display_menu_bar):
16685 * eval.c (Ffetch_bytecode):
16686 * doc.c (store_function_docstring):
16687 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
16688 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
16689 * buffer.c (add_overlay_mod_hooklist): Use ASET.
16690
166912008-02-07 Kenichi Handa <handa@m17n.org>
16692
16693 * ftxfont.c (ftxfont_open): Don't set
16694 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
16695
16696 * ftfont.c (ftfont_open): Fix previous change.
16697
166982008-02-06 Jason Rumney <jasonr@gnu.org>
16699
16700 * w32font.c (w32font_text_extents): Fill in lbearing metric.
16701 Use cached metrics for ASCII characters.
16702 (w32font_open_internal): Don't set font's owning_frame.
16703 Cache metrics for ASCII characters.
16704
16705 * w32font.h (struct w32font_info): Add ascii_metrics.
16706 Remove owning_frame.
16707
167082008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
16709
16710 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
16711 to negative value.
16712
16713 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
16714
16715 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
16716
16717 * charset.c (syms_of_charset): Set QCtest and Qeq.
16718
167192008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16720
16721 * process.c (Fstart_process):
16722 * callproc.c (Fcall_process): Handle the case where
16723 Funhandled_file_name_directory returns nil.
16724
16725 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
16726 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
16727 * font.c (check_gstring): Use them and AREF to access the vector before
16728 we know it's really a gstring.
16729 (Ffont_shape_text): Fix typo.
46e722a9 16730 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
16731
16732 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
16733 Declare.
16734
16735 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
16736
167372008-02-05 Jason Rumney <jasonr@gnu.org>
16738
16739 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
16740 Set smallest_font_height and smallest_char_width in display info.
16741
167422008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
16743
16744 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
16745
167462008-02-05 Miles Bader <miles@gnu.org>
16747
16748 * xfaces.c (get_lface_attributes, merge_named_face)
16749 (lookup_named_face, lookup_derived_face, realize_named_face):
16750 Revert 2008-02-01 change by cyd@stupidchicken.com.
16751
167522008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
16753
16754 * fontset.c (Ffontset_info): Handle the case of inhibitting the
16755 fallback fonts.
16756 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
16757
167582008-02-04 Jason Rumney <jasonr@gnu.org>
16759
16760 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
16761 set full_name.
16762 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
16763
167642008-02-03 Jason Rumney <jasonr@gnu.org>
16765
16766 * makefile.w32-in (OBJ1): Include font.o here.
16767 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
16768
167692008-02-02 Jason Rumney <jasonr@gnu.org>
16770
16771 * makefile.w32-in (temacs): Bump EMHEAP to 21.
16772
167732008-02-01 Jason Rumney <jasonr@gnu.org>
16774
16775 * s/cygwin.h: Define VIRT_ADDR_VARIES.
16776
16777 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
16778
167792008-02-01 Andreas Schwab <schwab@suse.de>
16780
16781 * Makefile.in (shortlisp, lisp): Update for rename of
16782 ../lisp/language/myanmar.el.
16783
167842008-02-01 Chong Yidong <cyd@stupidchicken.com>
16785
16786 * xfaces.c (get_lface_attributes): Delete function.
16787 (merge_named_face, lookup_named_face, lookup_derived_face)
16788 (realize_named_face): Call lface_from_face_name directly, and use
16789 the fact that merge_face_vectors does not alter its FROM argument.
16790
167912008-02-01 Jason Rumney <jasonr@gnu.org>
16792
16793 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
16794 input in the default locale. Handle non-Unicode multibyte input.
16795
167962008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16797
16798 * fontset.c (reorder_font_vector): Exclude nil elements from the
16799 font group. Don't try multiple fonts.
16800 (fontset_font): Adjust for the above change.
16801 (Finternal_char_font): Return nil if the found font doesn't
16802 contain the character ch.
16803
16804 * Makefile.in (lisp, shortlisp): Add cham.el.
16805
168062008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16807
16808 * font.h (FONTP): Make it return 1 also for a font-object.
16809
16810 * .gdbinit (xfontset): New function.
16811
16812 * font.c (font_find_for_lface): Check if the character C is
16813 supported or not only for the first font.
16814
16815 * fontset.c (reorder_font_vector): Fix typo.
16816 (fontset_find_font): Don't add a font-spec specifying a script.
16817 Use 0 (not Qt) for the indication of empty font-group. Change the
16818 format of RFONT-DEF. Return Qt if no font in the font-group
16819 support the character.
16820 (fontset_font): Adjust for the above change. If no font was
16821 found the character, remember that.
16822 (face_for_char): Adjust for the change of RFONT-DEF.
16823 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
16824 no font for the target.
16825 (Finternal_char_font): Adjust for the change of RFONT-DEF.
16826
168272008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16828
16829 * font.c (font_load_for_face): Handle the case that the font in
16830 face->lface is a string.
16831
168322008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16833
16834 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
16835
168362008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16837
16838 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
16839 Fix previous change. If the frame is not on a window system,
16840 signal an error.
16841
168422008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16843
16844 * coding.c (decode_coding_object, encode_coding_object): Adjust
16845 marker positions after conversion.
16846
16847 * lisp.h (struct Lisp_Marker): New member need_adjustment.
16848
168492008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16850
16851 * font.c (font_find_for_lface): Fix the handling of the return
16852 value of font_has_char.
16853 (Ffont_shape_text): Fix previous change.
16854
16855 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
16856 (fontset_ref_and_range): Delete it.
16857 (fontset_find_font): Call char_table_ref_and_range instead of
16858 FONTSET_REF_AND_RANGE.
16859 (make_fontset): Don't setup font groups of Latin here.
16860 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
16861 (new_fontset_from_font): Make the specified font the default for
16862 all Latin characters.
16863
168642008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16865
16866 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
16867 is on a window system before accessing the fontset of the frame.
16868
168692008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16870
16871 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
16872
16873 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
16874 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
16875
16876 * font.c (Ffont_shape_text): If the font driver doesn't have a
16877 shaper function, make zero-width glyphs to have at least one-pixel
16878 width. Fix setting of `to' field of glyphs.
16879
168802008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16881
16882 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
16883 glyphs.
16884
16885 * font.h (struct font_driver): Improve docstring of member `shape'.
16886
168872008-02-01 Kenichi Handa <handa@m17n.org>
16888
16889 * composite.c (syms_of_composite): Fix docstring of
16890 auto-composition-function.
16891
16892 * font.h (LGLYPH_SIZE): New macro.
16893
16894 * font.c (Ffont_fill_gstring): Stop filling when a character not
16895 supported by the font is found.
16896 (Ffont_shape_text): When a shape callback function returns nil,
16897 try at most two more times with larger gstring.
16898 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
16899
16900 * xdisp.c (handle_auto_composed_prop): Change the argument to
16901 auto-composition-function.
16902
16903 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
16904 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
16905 Lispy glyph and store it in the lgstring.
16906
16907 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
16908
16909 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
16910
169112008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16912
16913 * font.c (Ffont_shape_text): Avoid unnecessary composition.
16914
16915 * fontset.c (Vfont_encoding_charset_alist): New variable.
16916 (syms_of_fontset): DEFVAR it.
16917 (reorder_font_vector, fontset_find_font): Optimize for the case of
16918 no need of reordering.
16919 (face_for_char): Map the charset property by
16920 Vfont_encoding_charset_alist.
16921
169222008-02-01 Jason Rumney <jasonr@gnu.org>
16923
16924 * w32font.c (logfonts_match): Don't check adstyle here.
16925 (font_matches_spec): Check here against physical font instead.
16926 (add_font_entity_to_list): Avoid some substitutions.
16927
16928 * font.c (font_parse_fcname): Default weight and slant to normal.
16929 (font_score): Prefer normal fonts if weight or slant unspecified.
16930 (font_score) [WINDOWSNT]: Scale weight difference down to closer
16931 match freetype scores.
16932
169332008-02-01 Jason Rumney <jasonr@gnu.org>
16934
16935 * w32font.c (w32font_text_extents): Don't use the frame stored in the
16936 font, as it may have been deleted.
16937 (w32_enumfont_pattern_entity): Map generic family to adstyle using
16938 most common hyphenless variation.
16939 (logfonts_match): Check generic family.
16940 (font_matches_spec): Don't check generic family here.
16941 (fill_in_logfont): Set generic family based on adstyle.
16942
16943 * w32font.h (w32font_get_cache): Update declaration.
16944
169452008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16946
16947 * ftfont.c (ftfont_get_cache): Adjust the argument type.
16948
16949 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
16950 If none of the new drivers are available, call font_update_drivers
16951 with the old drivers.
16952
16953 * w32font.c (w32font_get_cache): Adjust the argument type.
16954
16955 * xfont.c (xfont_get_cache): Adjust the argument type.
16956
16957 * font.h (struct font_driver): Change argument type of get_cache.
16958
16959 * xftfont.c (xftfont_start_for_frame): Delete prototype.
16960
16961 * font.c (Ffont_get): Fix arguments to Fassoc.
16962 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
16963 (font_clear_cache): New function.
16964 (font_list_entities, font_matching_entity): Use font_get_cache.
16965 (font_update_drivers): Call font_clear_cache when finishing a driver.
16966
16967 * fontset.c (fontset_find_font): Fix previous change.
16968
169692008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16970
16971 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
16972 dpyinfo->font_table.
16973 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
16974 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
16975
16976 * font.c (font_at): Handle the case that the arg C is negative.
16977 Handle the unibyte case.
16978 (Ffont_at): Call font_at with the arg C -1.
16979
16980 * xdisp.c (handle_auto_composed_prop): Don't get a character at
16981 the position here, and call font_at with the arg C -1.
16982 Don't check the range of the existing composition at the point.
16983
169842008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16985
16986 * fontset.c (fontset_add): New args charset_id and family.
16987 Change caller.
16988 (load_font_get_repertory, fontset_find_font): Assume that
16989 font_spec is always a font-spec object.
16990 (Fset_fontset_font): Always store a font-spec object in a fontset.
16991
16992 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
16993 instead of get_property_and_range.
16994
169952008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16996
16997 * xftfont.c (struct xftfont_info): Delete the member ft_face.
16998 (xftfont_open): Don't keep locking face.
16999 (xftfont_close): Don't unlock face.
17000 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
17001
17002 * fontset.c (fontset_find_font): Don't prefer a font of
17003 supplementary charset.
17004
170052008-02-01 Kenichi Handa <handa@m17n.org>
17006
17007 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
17008 script, langsys_tag to langsys, new member script.
17009 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 17010 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
17011 listing to the script specified in that property. Fix arg to
17012 OTF_check_features.
17013
170142008-02-01 Jason Rumney <jasonr@gnu.org>
17015
17016 * w32font.h: New file.
17017
17018 * w32font.c: Include it.
17019 (struct w32font_info): Add owning_frame field. Move to w32font.h.
17020 (w32font_open): Set owning_frame.
17021 (w32font_text_extents): Use owning_frame.
17022 (struct font_callback_data): Add opentype_only field.
17023 (add_font_entity_to_list): Use it to filter fonts.
17024 Don't check against full name.
17025 (w32font_list_internal): New function.
17026 (w32font_list): Use it.
17027 (w32font_match_internal): New function.
17028 (w32font_match): Use it.
17029 (w32font_open_internal): New function.
17030 (w32font_open): Use it.
17031 (w32font_get_cache, w32font_close, w32font_has_char)
17032 (w32font_encode_char, w32font_text_extents, w32font_draw):
17033 Make non-static.
17034
17035 * makefile.w32-in (w32font.o): Depend on w32font.h.
17036
170372008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17038
17039 * charset.c (Fdefine_charset_internal): Record a supplementary
17040 charset at the tail of Vcharset_order_list.
17041
17042 * font.c (Ffont_shape_text): Fix the return value.
17043
17044 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
17045
17046 * xdisp.c (handle_auto_composed_prop): Fix previous change.
17047
170482008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17049
17050 * ftfont.c (struct OpenTypeSpec): New struct.
17051 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
17052 (ftfont_get_open_type_spec): New function.
17053 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
17054
17055 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
17056
170572008-02-01 Jason Rumney <jasonr@gnu.org>
17058
17059 * w32font.c (add_font_entity_to_list): Compare only the beginning
17060 of full name.
17061
170622008-02-01 Kenichi Handa <handa@m17n.org>
17063
17064 * xdisp.c (handle_auto_composed_prop): Simplify the code.
17065 Never return HANDLED_RECOMPUTE_PROPS.
17066
170672008-02-01 Kenichi Handa <handa@m17n.org>
17068
17069 * font.c (font_gstring_produce): Delete it.
17070
17071 * composite.h (COMPOSITION_METHOD):
17072 Handle COMPOSITION_WITH_GLYPH_STRING.
17073
170742008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17075
17076 * xfont.c (Qx): Delete.
17077 (syms_of_xfont): Don't initialize Qx.
17078
17079 * composite.h (enum composition_method):
17080 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
17081
170822008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17083
17084 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
17085 (choose_face_font): Accept new form of font-spec.
17086
17087 * frame.h (font_driver_list): Declare it unconditionally.
17088 (struct frame): Define members font_driver_list and font_data_list
17089 unconditionally.
17090
17091 * fontset.c: Include "font.h" unconditionally.
17092 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
17093 (Fset_fontset_font): Accept a font-spec object.
17094
17095 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
17096 PIXEL_SIZE part a wild card.
17097
17098 * dispextern.h (struct glyph_string): Define members clip and
17099 num_clips unconditionally.
17100 (struct face): Define members font_info and extra unconditionally.
17101
17102 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
17103 ftfont_info only when HAVE_LIBOTF is defined.
17104
171052008-02-01 Andreas Schwab <schwab@suse.de>
17106
17107 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
17108 and end.
17109
171102008-02-01 Jason Rumney <jasonr@gnu.org>
17111
17112 * w32font.c (w32font_driver): Add new fields.
17113
171142008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17115
17116 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
17117 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
17118 (LIBES): Add @M17N_FLT_CFLAGS@.
17119
17120 * composite.c (compose_text): Don't treat the new style
17121 composition specially.
17122
17123 * emacs.c (main): Call syms_of_font unconditionally.
17124
17125 * font.h (FONT_ENTITY_NOT_LOADABLE)
17126 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
17127 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
17128 (struct font_driver): New member shape.
17129 (font_registry_charsets): Extern it.
17130 (font_find_for_lface, font_prepare_composition): Adjust prototype.
17131 (font_otf_capability, font_drive_otf): Delete their externs.
17132
17133 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
17134 (font_charset_alist, font_registry_charsets): Move from xfont.c
17135 and rename.
17136 (font_prop_validate_otf): New function.
17137 (font_property_table): Register it for QCotf.
17138 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
17139 (font_drive_otf): Delete.
17140 (font_prepare_composition): New arg F. Adjust for the change of
17141 lispy gstring.
17142 (font_find_for_lface): New arg C.
17143 (font_load_for_face): Adjust for the change of font_find_for_lface.
17144 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
17145 lispy gstring.
17146 (Ffont_shape_text): New function.
17147 (Fopen_font): If the font size is not given, use 12-pixel.
17148 (Ffont_at): New arg STRING.
17149 (syms_of_font): Initalize font_charset_alist.
17150 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
17151 conditionally.
17152
17153 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
17154 fonts of the same font-spec. Change the format of RFONT-DEF.
17155 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
17156 Adjust for the change of RFONT-DEF.
17157 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
17158
17159 * ftfont.h: New file.
17160
17161 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
17162 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
17163 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
17164 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
17165 font_otf_capability and font_drive_otf, set ftfont_shape.
17166 (ftfont_list): Adjust for the change of :otf property value.
17167 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
17168 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
17169 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
17170 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
17171 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
17172 (otf_gstring, gstring, m17n_flt_initialized): New variables.
17173
17174 * w32term.c (x_draw_composite_glyph_string_foreground):
17175 Adjust for the change of lispy gstring.
17176
17177 * xdisp.c (handle_composition_prop): Adjust for the change of
17178 lispy gstring. Call a function for auto-composition with the
17179 third arg it->window.
17180 (fill_composite_glyph_string): Adjust for the change of lispy string.
17181 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
17182
17183 * xfaces.c (set_font_frame_param): Adjust for the change of
17184 font_find_for_lface.
17185
17186 * xfont.c (x_font_charset_alist): Move to font.c and rename.
17187 (xfont_registry_charsets): Likewise. Change caller.
17188 (syms_of_xfont): Don't handle x_font_charset_alist.
17189
17190 * xftfont.c: Include "ftfont.h".
17191 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
17192 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
17193 (xftfont_close) [HAVE_LIBOTF]: Close otf.
17194 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
17195 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
17196 Set xftfont_driver.shape to xftfont_shape.
17197
17198 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
17199 the change of lispy gstring.
17200
172012008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17202
17203 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
17204
172052008-02-01 Jason Rumney <jasonr@gnu.org>
17206
17207 * w32font.c (w32font_draw): Fill background manually.
17208
172092008-02-01 Jason Rumney <jasonr@gnu.org>
17210
17211 * font.c (Qfontp): Remove unused symbol.
17212 (QCantialias): New symbol.
17213 (syms_of_font): Define it.
17214 (font_property_table): Set a validator for QCantialias.
17215
17216 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
17217 Define if not already.
17218 (QCfamily): Share with xfaces.c.
17219 (Qstandard, Qsubpixel, Qnatural): New symbols.
17220 (syms_of_w32font): Define them. Don't define QCfamily here.
17221 (w32_antialias_type, lispy_antialias_type): New functions.
17222 (w32_enumfont_pattern_entity): New arg requested_font.
17223 Set antialias parameter if non-default was requested.
17224 (fill_in_logfont): Fill in lfQuality if :antialias specified.
17225
172262008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17227
17228 * lread.c (read1): Undo the previous change.
17229
172302008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
17231
17232 * frame.c (Fdelete_frame): Call font_update_drivers only when
17233 USE_FONT_BACKEND is defined.
17234
172352008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17236
17237 * font.h (struct font_bitmap): New member bits_per_pixel.
17238 (struct font_driver): New members start_for_frame and end_for_frame.
17239 (struct font_data_list): New struct.
17240 (font_put_frame_data, font_get_frame_data): Extern them.
17241
17242 * frame.h (struct frame): New member font_data_list.
17243
17244 * font.c (font_update_drivers): Call driver->start_for_frame and
17245 driver->end_for_frame at proper timings.
17246 (font_put_frame_data, font_get_frame_data): New functions.
17247 (Ffont_spec): Add usage in the docstring.
17248
17249 * frame.c (make_frame): Initialize f->font_data_list to NULL.
17250 (Fdelete_frame): Call font_update_drivers.
17251
17252 * xftfont.c (struct xftface_info): Delete the member xft_draw.
17253 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
17254 (xftfont_get_xft_draw): New function.
17255 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
17256 (xftfont_end_for_frame): New function.
17257 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
17258
17259 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
17260 Change argument. Cache GCs in the per-frame data.
17261 (struct ftxfont_frame_data): New struct.
17262 (ftxfont_draw_bitmap): New arg gc_fore and flush.
17263 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
17264 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
17265 (ftxfont_end_for_frame): New function.
17266 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
17267
17268 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
17269
172702008-02-01 Kenichi Handa <handa@m17n.org>
17271
17272 * xselect.c (Vselection_coding_system)
17273 (Vnext_selection_coding_system): Delete them.
17274 (syms_of_xselect): Don't declare selection-coding-system and
17275 next-selection-coding-system. They are declared in select.el.
17276
172772008-02-01 Jason Rumney <jasonr@gnu.org>
17278
17279 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
17280
17281 * w32fns.c: Include imm.h.
17282 (get_composition_string_fn, get_ime_context_fn): New optional
17283 system functions.
17284 (globals_of_w32fns): Load them from imm32.dll.
17285 (ignore_ime_char): New flag.
17286 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
17287 WM_IME_ENDCOMPOSITION messages.
17288
17289 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
17290 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
17291
172922008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17293
17294 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
17295 (READCHAR_REPORT_MULTIBYTE): New macro.
17296 (readchar): New 2nd arg MULTIBYTE.
17297 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
17298 Make symbol's name multibyte according to the multibyteness of the
17299 source.
17300
173012008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17302
17303 * xfaces.c (face_for_overlay_string): Call lookup_face with
17304 correct arguments (fix of synching with the trunk).
17305
173062008-02-01 Kenichi Handa <handa@m17n.org>
17307
17308 * font.c (font_prop_validate_symbol, font_prop_validate_style)
17309 (font_prop_validate_non_neg, font_prop_validate_spacing):
17310 Delete argument prop_index.
17311 (font_property_table): Change arguments to validater. Change Callers.
17312 (font_lispy_object): Delete.
17313 (font_at): Use font_find_object instead fo font_lispy_object.
17314
173152008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17316
17317 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
17318 and file names.
17319
173202008-02-01 Jason Rumney <jasonr@gnu.org>
17321
17322 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
17323 (font_matches_spec): Remove debug output.
17324 (add_font_entity_to_list): Avoid using substituted fonts.
17325
173262008-02-01 Jason Rumney <jasonr@gnu.org>
17327
17328 * doc.c (Fsnarf_documentation):
17329 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
17330
173312008-02-01 Miles Bader <miles@gnu.org>
17332
17333 * dispextern.h (struct glyph_row): Only define "clip" field if
17334 HAVE_WINDOW_SYSTEM is defined.
17335
173362008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17337
17338 Fix up multi-tty merge.
17339
17340 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
17341 and indentation.
17342
17343 * xfaces.c (free_realized_face, clear_face_gcs):
17344 Include font_done_for_face in the input_blocked section, just in case.
17345
17346 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
17347 (get_char_face_and_encoding): Undo last change and remove the *other*
17348 duplicate definition (i.e. keep the one that's better scoped and that
17349 includes code for the font-backend).
17350
17351 * terminal.c (create_terminal): Default keyboard_coding to
17352 `no-conversion' and terminal_coding to `undecided'.
17353
17354 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
17355
17356 * fontset.c (free_realized_fontsets): Check that the table entry does
17357 contain a fontset before trying to compare it to `base'.
17358
17359 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
17360 syms_of_charset, and syms_of_coding earlier because init_window_once
17361 now needs Vcoding_system_hash_table to be setup.
17362
17363 * coding.h (default_buffer_file_coding): Remove.
17364
17365 * coding.c (default_buffer_file_coding): Remove.
17366 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
17367 than ->symbol, and use the terminal-local coding system.
17368 (syms_of_coding): Don't setup the coding-systems that are not
17369 terminal-local.
17370 (Fdefine_coding_system_internal): Use XCAR/XCDR.
17371
17372 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
17373 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
17374
17375 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
17376 in chartab.c and were re-added here by mistake.
17377 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
17378
17379 * doc.c (Fsnarf_documentation):
17380 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
17381 src to etc.
17382
17383 * ChangeLog.10: Add mistakenly removed entry.
17384
173852008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
17386
17387 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
17388
173892008-02-01 Miles Bader <miles@gnu.org>
17390
17391 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
17392 Add extra args to FACE_FOR_CHAR.
17393
173942008-02-01 Kenichi Handa <handa@m17n.org>
17395
17396 * keymap.c (where_is_internal_1): If key is a cons, store the copy
17397 in sequence.
17398
17399 * chartab.c (map_sub_char_table, map_char_table): If the range
17400 contains just one character, call the function with that character
17401 even if the depth is not 3.
17402
174032008-02-01 Jason Rumney <jasonr@gnu.org>
17404
17405 * w32font.c (w32font_text_extents): Calculate metrics for the
17406 whole string.
17407
174082008-02-01 Jason Rumney <jasonr@gnu.org>
17409
17410 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
17411
174122008-02-01 Jason Rumney <jasonr@gnu.org>
17413
17414 * w32term.c (x_set_glyph_string_clipping): Use
17415 get_glyph_string_clip_rects.
17416 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
17417 Adjust for the change of struct glyph_string.
17418
17419 * w32font.c (w32font_draw): Do clipping here.
17420
174212008-02-01 Kenichi Handa <handa@m17n.org>
17422
17423 * xftfont.c (xftfont_draw): Adjust for the change of struct
17424 glyph_string.
17425
17426 * xterm.c (x_set_glyph_string_clipping): Use
17427 get_glyph_string_clip_rects.
17428 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
17429 Adjust for the change of struct glyph_string.
17430
17431 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
17432 the resulting clip(s}.
17433 (expose_overlaps): Add arg r. Change callers. Set it to
17434 row->clip temporarily.
17435 (expose_window): Redraw rows overlapping the exposed area.
17436
17437 * dispextern.h (struct glyph_row): New member clip.
17438 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
17439 clip_height, new member clip, and num_clips.
17440
174412008-02-01 Kenichi Handa <handa@m17n.org>
17442
17443 * data.c (Fchar_or_string_p): Fix docstring.
17444
174452008-02-01 Kenichi Handa <handa@m17n.org>
17446
17447 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
17448 create a temporary XftDraw object.
17449
174502008-02-01 Kenichi Handa <handa@m17n.org>
17451
17452 * font.c (Ffontp): Fix docstring.
17453
17454 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
17455 strong evidence of ISO-2022.
17456
174572008-02-01 Kenichi Handa <handa@m17n.org>
17458
17459 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
17460 SYNTAX_ENTRY_FOLLOW_PARENT.
17461
174622008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17463
17464 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
17465 its type.
17466 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
17467 Update to the new type of weak_hash_tables and next_weak.
17468
17469 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
17470 a plain C pointer to Lisp_Hash_Table.
17471
17472 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
17473 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
17474 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
17475 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
17476 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
17477 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
17478 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
17479 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
17480 (GC_EQ): Remove since they've been identical to their non-GC_
17481 alter-egos ever since the markbit was eradicated.
17482
17483 * alloc.c:
17484 * buffer.c:
17485 * buffer.h:
17486 * data.c:
17487 * fileio.c:
17488 * filelock.c:
17489 * fns.c:
17490 * frame.h:
17491 * lisp.h:
17492 * macterm.c:
17493 * print.c:
17494 * process.c:
17495 * w32fns.c:
17496 * w32menu.c:
17497 * w32term.c:
17498 * xfns.c:
17499 * xmenu.c:
17500 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
17501
175022008-02-01 Kenichi Handa <handa@m17n.org>
17503
17504 * chartab.c (map_sub_char_table): Make it work for the top-level
17505 char-table. Fix handling of parent char-table.
17506 (map_char_table): Adjust for the above change.
17507
175082008-02-01 Jason Rumney <jasonr@gnu.org>
17509
17510 * w32font.c (Qgdi): Rename from Qw32.
17511
175122008-02-01 Jason Rumney <jasonr@gnu.org>
17513
17514 * w32bdf.c (get_quoted_string): Make function static.
17515
175162008-02-01 Kenichi Handa <handa@m17n.org>
17517
17518 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
17519 bigger ascent and descent than those of the font, use them as
17520 font's ascent and descent.
17521
175222008-02-01 Kenichi Handa <handa@m17n.org>
17523
17524 * Makefile.in (${lispsource}international/charprop.el): Move this
17525 target within "#ifdef HAVE_UNIDATA" and "#endif".
17526
175272008-02-01 Kenichi Handa <handa@m17n.org>
17528
17529 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
17530 (shortlisp): Add ../lisp/language/tai-viet.el.
17531
175322008-02-01 Ulrich Mueller <ulm@gentoo.org>
17533
17534 * Makefile.in (${lispsource}international/charprop.el): Depend on
17535 temacs${EXEEXT}.
17536
175372008-02-01 Jason Rumney <jasonr@gnu.org>
17538
17539 * w32font.c (w32font_close): Delete the GDI font object.
17540
17541 * w32menu.c: Include character.h.
17542
17543 * w32proc.c: Likewise.
17544
17545 * w32select.c: Likewise.
17546
17547 * makefile.w32-in (w32proc.o): Depend on character.h.
17548
175492008-02-01 Jason Rumney <jasonr@gnu.org>
17550
17551 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
17552
17553 * w32menu.c (syms_of_w32menu): Likewise.
17554
17555 * w32proc.c (syms_of_ntproc): Likewise.
17556
17557 * w32select.c (syms_of_w32select): Likewise.
17558
17559 * w32term.c (syms_of_w32term): Likewise.
17560
175612008-02-01 Jason Rumney <jasonr@gnu.org>
17562
17563 * w32font.c (w32font_draw): Delete brush after using it.
17564
175652008-02-01 Jason Rumney <jasonr@gnu.org>
17566
17567 * w32font.c (w32font_open): Don't set font_idx.
17568 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
17569 to font settings.
17570 (w32font_draw): Fill background explicitly.
17571
175722008-02-01 Jason Rumney <jasonr@gnu.org>
17573
17574 * w32term.c (w32_initialize): Don't call w32font_initialize.
17575
17576 * w32font.c (w32font_info): Remove subranges.
17577 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
17578 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
17579 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
17580 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
17581 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
17582 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
17583 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
17584 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
17585 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
17586 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
17587 New symbols.
17588 (font_callback_data): New struct.
17589 (w32font_list, w32font_match): Use it.
17590 (w32font_open): Don't populate subranges.
17591 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
17592 (w32font_encode_char): Always return unicode code-point as-is.
17593 (w32font_text_extents): Supply a transformation matrix to
17594 GetGlyphOutline. Never look up by glyph index. Avoid looping
17595 twice. Use unicode version of GetTexExtentPoint32 instead of
17596 glyph index version.
17597 (set_fonts_frame): Remove.
17598 (w32_enumfont_pattern_entity): Add frame parameter, use it to
17599 set frame parameter. Use backward compatible fake foundries.
17600 Save generic family in extra slot under QCfamily. Make width slot
17601 constant. Save QCspacing value. Save list of scripts instead of
17602 binary subranges.
17603 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
17604 (add_font_entity_to_list): Use font_callback_data struct. Filter
17605 unwanted fonts.
17606 (add_one_font_entity_to_list): Use font_callback_data struct.
17607 (w32_registry): Default to iso10646_1.
17608 (fill_in_logfont): Use dpi from extra slot. Don't bother with
17609 string font registries. Don't fill in font name if it is a generic
17610 family name, fill family instead. Use spacing, family and script
17611 extra info to fill pitch, family and charset fields.
17612 (list_all_matching_fonts): Use font_callback_data struct.
17613 (unicode_range_for_char): Remove.
17614 (font_supported_scripts): New function.
17615 (w32font_initialize): Remove.
17616 (syms_of_w32font): Update which symbols are defined.
17617
176182008-02-01 Jason Rumney <jasonr@gnu.org>
17619
17620 * font.c (font_pixel_size): Reverse assq_no_quit args.
17621
17622 * w32term.h (FONT_WIDTH): Report max width, not average.
17623 (FONT_MAX_WIDTH): Remove.
17624 (FONT_AVG_WIDTH): New macro.
17625
17626 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
17627 redefinition of FONT_WIDTH.
17628
17629 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
17630 (w32_cache_char_metrics): Use FONT_WIDTH.
17631
17632 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
17633
176342008-02-01 Jason Rumney <jasonr@gnu.org>
17635
17636 * w32font.c (w32font_open): Make lfHeight negative.
17637
17638 * w32fns.c (x_default_font_parameter): Use new style font name.
17639 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
17640
176412008-02-01 Jason Rumney <jasonr@gnu.org>
17642
17643 * w32font.c (QCsubranges): New symbol.
17644 (w32font_open, w32font_has_char): Get subranges from subproperty
17645 of extra.
17646 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
17647 (syms_of_w32font): Define :subranges symbol.
17648
17649 * font.c (font_put_extra): Expose externally.
17650
17651 * font.h (font_put_extra): Move declaration from font.c.
17652
17653 * font.c (Ffont_get): Use font driver to determine otf capability.
17654 (adjust_anchor): Check if driver defines anchor_point before using.
17655
17656 * w32font.c (w32font_open): Handle size, height and pixel_size better.
17657 (w32font_draw): Use options.
17658 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
17659 Fix detection of truetype fonts.
17660 (registry_to_w32_charset): Handle charsets other than iso8859-1
17661 expressed as lisp symbols.
17662 (w32_registry): Express charset as lisp symbol.
17663 (fill_in_logfont): Reverse pixel and point height logic.
17664 Don't set width here. Set quality to default.
17665
17666 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
17667 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
17668
17669 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
17670 Remove redundant loop and allocation.
17671
17672 * makefile.w32-in (font.o, w32font.o): New objects.
17673 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
17674 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
17675
17676 * xdisp.c (fill_composite_glyph_string): Make the first arg to
17677 STORE_XCHARB a valid l-value.
17678
17679 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
17680 calculations for non-Truetype fonts.
17681 (x_draw_glyph_string): Sync with xterm.c.
17682 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
17683 Remove redundant code.
17684 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
17685
17686 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
17687 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
17688
17689 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
17690 (x_to_w32_charset, w32_to_x_charset): Expose externally.
17691
17692 * w32font.c: New file for w32 font backend.
17693
176942008-02-01 Kenichi Handa <handa@m17n.org>
17695
17696 * term.c: Don't include "buffer.h" twice.
17697
176982008-02-01 Kenichi Handa <handa@m17n.org>
17699
17700 * character.c (Funibyte_string): New function.
17701 (syms_of_character): Defsubr it.
17702
177032008-02-01 Jason Rumney <jasonr@gnu.org>
17704
17705 * w32term.c [USE_FONT_BACKEND]:
17706 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
17707 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
17708 (x_draw_glyph_string, x_draw_glyph_string_foreground)
17709 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
17710 (x_free_frame_resources): Sync with xterm.c.
17711
177122008-02-01 Andreas Schwab <schwab@suse.de>
17713
17714 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
17715 char-table size.
17716
177172008-02-01 Kenichi Handa <handa@m17n.org>
17718
17719 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
17720
177212008-02-01 Kenichi Handa <handa@m17n.org>
17722
17723 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
17724 font_otf_gpos, add font_drive_otf.
17725
17726 * fontset.c (fontset_find_font): Pay attention to font size
17727 specified for a font.
17728 (reorder_font_vector): Check contents of font_def.
17729
17730 * font.c (struct otf_list): Delete it.
17731 (otf_list): Make it a lisp variable.
17732 (otf_open): Use lispy otf_list.
17733 (generate_otf_features): Rename from parse_gsub_gpos_spec.
17734 (check_otf_features): New function.
17735 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
17736 New functions.
17737 (font_drive_otf): New function merging font_otf_gsub and
17738 font_otf_gpos.
17739 (font_open_for_lface): New arg spec. Change argument order.
17740 (font_load_for_face): Adjust for the change of font_open_for_lface.
17741 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
17742 Ffont_otf_gpos.
17743 (syms_of_font): Staticpro otf_list. Delete defsubr of
17744 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
17745
17746 * xfaces.c (set_font_frame_param): Adjust for the change of
17747 font_open_for_lface.
17748
17749 * font.h (font_open_for_lface): Adjust prototype.
17750 (struct font_driver): Delete members otf_gsub and otf_gpos, add
17751 member otf_drive.
17752 (font_otf_gsub, font_otf_gpos): Delete externs.
17753 (font_drive_otf): Extern it.
17754
177552008-02-01 Kenichi Handa <handa@m17n.org>
17756
17757 * font.c (font_at): If the window W is not on a window system,
17758 return Qnil.
17759
17760 * coding.c (produce_chars, encode_coding): Don't call
17761 insert_from_gap if no characters to produce.
17762
177632008-02-01 Kenichi Handa <handa@m17n.org>
17764
17765 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
17766 Fclear_face_cache.
17767
17768 * xfaces.c (face_for_font): Check also face->font==font->font.font.
17769
177702008-02-01 Miles Bader <miles@gnu.org>
17771
17772 * emacs.c (main): Change default value of `enable_font_backend' to 1.
17773 Parse "--disable-font-backend" option.
17774 (standard_args): Add "--disable-font-backend" option.
17775
177762008-02-01 Kenichi Handa <handa@m17n.org>
17777
17778 * fontset.c (fontset_find_font): New function.
17779 (fontset_font): Use fontset_find_font.
17780 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
17781 Register the specified font for all Latin characters.
17782 (new_fontset_from_font): Register the specified font for all Latin
17783 characters.
17784 (dump_fontset): For a realized fontset, include the base fontset
17785 name in the returned vector.
17786
177872008-02-01 Kenichi Handa <handa@m17n.org>
17788
17789 * character.h (CHAR_STRING): Cast C to unsigned on calling
17790 char_string.
17791
17792 * character.c (char_string): Type of arg C changed to unsigned.
17793 Signal an error if C is an invalid character code.
17794
17795 * editfns.c (general_insert_function, Fchar_to_string):
17796 Use CHARACTERP, not INTEGERP.
17797
177982008-02-01 Kenichi Handa <handa@m17n.org>
17799
17800 * character.h (MIN_MULTIBYTE_LEADING_CODE)
17801 (MAX_MULTIBYTE_LEADING_CODE): New macros.
17802
17803 * regex.c (analyse_first): Fix for multibyte characters in "case
17804 charset:" and "case categoryspec:".
17805
178062008-02-01 Andreas Schwab <schwab@suse.de>
17807
17808 * Makefile.in (LIBES): Move standard libraries to the end.
17809
178102008-02-01 Kenichi Handa <handa@m17n.org>
17811
17812 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
17813 nonzero, don't shrink the buffer nextb.
17814
17815 * buffer.h (struct buffer_text): New member inhibit_shrinking.
17816
17817 * coding.c (coding_alloc_by_making_gap): New arg offset.
17818 (alloc_destination): Call coding_alloc_by_making_gap with the arg
17819 offset.
17820 (decode_coding_iso_2022): Update coding->safe_charsets.
17821 (decode_coding_gap): Temporarily set
17822 current_buffer->text->inhibit_shrinking to 1.
17823
178242008-02-01 Kenichi Handa <handa@m17n.org>
17825
17826 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
17827 indexing into elements of s->cmp and s->char2b.
17828
178292008-02-01 Juanma Barranquero <lekktu@gmail.com>
17830
17831 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
17832
178332008-02-01 Kenichi Handa <handa@m17n.org>
17834
17835 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
17836 target_multibyte instead of multibyte.
17837 (re_match_2_internal): Call bcmp_translate with target_multibyte.
17838 (bcmp_translate): Change the argument name from multibyte to
17839 target_multibyte.
17840
178412008-02-01 Kenichi Handa <handa@m17n.org>
17842
17843 These changes are to compile a regexp into a pattern that can be
17844 used both for multibyte and unibyte targets.
17845
17846 * Makefile.in (search.o): Depend on charset.h.
17847
17848 * character.c (multibyte_char_to_unibyte_safe): New function.
17849
17850 * search.c: Include "charset.h".
17851 (compile_pattern_1): Delete argument multibyte. Don't set
17852 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
17853 (compile_pattern): Don't compare cp->buf.target_multibyte.
17854 Compare cp->buf.charset_unibyte.
17855 (compile_pattern): Set cp->buf.target_multibyte.
17856
17857 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
17858
17859 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
17860
17861 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
17862 multibyte. Change callers.
17863 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
17864 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
17865 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
17866 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
17867 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
17868 (regex_compile): Make the compiled pattern usable both for
17869 multibyte and unibyte targets.
17870 (analyse_first): Make the fastmap usable both for multibyte and
17871 unibyte targets.
17872 (TRANSLATE_VIA_MULTIBYTE): Delete.
17873 (re_match_2_internal): Pay attention to the case that the
17874 multibyteness of bufp and target may be different.
17875
178762008-02-01 Kenichi Handa <handa@m17n.org>
17877
17878 * xdisp.c (x_produce_glyphs): When a font is not found, make the
17879 empty box occupy at least one column width.
17880
178812008-02-01 Miles Bader <miles@gnu.org>
17882
17883 * Makefile.in: Remove redundant HAVE_XFT clause.
17884
178852008-02-01 Kenichi Handa <handa@m17n.org>
17886
17887 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
17888
178892008-02-01 Kenichi Handa <handa@m17n.org>
17890
17891 * fontset.c (Finternal_char_font): Fix for the case of POSITION
17892 being nil.
17893
178942008-02-01 Kenichi Handa <handa@m17n.org>
17895
17896 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
17897
178982008-02-01 Kenichi Handa <handa@m17n.org>
17899
17900 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
17901
179022008-02-01 Kenichi Handa <handa@m17n.org>
17903
17904 * search.c (simple_search): Fix previous change.
17905
179062008-02-01 Kenichi Handa <handa@m17n.org>
17907
17908 * xftfont.c (ftfont_font_format): Extern declaration.
17909
17910 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
17911
17912 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
17913 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
17914
17915 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
17916 (ftfont_font_format): Fix previous change.
17917
17918 * font.h (Ffont_xlfd_name): EXFUN it.
17919
17920 * font.c (font_parse_xlfd): Fix the array size of `f'.
17921 (register_font_driver): Use EQ to compare driver->type.
17922
17923 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
17924 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
17925 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
17926
179272008-02-01 Kenichi Handa <handa@m17n.org>
17928
17929 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
17930 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
17931
179322008-02-01 Kenichi Handa <handa@m17n.org>
17933
17934 * xfont.c (xfont_open): Set font->format.
17935
17936 * xftfont.c (xftfont_open): Set font->format.
17937
17938 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
17939 (ftfont_list): Include FC_FONTFORMAT in FcObject.
17940 (ftfont_open): Set font->format.
17941 (ftfont_font_format): New function.
17942
17943 * font.h (struct font): New member format.
17944
17945 * font.c (Qopentype): New variable.
17946 (syms_of_font): Defsym it.
17947 (Fquery_font): Change the format of the last element of the return
17948 value.
17949
179502008-02-01 Kenichi Handa <handa@m17n.org>
17951
17952 * xfns.c (xic_create_xfontset): Try the default fontset name as a
17953 last resort.
17954
179552008-02-01 Kenichi Handa <handa@m17n.org>
17956
17957 * coding.c (detect_coding_charset): Fix detection of multi-byte
17958 charset.
17959
179602008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
17961
17962 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
17963
179642008-02-01 Kenichi Handa <handa@m17n.org>
17965
17966 * xdisp.c (get_next_display_element): Set it->face_id for the
17967 first component of a composition.
17968 (x_produce_glyphs): Check if the font is changed or not for composition.
17969
179702008-02-01 Kenichi Handa <handa@m17n.org>
17971
17972 * fontset.c (Qlatin): New variable.
17973 (syms_of_fontset): Define it as a lisp symbol.
17974 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
17975
179762008-02-01 Kenichi Handa <handa@m17n.org>
17977
17978 * font.c (font_unparse_fcname): Pay attention to the case that
17979 some of font property is a null string.
17980
179812008-02-01 Kenichi Handa <handa@m17n.org>
17982
17983 * term.c: Include "composite.h".
17984 (encode_terminal_code): Output all components of composition.
17985 Check the size of encode_terminal_src.
17986 (produce_glyphs): For composition, call produce_composite_glyph.
17987 (append_composite_glyph, produce_composite_glyph): New functions.
17988
17989 * xdisp.c (x_produce_glyphs): In handling composition, if a font
17990 is not found, get font_info from the current ascii face.
17991
179922008-02-01 Kenichi Handa <handa@m17n.org>
17993
17994 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
17995 buffer-file-name to Qnil before calling insert_from_buffer.
17996
17997 * font.c (font_unparse_fcname): Pay attention to the case that
17998 foundry is a null string.
17999
180002008-02-01 Kenichi Handa <handa@m17n.org>
18001
18002 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
18003
18004 * font.c (Qunicode_sip): New variable.
18005 (syms_of_font): Declare it as a Lisp symbol.
18006
18007 * font.h (Qunicode_sip): Extern it.
18008
180092008-02-01 Kenichi Handa <handa@m17n.org>
18010
18011 * composite.c (get_composition_id): Pay attention to TAB component.
18012
18013 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
18014 TAB. Adjust for the change of s->char2b which always points to
18015 the first element of allocated memory.
18016
18017 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
18018
18019 * xdisp.c (handle_composition_prop): Set it->c to the first
18020 non-TAB component.
18021 (fill_composite_glyph_string): Change argument.
18022 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
18023 (x_produce_glyphs): Fix handling of left/right padding.
18024
180252008-02-01 Kenichi Handa <handa@m17n.org>
18026
18027 * coding.c (detect_coding_system): Fix for handling off
18028 inhibit_iso_escape_detection. Fix for the case that no coding
18029 system is defined for a specific coding category.
18030
180312008-02-01 Kenichi Handa <handa@m17n.org>
18032
18033 * font.c (font_matching_entity): Delete unused local var.
18034
18035 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
18036 opening a font.
18037
18038 * fileio.c (Finsert_file_contents): On recovering a file, assume
18039 Unix-like eol.
18040 (choose_write_coding_system): On auto-saving a file, force
18041 Unix-like eol.
18042
18043 * coding.c (setup_coding_system): Fix setting of
18044 coding->common_flags based on eol_type.
18045 (coding_inherit_eol_type): If PARENT is not nil, be sure to
18046 inherit from it.
18047
180482008-02-01 Kenichi Handa <handa@m17n.org>
18049
18050 * alloc.c (NSTATICS): Increas to 0x600.
18051
180522008-02-01 Kenichi Handa <handa@m17n.org>
18053
18054 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
18055 (ftfont_list): Don't check :name property.
18056 (ftfont_match): New function.
18057 (ftfont_pattern_entity): If the pattern doesn't contain
18058 FC_SPACING, don't assume FC_MONO.
18059
18060 * font.h (struct font_driver): New member `match'.
18061 (font_update_drivers): Adjust prototype.
18062
18063 * font.c (font_parse_fcname, font_parse_name): Don't change :name
18064 property of FONT.
18065 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
18066 them unconditionally.
18067 (font_matching_entity): New function.
18068 (font_open_by_name): Try font_matching_entity if exact match is
18069 not found.
18070 (font_update_drivers): Delete the arg FONT. Return a list of
18071 actually used backends. Don't free faces, font caches here.
18072 Don't store data in frame parameters. Don't call x_set_font.
18073 (Ffont_spec): Store :name property as is.
18074 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
18075 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
18076 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
18077 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
18078 Call font->driver->otf_gsub instead of font_otf_gsub.
18079
18080 * frame.c (x_set_font_backend): Do more works that were done in
18081 font_update_drivers before.
18082
18083 * xfont.c (xfont_match): New function.
18084 (xfont_driver): Set xfont_driver.match to xfont_match.
18085 (xfont_draw): Set font in GC if necessary.
18086
18087 * ftxfont.c (ftxfont_match): New function.
18088 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
18089
18090 * xftfont.c (xftfont_match): New function.
18091 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
18092
180932008-02-01 Kenichi Handa <handa@m17n.org>
18094
18095 * font.h (struct font): New member scalable.
18096 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
18097 (font_otf_gsub): Adjust prototype.
18098
18099 * font.c (font_otf_capability): Fix handling of the default langsys.
18100 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
18101 Check the contents of SPEC.
18102 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
18103 (check_gstring): New function.
18104 (REPLACEMENT_CHARACTER): New macro.
18105 (font_otf_gsub): New arg alternate_subst. Be sure to set all
18106 glyph codes of GSTRING.
18107 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
18108 (font_prepare_composition): Set cmp->glyph_len.
18109 (font_open_entity): Set font->scalable.
18110 (Ffont_get): Handle :otf property.
18111 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
18112 functions.
18113 (Fquery_font): Use font->font.full_name.
18114 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
18115 Sfont_otf_alternates.
18116
18117 * ftfont.c (ftfont_open): Set font->font.full_name and
18118 font->font.name properly. Fix calculation of font->font.height
18119 and font->min_width.
18120
18121 * ftxfont.c (ftxfont_create_gcs): New function.
18122 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
18123 (ftxfont_draw_backgrond): Fix filling region.
18124 (ftxfont_default_fid): New function.
18125 (ftxfont_open): Set xfont->fid to the return value of
18126 ftxfont_default_fid.
18127 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
18128 (ftxfont_done_face): Free only GCs that are created by
18129 ftxfont_create_gcs.
18130 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
18131
18132 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
18133 Clip to src->width, etc (not src->clip_XXX).
18134
18135 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
18136 FontBackend frame parameter.
18137
181382008-02-01 Kenichi Handa <handa@m17n.org>
18139
18140 * font.h (struct font_driver_list): New member `on'.
18141 (Fclear_font_cache): EXFUN it.
18142 (font_update_drivers): Extern it.
18143
18144 * font.c (font_unparse_fcname): Fix typo (swidth->width).
18145 (font_list_entities): Check driver_list->on.
18146 (register_font_driver): Initalize `on' member to 0.
18147 (font_update_drivers): New function.
18148 (Fclear_font_cache): Check driver_list->on.
18149
18150 * frame.h (Qfont_backend): Extern it.
18151 (x_set_font_backend): Extern it.
18152
18153 * frame.c (Qfont_backend): New variable.
18154 (frame_parms): New element for font-backend.
18155 (x_set_font_backend): New function.
18156
18157 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
18158 FontBackend frame parameter.
18159 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
18160 x_set_font_backend.
18161
18162 * xfont.c (xfont_list): Don't try listing by :name property if the
18163 name is not for XLFD.
18164
181652008-02-01 Kenichi Handa <handa@m17n.org>
18166
18167 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
18168 (LGLYPH_SET_TO): New macros.
18169 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
18170 element of G is vector or not.
18171 (font_at): Extern it.
18172
18173 * font.c: Include window.h.
18174 (font_lispy_object): New function.
18175 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
18176 end of valid glyph.
18177 (font_close_object): Fix getting (struct font *).
18178 (font_at): New function.
18179 (Ffont_get): If FONT is a font-object, get entity from it.
18180 (Ffont_make_gstring): Initialize elements of glyphs with nil.
18181 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
18182 range check.
18183 (Ffont_at): New function.
18184 (syms_of_font): Defsubr Sfont_at.
18185
18186 * xdisp.c (it_props): Move the entry for Qauto_composed to just
18187 before the entry for Qcomposition.
18188 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
18189 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
18190 the font in gstring.
18191 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
18192 LGLYPH_FORM (g) to detect the end of valid glyph.
18193 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
18194 we are composing with gstring.
18195
18196 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
18197 Check if adjustment is vector or not.
18198
18199 * Makefile.in (font.o): Make it depends on window.h.
18200
182012008-02-01 Kenichi Handa <handa@m17n.org>
18202
18203 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
18204 adjustment is vector or not.
18205
182062008-02-01 Miles Bader <miles@gnu.org>
18207
18208 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
18209
182102008-02-01 Kenichi Handa <handa@m17n.org>
18211
18212 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
18213 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
18214 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
18215
18216 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
18217 (DEVICE_DELTA): Fix typo.
18218 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
18219 LGLYPH format.
18220
18221 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
18222 the change of LGLYPH format.
18223
182242008-02-01 Kenichi Handa <handa@m17n.org>
18225
18226 * ftfont.c (ftfont_list): Fix typo.
18227 (ftfont_build_basic_charsets): Don't include letters with diacritics.
18228
182292008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18230
18231 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
18232
18233 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
18234 xftface_info is non-NULL.
18235
182362008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18237
18238 * ftfont.c (ftfont_list): Move misplaced #endif.
18239
182402008-02-01 Kenichi Handa <handa@m17n.org>
18241
18242 * ftfont.c (ftfont_list): Pay attention to the case that
18243 FC_CAPABILITY is not defined.
18244
182452008-02-01 Kenichi Handa <handa@m17n.org>
18246
18247 * xftfont.c (xftfont_open): Set charset related members to -1.
18248
18249 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
18250 QCname.
18251 (ftfont_open): Set charset related members to -1.
18252
18253 * fontset.c (Votf_script_alist): New variable.
18254 (syms_of_fontset): Initialize it.
18255 (fontset_font): Delete unused variable.
18256
18257 * fontset.h (Votf_script_alist): Extern it.
18258
18259 * font.c (font_find_for_lface): Optimize code.
18260
18261 * font.h (font_close_object, font_merge_old_spec): Extern them.
18262
182632008-02-01 Kenichi Handa <handa@m17n.org>
18264
18265 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
18266 (syms_of_font): Initialize them.
18267 (font_pixel_size): Allow float value in dpi.
18268 (font_prop_validate_type): Delete.
18269 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
18270 Change caller.
18271 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
18272 (font_prop_validate_extra): Delete.
18273 (font_prop_validate_spacing): New function.
18274 (font_property_table): Add elements for all known properties.
18275 (get_font_prop_index): Rename from check_font_prop_name. New
18276 argument FROM. Change caller.
18277 (font_prop_validate): Validate all known properties.
18278 (font_put_extra): Delete argument force. Change caller.
18279 (font_expand_wildcards): Make it static. Fix the way of shrinking
18280 the possible range.
18281 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
18282 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
18283 Change caller.
18284 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
18285 (font_parse_fcname): Delete argument merge. Fix parsing of point
18286 size. Don't validate properties values here. Change caller.
18287 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
18288 (font_open_by_name): Delete unused variable.
18289 (Ffont_spec): Likewise. Validate property values.
18290 (Ffont_match_p): New function.
18291
18292 * font.h (QCscalable): Extern it.
18293 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
18294
18295 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
18296
18297 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
18298 (xfont_list_pattern): New function.
18299 (xfont_list): Use xfont_list_pattern.
18300
183012008-02-01 Kenichi Handa <handa@m17n.org>
18302
18303 * font.h (Flist_fonts): EXFUN it.
18304
183052008-02-01 Jason Rumney <jasonr@gnu.org>
18306
18307 * w32term.c (w32_initialize): Add back smoothing_type and
18308 smoothing_enabled definitions.
18309
183102008-02-01 Kenichi Handa <handa@m17n.org>
18311
18312 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
18313 s->face->font on determining underline position.
18314
183152008-02-01 Kenichi Handa <handa@m17n.org>
18316
18317 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
18318 (font_has_char): Accept font-object too.
18319 (font_find_for_lface): Try at first with a size specified in face.
18320
183212008-02-01 Kenichi Handa <handa@m17n.org>
18322
18323 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
18324 font_open_by_name.
18325
183262008-02-01 Kenichi Handa <handa@m17n.org>
18327
18328 * font.h (QCspacing, QCdpi): Extern them.
18329 (enum font_spacing): New enum.
18330 (FONT_PIXEL_SIZE_QUANTUM): New macro.
18331
18332 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
18333 (QCspacing, QCdpi): New variables.
18334 (syms_of_font): Initialize them.
18335 (font_pixel_size): New function.
18336 (font_put_extra): New function.
18337 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
18338 in FONT_EXTRA.
18339 (font_parse_fcname): Handle enumerated values (e.g. bold).
18340 Fix handling font size. Add QCname property that contains only
18341 unknown properties.
18342 (font_score): Change argument. Change caller. Pay attention to
18343 FONT_PIXEL_SIZE_QUANTUM.
18344 (font_sort_entites, font_list_entities, font_find_for_lface)
18345 (font_open_for_lface, font_open_by_name): Fix handling of font size.
18346 (Ffont_spec): Add QCname property that contains only unknown properties.
18347
18348 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
18349 include weight in listing pattern, instead check weight of each
18350 listed font. Don't include scalable in pattern. Pay attention to
18351 FONT_PIXEL_SIZE_QUANTUM.
18352
183532008-02-01 Kenichi Handa <handa@m17n.org>
18354
18355 * font.c (font_parse_fcname): Fix parsing of point-size.
18356 (font_unparse_fcname): Produce symbolic names for style properties.
18357 (font_list_entities): Handle float size correctly.
18358 (font_open_by_name): Prefer `normal' property values if the name
18359 doesn't specify them.
18360
18361 * fontset.c (Finternal_char_font): Use font_get_name, not
18362 Ffont_xlfd_name.
18363
18364 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
18365 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
18366 pattern. Don't force scalable.
18367
18368 * xftfont.c (xftfont_open): For generating a name, start from
18369 96-byte buffer.
18370
183712008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18372
18373 * frame.h (x_new_fontset2): Fix prototype.
18374
183752008-02-01 Kenichi Handa <handa@m17n.org>
18376
18377 * font.h (struct font_driver): Delete member parse_name.
18378 (font_match_p, font_get_spec, font_parse_fcname)
18379 (font_unparse_fcname): Extern them.
18380 (font_get_name): Adjust prototype.
18381
18382 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
18383 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
18384 (font_expand_wildcards): Fix handling ENCODING field. Avoid
18385 unnecessary checks for weight, slant, and swidth.
18386 (font_parse_fcname): New function.
18387 (font_unparse_fcname): New function.
18388 (font_parse_name): New function.
18389 (font_match_p): New function.
18390 (font_get_name): Change return value to Lisp string.
18391 (font_get_spec): New function.
18392 (Qunspecified, Qignore_defface): Don't extern them.
18393 (font_find_for_lface): Assume that LFACE is fully specified.
18394 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
18395 object, use it for FACE.
18396 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
18397 driver->parse_name.
18398 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
18399
18400 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
18401 prototype.
18402
18403 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
18404 argument F. Don't call Fnew_fontset. Instead, directly call
18405 make_fontset.
18406
18407 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
18408
18409 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
18410 of x_new_fontset2.
18411
18412 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
18413 (Qsans__serif): New variables.
18414 (ftfont_generic_family_list): New variable.
18415 (syms_of_ftfont): Initialize the above variables.
18416 (ftfont_pattern_entity): Delete argument NAME.
18417 (ftfont_list_generic_family): New function.
18418 (ftfont_parse_name): Delete this function.
18419 (ftfont_list): Try generic family only when FcFontList found no font.
18420 (ftfont_list_family): Fix args to FcObjectSetBuild.
18421
18422 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
18423 object in attrs[LFACE_FONT_INDEX].
18424 (set_lface_from_font_name): Cancel all changes for font-backend.
18425 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
18426 function.
18427 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
18428 font object in QCfont attribute.
18429 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
18430 (realize_default_face) [USE_FONT_BACKEND]: Call
18431 set_lface_from_font_and_fontset.
18432
18433 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
18434 "fixed", and signal error here if no suitable font was found.
18435
18436 * xfont.c (xfont_parse_name): Delete this function.
18437
18438 * xftfont.c (xftfont_open): Change coding style of error
18439 handling. Generate fontconfig's fontname pattern.
18440
18441 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
18442 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
18443
18444 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
18445 Both args FONTSET and FONT_OBJECT must be existing ones.
18446
184472008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18448
18449 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
18450
184512008-02-01 Kenichi Handa <handa@m17n.org>
18452
18453 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
18454
18455 * font.h (struct font): Fix typo.
18456
18457 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
18458 XLFD_XXX_INDEX.
18459 (enum xlfd_field_mask): New enum.
18460 (intern_font_field): Changed argument. Change caller. If digits
18461 are followed by non-digits, return a symbol.
18462 (font_expand_wildcards): New function.
18463 (font_parse_xlfd): Fix wildcard handling.
18464 (Ffont_spec): If :name is specified, reflect the info in the other
18465 properties.
18466
18467 * ftfont.c (ftfont_pattern_entity): Fix typo.
18468 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
18469 locale.
18470
184712008-02-01 Kenichi Handa <handa@m17n.org>
18472
18473 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
18474
18475 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
18476 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
18477 registry doesn't specify encoding part.
18478 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
18479 (font_open_by_name): At first try parsing the name.
18480 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
18481 as Lisp symbols.
18482
18483 * fontset.c (reorder_font_vector): Pay attention to the case that
18484 the 3rd element of font_def is nil.
18485 (fontset_font): For the default fontset, append one more fontset
18486 elements for a script-based font specification. Don't add script
18487 attribute on finding a font.
18488 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
18489 font name.
18490 (fontset_ascii_font): If a font can't be opened, return nil.
18491
18492 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
18493 (ftfont_pattern_entity): New function.
18494 (ftfont_get_cache): Assume that freetype_font_cache is already
18495 initialized.
18496 (ftfont_list): Handle the case that a file is specified in font
18497 name. Use ftfont_pattern_entity to generate entities.
18498 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
18499 (syms_of_ftfont): Initialize freetype_font_cache.
18500
18501 * xftfont.c (xftfont_open): Make the font name fontconfig's
18502 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
18503 (xftfont_close): Free font->font.name if not NULL.
18504
18505 * xfont.c (xfont_list): If script is specified for a font, return
18506 null_vector.
18507 (xfont_list_family): Declare argument type.
18508
18509 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
18510 name, set LFACE_FONT (lface) to nil.
18511
18512 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
18513 return Qnil.
18514
185152008-02-01 Kenichi Handa <handa@m17n.org>
18516
18517 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
18518 (standard_args): Add "-enable-font-backend".
18519
185202008-02-01 Kenichi Handa <handa@m17n.org>
18521
18522 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
18523 (struct xftdraw_list, xftdraw_list): Delete them.
18524 (register_xftdraw, check_xftdraw): Delete them.
18525 (xftfont_prepare_face): Don't call register_xftdraw.
18526 (xftfont_done_face): Don't call check_xftdraw.
18527 (xftfont_draw): Get background color only when with_background is
18528 nonzero.
18529
18530 * xfont.c (xfont_encode_char): Fix calculation of char2b.
18531
185322008-02-01 Kenichi Handa <handa@m17n.org>
18533
18534 These changes are for the new font handling codes.
18535
18536 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
18537 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
18538 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
18539 (FONTSRC, FONTOBJ): New variables.
18540 (obj): Add $(FONTOBJ).
18541 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
18542 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
18543 @LIBOTF_LIBS@.
18544 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
18545 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
18546
18547 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
18548
18549 * character.h (Vscript_representative_chars): Extern it.
18550
18551 * character.c (Vscript_representative_chars): New variable.
18552 (syms_of_character): Declare it as a Lisp variable.
18553
18554 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
18555 enable_font_backend is nonzero, accept the composition method
18556 COMPOSITION_WITH_GLYPH_STRING.
18557
18558 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
18559 enumeration COMPOSITION_WITH_GLYPH_STRING.
18560
18561 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
18562 members clip_x, clip_y, clip_width, and clip_height.
18563 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
18564
18565 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
18566 --enable-font-backend. Call syms_of_font.
18567
18568 * fns.c (assoc_no_quit): New function.
18569
18570 * fontset.h (FONT_INFO_FROM_FACE): New macro.
18571 (face_for_font, new_fontset_from_font)
18572 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
18573
18574 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
18575 (fontset_font, fontset_ascii, face_for_char)
18576 (make_fontset_for_ascii_face, Ffont_info)
18577 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
18578 is nonzero, use font-backend mechanism.
18579 (find_font_encoding): Make it non-static.
18580 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
18581 New functions.
18582
18583 * frame.h (struct frame): New members resx and resy.
18584 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
18585 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
18586
18587 * frame.c [USE_FONT_BACKEND]: Include "font.h".
18588 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
18589
18590 * lisp.h (assoc_no_quit): Extern it.
18591
18592 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
18593 Through out the file, use FONT_INFO_FROM_FACE instead of
18594 FONT_INFO_FROM_ID, use get_per_char_metric instead of
18595 rif->per_char_metric.
18596 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
18597 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
18598 (get_glyph_face_and_encoding, fill_composite_glyph_string)
18599 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
18600 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
18601 nonzero, use font-backend mechanism.
18602 (get_per_char_metric): New function.
18603
18604 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
18605 (set_lface_from_font_name)
18606 (set_font_frame_param, free_realized_face)
18607 (prepare_face_for_display, clear_face_gcs)
18608 (Finternal_set_font_selection_order, realize_x_face)
18609 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
18610 font-backend mechanism.
18611 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
18612 (load_face_font) [USE_FONT_BACKEND]: Abort.
18613 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
18614 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
18615
18616 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
18617 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
18618 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
18619 nonzero, register all available font drivers. Call
18620 x_default_font_parameter for deciding a font.
18621 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
18622
18623 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
18624 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
18625 (x_set_glyph_string_clipping_exactly)
18626 (x_compute_glyph_string_overhangs)
18627 (x_draw_glyph_string_foreground)
18628 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
18629 (x_free_frame_resources) [USE_FONT_BACKEND]: If
18630 enable_font_backend is nonzero, use font-backend mechanism.
18631 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
18632
186332008-02-01 Kenichi Handa <handa@m17n.org>
18634
18635 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
18636 system_eol_type.
18637 (syms_of_coding): Initialize system_eol_type.
18638
18639 * process.c (Fset_process_coding_system): Inherit system's eol
18640 format if necessary.
18641
186422008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18643
18644 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
18645
186462008-02-01 Kenichi Handa <handa@m17n.org>
18647
18648 * coding.c (decode_eol): Pay attention to buffer relocation in
18649 del_range_2.
18650 (decode_coding): Call decode_eol before restoring undo_list.
18651
186522008-02-01 Kenichi Handa <handa@m17n.org>
18653
18654 * charset.c (Fdefine_charset_internal): Fix setting of
18655 emacs_mule_bytes.
18656
186572008-02-01 Kenichi Handa <handa@m17n.org>
18658
18659 * keyboard.c (read_char): Check if C is a character or not before
18660 looking up Vkeyboard_translate_table.
18661
186622008-02-01 Kenichi Handa <handa@m17n.org>
18663
18664 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
18665 condition to terminate the loop.
18666
186672008-02-01 Kenichi Handa <handa@m17n.org>
18668
18669 * coding.c (produce_composition): Compare charbuf[i] instead of
18670 args[i] against 0.
18671 (Fterminal_coding_system): Use EQ to compare Lisp objects.
18672
186732008-02-01 Kenichi Handa <handa@m17n.org>
18674
18675 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
18676 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
18677 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
18678 detect_coding.
18679 (emacs_mule_char): Handle old style (Emacs 20) component character
18680 of a composition.
18681 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
18682 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
18683 composition rule.
18684 (decode_coding_emacs_mule): Handle invalid bytes correctly.
18685
186862008-02-01 Kenichi Handa <handa@m17n.org>
18687
18688 * coding.c (encode_coding_ccl): Allocate destination dynamically
18689 when necessary.
18690
186912008-02-01 Kenichi Handa <handa@m17n.org>
18692
18693 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
18694 the loop. When quitted, show a proper error message.
18695
186962008-02-01 Kenichi Handa <handa@m17n.org>
18697
18698 * xterm.c (x_set_glyph_string_clipping_exactly): Set
18699 src->clip_head and src->clip_tail temporarily instead of src->hl.
18700
18701 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
18702 character sequence.
18703 (Fccl_execute_on_string): Use ASET, not XSET.
18704
187052008-02-01 Kenichi Handa <handa@m17n.org>
18706
18707 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
18708
187092008-02-01 Kenichi Handa <handa@m17n.org>
18710
18711 * coding.c (decode_coding): Fix the condition of terminating the
18712 decoding loop.
18713
187142008-02-01 Kenichi Handa <handa@m17n.org>
18715
18716 * data.c (Faset): On setting a character bigger than 255 in a
18717 unibyte string, signal an error instead of make the string multibyte.
18718
187192008-02-01 Kenichi Handa <handa@m17n.org>
18720
18721 * charset.c (map_charset_chars): Fix for ascii-compatible charset
18722 made by a mapping table.
18723
187242008-02-01 Kenichi Handa <handa@m17n.org>
18725
18726 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
18727 not.
18728 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
18729 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
18730
18731 * xterm.c (x_draw_composite_glyph_string_foreground): Check
18732 s->face is NULL or not.
18733
187342008-02-01 Kenichi Handa <handa@m17n.org>
18735
18736 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
18737 (x_draw_glyph_string): Fix drawing of right_overhang and
18738 left_overhang around/on cursor.
18739
18740 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
18741
187422008-02-01 Kenichi Handa <handa@m17n.org>
18743
18744 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
18745
187462008-02-01 Kenichi Handa <handa@m17n.org>
18747
18748 * coding.c (Fdefine_coding_system_internal)
18749 (Fdefine_coding_system_alias): Avoid a duplicated element in
18750 Vcoding_system_alist.
18751
187522008-02-01 Kenichi Handa <handa@m17n.org>
18753
18754 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
18755
18756 * coding.c (Qcoding_system_define_form): New variable.
18757 (syms_of_coding): Intern and staticpro it.
18758 (Fcoding_system_p): Check Qcoding_system_define_form.
18759 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
18760
18761 * coding.h (CODING_SYSTEM_P): If ID is not available, call
18762 Fcoding_system_p.
18763 (CHECK_CODING_SYSTEM): If ID is not available, call
18764 Fcheck_coding_system.
18765 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
18766 Try also Fcheck_coding_system.
18767
187682008-02-01 Kenichi Handa <handa@m17n.org>
18769
18770 * coding.c (code_conversion_restore): GCPRO arg.
18771
187722008-02-01 Kenichi Handa <handa@m17n.org>
18773
18774 * character.c (lisp_string_width): Check multibyteness of STRING.
18775
187762008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18777
18778 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
18779 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
18780 (decode_mac_font_name): Use decode_coding_c_string instead of
18781 decode_coding.
18782 (x_load_font): Initialize fontp->fontset to -1. Set
18783 fontp->encoding_type.
18784
187852008-02-01 Kenichi Handa <handa@m17n.org>
18786
18787 * search.c (search_buffer): Give up BM search on case-fold-search
18788 if one of a target character has a case-equivalence of different
18789 byte length even if that target charcter is an ASCII.
18790 (simple_search): Fix calculation of byte length of matched text.
18791 (boyer_moore): Fix handling of case-equivalent multibyte characters.
18792
187932008-02-01 Kenichi Handa <handa@m17n.org>
18794
18795 * coding.c (decode_coding): Fix handling of invalid bytes.
18796
187972008-02-01 Kenichi Handa <handa@m17n.org>
18798
18799 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
18800 Unicode characters.
18801
188022008-02-01 Kenichi Handa <handa@m17n.org>
18803
18804 * coding.c (encode_coding_object): If a pre-write-conversion
18805 function makes a new buffer, kill it.
18806
188072008-02-01 Kenichi Handa <handa@m17n.org>
18808
18809 * coding.c (QCascii_compatible_p): New variable.
18810 (syms_of_coding): Initialize it.
18811 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
18812 calling string_char.
18813 (record_conversion_result): Add `default:' case.
18814 (coding_charset_list): Delete unused variable `coding_type'.
18815 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
18816 property in the plist of the coding system.
18817 (Fcoding_system_put): Check QCascii_compatible_p.
18818
188192008-02-01 Miles Bader <miles@gnu.org>
18820
18821 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
18822 removed calculation of frame `f', as it's now used.
18823
188242008-02-01 Kenichi Handa <handa@m17n.org>
18825
18826 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
18827 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
18828 (UNIDATA): New variable.
18829 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
18830 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
18831 $(RUN_TEMACS) unconditionally.
18832
188332008-02-01 Kenichi Handa <handa@m17n.org>
18834
18835 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
18836 (admindir): New variable.
18837 ($(lispsource)international/charprop.el): New target.
18838
188392008-02-01 Miles Bader <miles@gnu.org>
18840
18841 * character.c (chars-in-region): Remove obsolete function.
18842 (syms_of_character): Remove its initialization.
18843
188442008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
18845
18846 * w32select.c (validate_coding_system)
18847 (setup_windows_coding_system): New functions.
18848 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
18849 setup_windows_coding_system.
18850 (setup_config, Fw32_get_clipboard_data): Use
18851 validate_coding_system.
18852 (Fx_selection_exists): Move call to setup_config to a place
18853 where signals are allowed.
18854
18855 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
18856 (Fcheck_coding_system): Add declarations.
18857
188582008-02-01 Kenichi Handa <handa@m17n.org>
18859
18860 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
18861
188622008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18863
18864 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
18865 string as the second argument for x_new_fontset.
18866
188672008-02-01 Kenichi Handa <handa@m17n.org>
18868
18869 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
18870 (encode_coding_object): Use safe_call instead of call2.
18871
188722008-02-01 Kenichi Handa <handa@m17n.org>
18873
18874 * fontset.c (Fset_fontset_font): Check family element of a given vector.
18875
18876 * Makefile.in (lisp): Include charprop.el.
18877
188782008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18879
18880 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
18881 Not sure if it's unnecessary.
18882
188832008-02-01 Steven Tamm <steventamm@mac.com>
18884
18885 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
18886 some possibly unnecessary fontset checking code that crashed
18887 when creating a new frame.
18888
188892008-02-01 Kenichi Handa <handa@m17n.org>
18890
18891 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
18892 lookup_face.
18893
18894 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
18895
18896 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
18897
188982008-02-01 Kenichi Handa <handa@m17n.org>
18899
18900 * coding.c: Cancel the change done in HEAD on 2008-02-01.
18901 (coding_charset_list): New function.
18902
18903 * coding.h (coding_charset_list): Extern it.
18904
189052008-02-01 Kenichi Handa <handa@m17n.org>
18906
18907 * fontset.c (Fset_fontset_font): Call find_font_encoding with
18908 concatenation of family and registry.
18909
189102008-02-01 Kenichi Handa <handa@m17n.org>
18911
18912 * character.h (BYTE8_STRING): Fix typo.
18913
18914 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
18915 string to multibyte (sync to HEAD).
18916
18917 * casefiddle.c (casify_region): Handle changes in byte-length
18918 using replace_range_2 (sync to HEAD).
18919
189202008-02-01 Andreas Schwab <schwab@suse.de>
18921
18922 * chartab.c (map_char_table): GCPRO table and arg.
18923
189242008-02-01 Kenichi Handa <handa@m17n.org>
18925
18926 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
18927 already at limit.
18928
189292008-02-01 Kenichi Handa <handa@m17n.org>
18930
18931 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
18932 instead of fast_c_string_match_ignore_case.
18933 (find_font_encoding): Change argument to Lisp_Object. Use
18934 fast_string_match_ignore_case instead of
18935 fast_c_string_match_ignore_case. Change caller.
18936
189372008-02-01 Kenichi Handa <handa@m17n.org>
18938
18939 * xdisp.c (get_next_display_element): In unibyte case, decide to
18940 display in octal form by checking a character by
18941 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
18942
18943 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
18944
18945 * character.c (unibyte_has_multibyte_table): New variable.
18946
18947 * character.h (unibyte_has_multibyte_table): Extern it.
18948 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
18949
189502008-02-01 Kenichi Handa <handa@m17n.org>
18951
18952 * coding.c (encode_coding_iso_2022): Fix handling of charset
18953 annotation.
18954
189552008-02-01 Kenichi Handa <handa@m17n.org>
18956
18957 * coding.c (setup_coding_system): If coding_system is nil, use
18958 Qundecided.
18959 (Fterminal_coding_system): Return nil if terminal coding system is
18960 `undecided'.
18961 (syms_of_coding): Define coding-system `undecided' here. Setup
18962 terminal_coding as `undecided'.
18963
189642008-02-01 Kenichi Handa <handa@m17n.org>
18965
18966 * xdisp.c (message_dolog, set_message_1): Call
18967 unibyte_char_to_multibyte with arg type int.
18968
18969 * lread.c (read1): Fix reading of a char-table.
18970
18971 * print.c (print_object): Include sub char-table in circularities
18972 detection.
18973
189742008-02-01 Kenichi Handa <handa@m17n.org>
18975
18976 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
18977 Append the found sequences in car of ARGS instead of prepending.
18978
189792008-02-01 Kenichi Handa <handa@m17n.org>
18980
18981 * fileio.c (report_file_error): Make a unibyte string from
18982 strerror (errorno).
18983 (Fsubstitute_in_file_name): Fix the arg to
18984 unibyte_char_to_multibyte. It is evaluated twice.
18985
189862008-02-01 Kenichi Handa <handa@m17n.org>
18987
18988 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
18989
189902008-02-01 Kenichi Handa <handa@m17n.org>
18991
18992 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
18993 BOM is not found.
18994 (detect_coding, detect_coding_system): Optimization for ISO-2022
18995 when no 8-bit data is found.
18996
189972008-02-01 Jason Rumney <jasonr@gnu.org>
18998
18999 * w32fns.c (x_to_w32_font): Update to use new coding struct.
19000
190012008-02-01 Kenichi Handa <handa@m17n.org>
19002
19003 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
19004 CHARS.
19005
190062008-02-01 Steven Tamm <steventamm@mac.com>
19007
19008 * macterm.c (mac_encode_char): Add charset argument and update
19009 to use encoding_type.
19010 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
19011 switch to pure fontset.
19012 (decode_mac_font_name): Temporarily remove decoding.
19013 (x_font_name_to_mac_font_name): Temporarily remove encoding.
19014 (x_load_font): Temporarily remove encoding.
19015
190162008-02-01 Kenichi Handa <handa@m17n.org>
19017
19018 * xfaces.c (Fface_font): If frame is not on a window system,
19019 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
19020 refer to face->font.
19021 (split_font_name_into_vector, build_font_name_from_vector)
19022 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
19023 when HAVE_WINDOW_SYSTEM is defined.
19024
190252008-02-01 Kenichi Handa <handa@m17n.org>
19026
19027 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
19028 (x_produce_glyphs): Fix setting of members of cmp in case
19029 cmp->glyph_len is zero.
19030
19031 * fontset.c (Fset_fontset_font): Fix docstring.
19032 (Ffontset_info): Make it backward compatible. New arg ALL.
19033
190342008-02-01 Kim F. Storm <storm@cua.dk>
19035
19036 * process.c (read_process_output): Grow decoding_buf when needed;
19037 this could cause a crash in allocate_string and compact_small_strings.
19038
190392008-02-01 Kenichi Handa <handa@m17n.org>
19040
19041 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
19042
190432008-02-01 Kenichi Handa <handa@m17n.org>
19044
19045 * coding.c (setup_coding_system): Set coding->common_flags
19046 correctly for raw-text.
19047 (consume_chars): On encoding unibyte text by raw-text, don't check
19048 multibyte form.
19049 (encode_coding): On encoding by raw-text, never use translation tables.
19050
19051 * fileio.c (e_write): Short cut for the case of no encoding.
19052
190532008-02-01 Kenichi Handa <handa@m17n.org>
19054
19055 * coding.c (detect_coding, detect_coding_system): Delete unused
19056 variables.
19057
190582008-02-01 Kenichi Handa <handa@m17n.org>
19059
19060 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
19061 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
19062
190632008-02-01 Kenichi Handa <handa@m17n.org>
19064
19065 * coding.c (Ffind_coding_systems_region_internal): Include
19066 raw-text and no-conversion in the result.
19067
190682008-02-01 Kenichi Handa <handa@m17n.org>
19069
19070 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
19071 (load_font_get_repertory): Delete unnecessary check of ENCODING of
19072 FONT_DEF.
19073 (font_def_arg, add_arg, from_arg, to_arg): New args.
19074 (set_fontset_font): Change argument.
19075 (Fset_fontset_font): Fix for the case that TARGET is a script
19076 name and charset name.
19077 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
19078
190792008-02-01 Kenichi Handa <handa@m17n.org>
19080
19081 * fontset.c (fontset_font): Rename from fontset_face. Change return
19082 value.
19083 (face_suitable_for_char_p, face_for_char): Adjust for the change
19084 of fontset_font.
19085 (make_fontset_for_ascii_face): Fix setting of the fontset element
19086 for ASCII.
19087 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
19088 to get a font name.
19089 (Ffontset_info): Adjust for the change of fontset_font.
19090
19091 * coding.c (emacs_mule_char): Check invalid code more rigidly.
19092
19093 * character.h (LEADING_CODE_LATIN_1_MIN)
19094 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
19095
190962008-02-01 Kenichi Handa <handa@m17n.org>
19097
19098 * editfns.c (check_translation): New function.
19099 (Ftranslate_region_internal): Handle M:N mapping.
19100
191012008-02-01 Kenichi Handa <handa@m17n.org>
19102
19103 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
19104
191052008-02-01 Kenichi Handa <handa@m17n.org>
19106
19107 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
19108 goto invalid_code.
19109 (decode_coding_iso_2022): Fix handling of invalid designation.
19110
19111 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
19112 after calling code_conversion_save.
19113
191142008-02-01 Kenichi Handa <handa@m17n.org>
19115
19116 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
19117
19118 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
19119
19120 * fontset.c: Include "intervals.h".
19121 (fontset_face): Fix comparing of Lisp_Objects.
19122 (free_face_fontset, new_fontset_from_font_name): Fix
19123 Lisp_Object/int mixup.
19124
19125 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
19126
19127 * coding.c: Add many prototypes for static functions.
19128 (get_translation_table): Allow max_lookup to be NULL.
19129 (decode_coding, Ffind_coding_systems_region_internal)
19130 (Funencodable_char_position, Fcheck_coding_systems_region): Call
19131 get_translation_table with max_lookup NULL.
19132
191332008-02-01 Kenichi Handa <handa@m17n.org>
19134
19135 * coding.c (get_translation_table): Declare it as Lisp_Object.
19136 (LOOKUP_TRANSLATION_TABLE): New macro.
19137 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
19138 instead of CHAR_TABLE_REF.
19139
191402008-02-01 Kenichi Handa <handa@m17n.org>
19141
19142 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
19143 annotation data format.
19144 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
19145 Change arguments FROM and TO to single argument NCHARS. Change caller.
19146 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
19147 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
19148 (decode_coding_ccl, decode_coding_charset): Pay attention to
19149 coding->charbuf_used.
19150 (get_translation): New function.
19151 (produce_chars): New arguments translation_table and last_block.
19152 Translate characters here. Return number of carryover chars.
19153 Change caller.
19154 (produce_composition): New argument pos. Change caller.
19155 Adjust for the change of annotation data format.
19156 (produce_charset, produce_annotation): Likewise.
19157 (decode_coding, encode_coding): Don't call translate_chars.
19158 (consume_chars): New arg translation_table. Change caller.
19159 (translate_chars): Delete.
19160 (syms_of_coding): Make translation-table's number of extra slots 2.
19161
191622008-02-01 Kenichi Handa <handa@m17n.org>
19163
19164 * search.c (simple_search): Fix setting this_pos_byte in backward
19165 search.
19166
19167 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
19168 byte sequence.
19169 (detect_coding_ccl): Fix setting of the variable valids.
19170
191712008-02-01 Kenichi Handa <handa@m17n.org>
19172
19173 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
19174
19175 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
19176
19177 * editfns.c (Ftranslate_region_internal): Rename from
19178 Ftranslate_region. Accept a char-table in TABLE.
19179 (syms_of_editfns): Defsubr Stranslate_region_internal.
19180
19181 * xfaces.c (set_lface_from_font_name): If a font is specified for
19182 a frame, generate a fontset from the font.
19183 (build_scalable_font_name): If the scalable font is requested for
19184 a specific size, don't change that size.
19185 (try_font_list): Try a scalable font also in the case that a
19186 pattern string is specified.
19187
191882008-02-01 Kenichi Handa <handa@m17n.org>
19189
19190 * xfaces.c (Fface_font): New optional arg CHARACTER.
19191
191922008-02-01 Kenichi Handa <handa@m17n.org>
19193
19194 * charset.h (CHARSET_OFFSET): New macro.
19195
191962008-02-01 Kenichi Handa <handa@m17n.org>
19197
19198 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
19199
19200 * fontset.c (fontset_face): Handle the case that repertory is a
19201 char-table.
19202 (find_font_encoding): Return nil for unknown encoding.
19203 (Fset_fontset_font): Ignore a font of unknown encoding.
19204
192052008-02-01 Kenichi Handa <handa@m17n.org>
19206
19207 * keymap.c (describe_vector): Handle default value of a char table.
19208
19209 * fontset.c (fontset_face): Handle fallback fonts correctly.
19210 (Ffontset_info): Return infomation about fallback fonts.
19211
192122008-02-01 Kenichi Handa <handa@m17n.org>
19213
19214 * fontset.c (FONTSET_DEFAULT): New macro.
19215 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
19216 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
19217 the case that it is nil.
19218 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
19219 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
19220
19221 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
19222 subset or superset.
19223
192242008-02-01 Kenichi Handa <handa@m17n.org>
19225
19226 * emacs.c (main): Call init_charset after syms_of_XXX.
19227
19228 * charset.c (Vcharset_map_directory): Delete.
19229 (Vcharset_map_path): New variable.
19230 (load_charset_map_from_file): Use Vcharset_map_path instead.
19231 (init_charset): Initialize Vcharset_map_path.
19232 (syms_of_charset): Delete declaration of "charset-map-directory",
19233 add declaration of "charset-map-path".
19234
192352008-02-01 Kenichi Handa <handa@m17n.org>
19236
19237 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
19238 ASCII only string.
19239
19240 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
19241
19242 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
19243 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
19244
192452008-02-01 Kenichi Handa <handa@m17n.org>
19246
19247 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
19248
19249 * coding.c (QCmnemonic, QCdefalut_char)
19250 (QCdecode_translation_table, QCencode_translation_table)
19251 (QCpost_read_conversion, QCpre_write_conversion): New variables.
19252 (get_translation_table): Return a list of translation tables if
19253 necessary.
19254 (decode_coding): Call get_translation_table with ENCODEP 0.
19255 (char_encodable_p): If translation_table is non-nil, always call
19256 translate_char.
19257 (Fdefine_coding_system_internal): Accept list of translation
19258 tables as :encode-translation-table and :decode-translation-table.
19259 (Fcoding_system_put): New function.
19260 (syms_of_coding): Declare new symbols. Defsubr
19261 Scoding_system_put.
19262 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
19263 typically JISX0212.
19264
19265 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
19266 when the charset is superset type.
19267
19268 * character.c (translate_char): Accept list of translation tables.
19269
192702008-02-01 Kenichi Handa <handa@m17n.org>
19271
19272 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
19273 (CODING_ATTR_TRANS_TBL): New macro.
19274
19275 * coding.c (get_translation_table): New function.
19276 (translate_chars): Fix the bug of skipping annotation data.
19277 (decode_coding, encode_coding): Utilize get_translation_table.
19278 (char_encodable_p, Funencodable_char_position): Translate char if
19279 necessary.
19280 (Ffind_coding_systems_region_internal)
19281 (Fcheck_coding_systems_region): Setup translation table for encode
19282 in a coding system attribute vector in advance.
19283 (Fdefine_coding_system_internal): Allow a symbol as translation
19284 table. For shift-jis type coding system, allow 4th charset.
19285
192862008-02-01 Kenichi Handa <handa@m17n.org>
19287
19288 * coding.c (decode_coding_sjis): Check the first byte rigidly.
19289
19290 * xdisp.c (get_next_display_element): Pass -1 as POS to
19291 FACE_FOR_CHAR if displaying a C-string.
19292
192932008-02-01 Kenichi Handa <handa@m17n.org>
19294
19295 * composite.c (get_composition_id): Handle xoff and yoff in a
19296 composition rule.
19297
19298 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
19299 (struct composition): New member lbearing and rbearing.
19300
19301 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
19302 (x_get_glyph_overhangs): Handle a composition glyph.
19303 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
19304
19305 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
19306 composition glyph.
19307
193082008-02-01 Kenichi Handa <handa@m17n.org>
19309
19310 * print.c: Include charset.h.
19311 (Vprint_charset_text_property): New variable.
19312 (Qdefault): Extern it.
19313 (PRINT_STRING_NON_CHARSET_FOUND)
19314 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
19315 (print_check_string_result): New variable.
19316 (print_check_string_charset_prop): New function.
19317 (print_prune_charset_plist): New variable.
19318 (print_prune_string_charset): New function.
19319 (print_object): Call print_prune_string_charset if
19320 Vprint_charset_text_property is not t.
19321 (print_interval): Print nothing if interval->plist is nil.
19322 (syms_of_print): Declare Vprint_charset_text_property as a lisp
19323 variable. Init and staticpro print_prune_charset_plist.
19324
193252008-02-01 Kenichi Handa <handa@m17n.org>
19326
19327 * fontset.c (new_fontset_from_font_name): Use the specified font
19328 for all characters in the new fontset.
19329
19330 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
19331 OBJECT args.
19332
19333 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
19334 OBJECT args for composition too.
19335
19336 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
19337 OBJECT args.
19338
193392008-02-01 Kenichi Handa <handa@m17n.org>
19340
19341 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
19342
19343 * fontset.c (reorder_font_vector): Adjust for the change of
19344 FONT_DEF format.
19345 (fontset_face): New arg id. Change caller.
19346 (face_for_char): New args pos and object.
19347 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
19348 (fs_query_fontset): Check NAME by Fassoc too.
19349 (Fset_fontset_font): Allow non-XLFD font name.
19350 (Ffontset_info): Adjust for the change of FONT_DEF format.
19351
19352 * fontset.h (face_for_char): Adjust prototype.
19353
19354 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
19355 (append_space, extend_face_to_end_of_line)
19356 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
19357 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
19358
19359 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
19360 POS and OBJECT args.
19361
19362 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
19363 POS and OBJECT args.
19364
193652008-02-01 Jason Rumney <jasonr@gnu.org>
19366
19367 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
19368 of GlobalAlloc'ed memory.
19369
193702008-02-01 Kenichi Handa <handa@m17n.org>
19371
19372 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
19373
19374 * charset.h (charset_table_used): Delete extern.
19375
19376 * charset.c (charset_table_used): Make it static.
19377 (map_charset_chars): Fix args to c_function with.
19378
19379 * chartab.c (map_sub_char_table_for_charset): Fix args to
19380 c_function with.
19381
19382 * coding.h (enum coding_result_code): Delete
19383 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
19384
19385 * coding.c (Qinsufficient_source, Qinconsistent_eol)
19386 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
19387 (Vlast_code_conversion_error): New variables.
19388 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
19389 (ONE_MORE_BYTE): Record error if any instead of signaling an
19390 error. If non-ASCII multibyte char is found, return the negative
19391 value of the code. All callers changed to check it.
19392 (ONE_MORE_BYTE_NO_CHECK): Likewise.
19393 (record_conversion_result): New function. Change all codes setting
19394 coding->result to call this function.
19395 (detect_coding_utf_8, decode_coding_utf_8)
19396 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
19397 Don't use the local variable incomplete.
19398 (emacs_mule_char): Change the second arg to `const'.
19399 (decode_coding): Fix of flushing out unprocessed data.
19400 (make_conversion_work_buffer): Fix making of a work buffer.
19401 (decode_coding_object): Return coding->dst_object.
19402
19403 * fontset.c (set_fontset_font): Fix args.
19404
19405 * lisp.h (CHARACTERBITS): Define as 22.
19406
19407 * process.c (send_process): Be sure to set coding->src_multibyte.
19408
19409 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
19410
194112008-02-01 Kenichi Handa <handa@m17n.org>
19412
19413 * xdisp.c (handle_auto_composed_prop): Give limit to
19414 Fnext_single_char_property_change.
19415
194162008-02-01 Kenichi Handa <handa@m17n.org>
19417
19418 * composite.c (syms_of_composite): Don't make the composition hash
19419 table weak.
19420
19421 * fontset.c (Fset_fontset_font): Fix docstring.
19422
19423 * lisp.h (detect_coding_system): Adjust prototype.
19424
19425 * fileio.c (kill_workbuf_unwind): Delete this function.
19426 (Finsert_file_contents): Adjust the call of detect_coding_system.
19427 Get conversion_buffer by code_conversion_save. Use the macro
19428 CODING_MAY_REQUIRE_DECODING. After decoding, update
19429 coding_system.
19430
19431 * coding.h (make_conversion_work_buffer): Delete extern.
19432 (code_conversion_save): Extern it.
19433
19434 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
19435 (CODING_GET_INFO): Delete argument eol_type. Change callers.
19436 (decode_coding_utf_8): Don't do eol converion.
19437 (detect_coding_utf_16): Check coding->src_chars, not
19438 coding->src_bytes. Add heuristics for those that have no signature.
19439 (decode_coding_emacs_mule, decode_coding_iso_2022)
19440 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
19441 Don't do eol converion.
19442 (adjust_coding_eol_type): Return a new coding system.
19443 (detect_coding): Don't detect eol. Fix for utf-16 detection.
19444 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
19445 each change.
19446 (decode_coding): Pay attention to undo_list. Do eol conversion for
19447 all types of coding-systems (if necessary).
19448 (Vcode_conversion_work_buf_list): Delete it.
19449 (Vcode_conversion_reused_workbuf): Rename from
19450 Vcode_conversion_reused_work_buf.
19451 (Vcode_conversion_workbuf_name): New variable.
19452 (reused_workbuf_in_use): New variable.
19453 (make_conversion_work_buffer): Delete the arg DEPTH.
19454 (code_conversion_restore): Change argument to cons.
19455 (code_conversion_save): Delete the argument BUFFER. Change callers.
19456 (detect_coding_system): New argument src_chars. Change callers.
19457 Fix for utf-16 detection.
19458 (init_coding_once): Don't use ISO_carriage_return.
19459 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
19460 reused_workbuf_in_use.
19461
194622008-02-01 Kenichi Handa <handa@m17n.org>
19463
19464 * keymap.c (store_in_keymap): Pay attention to the case that idx
19465 is a cons specifying a character range.
19466
194672008-02-01 Kenichi Handa <handa@m17n.org>
19468
19469 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
19470 HANDLED_RECOMPUTE_PROPS.
19471
19472 * coding.c (Fdefine_coding_system_internal): Fix checking of
19473 ascii compatibility.
19474
194752008-02-01 Kenichi Handa <handa@m17n.org>
19476
19477 * charset.c (find_charsets_in_text): Delete unused locale variable.
19478 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
19479
19480 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
19481 Resync charset_list to Vemacs_mule_charset_list.
19482
19483 * keymap.c (store_in_keymap): Pay attention to the case that idx
19484 is a cons specifying a character range.
19485
194862008-02-01 Kenichi Handa <handa@m17n.org>
19487
19488 * composite.c (update_compositions): Bind inhibit-read-only, etc
19489 to t before calling remove-list-of-text-properties.
19490
19491 * print.c (print_object): Always print ASCII chars as is.
19492
194932008-02-01 Kenichi Handa <handa@m17n.org>
19494
19495 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
19496
19497 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
19498 is a char table.
19499
195002008-02-01 Kenichi Handa <handa@m17n.org>
19501
19502 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
19503
195042008-02-01 Kenichi Handa <handa@m17n.org>
19505
19506 * xfaces.c (set_lface_from_font_name): Fix for the case that
19507 FONTNAME is not fontset name.
19508
195092008-02-01 Kenichi Handa <handa@m17n.org>
19510
19511 * fns.c (base64_encode_1): Fix previous change.
19512
195132008-02-01 Kenichi Handa <handa@m17n.org>
19514
19515 * fontset.c (set_fontset_font): New function.
19516 (Fset_fontset_font): If a font is specified for a charset, use
19517 map_charset_chars to store the font spec in a fontset.
19518
195192008-02-01 Kenichi Handa <handa@m17n.org>
19520
19521 * fontset.c (fontset_face): Create a fallback fontset on demand.
19522 (make_fontset): Don't create a fallback fontset here.
19523 (free_face_fontset): Free a fallback fontset (if any) too.
19524 (n_auto_fontsets): Delete this variable.
19525 (auto_fontset_alist): New variable.
19526 (new_fontset_from_font_name): Check auto_fontset_alist.
19527 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
19528 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
19529 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
19530 Defsubr Sfontset_list_all.
19531
195322008-02-01 Kenichi Handa <handa@m17n.org>
19533
19534 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
19535
195362008-02-01 Kenichi Handa <handa@m17n.org>
19537
19538 * fontset.c (Fnew_fontset): Check NAME more rigidly.
19539
195402008-02-01 Kenichi Handa <handa@m17n.org>
19541
19542 * editfns.c (Fgoto_char): Fix docstring.
19543
195442008-02-01 Kenichi Handa <handa@m17n.org>
19545
19546 * insdel.c (insert_from_gap): Adjust intervals correctly.
19547
195482008-02-01 Jason Rumney <jasonr@gnu.org>
19549
19550 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
19551 (pfnGetFontUnicodeRanges): New dynamically loaded function.
19552 (w32_initialize): Try to load it.
19553 (x_get_font_repertory): Use it if available.
19554 (w32_encode_char): Add shortcut for unicode output.
19555
19556 * w32fns.c (w32_load_system_font): Default charset to -1.
19557 (x_to_w32_charset): Match all fonts for unicode.
19558 (w32_to_x_charset): New parameter matching. Don't return partial
19559 or wildcard charsets.
19560 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
19561 (w32_codepage_for_font): Return CP_UNICODE for unicode.
19562 (w32_to_x_font): Match charset to real charset.
19563 (enum_font_cb2): Always list unicode versions.
19564
19565 * makefile.w32-in (temacs): Increase EMHEAP.
19566
195672008-02-01 Jason Rumney <jasonr@gnu.org>
19568
19569 * w32term.c (w32_encode_char): New charset parameter.
19570 font_info.encoding becomes encoding_type.
19571 (x_get_font_repertory): New function. Warning: stub only!
19572 (x_new_font): Return quickly if font already set.
19573 (x_new_fontset): fontsetname parameter is Lisp_Object.
19574 Use new fs_query_fontset. Try new_fontset_from_font_name.
19575 Use fontset_name for return value.
19576
19577 * w32term.h: Declare x_get_font_repertory.
19578
19579 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
19580 place of find_charset_in_text. Use encode_coding_object in place
19581 of encode_coding.
19582 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
19583 decode_coding.
19584
19585 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
19586 of x_new_fontset.
19587 (w32_load_system_font): Initialize charset as unicode.
19588 font_info.encoding becomes encoding_type.
19589 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
19590 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
19591 (syms_of_w32fns): Set get_font_repertory_func.
19592
19593 * w32console.c: Include character.h. Use terminal_encode_buffer
19594 from term.c.
19595 (write_glyphs): Use new version of encode_terminal_code. Use
19596 encode_coding_object in place of encode_coding.
19597
19598 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
19599 encoding becomes encoding_type.
19600
19601 * term.c (terminal_encode_buffer): Make externally visible.
19602
19603 * makefile.w32-in: Add character.h dependancies.
19604 (character.o, chartab.o): New targets.
19605
196062008-02-01 Kenichi Handa <handa@m17n.org>
19607
19608 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
19609 CODING_ID_EOL_TYPE.
19610
196112008-02-01 Andreas Schwab <schwab@suse.de>
19612
19613 * coding.c (produce_chars): Revert last change.
19614
196152008-02-01 Kenichi Handa <handa@m17n.org>
19616
19617 * charset.h (charset_unicode): Extern it.
19618
19619 * charset.c (string_xstring_p): Check by (C >= 0x100).
19620 (find_charsets_in_text): Change format of the arc CHARSETS. New
19621 arg MULTIBYTE.
19622 (Ffind_charset_region, Ffind_charset_string): Adjust for the
19623 change of find_charsets_in_text.
19624 (Fsplit_char): Fix doc. Never return unknown.
19625
19626 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
19627
19628 * coding.c (Fdefine_coding_system_alias): Update
19629 Vcoding_system_list.
19630
19631 * fontset.c (load_font_get_repertory): Pay attention to the case
19632 that ENCODING of a font is specified by a char-table.
19633
19634 * xterm.c (x_get_font_repertory): Handle the case that the
19635 encoding of font is other than Unicode.
19636
196372008-02-01 Kenichi Handa <handa@m17n.org>
19638
19639 * term.c (encode_terminal_code): Don't handle glyph-table. Check
19640 if a character is encodable by the terminal coding system. If
19641 not, produces proper number of `?'s. Update
19642 terminal_encode_buffer and terminal_encode_buf_size if necessary.
19643 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
19644
196452008-02-01 Kenichi Handa <handa@m17n.org>
19646
19647 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
19648 variables.
19649 (encode_terminal_code): Change argument. Encode multiple
19650 characters at once. Store the result of encoding in
19651 terminal_encode_buffer.
19652 (write_glyphs, insert_glyphs): Adjust for the change of
19653 encode_terminal_code.
19654 (term_init): Initialize terminal_encode_buffer and
19655 terminal_encode_buf_size.
19656
19657 * coding.c (consume_chars): If coding->src_object is nil, don't
19658 check annotation.
19659
196602008-02-01 Kenichi Handa <handa@m17n.org>
19661
19662 * character.c (char_string): Use ASCII_CHAR_P instead of
19663 SINGLE_BYTE_CHAR_P.
19664
196652008-02-01 Kenichi Handa <handa@m17n.org>
19666
19667 * xdisp.c (handle_auto_composed_prop): Check if the last
19668 characters of auto-composed region is newly composed with the
19669 following characters.
19670 (handle_composition_prop): Fix checking of point being inside
19671 composition.
19672
196732008-02-01 Kenichi Handa <handa@m17n.org>
19674
19675 * fns.c (concat): Don't change multibyteness of the result by
19676 concatenating an 8-bit character.
19677
19678 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
19679 multibyteness of the result when newelt is an 8-bit character.
19680
196812008-02-01 Dave Love <fx@gnu.org>
19682
19683 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
19684 EMACS_INT.
19685
19686 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
19687
19688 * xfaces.c (face_numeric_value): Declare dim size_t.
19689 (Finternal_lisp_face_equal_p): Remove unused f.
19690
19691 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
19692 (MATRIX_ROW): Remove unused vars.
19693 (draw_glyphs, x_insert_glyphs, fast_find_position)
19694 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
19695 byte/char counts.
19696
19697 * regex.c (regex_compile): Remove unused var.
19698
19699 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
19700
19701 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
19702 (Faccessible_keymaps, where_is_internal): Remove unused vars.
19703
19704 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
19705
19706 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
19707
19708 * fileio.c (Fwrite_region): Remove unused var.
19709
19710 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
19711 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
19712
19713 * composite.c (Fremove_list_of_text_properties): Declare.
19714
19715 * coding.c (inhibit_pre_post_conversion): Remove (unused).
19716 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
19717 (coding_inherit_eol_type): Remove unused attrs.
19718 (detect_coding): Cast arg of detect_eol.
19719
19720 * charset.c (syms_of_charset): Remove unused var p.
19721 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
19722 byte/char counts.
19723
19724 * casetab.c (set_case_table): Remove unused var.
19725
19726 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
19727 unused vars.
19728
197292008-02-01 Dave Love <fx@gnu.org>
19730
19731 * xterm.c (x_bitmap_mask): Declare.
19732
197332008-02-01 Dave Love <fx@gnu.org>
19734
19735 * xterm.c (x_term_init): Fix type error.
19736
19737 * lisp.h: Add Funibyte_char_to_multibyte.
19738
19739 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
19740 (Fset_coding_system_priority): Doc fix.
19741
19742 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
19743
19744 * indent.c (check_composition): Make start and end EMACS_INT.
19745
19746 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
19747
19748 * xdisp.c (handle_composition_prop, check_point_in_composition):
19749 Make buffer positions EMACS_INT.
19750
19751 * composite.c (find_composition, run_composition_function)
19752 (update_compositions, Ffind_composition_internal): Make buffer
19753 positions EMACS_INT.
19754
19755 * composite.h (find_composition, update_compositions): Make
19756 position args EMACS_INT.
19757
19758 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
19759
19760 * intervals.c (get_property_and_range):
19761 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
19762
19763 * unexalpha.c: Don't include varargs.h.
19764
197652008-02-01 Dave Love <fx@gnu.org>
19766
19767 * coding.h (ENCODE_UTF_8): New.
19768
19769 * Makefile.in (gtkutil.o): Depend on coding.h.
19770
19771 * coding.c (Fset_coding_system_priority): Doc fix.
19772
197732008-02-01 Kenichi Handa <handa@m17n.org>
19774
19775 * fileio.c (Finsert_file_contents): Call setup_coding_system in
19776 the case of auto saving.
19777
197782008-02-01 Andreas Schwab <schwab@suse.de>
19779
19780 * chartab.c (map_char_table, map_char_table_for_charset): Protect
19781 `range' from GC.
19782
197832008-02-01 Kenichi Handa <handa@m17n.org>
19784
19785 * coding.c (decode_coding_sjis): Check bytes more rigidly.
19786
197872008-02-01 Kenichi Handa <handa@m17n.org>
19788
19789 * fileio.c (choose_write_coding_system): Return a decided coding system.
19790 (Fwrite_region): Set Vlast_coding_system_used to the return value
19791 of choose_write_coding_system.
19792
197932008-02-01 Kenichi Handa <handa@m17n.org>
19794
19795 * charset.c (Fset_charset_priority): Pay attention to duplicated
19796 arguments.
19797
19798 * coding.c (QCcategory): New variable.
19799 (syms_of_coding): Defsym it. Set all elements of
19800 Vcoding_category_table and their symbol values.
19801 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
19802 coding-category-XXX, and coding-category-list.
19803 (Fdefine_coding_system_internal): Add category in the plist.
19804
198052008-02-01 Kenichi Handa <handa@m17n.org>
19806
19807 * callproc.c (Fcall_process): Handle carryover correctly.
19808
19809 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
19810 (raw_text_coding_system): Check NILP (coding_system).
19811 (coding_inherit_eol_type): Check NILP (coding_system) and
19812 NILP (parent).
19813 (consume_chars): Fix for the case of raw-text.
19814
19815 * process.c (read_process_output): Handle carryover correctly.
19816
198172008-02-01 Dave Love <fx@gnu.org>
19818
19819 * regex.c (re_search_2): Fix last change.
19820
198212008-02-01 Kenichi Handa <handa@m17n.org>
19822
19823 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
19824 target_multibyte. Even in a unibyte case, return a converted
19825 multibyte char.
19826 (GET_CHAR_AFTER): New macro.
19827 (PATFETCH): Translate via multibyte char.
19828 (HANDLE_UNIBYTE_RANGE): Delete this macro.
19829 (SETUP_MULTIBYTE_RANGE): New macro.
19830 (regex_compile): Setup compiled code so that its multibyteness
19831 matches that of a target. Fix the handling of "[X-YZ]" using
19832 SETUP_MULTIBYTE_RANGE.
19833 (analyse_first) <charset>: For filling fastmap for all multibyte
19834 characters, don't check by BASE_LEADING_CODE_P.
19835 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
19836 the same as RE_MULTIBYTE_P (bufp) now.
19837 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
19838 (TARGET_CHAR_AND_LENGTH): Delete this macro.
19839 (TRANSLATE_VIA_MULTIBYTE): New macro.
19840 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
19841 It is the same as RE_MULTIBYTE_P (bufp) now.
19842 <exactn>: Translate via multibyte.
19843 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
19844 translate it.
19845 <charset, charset_not>: Fetch a character by
19846 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
19847 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
19848 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
19849 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
19850 by GET_CHAR_AFTER.
19851 (bcmp_translate): Likewise.
19852
19853 * search.c (compile_pattern): Check the member target_multibyte,
19854 not the member multibyte of buf.
19855
19856 * lread.c (read1): While reading a string, set force_singlebyte
19857 and force_multibyte correctly.
19858
19859 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
19860 up of unibyte_to_multibyte_table.
19861
198622008-02-01 Kenichi Handa <handa@m17n.org>
19863
19864 * coding.c (setup_coding_system): If coding has
19865 post-read-conversion or pre-write-conversion, set
19866 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
19867 respectively.
19868 (decode_coding_gap): Run post-read-conversion if any.
19869
19870 * fileio.c (Finsert_file_contents): Even if we read into a
19871 unibyte buffer, check if we must decode the result or not.
19872
198732008-02-01 Kenichi Handa <handa@m17n.org>
19874
19875 * coding.c (make_conversion_work_buffer): Change the work buffer
19876 name to the same one as that of Emacs 21.
19877
198782008-02-01 Kenichi Handa <handa@m17n.org>
19879
19880 * coding.h (make_conversion_work_buffer): Adjust prototype.
19881 (code_conversion_restore): Don't extern it.
19882
19883 * coding.c (detected_mask): Delete unused variable.
19884 (decode_coding_iso_2022): Pay attention to the byte sequence of
19885 CTEXT extended segment, and retain those bytes as is.
19886 (decode_coding_ccl): Delete unused variable `valids'.
19887 (setup_coding_system): Delete unused variable `category'.
19888 (consume_chars): Delete unused variable `category'. Make it work
19889 for non-multibyte case.
19890 (make_conversion_work_buffer): Change argument.
19891 (saved_coding): Delete unused variable.
19892 (code_conversion_restore): Don't check saved_coding->destination.
19893 (code_conversion_save): New function.
19894 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
19895 instead of record_unwind_protect.
19896 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
19897 (detect_coding_system): Delete unused variable `mask'.
19898 (Fdefine_coding_system_internal): Delete unused variable id.
19899
19900 * fileio.c (kill_workbuf_unwind): New function.
19901 (Finsert_file_contents): On replacing, call
19902 make_conversion_work_buffer with correct args, and call
19903 record_unwind_protect with the first arg kill_workbuf_unwind.
19904
19905 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
19906
199072008-02-01 Kenichi Handa <handa@m17n.org>
19908
19909 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
19910 (fontset_add): Fix for the case that TO is less than TO1.
19911 (Ffontset_info): Don't use fallback fontset on checking the
19912 default fontset.
19913 (dump_fontset): New function for debugging.
19914
19915 * coding.c (Fdefine_coding_system_internal): Fix for the case that
19916 coding_type is Qcharset.
19917
199182008-02-01 Kenichi Handa <handa@m17n.org>
19919
19920 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
19921 (map_char_table): Don't inherit the value from the parent on
19922 initializing VAL. Adjust for the above change.
19923
199242008-02-01 Kenichi Handa <handa@m17n.org>
19925
19926 * coding.c (Qsignature, Qendian): Delete these variables.
19927 (syms_of_coding): Don't initialize them.
19928 (CATEGORY_MASK_UTF_16_AUTO): New macro.
19929 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
19930 detect_info->found.
19931 (decode_coding_utf_16): Don't detect BOM here.
19932 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
19933 is NOT utf_16_without_bom.
19934 (setup_coding_system): For a coding system of type utf-16, check
19935 if the attribute :endian is Qbig or not (not nil or not), and set
19936 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
19937 (detect_coding): If coding type is utf-16 and BOM detection is
19938 required, detect it.
19939 (Fdefine_coding_system_internal): For a coding system of type
19940 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
19941
199422008-02-01 Kenichi Handa <handa@m17n.org>
19943
19944 * coding.c (coding_set_source): Fix for the case that the current
19945 buffer is different from coding->src_object.
19946 (decode_coding_object): Don't use the conversion work buffer if
19947 DST_OBJECT is a buffer.
19948
199492008-02-01 Dave Love <fx@gnu.org>
19950
19951 * lread.c (read_emacs_mule_char) [len==2]: Index
19952 emacs_mule_charset correctly.
19953
199542008-02-01 Dave Love <fx@gnu.org>
19955
19956 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
19957 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
19958 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
19959 treated specially.)
19960 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
19961 (detected_mask): Remove Big5 bits.
19962
199632008-02-01 Kenichi Handa <handa@m17n.org>
19964
19965 The following changes are to make the font rescaling facility
19966 compatible with Emacs 21.
19967
19968 * xfaces.c (Vface_font_rescale_alist): Rename from
19969 Vface_resizing_fonts.
19970 (struct font_name): Rename member resizing_ratio to rescale_ratio.
19971 (font_rescale_ratio): Rename from font_resizing_ratio.
19972 (split_font_name): Set font->rescale_ratio.
19973 (better_font_p): Pay attention to font->rescale_ratio.
19974 (build_scalable_font_name): Likewise. Change RESX, and RESY
19975 fields.
19976 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
19977
199782008-02-01 Kenichi Handa <handa@m17n.org>
19979
19980 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
19981 (Qutf_16_le): Remove these variables.
19982 (syms_of_coding): Don't DEFSYM them.
19983 (decode_coding_utf_16): Fix handling of BOM.
19984 (encode_coding_utf_16): Fix handling of BOM.
19985
199862008-02-01 Kenichi Handa <handa@m17n.org>
19987
19988 * fileio.c (Finsert_file_contents): On replacing, before decoding
19989 the file into the work buffer, set point of the work buffer to the end.
19990
199912008-02-01 Dave Love <fx@gnu.org>
19992
19993 * coding.c (Fcheck_coding_systems_region): Fix type errors.
19994
199952008-02-01 Dave Love <fx@gnu.org>
19996
19997 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
19998 and fix C types.
19999
200002008-02-01 Kenichi Handa <handa@m17n.org>
20001
20002 * xdisp.c (SKIP_GLYPHS): New macro.
20003 (set_cursor_from_row): Pay attention to string display properties.
20004
20005 * category.c (copy_category_entry): Fix for the case that RANGE
20006 is an integer.
20007
20008 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
20009
20010 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
20011
200122008-02-01 Kenichi Handa <handa@m17n.org>
20013
20014 * charset.c (Fcharset_id_internal): New function.
20015 (syms_of_charset): Defsubr it.
20016
20017 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
20018 with the last arg charset_list acquired from coding.
20019 (Fdefine_coding_system_internal): For ccl-based coding system, fix
20020 the attribute coding_attr_ccl_valids.
20021
20022 * coding.h (enum define_coding_ccl_arg_index): Set the first
20023 member coding_arg_ccl_decoder to coding_arg_max.
20024
20025 * ccl.h (ccl_driver): Adjust prototype.
20026
20027 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
20028 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 20029 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
20030 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
20031 last arg Qnil.
20032
200332008-02-01 Kenichi Handa <handa@m17n.org>
20034
20035 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
20036 call encode_char.
20037
20038 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
20039
200402008-02-01 Dave Love <fx@gnu.org>
20041
20042 * composite.c (syms_of_composite): Make composition_hash_table weak.
20043
200442008-02-01 Kenichi Handa <handa@m17n.org>
20045
20046 * dispextern.h (check_face_attributes, generate_ascii_font_name)
20047 (font_name_registry): Don't extern them.
20048 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
20049
20050 * fontset.h (Qfontset): Don't extern it.
20051 (new_fontset_from_font_name): Extern it.
20052
20053 * fontset.c: Give 8 extra slots to fontset objects.
20054 (Qfontset_info): New variable.
20055 (syms_of_fontset): Defsym it.
20056 (FONTSET_FALLBACK): New macro.
20057 (fontset_face): Try also the default fontset.
20058 (make_fontset): Realize a fallback fontset from the default fontset.
20059 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
20060 using split_font_name_into_vector and build_font_name_from_vector.
20061 (Fset_fontset_font): Access the elements of font_spec by enum
20062 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
20063 name by using split_font_name_into_vector.
20064 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
20065 generate a proper font name from the fontset name. Update
20066 Vfontset_alias_alist.
20067 (n_auto_fontsets): New variable.
20068 (new_fontset_from_font_name): New function.
20069 (Ffont_info): Store the information about fonts generated from the
20070 default fontset in the first extra slot of the returned char-table.
20071
20072 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
20073 (font_name_registry): Delete function.
20074 (split_font_name_into_vector): New function.
20075 (build_font_name_from_vector): New function.
20076 (font_list): The argument REGISTRY is now a list of registry names.
20077 (choose_face_font): If we are choosing an ASCII font, and ATTRS
20078 specifies an explicit font name, return the name as is. Make a
20079 list of registy names.
20080
20081 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
20082 of x_new_fontset.
20083 (Fx_create_frame): Don't call x_new_fontset here. Just use
20084 x_list_fonts to check the existence of fonts.
20085
20086 * xterm.h (x_new_fontset): Adjust prototype.
20087
20088 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
20089 string. Use new_fontset_from_font_name to create a fontset from a
20090 font name.
20091
200922008-02-01 Kenichi Handa <handa@m17n.org>
20093
20094 * syntax.c (Vfind_word_boundary_function_table): New name for
20095 Vnext_word_boundary_function_table.
20096 (find-word-boundary-function-table): New name for
20097 next-word-boundary-function-table.
20098
200992008-02-01 Dave Love <fx@gnu.org>
20100
20101 * Makefile.in: Fix some dependencies.
20102
20103 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
20104 set it to nil before returning.
20105
20106 * composite.c (update_compositions): Fix type error.
20107
20108 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
20109
201102008-02-01 Kenichi Handa <handa@m17n.org>
20111
20112 * xterm.c (x_new_font): Optimize for the case that the font is
20113 already set for the frame.
20114
201152008-02-01 Kenichi Handa <handa@m17n.org>
20116
20117 * chartab.c (char_table_ascii): Check if the char table contents
20118 is sub-char-table or not.
20119 (char_table_set, char_table_set_range): Fix argument to
20120 char_table_ascii.
20121
20122 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
20123 (detect_coding_utf_8, detect_coding_utf_16)
20124 (detect_coding_emacs_mule, detect_coding_iso_2022)
20125 (detect_coding_sjis, detect_coding_big5)
20126 (detect_coding_ccl, detect_coding_charset): Change argument MASK
20127 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
20128 sequence is valid in this coding system. Change callers.
20129 (MAX_ANNOTATION_LENGTH): New macro.
20130 (ADD_ANNOTATION_DATA): New macro.
20131 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
20132 ADD_ANNOTATION_DATA. Change the format of annotation data.
20133 (ADD_CHARSET_DATA): New macro.
20134 (emacs_mule_char): New argument ID. Change callers.
20135 (decode_coding_emacs_mule, decode_coding_iso_2022)
20136 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
20137 Produce charset annotation data in coding->charbuf.
20138 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
20139 to charset annotation data in coding->charbuf.
20140 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
20141 coding->common_flags if the coding system is iso-2022 based and
20142 uses designation.
20143 (produce_composition): Adjust for the new annotation data format.
20144 (produce_charset): New function.
20145 (produce_annotation): Handle charset annotation.
20146 (handle_composition_annotation, handle_charset_annotation): New
20147 functions.
20148 (consume_chars): Handle charset annotation. Utilize the above two
20149 functions.
20150 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
20151 buffer, get the deleted text as a string and set
20152 coding->src_object to that string.
20153 (detect_coding, detect_coding_system): Use the new struct
20154 coding_detection_info.
20155
20156 * coding.h (struct coding_detection_info): New structure.
20157 (struct coding_system): Adjust prototype of the member `detector'.
20158 (CODING_ANNOTATE_CHARSET_MASK): New macro.
20159
201602008-02-01 Kenichi Handa <handa@m17n.org>
20161
20162 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
20163
201642008-02-01 Dave Love <fx@gnu.org>
20165
20166 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
20167 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
20168 to new local and nullify apropos_accumulate before returning.
20169 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
20170
201712008-02-01 Kenichi Handa <handa@m17n.org>
20172
20173 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
20174 correctly.
e3eea1fc 20175
aac0c6e3
MR
201762008-02-01 Dave Love <fx@gnu.org>
20177
20178 * fns.c (Flanginfo): Call synchronize_system_time_locale.
20179
201802008-02-01 Kenichi Handa <handa@m17n.org>
20181
20182 The following changes are to make character composition happen
20183 automatically on displaying.
20184
20185 * Makefile.in (lisp, shortlisp): Add composite.elc.
20186
20187 * composite.h (Qauto_composed, Vauto_composition_function)
20188 (Qauto_composition_function): Extern them.
20189
20190 * composite.c (Vcomposition_function_table)
20191 (Qcomposition_function_table): Delete variables.
20192 (Qauto_composed, Vauto_composition_function)
20193 (Qauto_composition_function): New variables.
20194 (run_composition_function): Don't call
20195 compose-chars-after-function.
20196 (update_compositions): Clear `auto-composed' text property.
20197 (compose_chars_in_text): Delete this function.
20198 (syms_of_composite): Staticpro Qauto_composed and
20199 Qauto_composition_function. Declare Vauto_composition_function as
20200 a Lisp variable.
20201
20202 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
20203
20204 * xdisp.c (it_props): Add an entry for Qauto_composed.
20205 (handle_auto_composed_prop): New function.
20206
20207 * xselect.c (selection_data_to_lisp_data): Don't call
20208 compose_chars_in_text.
20209
202102008-02-01 Dave Love <fx@gnu.org>
20211
20212 * keyboard.c (read_char): Modify checking around use of
20213 Vkeyboard_translate_table.
20214
20215 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
20216 and fix C types.
20217
202182008-02-01 Kenichi Handa <handa@m17n.org>
20219
20220 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
20221 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
20222 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
20223 the case that the last byte is '\r' correctly.
20224 (decode_coding): Flush out the unprocessed data correctly.
20225 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
20226
202272008-02-01 Dave Love <fx@gnu.org>
20228
20229 * xterm.c (XTread_socket): Fix changes for defined keysyms.
20230 Add XK_ISO... case.
20231 (xaw_scroll_callback): Revert last change.
20232
202332008-02-01 Kenichi Handa <handa@m17n.org>
20234
20235 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
20236
202372008-02-01 Kenichi Handa <handa@m17n.org>
20238
20239 * xfaces.c (Vface_resizing_fonts): New variable.
20240 (struct font_name): New member `resizing_ratio'.
20241 (font_resizing_ratio): New function.
20242 (split_font_name): Set font->resizing_ratio.
20243 (better_font_p): Pay attention to font->resizing_ratio.
20244 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
20245 RESX, and RESY fields.
20246 (try_alternative_families): Try scalable fonts if
20247 Vscalable_fonts_allowed is not Qt.
20248 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
20249
202502008-02-01 Dave Love <fx@gnu.org>
20251
20252 * xterm.c (xaw_scroll_callback): Cast correctly.
20253
202542008-02-01 Dave Love <fx@gnu.org>
20255
20256 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
20257 (lispy_kana_keys): Comment out.
20258 (make_lispy_event) [XK_kana_A]: Comment out.
20259
20260 * xterm.c (xaw_scroll_callback): Cast call_data.
20261 (XTread_socket): Deal with ASCII keysyms.
20262 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
20263
202642008-02-01 Dave Love <fx@gnu.org>
20265
20266 * xterm.c (Vx_keysym_table): New.
20267 (syms_of_xterm): Initialize it.
20268 (XTread_socket): Use it.
20269 From head: Eliminate incorrect optimization that tried to avoid
20270 decoding the output of X*LookupString.
20271 (x_get_font_repertory): Delete charset declaration.
20272
202732008-02-01 Kenichi Handa <handa@m17n.org>
20274
20275 * coding.c (detect_coding_charset): If only ASCII bytes are found,
20276 return 0.
20277 (Fdefine_coding_system_internal): Setup
20278 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
20279
202802008-02-01 Dave Love <fx@gnu.org>
20281
20282 * coding.c (Fcheck_coding_system): Doc fix.
20283
20284 * editfns.c (Finsert_byte): Return a proper value.
20285
202862008-02-01 Kenichi Handa <handa@m17n.org>
20287
20288 * coding.c (decode_coding): Fix args to translate_chars. Pay
20289 attention to Vstandard_translation_table_for_decode.
20290 (encode_coding): Fix args to translate_chars. Pay attention to
20291 Vstandard_translation_table_for_encode.
20292
20293 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
20294 SINGLE_BYTE_CHAR_P.
20295
20296 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
20297 not by SINGLE_BYTE_CHAR_P.
20298
20299 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
20300 SINGLE_BYTE_CHAR_P.
20301
20302 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
20303 SINGLE_BYTE_CHAR_P.
20304
20305 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
20306 by SINGLE_BYTE_CHAR_P.
20307
20308 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
20309 SINGLE_BYTE_CHAR_P.
20310
203112008-02-01 Dave Love <fx@gnu.org>
20312
20313 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
20314
203152008-02-01 Dave Love <fx@gnu.org>
20316
20317 * fns.c (Flanginfo): Fix typo.
20318
20319 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
20320
203212008-02-01 Kenichi Handa <handa@m17n.org>
20322
20323 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
20324 (detect_coding_emacs_mule, detect_coding_iso_2022)
20325 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
20326 incomplete byte sequence. Don't update *mask when correctly detected.
20327 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
20328 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
20329 (detect_coding, detect_coding_system): Adjust for the changes above.
20330
203312008-02-01 Kenichi Handa <handa@m17n.org>
20332
20333 * character.c (char_string): Rename from
20334 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
20335 (string_char): Rename from string_char.
20336
20337 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
20338 if C is greater than MAX_3_BYTE_CHAR.
20339 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
20340 string_char instead of string_char_with_unification.
20341
203422008-02-01 Dave Love <fx@gnu.org>
20343
20344 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
20345
203462008-02-01 Kenichi Handa <handa@m17n.org>
20347
20348 * keymap.c (push_key_description): Pay attention to force_multibyte.
20349
20350 * regex.c (re_search_2): Fix for the case of unibyte buffer.
20351
203522008-02-01 Dave Love <fx@gnu.org>
20353
20354 * charset.c (define_charset_internal): Rename `supprementary'.
20355
20356 * Makefile.in (lisp, shortlisp): Remove latin-N.
20357
203582008-02-01 Dave Love <fx@gnu.org>
20359
20360 * xfns.c (x_window, x_window): Use use_xim.
20361
20362 * xterm.c (use_xim): Initialize.
20363 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
20364 (x_term_init): Maybe set use_xim.
20365
20366 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
20367
203682008-02-01 Kenichi Handa <handa@m17n.org>
20369
20370 * search.c (search_buffer): Fix case-fold-search of multibyte
20371 characters.
20372 (boyer_moore): Rename the last argument to char_high_bits.
20373
203742008-02-01 Kenichi Handa <handa@m17n.org>
20375
20376 * xdisp.c (display_string): Fix for the case of zero width glyph.
20377
20378 * xfns.c (x_set_font): Change the error message of the case that
20379 x_new_fontset returns Qt.
20380
20381 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
20382 (Finternal_set_lisp_face_attribute): Use signal_error for the
20383 error of invalid fontset.
20384
20385 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
20386 fontset, return Qt.
20387
203882008-02-01 Dave Love <fx@gnu.org>
20389
20390 * unexelf.c (unexec): Make .got handling not SGI-specific.
20391
20392 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
20393
20394 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
20395
20396 * keyboard.c (read_key_sequence): Fix type error.
20397
20398 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
20399 type error.
20400
20401 * fontset.c (fontset_add): Return Lisp_Object.
20402
204032008-02-01 Dave Love <fx@gnu.org>
20404
20405 * charset.h (charset_ordered_list_tick): Declare extern.
20406
204072008-02-01 Kenichi Handa <handa@m17n.org>
20408
20409 The following changes (and some of 2008-02-01 changes of mine) are
20410 for handling syntax, category, and case conversion for unibyte
20411 characters by converting them to multibyte on the fly. With these
20412 changes, we don't have to setup syntax and case tables for unibyte
20413 characters in each language environment.
20414
20415 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
20416 multibyte if necessary.
20417
20418 * bytecode.c (Fbyte_code): Likewise.
20419
20420 * character.h (LEADING_CODE_LATIN_1_MIN)
20421 (LEADING_CODE_LATIN_1_MAX): New macros.
20422 (unibyte_to_multibyte_table): Extern it.
20423 (unibyte_char_to_multibyte): New macro.
20424 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
20425 (CHAR_LEADING_CODE): New macro.
20426 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
20427
20428 * character.c (unibyte_to_multibyte_table): New variable.
20429 (unibyte_char_to_multibyte): Move to character.h and define as macro.
20430 (multibyte_char_to_unibyte): If C is an eight-bit character,
20431 convert it to the corresponding byte value.
20432
20433 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
20434 not 1, signals an error. Update the elements of
20435 unibyte_to_multibyte_table.
20436 (init_charset_once): Initialize unibyte_to_multibyte_table.
20437 (syms_of_charset): Define the charset `iso-8859-1'.
20438
20439 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
20440 as is without converting it to unibyte. In a unibyte buffer,
20441 convert C to multibyte before checking the syntax.
20442
20443 * lisp.h (unibyte_char_to_multibyte): Delete extern.
20444
20445 * minibuf.c (Fminibuffer_complete_word): Use the macro
20446 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
20447
20448 * regex.h (struct re_pattern_buffer): New member target_multibyte.
20449
20450 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
20451 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
20452 that is zero, convert an eight-bit char to multibyte.
20453 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
20454 non-emacs case.
20455 (PATFETCH): Convert an eight-bit char to multibyte.
20456 (HANDLE_UNIBYTE_RANGE): New macro.
20457 (regex_compile): Setup the compiled pattern for multibyte chars
20458 even if the given regex string is unibyte. Use PATFETCH_RAW
20459 instead of PATFETCH in many places. To handle `charset'
20460 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
20461 only for ASCII chars.
20462 (analyse_first) <exactn>: Simplify because the compiled pattern
20463 is multibyte.
20464 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
20465 <charset>: Use CHAR_LEADING_CODE to get leading codes.
20466 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
20467 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
20468 multibyte always 1.
20469 (re_search_2): In emacs, set the locale variable multibyte to 1,
20470 otherwise to 0. New local variable target_multibyte. Check it
20471 to decide the multibyteness of STR1 and STR2. If
20472 target_multibyte is zero, convert unibyte chars to multibyte
20473 before translating and checking fastmap.
20474 (TARGET_CHAR_AND_LENGTH): New macro.
20475 (re_match_2_internal): In emacs, set the locale variable multibyte
20476 to 1, otherwise to 0. New local variable target_multibyte. Check
20477 it to decide the multibyteness of STR1 and STR2. Use
20478 TARGET_CHAR_AND_LENGTH to fetch a character from D.
20479 <charset, charset_not>: If multibyte is nonzero, check fastmap
20480 only for ASCII chars. Call bcmp_translate with
20481 target_multibyte, not with multibyte.
20482 <begline>: Declare the local variable C as `unsigned'.
20483 (bcmp_translate): Change the last arg name to target_multibyte.
20484
20485 * search.c (compile_pattern_1): Don't adjust the multibyteness of
20486 the regexp pattern and the matching target. Set cp->buf.multibyte
20487 to the multibyteness of the regexp pattern. Set
20488 cp->but.target_multibyte to the multibyteness of the matching target.
20489 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
20490 FETCH_STRING_CHAR_ADVANCE.
20491 (Freplace_match): Convert unibyte chars to multibyte.
20492
20493 * syntax.c (char_quoted, back_comment, scan_words)
20494 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
20495 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
20496 unibyte chars to multibyte.
20497 (skip_chars): Delete the arg syntaxp, and move the code for
20498 handling syntaxes to skip_syntaxes. Change callers.
20499 Fix the case that the multibyteness of STRING and the current
20500 buffer doesn't match.
20501 (skip_syntaxes): New function.
20502 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
20503 SINGLE_BYTE_CHAR_P.
20504
205052008-02-01 Kenichi Handa <handa@m17n.org>
20506
20507 * xfaces.c (QCfontset): New variable.
20508 (LFACE_FONTSET): New macro.
20509 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
20510 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
20511 (Finternal_set_lisp_face_attribute)
20512 (Finternal_get_lisp_face_attribute): Handle QCfontset.
20513 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
20514 check also LFACE_FONTSET_INDEX.
20515 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
20516 attrs[LFACE_FONT_INDEX].
20517 (syms_of_xfaces): Intern and staticpro QCfontset.
20518
20519 * dispextern.h (enum lface_attribute_index): New member
20520 LFACE_FONTSET_INDEX.
20521
20522 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
20523
205242008-02-01 Kenichi Handa <handa@m17n.org>
20525
20526 * coding.c (coding_set_destination): Fix coding->destination for
20527 the case converting a region.
20528 (encode_coding_utf_8): Encode eight-bit chars as single byte.
20529 (encode_coding_object): Fix coding->dst_pos and
20530 coding->dst_pos_byte for the case converting a region.
20531
20532 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
20533
20534 * character.h (BYTE8_STRING): New macro.
20535
20536 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
20537
205382008-02-01 Kenichi Handa <handa@m17n.org>
20539
20540 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
20541 characters by octal form.
20542
20543 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
20544
20545 * buffer.h (_fetch_multibyte_char_len): Delete extern.
20546 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
20547 _fetch_multibyte_char_len.
20548 (FETCH_CHAR_AS_MULTIBYTE): New macro.
20549
20550 * casetab.c (set_canon, set_identity, shuffle): Simplify.
20551
20552 * casefiddle.c (casify_object): Simplify. Handle the case that
20553 the case conversion change the byte length.
20554 (casify_region): Likewise.
20555
20556 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
20557
20558 * character.c (_fetch_multibyte_char_len): Delete this variable.
20559 (syms_of_character): Setup Vprintable_chars.
20560
20561 * editfns.c (Fchar_equal): Fix for the unibyte case.
20562 (Finsert_byte): New function.
20563 (syms_of_editfns): Defsubr it.
20564
20565 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
20566 of direct code 0x3ffff.
20567
20568 * search.c (Freplace_match): Fix for the unibyte case.
20569
205702008-02-01 Kenichi Handa <handa@m17n.org>
20571
20572 * lread.c (safe_to_load_p): Fix the logic.
20573
20574 * syntax.c (scan_words): Don't treat characters belonging to
20575 different scripts as constituting a word.
20576
20577 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
20578
20579 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
20580
20581 * emacs.c (main): In the case of --unibyte, instead of aborting on
20582 finding non-empty buffer, make it unibyte.
20583
205842008-02-01 Kenichi Handa <handa@m17n.org>
20585
20586 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
20587 to create a fontset.
20588
205892008-02-01 Dave Love <fx@gnu.org>
20590
20591 * character.c (Funibyte_char_to_multibyte): Doc fix.
20592
20593 * xfns.c [HAVE_STDLIB_H]: Fix last change.
20594
205952008-02-01 Kenichi Handa <handa@m17n.org>
20596
20597 * fontset.c (fontset_add): Make the type `int'.
20598 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
20599
20600 * character.c (unibyte_char_to_multibyte)
20601 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
20602 charset_unibyte, not charset_primary.
20603
20604 * charset.h (charset_unibyte): Extern it instead of charset_primary.
20605
20606 * charset.c (charset_unibyte): Rename from charset_primary.
20607 (Funibyte_charset): Rename from Fprimary_charset.
20608 (Fset_unibyte_charset): Rename from Fset_primary_charset.
20609 (syms_of_charset): Adjust for the above changes.
20610
20611 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
20612 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
20613 it->multibyte_p is zero.
20614
20615 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
20616 Delete extern.
20617
206182008-02-01 Kenichi Handa <handa@m17n.org>
20619
20620 * coding.c (Fdefine_coding_system_internal): Fix category setting
20621 for a coding system of type iso-2022.
20622
206232008-02-01 Kenichi Handa <handa@m17n.org>
20624
20625 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
20626
206272008-02-01 Kenichi Handa <handa@m17n.org>
20628
20629 * syntax.c (Vnext_word_boundary_function_table): New variable.
20630 (next-word-boundary-function-table): Declare it as a Lisp variable
20631 in syms_of_syntax.
20632 (scan_words): Call functions in Vnext_word_boundary_function_table
20633 if any.
20634
20635 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
20636
20637 * fontset.c (fs_load_font): If fontp->charset is not negative,
20638 return fontp without setting its members.
20639
206402008-02-01 Dave Love <fx@gnu.org>
20641
20642 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
20643
20644 * m/sparc.h (HAVE_ALLOCA): Delete.
20645
20646 * s/irix6-5.h: Don't include strings.h.
20647 (bcopy, bzero, bcmp): Don't undef.
20648
20649 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
20650
20651 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
20652 (TIOCSIGSEND): Don't test IRIX6.
20653 (bcopy, bzero, bcmp): Define conditionally.
20654
206552008-02-01 Kenichi Handa <handa@m17n.org>
20656
20657 * buffer.c (Qas, Qmake, Qto): New variables.
20658 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
20659 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
20660
20661 * callproc.c (Fcall_process): Don't call insert_1_both directly if
20662 we are inserting a process output into a multibyte buffer.
20663
20664 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
20665 multibyte_char_to_unibyte.
20666
20667 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
20668 by the primary charset, make it eight-bit char.
20669 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
20670
20671 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
20672 (charset_8_bit__control, charset_8_bit_graphic)
20673 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
20674 (define_charset_internal): New function.
20675 (syms_of_charset): Call define_charset_internal for pre-defined
20676 charsets.
20677
20678 * charset.h (charset_8_bit): Extern it.
20679
20680 * coding.c (make_conversion_work_buffer): Adjust for the change
20681 of Fset_buffer_multibyte.
20682 (encode_coding_raw_text): Increment p0 in the loop.
20683
20684 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
20685
20686 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
20687 for the change of Fset_buffer_multibyte.
20688
20689 * fns.c (Fstring_to_multibyte): New function.
20690 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
20691
206922008-02-01 Dave Love <fx@gnu.org>
20693
20694 * xfns.c (x_put_x_image): Declare args.
20695
20696 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
20697 (try_font_list): Declare an arg.
20698
20699 * xdisp.c (message2_nolog, set_message): Declare an arg.
20700
20701 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
20702
20703 * syntax.c (scan_sexps_forward): Declare an arg.
20704
20705 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
20706 Declare an arg.
20707
20708 * lisp.h (Fnew_fontset): Declare.
20709
20710 * keymap.c (push_key_description): Call CHARACTERP correctly.
20711
20712 * fontset.c (fontset_add): Declare args. Call make_number correctly.
20713 (face_for_char): Delete unused vars.
20714 (Fset_fontset_font): Doc fix. Delete unused vars.
20715
20716 * doc.c (Fsubstitute_command_keys): Delete unused vars.
20717
20718 * composite.c (update_compositions): Declare arg.
20719
20720 * cm.c (calccost, cmgoto): Declare args.
20721
20722 * charset.c: Remove `emacs' conditional. Doc fixes.
20723 (map_char_table_for_charset): Declare.
20724
20725 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
20726
20727 * ccl.c: Remove `emacs' conditional.
20728
207292008-02-01 Kenichi Handa <handa@m17n.org>
20730
20731 The following changes are to allow specifying multiple font
20732 patterns for a character range (specified by script or charset).
20733
20734 * Makefile.in (abbrev.o): Depend on syntax.h.
20735 (xfaces.o): Depend on charset.h.
20736
20737 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
20738 SINGLE_BYTE_CHAR_P.
20739
20740 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
20741
20742 * character.h (Vchar_script_table): Extern it.
20743
20744 * character.c (Vscript_alist): Delete.
20745 (Vchar_script_table, Qchar_script_table): New variable.
20746 (syms_of_character): Declare Vchar_script_table as a lisp variable
20747 and initialize it.
20748
20749 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
20750 have property char-table-extra-slots, make no extra slot.
20751
20752 * dispextern.h (struct face): Delete member `charset'.
20753 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
20754 SINGLE_BYTE_CHAR_P.
20755 (choose_face_font, lookup_non_ascii_face, font_name_registry):
20756 Add prototypes.
20757 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
20758 (generate_ascii_font_name): Rename from generate_ascii_font.
20759
20760 * fontset.h (get_font_repertory_func): New prototype.
20761 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
20762 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
20763
20764 * fontset.c (Qprepend, Qappend): New variables.
20765 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
20766 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
20767 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
20768 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
20769 (fontset_ref_and_range, fontset_add, reorder_font_vector)
20770 (load_font_get_repertory): New functions.
20771 (fontset_set): Delete.
20772 (fontset_face): New arg FACE. Return face ID, not face.
20773 Complete re-write to handle new fontset structure. Change caller.
20774 (free_face_fontset): Use ASET istead of AREF (X) = Y.
20775 (face_for_char): Don't call lookup_face.
20776 (make_fontset_for_ascii_face): New arg FACE.
20777 (fs_load_font): New arg CHARSET_ID. Don't check
20778 Vfont_encoding_alist here.
20779 (find_font_encoding): New function.
20780 (list_fontsets): Use STRINGP, not ! NILP.
20781 (accumulate_script_ranges): New function.
20782 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
20783 re-written to handle new fontset structure.
20784 (Ffontset_font): Return a copy of element.
20785 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
20786 docstring of font-encoding-alist.
20787
20788 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
20789 (Fset_fotset_font): Fix arguments to 5.
20790
20791 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
20792
20793 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
20794 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
20795 (highlight_trailing_whitespace): Adjust for the change of
20796 lookup_named_face.
20797
20798 * xfaces.c: Include charset.h.
20799 (load_face_font): Delete argument C. Change caller.
20800 (generate_ascii_font_name): Rename from generate_ascii_font.
20801 (font_name_registry): New function.
20802 (cache_face): Store ascii faces before non-ascii faces in buckets.
20803 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
20804 Lookup only ascii faces.
20805 (lookup_non_ascii_face): New function.
20806 (lookup_named_face): Delete argument C. Change caller.
20807 (lookup_derived_face): Delete argument C. Change caller.
20808 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
20809 a string, just call font_list with it.
20810 (choose_face_font): Delete arguments FACE and C. New arg
20811 FONT_SPEC. Change caller.
20812 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
20813 Change caller.
20814 (realize_non_ascii_face): New function.
20815 (realize_x_face): Call load_face_font here.
20816 (realize_tty_face): Delete argument C. Change caller.
20817 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
20818 get a face ID.
20819 (dump_realized_face): Don't print charset of FACE.
20820
20821 * xfns.c (x_set_font): Always call x_new_fontset and
20822 store_frame_parameter.
20823 (Fx_create_frame): Call x_new_fontset, not x_new_font.
20824 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
20825
20826 * xterm.h (x_get_font_repertory): Extern it.
20827
20828 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
20829 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
20830 it->multibyte_p is zero.
20831 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
20832 (x_new_fontset): If FONTSETNAME doesn't match any existing
20833 fontsets, create a new one.
20834 (x_get_font_repertory): New function.
20835
208362008-02-01 Kenichi Handa <handa@m17n.org>
20837
20838 * coding.c (Ffind_coding_systems_region_internal): Detect an
20839 ASCII only string correctly.
20840
20841 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
20842 version is 0.
20843
208442008-02-01 Kenichi Handa <handa@m17n.org>
20845
20846 * lread.c: Include "coding.h".
20847 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
20848 (load_each_byte, unread_char): New variables.
20849 (readchar_backlog): Delete.
20850 (readchar): Return a character unless load_each_byte is nonzero.
20851 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
20852 cons. If unread_char is not -1, simply return it.
20853 (unreadchar): Handle the case that readcharfun is
20854 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
20855 (read_multibyte): Delete.
20856 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
20857 (read_emacs_mule_char): New functions.
20858 (Fload): Even if the file doesn't have the extension ".elc", if
20859 safe_to_load_p returns a positive version number, assume that the
20860 file contains bytecompiled code. If the version is less than 22,
20861 load the file while decoding multibyte sequences by emacs-mule.
20862 (readevalloop): Don't use readchar_backlog.
20863 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
20864 (Fread_from_string): Pay attention to the case that STREAM is a cons.
20865 (read_escape): Delete the arg BYTEREP.
20866 (read1): Set load_each_byte to 1 temporarily while handling
20867 #@NUMBER. Don't call read_multibyte.
20868 (read_vector): Call Fread with a cons. If readcharfun is
20869 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
20870 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
20871 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
20872 and Qload_force_doc_strings.
20873
208742008-02-01 Kenichi Handa <handa@m17n.org>
20875
20876 * xdisp.c (face_before_or_after_it_pos): Call
20877 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
20878
208792008-02-01 Kenichi Handa <handa@m17n.org>
20880
20881 * character.h (TRAILING_CODE_P): New macro.
20882 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
20883 (string_char_with_unification): Fix prototype.
20884 (Vscript_alist): Extern it.
20885
20886 * character.c (Vscript_alist): New variable.
20887 (string_char_with_unification, str_as_unibyte)
20888 (string_escape_byte8): Add `const' to local variables.
20889 (syms_of_character): Declare script-alist as a Lisp variable.
20890
20891 * charset.h (Vcharset_ordered_list): Extern it.
20892 (charset_ordered_list_tick): Extern it.
20893 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
20894 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
20895 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
20896 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
20897 (Funify_charset): Adjust for the change of Funify_charset.
20898
20899 * charset.c (charset_ordered_list_tick): New variable.
20900 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
20901 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
20902 deunify intead of unify a charset.
20903 (string_xstring_p): Add `const' to local variables.
20904 (find_charsets_in_text): Add `const' to arguments and local variables.
20905 (encode_char): Adjust for the change of Funify_charset. Fix
20906 detecting of invalid code.
20907 (Fset_charset_priority): Increment charset_ordered_list_tick.
20908 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
20909 and TO_CODE.
20910
20911 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
20912 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
20913 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
20914 (decode_coding_ccl, consume_chars)
20915 (Ffind_coding_systems_region_internal)
20916 (Fcheck_coding_systems_region): Add `const' to local variables.
20917
20918 * print.c (print_object): Use octal form for printing the
20919 contents of a bool vector.
20920
209212008-02-01 Dave Love <fx@gnu.org>
20922
20923 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
20924 <version == 20>: Refuse to load.
20925
209262008-02-01 Dave Love <fx@gnu.org>
20927
20928 * fns.c: Move coding.h.
20929 (Qcodeset, Qdays, Qmonths): New.
20930 (concat): Use CHARACTERP instead of INTEGERP.
20931 (Flocale_codeset): Delete.
20932 (Flanginfo): New function.
20933 (syms_of_fns): Change accordingly.
20934
20935 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
20936
209372008-02-01 Dave Love <fx@gnu.org>
20938
20939 * casetab.c (init_casetab_once, init_casetab_once): Fix
20940 CHAR_TABLE_SET call.
20941
20942 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
20943
20944 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
20945
20946 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
20947 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
20948 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
20949
20950 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
20951
20952 * coding.c (ENCODE_DESIGNATION, decode_eol)
20953 (make_conversion_work_buffer, code_conversion_restore)
20954 (Fdefine_coding_system_internal): Convert Lisp types.
20955 (code_conversion_restore): Use EQ, not ==.
20956 (Fencode_coding_string): Fix code_convert_string call.
20957
20958 * coding.h (code_convert_region): Fix prototype.
20959
20960 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
20961
20962 * fontset.c (fontset_ref, fontset_set, fs_load_font)
20963 (Ffontset_info): Convert Lisp types.
20964
20965 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
20966
20967 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
20968
20969 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
20970
20971 * chartab.c: Include "...h", not <...h> in some cases.
20972
20973 * callproc.c (Fcall_process): Remove unused variables.
20974
209752008-02-01 Dave Love <fx@gnu.org>
20976
20977 * coding.c (Fset_coding_system_priority): Allow null arg list.
20978
209792008-02-01 Dave Love <fx@gnu.org>
20980
20981 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
20982 (Fself_insert_and_exit): Use CHARACTERP.
20983
20984 * callproc.c (Fcall_process): Remove unused vars.
20985
20986 * xterm.c (XTread_socket): Add extra dead keysyms.
20987
20988 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
20989
20990 * dispextern.h: Remove prototypes for redraw_frame,
20991 redraw_garbaged_frames.
20992
20993 * cmds.c (Fself_insert_command): Use CHARACTERP.
20994
20995 * chartab.c (make_sub_char_table): Remove unused var.
20996 (Fset_char_table_default, Fmap_char_table): Doc fix.
20997
20998 * keymap.c (access_keymap): Remove generic char code.
20999 (push_key_description): Use CHARACTERP.
21000
210012008-02-01 Dave Love <fx@gnu.org>
21002
21003 * charset.c: Doc fixes.
21004 (Funify_charset): Extra checking.
21005
210062008-02-01 Dave Love <fx@gnu.org>
21007
21008 * lread.c: Remove some unused variables.
21009 (safe_to_load_p): If safe, return the magic number version byte.
21010 (Fload): Maybe use load-with-code-conversion.
21011
210122008-02-01 Kenichi Handa <handa@m17n.org>
21013
21014 * category.c (Fmodify_category_entry): Don't modify the contents
21015 of category_set for characters out of the range. Avoid
21016 unnecessary modification.
21017
21018 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
21019 Vchar_unify_table. The default value of the table is now nil.
21020
21021 * character.c (syms_of_character): Setup Vchar_width_table for
21022 eight-bit-control and raw-byte chars.
21023
21024 * charset.h (enum define_charset_arg_index): Delete
21025 charset_arg_parents and add charset_arg_subset and
21026 charset_arg_superset.
21027 (enum charset_attr_index): Delete charset_parents and add
21028 charset_subset and charset_superset.
21029 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
21030 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
21031 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
21032 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
21033 (CHARSET_SUPERSET): New macros.
21034 (charset_work): Extern it.
21035 (ENCODE_CHAR): Use charset_work.
21036 (CHAR_CHARSET_P): Adjust for the change of encoder format.
21037 (map_charset_chars): Extern it.
21038
21039 * charset.c (load_charset_map): Set the default value of encoder
21040 and deunifier char-tables to nil.
21041 (map_charset_chars): Change argument. Change callers. Use
21042 map_char_table_for_charset instead of map_char_table.
21043 (Fmap_charset_chars): New optional args from_code and to_code.
21044 (Fdefine_charset_internal): Adjust for the change of
21045 `define-charset' (:parents -> :subset or :superset).
21046 (charset_work): New variable.
21047 (encode_char, syms_of_charset): Adjust for the change of
21048 Fdefine_charset_internal.
21049 (Ffind_charset_string): Setup the vector `charsets' correctly.
21050
21051 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
21052 the previous change.
21053 (char_table_ref_and_range): Adjust for the above change.
21054 (map_sub_char_table_for_charset): New function.
21055 (map_char_table_for_charset): New function.
21056
21057 * keymap.c (describe_vector): Handle a char-table directly here.
21058 (describe_char_table): Delete.
21059
21060 * lisp.h (map_charset_chars): Delete.
21061
210622008-02-01 Dave Love <fx@gnu.org>
21063
21064 * fns.c (count_combining): Comment out (unused).
21065 (Flocale_codeset): New.
21066 (syms_of_fns): Defsubr it.
21067
21068 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
21069 (size_t): Remove.
21070
210712008-02-01 Dave Love <fx@gnu.org>
21072
21073 * Makefile.in (chartab.o): Depend on charset.h.
21074
210752008-02-01 Kenichi Handa <handa@m17n.org>
21076
21077 * character.c (syms_of_character): Set the default value of
21078 Vprintable_chars to Qnil.
21079
210802008-02-01 Dave Love <fx@gnu.org>
21081
21082 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
21083
210842008-02-01 Kenichi Handa <handa@m17n.org>
21085
21086 * charset.c (load_charset_map): Handle the case that from < to
21087 correctly.
21088
21089 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
21090 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
21091 Pay attention to raw-8-bit chars.
21092
210932008-02-01 Kenichi Handa <handa@m17n.org>
21094
21095 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
21096 It is not bytecompiled now.
21097
21098 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
21099 (charset_jisx0208): New variables.
21100 (Fdefine_charset_internal): Setup them if appropriate.
21101 (init_charset_once): Initialize them to -1.
21102
21103 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
21104 (charset_jisx0208): Extern them.
21105
21106 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
21107 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
21108 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
21109 (setup_iso_safe_charsets): Fix arguments to Fassq.
21110 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
21111 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
21112 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
21113 (encode_coding_iso_2022): Change the 1st arg to
21114 ENCODE_ISO_CHARACTER to a variable.
21115
211162008-02-01 Kenichi Handa <handa@m17n.org>
21117
21118 * charset.h (enum define_charset_arg_index): New enums
21119 charset_arg_min_code and charset_arg_max_code.
21120 (struct charset): New member char_index_offset.
21121
21122 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
21123 Take charset->char_index_offset into account.
21124 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
21125 args[charset_arg_max_code]. Setup charset.char_index_offset.
21126 (syms_of_charset): Fix args to Fdefine_charset_internal.
21127
211282008-02-01 Dave Love <fx@gnu.org>
21129
21130 * coding.c (decode_coding_utf_8): Reject overlong sequences.
21131
211322008-02-01 Dave Love <fx@gnu.org>
21133
21134 * coding.c: Doc fixes.
21135 (Fcoding_system_aliases): Fix return value.
21136 (Qmac): Remove (duplicated) definition.
21137
211382008-02-01 Dave Love <fx@gnu.org>
21139
362654a6
JB
21140 * charset.c (Fcharset_priority_list, Fset_charset_priority):
21141 New functions.
aac0c6e3
MR
21142
21143 * character.c (Fstring): Doc fix.
21144
21145 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
21146
362654a6 21147 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
21148 (font-encoding-alist): Doc fix.
21149
211502008-02-01 Dave Love <fx@gnu.org>
21151
21152 * term.c (costs_set): Declare static, non-initialized for pcc.
21153 (encode_terminal_code): Remove unused var.
21154
21155 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
21156 for K&R.
21157
21158 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
21159
21160 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
21161 (suffixes): Move out of make_subsidiaries for K&R.
21162
21163 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
21164
21165 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
21166
211672008-02-01 Dave Love <fx@gnu.org>
21168
21169 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
21170
21171 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
21172
211732008-02-01 Yong Lu <lyongu@asia-infonet.com>
21174
21175 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
21176
21177 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
21178
211792008-02-01 Kenichi Handa <handa@m17n.org>
21180
21181 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
21182 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
21183
211842008-02-01 Kenichi Handa <handa@m17n.org>
21185
21186 * coding.c (decode_coding_charset): Adjust for the change of
21187 Fdefine_coding_system_internal.
21188 (Fdefine_coding_system_internal): For a coding system of
21189 `charset' type, store a list of charset IDs in
21190 `charset_attr_charset_valids' element of coding attributes.
21191
211922008-02-01 Kenichi Handa <handa@m17n.org>
21193
21194 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
21195 (emacs_mule_char): New arg src. Delete arg `composition'. Change
21196 caller. Handle 2-byte and 3-byte charsets correctly.
21197 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
21198 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
21199 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
21200 (DECODE_EMACS_MULE_21_COMPOSITION): Call
21201 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
21202 sequence.
21203 (decode_coding_emacs_mule): Handle composition correctly. Rewind
21204 `src' and `consumed_chars' correctly before calling emacs_mule_char.
21205 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
21206 and alt&rule composition.
21207 (decode_coding_iso_2022): Handle composition correctly.
21208 (init_coding_once): Setup emacs_mule_bytes for private charsets.
21209
21210 * charset.c (Fdefine_charset_internal): Fix bug for the case of
21211 re-defining a charset. If the charset has :emacs-mule-id, setup
21212 emacs_mule_bytes.
21213 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
21214
212152008-02-01 Kenichi Handa <handa@m17n.org>
21216
21217 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
21218 (encode_coding_big5, encode_coding_charset): If coding requires safe
21219 encoding, produce a character specified by
21220 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
21221
212222008-02-01 Dave Love <fx@gnu.org>
21223
21224 * xterm.c (XSetIMValues): Declare.
21225
21226 * process.c: Conditionally include sys/wait.h, pty.h.
21227
21228 * print.c (print_object): Fix print format for 64-bit systems.
21229
21230 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
21231
21232 * buffer.c (emacs_strerror): Declare.
21233
21234 * fontset.c (Fclear_face_cache): Declare.
21235 (accumulate_font_info): Comment-out (unused).
21236 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
21237 variables.
21238
21239 * character.h (string_escape_byte8): Declare.
21240
21241 * charset.c (load_charset_map, load_charset_map_from_file): Remove
21242 unused vars.
21243 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
21244 (Fmap_charset_chars): Doc fix.
21245
21246 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
21247 (Fset_coding_system_priority, Fset_coding_system_priority)
21248 (Fdefine_coding_system_internal): Doc fix.
21249
212502008-02-01 Dave Love <fx@gnu.org>
21251
21252 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
21253
212542008-02-01 Kenichi Handa <handa@m17n.org>
21255
21256 * character.c (string_escape_byte8): Make multibyte string with
21257 correct size.
21258
21259 * charset.c (Fmake_char): Delete unnecessary code.
21260
212612008-02-01 Kenichi Handa <handa@m17n.org>
21262
21263 * xfns.c (x_encode_text): Allocate coding.destination here, and
21264 call encode_coding_object with dst_object Qnil.
21265
21266 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
21267 multibyte form correctly.
21268
21269 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
21270 against Vfont_encoding_alist.
21271
21272 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
21273 handling of charset list.
21274 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
21275 (decode_coding_object): Move point to coding->dst_pos before
21276 calling post-read-conversion function.
21277 (encode_coding_object): Give correct arguments to
21278 pre-write-conversion. Ignore the return value of
21279 pre-write-conversion function. Pay attention to the case that
21280 pre-write-conversion changes the current buffer. If dst_object is
21281 Qt, even if coding->src_bytes is zero, allocate at least one byte
21282 to coding->destination.
21283
21284 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
21285
21286 * charset.c (Fmake_char): Make it more backward compatible.
21287 (Fmap_charset_chars): Fix docstring.
21288
212892008-02-01 Dave Love <fx@gnu.org>
21290
21291 * coding.c: Doc fixes.
21292 (Fdefine_coding_system_alias): Use names, not symbols, in
21293 coding-system-alist.
21294
212952008-02-01 Kenichi Handa <handa@m17n.org>
21296
21297 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
21298 of calling free_realized_face.
21299
213002008-02-01 Yong Lu <lyongu@asia-infonet.com>
21301
21302 * charset.c (read_hex): Don't treat SPC as a comment starter.
21303 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
21304 (Fdecode_char): Fix typo.
21305
213062008-02-01 Kenichi Handa <handa@m17n.org>
21307
21308 * charset.h (struct charset): New member `code_space_mask'.
21309
21310 * coding.c (coding_set_source): Delete the local variable beg_byte.
21311 (encode_coding_charset, Fdefine_coding_system_internal):
21312 Delete the local variable charset.
21313 (Fdefine_coding_system_internal): Setup
21314 attrs[coding_attr_charset_valids] correctly.
21315
21316 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
21317 member to check if CODE is valid or not.
21318 (Fdefine_charset_internal): Initialize `code_space_mask' member.
21319 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
21320 is within the range of charset->min_code and carset->max_code.
21321
213222008-02-01 Dave Love <fx@gnu.org>
21323
21324 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
21325
21326 * dispextern.h (generate_ascii_font): Fix return type.
21327
21328 * xfaces.c (generate_ascii_font): Fix arg declaration.
21329
21330 * coding.c (coding_inherit_eol_type)
21331 (Fset_terminal_coding_system_internal)
21332 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
21333
213342008-02-01 Kenichi Handa <handa@m17n.org>
21335
21336 * coding.c (decode_coding_charset, encode_coding_charset): Handle
21337 multiple charsets correctly.
21338
213392008-02-01 Kenichi Handa <handa@m17n.org>
21340
21341 * search.c (boyer_moore): Fix handling of multibyte character
21342 translation.
21343
21344 * xdisp.c (display_mode_element): When the variable `elt' is
21345 changed, update `this' and `lisp_string'.
21346
213472008-02-01 Kenichi Handa <handa@m17n.org>
21348
21349 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
21350
21351 * callproc.c (Fcall_process): Be sure to give the current buffer
21352 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
21353
21354 * charset.c (struct charset_map_entries): New struct.
21355 (load_charset_map): Rename from parse_charset_map. New args
21356 entries and n_entries. Change caller.
21357 (load_charset_map_from_file): Rename from load_charset_map.
21358 Change caller. New arg control_flag. Call load_charset_map at
21359 the tail.
21360 (load_charset_map_from_vector): New function.
21361 (Fdefine_charset_internal): Setup charset.compact_codes_p.
21362 (encode_char): If the charset is compact, change a character index
21363 to a code point.
21364
21365 * coding.c (coding_alloc_by_making_gap): Check the case that the
21366 source and destination are the same correctly.
21367 (decode_coding_raw_text): Set coding->consumed_char and
21368 coding->consumed to 0.
21369 (produce_chars): If coding->chars_at_source is nonzero, update
21370 coding->consumed_char and coding->consumed before calling
21371 alloc_destination.
21372 (Fdefine_coding_system_alias): Register ALIAS in
21373 Vcoding_system_alist.
21374 (syms_of_coding): Define `no-conversion' coding system at the tail.
21375
21376 * fileio.c (Finsert_file_contents): Set coding_system instead of
21377 val. If the current buffer is multibyte, always call
21378 decode_coding_gap.
21379
21380 * xfaces.c (try_font_list): Give higher priority to fontset's
21381 family than face's family.
21382
213832008-02-01 Kenichi Handa <handa@m17n.org>
21384
21385 * callproc.c (Fcall_process): Be sure to give the current buffer
21386 to decode_coding_c_string.
21387
21388 * xfaces.c (try_font_list): Give a family specified in a fontset
21389 higher priority than a family specified in a face.
21390
213912008-02-01 Kenichi Handa <handa@m17n.org>
21392
21393 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
21394 Fix arguments to insert_from_buffer.
21395
21396 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
21397
213982008-02-01 Kenichi Handa <handa@m17n.org>
21399
21400 * coding.c (produce_chars): Set the variable `multibytep' correctly.
21401 (decode_coding_gap): Set coding->dst_multibyte correctly.
21402
214032008-02-01 Kenichi Handa <handa@m17n.org>
21404
21405 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
21406 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
21407 (encode_coding_utf_16): Substitute coding->default_char for
21408 non-Unicode characters.
21409 (decode_coding): Don't call record_insert here.
21410 (setup_coding_system): Initialize `surrogate' of
21411 coding->spec.utf_16 to 0.
21412 (EMIT_ONE_BYTE): Fix for multibyte case.
21413
21414 * insdel.c (insert_from_gap): Call record_insert.
21415
214162008-02-01 Kenichi Handa <handa@m17n.org>
21417
21418 * casefiddle.c (casify_region): Fix multibyte case.
21419
21420 * character.c (c_string_width): Add return type `int'.
21421 (char_string_with_unification): Delete arg ADVANCED.
21422
21423 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
21424 (CHAR_STRING): Adjust for the change of char_string_with_unification.
21425 (CHAR_STRING_ADVANCE): Make it do-while statement.
21426
21427 * chartab.c (sub_char_table_set_range): Optimize for the case
21428 DEPTH == 3. Add workaround code for a GCC optimization bug.
21429
21430 * charset.c (parse_charset_map): Remove an unused variable.
21431
21432 * coding.c: Delete unused variables.
21433
21434 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
21435 earlier. If inserted is zero and the coding system doesn't
21436 require flushing, don't call decode_coding_gap.
21437
21438 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
21439
214402008-02-01 Kenichi Handa <handa@m17n.org>
21441
21442 The following changes are for using Unicode as an internal
21443 character model, and use UTF-8 format for buffer/string
21444 representation.
21445
21446 * .gdbinit (xchartable): Adjust for the change of char table structure.
21447 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
21448
21449 * Makefile.in (obj): Add character.o and chartab.o.
21450 (lisp, shortlisp): Remove utf-8.elc.
21451 (*.o): For many files, change dependency on charset.h to
21452 character.h, and add dependency on character.h.
21453 (character.o, chartab.o): New targets.
21454
21455 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
21456 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
21457 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
21458 of "charset.h".
21459
21460 * dired.c, filelock.c: Include "character.h".
21461
21462 * alloc.c: Include "character.h" instead of "charset.h".
21463 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
21464 (syms_of_alloc): Remove defsubr for Smake_char_table.
21465
21466 * buffer.c: Include "character.h" instead of "charset.h", don't
21467 include "coding.h".
21468 (Fset_buffer_multibyte): Adjust for UTF-8.
21469
21470 * buffer.h: EXFUN Fbuffer_live_p.
21471
21472 * callproc.c: Include "character.h" instead of "charset.h".
21473 (Fcall_process): Big change for the new code-conversion APIs.
21474
21475 * casetab.c: Include "character.h" instead of "charset.h".
21476 (set_canon, set_identity, shuffle): Adjust for the new
21477 map_char_table spec.
21478 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
21479 accessing the char table structure.
21480
21481 * chartab.c: New file that implements char table.
21482
21483 * category.c: Include "character.h".
21484 (copy_category_entry): New function.
21485 (copy_category_table): Call map_char_table and copy_category_entry.
21486 (Fmake_category_table): Initialize all top-level slots.
21487 (char_category_set): New function.
21488 (modify_lower_category_set): Delete.
21489 (Fmodify_category_entry): Call char_table_ref_and_range.
21490
21491 * category.h (CATEGORY_SET): Just call char_category_set.
21492
21493 * ccl.c: Include "character.h".
21494 (Qccl, Qcclp): New variables.
21495 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
21496 it's less than 256.
21497 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
21498 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
21499 and DST type.
21500 (ccl_driver): Change types of argument, adjust code accordingly.
21501 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
21502 ccl_driver.
21503 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
21504
21505 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
21506 New members src_multibyte, dst_multibyte, consumed, and produced.
21507 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
21508 (CODING_SPEC_CCL_PROGRAM): New macro.
21509 (ccl_driver): Update prototype.
21510 (Qccl, Qcclp, Fccl_program_p): Extern them.
21511 (CHECK_CCL_PROGRAM): New macro.
21512
21513 * character.c, character.h, chartab.c: New files.
21514
21515 * charset.c: Mostly re-written. Move character and multibyte sequence
21516 handling codes to character.c.
21517
21518 * charset.h: Mostly re-written. Move character and multibyte sequence
21519 handling codes to character.h.
21520
21521 * coding.c, coding.h: Mostly re-written.
21522
21523 * composite.c: Include "character.h" instead of "charset.h".
21524 (CHAR_WIDTH): Move to character.h.
21525 (HASH_KEY, HASH_VALUE): Delete.
21526
21527 * composite.h (enum composition_method): Change order of enumeration
21528 symbols.
21529
21530 * data.c: Include "character.h" instead of "charset.h".
21531 (Faref): Call CHAR_TABLE_REF for a char table.
21532 (Faset): Call CHAR_TABLE_SET for a char table.
21533
21534 * dispextern.h (free_realized_face, check_face_attribytes)
21535 (generate_ascii_font): Extern them.
21536 (free_realized_multibyte_face): Delete extern.
21537
21538 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
21539 table structure.
21540
21541 * editfns.c: Include "character.h" instead of "charset.h".
21542 (Fchar_to_string): Always call CHAR_STRING.
21543
21544 * emacs.c (main): Call init_charset_once, init_charset,
21545 syms_of_chartab, and syms_of_character.
21546
21547 * fileio.c: Include "character.h" instead of "charset.h".
21548 (Finsert_file_contents): Big change for the new code-conversion API.
21549 (choose_write_coding_system, Fwrite_region): Likewise.
21550 (build_annotations_2): Delete.
21551 (e_write): Big change for the new code-conversion API.
21552
21553 * fns.c: Include "character.h" instead of "charset.h".
21554 (copy_sub_char_table): Move to chartab.c.
21555 (Fcopy_sequence): Call copy_char_table for a char table.
21556 (concat): Delete codes calling count_multibyte.
21557 (string_char_to_byte, string_byte_to_char): Adjust for the new
21558 multibyte form.
21559 (internal_equal): Adjust for the change of char table structure.
21560 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
21561 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
21562 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
21563 (char_table_translate, optimize_sub_char_table)
21564 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
21565 chartab.c.
21566 (char_table_ref_and_index): Delete.
21567 (HASH_KEY, HASH_VALUE): Move to lisp.h.
21568 (Fmd5): Call preferred_coding_system instead of accessing
21569 Vcoding_category_list. Adjust for the new code-conversion API.
21570 (syms_of_fns): Move defsubr for char table related functions to
21571 chartab.c.
21572
21573 * fontset.c: Mostly re-written.
21574
21575 * fontset.h (struct font_info): Change type of the member encoding_type.
21576 (enum FONT_SPEC_INDEX): New enum.
21577 (fontset_font_pattern, fs_load_font): Update prototype.
21578 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
21579
21580 * indent.c: Include "character.h" instead of "charset.h".
21581 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
21582
21583 * insdel.c: Include "character.h" instead of "charset.h".
21584 (copy_text): Don't refer to Vnonascii_translation_table.
21585 (insert_from_gap): New function.
21586
21587 * keyboard.c: Include "character.h" instead of "charset.h".
21588 (command_loop_1): Never call direct_output_forward_char before
21589 a non-ASCII character.
21590 (read_char): If Vkeyboard_translate_table is a char table, always
21591 translate a character.
21592
21593 * keymap.c: Include "character.h".
21594 (store_in_keymap): Handle the case that IDX is a cons.
21595 (Fdefine_key): Handle the case that KEY is a cons and the car part
21596 is also a cons (range).
21597 (push_key_description): Adjust for the new character code.
21598 (describe_vector): Call describe_char_table for a char table.
21599 (describe_char_table): New function.
21600
21601 * keymap.h (describe_char_table): Extern it.
21602
21603 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
21604 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
21605 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
21606 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
21607 Delete.
21608 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
21609 structure.
21610 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
21611 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
21612 (CHARTAB_SIZE_BITS_3): New macros.
21613 (chartab_size): Extern it.
21614 (struct Lisp_Char_Table): Re-design.
21615 (struct Lisp_Sub_Char_Table): New structure.
21616 (HASH_KEY, HASH_VALUE): Move from fns.c.
21617 (CHARACTERBITS): Define as 22.
21618 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
21619 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
21620 (GC_SUB_CHAR_TABLE_P): New macro.
21621 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
21622 (code_convert_string_norecord): Deleted extern.
21623 (init_character_once, syms_of_character, init_charset)
21624 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
21625
21626 * lread.c: Include "character.h".
21627 (read_multibyte): New arg NBYTES.
21628 (read_escape): Change the meaning of returned *BYTEREP.
21629 (to_multibyte): Delete.
21630 (read1): Adjust the handling of char table and string.
21631
21632 * print.c: Include "character.h" instead of "charset.h".
21633 (print_string): Convert 8-bit raw bytes to octal form by
21634 string_escape_byte8.
21635 (print_object): Adjust for the new multibyte form. Print 8-bit
21636 raw bytes always in octal form. Handle sub char table correctly.
21637
21638 * process.c: Include "character.h" instead of "charset.h".
21639 (read_process_output, send_process): Adjust for the new
21640 code-conversion API.
21641
21642 * puresize.h (BASE_PURESIZE): Increase.
21643
21644 * regex.c: Include "character.h" instead of "charset.h".
21645 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
21646 (regex_compile): Accept a range whose starting and ending
21647 character have different leading bytes.
21648 (analyse_first): Adjust for the above change.
21649
21650 * search.c: Include "character.h" instead of "charset.h".
21651 (search_buffer, boyer_moore): Adjust for the new multibyte form.
21652 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
21653
21654 * syntax.c: Include "character.h" instead of "charset.h".
21655 (syntax_parent_lookup): Delete.
21656 (Fmodify_syntax_entry): Accept a cons as CHAR.
21657 (skip_chars): Adjust for the new multibyte form.
21658 (init_syntax_once): Call char_table_set_range instead of directly
21659 accessing the structure of a char table.
21660
21661 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
21662 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
21663 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
21664 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
21665
21666 * term.c: Include "buffer.h" and "character.h".
21667 (encode_terminal_code, write_glyphs): Adjust for the new
21668 code-conversion API.
21669 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
21670
21671 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
21672
21673 * xdisp.c: Include "character.h".
21674 (get_next_display_element): Adjust for the new multibyte form.
21675 (disp_char_vector): Adjust for the new char table structure.
21676 (decode_mode_spec_coding): Adjust for the new structure of
21677 coding system.
21678 (decode_mode_spec): Adjust for the new code-conversion API.
21679
21680 * xfaces.c: Include "character.h" instead of "charset.h".
21681 (load_face_font): Adjust for the change of choose_face_font and
21682 FS_LOAD_FONT.
21683 (generate_ascii_font): New function.
21684 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
21685 (set_font_frame_param): Adjust for the change of choose_face_font.
21686 (free_realized_face): Make it public.
21687 (free_realized_faces_for_fontset): Rename from
21688 free_realized_multibyte_face. Free also faces realized for ASCII.
21689 (choose_face_font): Change arguments. Adjust for the change of
21690 fontset_font_pattern and FS_LOAD_FONT.
21691
21692 * xfns.c: Include "character.h".
21693 (x_encode_text): Adjust for the new code-conversion API.
21694
21695 * xselect.c: Don't include "charset.h".
21696 (selection_data_to_lisp_data): Adjust for the new code conversion API.
21697
21698 * xterm.c: Include "character.h".
21699 (x_encode_char): New argument CHARSET. Change caller.
21700 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
21701 Call ENCODE_CHAR instead of SPLIT_CHAR.
21702 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
21703 CHAR_WIDTH instead of CHARSET_WIDTH.
21704 (XTread_socket): Adjust for the new code-conversion API.
21705 (x_new_font): Adjust for the change of FS_LOAD_FONT.
21706 (x_load_font): Adjust for the change of struct font.
21707
217082008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
21709
21710 * xfaces.c (face_at_buffer_position): Remove unused vars.
21711
217122008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21713
21714 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
21715 Fix overflow checking.
21716
217172008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21718
21719 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
21720 Cancel previous change.
21721
217222008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
21723
21724 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
21725 ccl->eight_bit_control. Fix check for buffer overflow.
21726 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
21727 (ccl_driver): Initialize extra_bytes to 0.
21728
217292008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
21730
21731 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
21732 return it ORed with ctrl_modifier.
21733
217342008-01-29 Miles Bader <miles@gnu.org>
21735
21736 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
21737
217382008-01-28 Jason Rumney <jasonr@gnu.org>
21739
21740 * w32.c (stat): Don't double check for networked drive.
21741
217422008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21743
21744 * window.c (run_window_configuration_change_hook): New function.
21745 Code extracted from set_window_buffer. Set the selected frame.
21746 (set_window_buffer): Use it.
21747 * window.h (run_window_configuration_change_hook): Declare.
21748 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
21749
21750 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
21751
217522008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
21753
21754 * Makefile.in: Remove references to unused macros.
21755
217562008-01-26 Eli Zaretskii <eliz@gnu.org>
21757
21758 * w32.c (g_b_init_get_sid_sub_authority)
21759 (g_b_init_get_sid_sub_authority_count): New static variables.
21760 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
21761 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
21762 (init_user_info): Use them to retrieve uid and gid.
21763 Use 500/513, the Windows defaults, as Administrator's uid/gid.
21764 (fstat): Use pw_uid and pw_gid from the_passwd structure for
21765 st_uid and st_gid of the file.
21766
217672008-01-26 Jason Rumney <jasonr@gnu.org>
21768
21769 * w32.c (logon_network_drive): New function.
21770 (stat): Use it.
21771
217722008-01-26 Chong Yidong <cyd@stupidchicken.com>
21773
21774 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
21775 invisible text covered with an ellipsis.
21776
217772008-01-25 Richard Stallman <rms@gnu.org>
21778
21779 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
21780 jump back to beginning. Move some other initializations after that.
21781 (Qwindow_text_change_functions, Vwindow_text_change_functions):
21782 New variables.
21783 (syms_of_xdisp): Init them.
21784
21785 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
21786
21787 * buffer.c (reset_buffer_local_variables):
21788 Implement `permanent-local-hook'.
21789 (Qpermanent_local_hook): New variable.
21790 (syms_of_buffer): Init and staticpro it.
21791
217922008-01-25 Michael Albinus <michael.albinus@gmx.de>
21793
21794 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
21795
217962008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
21797
21798 * fns.c (Fclrhash): Return TABLE.
21799
218002008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21801
21802 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
21803 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
21804 is set even without positional changes.
21805 (x_scroll_bar_clear): Set bar->redraw_needed_p.
21806
21807 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
21808
218092008-01-23 Jason Rumney <jasonr@gnu.org>
21810
21811 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
21812
21813 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
21814 the unicode range available in MULE by locale-coding-system.
21815 Improve dbcs lead byte detection. Set event timestamp and modifiers
21816 earlier.
21817
218182008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21819
21820 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
21821 [MAC_OSX] (init_mac_osx_environment): Initialize it.
21822 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
21823 when used on child processes.
21824
218252008-01-21 Michael Albinus <michael.albinus@gmx.de>
21826
21827 * dbusbind.c (Fdbus_method_return_internal): Rename from
21828 Fdbus_method_return.
21829 (Fdbus_unregister_object): Move to dbus.el.
21830 (Fdbus_call_method, Fdbus_method_return_internal)
21831 (Fdbus_send_signal): Improve debug messages.
21832
218332008-01-20 Martin Rudalics <rudalics@gmx.at>
21834
21835 * undo.c (undo_inhibit_record_point): New variable.
21836 (syms_of_undo): Initialize it.
21837 (record_point): Don't record point when undo_inhibit_record_point
21838 is set.
21839
218402008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
21841
21842 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
21843
21844 * xdisp.c (Qauto_hscroll_mode): New var.
21845 (syms_of_xdisp): Initialize it.
21846 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
21847 window's buffer.
21848 (hscroll_windows): Don't check automatic_hscrolling_p here.
21849
21850 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
21851 vscroll if we're setting window-buffer to the value it already has.
21852
218532008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
21854
21855 * m/intel386.h: Remove references to XENIX.
21856
218572008-01-17 Andreas Schwab <schwab@suse.de>
21858
21859 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
21860 instead of HAVE_X86_64_LIB64_DIR.
21861 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
21862
218632008-01-17 Glenn Morris <rgm@gnu.org>
21864
21865 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
21866 to HAVE_X86_64_LIB64_DIR.
21867
218682008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
21869
21870 * s/irix3-3.h:
21871 * s/irix4-0.h:
21872 * s/386-ix.h:
21873 * s/domain.h:
21874 * s/hpux9-x11r4.h:
21875 * s/hpux9shxr4.h: Remove files for systems no longer supported.
21876
21877 * sysdep.c: Remove code containing references to symbols defined
21878 by unsupported systems.
21879
218802008-01-16 Glenn Morris <rgm@gnu.org>
21881
21882 * coding.c (select-safe-coding-system-function): Doc fix.
21883
218842008-01-15 Glenn Morris <rgm@gnu.org>
21885
21886 * config.in: Revert 2008-01-13 change: this is a generated file.
21887
218882008-01-13 Tom Tromey <tromey@redhat.com>
21889
21890 * lisp.h: Fix typo.
21891
218922008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
21893
21894 * m/sequent-ptx.h:
21895 * m/sequent.h:
21896 * s/ptx.h:
21897 * s/ptx4-2.h:
21898 * s/ptx4.h: Remove files for systems no longer supported.
21899
21900 * callproc.c (Fcall_process): Fix previous change.
21901
219022008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
21903
21904 * unexsunos4.c: Remove file, system not supported anymore.
21905
21906 * m/mips.h:
21907 * m/intel386.h:
21908 * callproc.c:
21909 * config.in:
21910 * ecrt0.c:
21911 * emacs.c:
21912 * fileio.c:
21913 * frame.c:
21914 * getpagesize.h:
21915 * keyboard.c:
21916 * lread.c:
21917 * process.c:
21918 * puresize.h:
21919 * sysdep.c:
21920 * systty.h:
21921 * syswait.h:
21922 * unexec.c:
21923 * xdisp.c:
21924 * alloc.c: Remove code containing references to symbols defined by
21925 unsupported systems.
21926
219272008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
21928
21929 * coding.c (detect_coding_mask): Fix previous change.
21930
219312008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
21932
21933 * coding.c (detect_coding_iso2022): New arg
21934 latin_extra_code_state. Allow Latin extra codes only
21935 when *latin_extra_code_state is nonzero.
21936 (detect_coding_mask): If there is a NULL byte, detect the encoding
21937 as UTF-16 or binary. If Latin extra codes exist, detect the
21938 encoding as ISO-2022 only when there's no other proper encoding is
21939 found.
21940
219412008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21942
21943 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
21944 #ifdef MAC_OS.
21945
219462008-01-08 Richard Stallman <rms@gnu.org>
21947
21948 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
21949
219502008-01-06 Nick Roberts <nickrob@snap.net.nz>
21951
21952 * keyboard.c (parse_menu_item): Don't enclose key bindings on
21953 menu bar in parentheses.
21954
219552008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
21956
21957 * m/7300.h:
21958 * m/acorn.h:
21959 * m/alliant-2800.h:
21960 * m/alliant.h:
21961 * m/alliant1.h:
21962 * m/alliant4.h:
21963 * m/altos.h:
21964 * m/amdahl.h:
21965 * m/apollo.h:
21966 * m/att3b.h:
21967 * m/aviion-intel.h:
21968 * m/aviion.h:
21969 * m/celerity.h:
21970 * m/clipper.h:
21971 * m/cnvrgnt.h:
21972 * m/convex.h:
21973 * m/cydra5.h:
21974 * m/delta88k.h:
21975 * m/dpx2.h:
21976 * m/dual.h:
21977 * m/elxsi.h:
21978 * m/f301.h:
21979 * m/gould-np1.h:
21980 * m/gould.h:
21981 * m/i860.h:
21982 * m/ibmps2-aix.h:
21983 * m/ibmrt-aix.h:
21984 * m/ibmrt.h:
21985 * m/irist.h:
21986 * m/is386.h:
21987 * m/isi-ov.h:
21988 * m/mega68.h:
21989 * m/mg1.h:
21990 * m/news-r6.h:
21991 * m/news-risc.h:
21992 * m/news.h:
21993 * m/nh3000.h:
21994 * m/nh4000.h:
21995 * m/ns16000.h:
21996 * m/ns32000.h:
21997 * m/nu.h:
21998 * m/orion.h:
21999 * m/orion105.h:
22000 * m/paragon.h:
22001 * m/pfa50.h:
22002 * m/plexus.h:
22003 * m/pyramid.h:
22004 * m/pyrmips.h:
22005 * m/sh3el.h:
22006 * m/sps7.h:
22007 * m/sr2k.h:
22008 * m/stride.h:
22009 * m/sun1.h:
22010 * m/sun2.h:
22011 * m/sun3-68881.h:
22012 * m/sun3-fpa.h:
22013 * m/sun3-soft.h:
22014 * m/sun3.h:
22015 * m/sun386.h:
22016 * m/symmetry.h:
22017 * m/tad68k.h:
22018 * m/tahoe.h:
22019 * m/targon31.h:
22020 * m/tek4300.h:
22021 * m/tekxd88.h:
22022 * m/tower32.h:
22023 * m/tower32v3.h:
22024 * m/ustation.h:
22025 * m/wicat.h:
22026 * m/xps100.h:
22027 * s/cxux.h:
22028 * s/cxux7.h:
22029 * s/dgux.h:
22030 * s/dgux4.h:
22031 * s/dgux5-4-3.h:
22032 * s/dgux5-4r2.h:
22033 * s/esix.h:
22034 * s/esix5r4.h:
22035 * s/hiuxmpp.h:
22036 * s/hiuxwe2.h:
22037 * s/iris3-5.h:
22038 * s/iris3-6.h:
22039 * s/isc2-2.h:
22040 * s/isc3-0.h:
22041 * s/isc4-0.h:
22042 * s/isc4-1.h:
22043 * s/newsos5.h:
22044 * s/newsos6.h:
22045 * s/osf1.h:
22046 * s/osf5-0.h:
22047 * s/riscix1-1.h:
22048 * s/riscix12.h:
22049 * s/sco4.h:
22050 * s/sco5.h:
22051 * s/sunos4-0.h:
22052 * s/sunos4-1.h:
22053 * s/sunos413.h:
22054 * s/sunos4shr.h:
22055 * s/umax.h:
22056 * s/unipl5-2.h:
22057 * s/xenix.h:
22058 * cxux-crt0.s:
22059 * unexapollo.c:
22060 * unexconvex.c:
22061 * unexenix.c:
22062 * unexsni.c: Remove files for systems no longer supported.
22063
22064 * m/intel386.h: Remove references to unsupported systems.
22065
22066 * w32.c (get_emacs_configuration): Remove reference to i860.
22067
22068 * sysdep.c: Remove dead code.
22069
220702008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
22071
22072 * s/rtu.h:
22073 * m/masscomp.h: Remove files. Platform is obsolete.
22074
220752008-01-04 Michael Albinus <michael.albinus@gmx.de>
22076
22077 * dbusbind.c (Fdbus_method_return): New function.
22078 (xd_read_message): Add the serial number to the event.
22079 (Fdbus_register_method): Activate the function.
22080
220812008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22082
22083 * keyboard.c (read_key_sequence): Fix typo.
22084
220852008-01-03 Michael Albinus <michael.albinus@gmx.de>
22086
22087 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
22088 (xd_signature, xd_append_arg): Handle element type detection for
22089 empty arrays.
22090 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
22091 SDATA () calls; this must be solved more general.
22092 (Fdbus_register_signal): Use SBYTES instead of strlen.
22093
220942008-01-03 Magnus Henoch <magnus@zemdatav>
22095
22096 * dbusbind.c (xd_append_arg): Use unsigned char instead of
22097 unsigned int for byte values (necessary for big-endian platform).
22098 (Fdbus_call_method): Handle the case of no returned arguments.
22099
221002007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
22101
22102 * dbusbind.c (xd_read_message): Use non-static input_event struct.
22103
221042007-12-31 Magnus Henoch <mange@freemail.hu>
22105
22106 * dbusbind.c (xd_signature): Signature of variant is just "v".
22107
221082007-12-30 Michael Albinus <michael.albinus@gmx.de>
22109
22110 * dbusbind.c: Fix several errors and compiler warnings.
22111 Reported by Tom Tromey <tromey@redhat.com>.
22112 (XD_ERROR, XD_DEBUG_MESSAGE)
22113 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
22114 (xd_append_arg): Part for basic D-Bus types rewritten.
22115 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
22116 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
22117 appropriate.
22118 (xd_read_message): Return Qnil. Don't signal an error; it is not
22119 useful during event reading.
22120 (Fdbus_register_signal): Signal an error if the check for
22121 FUNCTIONP fails.
22122 (Fdbus_register_method): New function. The implementation is not
22123 complete, the call of the function signals an error therefore.
22124 (Fdbus_unregister_object): New function, renamed from
22125 Fdbus_unregister_signal. The initial check signals an error, if
22126 the object is not well formed.
22127
221282007-12-30 Richard Stallman <rms@gnu.org>
22129
22130 * textprop.c (get_char_property_and_overlay):
22131 Signal error if POSITION is out of range in a buffer.
22132
221332007-12-29 Martin Rudalics <rudalics@gmx.at>
22134
22135 * w32fns.c (Fx_create_frame): Make copy of frame parameters
22136 because the original parameters are in pure storage now.
22137
221382007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22139
22140 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
22141
221422007-12-22 Eli Zaretskii <eliz@gnu.org>
22143
22144 * callint.c (syms_of_callint) <command-history>: Add reference to
22145 history-length in the doc string.
22146
221472007-12-17 Jason Rumney <jasonr@gnu.org>
22148
22149 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
22150 before passing as wParam.
22151
221522007-12-22 Michael Albinus <michael.albinus@gmx.de>
22153
22154 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
22155 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
22156 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
22157 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
22158 as number.
22159 (Fdbus_call_method): Fix docstring.
22160
221612007-12-21 Michael Albinus <michael.albinus@gmx.de>
22162
22163 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
22164 New macros.
22165 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
22166 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
22167 Simplify.
22168 (xd_signature): New function.
22169 (xd_append_arg): Compute also signatures. Major rewrite.
22170 (xd_retrieve_arg): Make debug messages friendly.
22171 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
22172 Check for signatures of arguments.
22173
221742007-12-19 Michael Albinus <michael.albinus@gmx.de>
22175
22176 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
22177 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
22178 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
22179 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
22180 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
22181 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
22182 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
22183 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
22184 (xd_retrieve_value): Remove. Functionality included in ...
22185 (xd_append_arg): New function.
22186 (Fdbus_call_method, Fdbus_send_signal): Apply it.
22187
221882007-12-16 Michael Albinus <michael.albinus@gmx.de>
22189
22190 * dbusbind.c (top): Include <stdio.h>.
22191 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
22192 dbus_message_new_method_call and dbus_message_new_signal.
22193 (Fdbus_register_signal): Rename unique_name to uname.
22194 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
22195 non-existing unique name. Fix typos in matching rule. Return an
22196 object which is useful in Fdbus_unregister_signal.
22197 (Fdbus_unregister_signal): Reimplementation, in order to remove
22198 only the corresponding entry.
22199 (Vdbus_registered_functions_table): Change the order of entries.
22200 Apply these changes in xd_read_message and Fdbus_register_signal.
22201
222022007-12-16 Andreas Schwab <schwab@suse.de>
22203
22204 * fileio.c (Finsert_file_contents): Fix overflow check to not
22205 depend on undefined integer overflow.
22206
222072007-12-14 Jason Rumney <jasonr@gnu.org>
22208
22209 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
22210 for characters above 127.
22211
222122007-12-13 Jason Rumney <jasonr@gnu.org>
22213
22214 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
22215 before dereferencing array.
22216 (lookup_vk_code): Remove zero comparison.
22217
222182007-12-14 Michael Albinus <michael.albinus@gmx.de>
22219
22220 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
22221 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
22222 Use `unsigned int' instead of `uint'.
22223 (xd_read_message, Fdbus_register_signal): Split expressions into
22224 multiple lines before operators "&&" and "||", according to the
22225 GNU Coding Standards.
22226
222272007-12-14 Eli Zaretskii <eliz@gnu.org>
22228
22229 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
22230
222312007-12-12 Juri Linkov <juri@jurta.org>
22232
22233 * buffer.c (Frename_buffer): In interactive spec replace
22234 `read-buffer' with `read-string' that uses `buffer-name-history'
22235 as history, and the current buffer's name as default.
22236
222372007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
22238
22239 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
22240 manipulating the backtrace manually.
22241 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
22242 (struct backtrace, backtrace_list): Remove.
22243 (command_loop_1): Remove dead var `no_direct'.
22244
22245 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
22246 preserve non-built-in buffer-local variables.
22247 (Fkill_all_local_variables): Don't re-create&re-set permanent
22248 buffer-local variables.
22249
222502007-12-09 Juri Linkov <juri@jurta.org>
22251
22252 * buffer.c (Frename_buffer): Change interactive spec from "s" to
22253 Lisp code that uses `read-buffer' with current buffer as default.
22254
222552007-12-08 Michael Albinus <michael.albinus@gmx.de>
22256
22257 * dbusbind.c (xd_read_message): Generate an event for every
22258 registered handler. There might be several handlers registered
22259 for the same signal.
22260 (Fdbus_register_signal): Don't overwrite a registration for the
22261 same signal. Add a new registration if handlers are different.
22262 (Vdbus_registered_functions_table): Rework doc string.
22263
222642007-12-07 Michael Albinus <michael.albinus@gmx.de>
22265
22266 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
22267 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
22268 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
22269 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
22270 Unify argument lists.
22271 (xd_read_message, Fdbus_register_signal): Reorder and extend event
22272 arguments and hash table keys. Use unique name for service.
22273 (Fdbus_unregister_signal): Remove checks.
22274 (Vdbus_registered_functions_table): Fix doc string.
22275
222762007-12-05 Magnus Henoch <mange@freemail.hu>
22277
22278 * process.c (make_process): Initialize pty_flag to 0.
22279
222802007-12-05 Jason Rumney <jasonr@gnu.org>
22281
22282 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
22283 specified XBMs.
22284
222852007-12-05 Richard Stallman <rms@gnu.org>
22286
22287 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
22288
222892007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22290
22291 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
22292 New variable.
22293 (mac_try_close_socket) [MAC_OSX]: New function.
22294 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
22295 Update cfsockets_for_select. Replace invalid CFRunLoop source.
22296
22297 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
22298 Use mac_try_close_socket.
22299
223002007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22301
22302 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
22303 reloc_base.
22304 (copy_dysymtab): Compute relocation base here.
22305 (rebase_reloc_address) [__ppc64__]: New function.
22306 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
22307 changed.
22308
223092007-12-05 Jason Rumney <jasonr@gnu.org>
22310
22311 * w32proc.c (sys_spawnve): Quote args with wildcards.
22312
223132007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22314
22315 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
22316 __objc_* sections.
22317 (unrelocate) [_LP64]: Set relocation base to address of data segment.
22318
223192007-12-05 Michael Albinus <michael.albinus@gmx.de>
22320
22321 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
22322 Move check for Vdbus_registered_functions_table to
22323 xd_read_queued_messages.
22324 (xd_read_queued_messages): Protect xd_read_message calls by
22325 internal_condition_case_1.
22326
223272007-12-04 Michael Albinus <michael.albinus@gmx.de>
22328
22329 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
22330 Qdbus_system_bus and Qdbus_session_bus, respectively.
22331 (Vdbus_intern_symbols): Remove.
22332 (Vdbus_registered_functions_table): New hash table.
22333 (XD_SYMBOL_INTERN_SYMBOL): Remove.
22334 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
22335 Rewrite in order to manage registered functions by hash table
22336 Vdbus_registered_functions_table.
22337
223382007-12-03 Jan Djärv <jan.h.d@swipnet.se>
22339
22340 * xterm.c: Update URL to Window Manager Specification in comment.
22341
223422007-12-02 Michael Albinus <michael.albinus@gmx.de>
22343
22344 * config.in (HAVE_DBUS): Add.
22345
22346 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
22347 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
22348 (obj): Add $(DBUS_OBJ).
22349 (LIBES): Add $(DBUS_LIBS).
22350 (dbusbind.o): New target.
22351
22352 * dbusbind.c: New file.
22353
22354 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
22355
22356 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
22357 (Qdbus_event): New Lisp symbol.
22358 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
22359 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 22360 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
22361
22362 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
22363
223642007-12-01 Richard Stallman <rms@gnu.org>
22365
22366 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
22367
223682007-11-30 Jason Rumney <jasonr@gnu.org>
22369
22370 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
22371 (w32con_reset_terminal_modes): Clear screen buffer.
22372 (w32_face_attributes): Don't use color indexes that are out of range.
22373 Only reverse the default colors.
22374
22375 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
22376 WINDOWSNT.
22377
22378 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
22379
223802007-11-29 Jason Rumney <jasonr@gnu.org>
22381
22382 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
22383 (w32_face_attributes): Use Vtty_defined_color_alist to determine
22384 if the terminal colors are initialized.
22385 (unspecified_fg, unspecified_bg): Remove unused declarations.
22386
223872007-11-29 Andreas Schwab <schwab@suse.de>
22388
22389 * keyboard.c (apply_modifiers): Fix typo.
22390
223912007-11-29 Richard Stallman <rms@gnu.org>
22392
22393 * keymap.c (Fcurrent_local_map): Doc fix.
22394
223952007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
22396
22397 * s/gnu-kfreebsd.h: New file.
22398
223992007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
22400
22401 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
22402 Don't cast redundantly.
22403
22404 * keyboard.c (KEY_TO_CHAR): New macro.
22405 (parse_modifiers, apply_modifiers): Accept integer arguments.
22406 (read_key_sequence): Use them to unify the "shift->unshift" mapping
22407 for chars and symbol keys.
22408 After doing such remapping, apply function-key-map again.
22409
224102007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
22411
22412 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
22413 compiled anymore.
22414
224152007-11-26 Andreas Schwab <schwab@suse.de>
22416
22417 * process.c (list_processes_1): Fix indentation level of the
22418 command column.
22419
224202007-11-23 Andreas Schwab <schwab@suse.de>
22421
22422 * editfns.c (Fformat): Handle %c specially since it requires the
22423 argument to be of type int.
22424
224252007-11-23 Markus Triska <markus.triska@gmx.at>
22426
22427 * emacs.c (main): Call init_editfns before init_process, since
22428 init_process sets Vprocess_connection_type depending on OS release.
22429
224302007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
22431
22432 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
22433 (find_symbol_value): Use do_symval_forwarding.
22434
22435 * data.c (set_internal): Set the value in the `cons-cell' (for
22436 Buffer_Local_values) not only for frame-local variables.
22437
224382007-11-22 Andreas Schwab <schwab@suse.de>
22439
22440 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
22441 values to sprintf.
22442 * keymap.c (Fsingle_key_description): Likewise.
22443 * print.c (print_object): Likewise.
22444
224452007-11-22 Jan Djärv <jan.h.d@swipnet.se>
22446
22447 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
22448 file for image is nil.
22449
224502007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
22451
22452 * term.c: Include stdarg.h.
22453 (fatal): Implement using varargs.
22454 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
22455
224562007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
22457
22458 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
22459 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
22460 Update call to buffer_slot_type_mismatch.
22461 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
22462 (buffer_slot_type_mismatch): Update.
22463 * buffer.c (buffer_local_types): Remove.
22464 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
22465 (defvar_per_buffer): Set the type in the buffer_objfwd.
22466
224672007-11-21 Jason Rumney <jasonr@gnu.org>
22468
22469 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
22470 CreateFileMapping returns NULL on failure.
22471
224722007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
22473
22474 * search.c (Fset_match_data): Remove the `evaporate' feature.
22475 (unwind_set_match_data): Don't use the `evaporate' feature.
22476
224772007-11-21 Jason Rumney <jasonr@gnu.org>
22478
22479 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
22480
22481 * w32console.c (w32con_write_glyphs): Remove unused variables.
22482
224832007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
22484
22485 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
22486
22487 * s/darwin.h (MULTI_KBOARD): Remove.
22488
22489 * macfns.c (x_create_tip_frame, Fx_create_frame)
22490 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
22491
224922007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
22493
22494 * buffer.c (Fbuffer_local_value): Remove redundant test.
22495 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
22496 than in `current-buffer' to match the comment.
22497 Do the swap using swap_in_global_binding.
22498
22499 * data.c (store_symval_forwarding, set_internal):
22500 * eval.c (specbind): Remove dead code.
22501
22502 * coding.c (detect_coding, Fupdate_coding_systems_internal):
22503 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
22504 Since we do not want to see internal Lisp_*fwd objects here.
22505
225062007-11-18 Jan Djärv <jan.h.d@swipnet.se>
22507
22508 * sysdep.c (init_system_name): Use getaddrinfo if available.
22509
22510 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
22511 (x_scroll_bar_note_movement): start, end, with, height in struct
22512 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
22513
225142007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
22515
22516 * puresize.h (BASE_PURESIZE): Increase to 1190000.
22517
225182007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
22519
22520 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
22521 This undoes Richard's change of 14-Oct-2002.
22522
22523 * alloc.c (allocate_other_vector):
22524 * lisp.h (allocate_other_vector): Remove.
22525
22526 * window.c (struct save_window_data): Move non-lisp data to the end
22527 and make it `int' rather than Lisp_Object.
22528 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
22529 Done wrap/unwrap integer values.
22530 (Fset_window_configuration, compare_window_configurations):
22531 Update use of fields to their new types.
22532
22533 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
22534 Turn integer fields into `int'. Merge x_window_low and x_window_high.
22535 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
22536 (SET_SCROLL_BAR_X_WINDOW): Remove.
22537 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
22538 Access the new x_window field directly.
22539 * xterm.c (x_scroll_bar_create): Use a pseudovector.
22540 Don't wrap/unwrap integers into Lisp_Objects.
22541 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
22542 (x_scroll_bar_report_motion):
22543 Don't wrap/unwrap integers into Lisp_Objects.
22544 (x_term_init): Use SDATA.
22545 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
22546 (x_scroll_bar_set_handle, x_scroll_bar_remove)
22547 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
22548 (x_scroll_bar_report_motion, x_scroll_bar_clear):
22549 * xfns.c (x_set_background_color):
22550 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
22551 Access the new x_window field directly.
22552
22553 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
22554 (allocate_pseudovector): Make non-static.
22555
22556 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
22557 (allocate_pseudovector): Declare.
22558 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
22559
225602007-11-15 Andreas Schwab <schwab@suse.de>
22561
22562 * editfns.c (Fformat): Correctly format EMACS_INT values.
22563 Also take precision into account when formatting an integer.
22564
22565 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
22566
225672007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
22568
22569 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
22570 (syms_of_keyboard): Defsubr it.
22571
22572 * data.c (swap_in_global_binding): Fix longstanding bug where
22573 store_symval_forwarding was not called with the right second argument,
22574 thus causing objfwd-ing from being dropped.
22575
225762007-11-14 Juanma Barranquero <lekktu@gmail.com>
22577
22578 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
22579 (Fx_display_pixel_height, Fx_display_planes)
22580 (Fx_display_color_cells, Fx_server_max_request_size)
22581 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
22582 (Fx_display_visual_class, Fx_display_save_under):
22583 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
22584 (Fx_display_pixel_height, Fx_display_planes)
22585 (Fx_display_color_cells, Fx_server_max_request_size)
22586 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
22587 (Fx_display_mm_height, Fx_display_mm_width)
22588 (Fx_display_backing_store, Fx_display_visual_class)
22589 (Fw32_select_font, Fx_display_save_under):
22590 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
22591 (Fx_display_pixel_height, Fx_display_planes)
22592 (Fx_display_color_cells, Fx_server_max_request_size)
22593 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
22594 (Fx_display_save_under): Fix typos in docstrings.
22595
225962007-11-14 Juanma Barranquero <lekktu@gmail.com>
22597
22598 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
22599 corresponding to deleted entries; they are an implementation detail.
22600 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
22601 Remove variables.
22602 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
22603 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
22604 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
22605 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
22606 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
22607 (Fw32_define_rgb_color, Fw32_load_color_file)
22608 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
22609 Fix typos in docstrings.
22610 (Fx_server_version): Reflow docstring.
22611 (Fw32_shell_execute): Doc fixes.
22612
226132007-11-13 Juanma Barranquero <lekktu@gmail.com>
22614
22615 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
22616 if w32_parse_hot_key returned nil.
22617
226182007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
22619
22620 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
22621
226222007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 22623
aac0c6e3
MR
22624 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
22625
22626 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
22627
22628 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
22629 Remove W32_SCROLL_BAR_CLICK_EVENT.
22630
22631 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
22632 Add MULTIMEDIA_KEY_EVENT.
22633
22634 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
22635 (lispy_multimedia_keys) [WINDOWSNT]: New array.
22636 (make_lispy_event) [WINDOWSNT]: Use it to translate
22637 MULTIMEDIA_KEY_EVENT.
22638
22639 * w32term.h (WM_APPCOMMAND): Define if not already.
22640 (GET_APPCOMMAND_LPARAM): Likewise.
22641
22642 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
22643 WM_APPCOMMAND.
22644
22645 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
22646 (syms_of_w32fns): Export and initialize it.
22647 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
22648
226492007-11-09 Chong Yidong <cyd@stupidchicken.com>
22650
22651 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
22652 twice.
22653
22654 * xdisp.c (handle_face_prop): Fix last change.
22655
226562007-11-09 Richard Stallman <rms@gnu.org>
22657
22658 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
22659 not just for after-strings and before-strings.
22660 Call face_for_overlay_string and pass the overlay to it.
22661 (handle_display_prop): Determine whether property came from an overlay.
22662 Pass OVERLAY arg to handle_single_display_spec.
22663 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
22664 (load_overlay_strings): Fill in it->string_overlays.
22665 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
22666
22667 * xfaces.c (face_for_overlay_string): Function renamed from
22668 face_at_buffer_position_no_overlays, and add arg OVERLAY.
22669
22670 * dispextern.h (struct it): New elt string_overlays.
22671 New elt from_overlay, also in stack.
22672 Rearrange a few elements.
22673 (face_for_overlay_string): Decl renamed from
22674 face_at_buffer_position_no_overlays, and add argument.
22675
226762007-11-09 Richard Stallman <rms@gnu.org>
22677
22678 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
22679 to get the base face for an overlay string.
22680
22681 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
22682
22683 * xfaces.c (face_at_buffer_position_no_overlays): New function.
22684
22685 * xdisp.c (handle_stop): Move some code out of loop.
22686
226872007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22688
22689 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
22690 Fix conversion from Lisp object to ATSUFontID.
22691
226922007-11-09 Jason Rumney <jasonr@gnu.org>
22693
22694 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
22695
226962007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22697
22698 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
22699 Don't assume regions are aligned to page boundary.
22700 (print_load_command_name): Add LC_UUID if defined.
22701
227022007-11-09 Richard Stallman <rms@gnu.org>
22703
22704 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
22705
227062007-11-07 Jason Rumney <jasonr@gnu.org>
22707
22708 * s/windows95.h: Remove.
22709
227102007-11-06 Jan Djärv <jan.h.d@swipnet.se>
22711
22712 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
22713 abort with a message on unhandled store_type values.
22714
227152007-11-01 Jan Djärv <jan.h.d@swipnet.se>
22716
22717 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
22718 Remove HAVE_X11R5 and HAVE_X11R4.
22719
227202007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
22721
22722 * Makefile.in: Remove references to sunfns.c and sunfns.o.
22723
227242007-11-01 Johan Bockgård <bojohan@gnu.org>
22725
22726 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
22727 Don't set s->stippled_p here, since it has already been set by
22728 x_set_glyph_string_gc from x_draw_glyph_string.
22729
227302007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
22731
22732 * sunfns.c: Remove file.
22733
22734 * m/sun386.h:
22735 * m/sun2.h:
22736 * m/sparc.h: Remove Sun windows code.
22737
227382007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
22739
22740 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
22741 (init_keyboard): Set current_kboard's window-system to nil.
22742 (tty_read_avail_input): Typo.
22743 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
22744
227452007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22746
22747 * s/usg5-4.h:
22748 * s/usg5-3.h:
22749 * s/ptx.h:
22750 * m/is386.h:
22751 * m/ibmps2-aix.h:
22752 * Makefile.in: Remove all mentions of X10.
22753
22754 * dispnew.c (syms_of_display): Don't mention version 10.
22755
227562007-10-28 Juanma Barranquero <lekktu@gmail.com>
22757
22758 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
22759 ($(BLD)/abbrev.$(O)): Remove.
22760
227612007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
22762
22763 Rewrite abbrev.c in Elisp.
22764 * image.c (Qcount): Don't declare as extern.
22765 (syms_of_image): Initialize and staticpro `Qcount'.
22766 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
22767 * emacs.c (main): Don't call syms_of_abbrev.
22768 * Makefile.in (obj): Remove abbrev.o.
22769 (abbrev.o): Remove.
22770 * abbrev.c: Remove.
22771
227722007-10-26 Martin Rudalics <rudalics@gmx.at>
22773
22774 * window.c (window_min_size_2): Don't count header-line.
22775
227762007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22777
22778 * frame.h (struct frame): Move all bit fields after the first bit
22779 field to take advantage of the available space. Group all the
22780 chars together to reduce wasted space due to padding.
22781
227822007-10-26 Juanma Barranquero <lekktu@gmail.com>
22783
22784 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
22785
22786 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
22787 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
22788 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
22789 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
22790 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
22791 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
22792 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
22793 (last_marked, mark_object_loop_halt): Make static.
22794
22795 * frame.c (syms_of_frame) <delete-frame-functions>:
22796 Fix typo in docstring.
22797
227982007-10-25 Juanma Barranquero <lekktu@gmail.com>
22799
22800 * w32.c (init_environment): Fix tiny memory leak.
22801 (w32_get_resource): Remove unused variable `ok'.
22802
228032007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22804
22805 Make `window-system' into a keyboard-local variable (rather than
22806 frame-local as done originally by multi-tty).
22807
22808 * keyboard.h (struct kboard): Add Vwindow_system.
22809 * keyboard.c (init_kboard): Set a default for Vwindow_system.
22810 (mark_kboards): Mark Vwindow_system.
22811
22812 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
22813 (init_display): Don't set the obsolete `window-system' frame-param.
22814
22815 * xterm.c (x_term_init):
22816 * w32term.c (w32_create_terminal):
22817 * term.c (init_tty): Set Vwindow_system.
22818 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
22819 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
22820
22821 * xfns.c (Fx_create_frame, x_create_tip_frame):
22822 * w32fns.c (Fx_create_frame, x_create_tip_frame):
22823 * macfns.c (Fx_create_frame):
22824 Don't set the obsolete `window-system' frame-param.
22825
22826 * frame.h (Qwindow_system): Remove.
22827 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
22828 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
22829
228302007-10-24 Richard Stallman <rms@gnu.org>
22831
22832 * frame.c (x_figure_window_size): For fullscreen case,
22833 set USPosition | PPosition without clobbering rest of window_prompting.
22834
22835 * keyboard.c (Fcurrent_idle_time): Doc fix.
22836
22837 * print.c (Fwith_output_to_temp_buffer): Doc fix.
22838
228392007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22840
22841 * process.c (unwind_request_sigio): Only define if __ultrix__.
22842
22843 * callproc.c (child_setup): Remove spurious *.
22844
22845 * lisp.h (Fget_text_property): Declare.
22846 (have_menus_p): Declare it here rather than in sys-dep header files.
22847 * macterm.h (have_menus_p):
22848 * msdos.h (have_menus_p):
22849 * xterm.h (have_menus_p): Remove.
22850
22851 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
22852 (Fmake_variable_frame_local): Just check the variable's const-ness
22853 rather than checking nil or t.
22854
228552007-10-22 Jason Rumney <jasonr@gnu.org>
22856
22857 * w32fns.c: Include math.h.
22858 (w32_abort): Declaration moved to nt/config.nt.
22859
22860 * s/ms-w32.h (HAVE_STDLIB_H): Define.
22861 (abort): Redefinition moved to nt/config.nt.
22862
22863 * m/windowsnt.h: Remove.
22864
228652007-10-22 Juanma Barranquero <lekktu@gmail.com>
22866
22867 * emacs.c (Fdump_emacs): Fix typo in message.
22868 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
22869 <installation-directory>: Reflow docstring.
22870
228712007-10-22 Juri Linkov <juri@jurta.org>
22872
22873 * minibuf.c: Allow minibuffer default to be a list of default values.
22874 With empty input use the first element of this list as returned default.
22875 (string_to_object)
22876 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
22877 (read_minibuf): If defalt is cons, set histstring to its car.
22878 (Fread_string): If default_value is cons, set val to its car.
22879 (Fread_buffer): If def is cons, use its car.
22880 (Fcompleting_read): If defalt is cons, set val to its car.
22881
228822007-10-21 Michael Albinus <michael.albinus@gmx.de>
22883
22884 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
22885
228862007-10-20 Juanma Barranquero <lekktu@gmail.com>
22887
22888 * doc.c (Fdocumentation): Check for advice in all cases.
22889
228902007-10-19 Chong Yidong <cyd@stupidchicken.com>
22891
22892 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
22893
228942007-10-19 Richard Stallman <rms@gnu.org>
22895
22896 * doc.c (Fdocumentation): Check for and handle an advised function.
22897
228982007-10-19 Juanma Barranquero <lekktu@gmail.com>
22899
22900 * process.c (Fset_process_filter): Doc fix.
22901
229022007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22903
22904 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
22905 which caused key-translation-map to applied repeatedly (thus breaking
22906 double-mode).
22907
229082007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22909
22910 * xselect.c (x_own_selection, x_handle_selection_clear)
22911 (x_clear_frame_selections):
22912 * w32menu.c (list_of_panes, list_of_items):
22913 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
22914 * textprop.c (validate_plist, interval_has_all_properties)
22915 (interval_has_some_properties, interval_has_some_properties_list)
22916 (add_properties, text_property_list):
22917 * process.c (Fget_buffer_process, list_processes_1, status_notify):
22918 * minibuf.c (Fassoc_string):
22919 * macselect.c (x_own_selection, x_clear_frame_selections)
22920 (Fx_disown_selection_internal):
22921 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
22922 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
22923
229242007-10-17 Chong Yidong <cyd@stupidchicken.com>
22925
22926 * process.c: Link to libs for calling res_init() if available.
22927 (Fmake_network_process): Call res_init() before getaddrinfo or
22928 gethostbyname, if possible.
22929
229302007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22931
22932 * lread.c (read1): Set pvectype for char_tables.
22933
22934 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
22935 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
22936 Add type checks.
22937 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
22938
22939 * alloc.c (free_misc): Use XMISCTYPE.
22940 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
22941
229422007-10-17 Glenn Morris <rgm@gnu.org>
22943
22944 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
22945 (syms_of_minibuf): Add Qcompletion_ignore_case.
22946 * dired.c (Qcompletion_ignore_case): Change to external.
22947 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
22948 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
22949 (Fread_file_name): Use it rather than intern'ing.
22950
22951 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
22952 (Fread_coding_system): Ignore case of user input.
22953
229542007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22955
22956 * xdisp.c (handle_display_prop): Ignore display specs after
22957 replacing one when string text is being replaced.
22958 (handle_single_display_spec): Pretend as if characters with display
22959 property haven't been consumed only when buffer text is being replaced.
22960
229612007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22962
22963 * xfns.c (Fx_create_frame, Fx_display_list):
22964 * window.c (window_fixed_size_p, enlarge_window)
22965 (shrink_window_lowest_first):
22966 * macterm.c (init_font_name_table):
22967 * macfns.c (Fx_create_frame, Fx_display_list):
22968 * lread.c (close_load_descs):
22969 * keyboard.c (read_char_x_menu_prompt):
22970 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
22971 * coding.c (code_convert_region_unwind): Test the type of an object
22972 rather than just !NILP before extracting data from it.
22973
22974 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
22975
22976 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
22977 (XMISCANY): New macro.
22978 (XMISCTYPE): Use it.
22979 (struct Lisp_Misc_Any): New type.
22980 (union Lisp_Misc): Use it.
22981 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
22982 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
22983 (find_symbol_value, set_internal, default_value, Fset_default)
22984 (Fmake_variable_buffer_local, Fmake_local_variable)
22985 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
22986 (Flocal_variable_if_set_p, Fvariable_binding_locus):
22987 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
22988 * alloc.c (allocate_buffer): Set the size and tag.
22989 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
22990 Use XMISCANY.
22991 (die): Follow the GNU convention for error messages.
22992 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
22993 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
22994 tag any more.
22995 (set_buffer_internal_1):
22996 * frame.c (store_frame_param):
22997 * eval.c (specbind):
22998 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
22999
23000 * doc.c (Fsnarf_documentation): Simplify.
23001
230022007-10-14 Juanma Barranquero <lekktu@gmail.com>
23003
23004 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
23005 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
23006
230072007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
23008
23009 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
23010
230112007-10-14 Juanma Barranquero <lekktu@gmail.com>
23012
23013 * eval.c (do_autoload): Don't save autoloads.
23014
23015 * data.c (Ffset): Save autoload of the function being set.
23016
230172007-10-07 John Paul Wallington <jpw@pobox.com>
23018
23019 * xfns.c (x_create_tip_frame): Set the `display-type' frame
23020 parameter before setting up faces.
23021
230222007-10-13 Eli Zaretskii <eliz@gnu.org>
23023
23024 * ccl.c (Fregister_code_conversion_map):
23025 * keyboard.c (append_tool_bar_item): Reformat last change.
23026
23027 * lisp.h (eabs): Rename from `abs'. All callers changed.
23028
230292007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
23030
23031 * buffer.c (add_overlay_mod_hooklist):
23032 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
23033 * fontset.c (make_fontset):
23034 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
23035 (append_tool_bar_item):
23036 * macmenu.c (grow_menu_items):
23037 * w32menu.c (grow_menu_items):
23038 * xmenu.c (grow_menu_items): Use larger_vector.
23039
230402007-10-13 Eli Zaretskii <eliz@gnu.org>
23041
23042 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
23043 selected frame'' on MSDOS).
23044
230452007-10-12 Martin Rudalics <rudalics@gmx.at>
23046
23047 * frame.c (Qexplicit_name): New variable.
23048 (x_report_frame_params): Report it in parameter alist.
23049 (syms_of_frame): Intern and staticpro it.
23050
230512007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
23052
23053 * macfns.c (x_create_tip_frame): Set terminal for frame.
23054
230552007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23056
23057 * frame.c (Qenvironment): Remove.
23058 (syms_of_frame) <Qenvironment>: Don't initialize.
23059 (Fdelete_frame): Don't treat the `environment' param specially.
23060 * frame.h (Qenvironment): Don't declare.
23061 * callproc.c (set_initial_environment): Don't set unused frame param.
23062
23063 * frame.c (Fframe_with_environment): Remove.
23064 (syms_of_frame) <Sframe_with_environment>: Don't declare.
23065
23066 * lisp.h (Fframe_with_environment): Don't declare.
23067
230682007-10-10 Juanma Barranquero <lekktu@gmail.com>
23069
23070 * indent.c (indent_tabs_mode, last_known_column)
23071 (last_known_column_modified): Make static.
23072 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
23073
230742007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
23075
23076 * puresize.h (BASE_PURESIZE): Increase to 1170000.
23077
230782007-10-09 Jason Rumney <jasonr@gnu.org>
23079
23080 * w32term.c (x_set_window_size): Disable code that attempts to tell
23081 Lisp code about a size change before it actually happens.
23082
230832007-10-09 Richard Stallman <rms@gnu.org>
23084
23085 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
23086 return HANDLED_RETURN.
23087
230882007-10-08 Martin Rudalics <rudalics@gmx.at>
23089
23090 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
23091 when there's an unread command event.
23092
23093 * frame.c (focus_follows_mouse): Move here from frame.el to allow
23094 window autoselection act appropriately when leaving selected frame.
23095 (syms_of_frame): Initialize focus_follows_mouse.
23096 * frame.h (focus_follows_mouse): Extern it.
23097 * macterm.c (XTread_socket): When focus_follows_mouse is nil
23098 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
23099 * msdos.c (dos_rawgetc): Likewise.
23100 * w32term.c (w32_read_socket): Likewise.
23101 * xterm.c (handle_one_xevent): Likewise.
23102 * xdisp.c (syms_of_xdisp): In doc-string of
23103 mouse-autoselect-window mention focus-follows-mouse.
23104
231052007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23106
23107 * macterm.c (mac_load_query_font): Fix missing return value.
23108 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
23109 Add BLOCK_INPUT.
23110
231112007-10-08 Richard Stallman <rms@gnu.org>
23112
23113 * xdisp.c (get_window_cursor_type): Implement documented behavior
23114 for cursor-in-non-selected-windows = t.
23115
231162007-10-08 Jason Rumney <jasonr@gnu.org>
23117
23118 * w32.c (w32_get_resource): Always close registry keys.
23119
231202007-10-08 Jason Rumney <jasonr@gnu.org>
23121
23122 * makefile.w32-in (LIBS): Add COMCTL32.
23123
23124 * w32fns.c (globals_of_w32fns): Init common controls.
23125
231262007-10-08 Richard Stallman <rms@gnu.org>
23127
23128 * image.c (our_memory_buffer): Rename from omfib_buffer.
23129
231302007-10-08 Richard Stallman <rms@gnu.org>
23131
23132 * buffer.c (Foverlays_at): Doc fix.
23133
231342007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
23135
23136 * fns.c (Fplist_put): Preserve uneven tail data.
23137
231382007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
23139
23140 * termhooks.h (enum event_kind): Remove trailing comma.
23141
23142 * frame.h (enum): Remove trailing comma.
23143
231442007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
23145
23146 * w32proc.c (delete_child): Don't terminate threads of zombies.
23147
231482007-10-08 Martin Rudalics <rudalics@gmx.at>
23149
23150 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
23151
23152 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
23153 last-repeatable-command.
23154 (init_kboard): Initialize Vlast_repeatable_command.
23155 (command_loop_1): Set it to real_this_command unless that was
23156 bound to an input event.
23157 (mark_kboards): Mark it.
23158
231592007-10-08 Richard Stallman <rms@gnu.org>
23160
23161 * eval.c (condition-case): Doc fix.
23162
231632007-10-08 Masatake YAMATO <jet@gyve.org>
23164
23165 * xfaces.c (tty_supports_face_attributes_p): Fix code
23166 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
23167 was copied and not edited.
23168
231692007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
23170
23171 Add new `input-decode-map' keymap and use it for terminal
23172 escape sequences.
23173 * keyboard.h (struct kboard): Add Vinput_decode_map.
23174 Remove Vlocal_key_translation_map.
23175 * keyboard.c (read_key_sequence): Add support for input-decode-map.
23176 (init_kboard): Init input-decode-map.
23177 Replace local-key-translation-map back with key-translation-map.
23178 (syms_of_keyboard): Declare input-decode-map.
23179 Remove local-key-translation-map. Update docstrings.
23180 (mark_kboards): Mark Vinput_decode_map.
23181 Don't mark Vlocal_key_translation_map.
23182 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
23183 Replace local-key-translation-map back with key-translation-map.
23184 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
23185 Bind in input-decode-map rather than function-key-map.
23186
23187 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
23188 This was made redundant by the previous introduction of XSETPVECTYPE.
23189
231902007-10-09 Richard Stallman <rms@gnu.org>
23191
23192 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
23193
231942007-09-29 Richard Stallman <rms@gnu.org>
23195
23196 * eval.c (internal_condition_case_2, internal_condition_case_1)
23197 (internal_condition_case): Reenable abort if x_catching_errors ()
23198 to see if that really happens and why.
23199
232002007-10-06 Andreas Schwab <schwab@suse.de>
23201
23202 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
23203
232042007-10-04 Juanma Barranquero <lekktu@gmail.com>
23205
23206 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
23207
232082007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23209
23210 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
23211
232122007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23213
23214 * window.h (struct window):
23215 * window.c (struct save_window_data, struct saved_window):
23216 * termhooks.h (struct terminal):
23217 * process.h (struct Lisp_Process):
23218 * frame.h (struct frame):
23219 * buffer.h (struct buffer):
23220 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
23221 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
23222 The size field of (pseudo)vectors is now unsigned.
23223 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
23224
23225 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
23226 Turn `count' into an integer.
23227
23228 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
23229 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
23230 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
23231 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
23232 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
23233
23234 * alloc.c (allocate_pseudovector): New fun.
23235 (ALLOCATE_PSEUDOVECTOR): New macro.
23236 (allocate_window, allocate_terminal, allocate_frame)
23237 (allocate_process): Use it.
23238 (mark_vectorlike): New function.
23239 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
23240 (mark_terminals): Use it.
23241 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
23242 (Fmake_byte_code): Use XSETPVECTYPE.
23243
23244 * frame.c (Fframe_parameters): Minor simplification.
23245
23246 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
23247
23248 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
23249
23250 * buffer.c (Fget_buffer_create, init_buffer_once):
23251 * lread.c (defsubr):
23252 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
23253
23254 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
23255 defined differently in the m/*.h files.
23256 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
23257 (XSETPVECTYPE): New macro.
23258 (XSETPSEUDOVECTOR): Use it.
23259
23260 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
23261 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
23262
23263 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
23264 * lread.c (defvar_per_buffer):
23265 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
23266
23267 * window.c (candidate_window_p): Only consider as visible frames that
23268 are on the same terminal.
23269
23270 * m/ibms390x.h (MARKBIT): Remove unused macro.
23271
232722007-10-01 Juanma Barranquero <lekktu@gmail.com>
23273
23274 * lread.c (Fload): Fix typo in docstring.
23275
232762007-10-01 Michaël Cadilhac <michael@cadilhac.name>
23277
23278 * floatfns.c (Fexpt): Manually check for overflows, so that a power
23279 of a non-zero value can't yield zero.
23280
232812007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
23282
23283 * term.c (term_clear_mouse_face, term_mouse_highlight)
23284 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
23285
23286 * print.c (safe_debug_print): Use XHASH.
23287
23288 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
23289 Lisp elements such as tags.
23290 (XHASH): New macro.
23291 (EQ): Use it.
23292 (SREF, SSET, STRING_COPYIN): Use SDATA.
23293 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
23294
23295 * alloc.c (mark_terminal): Remove left-over declaration.
23296 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
23297 (allocate_vectorlike): Remove type argument. Adjust callers.
23298 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
23299 Only handle the one remaining MEM_TYPE_VECTORLIKE.
23300
23301 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
23302 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
23303 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
23304 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
23305 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
23306 Use them.
23307
23308 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
23309 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
23310 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
23311
233122007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
23313
23314 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
23315 loaded by default.
23316
233172007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
23318
23319 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
23320 on this tty.
23321 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
23322
23323 * term.c (mouse_face_window): Rename from Qmouse_face_window.
23324 Update all users.
23325 (handle_one_term_event): Use Gpm_DrawPointer.
23326 (Fgpm_mouse_start): Rename from Fterm_open_connection.
23327 Signal errors instead of returning nil. Always return nil.
23328 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
23329 Make it a noop if gpm-mouse was not activated.
23330 (syms_of_term): Update names.
23331
233322007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
23333
23334 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
23335 (init_sys_modes): Check that gpm_tty is the current tty.
23336
23337 * alloc.c (allocate_terminal): Set the vector size to only count the
23338 lisp fields. Initialize those to nil.
23339 (mark_object): Don't treat terminals specially.
23340 (mark_terminal): Remove.
23341 (mark_terminals): Use mark_object instead.
23342
23343 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
23344 the GC to the beginning.
23345
23346 * indent.h:
23347 * indent.c: Use EMACS_INT for ints coming from Elisp data.
23348
23349 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
23350
233512007-09-25 Jason Rumney <jasonr@gnu.org>
23352
23353 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
23354
23355 * w32console.c (create_w32cons_output): Remove.
23356
23357 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
23358
23359 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
23360 (reset_sys_modes): Use reset_terminal_modes_hook.
23361
233622007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23363
23364 * eval.c (do_autoload): Don't output any message.
23365
233662007-09-24 Juri Linkov <juri@jurta.org>
23367
23368 * emacs.c (standard_args): Change priority of "--no-splash"
23369 from 40 to 3. Add "--no-desktop" with the same priority.
23370
233712007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
23372
23373 * alloc.c (gc_sweep): Check cons cell mark bits word by word
23374 and optimize the case where they are all 1.
23375
233762007-09-23 Johannes Weiner <hannes@saeurebad.de>
23377
23378 * lisp.h (abs): Define if not defined.
23379 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
23380 Don't define `abs', since it's defined in lisp.h.
23381
233822007-09-22 Eli Zaretskii <eliz@gnu.org>
23383
23384 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
23385 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
23386 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
23387 (init_tty): Use DEV_TTY instead of "/dev/tty".
23388 [WINDOWSNT]: No need to protect from NAME arg being null.
23389
233902007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23391
23392 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
23393 up the tty state.
23394
233952007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23396
23397 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
23398 (gpm_tty): Change its type.
23399 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
23400 (gpm_tty): Change its type and initialize it.
23401 (Fterm_open_connection): Check the frame is indeed a tty.
23402 Use the new gpm_tty.
23403 (Fterm_close_connection): Use the new gpm_tty.
23404 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
23405 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
23406
234072007-09-21 Juanma Barranquero <lekktu@gmail.com>
23408
23409 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
23410 underline_color, to draw strike-through.
23411
234122007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23413
23414 * lisp.h (allocate_terminal): Declare.
23415
23416 * window.c (candidate_window_p): Consider frames that are being placed
23417 by the user as somewhere between visible and iconified.
23418 (window_loop): Prefer windows on the current frame.
23419 (Fselect_window): Move the use of select-frame to the beginning so we
23420 can just delegate all the work (it'll call us back anyway).
23421
23422 * frame.c (Qdisplay_environment_variable):
23423 * frame.h (Qdisplay_environment_variable): Delete.
23424
23425 * .gdbinit (xbacktrace): Print the arg's address rather than the value
23426 of the first arg, since that value may be a union.
23427
23428 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
23429 parameter rather than Qdisplay_environment_variable. If all else
23430 fails, look for DISPLAY in initial-environment.
23431
234322007-09-21 Glenn Morris <rgm@gnu.org>
23433
23434 * Makefile.in (emacstool): Remove target.
23435 (lisp, shortlisp): Remove termdev.elc.
23436
234372007-09-21 Markus Triska <markus.triska@gmx.at>
23438
23439 * xterm.c (x_delete_display): Compile session management conditionally.
23440
234412007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
23442
23443 * callproc.c (getenv_internal_1): New function.
23444 (getenv_internal): Use it.
23445 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
23446
23447 * terminal.c (get_terminal): Don't accept ints to represent terminals.
23448 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
23449 (Fset_terminal_parameter): Work with dead terminals as well.
23450 (Fmodify_terminal_parameters): Remove.
23451
23452 * terminal.c (get_terminal): Handle terminals.
23453 Make sure the terminal returned is live.
23454 (create_terminal): Use allocate_terminal.
23455 (mark_terminals): Move to alloc.c.
23456 (delete_terminal): Use terminal->name as liveness status.
23457 NULL out fields after freeing their contents.
23458 Don't deallocate the object.
23459 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
23460 rather than an int.
23461 (Fterminal_live_p): Accept non-integer arguments.
23462 (Fterminal_list): Return terminal objects rather than an ints.
23463
23464 * alloc.c (enum mem_type): New member for `terminal' objects.
23465 (allocate_terminal): New function.
23466 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
23467 Handle terminals.
23468 (mark_terminal): New fun.
23469 (mark_terminals): Move from terminal.c.
23470
23471 * term.c (get_tty_terminal): Don't treat output_initial specially.
23472 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
23473 (delete_tty): Use terminal->name as liveness status.
23474
23475 * termhooks.h (struct terminal): Make it into a pseudovector.
23476 Remove `deleted' replaced by checking `name's nullness.
23477
23478 * print.c (print_object): Handle terminals.
23479
23480 * lisp.h (enum pvec_type): New `terminal' pseudovector.
23481 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
23482
23483 * frame.c (make_terminal_frame):
23484 * keyboard.c (tty_read_avail_input):
23485 * w32term.c (x_delete_terminal):
23486 * xfns.c (Fx_create_frame, x_create_tip_frame):
23487 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
23488
234892007-09-20 Glenn Morris <rgm@gnu.org>
23490
23491 * process.c (Fmake_network_process): Doc fix.
23492
234932007-09-19 Jason Rumney <jasonr@gnu.org>
23494
23495 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
23496
234972007-09-19 Michaël Cadilhac <michael@cadilhac.name>
23498
23499 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
23500 Fix a C warning regarding variable constness.
23501
23502 * xterm.c (handle_one_xevent): Fix a C warning.
23503
235042007-09-18 Jason Rumney <jasonr@gnu.org>
23505
23506 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
23507
235082007-09-17 Jan Djärv <jan.h.d@swipnet.se>
23509
23510 * gtkutil.c (gdpy_def): New variable.
23511 (xg_initialize): Initialize gdpy_def.
23512 (xg_display_close): If no other display exists, set gdpy_def to a
23513 new connection.
23514
235152007-09-16 Jan Djärv <jan.h.d@swipnet.se>
23516
23517 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
23518 when we have no file name for the icon.
23519 (xg_tool_bar_expose_callback): Remove.
23520 (xg_create_tool_bar): Don't connect expose signal to
23521 xg_tool_bar_expose_callback.
23522 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
23523
235242007-09-16 Andreas Schwab <schwab@suse.de>
23525
23526 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
23527 values instead of zapping them.
23528
235292007-09-14 Glenn Morris <rgm@gnu.org>
23530
23531 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
23532 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
23533 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
23534 scope and rename to omfib_buffer for clarity.
23535 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
23536
235372007-09-14 Kenichi Handa <handa@m17n.org>
23538
23539 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
23540
235412007-09-13 Jason Rumney <jasonr@gnu.org>
23542
23543 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
23544
23545 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
23546
23547 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
23548 (mac_term_init): Call here instead, passing rif.
23549
235502007-09-13 Glenn Morris <rgm@gnu.org>
23551
23552 * s/hpux.h: No longer define `static' as nothing.
23553
235542007-09-13 Johan Bockgård <bojohan@gnu.org>
23555
23556 * callint.c (Fcall_interactively): Remove unused var `fun'.
23557
235582007-09-12 Romain Francoise <romain@orebokech.com>
23559
23560 * window.c (prefer_window_split_horizontally, display_buffer):
23561 Revert 2007-09-08 change.
23562
235632007-09-12 Glenn Morris <rgm@gnu.org>
23564
23565 * alloca.c: Remove file.
23566 * Makefile.in (alloca): Do not undef.
23567 (allocaobj, alloca.o): Remove.
23568 (otherobj): Remove allocaobj.
23569 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
23570 * regex.c (C_ALLOCA): Remove all references and code that was only
23571 used when this was defined.
23572 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
23573 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
23574 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
23575
23576 * Makefile.in (SOURCES, unlock, relock): Delete.
23577
23578 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
23579 (menu_grab_callback): All uses changed.
23580
23581 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
23582 (x_reply_selection_request): All uses changed.
23583
235842007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
23585
23586 * lread.c (load_warn_old_style_backquotes): Change message to look
23587 better when it appears in the middle of byte-compiler messages.
23588
235892007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
23590
23591 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
23592
23593 * xterm.c (x_create_terminal): Add comment.
23594
23595 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
23596
235972007-09-10 Richard Stallman <rms@gnu.org>
23598
23599 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
23600
236012007-09-10 Michaël Cadilhac <michael@cadilhac.name>
23602
23603 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
23604 (DEFUN): Document `intspec', use it instead of `prompt'.
23605
23606 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
23607
23608 * data.c (Finteractive_form): If the interactive specification starts
23609 with a `(', use it as a Lisp form.
23610
23611 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
23612 name and file modes.
23613
23614 * callint.c (Fcall_interactively): Comment fixes.
23615
236162007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
23617
23618 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
23619 and compiled functions.
23620
236212007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
23622
23623 * window.c (prefer_window_split_horizontally): New variable.
23624 (display_buffer): Consider splitting window horizontally depending
23625 on prefer_window_split_horizontally.
23626
236272007-09-08 Eli Zaretskii <eliz@gnu.org>
23628
23629 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
23630
236312007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23632
23633 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
23634
23635 * frame.c (x_set_frame_parameters): Check number is positive before
23636 using XFASTINT.
23637
23638 * window.c (freeze_window_start): Don't presume selected_window holds
23639 a window object.
23640 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
23641
236422007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
23643
23644 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
23645
236462007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23647
23648 * window.c (Vsplit_window_preferred_function): New var.
23649 (Fdisplay_buffer): Use it.
23650 (syms_of_window): Export, and initialize it.
23651
236522007-09-06 Pixel <pixel@mandriva.com> (tiny change)
23653
23654 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
23655
236562007-09-06 Glenn Morris <rgm@gnu.org>
23657
23658 * gtkutil.c (menu_grab_callback) <cnt>:
23659 * xselect.c (x_reply_selection_request) <cnt>: Move static
23660 variable to file scope.
23661
236622007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
23663
23664 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
23665 consistent values of selected_frame and selected_window.
23666
236672007-09-04 Jason Rumney <jasonr@gnu.org>
23668
23669 * w32console.c (initialize_w32_display): Zero unused hooks.
23670
236712007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
23672
23673 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
23674 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
23675
236762007-09-04 Jason Rumney <jasonr@gnu.org>
23677
23678 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
23679 in w32console.c. Set up input. Remove XXX comments that have been
23680 confirmed as correct.
23681
23682 * s/ms-w32.h (MULTI_KBOARD): Define.
23683
23684 * w32console.c (one_and_only_w32cons): Remove.
23685 (initialize_w32_display): Take terminal argument.
23686
23687 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
23688 initialize_w32_display.
23689 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
23690
23691 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
23692
23693 * keyboard.c (discard_mouse_events): Discard it.
23694 (make_lispy_event): Translate it to a lisp event.
23695 (lispy_wheel_names): Add wheel-left and right events.
23696 (syms_of_keyboard): Enlarge wheel_syms.
23697
23698 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
23699 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
23700
23701 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
23702
23703 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
23704 from WM_MOUSEHWHEEL.
23705 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
23706
23707 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
23708 terminal.
23709
23710 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
23711 keyboard for the terminal.
23712
237132007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
23714
23715 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
23716 (Vresume_tty_hook): Rename from Vresume_tty_functions.
23717 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
23718 and resume-tty-function to resume-tty-hook.
23719 (Fsuspend_tty, Fresume_tty): Use new names.
23720
237212007-09-02 Jan Djärv <jan.h.d@swipnet.se>
23722
23723 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
23724 if it starts with "n:".
23725
237262007-08-31 Jan Djärv <jan.h.d@swipnet.se>
23727
23728 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
23729
237302007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
23731
23732 * frame.h:
23733 * frame.c (Qterm_environment_variable): Remove.
23734 (syms_of_frame): Don't init and staticpro it.
23735
23736 * callproc.c (getenv_internal): Remove special case for $TERM.
23737
23738 * callproc.c (Vinitial_environment): New variable.
23739 (set_initial_environment): Initialize it.
23740 (syms_of_callproc): Declare it.
23741 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
23742 TERM under which a process runs is never related to the TERM in which
23743 Emacs is running.
23744
237452007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
23746
23747 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
23748 * s/darwin.h: ... do it here.
23749
237502007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
23751
23752 * lisp.h (set_initial_environment): Rename from set_global_environment.
23753
23754 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
23755 removed by mistake on the multi-tty branch.
23756
23757 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
23758 (Fmodify_frame_parameters): Return a value.
23759
23760 * image.c (png_load): Comment-out var only used in commented-out code.
23761
23762 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
23763 before passing it to mark_object.
23764
23765 * xfaces.c (internal_resolve_face_name): Return a value.
23766 (internal_resolve_face_name, resolve_face_name_error): Comment out.
23767
23768 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
23769 (x_icon): Comment-out var only used in commented-out code.
23770
237712007-08-29 Romain Francoise <romain@orebokech.com>
23772
23773 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
23774 QUIT hasn't been provided.
23775
237762007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
23777
23778 * callproc.c (child_setup, getenv_internal): Use the
23779 display-environment-variable and term-environment-variable frame params.
23780 (set_initial_environment): Initialise Vprocess_environment.
23781
23782 * config.in: Disable multi-keyboard support on a mac.
23783
23784 * frame.c (Qterm_environment_variable)
23785 (Qdisplay_environment_variable): New variables.
23786 (syms_of_frame): Intern and staticpro them.
23787 (Fmake_terminal_frame): Disable output method test.
23788
23789 * frame.h: Declare them here.
23790
23791 * macfns.c (x_set_mouse_color): Get rif from the frame.
23792 (x_set_tool_bar_lines): Don't use updating_frame.
23793 (mac_window): Add 2 new parameters for consistency with other systems.
23794 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
23795 frame parameters following what is done in X11 and w32. Don't use
23796 FRAME_MAC_DISPLAY_INFO.
23797 (Fx_open_connection, start_hourglass): Remove window-system check.
23798 (x_create_tip_frame): Get the keyboard from the terminal.
23799
23800 * macmenu.c: Reorder includes.
23801 (Fx_popup_menu): Use terminal specific mouse_position_hook.
23802
23803 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
23804 terminal parameter.
23805 (x_clear_frame): Add a frame parameter.
23806 (note_mouse_movement): Get rif from the frame.
23807 (mac_term_init): Initialize the terminal.
23808 (mac_initialize): Make static and move terminal initialization ...
23809 (mac_create_terminal): ... to this new function.
23810
23811 * macterm.h (struct mac_display_info): Add terminal.
23812 (mac_initialize): Delete declaration.
23813
23814 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
23815
23816 * sysdep.c: Comment out text after #endif.
23817
23818 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
23819 is defined. Better initialize ttys in windows. Use terminal
23820 specific mouse_position_hook.
23821
23822 * termhooks.h (union display_info): Add mac_display_info.
23823
23824 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
23825 Set the default minibuffer frame, window_system and the rest of the
23826 frame parameters following what is done in X11.
23827
23828 * w32term.c (w32_initialize): Make static.
23829
23830 * xselect.c (x_handle_selection_clear): Only access
23831 terminal->kboard when MULTI_KBOARD is defined.
23832
23833 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
23834 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
23835
238362007-08-29 Jason Rumney <jasonr@gnu.org>
23837
23838 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
23839 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
23840
23841 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
23842 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
23843
23844 * keyboard.c (restore_kboard_configuration): Only define when
23845 MULTI_KBOARD defined.
23846
23847 * makefile.w32-in: Update dependancies from Makefile.in.
23848 (OBJ1): Add terminal.$(O)
23849
23850 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
23851 Don't define function body.
23852 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
23853
23854 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
23855
23856 * w32.c (request_sigio, unrequest_sigio): Remove.
23857
23858 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
23859 (w32con_clear_frame, w32con_clear_end_of_line)
23860 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
23861 (w32con_delete_glyphs, w32con_set_terminal_window)
23862 (scroll_line, w32_sys_ring_bell): Add frame arg.
23863 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
23864 Add terminal arg.
23865 (PICK_FRAME): Remove.
23866 (w32con_write_glyphs): Use frame specific terminal coding.
23867 (one_and_only_w32cons): New global variable.
23868 (initialize_w32_display): Use it for storing hooks.
23869 (create_w32cons_output): New function.
23870
23871 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
23872 arg a frame.
23873
23874 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
23875 Set window_system.
23876 (x_set_tool_bar_lines): Don't use updating_frame.
23877 (Fx_create_frame): Set terminal and ref count.
23878 (Fx_open_connection): Remove window-system check.
23879
23880 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
23881
23882 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
23883 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
23884 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
23885 Add frame arg.
23886 (x_delete_terminal, w32_create_terminal): New functions.
23887 (w32_term_init): Create a terminal.
23888 (w32_initialize): Move terminal specific initialization to
23889 w32_create_terminal.
23890
23891 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
23892 (w32_clear_rect, w32_clear_area): Use background from frame.
23893 (w32_display_info): Add terminal.
23894 (w32_sys_ring_bell, x_delete_display): Declare here.
23895
23896 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
23897
23898 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
23899
239002007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
23901
23902 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
23903 Fix get_named_tty calls for the controlling tty.
23904
239052007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23906
194d44e7 23907 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
23908
239092007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
23910
23911 * term.c (tty_insert_glyphs): Add missing first parameter.
23912
239132007-08-29 Károly Lőrentey <karoly@lorentey.hu>
23914
23915 * buffer.c (Fbuffer_list, Fbury_buffer):
23916 Take frame->buried_buffer_list into account.
23917
23918 * cm.c (current_tty): New variable, for cmputc().
23919 (cmputc): Use it.
23920 (cmcheckmagic): Add tty parameter, look up terminal streams there.
23921 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
23922 (cmgoto): Add tty parameter. Pass it on to calccost().
23923 Use emacs_tputs() instead of tputs().
23924
23925 * cm.h (emacs_tputs): New macro to set current_tty, and then call
23926 tputs().
23927 (current_tty): New variable, for cmputc().
23928 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
23929
23930 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
23931 (internal_condition_case, internal_condition_case_1)
23932 (internal_condition_case_2): Don't abort when x_catching_errors.
23933
23934 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
23935 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
23936 prevent crashes caused by bogus longjmps in read_char.
23937
23938 * keymap.h (Fset_keymap_parent): Add EXFUN.
23939
23940 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
23941 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
23942 Remove redundant definition.
23943
23944 * macfns.c (x_set_mouse_color, x_make_gc):
23945 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23946
23947 * w32term.c (x_free_frame_resources):
23948 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23949 (w32_initialize): Use the accessor macros for terminal characteristics.
23950
23951 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
23952 Use the accessor macros for terminal characteristics.
23953 * msdos.c (internal_terminal_init): Use the accessor macros for
23954 terminal characteristics.
23955 (ScreenVisualBell, internal_terminal_init):
23956 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23957
23958 * termopts.h (no_redraw_on_reenter): Declare.
23959
23960 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
23961 (mark_terminals, mark_ttys): Declare.
23962 (Fgarbage_collect): Call them.
23963 (mark_object): Mark buried_buffer_list.
23964
23965 * prefix-args.c: Include stdlib.h for exit.
23966
23967 * syssignal.h: Add comment.
23968
23969 * indent.c: Include stdio.h.
23970
23971 * window.h (Vinitial_window_system): Declare.
23972 (Vwindow_system): Delete declaration.
23973
23974 * fontset.c (Finternal_char_font): Use FRAME_RIF.
23975
23976 * image.c (lookup_image): Don't initialize `c' until the xasserts
23977 have been run.
23978
23979 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
23980 FRAME_FOREGROUND_PIXEL.
23981
23982 * print.c (print_preprocess): Don't lose print_depth levels while
23983 iterating.
23984
23985 * widget.c (update_from_various_frame_slots):
23986 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23987
23988 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
23989 frames.
23990 (window_internal_height): Remove bogus make_number call.
23991 (init_window_once): Call make_terminal_frame with two zero parameters.
23992
23993 * fileio.c (Fread_file_name): Update comment.
23994
23995 * callint.c (Fcall_interactively):
23996 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
23997 Make sure it is correctly unwound.
23998
23999 * xsmfns.c (x_session_close): New function.
24000
24001 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
24002 Delete declarations.
24003
24004 * xterm.h: Remove declaration for x_fully_uncatch_errors.
24005 (x_output): Remove background_pixel and foreground_pixel fields.
24006 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
24007 (x_delete_device, x_session_close): Declare.
24008
24009 * lread.c: Include setjmp.h. Update declaration of `read_char'.
24010 (read_filtered_event): Call `read_char' with a local
24011 `wrong_kboard_jmpbuf'.
24012
24013 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
24014 Don't call single_kboard_state. Use FRAME_RIF.
24015
24016 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
24017 systems.
24018
24019 * lisp.h (set_process_environment): Rename to `set_global_environment'.
24020 (Fframe_with_environment, Fset_input_meta_mode)
24021 (Fset_quit_char): EXFUN.
24022 (x_create_device, tty_output, terminal, tty_display_info): Declare.
24023 (init_sys_modes, reset_sys_modes): Update prototypes.
24024 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
24025
24026 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
24027 Vlocal_key_translation_map, and Vkeyboard_translate_table.
24028 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
24029 Delete declarations.
24030 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
24031 (temporarily_switch_to_single_kboard, tty_read_avail_input):
24032 New declarations.
24033
24034 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
24035 already does that during init_display(). Call syms_of_keymap
24036 before syms_of_keyboard. Call `syms_of_terminal'.
24037 Call set_initial_environment, not set_process_environment.
24038 (shut_down_emacs): Call reset_all_sys_modes() instead of
24039 reset_sys_modes().
24040
24041 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
24042 (internal_resolve_face_name, resolve_face_name_error): New functions.
24043 (resolve_face_name): Protect against loops and errors thrown by Fget.
24044 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
24045 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
24046
24047 * scroll.c: Replace CURTTY() with local variables throughout the
24048 file (where applicable).
24049 (calculate_scrolling, calculate_direct_scrolling)
24050 (scrolling_1, scroll_cost): Use the accessor macros for terminal
24051 characteristics.
24052
24053 * keymap.c (Vfunction_key_map): Remove.
24054 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
24055 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
24056 (Vkey_translation_map): Remove.
24057 (syms_of_keymap): Remove DEFVAR for key-translation-map.
24058 (Fdescribe_buffer_bindings)
24059 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
24060 Update for terminal-local key-translation-map.
24061
24062 * Makefile.in (callproc.o): Update dependencies.
24063 (lisp, shortlisp): Add termdev.elc.
24064 (obj): Add terminal.o.
24065 (terminal.o): Add dependencies.
24066 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
24067 (data.o, fns.o): Add termhooks.h dependency.
24068 (SOME_MACHINE_LISP): Add dnd.elc.
24069 (minibuf.o): Fix typo.
24070 Update dependencies.
24071
24072 * data.c (do_symval_forwarding, store_symval_forwarding)
24073 (find_symbol_value): Use the selected frame's keyboard, not
24074 current_kboard.
24075
24076 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
24077 Vwindow_system.
24078
24079 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
24080 Fmenu_bar_open.
24081 (syms_of_xmenu): Update defsubr.
24082 (mouse_position_for_popup, Fx_popup_menu)
24083 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
24084 (set_frame_menubar, free_frame_menubar)
b97439ce 24085 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
24086 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
24087 an X frame.
24088
24089 * xselect.c (x_own_selection): Abort if not an X frame.
24090 (some_frame_on_display): Check if it is an X frame.
24091 (x_handle_selection_clear): Deal with MULTI_KBOARD.
24092
24093 * coding.c: Include frame.h and termhooks.h.
24094 (terminal_coding, keyboard_coding): Delete.
24095 (Fset_terminal_coding_system_internal)
24096 (Fset_keyboard_coding_system_internal)
24097 (Fkeyboard_coding_system)
24098 (Fterminal_coding_system): Add a terminal parameter.
24099 Get terminal_coding from the terminal.
24100 (init_coding_once): Don't call setup_coding_system here.
24101
24102 * dispextern.h (set_scroll_region, turn_off_insert)
24103 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
24104 (tty_clear_end_of_line, tty_setup_colors)
24105 (delete_tty, updating_frame)
24106 (produce_special_glyphs, produce_glyphs, write_glyphs)
24107 (insert_glyphs): Remove.
24108 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
24109 (tty_turn_off_highlight, get_tty_size): Add declaration.
24110 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
24111
24112 * frame.h (enum output_method): Add output_initial.
24113 (struct x_output): Delete.
24114 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
24115 Access foreground_pixel and background_pixel directly from the frame.
24116 (tty_display): Delete.
24117 (struct frame): Add buried_buffer_list, foreground_pixel,
24118 background_pixel and terminal. Delete kboard.
24119 (union output_data): Add tty.
24120 (FRAME_KBOARD): Get the kboard from the terminal.
24121 (FRAME_INITIAL_P): New macro.
24122 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
24123 (Qterm_environment_variable, Qdisplay_environment_variable)
24124 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
24125 New declarations.
24126
24127 * termchar.h (tty_output, tty_display_info): New structures.
24128 (tty_list): Declare.
24129 (FRAME_TTY, CURTTY): New macros.
24130 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
24131 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
24132 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
24133 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
24134
24135 * callproc.c: Include frame.h and termhooks.h, for terminal
24136 parameters.
24137 (add_env): New function.
24138 (child_setup): Use it.
24139 (child_setup, getenv_internal): Handle the new Vprocess_environment.
24140 (getenv_internal): Fix get_terminal_param call.
24141 (Fgetenv_internal, egetenv): Update doc.
24142 (syms_of_callproc): Initialize Vprocess_environment to nil.
24143 Register and initialize them. Remove obsolete defvars. Update doc
24144 strings.
24145 (child_setup): Handle Vlocal_environment_variables.
24146 (getenv_internal): Add terminal parameter.
24147 Handle Vlocal_environment_variables.
24148 (Fgetenv_internal): Add terminal parameter.
24149 (child_setup, getenv_internal, Fgetenv_internal): Store the local
24150 environment in a frame (not terminal) parameter. Update doc strings.
24151 (set_initial_environment): Rename from set_global_environment.
24152 Store Emacs environment in initial frame parameter.
24153
24154 * xdisp.c (redisplay_internal): Update references to
24155 `previous_terminal_frame'.
24156 (display_mode_line, Fformat_mode_line): Replace calls to
24157 `push_frame_kboard' with `push_kboard'.
24158 (get_glyph_string_clip_rects): Add extra parentheses and
24159 braces to prevent compiler warnings.
24160 (calc_pixel_width_or_height): Add xassert to check that the
24161 frame is alive. Don't call `lookup_image' on a termcap frame.
24162 (message2_nolog, message3_nolog, redisplay_internal)
24163 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
24164 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
24165 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
24166 (Fx_display_pixel_width, Fx_display_pixel_height)
24167 (Fx_display_planes, Fx_display_color_cells)
24168 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
24169 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
24170 (Fx_display_backing_store, Fx_display_visual_class)
24171 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
24172 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
24173
24174 * xfns.c (x_set_foreground_color x_set_background_color)
24175 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
24176 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24177 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
24178 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
24179 terminal that is being deleted.
24180 (Fx_create_frame): Use `store_frame_param' to set `window-system'
24181 frame parameter, and make sure it overrides any user-supplied setting.
24182 (Fx_close_connection, Fx_synchronize): Unify argument names with
24183 the rest of the DEFUNs.
24184
24185 * dispnew.c (Fsend_string_to_terminal): Update call to
24186 `get_tty_terminal'.
24187 (Fredraw_frame, Fsend_string_to_terminal)
24188 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
24189 FRAME_TERMCAP_P and FRAME_TTY.
24190 (window_change_signal): Don't believe width/height values that are
24191 impossibly small.
24192 (Vinitial_window_system): Rename from Vwindow_system.
24193 (termscript, Wcm, rif): Delete.
24194
24195 * termhooks.h (struct terminal): New struct containing the
24196 previously global text display hooks and new members NAME,
24197 DELETED and PARAM_ALIST.
24198 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
24199 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
24200 (FRAME_RIF): New macros.
24201 (get_terminal_param, get_device): New declarations.
24202 (termscript): Delete declaration.
24203
24204 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
24205 (XTflash, x_free_frame_resources, x_scroll_bar_create)
24206 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
24207 FRAME_FOREGROUND_PIXEL.
24208 (x_fully_uncatch_errors): Disable definition.
24209 (x_scroll_bar_expose): Fix reference to foreground pixel.
24210 (XTread_socket): Disable loop on all X displays.
24211 (x_delete_terminal): Don't set terminal->deleted and let
24212 delete_terminal delete the frames on the terminal.
24213 (x_delete_display): Doc update to reflect changes in
24214 delete_terminal.
24215 (x_display_info) <terminal>: Move member earlier in the struct.
24216 (deleting_tty): Remove old variable.
24217 (Fsuspend_tty): Call clear_tty_hooks.
24218 (Fresume_tty, init_tty): Call set_tty_hooks.
24219 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
24220 errors on X frames.
24221 (x_catch_errors_unwind): Abort if x_error_message is NULL.
24222 (handle_one_xevent): Initialize `f' to NULL.
24223 (x_delete_terminal, x_create_terminal): New functions.
24224 (XTset_terminal_modes, XTreset_terminal_modes)
24225 (XTread_socket, x_connection_closed, x_term_init)
24226 (x_term_init, x_delete_display): Add terminal parameter.
24227 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
24228 X connections.
24229
24230 * frame.c: Include termchar.h.
24231 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
24232 (Qwindow_system, Qenvironment, Qterm_environment_variable)
24233 (Qdisplay_environment_variable): New vars.
24234 (Fframep): Deal with output_initial.
24235 (Fframe-live-p): Doc fix.
24236 (Fwindow-system): New function.
24237 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
24238 (make_terminal_frame): Don't create frames on a terminal that is
24239 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24240 (store_frame_param): Check for found_for_frame before calling XFRAME.
24241 (Fmake_terminal_frame): Handle NULL tty names correctly.
24242 (syms_of_frame): Enhance doc string of `default-frame-alist'.
24243 (Fdelete_frame): Remove unused variable `count'. Don't allow other
24244 frames to refer to a deleted frame in their 'environment parameter.
24245 (Fframe_with_environment): New function.
24246 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
24247 (get_future_frame_param): New function.
24248 (Fmake_terminal_frame): Use it.
24249 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
24250
24251 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
24252 * sysdep.c (reset_sys_modes): Update for renames.
24253
24254 * keyboard.c (tty_read_avail_input): New function.
24255 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
24256 (syms_of_keyboard): Defsubr them.
24257 (Fset_input_meta_mode, Fset_quit_char): New functions.
24258 (Fset_input_mode): Split to above functions.
24259 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
24260 parameter. Use it in call to `read_char'.
24261 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
24262 Set wrong_kboard_jmpbuf correctly in recursive calls.
24263 Use current_kboard to access Vkeyboard_translate_table.
24264 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
24265 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
24266 Update longjmp invocations. Remember the original current_kboard,
24267 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
24268 changes it. Comment out unnecessary calls to
24269 `record_single_kboard_state' and `any_kboard_state'.
24270 Update recursive calls.
24271 (wrong_kboard_jmpbuf): Remove global variable.
24272 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
24273 Handle deleted interrupted_kboards correctly; that is a legal
24274 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
24275 and read_char calls. Abort if interrupted_kboard died in read_char.
24276 (any_kboard_state, single_kboard_state)
24277 (push_frame_kboard): Remove function.
24278 (pop_kboard): Switch out of single_kboard mode if the kboard has
24279 been deleted. Remove unused variable. Help debugging by not
24280 changing current_kboard unnecessarily. Set current_kboard to the
24281 kboard of the selected frame when the stored kboard object has
24282 been deleted before pop_kboard.
24283 (temporarily_switch_to_single_kboard): Change first parameter to a
24284 frame pointer. Throw an error when caller wants to change kboards
24285 while in single_kboard mode. Don't push_kboard if we weren't in
24286 single kboard state. Don't pop_kboard if we popped into any
24287 kboard state.
24288 (restore_kboard_configuration): Abort if pop_kboard changed the
24289 kboard in single_kboard mode. Call pop_kboard only after setting
24290 up single_kboard mode.
24291 (Frecursive_edit): Switch to single_kboard mode only in nested
24292 command loops.
24293 (cmd_error, command_loop, command_loop_1, timer_check):
24294 Comment out unnecessary call to `any_kboard_state' and
24295 `record_single_kboard_state'.
24296 (delete_kboard): Exit single_kboard mode if we have just deleted
24297 that kboard. Use FRAME_KBOARD.
24298 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
24299 `fatal_error_signal'.
24300 (record_single_kboard_state): Don't push_kboard if we weren't in
24301 single kboard state. Don't pop_kboard if we popped into any
24302 kboard state.
24303 (push_frame_kboard): Rename to push_kboard.
24304 (kbd_buffer_get_event): Use FRAME_TERMINAL.
24305 (read_avail_input): Read input from all terminals.
24306 (mark_kboards): Also mark Vkeyboard_translate_table.
24307 (kbd_buffer_store_event_hold): Simplify condition.
24308 (read_key_sequence): Reinitialize fkey and keytran at each replay.
24309 (Vkeyboard_translate_table): Move to struct kboard.
24310 (init_kboard): Initialize Vkeyboard_translate_table.
24311 (syms_of_keyboard): Use DEFVAR_KBOARD to define
24312 Vkeyboard_translate_table. Update doc strings. Update docs of
24313 local-function-key-map and function-key-map.
24314
24315 * terminal.c: New file.
24316
24317 * term.c: Include errno.h.
24318 (Vring_bell_function, device_list, initial_device)
24319 (next_device_id, ring_bell, update_begin, update_end)
24320 (set_terminal_window, cursor_to, raw_cursor_to)
24321 (clear_to_end, clear_frame, clear_end_of_line)
24322 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
24323 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
24324 (syms_of_term): Move their initialization to terminal.c.
24325 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
24326 (Ftty_display_color_cells)
24327 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
24328 (clear_tty_hooks, set_tty_hooks)
24329 (init_tty, maybe_fatal): New functions.
24330 (Ftty_type): Return nil if terminal is not on a tty instead of
24331 throwing an error. Doc update.
24332 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
24333 Doc update. Initialize new subrs and variables.
24334 (delete_tty): Use terminal->deleted.
24335 (tty_set_terminal_modes): Rename from set_terminal_modes.
24336 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
24337 (set_scroll_region): Rename to `tty_set_scroll_region'.
24338 (turn_on_insert): Rename to `tty_turn_on_insert'.
24339 (turn_off_insert): Rename to `tty_turn_off_insert'.
24340 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
24341 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
24342 (toggle_highligh): Rename to `tty_toggle_highlight'.
24343 (background_highlight): Rename to `tty_background_highlight'.
24344 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
24345 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
24346 (tty_set_scroll_region, tty_background_highlight)
24347 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
24348 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
24349 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
24350 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
24351 Add static modifier.
24352 (tty_reset_terminal_modes, tty_set_terminal_window)
24353 (tty_set_scroll_region, tty_background_highlight)
24354 (tty_highlight_if_desired, tty_cursor_to)
24355 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
24356 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
24357 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
24358 renames.
24359
243602007-08-28 Jan Djärv <jan.h.d@swipnet.se>
24361
24362 * keyboard.c: Qrtl is new.
24363 (parse_tool_bar_item): Handle :rtl keyword.
24364 (syms_of_keyboard): Intern :rtl keyword.
24365
24366 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
24367
24368 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
24369 so no Lisp code is executed.
24370 (file_for_image, find_rtl_image): New functions.
24371 (xg_get_image_for_pixmap): Use file_for_image.
24372 (update_frame_tool_bar): If direction is RTL, use RTL image if
24373 defined. Use Gtk stock images if defined.
24374
243752007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24376
24377 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
24378 for nonexistent or zero-width glyph in composition glyph.
24379
243802007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24381
24382 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
24383
24384 * xdisp.c (Finvisible_p): New function.
24385 (syms_of_xdisp): defsubr it.
24386
243872007-08-24 Juanma Barranquero <lekktu@gmail.com>
24388
24389 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
24390 Doc fixes.
24391
243922007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24393
24394 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
24395
243962007-08-24 Martin Rudalics <rudalics@gmx.at>
24397
24398 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
24399 whether decoding has modified buffer contents.
24400
244012007-08-24 Jason Rumney <jasonr@gnu.org>
24402
24403 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
24404 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
24405 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
24406 (init_svg_functions) [HAVE_NTGUI]: New function.
24407 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
24408 (svg_load_image): Use them.
24409 (svg_load_image) [HAVE_NTGUI]: Implement background.
24410
244112007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24412
24413 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
24414 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
24415 (LIBX): Remove @RSVG_LIBS@.
24416 (LIBES): Add $(RSVG_LIBS).
24417
24418 * image.c (svg_load_image): Blend with specified background if exists.
24419 Use IMAGE_BACKGROUND. Add Mac OS Support.
24420
24421 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
24422 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
24423 Remove macros.
24424 [MAC_OSX] (socket_callback): Do nothing.
24425 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
24426 ReceiveNextEvent.
24427 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
24428 socket_callback.
24429 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
24430
244312007-08-22 Glenn Morris <rgm@gnu.org>
24432
24433 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
24434
244352007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
24436
24437 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
24438
24439 * image.c: Add support for SVG images. Some additional comments
24440 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
24441 (svg_image_p): New function to test for SVG image.
24442 (svg_load): New function to load SVG image.
24443 (svg_load_image): New function, helper for svg_load.
24444 (Qsvg): New Lisp_object.
24445 (svg_keyword_index): New enum.
24446 (svg_format): New static `image_keyword' struct.
24447 (svg_type): New static `image_type' struct.
24448 (librsvg/rsvg.h): Include it.
24449
244502007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
24451
24452 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
24453
244542007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24455
24456 * lread.c (Qold_style_backquotes): New var.
24457 (syms_of_lread): Init and staticpro it.
24458 (load_warn_old_style_backquotes): New fun.
24459 (Fload): Use them to warn about old style backquotes.
24460 (end_of_file_error, Fload): Remove unused vars.
24461
24462 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
24463
24464 * lread.c (Vold_style_backquotes): New var.
24465 (syms_of_lread): Init and export it to Elisp.
24466 (read1): Set it when we find an old-style (back)quote.
24467
244682007-08-22 Jason Rumney <jasonr@gnu.org>
24469
24470 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
24471
244722007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
24473
24474 * puresize.h (BASE_PURESIZE): Increase to 1140000.
24475
244762007-08-19 Richard Stallman <rms@gnu.org>
24477
24478 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
24479
244802007-08-19 Andreas Schwab <schwab@suse.de>
24481
24482 * alloc.c (pure): Round PURESIZE up.
24483
244842007-08-17 Jan Djärv <jan.h.d@swipnet.se>
24485
24486 * xterm.c (handle_one_xevent): Remove check that mouse click is in
24487 active frame.
24488
244892007-08-16 Richard Stallman <rms@gnu.org>
24490
24491 * eval.c (Fcommandp): Add parens to clarify.
24492
24493 * minibuf.c (Fall_completions): Use enum for type of table.
24494
24495 * emacs.c (USAGE2): Improve text.
24496
244972007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
24498
24499 * term.c (tty_default_color_capabilities): Declare static
24500 variables in file scope, to avoid HPUX compiler problem.
24501
245022007-08-13 Jan Djärv <jan.h.d@swipnet.se>
24503
24504 * gtkutil.c (update_frame_tool_bar): Use -1 as index
24505 to gtk_toolbar_insert.
24506
245072007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
24508
24509 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
24510
24511 * insdel.c (reset_var_on_error): New fun.
24512 (signal_before_change, signal_after_change):
24513 Use it to reset (after|before)-change-functions to nil in case of error.
24514 Bind inhibit-modification-hooks to t.
24515 Don't bind (after|before)-change-functions to nil while they run.
24516
245172007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24518
24519 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
24520 filling pixmap with stippled background.
24521
245222007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24523
24524 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
24525 Don't use invisible frame as parent window for repositioning.
24526
245272007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
24528
24529 * print.c (new_backquote_output): Rename from old_backquote_output.
24530 (print): Inverse its logic (according to its name) so as to match the
24531 behavior of new_backquote_flag in lread.c.
24532
245332007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24534
24535 * gmalloc.c (posix_memalign): New function.
24536
24537 * macterm.c (frame_highlight, frame_unhighlight): Don't call
24538 ActivateControl/DeactivateControl here.
24539 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
24540 frame-notice-user-settings is non-nil.
24541 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
24542 for kEventParamFMFontStyle.
24543 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
24544 mac_pass_command_to_system and mac_pass_control_to_system here.
24545 (XTread_socket): Call ActivateControl/DeactivateControl here.
24546 (XTread_socket) [TARGET_API_MAC_CARBON]:
24547 Check mac_pass_command_to_system and mac_pass_control_to_system here.
24548 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
24549 for window repositioning.
24550
245512007-08-08 Glenn Morris <rgm@gnu.org>
24552
24553 * Replace `iff' in doc-strings and comments.
24554
245552007-08-07 Chong Yidong <cyd@stupidchicken.com>
24556
24557 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
24558
245592007-08-07 Martin Rudalics <rudalics@gmx.at>
24560
24561 * fileio.c (Finsert_file_contents): Run format-decode and
24562 after_insert_file_functions on entire buffer when REPLACE is
24563 non-nil and inhibit modification_hooks and point_motion_hooks.
24564 For consistency, run after_insert_file_functions iff something
24565 got inserted. Move signal_after_change and update_compositions
24566 after code running after_insert_file_functions. Make sure that
24567 undo_list doesn't record intermediate steps of the decoding process.
24568
245692007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24570
24571 * emacs.c (main)
24572 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
24573 Call malloc_enable_thread on interactive startup.
24574
24575 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
24576 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
24577 [USE_PTHREAD]: Conditionalize with it.
24578 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
24579 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
24580 New functions.
24581
245822007-08-06 Chong Yidong <cyd@stupidchicken.com>
24583
24584 * xdisp.c (redisplay_window): When restoring original buffer
24585 position, make sure it is still valid.
24586
24587 * image.c (png_load): Ignore png-supplied background color.
24588
245892007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24590
24591 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
24592 Use kCFAbsoluteTimeIntervalSince1970.
24593
24594 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
24595 New variable.
24596 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
24597 event loop should be quit.
24598 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
24599 Quit dialog event loop if quit_dialog_event_loop is set.
24600
24601 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
24602 (Selection): New typedef. Use instead of ScrapRef.
24603 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
24604 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
24605 (mac_clear_selection): Rename from clear_scrap.
24606 (get_flavor_type_from_symbol): New argument SEL and subsume function of
24607 scrap_has_target_type. All uses changed.
24608 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
24609 (mac_selection_has_target_p): New functions.
24610 (mac_put_selection_value): Rename from put_scrap_string.
24611 (mac_get_selection_value): Rename from get_scrap_string.
24612 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
24613 (put_scrap_private_timestamp, scrap_has_target_type)
24614 (get_scrap_private_timestamp): Remove functions.
24615 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
24616 (x_own_selection, x_get_local_selection):
24617 Use mac_valid_selection_value_p.
24618 (x_own_selection): Don't use put_scrap_private_timestamp.
24619 Record OWNERSHIP-INFO into Vselection_alist instead.
24620 (x_get_local_selection): Don't check type if request is local.
24621 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
24622 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
24623
246242007-08-04 Jan Djärv <jan.h.d@swipnet.se>
24625
24626 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
24627 add comment explaining why.
24628
246292007-08-03 Richard Stallman <rms@gnu.org>
24630
24631 * fileio.c (Fvisited_file_modtime): Use make_time.
24632
246332007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
24634
24635 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
24636 build.
24637
246382007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
24639
24640 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
24641
246422007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
24643
24644 * puresize.h (BASE_PURESIZE): Increase to 1130000.
24645
246462007-07-30 Richard Stallman <rms@gnu.org>
24647
24648 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
24649
246502007-07-29 Jan Djärv <jan.h.d@swipnet.se>
24651
24652 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
24653
246542007-07-28 Nick Roberts <nickrob@snap.net.nz>
24655
24656 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
24657 remote default-directory.
24658
24659 * buffer.c (mode-line-format): Update doc string.
24660
246612007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24662
24663 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
24664 scroll bar gap.
24665 (x_scroll_bar_create): Set bar->fringe_extended_p.
24666 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
24667 on frame edge. Check fringe background extension. Don't clear
24668 extended fringe background area.
24669
24670 * w32term.h (struct scroll_bar): New member fringe_extended_p.
24671 (w32_fill_area): Enclose multiple statements with do ... while (0).
24672
24673 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
24674 Extend fringe background to scroll bar gap.
24675 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
24676 Set bar->fringe_extended_p.
24677 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
24678 Put leftmost/rightmost scroll bars on frame edge. Check fringe
24679 background extension. Don't clear extended fringe background area.
24680
24681 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
24682 New member fringe_extended_p.
24683
246842007-07-25 Glenn Morris <rgm@gnu.org>
24685
24686 * Relicense all FSF files to GPLv3 or later.
24687
24688 * COPYING: Switch to GPLv3.
24689
246902007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
24691
24692 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
24693
24694 * data.c (Finteractive_form): Check for the presence of an
24695 `interactive-form' symbol property more thoroughly.
24696
24697 * data.c (Finteractive_form): Use an `interactive-form' property if
24698 present, analogous to the function-documentation property.
24699
247002007-07-24 Jason Rumney <jasonr@gnu.org>
24701
24702 * w32fns.c (x_real_positions): Get real position from OS instead of
24703 calculating it.
24704
247052007-07-23 Jason Rumney <jasonr@gnu.org>
24706
24707 * filelock.c (current_lock_owner): Allow for @ sign in username.
24708
247092007-07-22 Nick Roberts <nickrob@snap.net.nz>
24710
24711 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
24712 remote default-directory.
24713
24714 * buffer.c (mode-line-format): Describe above case in doc string.
24715
247162007-07-20 Eli Zaretskii <eliz@gnu.org>
24717
24718 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
24719 Define if not defined.
24720
247212007-07-18 Jason Rumney <jasonr@gnu.org>
24722
24723 * w32proc.c (w32_executable_type): Handle 64 bit executables.
24724
247252007-07-18 Richard Stallman <rms@gnu.org>
24726
24727 * data.c (Fsetq_default): Doc fix.
24728
24729 * eval.c (Fsetq): Doc fix.
24730
247312007-07-18 Juanma Barranquero <lekktu@gmail.com>
24732
24733 * coding.c (Ffind_operation_coding_system):
24734 * eval.c (For, Fand): Doc fixes.
24735 Reported by Johan Bockgård.
24736
247372007-07-18 Jan Djärv <jan.h.d@swipnet.se>
24738
24739 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
24740
24741 * xterm.h: Declare x_ewmh_activate_frame.
24742
24743 * xterm.c (x_ewmh_activate_frame): New function.
24744 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
24745
247462007-07-17 Martin Rudalics <rudalics@gmx.at>
24747
24748 * window.c (Fdisplay_buffer): If largest or LRU window is the
24749 only window, split it even if it is not eligible for splitting.
24750 This restores the original behavior broken by the 2007-07-15
24751 change.
24752
247532007-07-17 Glenn Morris <rgm@gnu.org>
24754
24755 * abbrev.c (abbrev_check_chars): New function.
24756 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
24757 Call abbrev_check_chars to check abbrev characters are word
24758 constituents. Doc fix.
24759
247602007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
24761
24762 * process.c (Fstart_process, Fmake_network_process)
24763 (read_process_output): Fix up last changes.
24764
247652007-07-16 Eli Zaretskii <eliz@gnu.org>
24766
24767 * makefile.w32-in (clean): Don't delete *~.
24768
247692007-07-16 Andreas Schwab <schwab@suse.de>
24770
24771 * window.c (Fdisplay_buffer): Use NILP.
24772 (Fset_window_scroll_bars): Likewise.
24773
247742007-07-15 Martin Rudalics <rudalics@gmx.at>
24775
24776 * window.c (window_min_size_2): New function.
24777 (window_min_size_1, size_window, Fdisplay_buffer)
24778 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
24779 windows without mode- or header-lines when window-min-height is
24780 too small.
24781 (size_window): Reset nodelete_p after testing it, following an
24782 earlier note by Kim F. Storm.
24783 (display_buffer): Do not set split_height_threshold to twice the
24784 value of window_min_height to avoid changing the value of a
24785 customizable variable. Rather explicitly check whether the
24786 height of the window that shall be splitted is at least as large
24787 as split_height_threshold.
24788 (Fwindow_full_width_p): New defun.
24789 (syms_of_window): Defsubr it.
24790
24791 * window.h: Add EXFUN for Fwindow_full_width_p.
24792
247932007-07-14 Jason Rumney <jasonr@gnu.org>
24794
24795 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
24796
247972007-07-14 Richard Stallman <rms@gnu.org>
24798
24799 * eval.c (maybe_call_debugger): New function.
24800 (find_handler_clause): Use maybe_call_debugger.
24801 Call it when the handler says `debug'.
24802 Eliminate DEBUGGER_VALUE_PTR.
24803 (Fsignal): Eliminate debugger_value.
24804 (Qdebug): New variable.
24805 (syms_of_eval): Initialize it.
24806
248072007-07-14 Juanma Barranquero <lekktu@gmail.com>
24808
24809 * eval.c (Fprogn):
24810 * keyboard.c (Ftrack_mouse):
24811 * print.c (Fwith_output_to_temp_buffer):
24812 * window.c (Fsave_window_excursion): Doc fix.
24813
248142007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24815
24816 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
24817
248182007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
24819
24820 * process.h (struct Lisp_Process): Turn slots infd, outfd,
24821 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
24822 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
24823 read_output_delay, and read_output_skip from Lisp_Objects to ints.
24824 Remove unused encoding_carryover.
24825 * process.c: Adjust all functions accordingly.
24826
248272007-07-12 Richard Stallman <rms@gnu.org>
24828
24829 * term.c: Include unistd.h only if HAVE_UNISTD_H.
24830
248312007-07-11 Jason Rumney <jasonr@gnu.org>
24832
24833 * makefile.w32-in (LIBS): Include OLE32.
24834
24835 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
24836 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
24837
248382007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
24839
24840 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
24841 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
24842 from a Lisp_Object into a bare pointer.
24843 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
24844 Adjust the code correspondingly.
24845
24846 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
24847
24848 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
24849 (term_show_mouse_face): Remove unused var `j'.
24850 (handle_one_term_event): Remove unused vars `i' and `j'.
24851 Don't cast return value of ttyname since it's not necessary.
24852
248532007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
24854
24855 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
24856 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
24857
24858 * fns.c (map_char_table): Use an array of int for `indices' rather than
24859 an array of Lisp_Objects (which are only ever integers anyway).
24860 (Fmap_char_table): Update caller.
24861 * lisp.h: Update prototype.
24862 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
24863 * fontset.c (Ffontset_info):
24864 * casetab.c (set_case_table): Update callers.
24865
24866 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
24867
24868 * keymap.c (struct accessible_keymaps_data)
24869 (struct where_is_internal_data): New structures.
24870 (accessible_keymaps_1, where_is_internal_1): Use them to change
24871 interface to adhere to the one used by map_keymap.
24872 (Faccessible_keymaps, where_is_internal): Use map_keymap.
24873 (accessible_keymaps_char_table, where_is_internal_2): Remove.
24874
24875 * keymap.h (map_keymap_function_t): More informative prototype.
24876
248772007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
24878
24879 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
24880 (looking_at_1): Don't change search_regs and last_thing_searched
24881 if `inhibit-changing-match-data' is non-nil.
24882 (string_match_1, search_buffer, set_search_regs): Likewise.
24883 (syms_of_search): Add Lisp level definition for
24884 `inhibit-changing-match-data' and set it to nil.
24885 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
24886 start and end of the match, instead of using values in search_regs.
24887
248882007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
24889
24890 * minibuf.c (Fcompleting_read): New value `confirm-only'
24891 for `require-match'.
24892
248932007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
24894
24895 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
24896 part of the 2007-06-27 change to syms_of_fileio.
24897
248982007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24899
24900 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
24901 Check WINDOWP before using XWINDOW. Consolidate return statements.
24902
249032007-06-27 Richard Stallman <rms@gnu.org>
24904
24905 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
24906
249072007-06-27 Juanma Barranquero <lekktu@gmail.com>
24908
24909 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
24910
249112007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24912
24913 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
24914 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
24915 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
24916 (_free_internal, memalign): Use them.
24917 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
24918 Initialize to PTHREAD_MUTEX_INITIALIZER.
24919 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
24920 (morecore_nolock): Rename from morecore. All uses changed.
24921 Use only nolock versions of internal allocation functions.
24922 (_malloc_internal_nolock, _realloc_internal_nolock)
24923 (_free_internal_nolock): New functions created from
24924 _malloc_internal, _realloc_internal, and _free_internal.
24925 (_malloc_internal, _realloc_internal, _free_internal): Use them.
24926 Copy hook value to automatic variable before its use.
24927 (memalign): Copy hook value to automatic variable before its use.
24928
249292007-06-26 Kenichi Handa <handa@m17n.org>
24930
24931 * coding.c (Ffind_operation_coding_system): Docstring improved.
24932 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
24933
249342007-06-25 David Kastrup <dak@gnu.org>
24935
24936 * keymap.c (Fcurrent_active_maps): Add `position' argument.
24937 (Fwhere_is_internal): Adjust call to `current-active-maps' to
24938 cater for additional parameter.
24939
24940 * keymap.h: Adjust number of parameters to `current-active-maps'.
24941
24942 * doc.c (Fsubstitute_command_keys): Adjust call of
24943 `current-active-maps'.
24944
249452007-06-25 David Kastrup <dak@gnu.org>
24946
24947 * callint.c (Fcall_interactively): Make the parsing of interactive
24948 specs somewhat more readable.
24949
249502007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24951
24952 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
24953 to scroll bar gap also when bitmap fills fringe. Draw only foreground
24954 if extended background has already been filled.
24955
249562007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24957
24958 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
24959 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
24960
24961 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
24962 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
24963 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
24964 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
24965 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
24966 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
24967 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
24968 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
24969 Run timers during dialog popup.
24970 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
24971
249722007-06-21 Jason Rumney <jasonr@gnu.org>
24973
24974 * image.c (convert_mono_to_color_image): Swap fore and background.
24975
249762007-06-20 Jason Rumney <jasonr@gnu.org>
24977
24978 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
24979 (w32_free_bdf_font): Unmap memory not handle.
24980
249812007-06-20 Sam Steingold <sds@gnu.org>
24982
24983 * gmalloc.c (__morecore): Fix the declaration to comply with the
24984 definition.
24985
249862007-06-20 Juanma Barranquero <lekktu@gmail.com>
24987
24988 * w32term.c (w32_delete_display): Remove leftover declaration.
24989 (w32_define_cursor, w32_initialize): Make static.
24990
24991 * w32.c (_wsa_errlist): Fix typo in error message.
24992 (init_environment): Ignore any environment variable from the
24993 registry having a null value.
24994
249952007-06-20 Glenn Morris <rgm@gnu.org>
24996
24997 * Makefile.in (LIBGIF): Default to -lgif.
24998
249992007-06-17 Jason Rumney <jasonr@gnu.org>
25000
25001 * w32menu.c (add_menu_item): Don't use multibyte string functions on
25002 unicode strings.
25003
250042007-06-16 Juanma Barranquero <lekktu@gmail.com>
25005
25006 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
25007 Fix typo in docstring.
25008
250092007-06-16 Eli Zaretskii <eliz@gnu.org>
25010
25011 * w32menu.c (add_menu_item): Escape `&' characters in menu items
25012 and their keybindings.
25013
250142007-06-15 Chong Yidong <cyd@stupidchicken.com>
25015
25016 * composite.c (update_compositions): Fix last fix.
25017
250182007-06-14 Jason Rumney <jasonr@gnu.org>
25019
25020 * w32.c (get_process_times_fn): New function pointer.
25021 (globals_of_w32): Intialize it if present in kernel32.dll.
25022 (w32_get_internal_run_time): New function.
25023
25024 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
25025
250262007-06-14 Kenichi Handa <handa@etlken.m17n.org>
25027
25028 * composite.c (update_compositions): Check the validness of
25029 compositions.
25030
250312007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25032
25033 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
25034 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
25035
25036 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
25037 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
25038
25039 * macgui.h (USE_MAC_TOOLBAR): New define.
25040
25041 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
25042 Return immediately unless popup is activated.
25043
25044 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
25045 background to scroll bar gap.
25046 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
25047 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
25048 scroll bars on frame edge. Check fringe background extension.
25049 Don't clear extended fringe background area.
25050 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
25051 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
25052 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
25053 [USE_MAC_TOOLBAR]: New macros.
25054 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
25055 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
25056 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
25057 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
25058 [USE_MAC_TOOLBAR]: New functions.
25059 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
25060 manually if previous repositioning has failed.
25061 (mac_handle_keyboard_event): Use precomputed event kind.
25062 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
25063 as tool bar item click. Handle mouse movement over tool bar items.
25064
25065 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
25066 toolbar_win_gravity.
25067 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
25068 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
25069 Add externs.
25070
25071 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
25072 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
25073
250742007-06-14 Chong Yidong <cyd@stupidchicken.com>
25075
25076 * image.c (search_image_cache): Remove unused variable.
25077
250782007-06-13 Chong Yidong <cyd@stupidchicken.com>
25079
25080 * xfns.c, xmenu.c: Link to xaw3d if available.
25081
250822007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25083
25084 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
25085 frame_foreground and frame_background.
25086
25087 * image.c (lookup_image): Save frame foreground and background colors.
25088 (search_image_cache): Check if saved and current frame colors match.
25089
250902007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
25091
25092 * regex.c (regex_compile): Remove the `regnum' counter.
25093 Use bufp->re_nsub instead. Add support for \(?N:RE\).
25094
250952007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
25096
25097 * term.c: Include intervals.h to declare Fget_text_property.
25098
250992007-06-10 Jason Rumney <jasonr@gnu.org>
25100
25101 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
25102
251032007-06-08 Juanma Barranquero <lekktu@gmail.com>
25104
25105 * callint.c (Fcall_interactively):
25106 * editfns.c (Fdelete_and_extract_region):
25107 * fileio.c (Fread_file_name):
25108 * fns.c (Fmapconcat):
25109 * keyboard.c (cmd_error_internal):
25110 * keymap.c (Fkey_description):
25111 * lread.c (openp):
25112 * minibuf.c (read_minibuf):
25113 * search.c (wordify):
25114 * sunfns.c (sel_read):
25115 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
25116 * xfns.c (x_default_scroll_bar_color_parameter):
25117 * xmenu.c (menu_help_callback):
25118 * xselect.c (Fx_get_atom_name):
25119 * xterm.c (x_term_init): Use empty_unibyte_string.
25120
251212007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
25122
25123 * alloc.c (init_strings): Initialize canonical empty strings.
25124 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
25125 canonical empty string when the requested size is 0.
25126
25127 * emacs.c (empty_unibyte_string): Rename from empty_string.
25128 (empty_multibyte_string): New canonical empty string.
25129 (syms_of_emacs): Don't initialize empty_string.
25130
25131 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
25132 string, if appropriate.
25133 (empty_unibyte_string, empty_multibyte_string): New externs.
25134 (empty_string): Remove extern.
25135
25136 * lread.c (syms_of_lread): Use empty_unibyte_string.
25137
251382007-06-07 Jason Rumney <jasonr@gnu.org>
25139
25140 * s/ms-w32.h: Don't define HAVE_TZNAME.
25141
25142 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
25143
251442007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25145
25146 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
25147
25148 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
25149 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
25150
25151 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
25152 Don't call next handler.
25153 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
25154 Remove argument. Install handler to application.
25155 (set_frame_menubar): Don't change deep_p.
25156 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
25157 FRAME_OUTER_TO_INNER_DIFF_Y.
25158 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
25159 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
25160 [HAVE_DIALOGS]: New macros.
25161 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
25162 Use them.
25163 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
25164
25165 * macselect.c [MAC_OSX] (install_service_handler): Rename from
25166 init_service_handler. All callers changed. Return OSStatus value.
25167
25168 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
25169 All callers changed so as not to call SetPortWindowPort.
25170 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
25171 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
25172 mac_draw_string_common.
25173 (mac_draw_image_string_qd): Likewise.
25174 (mac_draw_string_common): Use them. Add INLINE.
25175 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
25176 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
25177 GetGlobalMouse.
25178 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
25179 and FRAME_OUTER_TO_INNER_DIFF_Y.
25180 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
25181 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
25182 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
25183 repositioning window to mac_handle_window_event.
25184 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
25185 saving window location to mac_handle_window_event
25186 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
25187 (install_menu_target_item_handler): Remove argument in extern.
25188 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
25189 Also accept command events.
25190 (do_keystroke): New function created from XTread_socket.
25191 (init_command_handler): Remove functions.
25192 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
25193 and save window location by kEventWindowShowing and kEventWindowHiding
25194 handlers here. Don't call next handler for window state change and
25195 focus events.
25196 (mac_handle_application_event, mac_handle_keyboard_event)
25197 [TARGET_API_MAC_CARBON]: New functions.
25198 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
25199 kEventWindowShowing and kEventWindowHiding events. Move installation
25200 of mouse, font, text input and menu target item handlers to
25201 install_application_handler.
25202 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
25203 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
25204 New function.
25205 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
25206 Register it.
25207 (XTread_socket) [TARGET_API_MAC_CARBON]:
25208 Consolidate SendEventToEventTarget calls.
25209 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
25210 Move application activation handler to mac_handle_application_event.
25211 Move keyboard handler to mac_handle_keyboard_event.
25212 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
25213 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
25214 init_command_handler. Call install_application_handler.
25215
25216 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
25217 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
25218
252192007-06-07 Glenn Morris <rgm@gnu.org>
25220
25221 * emacs.c (main): Use `emacs-copyright' in --version output.
25222
252232007-06-06 Chong Yidong <cyd@stupidchicken.com>
25224
25225 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
25226
252272007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25228
25229 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
25230
25231 * macgui.h: Replace WindowPtr with WindowRef.
25232
25233 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
25234 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
25235 Replace ControlHandle with ControlRef.
25236 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
25237
25238 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
25239 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
25240 Replace ControlHandle with ControlRef.
25241 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
25242 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
25243
25244 * macterm.h (struct scroll_bar): Rename member control_handle_low
25245 and control_handle_high to control_ref_low and control_ref_high.
25246 All uses changed.
25247 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
25248 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
25249 respectively. All uses changed.
25250 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
25251 (install_window_handler, remove_window_handler): Replace WindowPtr
25252 with WindowRef in externs.
25253
252542007-06-05 Juanma Barranquero <lekktu@gmail.com>
25255
25256 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
25257
252582007-06-03 Nick Roberts <nickrob@snap.net.nz>
25259
25260 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
25261
25262 * frame.c (Fmouse_position, Fmouse_pixel_position):
25263 Condition on HAVE_GPM too.
25264
25265 * term.c (term_mouse_highlight): Remove unused variables.
25266 (Fterm_open_connection): Set gpm_zerobased to 1.
25267 (term_mouse_movement, term_mouse_click, handle_one_term_event):
25268 Use zero based co-ordinates.
25269 (handle_one_term_event): Report a drag as mouse movement too.
25270
25271 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
25272
252732007-06-03 Chong Yidong <cyd@stupidchicken.com>
25274
25275 * image.c (search_image_cache): New function. Require background
25276 color match if background color is unspecified in the image spec.
25277 (uncache_image, lookup_image): Use it.
25278
252792007-06-01 Juanma Barranquero <lekktu@gmail.com>
25280
25281 * window.c (Fshrink_window): Reflow docstring.
25282
252832007-06-02 Chong Yidong <cyd@stupidchicken.com>
25284
25285 * Version 22.1 released.
25286
252872007-06-01 Richard Stallman <rms@gnu.org>
25288
25289 * xfns.c (x_encode_text): Add GCPRO.
25290
252912007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25292
25293 * xfns.c (x_set_name_internal): Save encoded name before
25294 x_encode_text in case string data is relocated.
25295
252962007-05-31 Richard Stallman <rms@gnu.org>
25297
25298 * buffer.c (syms_of_buffer): Doc fix.
25299
253002007-05-30 Nick Roberts <nickrob@snap.net.nz>
25301
25302 * sysdep.c (init_sys_modes): Add rather than replace with
25303 O_NONBLOCK.
25304
25305 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
25306 term_mouse_moveto.
25307
25308 * termhooks.h (term_mouse_moveto): New extern.
25309
25310 * term.c (mouse_face_window): Rename...
25311 (Qmouse_face_window): ...to this.
25312 (term_show_mouse_face, term_clear_mouse_face)
25313 (term_mouse_highlight): Use Qmouse_face_window.
25314 (term_mouse_moveto): New function.
25315 (term_mouse_position): Make it work.
25316 (syms_of_term): Uncomment assignment to mouse_position_hook.
25317 Staticpro Qmouse_face_window.
25318
253192007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25320
25321 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
25322 around current_column call.
25323
253242007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
25325
25326 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
25327 * xdisp.c (next_element_from_buffer):
25328 * window.c (delete_window):
25329 * term.c (term_mouse_highlight):
25330 * msdos.c (getdefdir):
25331 * macterm.c (mac_create_bitmap_from_bitmap_data)
25332 (init_font_name_table):
25333 * fns.c (Fsxhash):
25334 * data.c (Fmake_local_variable):
25335 * ccl.c (ccl_driver): Likewise.
25336
253372007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25338
25339 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
25340 Call mac_wakeup_from_rne on window size change.
25341
253422007-05-25 Chong Yidong <cyd@stupidchicken.com>
25343
25344 * image.c (uncache_image): Fix typo.
25345
253462007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
25347
25348 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
25349
253502007-05-22 Richard Stallman <rms@gnu.org>
25351
25352 * xterm.c (x_connection_closed): Remove NO_RETURN.
25353
253542007-05-22 Martin Rudalics <rudalics@gmx.at>
25355
25356 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
25357
253582007-05-21 Chong Yidong <cyd@stupidchicken.com>
25359
25360 * image.c (uncache_image): New function.
25361 (Fimage_refresh): New function.
25362
253632007-05-20 Jan Djärv <jan.h.d@swipnet.se>
25364
25365 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
25366
253672007-05-20 Nick Roberts <nickrob@snap.net.nz>
25368
25369 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
25370 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
25371
253722007-05-20 Nick Roberts <nickrob@snap.net.nz>
25373
25374 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
25375 conditional on [HAVE_GPM_H].
25376
253772007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
25378
25379 * syntax.c (skip_chars): Update syntax-table only after we checked that
25380 the new location is valid.
25381
253822007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25383
25384 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
25385 mac_get_window_bounds.
25386
253872007-05-20 Nick Roberts <nickrob@snap.net.nz>
25388
25389 * Makefile.in (LIBGPM): Allow it to be set from configure.
25390 If set then link Emacs with it.
25391
25392 * config.in: Regenerate.
25393
25394 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
25395 New externs.
25396
25397 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
25398 Include gpm.h.
25399 (handle_one_term_event, term_gpm): New externs.
25400
25401 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
25402 and allow it to be interrupted by SIGIO.
25403
25404 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
25405 (wait_reading_process_output): Wait on gpm_fd too.
25406 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
25407 (add_gpm_wait_descriptor_called_flag): New variable.
25408 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
25409
25410 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
25411 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
25412 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
25413 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
25414 (make_lispy_event): Add case GPM_CLICK_EVENT.
25415 (read_avail_input): Handle mouse input.
25416
25417 * term.c (write_glyphs_with_face): New function.
25418 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
25419 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
25420 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
25421 (mouse_face_face_id, term_gpm, pos_x, pos_y)
25422 (last_mouse_x, last_mouse_y): New variables.
25423 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
25424 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
25425 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
25426 (Fterm_close_connection): New functions.
25427 (term_init): Initialise mouse_face_window.
25428
254292007-05-19 Chong Yidong <cyd@stupidchicken.com>
25430
25431 * xdisp.c (redisplay_window): If first window line is a
25432 continuation line, recompute the new window start instead of
25433 recentering.
25434
254352007-05-18 Glenn Morris <rgm@gnu.org>
25436
25437 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
25438 Suggested by Alfred M. Szmidt <ams@gnu.org>.
25439
254402007-05-17 Glenn Morris <rgm@gnu.org>
25441
25442 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
25443
254442007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25445
25446 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
25447 dead key repeat and up events.
25448
254492007-05-14 Chong Yidong <cyd@stupidchicken.com>
25450
25451 * image.c (pbm_load): Check image size for monochrome pbm.
25452
254532007-05-13 Chong Yidong <cyd@stupidchicken.com>
25454
25455 * xterm.c (XTread_socket): Revert last change.
25456
254572007-05-12 Chong Yidong <cyd@stupidchicken.com>
25458
25459 * image.c (pbm_load): Correctly check image size for greyscale pbm.
25460
25461 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
25462
254632007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25464
25465 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
25466 mixup (YAILOM).
25467
254682007-05-07 Andreas Schwab <schwab@suse.de>
25469
25470 * keymap.c (Flookup_key): Fix typo in last change.
25471
254722007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25473
25474 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
25475 mapping for unibyte strings.
25476
254772007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25478
25479 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
25480 (Fx_popup_dialog) [MAC_OSX]: Likewise.
25481
254822007-04-29 Richard Stallman <rms@gnu.org>
25483
25484 * insdel.c (replace_range): For undo, record insertion first.
25485
254862007-04-29 Andreas Schwab <schwab@suse.de>
25487
25488 * lisp.h (VECSIZE): Use OFFSETOF.
25489
254902007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25491
25492 * xdisp.c (try_window_reusing_current_matrix): Fix number of
25493 disabled lines.
25494
254952007-04-28 Richard Stallman <rms@gnu.org>
25496
25497 * lread.c (read_escape): In a string, \s is always space.
25498
254992007-04-27 Jan Djärv <jan.h.d@swipnet.se>
25500
25501 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
25502
25503 * gtkutil.c (xg_update_menubar, create_menus): Create empty
25504 submenu for menu bar items.
25505
25506See ChangeLog.10 for earlier changes.
25507
25508;; Local Variables:
25509;; coding: utf-8
25510;; add-log-time-zone-rule: t
aac0c6e3
MR
25511;; End:
25512
e3eb1dae 25513 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
aac0c6e3
MR
25514
25515 This file is part of GNU Emacs.
25516
25517 GNU Emacs is free software: you can redistribute it and/or modify
25518 it under the terms of the GNU General Public License as published by
25519 the Free Software Foundation, either version 3 of the License, or
25520 (at your option) any later version.
25521
25522 GNU Emacs is distributed in the hope that it will be useful,
25523 but WITHOUT ANY WARRANTY; without even the implied warranty of
25524 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25525 GNU General Public License for more details.
25526
25527 You should have received a copy of the GNU General Public License
25528 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25529
25530;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40