* w32term.c (my_set_focus): #ifdef away; currently not used.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
97b372d7
JB
12010-07-23 Juanma Barranquero <lekktu@gmail.com>
2
2e6c8532
JB
3 * w32term.c (my_set_focus): #ifdef away; it is called only from
4 "#ifdef 0" code.
5
97b372d7
JB
6 * w32fns.c (x_edge_detection):
7 * xfaces.c (may_use_scalable_font_p):
8 Remove obsolete static declarations.
9
7c3320d8
JB
102010-07-20 Juanma Barranquero <lekktu@gmail.com>
11
12 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
13 (emacs_blocked_realloc, uninterrupt_malloc):
14 * fringe.c (w32_reset_fringes):
15 * image.c (convert_mono_to_color_image, lookup_rgb_color)
16 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
17 * sound.c (be2hs, do_play_sound):
18 * vm-limit.c (get_lim_data, ret_lim_data):
19 * w32term.c (x_free_frame_resources):
20 * xfaces.c (x_create_gc, x_free_gc):
21 Convert definitions to standard C.
22
d5273788
SM
232010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * eval.c (Feval, Ffuncall): Use the new names.
26
27 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
28 (DEFUN): Add braces around the union initialisation and use ## to
29 specify the right union alternative and avoid a cast.
30
8d16a259
JB
312010-07-18 Juanma Barranquero <lekktu@gmail.com>
32
33 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
34
3b8eff32
CY
352010-07-17 Chong Yidong <cyd@stupidchicken.com>
36
37 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
38
499322ce
J
392010-07-17 Jan Djärv <jan.h.d@swipnet.se>
40
41 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
42 is related to the menu bar (Bug#6499).
a628ad9d 43 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
499322ce 44
f6003da5 452010-07-16 Jan Djärv <jan.h.d@swipnet.se>
b78f9767
J
46
47 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
48
49 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
50
51 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
52 i.e. don't put back ButtonRelease (Bug#6608).
53
54 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
55 instead of Window. Call xg_event_is_for_menubar when
56 USE_GTK (Bug#6499).
57
58 * gtkutil.h (xg_event_is_for_menubar): Declare.
59
60 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
61
f6003da5 622010-07-16 Eli Zaretskii <eliz@gnu.org>
1f60c16a
EZ
63
64 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
65 when it's the same as the old foreground. (Bug#6609)
66
23243f29
J
672010-07-16 Jan Djärv <jan.h.d@swipnet.se>
68
69 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
70 widget is non-null (Bug#6645).
71
2b23d2a6
AS
722010-07-15 Andreas Schwab <schwab@linux-m68k.org>
73
01b564ff
AS
74 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
75 Convert old-style definition.
76
2b23d2a6
AS
77 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
78 timestamp argument.
79
c4affd2c
EZ
802010-07-15 Eli Zaretskii <eliz@gnu.org>
81
82 * fringe.c (update_window_fringes): Restore mistakenly reverted
83 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
84
cf28cebc
J
852010-07-14 Jan Djärv <jan.h.d@swipnet.se>
86
87 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
88 (SET_SAVED_KEY_EVENT): Remove (not used).
89 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
90 remove size parameter.
91 (handle_one_xevent): Check popup_activated () for menu for Xt also.
92 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
93 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
94 ButtonRelease.
6b2c4bd9
J
95 (x_set_window_size_1): scroll_bar_actual_width is always
96 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
cf28cebc
J
97
98 * xdisp.c (pending_menu_activation): Remove extern declaration.
99 (prepare_menu_bars): Remove setting of pending_menu_activation.
100
101 * xmenu.c (pending_menu_activation): Remove.
f6003da5
JB
102 (x_activate_menubar): Set popup_activated_flag for Xt also.
103 Remove setting of pending_menu_activation.
cf28cebc
J
104 (set_frame_menubar): Remove check of pending_menu_activation.
105 Declare menubar_size before code. Correct spelling in comment.
106
f6c1c771
KH
1072010-07-14 Kenichi Handa <handa@m17n.org>
108
109 * font.c (font_open_entity): Cancel previous change.
110 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
111
20477505
EZ
1122010-07-13 Eli Zaretskii <eliz@gnu.org>
113
77defa9a
EZ
114 Remove subprocesses #ifdefs.
115 * process.c <inhibit_sentinels>: Move to the common part.
116 (Fwaiting_for_user_input_p): Move to the common part; return nil
117 if async subprocesses aren't supported.
118 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
119 MS-DOS. Remove "#ifdef subprocesses".
120 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
121 (gettimeofday): Remove "#ifdef subprocesses".
122 (wait_without_blocking): Remove function.
123 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
124 Remove "#ifdef subprocesses".
125 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
126 compiled on MS-DOS.
127 * callproc.c (Fcall_process) [!MSDOS]: Don't call
128 wait_for_termination on MS-DOS.
129 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
130 initialization of inhibit_sentinels.
131 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
132 subprocesses" conditional.
133 * callproc.c (Fcall_process) [!subprocesses]: Don't call
134 wait_for_termination, since `buffer' cannot be an integer when
135 async subprocesses are not supported
136 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
137 for ifdefing away the call to Fprocess_status.
138
20477505
EZ
139 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
140 away the entire body of the function.
141
b3ffc17c
DN
1422010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
143
01faa934
DN
144 Remove subprocesses #ifdefs from term.c.
145 * process.c (add_keyboard_wait_descriptor)
146 (delete_keyboard_wait_descriptor): Move to common section, do
147 nothing when subprocesses is not defined.
a628ad9d
JB
148 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
149 Remove subprocesses #ifdefs.
01faa934 150
b3ffc17c
DN
151 Convert maybe_fatal to standard C.
152 * lisp.h (verror): Declare.
153 * eval.c (verror): New function containing the code from ...
154 (error): ... this. Call verror.
155 * term.c (vfatal): New function containing the code from ...
156 (fatal): ... this. Call vfatal.
157 (maybe_fatal): Convert to standard C, use variable number of
158 arguments. Declare as non-return.
159 (init_tty): Fix maybe_fatal call.
160
0521f580
DN
1612010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
162
163 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
164 (_scroll_bar_note_movement): Convert definitions to standard C.
165 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
166 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
167
ebd15611
DN
1682010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
169
170 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
171 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
172 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
173 (xaw_jump_callback, xaw_scroll_callback)
174 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
175 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
176 definitions to standard C.
177 * xmenu.c (menubar_id_to_frame, popup_get_selection)
178 (popup_activate_callback, popup_deactivate_callback)
179 (menu_highlight_callback, menubar_selection_callback)
180 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
181 (free_frame_menubar, popup_selection_callback, as)
182 (create_and_show_popup_menu, dialog_selection_callback)
183 (create_and_show_dialog):
184 * xfns.c (hack_wm_protocols, x_window):
185 * xfaces.c (x_update_menu_appearance):
186 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
187 (char_to_pixel_size, round_size_to_char, get_wm_shell)
188 (set_frame_size, update_wm_hints, setup_frame_gcs)
189 (update_various_frame_slots, update_from_various_frame_slots)
190 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
191 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
192 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
193
de06a2dd
AS
1942010-07-12 Andreas Schwab <schwab@linux-m68k.org>
195
a628ad9d 196 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
de06a2dd 197
fc549af9
EZ
1982010-07-12 Eli Zaretskii <eliz@gnu.org>
199
200 * process.c (setup_process_coding_systems): Move to the part
201 shared by non-subprocesses systems, and make its body empty when
202 subprocesses is not defined.
203 (close_process_descs): Move to the part shared by non-subprocesses
204 systems.
1408902e
EZ
205 (wait_reading_process_output) [!subprocesses]: Convert arg list to
206 ANSI C.
fc549af9 207
d5a3eaaf
AS
2082010-07-12 Andreas Schwab <schwab@linux-m68k.org>
209
210 * editfns.c (transpose_markers): Convert old-style definition.
211 * emacs.c (abort, shut_down_emacs, fixup_locale)
212 (synchronize_system_time_locale)
213 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
214 * floatfns.c (extract_float, matherr, init_floatfns)
215 (syms_of_floatfns): Likewise.
216 * fns.c (make_hash_table): Likewise.
217 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
218 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
219 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
220 (ftfont_variation_glyphs): Likewise.
221 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
222 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
223 * lread.c (read_filtered_event): Likewise.
224 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
225 * process.c (wait_reading_process_output): Likewise.
226 * scroll.c (do_line_insertion_deletion_costs): Likewise.
227 * search.c (search_buffer, boyer_moore): Likewise.
228 * syntax.c (scan_sexps_forward): Likewise.
229 * xdisp.c (try_scrolling): Likewise.
230 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
231 (face_at_string_position): Likewise.
232 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
233 * xselect.c (x_get_window_property, receive_incremental_selection)
234 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
235 Likewise.
236 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
237
6f704c76
DN
2382010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
239
ded80a25
DN
240 * callproc.c (child_setup): Remove subprocesses conditional.
241 Remove code dealing with SET_EMACS_PRIORITY, unused.
242
49d937f4 243 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2e31d424
DN
244 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
245
246 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
247 (__do_global_dtors, __main): Use void in definition.
248 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
249 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
250 the only users from ...
251 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
252 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
253 (HAVE_VOLATILE): Remove, unused.
254
6f704c76
DN
255 Convert more function definitions to standard C.
256 * xdisp.c (window_box_edges, handle_single_display_spec)
257 (display_string): Convert definition to standard C.
258 * scroll.c (do_direct_scrolling, scrolling_1):
259 * dispnew.c (allocate_matrices_for_frame_redisplay)
260 (mirrored_line_dance):
261 * coding.c (code_convert_string):
262 * charset.c (map_charset_chars):
263 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
264 (Fregister_ccl_program, Fregister_code_conversion_map):
265 * keyboard.c (kbd_buffer_nr_stored): Likewise.
266 (head_table): Make static and const.
267
e6cfa7c3
AS
2682010-07-12 Andreas Schwab <schwab@linux-m68k.org>
269
270 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
271 (PROFILING_LDFLAGS): Set from substitution.
272 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
273 CFLAGS last.
274
892dd565
KH
2752010-07-12 Kenichi Handa <handa@m17n.org>
276
6f2cdcd1
KH
277 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
278 (shortlisp): Likewise.
279
892dd565
KH
280 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
281
282 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
283 of FONT_ENTITY_INDEX.
284 (Ffont_get): If KEY is :otf and the font-object doesn't have the
285 property, get the property value dynamically.
286 (Ffont_put): Accept font-entity and font-object too.
287 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
288 return value changed.
289 (syms_of_font): Adjusted for the above change.
290
ae96d47a
AS
2912010-07-11 Andreas Schwab <schwab@linux-m68k.org>
292
c8fc18ee
AS
293 * blockinput.h: Remove obsolete comment.
294
89887d67
AS
295 * lisp.h: Include <stddef.h>.
296 (OFFSETOF): Don't define.
297 (VECSIZE): Use offsetof instead of OFFSETOF.
298 (PSEUDOVECSIZE): Likewise.
299 * process.c (conv_sockaddr_to_lisp): Likewise.
300 * alloc.c: Don't include <stddef.h>.
301 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
302
ae96d47a
AS
303 * process.c: Remove obsolete comment.
304
635c0aa1
CY
3052010-07-11 Chong Yidong <cyd@stupidchicken.com>
306
307 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
308
a64df650
AS
3092010-07-11 Andreas Schwab <schwab@linux-m68k.org>
310
8966b757
AS
311 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
312 index, rindex.
313 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
314 * editfns.c (Fuser_full_name, Fformat): Likewise.
315 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
316 * fileio.c (Ffile_symlink_p): Likewise.
317 * filelock.c (current_lock_owner): Likewise.
318 * font.c (font_parse_name, font_parse_family_registry): Likewise.
319 * fontset.c (fontset_pattern_regexp): Likewise.
320 * lread.c (read1): Likewise.
321 * sysdep.c (init_system_name): Likewise.
322 * xfns.c (select_visual): Likewise.
323 * s/hpux10-20.h (index, rindex): Don't define.
324 * s/ms-w32.h (index): Likewise.
325 * s/usg5-4.h: Likewise.
326
cf237e27
AS
327 * callproc.c (relocate_fd): Use F_DUPFD if defined.
328
a8fe7202
AS
329 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
330 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
331 (egetenv): Likewise.
332 * doprnt.c (doprnt): Likewise.
333 * editfns.c (set_time_zone_rule, format2): Likewise.
334 * emacs.c (decode_env_path): Likewise.
335 * eval.c (signal_error, error): Likewise.
336 * insdel.c (replace_range_2): Likewise.
337 * keyboard.c (cmd_error_internal): Likewise.
338 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
339 * print.c (write_string, write_string_1, print_error_message):
340 Likewise.
341 * vm-limit.c (warn_function, memory_warnings): Likewise.
342 * xdisp.c (message1, message1_nolog, message_with_string)
343 (vmessage, message, message_nolog): Likewise.
344 * emacs.c: Remove duplicate declaration.
345 * keyboard.h: Likewise.
346 * lisp.h: Update prototypes.
347
bb8e180f
AS
348 * eval.c: Fix indentation problem.
349
83380e65
AS
350 * keyboard.c: Include "process.h"
351
a64df650
AS
352 * eval.c: Remove obsolete noinline declaration.
353 * fns.c: Likewise.
354
6a8033e1
KR
3552010-07-11 Ken Raeburn <raeburn@raeburn.org>
356
357 * doprnt.c (doprnt): Take a va_list argument instead of count and
358 pointer.
359 * eval.c (error): Change to a standard-C variadic function.
360 * xdisp.c (vmessage): Renamed from message, made static, and
361 changed to take a va_list argument.
362 (message): New variadic wrapper.
363 (message_nolog): Now a variadic function, calling vmessage.
364 * lisp.h: Include stdarg.h for va_list.
365 (doprnt, error, message, message_nolog): Decls updated.
366
462aa963
EZ
3672010-07-11 Eli Zaretskii <eliz@gnu.org>
368
369 * process.c (syms_of_process) <delete-exited-processes>: Define
370 even if !subprocesses.
371 (delete_exited_processes): Ditto.
372
373 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
374 (delete_exited_processes): Don't define.
375
48104462
CY
3762010-07-10 Chong Yidong <cyd@stupidchicken.com>
377
378 * frame.c (make_frame): Initialize menu_bar_lines and
379 tool_bar_lines members.
380 (make_initial_frame, make_terminal_frame): Initialize
381 menu_bar_lines using value of menu-bar-mode.
382
383 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
384
f388c88a
EZ
3852010-07-10 Eli Zaretskii <eliz@gnu.org>
386
387 * process.c: Reshuffle #include's. Condition some of the global
388 and static variables on `subprocesses'.
389 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
390 Leave only one implementation.
391 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
392 (kill_buffer_processes, Flist_system_processes)
393 (Fprocess_attributes, init_process, syms_of_process): Unify the
394 implementations for with subprocesses and without them.
395
723f5a07
J
3962010-07-09 Jan Djärv <jan.h.d@swipnet.se>
397
398 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
399 correct size for Motif.
400 (free_frame_menubar): Call x_set_window_size to update frame size.
401
402 * xfns.c (x_window): Set borderWidth to 0 for pane and
403 EmacsFrame. Frame size calculation is wrong otherwise.
404
2536a4b7
MA
4052010-07-09 Michael Albinus <michael.albinus@gmx.de>
406
407 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
408 allows to suppress errors when polling in Emacs' main loop.
409 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
410 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
411 (Fdbus_method_error_internal, Fdbus_send_signal)
412 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
413 (Fdbus_register_method): Use it. (Bug#6579)
414
5842a27b
DN
4152010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
416
417 * alloc.c: Convert DEFUNs to standard C.
418 * buffer.c:
419 * bytecode.c:
420 * callint.c:
421 * callproc.c:
422 * casefiddle.c:
423 * casetab.c:
424 * category.c:
425 * character.c:
426 * charset.c:
427 * chartab.c:
428 * cmds.c:
429 * coding.c:
430 * composite.c:
431 * data.c:
432 * dbusbind.c:
433 * dired.c:
434 * dispnew.c:
435 * doc.c:
436 * dosfns.c:
437 * editfns.c:
438 * emacs.c:
439 * eval.c:
440 * fileio.c:
441 * filelock.c:
442 * floatfns.c:
443 * fns.c:
444 * font.c:
445 * fontset.c:
446 * frame.c:
447 * fringe.c:
448 * image.c:
449 * indent.c:
450 * insdel.c:
451 * keyboard.c:
452 * keymap.c:
453 * lread.c:
454 * macros.c:
455 * marker.c:
456 * menu.c:
457 * minibuf.c:
458 * msdos.c:
459 * nsfns.m:
460 * nsmenu.m:
461 * nsselect.m:
462 * print.c:
463 * process.c:
464 * search.c:
465 * sound.c:
466 * syntax.c:
467 * term.c:
468 * terminal.c:
469 * textprop.c:
470 * undo.c:
471 * w16select.c:
472 * w32console.c:
473 * w32fns.c:
474 * w32font.c:
475 * w32menu.c:
476 * w32proc.c:
477 * w32select.c:
478 * window.c:
479 * xdisp.c:
480 * xfaces.c:
481 * xfns.c:
482 * xmenu.c:
483 * xselect.c:
484 * xsettings.c:
485 * xsmfns.c: Likewise.
486
d568829b
EZ
4872010-07-08 Eli Zaretskii <eliz@gnu.org>
488
489 * process.c (kbd_is_on_hold, hold_keyboard_input)
490 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
491
52214050
J
4922010-07-08 Jan Djärv <jan.h.d@swipnet.se>
493
494 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
495 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
496 unless USE_LUCID.
497
313d9eb2
DN
4982010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
499
a628ad9d
JB
500 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
501 declaration.
d8825aa3 502
295d0d8f
DN
503 Clean up include guards.
504 * tparam.c: Remove include guards for config.h, string.h and code
505 that assumes #ifndef emacs.
506 * termcap.c:
507 * unexalpha.c:
508 * sysdep.c:
509 * filemode.c:
510 * filelock.c:
511 * bidi.c: Likewise.
512
49d9e6b0
DN
513 Remove prefix-args.c
514 * prefix-args.c: Remove file.
515 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
516 * Makefile.in (temacs${EXEEXT}): Remove references to
517 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
518 (mostlyclean): Remove reference to prefix-args.
519 (prefix-args): Remove.
520
313d9eb2
DN
521 Simplify cstart_of_data, start_of_code and related code.
522 * mem-limits.h: Remove !emacs and _LIBC conditional code.
523 (start_of_data): Merge into start_of_data function.
524 * sysdep.c (start_of_text): Remove. Move simplified versions of
525 it in the only users: unexaix.c and unexec.c.
526 (read_input_waiting): Remove local declaration of quit_char.
527 (start, etext): Remove declarations.
528 (start_of_data): Merge with the version in mem-limits.h and move
529 to vm-limits.c.
530 * vm-limit.c (start_of_data): Merged and simplified version of the
531 code formerly in mem-limits.h and sysdep.c.
532 * unexec.c (start): New declaration, moved from sysdep.c.
533 (start_of_text): Simplified version of the code formerly in sysdep.c.
534 * unexaix.c (start_of_text): Simplified version of the code
535 formerly in sysdep.c.
536 * m/alpha.h (HAVE_TEXT_START): Remove.
537 (TEXT_START): Move ...
538 * unexalpha.c (TEXT_START): ... here.
539 * s/hpux10-20.h (TEXT_START): Remove.
540 * s/darwin.h (TEXT_START):
541 * m/mips.h (TEXT_START):
542 * m/macppc.h (HAVE_TEXT_START):
543 * m/m68k.h (TEXT_START):
544 * m/iris4d.h (TEXT_START):
545 * m/intel386.h (TEXT_START):
546 * m/ibmrs6000.h (TEXT_START):
547 * m/ia64.h (HAVE_TEXT_START):
548 * s/msdos.h (TEXT_START): Likewise.
549
72af86bd
AS
5502010-07-07 Andreas Schwab <schwab@linux-m68k.org>
551
552 * alloc.c (overrun_check_malloc, overrun_check_realloc)
553 (overrun_check_free, xstrdup, allocate_string)
554 (allocate_string_data, compact_small_strings, Fmake_string)
555 (make_unibyte_string, make_multibyte_string)
556 (make_string_from_bytes, make_specified_string, make_float)
557 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
558 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
559 memcpy, memmove, memset, memcmp.
560 * atimer.c (start_atimer, set_alarm): Likewise.
561 * buffer.c (clone_per_buffer_values, report_overlay_modification)
562 (mmap_realloc, init_buffer_once): Likewise.
563 * callint.c (Fcall_interactively): Likewise.
564 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
565 (getenv_internal_1): Likewise.
566 * casefiddle.c (casify_object): Likewise.
567 * ccl.c (ccl_driver): Likewise.
568 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
569 * charset.c (load_charset_map_from_file)
570 (load_charset_map_from_file, load_charset_map_from_vector)
571 (Fdefine_charset_internal): Likewise.
572 * cm.c (Wcm_clear): Likewise.
573 * coding.c (decode_eol, decode_coding_object)
574 (Fset_coding_system_priority, make_subsidiaries): Likewise.
575 * data.c (Faset): Likewise.
576 * dired.c (directory_files_internal, file_name_completion_stat):
577 Likewise.
578 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
579 (clear_glyph_row, copy_row_except_pointers)
580 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
581 (save_current_matrix, restore_current_matrix)
582 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
583 (mirror_line_dance, scrolling_window): Likewise.
584 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
585 Likewise.
586 * doprnt.c (doprnt): Likewise.
587 * editfns.c (Fuser_full_name, make_buffer_string_both)
588 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
589 * emacs.c (sort_args): Likewise.
590 * eval.c (Fapply, Ffuncall): Likewise.
591 * fileio.c (Ffile_name_directory, make_temp_name)
592 (Fexpand_file_name, search_embedded_absfilename)
593 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
594 (auto_save_error): Likewise.
595 * fns.c (Fstring_equal, Fcopy_sequence, concat)
596 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
597 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
598 (Fmake_hash_table): Likewise.
599 * fringe.c (Fdefine_fringe_bitmap): Likewise.
600 * ftfont.c (ftfont_text_extents): Likewise.
601 * getloadavg.c (getloadavg): Likewise.
602 * image.c (define_image_type, make_image, make_image_cache)
603 (x_create_x_image_and_pixmap, xbm_image_p)
604 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
605 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
606 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
607 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
608 (tiff_image_p, tiff_read_from_memory, gif_image_p)
609 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
610 Likewise.
611 * indent.c (scan_for_column, compute_motion): Likewise.
612 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
613 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
614 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
615 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
616 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
617 (store_user_signal_events, menu_bar_items, tool_bar_items)
618 (process_tool_bar_item, append_tool_bar_item)
619 (read_char_minibuf_menu_prompt, read_key_sequence)
620 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
621 Likewise.
622 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
623 Likewise.
624 * lisp.h (STRING_COPYIN): Likewise.
625 * lread.c (Fload, read1, oblookup): Likewise.
626 * msdos.c (Frecent_doskeys): Likewise.
627 * nsfns.m (Fx_create_frame): Likewise.
628 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
629 Likewise.
630 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
631 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
632 Likewise.
633 * nsmenu.m (ns_update_menubar): Likewise.
634 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
635 * print.c (print_unwind, printchar, strout, print_string)
636 (print_error_message): Likewise.
637 * process.c (conv_lisp_to_sockaddr, set_socket_option)
638 (Fmake_network_process, Fnetwork_interface_list)
639 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
640 (init_process): Likewise.
641 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
642 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
643 Likewise.
644 * scroll.c (do_scrolling, do_direct_scrolling)
645 (scrolling_max_lines_saved): Likewise.
646 * search.c (search_buffer, wordify, Freplace_match): Likewise.
647 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
648 * syntax.c (skip_chars, skip_syntaxes): Likewise.
649 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
650 (emacs_set_tty): Likewise.
651 * term.c (encode_terminal_code, calculate_costs)
652 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
653 Likewise.
654 * termcap.c (tgetst1, gobble_line): Likewise.
655 * termhooks.h (EVENT_INIT): Likewise.
656 * tparam.c (tparam1): Likewise.
657 * unexalpha.c (unexec): Likewise.
658 * unexec.c (write_segment): Likewise.
659 * unexmacosx.c (unexec_write_zero): Likewise.
660 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
661 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
662 * w32font.c (w32font_list_family, w32font_text_extents)
663 (w32font_list_internal, w32font_match_internal)
664 (w32font_open_internal, compute_metrics, Fx_select_font):
665 Likewise.
666 * w32menu.c (set_frame_menubar, add_menu_item)
667 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
668 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
669 * w32uniscribe.c (uniscribe_list_family): Likewise.
670 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
671 * window.c (make_window, replace_window, set_window_buffer)
672 (Fsplit_window): Likewise.
673 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
674 (add_to_log, message3, x_consider_frame_title)
675 (append_space_for_newline, extend_face_to_end_of_line)
676 (decode_mode_spec_coding, init_glyph_string): Likewise.
677 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
678 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
679 (face_attr_equal_p, make_realized_face, make_face_cache)
680 (free_realized_faces, lookup_named_face, smaller_face)
681 (face_with_height, lookup_derived_face)
682 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
683 (Finternal_set_font_selection_order, realize_default_face)
684 (compute_char_face, face_at_buffer_position)
685 (face_for_overlay_string, face_at_string_position, merge_faces):
686 Likewise.
687 * xfns.c (xic_create_fontsetname, Fx_create_frame)
688 (Fx_window_property, x_create_tip_frame)
689 (Fx_backspace_delete_keys_p): Likewise.
690 * xfont.c (xfont_list, xfont_match, xfont_list_family)
691 (xfont_text_extents): Likewise.
692 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
693 * xrdb.c (magic_file_p, x_get_resource): Likewise.
694 * xselect.c (x_queue_event, x_get_window_property)
695 (receive_incremental_selection): Likewise.
696 * xsmfns.c (x_session_check_input): Likewise.
697 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
698 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
699 Likewise.
700 * character.h (BCOPY_SHORT): Removed.
701 * config.in: Regenerate.
702 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
703 * emacs.c (main) [PROFILING]: Don't declare
704 dump_opcode_frequencies.
705 * lisp.h (safe_bcopy): Remove declaration.
706 (memset) [!HAVE_MEMSET]: Declare.
707 (memcpy) [!HAVE_MEMCPY]: Likewise.
708 (memmove) [!HAVE_MEMMOVE]: Likewise.
709 (memcmp) [!HAVE_MEMCMP]: Likewise.
710 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
711 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
712 Don't define.
713 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
714 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
715 (BCOPY_DOWNWARD_SAFE): Don't define.
716 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
717 (memcpy) [!HAVE_MEMCPY]: Define.
718 (memmove) [!HAVE_MEMMOVE]: Define.
719 (memcmp) [!HAVE_MEMCMP]: Define.
720
cb768704
J
7212010-07-07 Jan Djärv <jan.h.d@swipnet.se>
722
723 * process.c (kbd_is_on_hold): New variable.
a628ad9d
JB
724 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
725 New functions.
cb768704
J
726 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
727 select on empty input mask.
728 (init_process): Initialize kbd_is_on_hold to 0.
729
730 * process.h (hold_keyboard_input, unhold_keyboard_input)
731 (kbd_on_hold_p): Declare.
732
733 * keyboard.c (input_available_signal): Declare.
734 (kbd_buffer_nr_stored): New function.
735 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
736 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
737 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
738 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
739 (tty_read_avail_input): If input is on hold, return.
740 Don't read more that free slots in kbd_buffer (Bug#6571).
741
3a8ce822
EZ
7422010-07-07 Eli Zaretskii <eliz@gnu.org>
743
744 * msdos.h:
745 * msdos.c:
746 * dosfns.c:
747 * w16select.c: Convert function definitions to ANSI C.
748
a628ad9d
JB
749 * msdos.h (ctrl_break_func, install_ctrl_break_check):
750 Remove unused prototypes.
3a8ce822 751
cf84bb53
JB
7522010-07-07 Juanma Barranquero <lekktu@gmail.com>
753
754 * coding.c, sysdep.c: Convert some more functions to standard C.
755
1a4990fb
JB
7562010-07-07 Juanma Barranquero <lekktu@gmail.com>
757
758 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
759 (encode_coding_object): Use SPECPDL_INDEX.
760 (syms_of_coding): Use DOS_NT.
761
c0f2f16b
DN
7622010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
763
48fb6855
DN
764 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
765
c0f2f16b
DN
766 Make the function member of Lisp_Subr use standard C prototypes.
767 * lisp.h (struct Lisp_Subr): Use a union for the function member.
768 (DECL_ALIGN): Add a cast for the function.
769 * eval.c (Feval, Ffuncall): Use the proper type for each type
770 function call.
771
67aecef9
CY
7722010-07-06 Chong Yidong <cyd@stupidchicken.com>
773
774 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
775 fringe face id, so face-remapping-alist works (Bug#6091).
776
b56ceb92
JB
7772010-07-06 Juanma Barranquero <lekktu@gmail.com>
778
779 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
780 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
781 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
782
7af07b96
AS
7832010-07-06 Andreas Schwab <schwab@linux-m68k.org>
784
785 * xterm.c (x_get_keysym_name): Change type of parameter to int.
786 * lisp.h: Declare x_get_keysym_name.
787 * keyboard.c (modify_event_symbol): Don't declare
788 x_get_keysym_name here.
789
69e24e34
DN
7902010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
791
792 * ecrt0.c: Revert conversion to standard C.
793
d3da34e0 7942010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
d2aa42f8
DN
795
796 * vm-limit.c (memory_warnings):
797 * keyboard.c (modify_event_symbol):
798 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
799 (round2, emacs_rint):
800 * process.c (send_process, old_sigpipe): Convert function
801 definitions and declarations to standard C.
802
8032010-07-05 Juanma Barranquero <lekktu@gmail.com>
d3da34e0
JB
804
805 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
806 * xdisp.c: Convert function definitions to standard C.
807
808 * cm.c (cmputc): Arg C is now int, not char.
809 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
810
00be444c
J
8112010-07-05 James Cloos <cloos@jhcloos.com>
812
813 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
814
815 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
816 _NET_WM_ICON_NAME atoms.
817
818 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
819 and _NET_WM_ICON_NAME properties, too, matching what is
820 done in the Gtk+ case.
821
e4c8d29a
J
8222010-07-05 Jan Djärv <jan.h.d@swipnet.se>
823
ff919460
J
824 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
825
e4c8d29a
J
826 * xsmfns.c (SSDATA): New macro.
827 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
828 passed to strlen/strcpy/strcat.
829 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
830 7:th arg to XChangeProperty to (unsigned char *)
831
832 * xsettings.c (something_changedCB, parse_settings)
833 (apply_xft_settings): Reformat prototype.
834 (something_changedCB, init_gconf): Remove unused variable i.
835 (read_settings): Remove unused variable long_len.
836
837 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
838 (xg_get_image_for_pixmap, create_dialog)
839 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
840 (menuitem_highlight_callback, make_menu_item)
841 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
842 (xg_create_scroll_bar, xg_update_scrollbar_pos)
843 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
844 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
845 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
846 (xg_tool_bar_item_expose_callback): Reformat prototype.
847 (xg_update_menubar): GList *group => GSList *group.
848 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
849 before use.
850 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
851 to GTK_IMAGE (wimage).
852
dd4c5104
DN
8532010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
854
898b4c5c
DN
855 * atimer.c: Use "" instead of <> for local includes for
856 consistency with the rest of the code.
857
dd4c5104
DN
858 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
859 * xrdb.c (get_system_name):
860 * window.c (shrink_windows):
861 * syntax.c (forw_comment):
862 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
863 (ins_del_costs):
864 * mem-limits.h (start_of_data):
865 * lread.c (readevalloop):
866 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
867 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
868 * frame.c (x_get_focus_frame):
869 * floatfns.c (fmod_float):
870 * fileio.c (choose_write_coding_system):
871 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
872 (malloc_initialize_hook, sort_args, synchronize_locale):
873 * doprnt.c (doprnt):
874 * dired.c (compile_pattern):
875 * data.c (fmod_float):
876 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
877 (map_char_table_for_charset):
878 * charset.c (define_charset_internal):
879 * alloc.c (Fgarbage_collect): Convert declarations or definitions
880 to standard C.
881
9a39b306 8822010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9c8a2331 883 Stefan Monnier <monnier@iro.umontreal.ca>
9a39b306
TO
884
885 * lread.c (read1): Fix up last change to not mess up `c'.
886
e6cb2cbb
JB
8872010-07-04 Juanma Barranquero <lekktu@gmail.com>
888
889 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
890
438105ed
JB
8912010-07-04 Juanma Barranquero <lekktu@gmail.com>
892
893 Fix prototypes.
894
e5447b22 895 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
438105ed 896 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
9c8a2331
JB
897 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
898 arg, as required by internal_condition_case_1.
dcc7404b 899 * print.c (strout): Use const char* for arg PTR.
438105ed
JB
900 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
901 (analyse_first): Fix "const const".
e5447b22 902 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
b9503078 903 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
e5447b22 904 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
438105ed 905
971de7fb
DN
9062010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
907
908 * alloc.c: Convert function definitions to standard C.
909 * atimer.c:
910 * bidi.c:
911 * bytecode.c:
912 * callint.c:
913 * callproc.c:
914 * casefiddle.c:
915 * casetab.c:
916 * category.c:
917 * ccl.c:
918 * character.c:
919 * charset.c:
920 * chartab.c:
921 * cmds.c:
922 * coding.c:
923 * composite.c:
924 * data.c:
925 * dbusbind.c:
926 * dired.c:
927 * dispnew.c:
928 * doc.c:
929 * doprnt.c:
930 * ecrt0.c:
931 * editfns.c:
932 * fileio.c:
933 * filelock.c:
934 * filemode.c:
935 * fns.c:
936 * font.c:
937 * fontset.c:
938 * frame.c:
939 * fringe.c:
940 * ftfont.c:
941 * ftxfont.c:
942 * gtkutil.c:
943 * indent.c:
944 * insdel.c:
945 * intervals.c:
946 * keymap.c:
947 * lread.c:
948 * macros.c:
949 * marker.c:
950 * md5.c:
951 * menu.c:
952 * minibuf.c:
953 * prefix-args.c:
954 * print.c:
955 * ralloc.c:
956 * regex.c:
957 * region-cache.c:
958 * scroll.c:
959 * search.c:
960 * sound.c:
961 * strftime.c:
962 * syntax.c:
963 * sysdep.c:
964 * termcap.c:
965 * terminal.c:
966 * terminfo.c:
967 * textprop.c:
968 * tparam.c:
969 * undo.c:
970 * unexelf.c:
971 * window.c:
972 * xfaces.c:
973 * xfns.c:
974 * xfont.c:
975 * xftfont.c:
976 * xgselect.c:
977 * xmenu.c:
978 * xrdb.c:
979 * xselect.c:
980 * xsettings.c:
981 * xsmfns.c:
982 * xterm.c: Likewise.
983
ae492bec
EZ
9842010-07-03 Eli Zaretskii <eliz@gnu.org>
985
76ea4cc9
EZ
986 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
987 frames other than the initial one. Fix reversal of colors when
988 `reverse' is specified in the frame parameters. Call
989 update_face_from_frame_parameter instead of
990 internal-set-lisp-face-attribute. Initialize screen colors from
991 initial_screen_colors[] when f->default_face_done_p is zero,
992 instead of depending on being called with default-frame-alist as
993 the alist argument.
994
995 * xfaces.c (update_face_from_frame_parameter): Move out of
996 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
997 with HAVE_WINDOW_SYSTEM.
998
1e6255ae
EZ
999 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
1000 to menu-bar-mode, if not set in the frame parameters or in
1001 default-frame-alist.
1002
ae492bec
EZ
1003 * w32console.c (sys_tputs): Adjust argument list to prototype in
1004 term.c.
1005
3a35a84c
JB
10062010-07-03 Juanma Barranquero <lekktu@gmail.com>
1007
1008 * lisp.h (memory_warnings): Fix prototype.
1009
1010 * cm.h (evalcost): Fix prototype.
1011
1012 * cm.c (evalcost): Fix arg type.
1013
c532d349
DN
10142010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
1015
1016 * term.c (term_clear_mouse_face, Fidentity):
1017 * syssignal.h (signal_handler_t):
1018 * lisp.h (memory_warnings):
1019 * coding.h (preferred_coding_system):
1020 * cm.h (evalcost):
1021 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
1022
c0b36d46
EZ
10232010-07-02 Eli Zaretskii <eliz@gnu.org>
1024
1025 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
1026 from prototypes.
1027
1028 * msdos.h (load_pixmap): Don't define away.
1029
383e0970
J
10302010-07-02 Jan Djärv <jan.h.d@swipnet.se>
1031
f57e2426
J
1032 * lisp.h:
1033 * atimer.h: Remove define for P_.
1034
1035 * alloc.c: Remove __P and P_ from .c and .m files.
1036 * atimer.c:
1037 * buffer.c:
1038 * callint.c:
1039 * category.c:
1040 * charset.c:
1041 * chartab.c:
1042 * cm.c:
1043 * coding.c:
1044 * composite.c:
1045 * data.c:
1046 * dired.c:
1047 * dispnew.c:
1048 * doc.c:
1049 * editfns.c:
1050 * emacs.c:
1051 * eval.c:
1052 * fileio.c:
1053 * filelock.c:
1054 * fns.c:
1055 * font.c:
1056 * fontset.c:
1057 * frame.c:
1058 * ftfont.c:
1059 * ftxfont.c:
1060 * gmalloc.c:
1061 * gtkutil.c:
1062 * image.c:
1063 * indent.c:
1064 * intervals.c:
1065 * keyboard.c:
1066 * keymap.c:
1067 * lread.c:
1068 * marker.c:
1069 * menu.c:
1070 * minibuf.c:
1071 * print.c:
1072 * process.c:
1073 * scroll.c:
1074 * search.c:
1075 * sound.c:
1076 * strftime.c:
1077 * syntax.c:
1078 * sysdep.c:
1079 * term.c:
1080 * terminal.c:
1081 * textprop.c:
1082 * unexalpha.c:
1083 * w32console.c:
1084 * w32fns.c:
1085 * w32font.c:
1086 * w32menu.c:
1087 * w32term.c:
1088 * w32uniscribe.c:
1089 * window.c:
1090 * xdisp.c:
1091 * xfaces.c:
1092 * xfns.c:
1093 * xfont.c:
1094 * xftfont.c:
1095 * xmenu.c:
1096 * xselect.c:
1097 * xterm.c: Likewise.
1098
383e0970 1099 Remove P_ and __P macros.
f57e2426
J
1100 * atimer.h: Remove P_ and __P macros.
1101 * buffer.h:
383e0970
J
1102 * category.h:
1103 * ccl.h:
1104 * character.h:
1105 * charset.h:
1106 * cm.h:
1107 * coding.h:
1108 * composite.h:
1109 * dispextern.h:
1110 * disptab.h:
9e892c8d 1111 * dosfns.h:
383e0970
J
1112 * font.h:
1113 * fontset.h:
1114 * frame.h:
1115 * gtkutil.h:
1116 * indent.h:
1117 * intervals.h:
1118 * keyboard.h:
1119 * keymap.h:
1120 * lisp.h:
1121 * macros.h:
1122 * md5.h:
1123 * menu.h:
1124 * msdos.h:
1125 * nsterm.h:
1126 * puresize.h:
1127 * region-cache.h:
1128 * syntax.h:
1129 * syssignal.h:
1130 * systime.h:
1131 * termhooks.h:
9e892c8d 1132 * w32font.h:
383e0970
J
1133 * w32term.h:
1134 * widget.h:
1135 * window.h:
1136 * xgselect.h:
1137 * xsettings.h:
1138 * xterm.h: Likewise.
1139
98601119
DN
11402010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
1141
d9170db5
DN
1142 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
1143
98601119
DN
1144 Cleanup old code.
1145 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
1146 * syssignal.h: Remove code for Lynx, not supported anymore.
1147 * vm-limit.c: Remove unused code the depends on emacs not being
1148 defined and NO_LIM_DATA being defined.
1149 * mem-limits.h: Remove dead code.
1150
1f984e12
J
11512010-07-01 Jan Djärv <jan.h.d@swipnet.se>
1152
c49d071a
J
1153 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
1154
9d5405ec
J
1155 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
1156 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
1157
7a18115b
J
1158 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
1159 parameters, they are already absolute.
1160
a628ad9d
JB
1161 * nsterm.m (x_set_window_size, initFrameFromEmacs):
1162 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
581a8100 1163
a628ad9d 1164 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
581a8100 1165
a628ad9d
JB
1166 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
1167 Update FRAME_TOOLBAR_HEIGHT.
581a8100 1168
a628ad9d
JB
1169 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
1170 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
1f984e12 1171
c1ef4455
CY
11722010-06-30 Chong Yidong <cyd@stupidchicken.com>
1173
1174 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
1175 check default-frame-alist.
1176
ce8f5a9a
AS
11772010-06-30 Andreas Schwab <schwab@linux-m68k.org>
1178
1179 * process.c (create_process): Avoid using invalid file descriptors.
1180
1181 * callproc.c (child_setup): Avoid closing a file descriptor twice.
1182
bf935339
J
11832010-06-30 Jan Djärv <jan.h.d@swipnet.se>
1184
1185 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
1186 Improve documentation. Return font regardless of use_system_font.
1187 (syms_of_xsettings): Improve documentation for font-use-system-font.
1188
7c33a057
CY
11892010-07-10 Chong Yidong <cyd@stupidchicken.com>
1190
2ec1b5ee
CY
1191 * xfaces.c (realize_face): Garbage the frame if a face is removed
1192 (Bug#6593).
1193
11942010-07-05 Andreas Schwab <schwab@linux-m68k.org>
1195
1196 * keyboard.c: Remove duplicate <setjmp.h>.
1197 (read_key_sequence): Remove volatile qualifiers.
1198
11992010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1200
1201 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
1202 (struct glyph_row): New members left_fringe_offset and
1203 right_fringe_offset.
1204
1205 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
1206 specially.
1207 * w32term.c (w32_draw_fringe_bitmap): Likewise.
1208 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
1209
1210 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
f6003da5 1211 Take account of bitmap offset.
2ec1b5ee
CY
1212 (draw_window_fringes): Take account of window vscroll.
1213 (update_window_fringes): Likewise. Extend top-aligned top indicator
1214 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
1215 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
1216 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
1217
12182010-07-04 Juanma Barranquero <lekktu@gmail.com>
1219
1220 * w32fns.c (Qtooltip): Declare.
1221 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
1222
12232010-07-03 Jan Djärv <jan.h.d@swipnet.se>
1224
1225 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
1226 grab on just Press (Bug#6499).
1227
12282010-07-02 Chong Yidong <cyd@stupidchicken.com>
1229
1230 * frame.c (Qtooltip): New var.
1231 (delete_frame): Use it. Fix faulty if statement. Don't update
1232 mode line for tooltip frames. Suggested by Martin Rudalics.
1233
1234 * xfns.c (x_create_tip_frame):
1235 * w32fns.c (x_create_tip_frame): Use it.
1236
12372010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
769e9d47
KH
1238
1239 * xftfont.c (xftfont_open): Check font width one by one also when
1240 spacing is dual.
1241
1242 * ftfont.c (ftfont_open): Ditto.
1243
6259c2ec
GM
12442010-06-30 Glenn Morris <rgm@gnu.org>
1245
a46007e9
GM
1246 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
1247
6259c2ec
GM
1248 * Makefile.in (CANNOT_DUMP): Update for configure name change.
1249
1250 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
1251 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
1252 * s/darwin.h (SYSTEM_MALLOC):
1253 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
1254
5d1d3d04
J
12552010-06-29 Jan Djärv <jan.h.d@swipnet.se>
1256
1257 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
1258 (ns_get_screen): Don't assign integer to f.
1259 (Fx_display_color_cells): Declarations before statements.
1260
e547b051
J
12612010-06-28 Jan Djärv <jan.h.d@swipnet.se>
1262
5fc8e5bc
J
1263 * xfns.c (x_default_font_parameter): Remove got_from_system
1264 (Bug#6526).
1265
e547b051
J
1266 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
1267 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
1268 defines based on what configure finds.
1269
1270 * xterm.c (XTflash): Use gtk_widget_get_window.
1271 (xg_scroll_callback): Use gtk_adjustment_get_upper and
1272 gtk_adjustment_get_page_size.
1273 (handle_one_xevent): Use gtk_widget_get_mapped.
1274 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
1275 messages.
1276
1277 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
1278
1279 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
1280 HAVE_GTK_FILE_SELECTION_NEW.
1281
1282 * gtkutil.c (xg_display_open, xg_display_close): Remove
1283 HAVE_GTK_MULTIDISPLAY, it is always defined.
1284 (xg_display_open): Return type is void.
1285 (gtk_widget_set_has_window)
1286 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
1287 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
1288 (gtk_adjustment_set_page_increment)
1289 (gtk_adjustment_get_step_increment): #define these if not found
1290 by configure.
1291 (remove_submenu): New define based on Gtk+ version.
1292 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
1293 gtk_widget_get_window.
1294 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
1295 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
1296 (create_dialog): Use gtk_dialog_get_action_area and
1297 gtk_dialog_get_content_area.
1298 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
1299 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
1300 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
1301 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
1302 g_object_ref and g_object_unref.
1303 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
1304 gtk_widget_get_sensitive.
1305 (xg_update_submenu): Use remove_submenu.
1306 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
1307 properties instead to get old x and y position.
1308 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
1309 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
2b7e356a 1310 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
e547b051
J
1311 (xg_get_tool_bar_widgets): New function.
1312 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
1313 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
1314 (toolbar_set_orientation): New #define based on if configure
1315 finds gtk_orientable_set_orientation.
1316 (xg_create_tool_bar): Call toolbar_set_orientation.
1317 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
1318 instead of gtk_box_pack_start_defaults.
1319
b9229673
CY
13202010-06-28 Chong Yidong <cyd@stupidchicken.com>
1321
1322 * cmds.c (Fdelete_backward_char): Move into Lisp.
1323
bbc803b0
DN
13242010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
1325
1326 * s/freebsd.h (BSD4_2): Remove redundant definition.
1327 bsd-common.h defines it already.
1328
6431f2e6
CY
13292010-06-27 Chong Yidong <cyd@stupidchicken.com>
1330
1331 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
1332 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
1333 tool-bar-mode, which are now set using these X resources at
1334 startup, to determine the defaults (Bug#2249).
1335
1336 * w32fns.c (Fx_create_frame):
1337 * nsfns.m (Fx_create_frame): Likewise.
1338
1339 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
1340
8c079ebb
JB
13412010-06-24 Juanma Barranquero <lekktu@gmail.com>
1342
1343 * gtkutil.c (xg_update_scrollbar_pos):
1344 Avoid C99 mid-block variable declaration.
1345
e9b7ab96
JD
13462010-06-22 Jan Djärv <jan.h.d@swipnet.se>
1347
bc869eca
JD
1348 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
1349
2b7e356a 1350 * gtkutil.h (xg_show_scroll_bar): Remove.
bc869eca
JD
1351
1352 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
1353 if height is less than scroll bar min size.
1354 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
1355
e9b7ab96
JD
1356 * xfns.c (x_default_font_parameter): Try to open font from system
1357 before using it (bug#6478). Rename got_from_gconf to got_from_system.
1358
a628ad9d 13592010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
32a679fd
JD
1360
1361 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
1362
70c4cfbb
EZ
13632010-06-20 Eli Zaretskii <eliz@gnu.org>
1364
1365 * xdisp.c (try_scrolling): When scroll-conservatively is set to
1366 most-positive-fixnum, be extra accurate when scrolling window
1367 start, to avoid missing the cursor line.
1368
ad5a12b5
EZ
13692010-06-19 Eli Zaretskii <eliz@gnu.org>
1370
1371 * xdisp.c (try_scrolling): Compute the limit for searching point
1372 in forward scroll from scroll_max, instead of an arbitrary limit
1373 of 10 screen lines. See
1374 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
1375 and
1376 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
1377 for details.
1378
2a64315a 13792010-06-16 Glenn Morris <rgm@gnu.org>
6fda6a0c
GM
1380
1381 * editfns.c (Fbyte_to_string): Pacify compiler.
1382
288cf4e9
SM
13832010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1384
1385 * lread.c (read1): Phase out old-style backquotes a bit more.
1386
6e6e5760
EZ
13872010-06-12 Eli Zaretskii <eliz@gnu.org>
1388
cbc4fd20
EZ
1389 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
1390 bidimirror.h.
1391
1392 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
1393
317fbf33
EZ
1394 * bidi.c (bidi_initialize): Remove explicit initialization of
1395 bidi_type_table; include biditype.h instead. Don't support
288cf4e9 1396 entries whose second codepoint is zero. Initialize bidi_mirror_table.
cbc4fd20 1397 (bidi_mirror_char): Use bidi_mirror_table.
317fbf33
EZ
1398
1399 * biditype.h: New file.
1400
cbc4fd20
EZ
1401 * bidimirror.h: New file.
1402
6e6e5760
EZ
1403 * window.c (syms_of_window): Doc fix (bug#6409).
1404
4176cba2
RF
14052010-06-12 Romain Francoise <romain@orebokech.com>
1406
1407 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
1408 ediff-hook.
1409
cb4bfcb5
GM
14102010-06-10 Glenn Morris <rgm@gnu.org>
1411
64c60c2f
GM
1412 * editfns.c (Fbyte_to_string): Pacify compiler.
1413
cb4bfcb5
GM
1414 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
1415
2ec1b5ee
CY
14162010-06-26 Andreas Schwab <schwab@linux-m68k.org>
1417
1418 * alloc.c (Fmake_byte_code): Don't access undefined argument
1419 (Bug#6517).
1420
14212010-06-25 Chong Yidong <cyd@stupidchicken.com>
1422
1423 * xdisp.c (next_element_from_image): Ensure that after-strings are
1424 read the next time we hit handle_stop (Bug#1336).
1425
14262010-06-23 Andreas Schwab <schwab@linux-m68k.org>
1427
1428 * lread.c (read1): Signal error if #s is not followed by paren.
1429
14302010-06-19 Chong Yidong <cyd@stupidchicken.com>
1431
1432 * image.c (free_image): Mark frame as garbaged (Bug#6426).
1433
1434 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
1435
14362010-06-15 Glenn Morris <rgm@gnu.org>
1437
1438 * editfns.c (Fbyte_to_string): Pacify compiler.
1439
e454a4a3
SM
14402010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1441
1442 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
1443 Check `object's type before accessing its guts.
1444
c1b1acc2
DN
14452010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1446
1447 * s/usg5-4.h: Fix previous change.
1448 Suggested by Lawrence Mitchell <wence@gmx.li>
1449
657d4c0b
AS
14502010-06-08 Andreas Schwab <schwab@linux-m68k.org>
1451
1452 * minibuf.c (Fall_completions): Add more checks.
1453
9b27fd9f
JB
14542010-06-08 Juanma Barranquero <lekktu@gmail.com>
1455
1456 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
1457
a99ebb40
DN
14582010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
1459
d7c5d87d
DN
1460 * lread.c (X_OK): Remove, unused.
1461
0263a941
DN
1462 * dispnew.c: Remove obsolete comment.
1463
a99ebb40
DN
1464 Remove INCLUDED_FCNTL.
1465 * xterm.c (INCLUDED_FCNTL):
1466 * callproc.c (INCLUDED_FCNTL):
1467 * alloc.c (INCLUDED_FCNTL):
1468 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
1469 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
1470
13b5221f
MR
14712010-06-07 Martin Rudalics <rudalics@gmx.at>
1472
1473 * window.c (Fselect_window): Move `record_buffer' up to the
1474 beginning of this function, so the buffer gets recorded
1475 even if the selected window does not change.
1476 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
1477
5220357f
JB
14782010-06-07 Juanma Barranquero <lekktu@gmail.com>
1479
1480 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
1481 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
1482
3085237c
DN
14832010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
1484
1485 Remove BSTRING related code, all platforms define it.
1486 * s/usg5-4.h (BSTRING): Remove definition.
1487 * s/template.h (BSTRING):
1488 * s/msdos.h (BSTRING):
1489 * s/ms-w32.h (BSTRING):
1490 * s/hpux10-20.h (BSTRING):
1491 * s/gnu-linux.h (BSTRING):
1492 * s/darwin.h (BSTRING):
1493 * s/cygwin.h (BSTRING):
1494 * s/bsd-common.h (BSTRING):
1495 * s/aix4-2.h (BSTRING): Likewise.
1496 * sysdep.c: Remove code depending on BSTRING not being defined.
1497
409f2919
JB
14982010-06-05 Juanma Barranquero <lekktu@gmail.com>
1499
1500 Remove obsolete macro BASE_LEADING_CODE_P.
1501 * character.h (BASE_LEADING_CODE_P): Remove.
1502 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
1503 * buffer.c (Fset_buffer_multibyte):
1504 * indent.c (scan_for_column, compute_motion):
1505 * insdel.c (count_combining_before, count_combining_after):
1506 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
1507
087fc47a
JB
15082010-06-04 Juanma Barranquero <lekktu@gmail.com>
1509
1510 Turn `directory-sep-char' into a noop.
1511
1512 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
1513 (DIRECTORY_SEP): Define unconditionally.
1514
1515 * s/ms-w32.h (DIRECTORY_SEP): Remove.
1516
1517 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
1518 call dostounix_filename directly.
1519
1520 * fileio.c (CORRECT_DIR_SEPS): Remove.
1521 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
1522 (Fsubstitute_in_file_name): Use dostounix_filename instead.
1523 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
1524 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
1525
1526 * w32proc.c (CORRECT_DIR_SEPS): Remove.
1527 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
1528
0eb7675e
AS
15292010-06-03 Andreas Schwab <schwab@linux-m68k.org>
1530
a628ad9d
JB
1531 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
1532 (Bug#6346)
0eb7675e 1533
78edd3b7
JB
15342010-06-03 Juanma Barranquero <lekktu@gmail.com>
1535
1536 * ccl.c (Fccl_program_p): Fix typo in docstring.
1537
eb697db5
DN
15382010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1539
1540 Move UNEXEC definition to autoconf.
1541 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
1542 * s/sol2-10.h (UNEXEC):
1543 * s/irix6-5.h (UNEXEC):
1544 * s/hpux10-20.h (UNEXEC):
1545 * s/gnu-linux.h (UNEXEC):
1546 * s/darwin.h (UNEXEC):
1547 * s/cygwin.h (UNEXEC):
1548 * s/bsd-common.h (UNEXEC):
1549 * s/aix4-2.h (UNEXEC):
1550 * m/alpha.h (UNEXEC): Likewise.
1551 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
1552
aa3830c4
JB
15532010-06-03 Juanma Barranquero <lekktu@gmail.com>
1554
1555 Remove obsolete pre-unicode2 macros.
1556 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
1557 * composite.c (composition_reseat_it):
1558 * data.c (Faset):
1559 * fns.c (Ffillarray):
1560 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
1561 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
1562
d234d13e
JL
15632010-06-03 Juri Linkov <juri@jurta.org>
1564
1565 * buffer.c (Fother_buffer): Add CHECK_FRAME.
1566 (Fswitch_to_buffer): Remove unused variable `err'.
1567
0d4bcf4d
GM
15682010-06-03 Glenn Morris <rgm@gnu.org>
1569
e23dc1e2
GM
1570 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
1571
05b09564
GM
1572 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
1573 now that AH_BOTTOM does it.
1574
824e2978
GM
1575 * m/hp800.h (HAVE_ALLOCA):
1576 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
1577
0d4bcf4d
GM
1578 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
1579 Remove NOT_C_CODE tests, it is always true now.
1580
c55d2abf
DN
15812010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1582
08a494a3
DN
1583 Fix config.h includes.
1584 * xsettings.c:
1585 * xgselect.c:
1586 * nsterm.m:
1587 * nsselect.m:
1588 * nsimage.m:
1589 * nsfont.m:
1590 * nsfns.m:
1591 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
1592 other files do.
1593
75934b1d
DN
1594 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
1595
9f32a766
DN
1596 * s/sol2-6.h: Remove obsolete comments.
1597
c55d2abf
DN
1598 Remove unnecessary alloca.h includes.
1599 * keymap.c: Do not include alloca.h, config.h does that.
1600 * sysdep.c: Likewise. Do not define fwrite, not used.
1601
06ac62b4
SM
16022010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1603
1604 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
1605 the HAVE_TERMIO where it belongs (bug#6149).
1606
1ab8293c
SM
16072010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1608
1609 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
1610 of bug#6305).
1611
6dcfd253
EZ
16122010-05-30 Eli Zaretskii <eliz@gnu.org>
1613
1614 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
1615 state is always cached (bug#6306).
1616
6d26bbb2
EZ
16172010-05-29 Eli Zaretskii <eliz@gnu.org>
1618
06fa4a23
EZ
1619 Fix cursor motion in bidi-reordered continued lines.
1620 * xdisp.c (try_cursor_movement): Backup to non-continuation line
1621 only after finding point's row. Fix the logic. Rewrite the loop
6d26bbb2
EZ
1622 over continuation lines in bidi-reordered buffers. Return
1623 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
1624 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
1625
f5783df3
MA
16262010-05-28 Michael Albinus <michael.albinus@gmx.de>
1627
1628 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
1629
7d56b2dd
KH
16302010-05-28 Kenichi Handa <handa@m17n.org>
1631
1632 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
1633 Don't sheck SPEC if it is nil.
1634 (font_list_entities): Call font_delete_unmatched if
b925d231 1635 Vface_ignored_fonts is non-nil. (Bug#6287)
7d56b2dd 1636
e58d4ff7
GM
16372010-05-28 Glenn Morris <rgm@gnu.org>
1638
1639 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
1640
f1a5d776
CY
16412010-05-27 Chong Yidong <cyd@stupidchicken.com>
1642
1643 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
1644 whether to trash.
1645 (internal_delete_file, Frename_file): Callers changed.
1646 (delete_by_moving_to_trash): Doc fix.
1647 (Fdelete_directory_internal): Don't move to trash.
1648
1649 * callproc.c (delete_temp_file):
1650 * buffer.c (Fkill_buffer): Callers changed.
1651
1652 * lisp.h: Update prototype.
1653
f44a59e6
CY
16542010-05-27 Chong Yidong <cyd@stupidchicken.com>
1655
1656 * xdisp.c (redisplay_window): After redisplay, check if point is
1657 still valid before setting it (Bug#6177).
1658
81ac4f35
GM
16592010-05-27 Glenn Morris <rgm@gnu.org>
1660
1661 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
1662 Convert comments to Makefile format.
1663
1664 * Makefile.in (bootstrap-clean): No more Makefile.c.
1665
ccd89fb3
GM
16662010-05-26 Glenn Morris <rgm@gnu.org>
1667
90278cb6
GM
1668 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
1669 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
1670
ccd89fb3
GM
1671 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
1672 Remove.
1673 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
1674
b7050583
KH
16752010-05-26 Kenichi Handa <handa@m17n.org>
1676
1677 * composite.c (composition_compute_stop_pos): Fix condition for
1678 backward scanning.
1679
e5458003
GM
16802010-05-25 Glenn Morris <rgm@gnu.org>
1681
c345fe90
GM
1682 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
1683 Move before TEMACS_LDFLAGS.
1684 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
1685 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
1686
2e0689ab
GM
1687 * Makefile.in (NOT_C_CODE): No longer define.
1688 (config.h): No longer include.
1689
8009a5e8
GM
1690 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
1691 variables it may reference.
1692
e5458003
GM
1693 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
1694 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
1695
10f72a37
KH
16962010-05-25 Kenichi Handa <handa@m17n.org>
1697
1698 * dispextern.h (struct composition_it): New members rule_idx and
1699 charpos.
1700
1701 * xdisp.c (set_iterator_to_next): While scanning backward, assume
1702 that the character positions of IT point the last character of the
1703 current grapheme cluster.
1704 (next_element_from_composition): Don't change character positions
1705 of IT.
1706 (append_composite_glyph): Set glyph->charpos to
1707 it->cmp_it.charpos.
1708
1709 * composite.c (autocmp_chars): Change the first argument to RULE,
1710 and try composition with RULE only.
1711 (composition_compute_stop_pos): Record the index number of the
1712 composition rule in CMP_IT->rule_idx.
1713 (composition_reseat_it): Call autocmp_chars repeatedly until the
1714 correct rule of the composition is found.
1715 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
1716 is at the last character of the current grapheme cluster when
1717 CMP_IT->reversed_p is nonzero.
1718
171eda53 17192010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
f5b416d2 1720
171eda53
SM
1721 * editfns.c (Fbyte_to_string): New function.
1722
66a9f7f4
SM
17232010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1724
1725 * process.c (Fmake_network_process): Set :host to nil if it's not used.
1726 Suggested by Masatake YAMATO <yamato@redhat.com>.
1727
d8c315d1
EZ
17282010-05-23 Eli Zaretskii <eliz@gnu.org>
1729
171eda53 1730 * dispextern.h (init_iterator): Sync prototype with changed definition.
d8c315d1 1731
f5b416d2 17322010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
1733
1734 * s/netbsd.h: If terminfo is found, use it in preference to
1735 termcap. (Bug#6190) [Backport from trunk]
1736
0416466c
EZ
17372010-05-19 Eli Zaretskii <eliz@gnu.org>
1738
11117830 1739 Redesign and reimplement bidi-aware edge positions of glyph rows.
d36fe237
EZ
1740
1741 * dispextern.h (struct glyph_row): New members minpos and maxpos.
1742 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
1743 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
1744 and maxpos members instead of start.pos and end.pos, respectively.
1745
1746 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
1747 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
1748 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
66a9f7f4
SM
1749 (try_window_reusing_current_matrix, try_window_id):
1750 Use ROW->minpos rather than ROW->start.pos.
d36fe237
EZ
1751 (init_from_display_pos, init_iterator): Use EMACS_INT for
1752 character and byte positions.
66a9f7f4 1753 (find_row_edges): Rename from find_row_end. Accept additional
d36fe237
EZ
1754 arguments for minimum and maximum buffer positions seen by
1755 display_line for this row. Don't use iterator to find the
1756 position following the maximum one; instead, increment the
11117830
EZ
1757 position found by display_line directly. Fix logic; eol_pos
1758 should be tested before the rest. Handle the case of characters
1759 delivered from display vector (bug#6036). Fix tests related to
1760 it->method. Handle the truncated_on_right_p rows.
1761 (RECORD_MAX_MIN_POS): New macro.
1762 (display_line): Use it to record the minimum and maximum buffer
1763 positions for glyphs in the row being assembled. Record the
1764 position of the newline that terminates the line. If word wrap is
1765 in effect, restore minimum and maximum positions seen up to the
1766 wrap point, when iterator returns to it.
1767 (try_window_reusing_current_matrix): Give up if in bidi-reordered
1768 row and cursor not already at point. Restore original pre-bidi
1769 code for unidirectional buffers.
d36fe237
EZ
1770
1771 * dispnew.c (increment_row_positions, check_matrix_invariants):
1772 Increment and check row->start.pos and row->end.pos, in addition
1773 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
1774
11117830
EZ
1775 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
1776 Display truncated_on_left_p and truncated_on_right_p flags.
1777 Formatting fixes.
1778 (pmtxrows): Display the ordinal number of each row. Don't display
1779 rows beyond the last one.
1780
1781 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
1782 it is not copied by bidi_copy_it.
1783
6e83d800
EZ
17842010-05-22 Eli Zaretskii <eliz@gnu.org>
1785
1786 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
1787 (Bug#6237)
1788
110683ad
CY
17892010-05-22 Chong Yidong <cyd@stupidchicken.com>
1790
1791 * image.c (Fimage_flush): Rename from image-refresh.
1792
98fe5161
CY
17932010-05-21 Chong Yidong <cyd@stupidchicken.com>
1794
1795 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
1796 just one window.
1797
1798 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
1799 (clear_image_cache): If the number of cached images is unusually
1800 large, decrease the cache eviction delay (Bug#6230).
1801
e8752c66
GM
18022010-05-21 Glenn Morris <rgm@gnu.org>
1803
66dbf213
GM
1804 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
1805 Move these rules to ns.mk.
1806 * ns.mk: New file.
1807
04384b2d
GM
1808 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
1809
e8752c66
GM
1810 * Makefile.in (CANNOT_DUMP): New, set by configure.
1811 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
1812
2e2bbddb
JL
18132010-05-20 Juri Linkov <juri@jurta.org>
1814
1815 * fileio.c (Fdelete_file): Change interative spec to use
1816 `read-file-name' like in `find-file-read-args' where the default
1817 value is `default-directory' instead of `buffer-file-name'.
1818 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
1819
31c4aaf6
KR
18202010-05-20 Kevin Ryde <user42@zip.com.au>
1821
1822 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
1823 (Voverriding_terminal_local_map, Vsystem_key_alist)
1824 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
1825
9d5cf9b6
GM
18262010-05-20 Glenn Morris <rgm@gnu.org>
1827
1828 * Makefile.in (DEPDIR): New constant.
1829 (DEPFLAGS): Set with configure, not cpp.
1830 (MKDEPDIR): New, set by configure.
1831 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
1832 (clean): Use $DEPDIR.
1833 (deps_frag): Include from configure.
1834 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
1835 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
1836
ead6f8f5
EZ
1837 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
1838 reallocation of the cache. (Bug#6210)
1839
7f34aec3
GM
18402010-05-19 Glenn Morris <rgm@gnu.org>
1841
d494e8f2
GM
1842 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
1843
c1d0dcfd
GM
1844 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
1845 (GNULIB_VAR): Remove.
1846 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
1847
1848 * m/ibms390x.h (LINKER):
1849 * m/macppc.h (LINKER) [GNU_LINUX]:
1850 * s/aix4-2.h (ORDINARY_LINK):
1851 * s/cygwin.h (LINKER):
1852 * s/darwin.h (ORDINARY_LINK):
1853 * s/gnu.h (ORDINARY_LINK):
1854 * s/netbsd.h (LINKER):
1855 * s/usg5-4.h (ORDINARY_LINK):
1856 Move to configure.
1857
7f34aec3
GM
1858 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
1859
754790b6
CY
18602010-05-18 Chong Yidong <cyd@stupidchicken.com>
1861
1862 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
1863 prevent stack overflow if number of arguments is too large
1864 (Bug#6214).
1865
161e44d1
JB
18662010-05-18 Juanma Barranquero <lekktu@gmail.com>
1867
1868 * charset.c (load_charset_map_from_file): Don't call close after fclose.
1869
be4ff9da
GM
18702010-05-18 Glenn Morris <rgm@gnu.org>
1871
9539dc5d
GM
1872 * s/gnu-linux.h: Combine two conditionals.
1873
1874 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
6665f4c5
GM
1875 $(POST_ALLOC_OBJ).
1876
40dc6bf4
GM
1877 * Makefile.in (RALLOC_OBJ): New, set by configure.
1878 (rallocobj): Replace with the previous variable.
1879 (otherobj): Use $RALLOC_OBJ.
1880
1881 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
1882 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
1883
be4ff9da
GM
1884 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
1885 (gmallocobj, vmlimitobj): Replace with previous two variables.
1886 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
1887
16455a85
GM
18882010-05-17 Glenn Morris <rgm@gnu.org>
1889
1890 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
1891 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
1892
5fdb7468
GM
18932010-05-16 Glenn Morris <rgm@gnu.org>
1894
7ca1f3f9
GM
1895 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
1896
7541dad5
GM
1897 * Makefile.in (clean): Get rid of HAVE_NS conditional.
1898
da53fab9
GM
1899 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
1900 trailing "/".
1901
b02a6645
GM
1902 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
1903 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
1904
8877ca0f
GM
1905 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
1906 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
1907 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
1908 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
1909 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
1910
5fdb7468
GM
1911 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
1912 Remove ${STARTFLAGS}, nothing ever sets it.
1913
95adb4b1
DN
19142010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
1915
1916 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
1917
676b6304
GM
19182010-05-16 Glenn Morris <rgm@gnu.org>
1919
9beab9ce
GM
1920 * Makefile.in (LIBX_BASE): Always define.
1921
8a95f0e7
GM
1922 * Makefile.in (LIBX_OTHER): Move out of cpp section.
1923
676b6304
GM
1924 * Makefile.in (LIBXT): Always define.
1925
6e546d18
GM
19262010-05-15 Glenn Morris <rgm@gnu.org>
1927
4235ca47 1928 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
02d4ac0e 1929
6e546d18
GM
1930 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
1931 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
1932
8c5ff6dd
KR
19332010-05-15 Ken Raeburn <raeburn@raeburn.org>
1934
560bb7ae 1935 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
52766425
KR
1936 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
1937
8b4eb796
KR
1938 * emacs.c (main): Initialize initial-environment and
1939 process-environment before generating from env, not after.
1940
8c5ff6dd
KR
1941 Handle --version reasonably in CANNOT_DUMP configuration.
1942 * emacs.c (emacs_version, emacs_copyright): New string variables.
1943 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
1944 (syms_of_emacs): Defvar them, and initialize them from the C
1945 string variables.
1946 (main): If initialization hasn't been done, print initial version
1947 info from the C strings, instead of starting an interactive session.
1948
dbd3f723
EZ
19492010-05-15 Eli Zaretskii <eliz@gnu.org>
1950
d20e1419
EZ
1951 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
1952 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
2e9abc3d
EZ
1953 (bidi_paragraph_init): Remove redundant assertion that we are at
1954 the beginning of a line after call to bidi_find_paragraph_start.
d20e1419
EZ
1955
1956 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
1957 (syms_of_xdisp): Defsubr it.
1958
d36fe237
EZ
1959 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
1960
dbd3f723
EZ
1961 * Makefile.in: Fix MSDOS-related comments.
1962
02be533b
GM
19632010-05-15 Glenn Morris <rgm@gnu.org>
1964
1a82cca9
GM
1965 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
1966 (really-lwlib, really-oldXMenu): Always define.
1967 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
1968
3df7b338
GM
1969 * Makefile.in: Simplify cpp conditional.
1970
2b5f541b
GM
1971 * Makefile.in (${ns_appdir}): Simplify using umask.
1972
02be533b
GM
1973 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
1974
4e2db1fe
SM
19752010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1976
1977 * eval.c (specbind): Remove left-over duplicate test.
1978 Disallow let-binding frame-local vars. Add comment.
1979
4b292a22
EZ
19802010-05-14 Eli Zaretskii <eliz@gnu.org>
1981
2fe72643 1982 Make the cache of bidi iterator states dynamically allocated.
1edbd309 1983 * bidi.c (bidi_cache_shrink): New function.
2fe72643
EZ
1984 (bidi_init_it): Call it.
1985 (bidi_cache_iterator_state): Enlarge the cache if needed.
1986
4e2db1fe 1987 * bidi.c (bidi_move_to_visually_next): Rename from
4b292a22
EZ
1988 bidi_get_next_char_visually. All callers changed.
1989
82ebc97b
KH
19902010-05-14 Kenichi Handa <handa@m17n.org>
1991
1992 * dispextern.h (struct composition_it): New member reversed_p.
1993
1994 * composite.c (composition_compute_stop_pos): Search backward if
1995 ENDPOS < CHARPOS.
1996 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
1997 Set CMP_IT->reversed_p.
b4b6e17e 1998 (composition_update_it): Pay attention to CMP_IT->reversed_p.
82ebc97b 1999
4e2db1fe
SM
2000 * xdisp.c (set_iterator_to_next):
2001 Call composition_compute_stop_pos with negative ENDPOS if we are
82ebc97b
KH
2002 scanning backward. Call composition_compute_stop_pos if scan
2003 direction is changed.
2004 (next_element_from_buffer): Call composition_compute_stop_pos with
2005 negative ENDPOS if we are scanning backward.
2006 (next_element_from_composition): Pay attention to
2007 IT->cmp_it.reversed_p.
2008
0e5d7800
KH
20092010-05-14 Kenichi Handa <handa@m17n.org>
2010
560bb7ae 2011 * font.c (font_range): Return the range for the font found at first.
0e5d7800 2012
cb027b32
GM
20132010-05-14 Glenn Morris <rgm@gnu.org>
2014
177b0288
GM
2015 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
2016
fbc00890
GM
2017 * Makefile.in (mktime, X11, register): Move undefs to configure.
2018
f14d1dfd
GM
2019 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
2020 (MSDOS_X_OBJ): New variable.
2021 (MSDOS_SUPPORT_REAL): New constant.
2022 (MSDOS_SUPPORT): Set as a variable, not with cpp.
2023 (obj): Use MSDOS_X_OBJ.
2024 (lisp): Use MSDOS_SUPPORT as a variable.
2025
11842bd8
GM
2026 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
2027 (GPM_MOUSE_SUPPORT): Now it's a constant.
2028 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
2029 not cpp.
2030
489d31a4 2031 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
845612ac 2032 (ns_appresdir): Remove, unused.
e20f1f07 2033
489d31a4
GM
2034 * Makefile.in (SHELL): Move outside cpp section.
2035
cb027b32
GM
2036 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
2037
5a903aa9
GM
20382010-05-13 Glenn Morris <rgm@gnu.org>
2039
3369c79f
GM
2040 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
2041 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
2042
d5e982a6
GM
2043 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
2044 HAVE_WINDOW_SYSTEM must be too.
2045
6192e163
GM
2046 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
2047 (lisp): Remove WINNT_SUPPORT.
2048
472c5d6b
GM
2049 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
2050 Let configure set these variables (to empty) in this case as well.
2051
0116466b
GM
2052 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
2053 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
2054
5a903aa9
GM
2055 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
2056 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
2057 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
2058 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
2059 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
c0a2b70a 2060 the values output by configure.
5a903aa9
GM
2061 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
2062
1a0d7c06
GM
20632010-05-12 Glenn Morris <rgm@gnu.org>
2064
b5457f14
GM
2065 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
2066 (LINKER_WAS_SPECIFIED): Remove.
2067
1a0d7c06
GM
2068 * Makefile.in (LIB_GCC): Set using configure, not cpp.
2069 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
2070 * m/arm.h (LIB_GCC) [GNU_LINUX]:
2071 * s/cygwin.h (LIB_GCC):
2072 * s/freebsd.h (LIB_GCC):
2073 * s/gnu-linux.h (LIB_GCC):
2074 * s/msdos.h (LIB_GCC):
2075 * s/netbsd.h (LIB_GCC):
2076 Move to configure.
2077
3ffd4615 20782010-05-11 Karel Klic <kklic@redhat.com>
c90ca7b7
KH
2079
2080 * ftfont.c: Fix incorrect parentheses of #if condition for
2081 definining M17N_FLT_USE_NEW_FEATURE.
2082
acddf8ae
GM
20832010-05-11 Glenn Morris <rgm@gnu.org>
2084
2085 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
2086 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
2087
ae5e04fa
EZ
20882010-05-10 Eli Zaretskii <eliz@gnu.org>
2089
2090 * xdisp.c (init_iterator): Don't turn on bidi reordering in
2091 unibyte buffers. See
2092 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
2093
7490175b
GM
20942010-05-10 Glenn Morris <rgm@gnu.org>
2095
97efb629
GM
2096 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
2097 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
2098 (LIBES): Use LIBS_SYSTEM as a variable.
2099 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
2100 * s/aix4-2.h (LIBS_SYSTEM):
2101 * s/freebsd.h (LIBS_SYSTEM):
2102 * s/hpux10-20.h (LIBS_SYSTEM):
2103 * s/sol2-6.h (LIBS_SYSTEM):
2104 * s/unixware.h (LIBS_SYSTEM):
2105 Move to configure.
2106
7490175b
GM
2107 * s/aix4-2.h (MAIL_USE_LOCKF):
2108 * s/bsd-common.h (MAIL_USE_FLOCK):
2109 * s/darwin.h (MAIL_USE_FLOCK):
2110 * s/gnu-linux.h (MAIL_USE_FLOCK):
2111 * s/irix6-5.h (MAIL_USE_FLOCK):
2112 * s/template.h (MAIL_USE_FLOCK):
2113 Move to configure.
2114
0235128c 21152010-05-08 Chong Yidong <cyd@stupidchicken.com>
61a808e8
CY
2116
2117 * Version 23.2 released.
2118
0235128c 21192010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5dcde606
AS
2120
2121 * composite.c (autocmp_chars): Save point as marker before calling
2122 auto-composition-function (Bug#5984).
2123
2124 * lisp.h (restore_point_unwind): Add prototype.
2125
2126 * fileio.c (restore_point_unwind): Remove static attribute.
2127
0235128c 21282010-05-08 Kenichi Handa <handa@m17n.org>
c4170e32
KH
2129
2130 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
2131 new feature of libotf and m17n-flt.
0235128c
SM
2132 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
2133 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
2134 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
2135 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
2136 that OUT is NULL. Use OTF_drive_gsub_with_log and
2137 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
2138 OTF_drive_gpos.
2139 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
0235128c
SM
2140 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
2141 Setup mflt_enable_new_feature and mflt_try_otf.
2142
4721152c
J
21432010-05-08 Jan Djärv <jan.h.d@swipnet.se>
2144
2145 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
2146
2147 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
2148 box and toolbar (Bug #6139).
2149 (xg_create_tool_bar): Remove comment (Bug #6139).
2150 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
2151 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
2152
ee0a16cf
JB
21532010-05-08 Juanma Barranquero <lekktu@gmail.com>
2154
2155 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
2156 Update dependencies.
2157
96d79611
EZ
21582010-05-08 Eli Zaretskii <eliz@gnu.org>
2159
2160 * fringe.c (update_window_fringes): Set up truncation bitmaps for
2161 R2L lines.
2162
40c17879
GM
21632010-05-08 Glenn Morris <rgm@gnu.org>
2164
7b42b29f
GM
2165 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
2166
40c17879
GM
2167 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
2168 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
2169 (termcapobj): Replace with TERMCAP_OBJ.
2170 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
2171 (LIBES): Use LIBS_TERMCAP as a variable.
2172
2173 * s/freebsd.h (osreldate.h): No longer include, since this file
2174 does not use __FreeBSD_version any more.
2175
2176 * s/aix4-2.h (TERMINFO):
2177 * s/cygwin.h (TERMINFO):
2178 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
2179 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
2180 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
2181 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
2182 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
2183 * s/irix6-5.h (TERMINFO):
2184 * s/netbsd.h (LIBS_TERMCAP):
2185 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
2186 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
2187 * s/usg5-4.h (TERMINFO):
2188 Move to configure.
2189
94b612ad
SM
21902010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 * eval.c (unbind_to): Don't unbind a local binding into the global
2193 binding when the local binding disappeared. Inversely, don't unbind
2194 a global binding into a newly created local binding.
2195 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
2196 can specify the frame to use, when applicable. Adjust callers.
2197
15e12598 21982010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
acd0102a 2199 Stefan Monnier <monnier@iro.umontreal.ca>
15e12598
VB
2200
2201 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
2202
f724825e
EZ
22032010-05-07 Eli Zaretskii <eliz@gnu.org>
2204
5cba3209
EZ
2205 * w32fns.c: Include w32.h.
2206 (Fw32_shell_execute): Decode the error message before passing it
2207 to `error'. (Bug#6126)
2208
d16bdfc3
EZ
2209 * msdos.c (dos_set_window_size):
2210 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
2211 instead of `XSYMBOL (foo)->value'.
2212
59d93e87
EZ
22132010-05-07 Eli Zaretskii <eliz@gnu.org>
2214
9fdec8bc
EZ
2215 Fix the MS-DOS build, broken by autoconfiscation.
2216
2217 * Makefile.in: Don't use Make-style comments past the "start of
2218 cpp stuff" line.
2219 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
2220
2221 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
2222 edited directly by msdos/sed1v2.inp).
f724825e 2223
2f86b22b
GM
22242010-05-07 Glenn Morris <rgm@gnu.org>
2225
2226 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2227 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
2228 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
2229 move out of cpp section.
2230 * s/freebsd.h (LD_SWITCH_SYSTEM):
2231 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
2232 * s/netbsd.h (LD_SWITCH_SYSTEM):
2233 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
2234
49ebbd65
DN
22352010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2236
2237 Define LIB_STANDARD and START_FILES using autoconf.
2238 * s/usg5-4.h (LIB_STANDARD):
2239 * s/netbsd.h (START_FILES):
2240 * s/irix6-5.h (LIB_STANDARD):
2241 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
2242 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
2243 * s/freebsd.h (START_FILES):
2244 * s/darwin.h (START_FILES):
2245 * s/cygwin.h (START_FILES):
2246 * s/aix4-2.h (LIB_STANDARD):
2247 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
2248 * Makefile.in (STARTFILES): Rename to START_FILES, define using
2249 autoconf, not cpp.
2250
d43c06d6
DN
22512010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
2252
28823648
DN
2253 Remove NEED_BSDTTY and NEED_UNISTD_H.
2254 * s/hpux10-20.h (NEED_BSDTTY): Remove.
2255 * s/aix4-2.h (NEED_UNISTD_H): Remove.
2256 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
2257 <sys/ptyio.h> and <unistd.h>.
2258
aca00430
DN
2259 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
2260
d43c06d6
DN
2261 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
2262 * s/gnu.h (START_FILES): Remove empty definition.
2263
3e56b11d
JD
22642010-05-06 Jan Djärv <jan.h.d@swipnet.se>
2265
2266 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
2267
e3cf0cde
GM
22682010-05-06 Glenn Morris <rgm@gnu.org>
2269
2270 * Makefile.in (CPP, LN_S): Remove unused variables.
2271
774b9a60
SM
22722010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
2275
4ab92842
LM
22762010-05-05 Lawrence Mitchell <wence@gmx.li>
2277
2278 * m/sparc.h: Fix typo in earlier change.
2279
178f2507
SM
22802010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2281
2282 Misc tweaks.
2283 * eval.c (Fdefvaralias): Remove unintended nested if.
2284 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
2285
80f00217 22862010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
991be6d4
JD
2287
2288 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
2289
ef03a4e6
DN
22902010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2291
58eb6cf0
DN
2292 Remove BSD_PGRPS.
2293 * s/bsd-common.h (BSD_PGRPS): Remove undef.
2294 * s/gnu-linux.h (BSD_PGRPS): Remove.
2295 * term.c (dissociate_if_controlling_tty):
2296 * sysdep.c (narrow_foreground_group, widen_foreground_group)
2297 (init_sys_modes, reset_sys_modes):
2298 * emacs.c (main):
2299 * callproc.c (Fcall_process, child_setup): Remove code depending
2300 on BSD_PGRPS.
2301
ef03a4e6
DN
2302 Remove POSIX_SIGNALS.
2303 * s/usg5-4.h (POSIX_SIGNALS):
2304 * s/netbsd.h (POSIX_SIGNALS):
2305 * s/msdos.h (POSIX_SIGNALS):
2306 * s/ms-w32.h (POSIX_SIGNALS):
2307 * s/hpux11.h (POSIX_SIGNALS):
2308 * s/gnu.h (POSIX_SIGNALS):
2309 * s/gnu-linux.h (POSIX_SIGNALS):
2310 * s/freebsd.h (POSIX_SIGNALS):
2311 * s/darwin.h (POSIX_SIGNALS):
2312 * s/cygwin.h (POSIX_SIGNALS):
2313 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
2314 * s/unixware.h:
2315 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
2316 * process.c (create_process):
2317 * syssignal.h:
2318 * sysdep.c (wait_for_termination, init_signals):
2319 * process.c (create_process):
2320 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
2321 remove all code that assumes the contrary.
2322
49628785
GM
23232010-05-04 Glenn Morris <rgm@gnu.org>
2324
27a2cdfc
GM
2325 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
2326 variable.
2327 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
2328 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
2329 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
2330 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
2331 LD_SWITCH_SYSTEM_tmp.
2332 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
2333 New variables, set by configure.
2334
eb21eab5
GM
2335 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
2336 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
2337 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
2338 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
2339 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
2340
49628785
GM
2341 * s/aix4-2.h (C_SWITCH_SYSTEM):
2342 * m/alpha.h (C_SWITCH_MACHINE):
2343 Move to configure.in.
2344 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
2345 New variables, set by configure.
2346 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
2347 $c_switch_machine and $c_switch_system.
2348
7dff330b
DN
23492010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2350
2351 * s/hpux10-20.h (LIB_STANDARD): New definition.
2352 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
2353 on it, not used anymore.
2354
53967e09
CY
23552010-05-03 Chong Yidong <cyd@stupidchicken.com>
2356
2357 * eval.c (internal_condition_case_n): Rename from
2358 internal_condition_case_2.
2359 (internal_condition_case_2): New function.
2360
2361 * xdisp.c (safe_call): Use internal_condition_case_n.
2362
2363 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
2364 (internal_delete_file, Frename_file): Callers changed.
2365
2366 * buffer.c (Fkill_buffer):
2367 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
2368
2369 * lisp.h: Update prototypes.
2370
3dee6fdb
GM
23712010-05-03 Glenn Morris <rgm@gnu.org>
2372
2373 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
2374 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
2375 (LIBXT): Set with configure, not cpp.
2376 (LIBX): Remove.
2377 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
2378
a101e0fb
DN
23792010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2380
2381 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
2382 The FreeBSD is not needed, the default works, Solaris version is
2383 not needed, and the remaining case is not supported by configure.
2384
f63d0028
JD
23852010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2386
2387 * xsmfns.c (CHDIR_OPT): New define.
2388 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
2389 restarting emacs.
2390
2391 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
2392 shut_down_emacs.
2393
2394 * emacs.c (USAGE1): Mention --chdir.
2395 (main): Handle --chdir.
2396 (standard_args): Add --chdir.
2397 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
2398 #5552).
2399
e4814a9f
DN
24002010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2401
cd03c74a
DN
2402 Remove LD_SWITCH_MACHINE.
2403 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
2404 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
2405
c3a398a1
DN
2406 Clean up IRIX code.
2407 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
2408 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
2409
87e7285c
DN
2410 Clean up AIX code.
2411 * m/ibmrs6000.inp: Remove file, unused.
2412 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
2413 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
2414 definition ...
2415 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
2416
80f00217
JB
2417 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
2418 unused.
e4814a9f 2419
59ca28de
EZ
24202010-05-01 Eli Zaretskii <eliz@gnu.org>
2421
197daef4
EZ
2422 Emulate POSIX_SIGNALS on MS-Windows.
2423
2424 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
2425 (SIG_SETMASK, SIG_UNBLOCK): Define.
d6dae14b
EZ
2426
2427 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
2428 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
2429 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
2430
80f00217
JB
2431 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
2432 New stubs.
197daef4 2433
af7c7572
EZ
2434 Miscellaneous fixes of bidi display.
2435
59ca28de
EZ
2436 * xdisp.c (find_row_end): New function, refactored from display_line.
2437 (display_line): Use it.
017ea819
EZ
2438 (extend_face_to_end_of_line): In almost-filled rows, extend only
2439 if the row is R2L and not continued.
166e930d 2440 (display_line): Fix prepending of truncation glyphs to R2L rows.
af7c7572 2441 Preserve overlay and string info in row->end.
166e930d
EZ
2442 (insert_left_trunc_glyphs): Support addition of left truncation
2443 glyphs to R2L rows.
b47e0dcf 2444 (set_cursor_from_row): Don't place cursor on the vertical border
af7c7572
EZ
2445 glyph between adjacent windows. Fix a crash when a display string
2446 is continued to the next line. Don't return zero if cursor was
2447 found by `cursor' property of a display string.
b47e0dcf
EZ
2448 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
2449 test for that explicitly.
59ca28de 2450
7acac9f4
GM
24512010-05-01 Glenn Morris <rgm@gnu.org>
2452
2453 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
2454 for clarity.
2455 (OTHER_OBJ): Remove.
2456 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
2457 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
2458
45841e65
KK
24592010-05-01 Karel Klíč <kklic@redhat.com>
2460
2461 * fileio.c (Ffile_selinux_context): Context functions may return null.
2462
afc61943
DN
24632010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
2464
80f00217 2465 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
afc61943 2466
5a1bb006
GM
24672010-04-30 Glenn Morris <rgm@gnu.org>
2468
2469 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
2470 (OTHER_OBJ): Define as a separate variable, for clarity.
2471
210af043
J
24722010-04-30 Jan Djärv <jan.h.d@swipnet.se>
2473
2474 * xsettings.c: include limits.h and update file comment.
2475
0a7df391
GM
24762010-04-30 Glenn Morris <rgm@gnu.org>
2477
d5096f16
GM
2478 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
2479 Set with configure, not cpp.
2480 (LIBW): Remove, replace with $TOOLKIT_LIBW.
2481
7eb1ac33
GM
2482 * Makefile.in (mallocobj): Remove.
2483 (otherobj): Simplify using @OTHER_OBJ@.
2484
517d086b
GM
2485 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
2486 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
2487 Don't bother making nsgui.h dependency platform-specific.
2488
0a7df391
GM
2489 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
2490
d6d23852
SM
24912010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2492
d2630aef
SM
2493 * process.c (read_process_output, exec_sentinel): Don't burp if the
2494 sentinel/filter kills the current buffer (bug#6060).
2495
f9dddf52 2496 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
d6d23852
SM
2497 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
2498 Remove unused var `args'.
2499 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
2500 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
2501 * doc.c (store_function_docstring): Use XSETCAR.
2502
f1e3642a
GM
25032010-04-28 Glenn Morris <rgm@gnu.org>
2504
faf535f8
GM
2505 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
2506 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
2507
c40f9449
GM
2508 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
2509
658f86ca
GM
2510 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
2511 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
2512
bc0b5f61
GM
2513 * Makefile.in (FONT_OBJ): New, set by configure.
2514 (FONT_DRIVERS): Use $FONT_OBJ.
2515
294c50a0
GM
2516 * Makefile.in (LIBXMU): Set with configure, not cpp.
2517 * s/aix4-2.h (LIBXMU):
2518 * s/hpux10-20.h (LIBXMU):
2519 Remove definition, now set in configure.
2520
e6ec4e99
GM
2521 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
2522
f1e3642a
GM
2523 * m/amdx86-64.h [i386]: Move this test to configure.in.
2524
c6ea2936
GM
25252010-04-27 Glenn Morris <rgm@gnu.org>
2526
8fdac2c3
GM
2527 * Makefile.in (LIBXTR6): Set with configure, not cpp.
2528 * s/unixware.h (NEED_LIBW): Remove definition.
2529
986fb647
GM
2530 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
2531 (TOOLKIT_LIBW): New, set by configure.
2532 (@X_TOOLKIT_TYPE@): No longer define it.
2533
c6ea2936
GM
2534 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
2535 (MOTIF_LIBW): Set with configure, not cpp.
2536 * s/aix4-2.h (LIB_MOTIF):
2537 * s/gnu-linux.h (LIB_MOTIF):
2538 * s/unixware.h (LIB_MOTIF): Move to configure.in.
2539
aaa36002
DN
25402010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2541
2542 Reduce CPP usage.
2543 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
2544 (obj): Use autoconf for unexec instead of cpp.
ed6281b0
DN
2545 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
2546 definitions and undefs. Inline definitions in the only user.
2547 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
aaa36002 2548
b678dd8b
GM
25492010-04-27 Glenn Morris <rgm@gnu.org>
2550
76cda504
GM
2551 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
2552 since the defaults (set by the system file) are fine in most cases.
2553 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
2554 * m/ibms390x.h (START_FILES, LIB_STANDARD):
2555 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
2556 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
2557 Remove definitions, since they are set correctly in s/gnu-linux.h.
2558 * s/freebsd.h (START_FILES, LIB_STANDARD):
2559 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
2560 * s/hpux10-20.h (START_FILES):
2561 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
2562 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
2563
b678dd8b
GM
2564 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
2565 (MOTIF_LIBW): Use $LIBXP.
2566 (otherobj): Use $WIDGET_OBJ.
2567
9452ded1
DN
25682010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2569
7e10844c
DN
2570 * Makefile.in (LIBS_MACHINE): Remove, unused.
2571
9452ded1
DN
2572 Use autoconf instead of cpp for LIB_MATH.
2573 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
2574 * s/cygwin.h (LIB_MATH): Likewise.
2575 * Makefile.in (LIB_MATH): Do not define with cpp.
2576 (LIBES): Use autoconf for LIB_MATH.
2577
fcebfc6a
KH
25782010-04-26 Kenichi Handa <handa@m17n.org>
2579
2580 * composite.c (Ffind_composition_internal): Fix the return value
2581 for an automatic composition.
2582
39e2ad1b
DN
25832010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2584
2585 Remove all NO_ARG_ARRAY uses.
2586 * fns.c (concat2, concat3, nconc2):
2587 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
2588 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
2589 * m/xtensa.h (NO_ARG_ARRAY):
2590 * m/template.h (NO_ARG_ARRAY):
2591 * m/sparc.h (NO_ARG_ARRAY):
2592 * m/sh3.h (NO_ARG_ARRAY):
2593 * m/mips.h (NO_ARG_ARRAY):
2594 * m/macppc.h (NO_ARG_ARRAY):
2595 * m/iris4d.h (NO_ARG_ARRAY):
2596 * m/intel386.h (NO_ARG_ARRAY):
2597 * m/ibms390x.h (NO_ARG_ARRAY):
2598 * m/ibms390.h (NO_ARG_ARRAY):
2599 * m/ibmrs6000.h (NO_ARG_ARRAY):
2600 * m/ia64.h (NO_ARG_ARRAY):
2601 * m/hp800.h (NO_ARG_ARRAY):
2602 * m/arm.h (NO_ARG_ARRAY):
2603 * m/amdx86-64.h (NO_ARG_ARRAY):
2604 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
2605
adf4f59c
EZ
26062010-04-25 Eli Zaretskii <eliz@gnu.org>
2607
6bdf5d65
EZ
2608 * xdisp.c (display_line): Don't assume 2nd call to
2609 get_next_display_element cannot return zero. (Bug#6030)
f538fcec
EZ
2610 (iterate_out_of_display_property): New function, body from pop_it.
2611 (pop_it): Use it.
adf4f59c 2612
dfbbda83
GM
26132010-04-24 Glenn Morris <rgm@gnu.org>
2614
2615 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
2616 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
2617 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
2618 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
2619
2d4018aa
EZ
26202010-04-24 Eli Zaretskii <eliz@gnu.org>
2621
a49884a6
EZ
2622 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
2623 use `get_next_display_element' and `set_iterator_to_next' to
2624 advance to the next character, when looking for the character that
2625 begins the next row.
2626
76db6fcc 2627 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2d4018aa
EZ
2628 definition of "struct Lisp_Symbol".
2629
70eab5c1
GM
26302010-04-24 Glenn Morris <rgm@gnu.org>
2631
2632 * Makefile.in (CRT_DIR): New variable, set by configure.
2633 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
2634 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
2635
1ad4cc3d
DN
26362010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2637
e769f484
DN
2638 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
2639
4196ff33
DN
2640 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
2641
879b0ee4
DN
2642 Remove redundant flags.
2643 * s/freebsd.h (C_SWITCH_SYSTEM):
2644 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
2645 * s/netbsd.h (C_SWITCH_SYSTEM):
2646 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
2647 of these.
2648
03cbbcb8
DN
2649 Simplify m/intel386.h.
2650 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
2651 user: ecrt0.c.
2652 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
2653 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
2654 the only user: s/unixware.h.
2655 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
2656 from m/intel386.h.
2657 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
2658 moved here from m/intel386.h.
2659
1ad4cc3d
DN
2660 * m/mips.h: Remove #if 0 code.
2661
8785b888
EZ
26622010-04-23 Eli Zaretskii <eliz@gnu.org>
2663
728588cc
EZ
2664 Fix display of composed characters from L2R scripts in bidi buffers.
2665 * xdisp.c (set_iterator_to_next, next_element_from_composition):
2666 After advancing IT past the composition, resync the bidi iterator
2667 with IT's position. (Bug#5977)
2668
a63f80b4
DN
26692010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2670
2671 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
2672 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
2673
ff5dec5c
SM
26742010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2675
2676 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
2677
8785b888
EZ
26782010-04-23 Eli Zaretskii <eliz@gnu.org>
2679
58ccf243 2680 Support `display' text properties and overlay strings in bidi buffers.
8785b888
EZ
2681 * xdisp.c (pop_it): When the stack is popped after displaying
2682 from a string, bidi-iterate to exit from the text portion covered
2683 by the `display' property or overlay. (Bug#5988, bug#5920)
2684
feeb1604
DN
26852010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2686
8e324eb6
DN
2687 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
2688 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
2689
809fcaba
DN
2690 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
2691 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
2692
ed710380
DN
2693 Simplify STARTFILES definition.
2694 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
2695 relying on Makefile.in to define it.
2696 * s/cygwin.h (START_FILES): Likewise.
2697 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
2698
feeb1604
DN
2699 Clean up Solaris code.
2700 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
2701 (LIB_MOTIF): Remove, configure takes care of this.
2702 (NOT_USING_MOTIF): Remove, unused.
2703 * xrdb.c: Remove #if 0-ed #include.
2704 (SYSV): Remove conditional for old SysV.
2705 * sysdep.c (closedir): Remove conditional code for Solaris,
2706 Solaris has closedir.
2707
a0d0b563
JD
27082010-04-22 Jan Djärv <jan.h.d@swipnet.se>
2709
2710 * xsettings.c (read_and_apply_settings): Check if current_font is
2711 NULL before strcmp (Bug#6001).
2712
56bae7c7
DN
27132010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
2714
2715 Clean up HP-UX files.
2716 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
2717 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
2718 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
2719 * s/hpux10-20.h: ... to the only user, here.
2720
372b7a95
EZ
27212010-04-21 Eli Zaretskii <eliz@gnu.org>
2722
2723 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
2724 use buffer-local values of paragraph-start and paragraph-separate.
2725 <paragraph_start_re, paragraph_separate_re>: Rename from
2726 fallback_paragraph_start_re and fallback_paragraph_separate_re.
2727 (Bug#5992)
2728
f904c0f9
JD
27292010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2730
2731 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
2732 current_tool_bar_style are new.
2733 (store_config_changed_event): Rename from store_font_changed_event.
2734 (XSETTINGS_TOOL_BAR_STYLE): New define.
2735 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
2736 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
2737 HAVE_XFT.
2738 (something_changedCB): store_font_changed_event is now
2739 store_config_changed_event
2740 (parse_settings): Rename from parse_xft_settings. Read
2741 non-xft xsettings outside #ifdef HAVE_XFT.
2742 (read_settings): Renamed from read_xft_settings.
2743 (apply_xft_settings): Take current settings as parameter. Do not
2744 call read_(xft)_settings.
2745 (read_and_apply_settings): New function.
2746 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
2747 read_and_apply_settings if there are settings to be read.
2748 (init_xsettings): Renamed from init_xfd_settings.
2749 Call read_and_apply_settings unconditionally.
2750 (xsettings_initialize): Call init_xsettings.
2751 (Ftool_bar_get_system_style): New function.
2752 (syms_of_xsettings): Define Qmonospace_font_name and
2753 Qtool_bar_style. Initialize current_tool_bar_style to nil.
f9dddf52 2754 defsubr Stool_bar_get_system_style. Fprovide on
f904c0f9 2755 dynamic-setting.
31a01b90 2756 Move misplaced HAVE_GCONF
f904c0f9
JD
2757
2758 * xsettings.h (Ftool_bar_get_system_style): Declare.
2759
2760 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
2761 Qtext, Qboth, Qboth_horiz are new.
2762 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
2763 Vtool_bar_style, tool_bar_max_label_size.
2764
2765 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
2766
2767 * keyboard.c: QClabel is new.
2768 (parse_tool_bar_item): Take out QClabel from tool bar items.
2769 Try to construct a label if ther is no QClabel.
2770 (syms_of_keyboard): Intern :label as QClabel.
2771
2772 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
2773 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
2774 New.
2775
2776 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
2777 dynamic-setting.el.
2778
2779 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
2780 (xg_make_tool_item, xg_show_toolbar_item): New function.
2781 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
2782 Call xg_make_tool_item to make a tool bar item.
2783 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
2784
2785 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
2786 into account for toolbars.
2787
c632dfda
JD
27882010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2789
2790 * data.c (make_blv): Declarations before code (Bug#5993).
2791
10efe302
GM
27922010-04-21 Glenn Morris <rgm@gnu.org>
2793
2794 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
2795 Define using autoconf, not cpp.
2796 (LIBXSM): New variable, set by autoconf.
2797 (LIBXT): Use $LIBXSM.
2798
4285ac5a
DN
27992010-04-21 Dan Nicolaescu <local_user@dannlt>
2800
3ec759e7
DN
2801 Remove NOMULTIPLEJOBS, unused.
2802 * s/template.h (NOMULTIPLEJOBS):
2803 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
2804
4285ac5a
DN
2805 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
2806 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
2807 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
2808 detects -znocombreloc and passes it to the linker
2809 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
2810
2807228d
GM
28112010-04-21 Glenn Morris <rgm@gnu.org>
2812
2813 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
2814
574c05e2
KK
28152010-04-21 Karel Klíč <kklic@redhat.com>
2816
2817 * Makefile.in (LIBSELINUX_LIBS): New.
2818 (LIBES): Add $LIBSELINUX_LIBS.
2819 * eval.c, lisp.h (call7): New function.
2820 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
2821 (Ffile_selinux_context, Fset_file_selinux_context):
2822 New functions.
2823 (Fcopy_file): New parameter preserve-selinux-context.
2824 (Frename_file): Preserve selinux context when renaming by copy-file.
2825
91eac4bb 28262010-04-21 Juanma Barranquero <lekktu@gmail.com>
acd0102a 2827 Eli Zaretskii <eliz@gnu.org>
91eac4bb 2828
50426a04
JB
2829 Don't depend on cm.c or termcap.c on Windows, use stubs.
2830 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
2831 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
2832 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
2833 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
2834 (sys_tputs, sys_tgetstr): New stubs.
2835 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
2836 (tputs, tgetstr): New; define to sys_*.
91eac4bb 2837
938efb77
JB
28382010-04-20 Juanma Barranquero <lekktu@gmail.com>
2839
2840 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
2841
b4bf28b7
SM
28422010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2843
8b1e1112
SM
2844 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
2845 Just signal a warning rather than an error when inside a let.
2846 (Fmake_variable_frame_local): Add the same test.
2847
933ac235
SM
2848 * font.c (syms_of_font): Make the style table vars read-only.
2849
b4bf28b7
SM
2850 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
2851 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
2852
2853 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
2854
93d68d0c
EZ
28552010-04-20 Eli Zaretskii <eliz@gnu.org>
2856
2857 Fix R2L paragraph display on TTY.
2858
2859 * xdisp.c (unproduce_glyphs): New function.
2860 (display_line): Use it when produced glyphs are discarded from R2L
2861 glyph rows.
2862 (append_composite_glyph): In R2L rows, prepend the glyph rather
2863 than appending it.
2864
2865 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
2866 rather than append it. Set up the resolved_level and bidi_type
2867 attributes of the appended glyph.
283ccc18
EZ
2868 (produce_special_glyphs): Mirror the backslash continuation
2869 character in R2L lines.
93d68d0c 2870
283ccc18 2871 Implement display of R2L paragraphs in GUI sessions.
26cdf528 2872
283ccc18
EZ
2873 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
2874 append_stretch_glyph.
2875 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
2876 off-by-one error in computing x at end of text in the row.
2877 (append_stretch_glyph): In reversed row, prepend the glyph rather
2878 than append it. Set resolved_level and bidi_type of the glyph.
2879 (extend_face_to_end_of_line): If the row is reversed, prepend a
2880 stretch glyph whose width is such that the rightmost glyph will be
2881 drawn at the right margin of the window. Fix off-by-one error on
2882 TTY frames in testing whether a line needs face extension. Fix
2883 face extension at ZV. If this is the last glyph row, use
2884 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
2885 region face.
2886 (set_cursor_from_row, display_line): Use
26cdf528
EZ
2887 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
2888 row->continuation_lines_width.
283ccc18
EZ
2889 (next_element_from_buffer): Don't call bidi_paragraph_init if we
2890 are at ZV. Fixes a crash when reseated to ZV by
2891 try_window_reusing_current_matrix.
45903529
EZ
2892 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
2893 which happens with R2L glyph rows. Fixes a crash when inserting a
2894 character at end of an R2L line.
283ccc18
EZ
2895 (set_cursor_from_row): Don't be fooled by truncated rows: don't
2896 treat them as having zero-width characters. Improve comments.
2897 Don't reverse pos_before and pos_after for reversed glyph rows.
2898 Set cursor.x to negative value when the cursor might be on the
2899 left fringe.
2900 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
2901 left fringe, not the right one.
f951a506
EZ
2902 (notice_overwritten_cursor, draw_phys_cursor_glyph)
2903 (erase_phys_cursor): For reversed cursor_row, support cursor on
2904 the left fringe.
2905
283ccc18
EZ
2906 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
2907 of continuation indicators on the fringes.
2908 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
2909 left fringe.
2910
f951a506
EZ
2911 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
2912 draw cursor on the left fringe.
2913
2914 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
2915 cursor on the left fringe.
2916
f951a506
EZ
2917 * dispnew.c (update_text_area): Handle reversed desired rows when
2918 the cursor is on the left fringe.
2919 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
2920 below, not by 0, for when the cursor is on the left fringe.
2921
3bb49aaf
JD
29222010-04-20 Jan Djärv <jan.h.d@swipnet.se>
2923
2924 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
2925 widget is a scrollbar.
2926
c0be27fd
KH
29272010-04-20 Kenichi Handa <handa@m17n.org>
2928
2929 * charset.c (char_charset): Consider Vcharset_non_preferred_head
2930 only when the arg CHARSET_LIST is nil.
2931
ce5b453a
SM
29322010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2933
2934 Make variable forwarding explicit rather the using special values.
2935 Basically, this makes the structure of buffer-local values and object
2936 forwarding explicit in the type of Lisp_Symbols rather than use
2937 special Lisp_Objects for that. This tends to lead to slightly more
2938 verbose code, but is more C-like, simpler, and makes it easier to make
2939 sure we handled all cases, among other things by letting the compiler
2940 help us check it.
2941 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
2942 Removing forwarding objects.
2943 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
2944 (struct Lisp_Symbol): Make the various forms of variable-forwarding
2945 explicit rather than hiding them inside Lisp_Object "values".
2946 (XFWDTYPE): New macro.
2947 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
2948 (XBUFFER_LOCAL_VALUE): Remove.
2949 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
2950 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
2951 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
2952 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
2953 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
2954 Remove the Lisp_Misc_* header.
2955 (struct Lisp_Buffer_Local_Value): Redefine.
2956 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
2957 (struct Lisp_Misc_Any): Add filler to get the right size.
2958 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
2959 Lisp_Intfwd.
2960 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
2961 (DEFVAR_KBOARD): Allocate a forwarding object.
2962 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
2963 (let_shadows_global_binding_p): New function.
2964 (union Lisp_Val_Fwd): New type.
2965 (make_blv): New function.
2966 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
2967 (store_symval_forwarding, swap_in_global_binding, Fboundp)
2968 (swap_in_symval_forwarding, find_symbol_value, Fset)
2969 (let_shadows_buffer_binding_p, set_internal, default_value)
2970 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
2971 (Fkill_local_variable, Fmake_variable_frame_local)
2972 (Flocal_variable_p, Flocal_variable_if_set_p)
2973 (Fvariable_binding_locus):
2974 * xdisp.c (select_frame_for_redisplay):
2975 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
2976 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
2977 * frame.c (store_frame_param):
2978 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
2979 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
2980 value structure.
2981 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
2982 (clone_per_buffer_values): Only adjust markers into the current buffer.
2983 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
2984 (Fbuffer_local_value, set_buffer_internal_1)
2985 (swap_out_buffer_local_variables):
2986 Adapt to the new symbol value structure.
2987 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
2988 (defvar_per_buffer): Take a new arg for the fwd object.
2989 (buffer_lisp_local_variables): Return a proper alist (different fix
2990 for bug#4138).
2991 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
2992 (Fgarbage_collect): Don't handle buffer_defaults specially.
2993 (mark_object): Handle new symbol value structure rather than the old
2994 special Lisp_Misc_* objects.
2995 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
2996 * term.c (set_tty_color_mode):
2997 * bidi.c (bidi_initialize): Don't access the ->value field directly.
2998 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
2999 a buffer_local_flags.
3000 * print.c (print_object): Get rid of impossible forwarding objects.
3001
fd3998ff
EZ
30022010-04-19 Eli Zaretskii <eliz@gnu.org>
3003
3004 * bidi.c (bidi_get_type, bidi_get_category)
3005 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
ce5b453a
SM
3006 (bidi_type_of_next_char, bidi_level_of_next_char):
3007 Declare static. Use `INLINE' rather than `inline'.
fd3998ff 3008
e42cd1a7
JB
30092010-04-19 Juanma Barranquero <lekktu@gmail.com>
3010
3011 * dired.c (Ffile_attributes): Fix typo in docstring.
3012
6e104790 30132010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
79353a53
AR
3014
3015 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
3016 NSInteger (Bug#5811).
3017
6e104790 30182010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
658b9b93
YM
3019
3020 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
3021 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
3022
6e104790 30232010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16009a0e
YM
3024
3025 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
3026
6e104790
SM
30272010-04-19 Chong Yidong <cyd@stupidchicken.com>
3028
3029 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
3030 terminal frames (Bug#5837).
3031
37dcfea0
EZ
30322010-04-19 Eli Zaretskii <eliz@gnu.org>
3033
d1da276f
EZ
3034 * .gdbinit (xsubchartable): New command.
3035
37dcfea0
EZ
30362010-04-19 Eli Zaretskii <eliz@gnu.org>
3037
3038 * xdisp.c (display_line): Don't write beyond the last glyph row in
9166b0f3 3039 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
37dcfea0
EZ
3040 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
3041 and
3042 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
3043
e9515805
SM
30442010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3045
3046 * alloc.c (Fpurecopy): Hash-cons if requested.
3047 (syms_of_alloc): Update purify-flag docstring.
3048
22aa44a8
JD
30492010-04-18 Jan Djärv <jan.h.d@swipnet.se>
3050
3051 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
3052 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
3053
ebb5722e
EZ
30542010-04-17 Eli Zaretskii <eliz@gnu.org>
3055
3056 Fix a crash when an NSM character is inserted at BEGV.
3057
3058 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
3059 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
3060 NEUTRAL_B or UNKNOWN_BT.
3061
0f4442ef
EZ
30622010-04-16 Eli Zaretskii <eliz@gnu.org>
3063
3064 * xdisp.c (set_cursor_from_row): Don't consider possibility of
3065 other rows with cursor unless they are different from this row and
3066 this row is part of a continued line. (Bug#5943)
3067
7d4e45f8
DN
30682010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3069
3070 * s/freebsd.h: Restore osreldate.h include.
3071 Suggested by Naohiro Aota.
3072
5ba5ec85
J
30732010-04-16 Jan Djärv <jan.h.d@swipnet.se>
3074
3075 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
3076
20af301d
CY
30772010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
3078
3079 * s/cygwin.h: Avoid linking against static libgcc.
3080
a4b000fb
JL
30812010-04-15 Juri Linkov <juri@jurta.org>
3082
3083 * window.c: Add Qscroll_command.
3084 Remove Vscroll_preserve_screen_position_commands.
3085 (window_scroll_pixel_based, window_scroll_line_based): Check the
3086 `scroll-command' property on the last command instead of searching
3087 the last command in Vscroll_preserve_screen_position_commands.
3088 (syms_of_window): Initialize and staticpro `Qscroll_command'.
3089 Put Qscroll_command property on Qscroll_up and Qscroll_down.
3090 (scroll-preserve-screen-position): Doc fix.
3091 (Vscroll_preserve_screen_position_commands): Remove variable.
3092
bc319ba4
DN
30932010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
3094
6bb24457
DN
3095 * xdisp.c (message): Do not use NO_ARG_ARRAY.
3096
19d4c244
DN
30972010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
3098
3099 Reduce cpp use in Makefile.in.
3100 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
3101 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
3102 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
3103 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
3104 (CRT0_COMPILE): Remove, inline it in the only user.
3105
32129746
JL
31062010-04-14 Juri Linkov <juri@jurta.org>
3107
3108 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
3109 `scroll-up-command' and `M-v' from `scroll-down' to
3110 `scroll-down-command'.
3111
9013a7f8
JL
31122010-04-14 Juri Linkov <juri@jurta.org>
3113
3114 * window.c (Vscroll_preserve_screen_position_commands): New variable
3115 with the default value as the list of Qscroll_down and Qscroll_up.
3116 (window_scroll_pixel_based, window_scroll_line_based): Search the
3117 last command in the list Vscroll_preserve_screen_position_commands
3118 instead of comparing with Qscroll_up and Qscroll_down.
3119
4bef8d26
JD
31202010-04-13 Jan Djärv <jan.h.d@swipnet.se>
3121
92848133
JD
3122 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
3123 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
3124 does that.
3125
4bef8d26
JD
3126 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
3127 to zero.
3128
58b963f7
SM
31292010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3130
84164a0d
SM
3131 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
3132
2b0a91e7
SM
3133 Try to solve the problem of spurious EOF chars in long lines of text
3134 sent to interactive subprocesses.
3135 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
3136 (system_process_attributes): Remove unused var `ttotal'.
3137 * process.c (send_process): Don't bother breaking long line with EOF
3138 chars when talking to ttys any more.
3139 (wait_reading_process_output): Output a warning when called in such
3140 a way that it could block without being interruptible.
3141
58b963f7
SM
3142 Try to detect file modification within the same second.
3143 * buffer.h (struct buffer): New field modtime_size.
3144 * buffer.c (reset_buffer): Initialize it.
3145 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
3146 (Fverify_visited_file_modtime): Check it.
3147 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
3148 (Fset_visited_file_modtime): Set (or clear) it.
3149
01f5787b
SM
31502010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3151
3152 * process.c (status_notify): Remove unused var `ro'.
3153
83725342
JD
31542010-04-12 Jan Djärv <jan.h.d@swipnet.se>
3155
3156 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
3157 more than one visual (Bug#5938).
3158
b9465836
DN
31592010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3160
50426a04
JB
3161 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
3162 Undefine.
b9465836 3163
8d9c8ece
DN
31642010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3165
b1f52161
DN
3166 Remove C_SWITCH_SYSTEM_TEMACS.
3167 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
3168 (malloc, realloc, free): Use emacs, not temacs for conditional
3169 definition.
3170
3171 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
3172 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
3173
8d9c8ece
DN
3174 Use autoconf, not cpp for some variables.
3175 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
3176 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
3177 (ALL_CFLAGS): Use them as make variables.
3178 (really-lwlib, really-oldXMenu): Do not pass them.
3179
1ecb2d3f
JD
31802010-04-11 Jan Djärv <jan.h.d@swipnet.se>
3181
3182 * xmenu.c (apply_systemfont_to_dialog): New.
3183 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
3184
3a4fa2f2
SM
31852010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3186
97e53006
SM
3187 * process.c (exec_sentinel): Preserve current-buffer.
3188
3a4fa2f2
SM
3189 * process.c (read_process_output): Move the save-current-buffer to
3190 apply to both the filter and the non-filter branches.
3191
88df7221
DN
31922010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
3193
3194 * s/msdos.h (UNEXEC): New definition.
3195
5634ff85
YM
31962010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3197
6eff5c3d
YM
3198 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
3199 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
3200
3201 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
3202 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
3203 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
3204 TRY_WINDOW_CHECK_MARGINS.
3205
3206 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5b253e9c
YM
3207 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
3208 width only when it is for padding.
5634ff85 3209
b13aef54
J
32102010-04-09 Jan Djärv <jan.h.d@swipnet.se>
3211
3212 * xfns.c (Fx_show_tip): Call try_window in a loop until
3213 fonts_changed_p is zero (Bug#2423).
3214
21d28484
EZ
32152010-04-08 Eli Zaretskii <eliz@gnu.org>
3216
3217 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
3218 the end of TEXT_AREA. (Bug#5856)
3219
0269ef77
JD
32202010-04-08 Jan Djärv <jan.h.d@swipnet.se>
3221
3222 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
3223 HAVE_GCONF.
3224
5930fe97
EZ
32252010-04-08 Eli Zaretskii <eliz@gnu.org>
3226
3227 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
3228 prev.orig_type, for resolving type of NSM. (Bug#5858)
3229
99852628
JD
32302010-04-08 Jan Djärv <jan.h.d@swipnet.se>
3231
3232 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
3233 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
3234 in current_font.
3235 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
50426a04
JB
3236 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
3237 New functions.
3238 (syms_of_xsettings): Initialize current_font.
3239 defsubr Sfont_get_system_normal_font.
99852628
JD
3240
3241 * xsettings.h (Ffont_get_system_normal_font,
3242 xsettings_get_system_normal_font): Declare.
3243
3244 * xfns.c (extern xlwmenu_default_font): Remove.
3245 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
3246 to xlwmenu.c.
3247
3248 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
3249 menu items in UTF-8.
3250
3251 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
3252 (apply_systemfont_to_menu): New function.
3253 (set_frame_menubar, create_and_show_popup_menu): Call
3254 apply_systemfont_to_menu.
3255
7fc874c4
J
32562010-04-07 Jan Djärv <jan.h.d@swipnet.se>
3257
3258 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
3259 FRAME_LINE_TO_PIXEL_Y.
3260
3261 * xterm.c (x_set_window_size_1): Don't add border_width/height to
3262 pixelwidth/height.
3263
863bf481
DN
32642010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3265
5e5a3b92
DN
3266 Simplify code for HP machines.
3267 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
3268 for GNU_LINUX, not needed.
3269 (UNEXEC, NEED_BSDTTY): Move definitions...
3270 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
3271
863bf481
DN
3272 * m/iris4d.h (UNEXEC): Move definition ...
3273 * s/irix6-5.h (UNEXEC): ... here.
3274
3e6bec3b
JD
32752010-04-04 Jan Djärv <jan.h.d@swipnet.se>
3276
3277 * xfns.c (set_machine_and_pid_properties): New function.
3278 (Fx_create_frame): Call set_machine_and_pid_properties.
3279
2912322b
SM
32802010-04-03 Eli Zaretskii <eliz@gnu.org>
3281
1502b819
EZ
3282 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
3283 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
3284 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
3285
2912322b
SM
3286 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
3287 in this function. (Bug#5703)
3288
32892010-04-03 Chong Yidong <cyd@stupidchicken.com>
3290
3291 * nsterm.h: Fix last change.
3292
c435b432
DN
32932010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
3294
a568f507
DN
3295 * m/intel386.h (NO_REMAP): Move definition ...
3296 * s/msdos.h (NO_REMAP): ... here.
3297
4cd9f6c2
DN
3298 * m/vax.h (CRT0_DUMMIES): Remove, unused.
3299
c435b432
DN
3300 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
3301 used on those platforms.
3302
42a2c622
DN
33032010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3304
3305 Remove extern errno declarations.
3306 * xterm.c:
3307 * xrdb.c:
3308 * w32term.c:
3309 * unexec.c:
3310 * unexaix.c:
3311 * sysdep.c:
3312 * process.c:
3313 * lread.c:
3314 * keyboard.c:
3315 * floatfns.c:
3316 * filelock.c:
3317 * fileio.c:
3318 * emacs.c (main):
3319 * ecrt0.c:
3320 * dispnew.c:
3321 * callproc.c:
3322 * buffer.c: Remove errno extern declarations.
3323 * s/netbsd.h (NEED_ERRNO): Remove.
3324
8224f93d
DN
33252010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
3326
3327 Remove all uses of LIBX11_SYSTEM.
3328 * Makefile.in (LIBX11_SYSTEM): Remove.
3329 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
3330 instead.
3331
814062c7
EZ
33322010-04-01 Eli Zaretskii <eliz@gnu.org>
3333
ed68db4d
EZ
3334 Remove support for DJGPP v1.x (bug#5813).
3335
3336 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8224f93d
DN
3337 * s/msdos.h:
3338 * unexec.c (make_hdr, copy_text_and_data):
3339 * sysdep.c (wait_for_termination, sys_subshell):
ed68db4d 3340 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
52f4d8d5
EZ
3341 (IT_set_terminal_modes, __write, _rename, gethostname)
3342 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
3343 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
3344 the value of __DJGPP__.
ed68db4d
EZ
3345 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
3346 compatibility code.
8224f93d
DN
3347 * lread.c:
3348 * gmalloc.c (memalign):
3349 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
3350 * emacs.c (main):
3351 * dosfns.c (init_dosfns):
ed68db4d
EZ
3352 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
3353
52f4d8d5
EZ
33542010-04-01 Eli Zaretskii <eliz@gnu.org>
3355
814062c7
EZ
3356 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
3357 string with `cursor' property comes from an `after-string'
3358 overlay. (Bug#5816)
3359
0dc2e11d
GM
33602010-04-01 Glenn Morris <rgm@gnu.org>
3361
3362 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
3363 Define as Makefile variables.
3364 (LIBX): Use above variables rather than directly using autoconf.
3365
1d29df59
DN
33662010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
3367
3368 Clean up BSD_SYSTEM use.
3369 * xterm.c:
3370 * process.c:
3371 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
3372 for including <sys/ioctl.h>.
3373 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
3374 code is only used for MSDOS.
3375
1546c559
JL
33762010-03-31 Juri Linkov <juri@jurta.org>
3377
3378 * image.c: Add `Qextension_data'.
3379 (syms_of_image): Initialize and staticpro `Qextension_data'.
3380 (Fimage_metadata): Rename from `Fimage_extension_data'.
3381 (gif_load): Put GIF extension data to the property
3382 `Qextension_data'.
3383
6521c534
CY
33842010-03-31 Chong Yidong <cyd@stupidchicken.com>
3385
3386 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
3387 * nsterm.h: Fix prototype.
3388
52c30783
EZ
33892010-03-31 Eli Zaretskii <eliz@gnu.org>
3390
3391 * xdisp.c (highlight_trailing_whitespace): Support highlight of
3392 trailing whitespace in right-to-left rows.
3393
855a0da7
SM
33942010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3395
3396 Get rid of the direct_output optimizations.
3397 * keyboard.c (nonundocount): Remove extern declaration.
3398 (command_loop_1): Remove brittle optimisation for cheap and
3399 common operations.
3400 * xdisp.c (redisplay_internal): Don't bother checking
3401 redisplay_performed_directly_p any more.
3402 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
3403 any more.
3404 * dispnew.c (redisplay_performed_directly_p)
3405 (direct_output_for_insert, direct_output_forward_char):
3406 * dispextern.h (redisplay_performed_directly_p)
3407 (direct_output_for_insert, direct_output_forward_char): Remove.
3408 * cmds.c (nonundocount): Make it static.
3409
85738751 34102010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
a6d676d9
CY
3411
3412 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
3413
85738751 34142010-03-31 Jan Djärv <jan.h.d@swipnet.se>
67fee863
JD
3415
3416 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
3417 invisible (Bug#5766).
3418
85738751 34192010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
9ae6e189 3420
855a0da7
SM
3421 * xdisp.c (x_consider_frame_title, update_window_cursor):
3422 Remove HAVE_NS conditionals.
194d44e7 3423 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
3424
3425 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
3426 filename for the title.
3427 (ns_set_doc_edited): Do nothing if the selected window is a
3428 minibuffer window.
3429
3430 * nsterm.h: Add prototypes for ns_set_name_as_filename and
3431 ns_set_doc_edited.
3432
3433 * nsterm.m: Remove unneeded prototype.
3434
85738751 34352010-03-31 Glenn Morris <rgm@gnu.org>
25c72475
GM
3436
3437 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
3438 in the DOC file. (Bug#5336)
3439
85738751 34402010-03-31 Chong Yidong <cyd@stupidchicken.com>
f79a01db
CY
3441
3442 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
3443
75d1428c
SM
34442010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3445
3446 * window.c (keys_of_window): Remove redundant/overridden bindings.
3447
82043cfb
EZ
34482010-03-30 Eli Zaretskii <eliz@gnu.org>
3449
3450 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
3451 Restore original behavior when the iterator is not bidi_p.
3452
b5dd0ae7
DN
34532010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3454
3455 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
3456
bd924a5d
EZ
34572010-03-30 Eli Zaretskii <eliz@gnu.org>
3458
3459 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
3460 are outside the range of cached character positions.
3461
3580374b
JB
34622010-03-30 Juanma Barranquero <lekktu@gmail.com>
3463
3464 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
3465
a7b02820
EZ
34662010-03-30 Eli Zaretskii <eliz@gnu.org>
3467
3468 Initial support for bidirectional editing.
3469
3470 * Makefile.in (obj): Include bidi.o.
3471 (bidi.o): New target.
3472
3473 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
3474 ($(BLD)/bidi.$(O)): New target.
3475
3476 * bidi.c: New file.
3477
3478 * buffer.h (struct buffer): New members bidi_display_reordering
3479 and bidi_paragraph_direction.
3480
3481 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
3482 and bidi_paragraph_direction.
3483 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
3484 and bidi-paragraph-direction.
3485 (Fbuffer_swap_text): Swap the values of
3486 bidi_display_reordering and bidi_paragraph_direction.
3487
3488 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
3489 (bidi_type_t, bidi_dir_t): New types.
3490 (bidi_saved_info, bidi_stack, bidi_it): New structures.
3491 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
3492 prev_stop, base_level_stop, and eol_pos.
3493 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
3494 (IT_STACK_SIZE): Enlarge to 5.
3495 (struct glyph_row): New member reversed_p.
3496 <string_buffer_position>: Update prototype.
3497 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
3498 glyph_row if bidi_it.paragraph_dir == R2L.
3499 (struct glyph): New members resolved_level and bidi_type.
3500
3501 * dispnew.c (direct_output_forward_char): Give up if we need bidi
3502 processing or buffer's direction is right-to-left.
3503 (prepare_desired_row): Preserve the reversed_p flag.
3504 (row_equal_p): Compare the reversed_p attributes as well.
3505
3506 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
3507 bidi_init_it and set it->paragraph_embedding from the current
3508 buffer's value of bidi_paragraph_direction.
3509 (reseat_1): Initialize bidi_it.first_elt.
3510 (set_iterator_to_next, next_element_from_buffer): Use the value of
3511 paragraph_embedding to determine the paragraph direction.
3512 (set_iterator_to_next): Under bidi reordering, call
3513 bidi_get_next_char_visually. Call bidi_paragraph_init if the
3514 new_paragraph flag is set in the bidi iterator.
3515 (next_element_from_buffer): If bidi_it.first_elt is set,
3516 initialize paragraph direction and find the first character to
3517 display in the visual order. If reseated to a middle of a line,
3518 prime the bidi iterator starting at the line's beginning. Handle
3519 the situation where we overstepped stop_charpos due to
3520 non-linearity of the bidi iteration. Likewise for when we back up
3521 beyond the previous stop_charpos. When moving across stop_charpos,
3522 record it in prev_stop.
3523 (display_line): Set row->end and it->start for the next row to the
3524 next character in logical order. Always extend reversed_p rows to
3525 the end of line, even if they end at ZV. Copy the reversed_p flag
3526 to the next glyph row. Keep calling set_cursor_from_row for
3527 bidi-reordered rows even if we already have a possible candidate
3528 for cursor position. Set row_end after all the row's glyphs have
3529 been produced, by looping over the glyphs. Record the position
3530 after EOL in it->eol_pos, and use it to set end_pos of the last
3531 row produced for a continued line.
3532 <Qright_to_left, Qleft_to_right>: New variables.
3533 (syms_of_xdisp): Initialize and staticpro them.
3534 (string_buffer_position_lim): New function.
3535 (string_buffer_position): Most of code moved to
3536 string_buffer_position_lim. Last argument and return value are
3537 now EMACS_INT; all callers changed.
3538 (set_cursor_from_row): Rewritten to support bidirectional text and
3539 reversed glyph rows.
3540 (text_outside_line_unchanged_p, try_window_id): Disable
3541 optimizations if we are reordering bidirectional text and the
3542 paragraph direction can be affected by the change.
3543 (append_glyph, append_composite_glyph)
3544 (produce_image_glyph, append_stretch_glyph): Set the
3545 resolved_level and bidi_type members of each glyph.
3546 (append_glyph): If the glyph row is reversed, prepend the glyph
3547 rather than appending it.
3548 (handle_stop_backwards): New function.
3549 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
3550 (reseat): call handle_stop_backwards to recompute prev_stop and
3551 base_level_stop for the new position.
3552 (handle_invisible_prop): Under bidi iteration, skip invisible text
3553 using bidi_get_next_char_visually. If we are `reseat'ed, init the
3554 paragraph direction. Update IT->prev_stop after skipping
3555 invisible text.
3556 (move_it_in_display_line_to): New variables prev_method
3557 and prev_pos. Compare for strict equality in
3558 BUFFER_POS_REACHED_P.
3559 (try_cursor_movement): Examine all the candidate rows that occlude
3560 point, to return the best match. If rows are bidi-reordered
3561 and point moved backwards, back up to the row that is not a
3562 continuation line, and start looking for a suitable row from
3563 there.
3564
3565 * term.c (append_glyph): Reverse glyphs by pre-pending them,
3566 rather than appending, if the glyph_row's reversed_p flag is set.
3567 Set the resolved_level and bidi_type members of each glyph.
3568
3569 * .gdbinit (pbiditype): New command.
3570 (pgx): Use it to display bidi level and type of the glyph.
3571 (pitx): Display some bidi information about the iterator.
3572 (prowlims, pmtxrows): New commands.
3573
32a8894e
DN
35742010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3575
3576 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
3577 * s/usg5-4.h (LIBS_DEBUG):
3578 * s/irix6-5.h (C_DEBUG_SWITCH):
3579 * s/gnu-linux.h (LIBS_DEBUG):
3580 * s/darwin.h (LIBS_DEBUG):
3581 * s/bsd-common.h (LIBS_DEBUG):
3582 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
3583 * m/iris4d.h (LIBS_DEBUG):
3584 * m/hp800.h (LIBS_DEBUG): Remove definitions.
3585
3586 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
3587 (LIBS_DEBUG): Remove definition.
3588
649dbf36
CY
35892010-03-27 Chong Yidong <cyd@stupidchicken.com>
3590
3591 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
3592 Windows.
3593
cad4261f
YM
35942010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3595
3596 * process.c (Fmake_network_process): Don't call turn_on_atimers around
3597 `connect' (Bug#5723).
3598
cd591dbc
HE
35992010-03-25 Helmut Eller <eller.helmut@gmail.com>
3600
3601 * process.c (Fmake_network_process): Call `select' for interrupted
3602 `connect' rather than creating new socket (Bug#5173).
3603
e867cb5d 36042010-03-24 Jan Djärv <jan.h.d@swipnet.se>
93318cbd
JD
3605
3606 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
3607
3608 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
3609
3610 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
3611
e867cb5d 36122010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ad13a3ee
YM
3613
3614 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
3615 XLoadQueryFont.
3616
e867cb5d 36172010-03-24 Kenichi Handa <handa@m17n.org>
fbdc1721
KH
3618
3619 * coding.c (decode_coding_ccl): Fix previous change for the
3620 multibyte case.
fb608df3
KH
3621 (encode_coding_ccl): Don't setup ccl program here. Fix for the
3622 case that the output buffer is fullfilled.
3623 (encode_coding): Setup ccl program here.
fbdc1721 3624
5845f0ed
DN
36252010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
3626
814fb708
DN
3627 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
3628
5845f0ed
DN
3629 Simplify LIBS_MACHINE definitions.
3630 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
3631 * m/iris4d.h (LIBS_MACHINE): Likewise.
3632 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
3633 * s/aix4-2.h (LIBS_SYSTEM): ... here.
38e3487c 3634 * s/netbsd.h: Remove commented out code.
5845f0ed 3635
b7064064
DN
36362010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
3637
df7734b2
DN
3638 Remove dead code dealing with POSIX_SIGNALS.
3639 * atimer.c (set_alarm): Remove dead code, all USG systems define
3640 POSIX_SIGNALS.
3641 * data.c (arith_error): Likewise.
3642 * keyboard.c (input_available_signal, handle_user_signal)
3643 (interrupt_signal): Likewise.
3644 * process.c (sigchld_handler): Likewise.
3645 (create_process): Remove if 0 code. Remove HPUX conditional when
3646 !defined (POSIX_SIGNALS), it cannot be true.
3647 * syssignal.h: Remove USG5_4 and USG conditionals when
3648 !POSIX_SIGNALS, they cannot be true.
3649
b7064064
DN
3650 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
3651 NO_SOCK_SIGIO, not used anymore.
3652
55da5ee3
DN
36532010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
3654
0be96e3a
DN
3655 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
3656 support vax on BSDs.
3657
55da5ee3
DN
3658 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
3659 * s/aix4-2.h (ORDINARY_LINK): ... here.
3660
c0282183
AS
36612010-03-21 Andreas Schwab <schwab@linux-m68k.org>
3662
82c3d67a
AS
3663 * Makefile.in (abs_builddir): Define.
3664 (bootstrap_exe): Use it.
3665 (VPATH): Use $(srcdir) instead of @srcdir@.
c0282183 3666
3613edce
SM
36672010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3668
3669 * Makefile.in (bootstrap_exe): Use an absolute name.
3670
7f110ddc
DN
36712010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3672
22e87574
DN
3673 Remove support for old GNU/Linux using libc version 5.
3674 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
3675 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
3676
05a670e6
DN
3677 Consolidate redundant definitions in s/bsd-common.h.
3678 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3679 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3680 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
3681 doing it in all files that include this one.
3682 * s/gnu.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/freebsd.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 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3689 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3690 (LDAV_SYMBOL, KERNEL_FILE): Remove.
3691
2968f561
DN
3692 Consolidate redundant definitions.
3693 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
3694 it's undefined in all files that include this one.
3695 (POSIX_SIGNALS): Define here instead of doing it in all files that
3696 include this one.
3697 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
3698 (POSIX_SIGNALS): Do not define.
3699 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
3700 (POSIX_SIGNALS): Do not define.
3701 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
3702 (POSIX_SIGNALS): Do not define.
3703
15d25dc0
DN
3704 Remove support for old UNIX System V systems.
3705 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
3706 * s/usg-5-4-2.h: Remove.
3707
07e339e4
DN
3708 Remove support for Solaris on PPC and for old versions.
3709 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
3710 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
3711 that cancel each other.
3712 * s/sol2-3.h:
3713 * s/sol2-4.h:
3714 * s/sol2-5.h: Remove.
3715 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
3716 (NO_REMAP): Remove, unused.
3717 (UNEXEC): Move definition ...
3718 * s/aix4-2.h (UNEXEC): ... here.
3719
7f110ddc
DN
3720 * s/openbsd.h: Remove support for non-ELF and for systems that do
3721 not support shared libraries.
3722 * s/netbsd.h:
3723 * s/freebsd.h: Likewise.
3724
605f35cd
DN
37252010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3726
3727 Remove non-working support for lynxos 3.0.
3728 * s/lynxos.h: Remove file.
3729
3730 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
3731 COFF_BSD_SYMBOLS, nothing defines it anymore.
3732
aed71cf4
DN
37332010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3734
3735 Remove obsolete uses of HAVE_SHM.
3736 * emacs.c (standard_args):
3737 (Fdump_emacs):
3738 (syms_of_emacs): Remove code depending on HAVE_SHM.
3739
3740 * alloc.c: Remove HAVE_SHM dependent definition.
3741
3742 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
3743
aded53ff
GM
37442010-03-18 Glenn Morris <rgm@gnu.org>
3745
17284745
GM
3746 * emacs.c (USAGE4): Hard-code bug address.
3747 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
3748 (bug_reporting_address): Remove.
3749 (main): Don't call bug_reporting_address.
3750
aded53ff
GM
3751 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
3752 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
3753
303500aa
CY
37542010-03-15 Chong Yidong <cyd@stupidchicken.com>
3755
3756 * xfns.c (Fx_create_frame):
3757 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
3758 on left.
3759
cef3058f
CY
37602010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
3761
3762 * editfns.c (Fformat): Account for string precision when computing
3763 field width (Bug#5710).
3764
a647d59d
CY
37652010-03-12 Chong Yidong <cyd@stupidchicken.com>
3766
4fa42018
CY
3767 * xfns.c (Fx_create_frame): Set default to Qright.
3768
a647d59d
CY
3769 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
3770 all window systems.
3771
6da23aaa
EZ
37722010-03-12 Eli Zaretskii <eliz@gnu.org>
3773
a96f6398 3774 These changes remove termcap.c from the build on Posix platforms.
83d02def 3775 * Makefile.in (termcapobj): Move termcap.o from here...
6da23aaa
EZ
3776 (MSDOS_OBJ): ...to here.
3777 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
3778 now identical to when LIBS_TERMCAP is defined.
3779
3780 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
3781
3782 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
3783
a96f6398 3784 * config.in: Regenerated. (See top-level ChangeLog.)
6da23aaa 3785
288f9fc0
CY
37862010-03-10 Chong Yidong <cyd@stupidchicken.com>
3787
3788 * Branch for 23.2.
3789
d48cd3f4
SM
37902010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3791
3792 Cleanup setup of gl_state in various parts of the code.
3793 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
3794 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
3795 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
3796 (skip_chars):
3797 * regex.c (regex_compile): Use it.
3798 (re_compile_pattern): Don't set gl_state.current_syntax_table since
3799 it's now set in regex_compile when/if we need it.
3800
618db430
SM
38012010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3802
c0335e02
SM
3803 Make it possible to C-g in a tight bytecode loop again (bug#5680).
3804 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
3805 (QUIT): Use it to consolidate code and remove redundancy.
3806 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
3807
254c06a8
SM
3808 * regex.c (regex_compile): Setup gl_state as well.
3809
618db430
SM
3810 * syntax.c (skip_chars): Setup gl_state (bug#3823).
3811 (in_classes): Use CONSP before XCAR/XCDR.
3812
233f0c9f
CY
38132010-03-03 Chong Yidong <cyd@stupidchicken.com>
3814
3815 * keymap.c (Fwhere_is_internal): Use Fequal to compare
3816 definitions, so that keyboard macros are correctly handled
3817 (Bug#5481).
3818
75f80e63
EZ
38192010-03-02 Eli Zaretskii <eliz@gnu.org>
3820
3821 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
3822 text that could be relocated inside the call to emacs_mule_char.
3823 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
3824 (CODING_DECODE_CHAR): Add a comment describing its purpose.
3825
dcfb9bc4
KH
38262010-03-02 Kenichi Handa <handa@m17n.org>
3827
fc9a17bc
KH
3828 * character.c (parse_str_as_multibyte): Fix handling of the
3829 multibyte form of raw-bytes.
3830 (str_as_multibyte): Likewise.
3831
dcfb9bc4
KH
3832 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
3833 form of raw-bytes.
3834
412c01b6
CY
38352010-02-28 Chong Yidong <cyd@stupidchicken.com>
3836
3837 * charset.c (load_charset_map_from_file)
3838 (load_charset_map_from_vector): Zero out allocated
3839 charset_map_entries before using them.
3840
df7e1ea0
AS
38412010-02-27 Andreas Schwab <schwab@linux-m68k.org>
3842
3843 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
3844
fe69a722
CY
38452010-02-27 Chong Yidong <cyd@stupidchicken.com>
3846
4ed28cf4
CY
3847 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
3848 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 3849
7379cfce
KH
38502010-02-26 Kenichi Handa <handa@m17n.org>
3851
f88cc4d6
KH
3852 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
3853
7379cfce
KH
3854 * xdisp.c (reseat_to_string): Fix previous change.
3855
cf2fdcfb
CY
38562010-02-26 David Reitter <david.reitter@gmail.com>
3857
3858 * nsfont.m (nsfont_draw): ns_antialias_text should be a
3859 Lisp_Object (Bug#4736).
3860
cc6c7c75
KH
38612010-02-25 Kenichi Handa <handa@m17n.org>
3862
3863 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
3864
32e737d7
JD
38652010-02-24 Jan Djärv <jan.h.d@swipnet.se>
3866
3867 * xterm.c (XTflash): Move declarations before statements.
3868
3869 * gtkutil.c (xg_get_gdk_display): Remove (unused).
3870 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
3871 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
3872 (xg_create_tool_bar): Remove unused variables.
3873 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 3874 (xg_create_frame_widgets): Remove variable grav.
32e737d7 3875
676cae9f
CY
38762010-02-21 Chong Yidong <cyd@stupidchicken.com>
3877
3878 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
3879
886cc2b8
SM
38802010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * term.c (fatal): Add a final \n if needed (bug#5596).
3883
ddb2d8e2
CY
38842010-02-18 Chong Yidong <cyd@stupidchicken.com>
3885
3886 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
3887
2a4f8d3d
GM
38882010-02-18 Glenn Morris <rgm@gnu.org>
3889
3890 * callint.c (Finteractive): Doc fix.
3891
ebaf11b6
KH
38922010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3893
886cc2b8
SM
3894 * coding.c (record_conversion_result):
3895 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
3896 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
3897 memory allocation error.
3898
d0396581
KH
38992010-02-17 Kenichi Handa <handa@m17n.org>
3900
886cc2b8
SM
3901 * coding.c (decode_coding_ccl): Don't setup ccl program here.
3902 Fix for the case that the output buffer is fullfilled.
d0396581
KH
3903 (decode_coding): Setup ccl program here. Keep looping when the
3904 decoder stopped because the output buffer is
3905 fullfilled (bug#5534).
3906
3907 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
3908
98599f74
JD
39092010-02-13 Jan Djärv <jan.h.d@swipnet.se>
3910
471e4f04 3911 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 3912 bug #5571.
886cc2b8 3913 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 3914 overdrawn.
98599f74 3915
182659ae
JD
39162010-02-10 Jan Djärv <jan.h.d@swipnet.se>
3917
3918 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
3919 doing_interact here.
3920 (ice_connection_closed): New function.
3921 (x_session_check_input, smc_die_CB, ice_io_error_handler)
3922 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
3923 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
3924 returns I/O error.
3925 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
3926 bug #5512.
3927
9be32c4e 39282010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
3929
3930 * nsfont.m (nsfont_open): The system's value for the font descent
3931 is negative, so round it down to avoid clipping.
3932
a2f3eb19
CY
39332010-02-06 Chong Yidong <cyd@stupidchicken.com>
3934
3935 * charset.c (load_charset_map_from_file)
3936 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 3937 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 3938
3088147c
CY
39392010-02-05 Chong Yidong <cyd@stupidchicken.com>
3940
3941 * charset.c (load_charset_map_from_file): Allocate large
3942 charset_map_entries structure on the heap rather than the stack.
3943 (Bug#5526).
3944
b57d9029
KH
39452010-01-31 Kenichi Handa <handa@m17n.org>
3946
3947 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 3948 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 3949
c67d885b
CY
39502010-01-31 Chong Yidong <cyd@stupidchicken.com>
3951
3952 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
3953 <deactivated@gmail.com> (Bug#3605).
3954
8fab2362
CY
39552010-01-31 David De La Harpe Golden <david@harpegolden.net>
3956
3957 * fileio.c (Frename_file): Correctly rename symlinks to
3958 directories (Bug#5496).
3959
cb2a62f2
CY
39602010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
3961
3962 * nsterm.m (ns_ring_bell): Handle visible bell like X.
3963
944c7a26
AS
39642010-01-30 Andreas Schwab <schwab@linux-m68k.org>
3965
3966 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
3967
c024ac08
CY
39682010-01-29 Chong Yidong <cyd@stupidchicken.com>
3969
3970 * frame.c (DEFAULT_ROWS): Change default to 35.
3971
3972 * xfns.c (x_default_font_parameter): Change default XFT font to
3973 monospace-10 (Bug#3643).
3974
af93af83
EZ
39752010-01-29 Eli Zaretskii <eliz@gnu.org>
3976
3977 * w32inevt.c (key_event): Remove unnecessary comparison of
3978 event->uChar.AsciiChar with 128.
3979
ca0eb708
CY
39802010-01-28 Chong Yidong <cyd@stupidchicken.com>
3981
b242dbfc
CY
3982 * fileio.c (Frename_file): Fix last change (Bug#5487).
3983
ca0eb708
CY
3984 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
3985
3986 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
3987
45d45af5
JD
39882010-01-28 Jan Djärv <jan.h.d@swipnet.se>
3989
3990 * xfns.c (Fx_create_frame): Remove window size matching code from
3991 2010-01-15.
a73f9c9d 3992 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 3993
7e233730
JR
39942010-01-27 Jason Rumney <jasonr@gnu.org>
3995
3996 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 3997 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 3998
86e893e3
KH
39992010-01-27 Kenichi Handa <handa@m17n.org>
4000
4001 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 4002 pattern string (Bug#4209).
86e893e3 4003
8719abec
CY
40042010-01-27 David De La Harpe Golden <david@harpegolden.net>
4005
4006 * fileio.c (Frename_file): Call copy-directory and
4007 delete-directory for directories, in order to handle cross-device
4008 renaming (Bug#3353).
4009
844794c8
JD
40102010-01-25 Jan Djärv <jan.h.d@swipnet.se>
4011
aa3e13b5 4012 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 4013 sizes 24 and 10. Bug #3643.
844794c8 4014
bd4b5750
SM
40152010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
4016
8dc1adf6 4017 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
4018 * keymap.c (shadow_lookup): Add `remap' arg.
4019 (describe_map, describe_vector): Update calls to shadow_lookup.
4020 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
4021 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
4022 perform remapping during shadow_lookup check of remapped_sequences.
4023
285d07e2
CY
40242010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
4025
4026 * image.c (png_load): Use png_sig_cmp instead of the obsolete
4027 png_check_sig, which has been removed in libpng 1.4.
4028
c6d09b8d
CY
40292010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4030
4031 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
4032 lacks this header file).
4033
3d782998
YM
40342010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4035
4036 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
4037 as in Emacs 22.
4038
2aff7c53
YM
40392010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4040
4041 * lisp.h (make_pure_string): String pointer arg now points to const.
4042
4043 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
4044 args now point to const.
4045
74327f7a
EZ
40462010-01-22 Eli Zaretskii <eliz@gnu.org>
4047
4048 * lread.c (Fload): Don't treat files without .elc extension as
4049 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
4050 them. (bug#5303)
4051
4d1e6632
KH
40522010-01-20 Kenichi Handa <handa@m17n.org>
4053
4054 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
4055 treat the source as actual byte sequence.
4056
1fdede8f
AM
40572010-01-19 Alan Mackenzie <acm@muc.de>
4058
4059 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 4060 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
4061 `signal_after_change_p' to `coherent_change_p', and make the
4062 invocation of `modify_region' conditional on it.
4063
67477f30
JD
40642010-01-19 Jan Djärv <jan.h.d@swipnet.se>
4065
4066 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
4067 for debug purpose.
4068 (syms_of_xsettings): Declare xft-settings.
4069
244b023e
CY
40702010-01-18 Chong Yidong <cyd@stupidchicken.com>
4071
4072 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
4073
617364fe
CY
40742010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4075
4076 * xterm.c (event_handler_gdk): Block input (Bug#5037).
4077
4fe22cdf
CY
40782010-01-16 Chong Yidong <cyd@stupidchicken.com>
4079
4080 * emacs.c (standard_args): Adjust arg priorities to reflect how
4081 they are processed in startup.el.
4082
e118d2be
AS
40832010-01-16 Andreas Schwab <schwab@linux-m68k.org>
4084
4085 * Makefile.in (lisp, shortlisp): Update.
4086
523ae620
SM
40872010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4088
4089 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
4090 code, link the new kboard into all_kboard before running Lisp code,
4091 and protect the new terminal with GCPRO (Bug#5365).
4092 (x_term_init): Remove unused var `atom'.
4093 (x_delete_display, x_delete_terminal): Remove unused var `i'.
4094
f0d13888
JD
40952010-01-15 Jan Djärv <jan.h.d@swipnet.se>
4096
4097 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
4098 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
4099 to find out usable size of the desktop. Don't make frames larger than
ac146f82 4100 this. Bug #3643.
f0d13888 4101
cc320f07
KH
41022010-01-15 Kenichi Handa <handa@m17n.org>
4103
4104 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
4105
7ffdf101
CY
41062010-01-15 Chong Yidong <cyd@stupidchicken.com>
4107
4108 * nsterm.m (Qnone): Define.
4109
4110 * nsfns.m (Qnone): Move definition to nsterm.m.
4111
d12bd917
KH
41122010-01-14 Kenichi Handa <handa@m17n.org>
4113
4114 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
4115 systems.
4116
d9a7c140
KH
41172010-01-14 Kenichi Handa <handa@m17n.org>
4118
4119 Make auto-composition work on all buffers even if they are
4120 fundamental mode.
4121
4122 * composite.c (Vauto_composition_mode): New variable.
4123 (composition_compute_stop_pos): Check Vauto_composition_mode
4124 instead of Vauto_composition_function.
4125 (composition_adjust_point, Ffind_composition_internal): Likewise.
4126 (syms_of_composite): Declare Lisp variable
4127 "auto-composition-mode" here.
4128
63286bb2
CY
41292010-01-13 Chong Yidong <cyd@stupidchicken.com>
4130
4131 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
4132 during call to vendor-specific-keysyms (Bug#5365).
4133
c2623ee7
YM
41342010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4135
4136 * keyboard.c (input_available_signal) [SYNC_INPUT]:
4137 Call SIGNAL_THREAD_CHECK (Bug#5333).
4138
4139 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
4140 Call SIGNAL_THREAD_CHECK.
4141
0b5397c2
SM
41422010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 Try to fix bug#5314. This is probably not the final word, tho.
4145 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
4146 recent-auto-save-p as a side-effect.
4147 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
4148 * buffer.c (Fkill_buffer, reset_buffer):
4149 * editfns.c (Fsubst_char_in_region):
4150 * fileio.c (Finsert_file_contents, Fdo_auto_save)
4151 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
4152
dc954cb2
KH
41532010-01-13 Kenichi Handa <handa@m17n.org>
4154
4155 Display buffer name, etc. in mode line by composing correctly.
4156
4157 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
4158 STRING is not nil.
0b5397c2 4159 (display_mode_element): Adjust for the change of
dc954cb2
KH
4160 decode_mode_spec and display_line.
4161 (decode_mode_spec): Change arg MULTIBYTE to STRING.
4162 (display_string): Handle the case that STRING is non-null and
4163 LISP_STRING is not nil.
4164
0b5397c2
SM
4165 * xterm.c (x_draw_composite_glyph_string_foreground):
4166 Pay attention to s->face->overstrike.
dc954cb2
KH
4167
4168 * composite.c (composition_reseat_it): Don't check PT if STRING is
4169 non nil.
4170
4a00eaca
YM
41712010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4172
4173 * keyboard.c (read_char): Don't apply previous change when current
4174 buffer is unchanged by command execution.
4175
60abb287
JD
41762010-01-12 Jan Djärv <jan.h.d@swipnet.se>
4177
4178 * keyboard.c (read_char): Return after executing from special map.
4179
893db5bc
GM
41802010-01-12 Glenn Morris <rgm@gnu.org>
4181
4182 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
4183 bug-gnu-emacs rather than emacs-pretest-bug.
4184
4d03ece0
CY
41852010-01-11 Chong Yidong <cyd@stupidchicken.com>
4186
4187 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
4188 initializing the Lisp variables that depend on them.
4189
1df47e38
YM
41902010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4191
4192 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
4193 Clear areas that will not be updated after change of menu bar lines.
4194 Clear the menu bar window's current matrix when the window gets empty.
4195
2f1c6384
CY
41962010-01-09 Chong Yidong <cyd@stupidchicken.com>
4197
e398c61c
CY
4198 * intervals.h, textprop.c (extend_property_ranges): Return value
4199 and args changed. Discard properties that begin at or after the
4200 new end (Bug#5306).
4201
4202 * editfns.c (Fformat): Caller changed.
4203
e5a29a10
CY
4204 * nsterm.m (ns_set_default_prefs): Delete function.
4205 (syms_of_nsterm): Initialize ns_command_modifier,
4206 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
4207 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
4208
2f1c6384
CY
4209 * xdisp.c (pos_visible_p): Check for invisible text at the correct
4210 position (Bug#4040).
4211
d427a9fa
EZ
42122010-01-09 Eli Zaretskii <eliz@gnu.org>
4213
4214 * editfns.c (Ffloat_time): Doc fix.
4215
21b9df2f
JD
42162010-01-09 Jan Djärv <jan.h.d@swipnet.se>
4217
4218 * xfns.c (Fx_create_frame): Don't create frame larger than display
4219 by default bug#3643.
4220
4b00d3b1
YM
42212010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4222
4223 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
4224 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
4225 windows above internal border.
4226
4227 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
4228 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
4229 windows above internal border.
4230
4231 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
4232 tool bar windows specially.
4233
4234 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
4235
4236 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
4237 specially.
4238 (XTflash): Take account of menu bar height.
4239
4240 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
4241 specially.
4242
5075d853
JD
42432010-01-08 Jan Djärv <jan.h.d@swipnet.se>
4244
ac146f82 4245 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
4246 also be true before we can return early (bug #5339).
4247
474217c8
CY
42482010-01-06 David Reitter <david.reitter@gmail.com>
4249
4250 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
4251 (Fns_display_usable_bounds): Rewrite, computing bounds properly
4252 (Bug#3233).
4253
c0e6d47d
JD
42542010-01-06 Jan Djärv <jan.h.d@swipnet.se>
4255
d0cf45b7
JD
4256 * font.c (font_open_entity): Enable chache and call cached_font_ok
4257 for the driver if defined.
4258 (QCuser_spec): New symbol.
4259 (font_spec_from_name): Save name as user-spec.
4260 (font_load_for_lface): Keep user-spec instead of name.
4261 (font_open_by_name): Save name as user-spec.
4262 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 4263 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
4264
4265 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
4266 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
4267 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
4268
4269 * font.h (struct font_driver): Add cached_font_ok.
4270
c0e6d47d
JD
4271 * xterm.c (x_clear_frame): Queue draw for scroll bars.
4272
7c583cd8
JD
42732010-01-05 Jan Djärv <jan.h.d@swipnet.se>
4274
4275 * xterm.c (x_new_font): Move code for setting rows/cols before
4276 resizing ...
ac146f82 4277 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
4278
4279 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
4280 (xg_frame_resized, xg_frame_set_char_size):
4281 Call xg_clear_under_internal_border.
7c583cd8 4282 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 4283
03f77f0a
CY
42842010-01-05 Chong Yidong <cyd@stupidchicken.com>
4285
4286 * keyboard.c (read_key_sequence): Catch keyboard switch after
4287 making a new tty frame (Bug#5095).
4288
2a1ef5be
KH
42892010-01-05 Kenichi Handa <handa@m17n.org>
4290
4291 * fontset.c (fontset_find_font): Fix getting the frame pointer.
4292
e3eb1dae
SM
42932010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
4296 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
4297 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
4298
777013f2
MA
42992010-01-03 Michael Albinus <michael.albinus@gmx.de>
4300
4301 * dbusbind.c (xd_add_watch): Improve debug message.
4302 (xd_remove_watch): Improve debug message. If DATA is the session
4303 bus, unset D-Bus session environment.
4304 (Fdbus_init_bus): Pass the bus as argument to
4305 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 4306
8932b1c2
CY
43072010-01-01 Chong Yidong <cyd@stupidchicken.com>
4308
87231e2c
CY
4309 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
4310
4801c5fa
CY
4311 * lread.c (syms_of_lread): Make it clearer that these are the
4312 names of loaded files (Bug#5068).
4313
8932b1c2
CY
4314 * eval.c (run_hook_with_args): Handle the case where the global
4315 value has the obsolete single-function form (Bug#5026).
4316
11e3c684
CY
43172009-12-27 Chong Yidong <cyd@stupidchicken.com>
4318
4319 * minibuf.c (Fall_completions): Minor optimization.
4320
5b28ce35
EZ
43212009-12-26 Eli Zaretskii <eliz@gnu.org>
4322
5ce6e4f4
JB
4323 * .gdbinit (pgx): Fix display of composite glyphs.
4324 Display cmp.from and cmp.to as well.
4325 (pitx): Fix last change.
5b28ce35 4326
bcffff46
KH
43272009-12-25 Kenichi Handa <handa@m17n.org>
4328
4329 * composite.h (composition_adjust_point): Update prototype.
4330
4331 * composite.c (composition_reseat_it): Don't make a composition
4332 spanning over point.
4333 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
4334 composable characters.
4335 (composition_adjust_point): New arg NEW_PT. Callers changed.
4336
4337 * keyboard.c (command_loop_1): Force redisplay if the last point
4338 was within a composition.
4339 (adjust_point_for_property): Don't adjust point for automatic
4340 composition when called after buffer modification.
4341
3f670e9a
EZ
43422009-12-19 Eli Zaretskii <eliz@gnu.org>
4343
5ce6e4f4
JB
4344 * .gdbinit (pitx): Don't use enum names, use their values.
4345 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
4346 (pgx): Don't use enum names, use their values.
4347 (pitmethod): New helper command.
4348 (pitx): Use it to display iteration method.
4349 (pgrowit): New command.
4350
ad903955
EZ
4351 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
4352
3f670e9a
EZ
4353 Update dependencies in Makefile.in.
4354
4355 * Makefile.in (alloc.o): Depend on termhooks.h.
4356 (atimer.o): Depend on blockinput.h.
4357 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
4358 and frame.h.
4359 (callint.o): Depend on systime.h, coding.h, and composite.h.
4360 (callproc.o): Depend on buffer.h.
4361 (casefiddle.o): Don't depend on charset.h.
4362 (casetab.o): Depend on character.h.
4363 (ccl.o): Depend on composite.h.
4364 (chartab.o): Depend on ccl.h.
4365 (cm.o): Depend on dispextern.h.
4366 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
4367 (coding.o): Don't depend on $(INTERVALS_H).
4368 (composite.o): Don't depend on dispextern.h explicitly (it's in
4369 $(INTERVALS_H)). Depend on ccl.h.
4370 (data.o): Depend on systime.h, coding.h, composite.h,
4371 dispextern.h, font.h, and ccl.h.
4372 (dired.o): Depend on composite.h.
4373 (dispnew.o): Depend on coding.h. Don't depend explicitly on
4374 composite.h (it's in $(INTERVALS_H)).
4375 (doc.o): Depend on systime.h, coding.h, and composite.h.
4376 (editfns.o): Don't depend explicitly on dispextern.h.
4377 (emacs.o): Depend on frame.h and coding.h.
4378 (eval.o): Depend on coding.h, composite.h, and xterm.h.
4379 (fileio.o): Depend on frame.h and commands.h. Don't depend
4380 explicitly on dispextern.h.
4381 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
4382 composite.h.
4383 (fns.o): Don't depend on termhooks.h.
4384 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
4385 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
4386 coding.h, $(INTERVALS_H), window.h, xterm.h.
4387 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
4388 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
4389 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
4390 fontset.h, ccl.h, and ftfont.h.
4391 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
4392 (gtkutil.o): Depend on dispextern.h and composite.h.
4393 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
4394 termhooks.h, and ccl.h.
4395 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
4396 (intervals.o): Depend on systime.h and coding.h.
4397 (keyboard.o): Depend on composite.h and coding.h.
4398 (keymap.o): Depend on coding.h and frame.h.
4399 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
4400 (macros.o): Depend on systime.h, coding.h, and composite.h.
4401 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
4402 and atimer.h.
4403 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
4404 dispextern.h explicitly.
0b5397c2
SM
4405 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
4406 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
4407 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
4408 (regex.o): Don't depend on charset.h.
4409 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
4410 (search.o): Don't depend explicitly on composite.h.
4411 (sound.o): Depend on atimer.h and systime.h.
4412 (syntax.o): Don't depend explicitly on composite.h.
4413 (sysdep.o): Depend on coding.h and composite.h.
4414 (term.o): Depend on xterm.h and buffer.h.
4415 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
4416 (textprop.o): Don't depend on dispextern.h explicitly.
4417 (undo.o): Depend on dispextern.h.
4418 (window.o): Depend on coding.h and termhooks.h. Don't depend on
4419 dispextern.h and composite.h explicitly.
4420 (xdisp.o): Depend on ccl.h.
4421 (xfaces.o): Depend on coding.h and ccl.h.
4422 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
4423 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
4424 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
4425 ftfont.h.
4426 (xgselect.o): New dependency.
4427 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
4428 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
4429 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
4430 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
4431 (xsmfns.o): Depend on frame.h and dispextern.h.
4432 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
4433 sysselect.h.
4434
7a6f7fea
AS
44352009-12-19 Andreas Schwab <schwab@linux-m68k.org>
4436
4437 * font.c (Fclear_font_cache): Pass correct cache argument to
4438 font_clear_cache.
4439
f4c21026
AS
44402009-12-16 Andreas Schwab <schwab@linux-m68k.org>
4441
4442 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
4443 twice.
4444
f7ab0997
CY
44452009-12-15 Chong Yidong <cyd@stupidchicken.com>
4446
4447 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
4448 calling file-remote-p. Reported by Jim Meyering.
4449
fa8e045a
MA
44502009-12-15 Michael Albinus <michael.albinus@gmx.de>
4451
4452 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 4453 avoid compiler warnings. (Bug #5217)
fa8e045a 4454
a63dba42
KH
44552009-12-14 Kenichi Handa <handa@m17n.org>
4456
4457 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
4458 in 8-bit encoding.
4459
5ce6e4f4 44602009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
4461
4462 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
4463 tooltip windows.
4464
223e5fc6
JD
44652009-12-13 Jan Djärv <jan.h.d@swipnet.se>
4466
36acb2a7
JD
4467 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
4468 Xatom_net_window_type.
4469
4470 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
4471 Xatom_net_window_type.
4472
b8f00677
JD
4473 * xterm.c (my_log_handler): New function.
4474 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 4475 so we can filter out buggy messages. (Bug #5120).
b8f00677 4476
e5f0bc9a
JD
4477 * xterm.c (xg_scroll_callback): Parameter list changed,
4478 use parameter GtkScrollType to determine scroll/line/page.
4479 Only allow dragging if a button < 4 is grabbed (bug #5177).
4480 (xg_end_scroll_callback): New function.
4481 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
4482 xg_create_scroll_bar.
4483
4484 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
4485 (scroll_end_callback): Remove.
4486 (xg_create_scroll_bar): Add parameter end_callback, bind it to
4487 button-release-event. Replace value-changed event with change-value,
4488 bug #5177,
4489 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
4490 bug #5177.
4491
4492 * gtkutil.h (XG_LAST_SB_DATA): Remove.
4493 (xg_create_scroll_bar): Add GCallback end_callback.
4494
223e5fc6
JD
4495 * xftfont.c (QClcdfilter): New variable.
4496 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
4497 (syms_of_xftfont): Initialize QClcdfilter.
4498
3c055b77
JD
44992009-12-12 Jan Djärv <jan.h.d@swipnet.se>
4500
4501 * xsettings.c (struct xsettings): Add member seen.
4502 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 4503 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
4504 (apply_xft_settings): Only update Xft settings with what member seen
4505 indicates as new.
4506
05fe33ff
EZ
45072009-12-12 Eli Zaretskii <eliz@gnu.org>
4508
4509 * dispextern.h (struct text_pos): Use EMACS_INT;
4510 (struct glyph): Use EMACS_INT for charpos.
4511 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
4512 region_beg_charpos, region_end_charpos,
4513 redisplay_end_trigger_charpos, and also for
4514 iterator_stack_entry.end_charpos and
4515 iterator_stack_entry.stop_charpos.
4516
e8d7886a
JD
45172009-12-12 Jan Djärv <jan.h.d@swipnet.se>
4518
5ce6e4f4 4519 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
4520 (xg_create_scroll_bar): Call scroll_end_callback on button release
4521 event (bug #5177).
4522 (xg_event_is_for_scrollbar): != replaced with ==.
4523
d0db2ec8
KH
45242009-12-12 Kenichi Handa <handa@m17n.org>
4525
4526 * ftfont.c (struct ftfont_info): New member matrix.
4527 (ftfont_open): Setup xftfont_info->matrix.
4528 (MFLTFontFT): New member matrix.
4529 (FLOOR, CEIL, ROUND): New macros.
4530 (ftfont_get_metrics): Handle matrix transformation.
4531 (ftfont_shape_by_flt): New arg matrix. Callers changed.
4532
4533 * xftfont.c (struct xftfont_info): New member matrix.
4534 (xftfont_open): Setup xftfont_info->matrix.
4535
45362009-12-10 Kenichi Handa <handa@m17n.org>
4537
4538 * xdisp.c (append_space_for_newline): Consider face-remapping.
4539
2cc7b62f
AS
45402009-12-09 Andreas Schwab <schwab@linux-m68k.org>
4541
b87dd913
AS
4542 * xsettings.c: Include "keyboard.h".
4543
eba5eb94
AS
4544 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
4545
2cc7b62f
AS
4546 Fix implicit function declarations.
4547 * cmds.c: Include "frame.h".
4548 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
4549 * frame.h: Move declaration of delete_frame outside of
4550 HAVE_WINDOW_SYSTEM.
4551
a4ef73c8
CY
45522009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
4553
4554 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
4555
4556 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
4557 GTK builds.
4558
944a300c
AS
45592009-12-07 Andreas Schwab <schwab@linux-m68k.org>
4560
4561 * unexelf.c (unexec): Don't search for .data twice.
4562
022eef62
CY
45632009-12-05 Chong Yidong <cyd@stupidchicken.com>
4564
426ac949
CY
4565 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
4566 if push failed.
4567 (handle_line_prefix): Set avoid_cursor_p here. Check return value
4568 of push_display_prop (Bug#5000).
4569
022eef62
CY
4570 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
4571 value of font_list_entities (Bug#5085).
4572
be95bee9
JB
45732009-12-04 Juanma Barranquero <lekktu@gmail.com>
4574
4575 Fix `string-to-number' to deal consistently with integers and floats.
4576 * lread.c (isfloat_string): New argument ignore_trailing to accept all
4577 trailing characters, not just whitespace.
4578 (read1): Pass new arg 0 to keep old behavior.
4579 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
4580 trailing chars, as it is already done for integers. Doc fixes.
4581 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
4582
24c2d7ce
EZ
45832009-12-04 Eli Zaretskii <eliz@gnu.org>
4584
0b5397c2
SM
4585 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
4586 Delete unused enumeration value.
24c2d7ce 4587
7e694795
EZ
45882009-12-03 Eli Zaretskii <eliz@gnu.org>
4589
4590 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
4591
84b31826
SM
45922009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
4593
4594 * process.c (Fmake_network_process): Fix up the tests for
4595 "connectionless socket", so they DTRT for seqpacket sockets as well.
4596
f00c449b
SM
45972009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4598
4599 * process.c (Qseqpacket): New symbol.
4600 (HAVE_SEQPACKET): New macro.
4601 (Fmake_network_process): Accept new :type `seqpacket'.
4602 (init_process): Add `seqpacket' feature when applicable.
4603 (syms_of_process): Initialize Qseqpacket.
4604
8096a0ff
YM
46052009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4606
4607 * font.c (font_load_for_lface, font_open_by_name): Don't store name
4608 if entity is Qnil.
4609
3e0de07f
SM
46102009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 * print.c (print_preprocess): Preprocess the key_and_value table of
4613 hashtables, even tho they're "hidden" (bug#5082).
4614
abeafb2a
JD
46152009-11-29 Jan Djärv <jan.h.d@swipnet.se>
4616
4617 * frame.c (frame_make_pointer_invisible)
4618 (frame_make_pointer_visible): Declare f before statements.
4619
4bf47195
EZ
46202009-11-28 Eli Zaretskii <eliz@gnu.org>
4621
4622 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
4623 omitted dependencies on lisp.h.
4624
c525b3f2
JD
46252009-11-27 Jan Djärv <jan.h.d@swipnet.se>
4626
ece2d4ed
JD
4627 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
4628 is NULL.
4629
4630 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
4631
4632 * frame.c (frame_make_pointer_invisible)
3e0de07f 4633 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
4634 frame.
4635
c525b3f2
JD
4636 * search.c (simple_search): Remove warning by making *p const.
4637
2f00e299
DN
46382009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4639
4640 * xdisp.c (power_letter): Remove duplicate const.
4641
084b049b
JD
46422009-11-25 Jan Djärv <jan.h.d@swipnet.se>
4643
a1fadc6f
JD
4644 * term.c (delete_tty): Remove check for last terminal (bug#4970).
4645
5ce6e4f4 4646 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
4647 defaults (bug #5025).
4648
28259cac
SM
46492009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4650
4651 * insdel.c (adjust_markers_for_delete): Move it in the
4652 right direction! (bug#4803)
4653
e8e14166
YM
46542009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4655
4656 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
4657
4658 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
4659
86677b58
GM
46602009-11-24 Glenn Morris <rgm@gnu.org>
4661
4662 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
4663
581e51e8
JD
46642009-11-23 Jan Djärv <jan.h.d@swipnet.se>
4665
cfc86c7a
JD
4666 * Makefile.in: Must create deps for ecrt0.o in its rule.
4667
581e51e8
JD
4668 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
4669 because that is what Gtk+ font dialog understands.
4670
4671 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
4672 of Fcopy_sequence.
4673 (font_open_by_name): Put name given into QCname for font-object returned.
4674
4675 * frame.c (x_set_font): Save original font name as frame parameter
4676 font-parameter.
4677
4678 * xsettings.c (set_default_xft_settings): New function.
4679 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
4680 is found.
4681
8b264ecb
AS
46822009-11-22 Andreas Schwab <schwab@linux-m68k.org>
4683
4684 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
4685 searching backwards through multibyte buffer.
4686
872870b2
JD
46872009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4688
4689 * xterm.c: #include xgselect.h.
4690 (x_initialize): Call xgselect_initialize.
4691
4692 * xsettings.c (something_changedCB): C++ comments => C comments.
4693 (init_gconf): Do not deal with any GLib file descriptors, xg_select
4694 does that now.
4695
4696 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
4697 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
4698 (scroll_bar_button_cb): Remove.
5ce6e4f4 4699 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
4700 event.
4701 (xg_create_scroll_bar): Don't bind button-press-event and
4702 button-release-event.
4703
4704 * process.c: Include xgselect.h if defined (USE_GTK) ||
4705 defined (HAVE_GCONF).
4706 (wait_reading_process_output): Call xg_select for the same condition.
4707
4708 * xgselect.c (xg_select): New function to better integrate with
4709 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
4710
4711 * xgselect.h: New file, declare xg_select, xgselect_initialize.
4712
4713 * Makefile.in (XOBJ): Add xgselect.o.
4714
62a6e103
AS
47152009-11-21 Andreas Schwab <schwab@linux-m68k.org>
4716
0b5397c2
SM
4717 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
4718 Remove ignored second argument. All callers changed.
62a6e103
AS
4719 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
4720 (RE_STRING_CHAR_AND_LENGTH): Likewise.
4721 * xdisp.c (string_char_and_length): Likewise.
4722
b0ca0f33
DN
47232009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
4724
4725 * xterm.c (x_new_font):
4726 * print.c (print_object):
4727 * cmds.c (Fself_insert_command): Move declarations before statements.
4728
dd5a6279
CY
47292009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4730
4731 * s/cygwin.h: Remove unneeded linker flags.
4732
4a8e097d
JD
47332009-11-20 Jan Djärv <jan.h.d@swipnet.se>
4734
0d1d0d26
JD
4735 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
4736
4737 * xsettings.h: Declare xsettings_get_system_font.
4738
4739 * xsettings.c (xsettings_get_system_font): New function.
4740 (init_gconf): No use initiating gconf unless we have Xft also.
4741 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
4742 HAVE_GCONF.
4743
4a8e097d
JD
4744 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
4745 add a blank entry so it doesn't collapse into nothing.
4746
8ab1650e
SM
47472009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4748
4749 * lread.c (Funintern): Comment out last change.
4750
82c602f0
RS
47512009-11-19 Richard Stallman <rms@gnu.org>
4752
4753 * lread.c (Funintern): Error if symbol is t or nil.
4754
87e32266
SM
47552009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 * insdel.c (make_gap_larger): Don't make as many assumptions about the
4758 representation of Lisp integers.
4759 Reported by MJ Chan <mjchan.inbox@gmail.com>.
4760
1b9ac145
AS
47612009-11-17 Andreas Schwab <schwab@linux-m68k.org>
4762
4763 * lisp.h: Remove declaration of Ffont_get_system_font.
4764 * xfns.c: Move include of "xsettings.h".
4765 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
4766
dfb3c4c6
JD
47672009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4768
87e32266
SM
4769 * xsettings.c (something_changedCB, Ffont_get_system_font):
4770 Check use_system_font.
dfb3c4c6
JD
4771 (syms_of_xsettings): DEFVAR font-use-system-font.
4772
9370c1d8
AS
47732009-11-17 Andreas Schwab <schwab@linux-m68k.org>
4774
25fe851a
AS
4775 * xfns.c (x_default_font_parameter): Remove dead assignment.
4776
9370c1d8
AS
4777 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
4778
637fa988
JD
47792009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4780
87e32266 4781 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 4782 not have FC_LCD_*. #define them if not there.
a6eb20d8 4783
87e32266 4784 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 4785
637fa988
JD
4786 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
4787
4788 * xterm.c (handle_one_xevent): Call xft_settings_event for
4789 ClientMessage, PropertyNotify and DestroyNotify.
4790 (x_term_init): If we have XFT, get DPI from Xft.dpi.
4791 Call xsettings_initialize.
4792
4793 * xftfont.c (xftfont_fix_match): New function.
4794 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
4795 Call xftfont_fix_match after XftFontMatch.
4796
4797 * xfont.c (xfont_driver): Initialize all members.
4798
87e32266
SM
4799 * xfns.c (x_default_font_parameter):
4800 Try font from Ffont_get_system_font.
637fa988
JD
4801 Do not get font from x_default_parameter if we got one from
4802 Ffont_get_system_font.
87e32266 4803 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
4804
4805 * w32font.c (w32font_driver): Initialize all members.
4806
4807 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
4808
4809 * lisp.h: Declare syms_of_xsettings.
4810
87e32266
SM
4811 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
4812 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
4813
4814 * ftfont.c (ftfont_filter_properties): New function.
4815
4816 * frame.c (x_set_font): Remove unused variable lval.
4817
87e32266 4818 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
4819
4820 * font.c (font_put_extra): Don't return if val is nil, it means
4821 boolean option is off.
4822 (font_parse_fcname): Collect all extra properties in extra_props
4823 and call filter_properties for all drivers with extra_props and
4824 font as parameter.
87e32266
SM
4825 (font_open_entity): Do not use cache, it does not pick up new
4826 fontconfig settings like hinting.
637fa988
JD
4827 (font_load_for_lface): If spec had a name in it, store it in entity.
4828
a73f9c9d 4829 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
4830
4831 * config.in: HAVE_GCONF is new.
4832
4833 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
4834 xsettings.o is new.
4835
5a942932
KH
48362009-11-17 Kenichi Handa <handa@m17n.org>
4837
4838 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
4839 back to the default font in case that no suitable font is found.
4840
b7c7a4d1
SM
48412009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
4844 Suggested by Chad Brown <yandros@mit.edu>.
4845 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
4846
072f1e39
JD
48472009-11-16 Jan Djärv <jan.h.d@swipnet.se>
4848
4849 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
4850
5d1e70a2
AS
48512009-11-14 Andreas Schwab <schwab@linux-m68k.org>
4852
87e32266 4853 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 4854
a53cfbe5
JD
48552009-11-14 Jan Djärv <jan.h.d@swipnet.se>
4856
473a99b7
JD
4857 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
4858 has a parent.
4859
a53cfbe5 4860 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 4861 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
4862
4863 * config.in: Generated (AUTO_DEPEND).
4864
f04bb9b2
MA
48652009-11-13 Michael Albinus <michael.albinus@gmx.de>
4866
b7c7a4d1 4867 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
4868 Vdbus_registered_functions_table, because it contains also
4869 properties. Fix docstring.
b7c7a4d1 4870 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 4871
8f11f7ec
SM
48722009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 * alloc.c (mark_object): Don't reprocess marked strings.
4875 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
4876 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
4877
8a605fe8
KH
48782009-11-13 Kenichi Handa <handa@m17n.org>
4879
8f11f7ec 4880 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
4881 semantics of Vword_combining_categories.
4882 (Vword_combining_categories): Describe the slight change of the
4883 semantics.
4884
241c4680
EZ
48852009-11-13 Eli Zaretskii <eliz@gnu.org>
4886
4887 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
4888
4889 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
4890
5d58e44c
SM
48912009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 * xdisp.c (syms_of_xdisp): Fix typo in last change.
4894
5e13f9d3
JB
48952009-11-12 Juanma Barranquero <lekktu@gmail.com>
4896
4897 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
4898
cf54c754
DR
48992009-11-11 David Reitter <david.reitter@gmail.com>
4900
4901 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
4902 variables to fix 2009-11-09 change.
4903
a4ada374
DN
49042009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4905
91433552
DN
4906 * process.c (ifflag_def): Make flag_sym constant.
4907 (Fnetwork_interface_info): Use a constant pointer.
4908 (ifflag_table):
4909 * xfns.c (cursor_bits):
4910 * xdisp.c (power_letter):
4911 * termcap.c (speeds, esctab):
4912 * sysdep.c (baud_convert):
4913 * keyboard.c (lispy_accent_codes, modifier_names):
4914 * image.c (xbm_format, xpm_format, pbm_format, png_format)
4915 (jpeg_format, tiff_format, gif_format, svg_format)
4916 (interlace_start, interlace_increment, gs_format):
4917 * gtkutil.c (separator_names):
4918 * fringe.c (swap_nibble):
4919 * fns.c (base64_value_to_char, base64_char_to_value):
4920 * fileio.c (make_temp_name_tbl):
4921 * coding.c (suffixes): Make constant.
4922
f4265f6c
DN
4923 * frame.c (make_initial_frame):
4924 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
4925 build_string.
4926 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
4927
04420943
DN
4928 * s/freebsd.h:
4929 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
4930
0a5d24ae
DN
4931 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
4932 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
4933
a4ada374
DN
4934 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
4935 * xterm.c (syms_of_xterm):
4936 * xfaces.c (syms_of_xfaces):
4937 * xdisp.c (syms_of_xdisp):
4938 * lread.c (syms_of_lread):
4939 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
4940 build_string.
91433552 4941
a4ada374
DN
4942 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
4943
af98fc7f
SM
49442009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4945
8ab1650e 4946 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 4947
e90292a9
JD
49482009-11-10 Jan Djärv <jan.h.d@swipnet.se>
4949
4950 * keyboard.h: Declare timer_check.
4951
4952 * keyboard.c (timer_check_2): New function that does what the old
4953 timer_check did.
4954 (timer_check): Call timer_check_2 until -1 or a non-zero time is
4955 returned, i.e. don't return -1 with timers pending.
4956
4957 * process.c: Remove extern declaration of timer_check.
4958
4959 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
4960 even if timer_check returned -1.
4961
af98fc7f
SM
4962 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
4963 xg_dialog_data.
e90292a9
JD
4964 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
4965 the event loop.
4966 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
4967 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
4968 Destroy the dialog after xg_dialog_run.
4969
045b83c0
SM
49702009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4971
4972 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
4973
1fb99a3a
JD
49742009-11-10 Jan Djärv <jan.h.d@swipnet.se>
4975
4976 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
4977
04e452cb
JB
49782009-11-09 Juanma Barranquero <lekktu@gmail.com>
4979
4980 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
4981
ef7417fd
SM
49822009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4983
4984 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
4985 w32menu.c, and nsmenu.m.
4986 Simplify the obsolete case where position is nil.
4987 (cleanup_popup_menu): New function, moved from nsmenu.m.
4988 (struct skp): Remove slot `notreal'.
4989 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
4990 adjust callers.
4991 (single_menu_item): Adjust call to parse_menu_item.
4992 (syms_of_menu): Defsubr x-popup-menu.
4993 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
4994 (keymap_panes): Don't export any more.
4995 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
4996 (xmenu_show): Declare.
4997 * keyboard.c (parse_menu_item): Remove arg `notreal'.
4998 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
4999 * keyboard.h (parse_menu_item): Update declaration.
5000 * xmenu.c (Fx_popup_menu): Remove.
5001 (syms_of_xmenu): Don't defsubr x-popup-menu.
5002 * w32menu.c (Fx_popup_menu): Remove.
5003 (syms_of_w32menu): Don't defsubr x-popup-menu.
5004 * nsmenu.m (cleanup_popup_menu): Remove.
5005 (ns_menu_show): Rename from ns_popup_menu and remove all the code
5006 moved to menu.c's Fx_popup_menu.
5007 (Fx_popup_menu): Remove.
5008 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
5009 menu_items (it's done in menu.c already).
5010
424d6179
SM
50112009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5012
5013 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
5014 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
5015
c0df13a6 50162009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
5017
5018 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 5019 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
5020 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
5021 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
5022
2de9f71c
SM
50232009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5024
5025 Let integers use up 2 tags to give them one extra bit and thus double
5026 their range.
5027 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
5028 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
5029 New macros.
5030 (enum Lisp_Type): Use them. Give explicit values.
5031 (Lisp_Type_Limit): Remove.
5032 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
5033 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
5034 Pay attention to USE_2_TAGS_FOR_INTS.
5035 (INTEGERP): Use LISP_INT_TAG_P.
5036 * fns.c (internal_equal): Simplify the default case.
5037 (sxhash): Use case_Lisp_Int.
5038 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
5039 any more.
5040 (Ftype_of): Use case_Lisp_Int.
5041 (store_symval_forwarding): Take into account the fact that Ints can
5042 now have more than one tag.
5043 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
5044 buffer_slot_type_mismatch):
5045 * xfaces.c (face_attr_equal_p):
5046 * print.c (print_object):
5047 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
5048 Use case_Lisp_Int.
5049
323637a2
EZ
50502009-11-06 Eli Zaretskii <eliz@gnu.org>
5051
7ac65b38
EZ
5052 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
5053
323637a2
EZ
5054 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
5055 warning.
5056
e511451f
JD
50572009-11-06 Jan Djärv <jan.h.d@swipnet.se>
5058
5059 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
5060
5061 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
5062
5063 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
5064 ButtonPressRelease and MotionNotify (bug#4870).
5065
5e2327cf
DN
50662009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
5067
5adc433e
DN
5068 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
5069
d67b4f80
DN
5070 * xterm.c (syms_of_xterm):
5071 * xselect.c (syms_of_xselect):
5072 * xmenu.c (syms_of_xmenu):
5073 * xfns.c (syms_of_xfns):
5074 * xfaces.c (syms_of_xfaces):
5075 * xdisp.c (syms_of_xdisp):
5076 * window.c (syms_of_window):
5077 * w32fns.c (syms_of_w32fns):
5078 * undo.c (syms_of_undo):
5079 * textprop.c (syms_of_textprop):
5080 * terminal.c (syms_of_terminal):
5081 * syntax.c (syms_of_syntax):
5082 * sound.c (syms_of_sound):
5083 * search.c (syms_of_search):
5084 * print.c (syms_of_print):
5085 * minibuf.c (syms_of_minibuf):
5086 * macros.c (syms_of_macros):
5087 * keymap.c (syms_of_keymap, initial_define_key)
5088 (initial_define_lispy_key):
5089 * keyboard.c (syms_of_keyboard):
5090 * insdel.c (syms_of_insdel):
5091 * image.c (syms_of_image):
5092 * fringe.c (syms_of_fringe):
5093 * frame.c (syms_of_frame):
5094 * fontset.c (syms_of_fontset):
5095 * fns.c (syms_of_fns):
5096 * fns.c (syms_of_fns):
5097 * fileio.c (syms_of_fileio):
5098 * fileio.c (syms_of_fileio):
5099 * eval.c (syms_of_eval):
5100 * doc.c (syms_of_doc):
5101 * dispnew.c (syms_of_display):
5102 * dired.c (syms_of_dired):
5103 * dbusbind.c (syms_of_dbusbind):
5104 * data.c (syms_of_data):
5105 * composite.c (syms_of_composite):
5106 * coding.c (syms_of_coding):
5107 * cmds.c (syms_of_cmds):
5108 * charset.c (define_charset_internal, syms_of_character):
5109 * ccl.c (syms_of_ccl):
5110 * category.c (syms_of_category, init_category_once):
5111 * casetab.c (syms_of_casetab):
5112 * casefiddle.c (syms_of_casefiddle):
5113 * callint.c (syms_of_callint):
5114 * bytecode.c (syms_of_bytecode):
5115 * buffer.c (keys_of_buffer, syms_of_buffer):
5116 * alloc.c (syms_of_alloc):
5117 * process.c (syms_of_process, init_process):
5118 * lread.c (syms_of_lread, init_obarray):
5119 * font.c (build_style_table):
5120 * emacs.c (syms_of_emacs, main): Replace calls to intern with
5121 intern_c_string, calls to make_pure_string with
5122 make_pure_c_string. Use pure_cons instead of Fcons.
5123
5e2327cf
DN
5124 * process.c (socket_options): Make it const.
5125 (set_socket_option, init_process): Use a const pointer.
5126
5127 * lread.c (intern_c_string): New function.
5128 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
5129 (defvar_int): Uset it. Make the name const char*.
5130
5131 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
5132 (defvar_int): Update prototypes.
5133 (DEFUN, EXFUN): Support for prototypes is now required.
5134 (intern_c_string): New prototype.
5135 (struct Lisp_Subr): Make symbol_name constant.
5136
5137 * font.c (struct table_entry): Remove unused member. Make NAMES
5138 constant.
5139 (weight_table, slant_table, width_table): Make constant.
5140
5141 * emacs.c (struct standard_args): Make name and longname constant.
5142
5143 * character.h (DEFSYM): Use intern_c_string.
5144
a56eaaef
DN
51452009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5146
5147 * alloc.c (make_pure_c_string): New function.
5148
5149 * eval.c (Fautoload): Purecopy all arguments.
5150
f6a07420
KH
51512009-11-05 Kenichi Handa <handa@m17n.org>
5152
5153 * fileio.c (Finsert_file_contents): Be sure set coding-system of
5154 the buffer in case of replace.
5155
5d28d4b1
DN
51562009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5157
5158 * puresize.h (BASE_PURESIZE): Increase to 1620000.
5159
b349d111
SM
51602009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5161
d528b1ce
SM
5162 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
5163 when applicable (bug#4851).
5164
b349d111
SM
5165 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
5166 (P_): Support for prototypes is now required.
5167
c38eb027
CY
51682009-10-31 Chong Yidong <cyd@stupidchicken.com>
5169
5170 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
5171 (Bug#4827).
5172
0405f8d9
EZ
51732009-10-30 Eli Zaretskii <eliz@gnu.org>
5174
d528b1ce 5175 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 5176
ca0a881a
DN
51772009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5178
5179 * puresize.h (BASE_PURESIZE): Increase to 1470000.
5180
d528b1ce
SM
5181 * lread.c (Fload): Purecopy the file name when building
5182 Vpreloaded_file_list.
ca0a881a 5183
47e0e0e4
JR
51842009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
5185
5186 * w32fns.c (syms_of_w32fns): Change default value of
5187 w32-scroll-lock-modifier to nil. (Bug#2827)
5188
057bce6f
JB
51892009-10-26 Juanma Barranquero <lekktu@gmail.com>
5190
782a943e 5191 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 5192
242bc74c
AS
51932009-10-26 Andreas Schwab <schwab@redhat.com>
5194
5195 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
5196
522d013a
JB
51972009-10-26 Juanma Barranquero <lekktu@gmail.com>
5198
5199 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
5200 For delta < 0, skip check that only makes sense when the mini-window
5201 is going to be enlarged. (Bug#4534)
5202
18060980
CY
52032009-10-25 Chong Yidong <cyd@stupidchicken.com>
5204
5205 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
5206 string in menu maps (Bug#4471).
5207
fec8f0fe
CY
52082009-10-24 Chong Yidong <cyd@stupidchicken.com>
5209
5210 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
5211 FRAME_NS_VIEW on terminal frames (Bug#4765).
5212
10d66ec0
AS
52132009-10-24 Andreas Schwab <schwab@linux-m68k.org>
5214
1cae01f7
AS
5215 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
5216 DBUS_TYPE_UINTnn separately to get proper sign extension.
5217
58a12889
AS
5218 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
5219 can properly handle unsigned types.
d528b1ce 5220 (make_uid, make_gid): Remove.
58a12889 5221
987c9327
AS
5222 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
5223 types again.
5224
522d013a 5225 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
5226 (system_process_attributes): Likewise.
5227
905a9ed3
DN
52282009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5229
5230 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
5231
5232 * eval.c (Fautoload): Purecopy the filename. Simplify.
5233
5234 * category.c (Fdefine_category): Purecopy docstring.
5235
a599b3e8
AS
52362009-10-23 Andreas Schwab <schwab@linux-m68k.org>
5237
7b792fc9
AS
5238 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
5239
a599b3e8
AS
5240 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
5241
b35ac83e
CY
52422009-10-23 Chong Yidong <cyd@stupidchicken.com>
5243
5244 * window.c (Fwindow_edges, Fwindow_pixel_edges)
5245 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
5246 (Bug#4775).
5247
e8903e00
SM
52482009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5249
5250 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
5251 (init_fileio_once):
5252 * lisp.h (init_fileio_once): Remove.
5253 * emacs.c (main): Don't call init_fileio_once.
5254
8f43cbf3
DN
52552009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5256
5257 * puresize.h (BASE_PURESIZE): Increase to 1430000.
5258
26898943
AS
52592009-10-21 Andreas Schwab <schwab@linux-m68k.org>
5260
5261 * doprnt.c (doprnt): Fix overflow check.
5262
5c646d5a
JD
52632009-10-21 Jan Djärv <jan.h.d@swipnet.se>
5264
3132a7ea
JD
5265 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
5266
5c646d5a
JD
5267 * xterm.h (x_wait_for_event): Declare it.
5268
5269 * xterm.c (pending_event_wait): New variable.
5270 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
5271 see pending_event_wait.eventtype.
5272 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
5273 (x_new_font): Call change_frame_size with new rows/columns before we
5274 try to resize the frame.
5c646d5a 5275 (x_wait_for_event): New function.
d528b1ce
SM
5276 (x_set_window_size_1): Don't change gravity unless change_gravity
5277 is set.
5c646d5a
JD
5278 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
5279 don't change frame size, instead wait for the ConfigureNotify.
5280 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
5281 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
5282 (x_initialize): Initialize pending_event_wait.
5283
5284 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
5285 size.
5286
5287 * widget.c (EmacsFrameSetValues): Add comment.
5288 (EmacsFrameSetCharSize): Just call x_set_window_size.
5289
5290 * gtkutil.c (xg_frame_set_char_size): Flush events and call
5291 x_wait_for_event.
d528b1ce 5292 (flush_and_sync): Remove again.
5c646d5a
JD
5293 (xg_get_font_name): Suggest monospace if no previous font is known.
5294
e9c1637d
SM
52952009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5296
5297 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 5298 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 5299
5a72cccb
YM
53002009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5301
5302 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
5303 processing pending events when event is filtered for input method.
ab04798f 5304 (Bug#3681)
5a72cccb 5305
2629aa37
JB
53062009-10-20 Juanma Barranquero <lekktu@gmail.com>
5307
5308 * fns.c: Add #endif accidentally removed in previous change.
5309
c3417a74
DN
53102009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5311
5312 * fns.c: Remove code for unsupported system: MAC_OS.
5313 * image.c: Likewise. Include setjmp.h.
5314
9685cef2
JD
53152009-10-19 Jan Djärv <jan.h.d@swipnet.se>
5316
5317 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
5318 pixel -1 (bug #4742).
5319
d7306fe6
DN
53202009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5321
019d2c4c
DN
5322 * process.c (create_pty): Remove conditionals for no longer
5323 supported systems: UNIPLUS and RTU.
5324
ee6bacd4
DN
5325 * xterm.c:
5326 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
5327
d7306fe6
DN
5328 * alloc.c: Do not define struct catchtag.
5329 * eval.c: Move struct catchtag definition ...
5330 * lisp.h: ... here.
5331
5332 * image.c: Move png.h #include earlier to avoid warnings.
5333
5334 * xterm.c:
5335 * xsmfns.c:
5336 * xselect.c:
5337 * xrdb.c:
5338 * xmenu.c:
5339 * xftfont.c:
5340 * xfont.c:
5341 * xfns.c:
5342 * xfaces.c:
5343 * xdisp.c:
5344 * window.c:
5345 * widget.c:
5346 * w32xfns.c:
5347 * w32uniscribe.c:
5348 * w32term.c:
5349 * w32select.c:
5350 * w32reg.c:
5351 * w32proc.c:
5352 * w32menu.c:
5353 * w32inevt.c:
5354 * w32heap.c:
5355 * w32font.c:
5356 * w32fns.c:
5357 * w32console.c:
5358 * w32.c:
5359 * w16select.c:
5360 * vm-limit.c:
5361 * unexsol.c:
5362 * unexec.c:
5363 * unexcw.c:
5364 * unexaix.c:
5365 * undo.c:
5366 * tparam.c:
5367 * textprop.c:
5368 * terminfo.c:
5369 * terminal.c:
5370 * termcap.c:
5371 * term.c:
5372 * syntax.c:
5373 * sound.c:
5374 * sheap.c:
5375 * search.c:
5376 * scroll.c:
5377 * region-cache.c:
5378 * regex.c:
5379 * ralloc.c:
5380 * process.c:
5381 * print.c:
b024548b
DN
5382 * nsterm.m:
5383 * nsselect.m:
5384 * nsmenu.m:
5385 * nsimage.m:
5386 * nsfont.m:
5387 * nsfns.m:
d7306fe6
DN
5388 * msdos.c:
5389 * minibuf.c:
5390 * menu.c:
5391 * marker.c:
5392 * macros.c:
5393 * keymap.c:
5394 * keyboard.c:
5395 * intervals.c:
5396 * insdel.c:
5397 * indent.c:
5398 * gtkutil.c:
5399 * ftxfont.c:
5400 * ftfont.c:
5401 * fringe.c:
5402 * frame.c:
5403 * fontset.c:
5404 * font.c:
5405 * fns.c:
5406 * floatfns.c:
5407 * filelock.c:
5408 * fileio.c:
5409 * emacs.c:
5410 * editfns.c:
5411 * dosfns.c:
5412 * doprnt.c:
5413 * doc.c:
5414 * dispnew.c:
5415 * dired.c:
5416 * dbusbind.c:
5417 * data.c:
5418 * composite.c:
5419 * coding.c:
5420 * cmds.c:
5421 * cm.c:
5422 * chartab.c:
5423 * charset.c:
5424 * character.c:
5425 * ccl.c:
5426 * category.c:
5427 * casetab.c:
5428 * casefiddle.c:
5429 * callproc.c:
5430 * callint.c:
5431 * bytecode.c:
5432 * buffer.c:
5433 * atimer.c: Include setjmp.h. (Bug#4643)
5434
fd5f21e6
SM
54352009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5436
4c0354d7
SM
5437 Remove leftover table unibyte_to_multibyte_table.
5438 * character.c (unibyte_to_multibyte_table): Remove.
5439 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
5440 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
5441 * character.h (UNIBYTE_TO_CHAR): New macro.
5442 (MAKE_CHAR_MULTIBYTE): Use it.
5443 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
5444 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
5445 (message_dolog, set_message_1):
5446 * search.c (Freplace_match):
5447 * editfns.c (Fcompare_buffer_substrings):
5448 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
5449 (concat):
5450 * insdel.c (copy_text, count_size_as_multibyte):
5451 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
5452 * term.c (produce_glyphs):
5453 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
5454 * regex.c (RE_CHAR_TO_MULTIBYTE):
5455 * cmds.c (internal_self_insert):
5456 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
5457
fd5f21e6
SM
5458 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
5459
4418646e
DN
54602009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5461
5462 * puresize.h (BASE_PURESIZE): Increase to 1310000.
5463
35f5c1d2
JB
54642009-10-16 Juanma Barranquero <lekktu@gmail.com>
5465
5466 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
5467
a0cd8f6b
AR
54682009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5469
5470 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
5471 still needed under Tiger.
5472
5473 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
5474
5475 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
5476 __Apple__.
5477
5478 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
5479
01a8d3fa
KH
54802009-10-15 Kenichi Handa <handa@m17n.org>
5481
5482 * print.c (print_object): Escape a symbol like "2E10" too.
5483
bf6c75c9 54842009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
5485
5486 Cleanups and changes for 64-bit compile under Snow Leopard.
5487 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
5488
5489 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
5490
c5959062 5491 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
5492 (ns_findfonts, nsfont_list_family): Use long format in printf, and
5493 cast argument.
5494 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 5495 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
5496
5497 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
5498
5499 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
5500 where appropriate.
5501
5502 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
5503 where appropriate.
6e4780c5
JB
5504 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
5505 Use stringWithUTF8String.
bf6c75c9
AR
5506 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
5507
6e4780c5
JB
5508 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
5509 Add formal protocol mention to inheritance.
bf6c75c9
AR
5510 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
5511
6e4780c5
JB
5512 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
5513 Fix printf format.
bf6c75c9
AR
5514 (ns_query_color): Use CGFloat where appropriate.
5515 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 5516 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
5517 argument.
5518
3d87f118
AR
5519 * config.in (NS_HAVE_NSINTEGER): Drop.
5520
a95c8102
AR
5521 * dbusbind.c (dbus-method-return-internal)
5522 (dbus-method-error-internal): Use long format in printf, and cast
5523 argument.
5524
5525 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
5526 in printf, and cast argument.
5527
6873acca 5528 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
5529 cast argument.
5530
9ec6f100
GM
55312009-10-11 Glenn Morris <rgm@gnu.org>
5532
5533 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
5534
5be883cd
JD
55352009-10-08 Jan Djärv <jan.h.d@swipnet.se>
5536
5537 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
5538 menu bar with a small width so it doesn't enlarge the frame.
5539
d7a39b51
JB
55402009-10-08 Juanma Barranquero <lekktu@gmail.com>
5541
5542 * fontset.c (Fset_fontset_font): Fix typos in error messages.
5543
0c2b6f8e
GM
55442009-10-06 Glenn Morris <rgm@gnu.org>
5545
5546 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
5547 SOME_MACHINE_LISP (this enters indirectly via DOC).
5548
e02131a2
EZ
55492009-10-05 Eli Zaretskii <eliz@gnu.org>
5550
5551 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
5552
b4744254
EZ
55532009-10-04 Eli Zaretskii <eliz@gnu.org>
5554
5555 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
5556 Doc fix.
5557
dbf64827
JB
55582009-10-03 Martin Rudalics <rudalics@gmx.at>
5559
5560 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
5561
e9a0aef8
MA
55622009-10-02 Michael Albinus <michael.albinus@gmx.de>
5563
d528b1ce 5564 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
5565 used anymore outside fileio.c.
5566
5567 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
5568
64eb2b56
JB
55692009-10-01 Juanma Barranquero <lekktu@gmail.com>
5570
5571 * lisp.h (Qdelete_directory_internal):
5572 Declare, instead of Qdelete_directory.
5573
5574 * w32fns.c (Fsystem_move_file_to_trash): Use it.
5575
9d28c33e
SM
55762009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5577
5578 * eval.c (Fcalled_interactively_p): Add `kind' argument.
5579
9d8f3bd9
MA
55802009-10-01 Michael Albinus <michael.albinus@gmx.de>
5581
9d28c33e 5582 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
5583 Fdelete_directory. It is not a command anymore. It has no file
5584 name handler.
5585
9694740b
SM
55862009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * xdisp.c (get_next_display_element): Use an enum in last change.
5589
748e162f
KH
55902009-09-28 Kenichi Handa <handa@m17n.org>
5591
9694740b 5592 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
5593 unibyte_display_via_language_environment in handling
5594 Vnobreak_char_display.
5595
17efd58d
AR
55962009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5597
5598 * nsterm.h (ns_app_name): New extern variable.
5599
5600 * nsterm.m (ns_app_name): New variable.
5601 (ns_term_init): Set and use it.
5602 (ns_term_shutdown): Use it.
5603
5604 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
5605 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
5606
5607 * nsfns.m (ns_set_name_iconic, ns_set_name)
5608 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
5609 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
5610
9694740b
SM
5611 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
5612 Remove double-casting in client_data comparison.
31c2d412 5613
3208cb35
YM
56142009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5615
5616 * keyboard.c (make_lispy_event): Remember last wheel direction.
5617 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
5618
b7d552d6
GM
56192009-09-26 Glenn Morris <rgm@gnu.org>
5620
5621 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
5622 internal.elc. Add term/pc-win.elc.
5623 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
5624 term/x-win.elc.
5625 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
5626 term/w32-win.elc.
5627 (NS_SUPPORT): New.
5628 (lisp): Add NS_SUPPORT.
5629 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
5630
4ff670a8
DR
56312009-09-25 David Reitter <david.reitter@gmail.com>
5632
5633 * nsmenu.m (EmacsMenu-clear): Recognize application menu
5634 on Mac OS X 10.6+ (bug#4513).
5635
feabfb6c
JB
56362009-09-24 Juanma Barranquero <lekktu@gmail.com>
5637
5638 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
5639 some parts of Emacs code (like font selection) don't grok them.
5640 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 5641
de59072a
AS
56422009-09-24 Andreas Schwab <schwab@redhat.com>
5643
5644 * coding.c (decode_coding_iso_2022): Fix operator precedence.
5645
a489517b
JB
56462009-09-24 Juanma Barranquero <lekktu@gmail.com>
5647
5648 * dired.c (Fdirectory_files): Fix typo in docstring.
5649
0592970c
AR
56502009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5651
5652 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
5653 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
5654 (EmacsScroller-setPosition:portion:whole:): Remove -display call
5655 under GNUstep.
5656 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
5657
5658 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
5659 glyph advancement.
5660
48e8a88b
AR
56612009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5662
5663 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 5664 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
5665
5666 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
5667 deleted (bug #4492).
5668
e14f0a78
AR
5669 * nsfont.m (Vns_reg_to_script): New lisp variable.
5670 (syms_of_nsfont): Declare it.
5671 (ns_registry_to_script): New function.
5672 (ns_get_req_script): Call it.
5673 (ns_findfonts): Don't give up on non-unicode registry.
5674
5675 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
5676
5b650faa
SM
56772009-09-20 Tom Tromey <tromey@redhat.com>
5678
5679 * eval.c (find_handler_clause): Make stack-trace-on-error work in
5680 batch mode (bug#4228).
5681
a489517b 56822009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
5683
5684 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 5685 carefully. (Bug #4339)
0bae4e09 5686
fcfe06f3
CY
56872009-09-18 Chong Yidong <cyd@stupidchicken.com>
5688
d798ba87 5689 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 5690
31642728
AR
56912009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5692
5693 * emacs.c (inhibit_x_resources): Update doc string for NS.
5694 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 5695 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
5696
5697 * nsterm.h (ns_no_defaults): Remove.
5698
5699 * nsterm.m (ns_no_defaults): Remove.
5700 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
5701 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
5702 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
5703 don't update the NSWindow itself.
5704 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 5705 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
5706
5707 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
5708 ns_use_qd_smoothing.
5709
5710 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
5711 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 5712 (x-close-connection): Drop PSFlush() under OS X.
a489517b 5713 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 5714
8686ac71
JB
57152009-09-17 Juanma Barranquero <lekktu@gmail.com>
5716
5717 * emacs.c (inhibit_x_resources): New variable.
5718 (main) [HAVE_NS]: Don't process --quick command line option.
5719 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
5720
5721 * lisp.h (inhibit_x_resources): Declare it extern.
5722
5723 * w32reg.c (x_get_string_resource):
5724 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
5725
e227ba05
EZ
57262009-09-17 Eli Zaretskii <eliz@gnu.org>
5727
362654a6
JB
5728 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
5729 Add lisp/term/internal.elc.
e227ba05 5730
742d40e8
SM
57312009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5732
5733 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
5734 (bug#4461).
5735
005bd5a2
DN
57362009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5737
5738 * puresize.h (BASE_PURESIZE): Increase to 1290000.
5739
5740 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
5741 (OBJECTS_MACHINE): Remove, unused.
5742
f9af9719
SM
57432009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5744
5745 * frame.c (x_get_resource_string): Remove unused.
5746
0307c7d2
JD
57472009-09-15 Jan Djärv <jan.h.d@swipnet.se>
5748
5749 * xterm.c (x_new_font): Call change_frame_size before calling
5750 x_set_window_size, in case frame size won't change.
5751
5752 * frame.c (x_set_font): Remove dead code.
5753
428b13d6
SM
57542009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5755
5756 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
5757
5766c380
SM
57582009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5759
5760 * lread.c (Fload): Don't output a message after loading an obsolete
5761 package any more (done in Lisp now).
5762
2fd0161b
CY
57632009-09-12 Chong Yidong <cyd@stupidchicken.com>
5764
5765 * fns.c (syms_of_fns): Doc fix (Bug#4227).
5766
bc5e75b6
SM
57672009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5768
5769 * keymap.c (Fwhere_is_internal): Use nconc2.
5770
c31c985e
AM
57712009-09-11 Alan Mackenzie <acm@muc.de>
5772
5773 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
5774 batch mode.
5775
78012bd2
AS
57762009-09-11 Andreas Schwab <schwab@linux-m68k.org>
5777
5778 * xdisp.c (display_mode_element): Detect cycles.
5779
9d889332
SM
57802009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5781
5782 * keymap.c (where_is_internal): Don't erroneously return nil right after
5783 filling the cache.
5784 (where_is_internal_1): Fix up typo.
5785
7ab5d780
GM
57862009-09-11 Glenn Morris <rgm@gnu.org>
5787
5788 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
5789 share a common doc-string.
5790
5238a749
SM
57912009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5792
66d77eda
SM
5793 * keymap.c (get_keymap): Return the actual keymap symbol rather than
5794 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
5795
5238a749
SM
5796 * keymap.c (QCadvertised_binding): New constant.
5797 (syms_of_keymap): Initialize it.
5798 (Fwhere_is_internal): Try and use bindings from :advertised-binding
5799 if applicable.
5800
19f48442
SM
58012009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5802
50d4ba39
SM
5803 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
5804 (parse_menu_item): Streamline since bindings are recomputed all the
5805 time anyway. Don't bother checking Vdefine_key_rebound_commands any
5806 more and don't support lmenu's menu-alias any more either.
5807
a88a5372
SM
5808 * keymap.c (where_is_internal_data): Make noindirect a boolean.
5809 (where_is_internal): Strip it down to only traverse the keymaps.
5810 Move the cache handling from Fwhere_is_internal to here.
5811 (Fwhere_is_internal): Move the handling of remapping and the choice of
5812 the best binding from where_is_internal to here.
5813 Unify the cached/noncached paths, so remapping is also handled
5814 correctly when the cache is used, and so the cache can be used to
5815 speed up remap-handling when applicable.
5816 Give preference to non-remapped bindings.
5817 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
5818 non-remapped bindings.
5819 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
5820 command remapping.
5821
19f48442
SM
5822 * xdisp.c (display_mode_element): Move list length limit from 50 to
5823 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
5824
599498c3 58252009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
5826
5827 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
5828
f9b7b5ac
SM
58292009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5830
a53af587
JB
5831 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
5832 (Bug#4334)
5833
f9b7b5ac
SM
5834 * keymap.c (where_is_internal): Filter out shadowed remappings.
5835 Assume that where_is_internal returns unshadowed bindings to simplify
5836 the code and get rid of the gotos. Use ASIZE.
5837
04f4b72d
JD
58382009-09-04 Jan Djärv <jan.h.d@swipnet.se>
5839
4da146f2
JD
5840 * xterm.c (x_focus_changed): If we get a focusout and pointer
5841 is invisible, make it visible.
5842
04f4b72d
JD
5843 * xterm.h: Remove condition for declaration of
5844 x_*_window_to_frame.
5845
7cef7ce3
SM
58462009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5847
5848 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
5849 initial terminal as well.
5850
a54fa5b7
JD
58512009-09-02 Jan Djärv <jan.h.d@swipnet.se>
5852
5853 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 5854 x_menubar_window_to_frame.
a54fa5b7 5855
50426a04 5856 * xterm.c: Remove declarations also in xterm.h.
a54fa5b7
JD
5857 (XTmouse_position): Do not return valid positions
5858 for clicks in the menubar and the toolbar for Gtk+.
5859
5860 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
5861 if the widget for the event has the same top level as a frame,
5862 return the frame.
5863 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
5864 internal windows, bug #4122.
5865 (x_non_menubar_window_to_frame): Remove.
5866
5a021dd0
GM
58672009-09-02 Glenn Morris <rgm@gnu.org>
5868
5869 * buffer.c (default-major-mode): Move most of the doc from here...
5870 (major-mode): ... to here.
5871
548fe2f3
NR
58722009-08-30 Nick Roberts <nickrob@snap.net.nz>
5873
5874 * process.c (wait_reading_process_output): Keep the descriptor
5875 when pty is used by a non-child process, e.g., in I/O buffer of
5876 GDB this allows inferior to be restarted.
5877
e0840eef
EZ
58782009-08-29 Eli Zaretskii <eliz@gnu.org>
5879
5880 * xdisp.c (redisplay_internal): Remove redundant test and collapse
5881 both branches into one.
5882
82e98df4
SM
58832009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5884
5885 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
5886 (main): Use enable-multibyte-characters rather than
5887 default-enable-multibyte-characters. Output a warning message when
5888 running a unibyte session.
5889
890617cb
YM
58902009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5891
5892 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
5893 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
5894 (copy_data_segment): Also copy __program_vars section.
5895 (copy_dyld_info) [LC_DYLD_INFO]: New function.
5896 (dump_it) [LC_DYLD_INFO]: Use it.
5897
5898 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
5899
e7adeadc
EZ
59002009-08-28 Eli Zaretskii <eliz@gnu.org>
5901
5902 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
5903 $(SRC)/buildobj.h.
5904 (buildobj.h): Renamed from $(SRC)/buildobj.h.
5905 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
5906 $(SRC)/buildobj.h.
5907 (clean): Add buildobj.h.
5908
3ed8bbdc
TZ
59092009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
5910
5911 * print.c (print_object): Set escapeflag to 1 when printing
5912 hashtable keys and values.
5913
155a6764
SM
59142009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5915
5916 * lread.c (read_integer): Use doubles (and potentially return a float
5917 number) as we do in string-to-number.
5918 (read1): Use strtol to read integers, signal errors on strtol's
5919 overflow and use floats if strtol's output is too large for
5920 Elisp integers.
5921
877610de
EZ
59222009-08-27 Eli Zaretskii <eliz@gnu.org>
5923
5924 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
5925 (make-buildobj-SH): Fix last change.
5926 (SRC): Move to before where it's first used.
5927
ef73e7be
KH
59282009-08-27 Kenichi Handa <handa@m17n.org>
5929
550c8289
KH
5930 * process.c (send_process): Use encode_coding_object instead of
5931 encode_coding_string to perform eol-conversion even if the string
5932 is unibyte.
5933
60afa08d
KH
5934 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
5935 character.
5936
ef73e7be 5937 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 5938 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 5939
7b3a82d7
DN
59402009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5941
5654bf63
DN
5942 * callproc.c (Fcall_process): Remove always true #if.
5943
7b3a82d7
DN
5944 * lisp.h: Replace #if 0 code for checking with text pointing to
5945 the --enable-checking configure flag.
5946
5947 * emacs.c (main): Mention the --enable-profiling configure flag
5948 instead of using CFLAGS.
5949
878bde49
KR
59502009-08-26 Ken Raeburn <raeburn@raeburn.org>
5951
5952 * Makefile.in (buildobj.h): New target.
5953 (doc.o): Depend on it.
5954 (temacs${EXEEXT}): Don't generate buildobj.lst.
5955 (mostlyclean): Delete buildobj.h, not buildobj.lst.
5956 * makefile.w32-in ($(SRC)/buildobj.h): New target.
5957 ($(BLD)/doc.$(O)): Depend on it.
5958 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
5959 provided by Eli Zaretskii.)
5960 ($(TEMACS)): Don't generate buildobj.lst.
5961 * doc.c: Include buildobj.h.
5962 (buildobj): New static variable.
5963 (Fsnarf_documentation): Use it, instead of opening and reading
5964 buildobj.lst.
5965
1574224c
MA
59662009-08-25 Michael Albinus <michael.albinus@gmx.de>
5967
5968 * dbusbind.c (Fdbus_call_method)
5969 (Fdbus_call_method_asynchronously): Use English numeric format for
5970 timeout values in doc string.
5971
d9da2f45
KH
59722009-08-25 Kenichi Handa <handa@m17n.org>
5973
ef73e7be
KH
5974 * alloc.c (mark_char_table): New function.
5975 (mark_object): Use mark_char_table for a char-table.
5976
d9da2f45
KH
5977 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
5978 (CHAR_TABLE_REF): Use it.
5979
c8edcc01
KR
59802009-08-23 Ken Raeburn <raeburn@raeburn.org>
5981
5982 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
5983 before invoking the newly build emacs to check for load-path
5984 shadowing.
5985
7763401b
GM
59862009-08-22 Glenn Morris <rgm@gnu.org>
5987
5988 * Makefile.in (bootstrap_exe): New variable.
5989 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
5990 Use ${bootstrap_exe}.
5991
729eadda
EZ
59922009-08-22 Eli Zaretskii <eliz@gnu.org>
5993
5994 * coding.h (encode_coding_string): Don't encode unibyte strings.
5995 (Bug#4047)
5996
eb4c6ace
MA
59972009-08-22 Michael Albinus <michael.albinus@gmx.de>
5998
5999 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
6000
6001 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
6002 intended as hotfix only.
6003 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
6004
36e34d1b
AR
60052009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
6006
6007 * nsterm.m (ns_get_color): Update documentation properly for last
6008 change, and clean up loose ends in the code left by it. Fix
6009 longstanding bug with 16-bit hex parsing, and add support for
6010 yet another X11 format (rgb:r/g/b) for compatibility.
6011 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
6012 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
6013
f983eb8a
SM
60142009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6015
6016 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
6017
3f56d3c6
MA
60182009-08-20 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
6021 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
6022 (xd_initialize, xd_pending_messages): Check, whether
6023 $DBUS_SESSION_BUS_ADDRESS is set.
6024
fb641d68
YM
60252009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6026
6027 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
6028
6029 * nsterm.m (ns_get_color): Remove incompatible color formats again.
6030
cf59a374
GM
60312009-08-20 Glenn Morris <rgm@gnu.org>
6032
6033 * emacs.c (system-type): Doc fix.
6034
1373f3be
SM
60352009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6036
6037 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
6038 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
6039
058ed861
MA
60402009-08-18 Michael Albinus <michael.albinus@gmx.de>
6041
1373f3be
SM
6042 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
6043 New functions.
058ed861
MA
6044 (xd_initialize): Revert change from 2009-08-16.
6045
563a866e 60462009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
6047
6048 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 6049 font-group vector, return nil.
5fc05db0 6050
e42bdf01
CY
60512009-08-17 Chong Yidong <cyd@stupidchicken.com>
6052
6053 * process.c (status_notify): Don't perform redisplay.
6054 (Fdelete_process, list_processes_1, process_send_signal):
6055 Expliticly perform redisplay.
6056 (wait_reading_process_output): Always check process status, but
6057 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
6058
4230ab74
KR
60592009-08-17 Ken Raeburn <raeburn@raeburn.org>
6060
1373f3be 6061 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
6062 (XFLOAT_INIT): New macro for storing a float value.
6063 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
6064 * fns.c (sxhash): Copy out the value of a float in order to
6065 examine its bytes.
6066 * dbusbind.c (xd_append_arg): Likewise.
6067
4230ab74
KR
6068 * emacs.c (main): Don't call syms_of_data twice.
6069
a0645cdd
MA
60702009-08-16 Michael Albinus <michael.albinus@gmx.de>
6071
6072 * dbusbind.c (xd_initialize): Add connection file descriptor to
6073 input_wait_mask, in order to let select() detect, whether a new
6074 message has been arrived.
ca4f31ea 6075 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 6076
485db0ba
MA
60772009-08-15 Michael Albinus <michael.albinus@gmx.de>
6078
1373f3be
SM
6079 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
6080 New functions.
485db0ba
MA
6081
6082 * lisp.h (xd_pending_messages): Declare.
6083
6084 * keyboard.c (readable_events): Call xd_pending_messages.
6085
b5b98ff4
CY
60862009-08-15 Chong Yidong <cyd@stupidchicken.com>
6087
1373f3be 6088 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 6089
f8354c6e
CY
6090 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
6091
b5b98ff4
CY
6092 * buffer.c (set_buffer_internal_1)
6093 (swap_out_buffer_local_variables): Check for unbound local
6094 variables (Bug#4138).
6095
8b9fc636
EZ
60962009-08-14 Eli Zaretskii <eliz@gnu.org>
6097
6098 * process.c (create_pty): Fix last change.
6099
ce959360
CY
61002009-08-13 Chong Yidong <cyd@stupidchicken.com>
6101
6102 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
6103 (xbm_load_image): Caller changed.
64b807c9 6104 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 6105
c7baf7e9
NR
61062009-08-13 Nick Roberts <nickrob@snap.net.nz>
6107
6108 * process.c (create_pty): New function.
6109 (Fstart_process): Use it to allow Emacs to just associate a pty
6110 with the buffer. See associated change in gdb-mi.el.
6111 (list_processes_1): Deal with no program name.
6112 (start_process_unwind): Use pid == -2 to mean no process.
6113
1ac9108a
SM
61142009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6115
6116 * cmds.c (nonundocount): New global variable.
6117 (keys_of_cmds): Initialize it.
6118 (Fself_insert_command): Use it to combine upto 20 sequential chars
6119 into a single undo entry, just like the Qself_insert_command code in
6120 keyboard.c does.
6121 Call frame_make_pointer_invisible, also like the Qself_insert_command
6122 code in keyboard.c does.
6123 * keyboard.c (command_loop_1): Use the new global nonundocount rather
6124 than its own local replacement for it.
6125
e267324c
KR
61262009-08-10 Ken Raeburn <raeburn@raeburn.org>
6127
1ac9108a 6128 * fns.c (concat): Don't re-set string length to its current value.
77437343 6129
1ac9108a
SM
6130 * coding.h (decode_coding_string, encode_coding_string):
6131 Use SBYTES macro.
f0bed503 6132
1ac9108a 6133 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
6134 (doprnt): Merge with doprnt1, discarding lispstrings code.
6135 * lisp.h (doprnt_lisp): Don't declare.
6136
416e006d
JL
61372009-08-07 Juri Linkov <juri@jurta.org>
6138
6139 * puresize.h (BASE_PURESIZE): Increase to 1270000.
6140
6f7d5780
DN
61412009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6142
6143 * print.c (syms_of_print): Undo previous change.
6144
f19a0f5b
TZ
61452009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
6146
6147 * lread.c (read1, syms_of_lread): Read hashtables back from the
6148 readable format.
6149
6150 * print.c (print_preprocess, print_object): Print hashtables fully
6151 and readably.
6152 (syms_of_print): Provide 'hashtable-print-readable.
6153
b9173dc2
AR
61542009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6155
6156 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
6157 no family set.
6158 (nsfont_open): Handle case when entity has no family.
6159
1586503c
AR
61602009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6161
6162 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
6163 element, not a list, for match case.
6164
087048cd
KH
61652009-07-28 Kenichi Handa <handa@m17n.org>
6166
6167 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
6168 rigidly.
6169
6170 * xfont.c (xfont_list_pattern): Don't ignore the return value of
6171 font_parse_xlfd. Check font properties more rigidly.
6172
780c2506
DN
61732009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6174
31fd7c5c
JB
6175 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
6176 bsd-common.h.
780c2506 6177
a8c0cc18
KH
61782009-07-27 Kenichi Handa <handa@m17n.org>
6179
6180 * xfaces.c (face_with_height): Call font_clear_prop.
6181
4fbe2306
CY
61822009-07-26 Chong Yidong <cyd@stupidchicken.com>
6183
111d9af3
CY
6184 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
6185
6186 * xterm.c (x_term_init): Use Qx.
6187
4fbe2306
CY
6188 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
6189
1ac9108a 6190 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
6191 (ns_get_color): Revert 2009-07-16 change.
6192
beb0b7f9
EZ
61932009-07-25 Eli Zaretskii <eliz@gnu.org>
6194
6195 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 6196 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 6197
2baf5e76
KR
61982009-07-25 Ken Raeburn <raeburn@raeburn.org>
6199
1ac9108a
SM
6200 * coding.h (decode_coding_string, encode_coding_string):
6201 Use SCHARS macro.
8890e5f5 6202
2baf5e76 6203 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 6204 (load_depth): Delete.
2baf5e76
KR
6205 (Qload_in_progress): New variable.
6206 (load_unwind): Don't reference load_depth or load_in_progress.
6207 (Fload): Likewise; specbind Qload_in_progress instead.
6208 (init_lread): Don't initialize load_depth.
6209 (syms_of_lread): Initialize and protect Qload_in_progress.
6210
1395c6f5
AR
62112009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6212
6213 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
6214
4e2f36cf
AR
62152009-07-23 Yavor Doganov <yavor@gnu.org>
6216
6217 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
6218
5dd9a6f7
AR
62192009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6220
6221 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
6222 Bugs 3792, 3720, 2402.
6223 (ns_lookup_indexed_color): Check for bad index.
6224 (ns_index_color): Init unused slot to 0.
6225 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
6226 Bug 3714, possibly 3082.
5dd9a6f7 6227
c902b920
JR
62282009-07-22 Jason Rumney <jasonr@gnu.org>
6229
1ac9108a
SM
6230 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
6231 Position IME window at cursor (Bug#2570).
c902b920
JR
6232 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
6233 (globals_of_w32fns): Dynamically load functions required above.
6234
6235 * w32term.c (w32_draw_window_cursor): Send message to reposition
6236 any IME window.
6237
090101cf
CY
62382009-07-21 Chong Yidong <cyd@stupidchicken.com>
6239
6240 * fileio.c: Revert 2009-07-16 changes.
6241 (Vauto_save_include_big_deletions): New variable.
6242 (Fdo_auto_save): Disable auto-save only if
6243 auto-save-include-big-deletions is nil.
6244
e6583e3d
CY
62452009-07-21 Chong Yidong <cyd@stupidchicken.com>
6246
6247 * xdisp.c (move_it_to): For continued lines ending in a tab, take
6248 the overflowed pixels into account (Bug#3879).
6249
ece435a5
KR
62502009-07-21 Ken Raeburn <raeburn@raeburn.org>
6251
6252 * lread.c (load_depth): New variable.
6253 (Fload, load_unwind, init_lread): Set it to the load recursion
6254 depth; set load_in_progress as a simple boolean based on the
6255 current load_depth. (Bug#3892)
6256
40b2d973
AR
62572009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6258
6259 * nsfont.m (ns_has_attribute): Remove.
6260 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
6261
10be7e0d
JL
62622009-07-18 Juri Linkov <juri@jurta.org>
6263
6264 * process.c (Fset_process_query_on_exit_flag): Mention killing
6265 a buffer in docstring.
6266
fa055055
KH
62672009-07-17 Kenichi Handa <handa@m17n.org>
6268
6269 * casetab.c (shuffle): Fix the logic of setting up the cycle.
6270
042f7b69
YM
62712009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6272
6273 * nsfns.m (Fns_set_alpha): Remove function.
6274 (syms_of_nsfns): Don't defsubr it.
6275
6276 * nsterm.m (ns_get_color): Remove incompatible color formats.
6277 (ns_color_to_lisp): Generate #rrggbb color format string.
6278
4be941e3
RS
62792009-07-16 Richard Stallman <rms@gnu.org>
6280
6281 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
6282 (Fset_buffer_auto_saved): Handle save_length = -2.
6283
4e6b227d
CY
62842009-07-16 Chong Yidong <cyd@stupidchicken.com>
6285
6286 * xterm.c (Qx_gtk_map_stock): New var.
6287
6288 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
6289 of calling intern each time.
6290
a1856973
YM
62912009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6292
6293 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
6294 does tiling.
6295
6296 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
6297
497e54d8
KH
62982009-07-14 Kenichi Handa <handa@m17n.org>
6299
72d36834
KH
6300 * font.c (font_vconcat_entity_vectors): New function.
6301 (struct font_sort_data): New member font_driver_preference.
6302 (font_compare): Check font_driver_preference.
6303 (font_sort_entities): The format of the first argument changed.
6304 (font_delete_unmatched): Likewise.
6305 (font_list_entities): The return type changed.
6306 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
6307 (font_find_for_lface): Adjuste for the above changes.
6308 Don't suppress the checking of C even if the repertory supports it.
6309 (Flist_fonts): Adjust for the above changes.
72d36834 6310
1ac9108a
SM
6311 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
6312 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
6313 Reject a font who has adstyle property that is different from a
6314 langname derived from registry property.
1ac9108a 6315 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 6316
b6046155
EZ
63172009-07-13 Eli Zaretskii <eliz@gnu.org>
6318
6319 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
6320 local copy of dirfilename.
6321
fb6b6049
KH
63222009-07-13 Kenichi Handa <handa@m17n.org>
6323
e2402a5e
KH
6324 * chartab.c (sub_char_table_ref_and_range): Fix the range check
6325 against max_char.
6326
fb6b6049
KH
6327 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
6328 calling XSYMBOL (sym).
6329
65156807
EZ
63302009-07-11 Eli Zaretskii <eliz@gnu.org>
6331
1ac9108a
SM
6332 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
6333 New function.
6334 (directory_files_internal) [WINDOWSNT]:
6335 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
6336 the filesystem of the directory is fast or slow.
6337
6338 * w32.c (logon_network_drive): Don't assume PATH is an absolute
6339 file name.
6340 (is_slow_fs): New function.
6341 (stat): Use it to determine whether to issue more system calls to
6342 get accurate file attributes, when w32-get-true-file-attributes is
6343 `local'.
6344
e0ab5fcf
JD
63452009-07-10 Jan Djärv <jan.h.d@swipnet.se>
6346
6347 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 6348 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
6349 parameter font-parameter as default to the font dialog.
6350
784ceded
KH
63512009-07-10 Kenichi Handa <handa@m17n.org>
6352
6353 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
6354
fb8edc0b
EZ
63552009-07-09 Eli Zaretskii <eliz@gnu.org>
6356
1ac9108a 6357 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 6358
fb8edc0b
EZ
6359 * w32.c (stat): Treat UNC file names as residing on remote
6360 drives. (Bug#3542)
6361
635c75b1
KH
63622009-07-09 Kenichi Handa <handa@m17n.org>
6363
6364 * fontset.c (fontset_find_font): Fix previous change.
6365
c1d5ce94
MA
63662009-07-08 Michael Albinus <michael.albinus@gmx.de>
6367
6368 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
6369 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
6370 error flag.
6371
edb61b39
KH
63722009-07-08 Kenichi Handa <handa@m17n.org>
6373
374bf7e4
KH
6374 * fontset.c (fontset_find_font): Fix the logic of handling
6375 charset_matched.
6376 (font_for_char): Delete unused var.
6377 (generate_ascii_font_name): Delete it.
6378
edb61b39
KH
6379 * coding.h (JIS_TO_SJIS2): Fix the code range check.
6380
6381 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
6382 (encode_coding_sjis): Fix the code range check.
6383
0f3f018c
CY
63842009-07-07 Chong Yidong <cyd@stupidchicken.com>
6385
6386 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
6387 (Fexpand_file_name): Copy string data properly (Bug#3772).
6388
fcaf6f3a
JD
63892009-07-07 Jan Djärv <jan.h.d@swipnet.se>
6390
6391 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
6392 first MapNotify.
6393
6809ca75
KH
63942009-07-07 Kenichi Handa <handa@m17n.org>
6395
6396 * character.h (unibyte_has_multibyte_table): Delete extern.
6397 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
6398
6399 * charset.c (Fset_charset_priority): Update charset_unibyte.
6400 (syms_of_charset): Initialize charset_unibyte.
6401
6402 * character.c (unibyte_has_multibyte_table): Delete it.
6403 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
6404 charset_unibyte.
6405 (multibyte_char_to_unibyte_safe): Likewise.
6406 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
6407
1ac9108a 6408 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
6409 (x_produce_glyphs): Likewise.
6410
6411 * .gdbinit (xcharset): Fix the treating $arg0.
6412
ad9e2d54
EZ
64132009-07-04 Eli Zaretskii <eliz@gnu.org>
6414
6415 Emulation of `getloadavg' on MS-Windows.
50426a04 6416 * w32.c: Include float.h.
ad9e2d54
EZ
6417 (g_b_init_get_native_system_info, g_b_init_get_system_times)
6418 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
6419 (get_native_system_info, get_system_times): New functions.
6420 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
6421 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
6422 (globals_of_w32): Initialize g_b_init_get_native_system_info,
6423 g_b_init_get_system_times, and num_of_processors.
6424
0a3472c7
JR
64252009-07-03 Jason Rumney <jasonr@gnu.org>
6426
6427 * w32term.c (w32_initialize): Use standard types.
6428
80904120
EZ
64292009-07-03 Eli Zaretskii <eliz@gnu.org>
6430
6431 * dired.c (Ffile_attributes): Decode user and group names by the
6432 locale's encoding. (Bug#3443)
6433
6978862d
DN
64342009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6435
f8d23104
DN
6436 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
6437 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
6438
6439 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
6440
6441 * term.c (init_tty): Remove spurious #ifdef.
6442
6978862d
DN
6443 * m/mips.h: Mention this file is also used for netbsd.
6444 * m/pmax.h: Remove file.
6445
e044e4fc
JD
64462009-07-03 Jan Djärv <jan.h.d@swipnet.se>
6447
6448 * xterm.h (struct x_display_info): Add invisible_cursor.
6449 (struct x_output): Add current_cursor.
6450
6451 * xterm.c (XTtoggle_invisible_pointer): New function.
6452 (x_define_frame_cursor): Don't define cursor if invisible or the
6453 same as before. Set current_cursor.
6454 (x_create_terminal): Set toggle_invisible_pointer_hook.
6455
6456 * xfns.c (make_invisible_cursor): New function.
6457 (x_set_mouse_color): Call make_invisible_cursor.
6458 Set current_cursor.
6459 (x_window): Set current_cursor.
6460
6461 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
6462
6463 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
6464 inserting a character.
6465 (read_avail_input): Call frame_make_pointer_visible.
6466
6467 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
6468 (frame_make_pointer_invisible, frame_make_pointer_visible):
6469 New functions.
e044e4fc
JD
6470 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
6471
6472 * frame.h: Declare frame_make_pointer_invisible and
6473 frame_make_pointer_visible.
6474 (struct frame): Add pointer_invisible.
6475
574c8efa
JD
64762009-07-02 Jan Djärv <jan.h.d@swipnet.se>
6477
7b507248
JD
6478 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
6479 frame isn't visible.
6480 (xg_frame_resized): If width/height is -1, get size of window
6481 from X server.
6482
6483 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
6484 for MapNotify.
6485
835bdaa7 6486 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 6487 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 6488 (flush_and_sync): Reintroduce.
574c8efa 6489
3f1c6666 64902009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 6491
31fd7c5c 6492 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
6493
6494 * xterm.c (x_handle_net_wm_state): Also look for sticky.
6495 (x_term_init): Initialize Xatom_net_wm_state_sticky.
6496
6497 * frame.h: Declare Qsticky.
6498
cad9ef74
JD
6499 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
6500
6501 * nsfns.m (ns_frame_parm_handlers): Ditto.
6502
6503 * frame.c: Declare Qsticky.
6504 (frame_parms): Add sticky.
6505
6506 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
6507
6508 * xterm.h: Declare x_set_sticky.
6509
6510 * xterm.c (x_set_sticky): New function.
6511
69b16610
JD
6512 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
6513 (xg_tool_bar_menu_proxy): Attach enter/leave events to
6514 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
6515
6516 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
6517
6518 * frame.c: Qmaximized is new.
6519 (x_set_frame_parameters): Do not handle fullscreen specially.
6520 Only set width and height if explicitly set.
6521 (x_set_fullscreen): Handle Qmaximized.
6522 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
6523 (syms_of_frame): Initialize Qmaximized.
6524
1ac9108a
SM
6525 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
6526 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
6527
6528 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
6529 for Expose event. Add call to x_check_fullscreen for MapNotify event.
6530 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
6531 set gravity to NorthWestGravity when USE_GTK.
6532 (set_wm_state): New function.
31fd7c5c 6533 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
6534 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
6535 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 6536 or the case when no window manager is running. That means remove calls
3f1c6666
JD
6537 to x_real_positions and x_fullscreen_adjust.
6538
6539 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
6540 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
6541 flush_and_sync.
6542 (xg_height_changed): New function.
6543 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
6544 and gtk_window_set_policy. Set frame gravity after parsing the
6545 geometry string.
3f1c6666
JD
6546 (xg_update_frame_menubar, free_frame_menubar)
6547 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
6548 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
6549 Remove calls to xg_frame_set_char_size.
6550
fd503d99
KH
65512009-07-01 Kenichi Handa <handa@m17n.org>
6552
6553 * keyboard.c (decode_keyboard_code): New function.
6554 (tty_read_avail_input): Decode the input bytes if necessary.
6555
1ac9108a
SM
6556 * coding.c (setup_coding_system):
6557 Initialize coding->carryover_bytes to 0.
fd503d99
KH
6558 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
6559 use Qno_conversion.
6560
24ed93fb
YM
65612009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6562
6563 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
6564
99061dfc
CY
65652009-06-30 Chong Yidong <cyd@stupidchicken.com>
6566
1ac9108a 6567 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 6568
ff90fbde
JR
65692009-06-30 Jason Rumney <jasonr@gnu.org>
6570
6571 * w32term.c (w32_initialize): Use GetModuleHandle for library that
6572 is already loaded.
6573 Set user model ID if supported (bug#1849).
6574
5f445726
JM
65752009-06-29 Jim Meyering <meyering@redhat.com>
6576
6577 Remove useless if-before-xfree test.
6578 * nsfont.m (nsfont_close): Remove useless test.
6579 * term.c (delete_tty): Likewise.
6580 * w32.c (system_process_attributes): Likewise.
6581 * w32font.c (w32font_close): Likewise.
6582 * xfaces.c (x_free_gc): Likewise.
6583 * xselect.c (buffer): Likewise.
6584
b9607587
AS
65852009-06-28 Andreas Schwab <schwab@linux-m68k.org>
6586
6587 * process.c (send_process): Keep decoded string in a local
6588 variable and protect it from GC. (Bug#3521)
6589
89ba96f4
EZ
65902009-06-28 Eli Zaretskii <eliz@gnu.org>
6591
6592 * term.c (create_tty_output) [MSDOS]: #ifdef away.
6593 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
6594
098a1589
CY
65952009-06-28 Chong Yidong <cyd@stupidchicken.com>
6596
485422be
CY
6597 * xdisp.c (start_display, handle_face_prop)
6598 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
6599 (redisplay_window, try_window_id, produce_image_glyph):
6600 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 6601
098a1589
CY
6602 * xterm.c (x_update_window_begin, x_new_focus_frame)
6603 (x_scroll_bar_handle_click, handle_one_xevent)
6604 (handle_one_xevent, XTread_socket, x_focus_on_frame)
6605 (x_make_frame_visible, x_make_frame_invisible)
6606 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
6607 code chunks that are now obsolete.
6608
78c38319
MA
66092009-06-28 Michael Albinus <michael.albinus@gmx.de>
6610
6611 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
6612 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
6613 for hours, when optimzation is enabled.
6614 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
6615 (xd_read_message): Make them static.
6616
4189ed40
CY
66172009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
6618
6619 * term.c (turn_on_face): Allow simultaneously bold and dim
6620 terminal faces (Bug#3530).
6621
cd9b5e16
CY
66222009-06-27 Chong Yidong <cyd@stupidchicken.com>
6623
4e23bedb
CY
6624 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
6625
cd9b5e16
CY
6626 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
6627 truncation glyphs (Bug#3686).
6628
07cc3c35
GM
66292009-06-27 Glenn Morris <rgm@gnu.org>
6630
6631 * m/pmax.h: Restore file, with only netbsd portions.
6632
31fd7c5c 66332009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 6634
cd9b5e16 6635 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 6636
42d4a64f
KH
66372009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
6638
6639 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
6640 the arg FORCE_SYMBOL.
6641
930fe55b 66422009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
6643
6644 * fontset.c (fontset_find_font): When a usable rfont_def is found
6645 in a fallback font-group, make it the first element of the group.
6646
57ebc3fd
CY
66472009-06-24 Chong Yidong <cyd@stupidchicken.com>
6648
6649 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
6650
f084f942
KH
66512009-06-24 Kenichi Handa <handa@m17n.org>
6652
6653 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
6654 set for C.
6655 (fontset_font): Record the availability of a font for C both in
6656 the realized fontsets of the current one and the default one.
6657
2f686c87
DN
66582009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
6659
6660 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
6661 conditional, it is always defined on AIX.
6662
666e158e
MB
66632009-06-23 Miles Bader <miles@gnu.org>
6664
6665 * window.c (Vrecenter_redisplay): New variable.
6666 (syms_of_window): Initialize it.
6667 (Qtty): New extern declaration.
6668 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
6669
c6da7cd2
JM
66702009-06-23 Jim Meyering <meyering@redhat.com>
6671
1ac9108a
SM
6672 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
6673 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 6674 pointer dereferences are guaranteed to be valid.
c6da7cd2 6675
678dca3d
KH
66762009-06-23 Kenichi Handa <handa@m17n.org>
6677
74d75424
KH
6678 * emacs.c (main): Call init_font ().
6679
6680 * font.h (Vfont_log): Extern it.
6681 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
6682
6683 * font.c (font_sort_entities, font_list_entities)
6684 (font_matching_entity, font_open_entity)
6685 (font_close_object): Change font_add_log to FONT_ADD_LOG.
6686 (Vfont_log): Delete static.
6687 (font_log_env_checked): Delete this variable.
6688 (font_add_log): Don't check font_log_env_checked.
6689 (font_deferred_log): Check Vfont_log.
6690 (init_font): New function.
6691
678dca3d
KH
6692 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
6693
6694 * w32font.c: Change font_add_log to FONT_ADD_LOG.
6695
6696 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
6697
6698 * xfont.c: Change font_add_log to FONT_ADD_LOG.
6699
6700 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
6701 (face_for_char): Don't call font_deferred_log here.
6702 (font_for_char): Likewise.
6703
8a668709
CY
67042009-06-22 Chong Yidong <cyd@stupidchicken.com>
6705
9a01ee33
CY
6706 * w32term.c (x_draw_glyph_string): Use the glyph string's width
6707 rather than its background_width for drawing the overline and
6708 underline (Bug#489).
6709
6710 * xterm.c (x_draw_glyph_string): Use the glyph string's width
6711 rather than its background_width for drawing the overline and
6712 underline (Bug#489).
ec7c9926
CY
6713 (xg_default_icon_file): New variable.
6714 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
6715 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 6716
8a668709
CY
6717 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
6718 (load_overlay_strings): Remove externs.
6719 (fast_find_position): Function deleted.
6720 (mouse_face_from_buffer_pos): New function, based on
6721 fast_find_position. Correctly handle before-strings,
6722 display-strings, and after-strings (Bug#1220).
6723 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
6724
4d4c02d8
CY
67252009-06-21 Chong Yidong <cyd@stupidchicken.com>
6726
1ac9108a 6727 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
6728 (move_it_in_display_line_to, move_it_in_display_line_to)
6729 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
6730
70243478
CY
67312009-06-21 Chong Yidong <cyd@stupidchicken.com>
6732
6733 * Branch for 23.1.
6734
13087e59
JR
67352009-06-21 Jason Rumney <jasonr@gnu.org>
6736
6737 * w32term.c (keyboard_codepage): New static variable.
6738 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
6739 (w32_read_socket) [WM_CHAR]: Use it to decode character
6740 input (bug#3237).
6741 (w32_initialize): Initialize it.
6742 (codepage_for_locale): New function.
6743
4735b74e
KR
67442009-06-20 Ken Raeburn <raeburn@raeburn.org>
6745
6746 * process.c (status_message): Pass Faset index argument as a lisp
6747 object, so as to work with USE_LISP_UNION_TYPE.
6748
0e727afa
YM
67492009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6750
6751 * coding.c (Ffind_coding_systems_region_internal):
6752 Cache checked characters.
6753
cf299835
KH
67542009-06-18 Kenichi Handa <handa@m17n.org>
6755
1ac9108a 6756 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 6757
90f20d94
AS
67582009-06-18 Andreas Schwab <aschwab@redhat.com>
6759
6760 * xdisp.c (redisplay_internal): Check that the frame is still
6761 live after redisplay of its windows.
6762 (redisplay_windows): Check that the window is still live.
6763
7f1faf1c
KH
67642009-06-17 Andreas Schwab <schwab@linux-m68k.org>
6765
6766 * coding.c (detect_coding_utf_16): Fix previous change.
6767
cc13543e
KH
67682009-06-16 Kenichi Handa <handa@m17n.org>
6769
6770 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
6771 UTF-16 by checking the dispersion of Eth and Oth bytes.
6772
977b85f4
AS
67732009-06-15 Andreas Schwab <schwab@linux-m68k.org>
6774
6775 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
6776
66bd43d1
KH
67772009-06-15 Kenichi Handa <handa@m17n.org>
6778
6779 * process.c (status_message): Fix previous change. Be sure to
6780 decode a localized string.
6781
cb5ca9c5
YM
67822009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6783
6784 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
6785 add comment explaining why.
6786
ec7709ba 67872009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 6788
ec7709ba 6789 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 6790
4b7f335c
AR
67912009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
6792
6793 * nsfont.m (ns_attribute_value): Remove.
6794 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
6795 (ns_has_attribute): Shrink the normal range.
6796 (ns_findfonts): Don't worry about requested spec in determining
6797 need for synthItal.
e41820ee 6798 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 6799
73b26103
SZ
68002009-06-14 Seiji Zenitani <zenitani@mac.com>
6801
6802 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
6803
5753e4da
KH
68042009-06-11 Kenichi Handa <handa@m17n.org>
6805
6806 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
6807 overhang for the static composition case.
6808
3561b671
KH
68092009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6810
5753e4da
KH
6811 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
6812 overhang for the automatic composition case.
6813
3561b671
KH
6814 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
6815 composition case.
6816
852bbd41
CY
68172009-06-10 Chong Yidong <cyd@stupidchicken.com>
6818
6819 * xdisp.c (get_next_display_element): When handling wrap-prefix
6820 and line-prefix, treat \n as a control character (bug#3502).
6821
9903d1e6
KH
68222009-06-10 Kenichi Handa <handa@m17n.org>
6823
6824 * font.c (font_parse_family_registry): Fix for one-char foundry.
6825 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
6826
0bcbaaaa
CY
68272009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
6828
6829 * process.c (status_message): Fix handling of multibyte signal
6830 string (Bug#3499).
6831
40aa3f13
JM
68322009-06-09 Jim Meyering <meyering@redhat.com>
6833
1f80c7e2
CY
6834 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
6835 color name is missing.
40aa3f13 6836
72d51285
KH
68372009-06-09 Kenichi Handa <handa@m17n.org>
6838
6839 * charset.c (Fmap_charset_chars): In docstring, state clearly that
6840 FROM-CODE and TO-CODE are codepoints of CHARSET.
6841
c1d04d84
AR
68422009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
6843
6844 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
6845
68462009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
6847
6848 Changes to support :script/:lang/:otf in NS font driver.
6849 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
6850 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
6851 indicate not part of font driver interface, and change callers.
6852 (ns_get_family): Remove pointless null check.
6853 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
6854 ns_spec_to_descriptor, ns_descriptor_to_entity.
6855 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
6856 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
6857 (ns_spec_to_descriptor, ns_descriptor_to_entity)
6858 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
6859 (ns_get_req_script, ns_accumulate_script_ranges)
6860 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
6861 New functions.
6862 (nsfont_list, nsfont_match): Use ns_findfonts.
6863 (nsfont_open): Use font descriptor instead of traits.
6864 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
6865 (dump_glyphstring): Rename to ns_dump_glyphstring.
6866
c7eb9816
AR
6867 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
6868
c1d04d84
AR
6869 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
6870
6871 * fontset.c (fontset_from_font): Remove NS-specific code.
6872
ec7709ba 68732009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
6874
6875 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
6876 nonactive windows.
6877
31fd7c5c 68782009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 6879
1ac9108a 6880 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 6881
68852c13 68822009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
6883
6884 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
6885
6756cd1d
CY
68862009-06-07 Chong Yidong <cyd@stupidchicken.com>
6887
6888 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
6889 account for the overflowing of newlines into the last glyph on the
6890 display line (Bug#3482).
6891
28bf482a
DR
68922009-06-05 David Reitter <david.reitter@gmail.com>
6893
ec7709ba
JB
6894 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
6895 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
6896 Fns_selection_exists_p, Fns_selection_owner_p.
6897
fdb55376
JR
68982009-06-03 Jason Rumney <jasonr@gnu.org>
6899
6900 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
6901 available. (Bug#3379)
6902
05129fbe
KH
69032009-05-29 Kenichi Handa <handa@m17n.org>
6904
1ac9108a
SM
6905 * coding.c (get_translation_table):
6906 Check Venable_character_translation.
05129fbe 6907
ec7709ba 69082009-05-26 David Reitter <david.reitter@gmail.com>
15891144 6909
ec7709ba
JB
6910 * nsterm.m (ns_raise_frame): Only raise frame if visible.
6911 (x_make_frame_visible): Move frame to front rather than calling
15891144 6912 ns_raise_frame().
ec7709ba 6913 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 6914 isn't key window.
ec7709ba 6915 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
6916 drawRect may be called by NSView even if the frame is hidden.
6917
ec7709ba
JB
6918 * nsfns.m (Fx_create_frame): Follow other ports in
6919 determining visibility; default to t. Ensure async_visible is set.
15891144 6920
21f73755
EZ
69212009-05-23 Eli Zaretskii <eliz@gnu.org>
6922
6923 * dired.c (Ffile_attributes): Doc fix.
6924
34001e41
CY
69252009-05-22 Chong Yidong <cyd@stupidchicken.com>
6926
6927 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
6928
46306a17
SM
69292009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6930
6931 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
6932 and xfont_scratch_props.
6933 (syms_of_xfont): Do it here instead.
6934 (xfont_find_ccl_program): Delete, unused.
6935 (xfont_open): Delete unused var `i'.
6936
ef6e0694
KH
69372009-05-21 Kenichi Handa <handa@m17n.org>
6938
6939 * fontset.c (Qlatin): Don't make it static.
6940
46306a17
SM
6941 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
6942 New functions.
ef6e0694
KH
6943 (xfont_scripts_cache, xfont_scratch_props): New variables.
6944 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
6945 (xfont_list_pattern): Argument changed. Callers changed.
6946 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
6947 (xfont_list): Don't reject a font spec with :script property.
6948 (xfont_has_char): Fix setting of encoding.
6949 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
6950 xfont_scratch_props.
6951
69522009-05-19 Kenichi Handa <handa@m17n.org>
6953
46306a17 6954 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
6955 Callers changed.
6956
69572009-05-18 Kenichi Handa <handa@m17n.org>
6958
6959 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
6960
ac71ced7
SM
69612009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
6964 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
6965
1c6d1051
YM
69662009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6967
6968 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
6969 (x_delete_terminal): Dissociate resource database from display and
6970 then call XrmDestroyDatabase before closing display.
6971
9b9b779c
AR
69722009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6973
6974 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
6975 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
6976 whether selected frame is viable before raising it (based on patch
6977 by David Reitter), and improve commentary.
6978 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 6979
cccd42d5
KH
69802009-05-15 Kenichi Handa <handa@m17n.org>
6981
6982 * font.c (Ffont_spec): Check arguments.
6983
337fbd17
CY
69842009-05-14 Chong Yidong <cyd@stupidchicken.com>
6985
6986 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
6987 weight when testing attributes (Bug#3282).
6988
47a6002f
JD
69892009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6990
6991 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
6992 what we expect to get in the next ConfigureNotify event.
6993
9cb363db
YM
6994 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
6995 before Xft one (Bug#1696).
6996
b9126609
CY
69972009-05-07 David Reitter <david.reitter@gmail.com>
6998
6999 * nsfns.m (Fx_display_planes): Compute bitplanes using
7000 NSBitsPerPixelFromDepth (Bug#3207).
7001
27a69fd9
CY
70022009-05-10 Chong Yidong <cyd@stupidchicken.com>
7003
7004 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
7005
00f37552
TTN
70062009-05-10 Ulrich Mueller <ulm@gentoo.org>
7007
7008 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
7009
2d82a920
DR
70102009-05-07 David Reitter <david.reitter@gmail.com>
7011
ec7709ba
JB
7012 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
7013 Respect mouse face background.
2d82a920 7014
46b0d52d
DR
70152009-05-07 David Reitter <david.reitter@gmail.com>
7016
ec7709ba
JB
7017 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
7018 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
7019 in ns_update_begin and ns_update_end.
7020
ce1b23bb
SM
70212009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7022
5996e1b7
SM
7023 * nsfns.m (ns_get_screen): Rewrite.
7024 Don't presume selected-frame is of type `ns'.
7025
ba98e3a0
SM
7026 * font.c (font_update_drivers): Sanity fallback to avoid disabling
7027 all drivers.
7028
ce1b23bb
SM
7029 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
7030
bcda200f
YM
70312009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7032
7033 * keyboard.h (add_user_signal): Fix typo in extern.
7034
7035 * lisp.h (add_user_signal): Remove extern.
7036
7037 * unexelf.c (unexec): Consider a section to precede the .bss section
7038 if its addresses overlap that of .bss.
7039 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
7040 instead of dumping process.
7041
864660a2
SM
70422009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7043
7044 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
7045
50da4e56
SM
70462009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7047
7048 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
7049
51520a1a
DN
70502009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
7051
7052 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
7053 any statements.
7054
409ea3a1
AS
70552009-05-02 Andreas Schwab <schwab@linux-m68k.org>
7056
59c4c60f
AS
7057 * process.c (read_process_output): Make sure the current buffer is
7058 always restored.
7059
409ea3a1
AS
7060 * coding.c (record_conversion_result): Don't modify
7061 Vlast_code_conversion_error for successful result.
7062 (alloc_destination): Don't clobber conversion result. (Bug#1650)
7063
56f00ed2
KH
70642009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7065
7066 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 7067 (load_charset_map): Remove unnecessary code.
56f00ed2 7068
4491c9d2
DR
70692009-04-30 David Reitter <david.reitter@gmail.com>
7070
35f5b128 7071 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
7072 through f24.
7073
6970f632
CY
70742009-04-30 Chong Yidong <cyd@stupidchicken.com>
7075
7076 * xfaces.c (face_at_buffer_position): New arg base_face_id.
7077
7078 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
7079 face_at_buffer_position.
7080 (face_before_or_after_it_pos, get_next_display_element)
7081 (note_mouse_highlight): Update face_at_buffer_position call.
7082
7083 * term.c (term_mouse_highlight):
7084 * msdos.c (IT_note_mouse_highlight):
7085 * fontset.c (Finternal_char_font):
35f5b128 7086 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
7087
7088 * dispextern.h (face_at_buffer_position): Update prototype.
7089
0c616f63
KH
70902009-04-30 Kenichi Handa <handa@m17n.org>
7091
35f5b128 7092 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 7093
ad3aaf33
AS
70942009-04-29 Andreas Schwab <schwab@linux-m68k.org>
7095
7096 * callproc.c (Fcall_process): Fix GC protection. Make sure
7097 current buffer is always restored.
7098
c3c963a0
YM
70992009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7100
7101 * atimer.c (init_atimer): Also clear stopped_atimers.
7102
7103 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
7104
7e3386cb
YM
7105 * process.c (create_process): Clean up merger residues of
7106 2008-07-17 change.
7107
91f68422
CY
71082009-04-29 Ulrich Mueller <ulm@gentoo.org>
7109
7110 * lread.c (Vread_circle): New variable.
7111 (read1): Disable recursive read if Vread_circle is nil.
7112
24b34550
KH
71132009-04-29 Kenichi Handa <handa@m17n.org>
7114
7115 * fontset.h (set_default_ascii_font): Delete extern.
7116
7117 * fontset.c (set_default_ascii_font): Delete this unused function.
7118
7119 * frame.c (x_set_font): When ARG is a font-object, check if the
7120 font-object matches with the ASCII font-spec of the frame's
9c358bda 7121 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 7122
77bf07e1
AS
71232009-04-28 Andreas Schwab <schwab@linux-m68k.org>
7124
7125 * fns.c (Flocale_info): Protect vector from GC during decoding.
7126
7127 * process.c (Fstart_process): Protect argv strings from GC during
7128 encoding.
7129
2c55aacf
AS
71302009-04-27 Andreas Schwab <schwab@linux-m68k.org>
7131
7132 * sysdep.c: Include <ctype.h>.
7133
b892d3c9
DR
71342009-04-27 David Reitter <david.reitter@gmail.com>
7135
35f5b128 7136 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
7137 Remove commented-out code.
7138
9d0644c4
JB
71392009-04-26 Johan Bockgård <bojohan@gnu.org>
7140
7141 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
7142
b7053016
JR
71432009-04-25 Jason Rumney <jasonr@gnu.org>
7144
7145 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
7146
4e8231f3
YM
71472009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7148
7149 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
7150 Swap bytes in short integer if fringe bitmap width > 8.
7151
493dcf2c
KH
71522009-04-23 Kenichi Handa <handa@m17n.org>
7153
7154 * xfaces.c (Fx_list_fonts): If a font size is specified in
7155 PATTERN, set it in returned scalable fonts.
7156
401e9e57
CY
71572009-04-22 Chong Yidong <cyd@stupidchicken.com>
7158
708e05dc
CY
7159 * keyboard.c (Fset_input_meta_mode): Doc fix.
7160
7161 * dispnew.c (Fsend_string_to_terminal): Doc fix.
7162
1ac9108a 7163 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
7164
7165 * coding.c (Fterminal_coding_system): Doc fix.
7166
7167 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
7168 (Fx_display_pixel_height, Fx_display_planes)
7169 (Fx_display_color_cells, Fx_server_max_request_size)
7170 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
7171 (Fx_display_mm_height, Fx_display_mm_width)
7172 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
7173 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
7174 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
7175 (check_x_display_info): Handle terminal objects instead of
7176 terminal ids.
7177
401e9e57
CY
7178 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
7179 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
7180 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
7181 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 7182
df80c7f0
KH
71832009-04-21 Kenichi Handa <handa@m17n.org>
7184
5a8f12af 7185 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 7186 (font_score): Check AVGWIDTH too.
908567ef 7187
df80c7f0
KH
7188 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
7189 worst case.
1ac9108a
SM
7190 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
7191 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 7192
705af33f
JR
71932009-04-19 Jason Rumney <jasonr@gnu.org>
7194
7195 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 7196 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
7197
7198 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
7199 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
7200 get_phys_cursor_geometry.
7201
b71ac3dd 7202 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
7203 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
7204 using get_phys_cursor_geometry.
7205
7206 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
7207 correctly calculated.
7208
dc2933eb
JD
72092009-04-19 Jan Djärv <jan.h.d@swipnet.se>
7210
1ac9108a
SM
7211 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
7212 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
7213 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
7214 is deprecated.
7215
973e7849
AS
72162009-04-18 Andreas Schwab <schwab@linux-m68k.org>
7217
7218 * font.c (font_put_frame_data): Use xfree instead of free.
7219
314d66f4
JB
72202009-04-17 Juanma Barranquero <lekktu@gmail.com>
7221
7222 * w32font.c (Qja, Qko): Remove declarations.
7223 (syms_of_w32font): Don't DEFSYM them.
7224
cf702558
CY
72252009-04-17 Chong Yidong <cyd@stupidchicken.com>
7226
7227 * font.c (Qja, Qko): Move definitions here from ftfont.c.
7228
7229 * font.h (Qja, Qko): Extern them.
7230
7231 * ftfont.c (Qja, Qko): Remove declarations.
7232
7233 * xfont.c (Qja, Qko): Remove declarations.
7234
b50504f5
KH
72352009-04-17 Kenichi Handa <handa@m17n.org>
7236
bde25748
KH
7237 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
7238 string from a vector to handle Latin-1 characters correctly.
7239
b50504f5
KH
7240 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
7241 entity even if the cache hits.
7242
f4646fff
AS
72432009-04-16 Andreas Schwab <schwab@linux-m68k.org>
7244
7245 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 7246 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 7247
e7deaab0
AS
7248 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
7249 * lisp.h: Adjust prototypes.
7250
0a0e7d49
CY
72512009-04-16 Chong Yidong <cyd@stupidchicken.com>
7252
7253 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
7254 change (Bug#3003).
7255
3c908a57
KH
72562009-04-16 Kenichi Handa <handa@m17n.org>
7257
1ac9108a 7258 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
7259
7260 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
7261 adstyle.
7262
7263 * ftfont.c (Qja, Qko): Don't make them static.
7264 (enum ftfont_cache_for): New enum.
7265 (fc_charset_table): Undo the previous change.
7266 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
7267 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
7268 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
7269 non-scarable font, try to get AVERAGE_WIDTH.
7270 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
7271 Change ft_face_cache from a list of a hash-table. Don't check
7272 `ja' and `ko' adstyle here.
7273 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
7274 FTFONT_CACHE_FOR_CHARET.
7275 (ftfont_get_charset): Undo the previous change.
1ac9108a 7276 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
7277 (ftfont_close): Likewise.
7278 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
7279
7280 * font.c (font_sort_entites): Change the meaning of the arg
7281 BEST-ONLY. Don't optimize for VEC of lenght 1.
7282 (font_select_entity): Just return the value of font_sort_entites.
7283
7284 * xfaces.c (merge_face_vectors): Reflect font properties in
7285 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
7286 font_clear_prop if a face attribute doesn't change.
7287
3c908a57
KH
7288 * charset.h (charset_ksc5601): Extern it.
7289
7290 * charset.c (charset_ksc5601): New variable.
7291 (Fdefine_charset_internal): Set charset_ksc5601.
7292 (init_charset_once): Initialize charset_ksc5601 to -1.
7293
d65859c3
DN
72942009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
7295
7296 * fileio.c (history_delete_duplicates): Remove unused declaration.
7297
7298 * callint.c (history_delete_duplicates): New declaration.
7299 (Fcall_interactively): Remove command history duplicates when
7300 history_delete_duplicates is true.
7301
3ba010e5
EZ
73022009-04-14 Eli Zaretskii <eliz@gnu.org>
7303
7304 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
7305
06f19b91
KH
73062009-04-14 Kenichi Handa <handa@m17n.org>
7307
7308 * font.c (Ffont_info): Fix docstring. Fix the second element of
7309 the returned value (bug#2949).
7310
2cce8bfc
CY
73112009-04-14 Chong Yidong <cyd@stupidchicken.com>
7312
7313 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
7314
d156542d
KH
73152009-04-14 Kenichi Handa <handa@m17n.org>
7316
7317 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
7318 encoding charset is ascii_compatible.
7319
7320 * charset.c (Fdefine_charset_internal): Make charset
7321 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
7322 code_offset is 0, and covers all ASCII characters.
7323
86fa089e
SM
73242009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7325
7326 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
7327 (ns_string_to_pasteboard_internal):
7328 * nsmenu.m (process_dialog):
7329 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
7330 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
7331 * lisp.h (Fx_load_color_file): Declare.
7332
a8a3728b
KH
73332009-04-13 Kenichi Handa <handa@m17n.org>
7334
1ac9108a 7335 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
7336 (font_select_entity): Suppress the code to optimize for the same
7337 kind of fonts.
7338 (font_load_for_lface): Get a font that supports at least ASCII
7339 characters.
7340
7341 * ftfont.c (Qja, Qko): New variables.
7342 (fc_charset_table): Delete uniquifier data for iso8859-1.
7343 (ftfont_get_latin1_charset): New function.
7344 (get_adstyle_property): New function.
7345 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
7346 bitmap fonts.
7347 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
7348 Delete iso-8859-1 range from the charset of fonts whose adstyle is
7349 `ko' or `ja'.
7350 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 7351 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
7352 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
7353 property.
7354 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
7355 (syms_of_ftfont): DEFSYM Qja and Qko.
7356
483670b5
KH
73572009-04-09 Kenichi Handa <handa@m17n.org>
7358
12b55765
KH
7359 * charset.c (map_charset_chars): For a charset of `superset'
7360 method, fix calculation of code range.
7361
483670b5
KH
7362 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
7363 from the list of extra properties.
7364 (font_clear_prop): Be sure to delete `:name' font property.
7365
57d3b93b
KH
73662009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7367
b4b2c2ca
YM
7368 * dispnew.c (redraw_overlapping_rows): Fix detection of
7369 overlapping for topmost and bottommost rows.
7370
1ac9108a 7371 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 7372
472c3609
JR
73732009-04-06 Jason Rumney <jasonr@gnu.org>
7374
7375 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
7376
ab193662
KH
73772009-04-06 Kenichi Handa <handa@m17n.org>
7378
7379 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
7380
7381 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
7382
0c26f026
KH
73832009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7384
7385 * ftfont.c (ftfont_open): Fix checking of the return value of
7386 FT_Load_Char. Fix setting font->underline_thickness.
7387
e173bbce
CY
73882009-04-04 Chong Yidong <cyd@stupidchicken.com>
7389
7390 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
7391 (Fterminal_parameters, Fterminal_parameter)
7392 (Fset_terminal_parameter): In doc string, refer to terminal
7393 objects rather than terminal ids.
7394
693a2698
EZ
73952009-04-04 Eli Zaretskii <eliz@gnu.org>
7396
7397 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
7398 ret_lim_data. (Bug#2867)
7399
d5221487
CY
74002009-04-03 Chong Yidong <cyd@stupidchicken.com>
7401
7402 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
7403 so they don't get wider than the window, matching 2006-01-23
7404 change to the partner function in xdisp.c (Bug#2800).
7405
223509a3
KH
74062009-04-03 Kenichi Handa <handa@m17n.org>
7407
7408 * print.c (print_object): Make each lowest sub_char_table start a
7409 new line (Bug#2866).
7410
74fcd0b1
KH
74112009-04-02 Kenichi Handa <handa@m17n.org>
7412
7413 * fontset.c (fontset_font): Record no-font when a fontset
7414 explicitly tells not to try another font-specs.
7415
c542407d
SM
74162009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
7417
7418 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
7419
e3869731
KH
74202009-03-30 Kenichi Handa <handa@m17n.org>
7421
d8d2f142
KH
7422 * fontset.c (fontset_from_font): Specify only registry in a
7423 font-spec for all characters supported by that registry.
7424
e3869731
KH
7425 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
7426 even if HAVE_M17N_FLT is not defined.
7427
5da5f805
CY
74282009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
7429
7430 * ftfont.c: Conditionalize prototyping and use of
7431 ftfont_variation_glyphs.
7432
ab226c50
SM
74332009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7434
9628fed7
SM
7435 * frame.c (delete_frame): Work around compiler bug.
7436
7437 * editfns.c (general_insert_function): Adjust to insdel.c changes.
7438 * insdel.c (prepare_to_modify_buffer, signal_before_change):
7439 Some more EMACS_INT.
7440 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
7441
7442 * xdisp.c (dump_glyph): Fix typo.
7443
ae19ba7c
SM
7444 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
7445 (adjust_markers_gap_motion, adjust_markers_for_delete)
7446 (adjust_markers_for_insert, adjust_point)
7447 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
7448 (make_gap, copy_text, count_size_as_multibyte, insert)
7449 (insert_and_inherit, insert_before_markers)
7450 (insert_before_markers_and_inherit, insert_1)
7451 (count_combining_before, count_combining_after, insert_1_both)
7452 (insert_from_string, insert_from_string_before_markers)
7453 (insert_from_string_1, insert_from_gap, insert_from_buffer)
7454 (insert_from_buffer_1, adjust_after_replace)
7455 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
7456 (replace_range_2, del_range, del_range_1, del_range_byte)
7457 (del_range_both, del_range_2, modify_region)
7458 (prepare_to_modify_buffer, signal_before_change)
7459 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
7460 for buffer positions and sizes.
7461 * lisp.h: Adjust prototypes accordingly.
7462
7463 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
7464 (non_regular_inserted, non_regular_nbytes, read_non_regular)
7465 (Finsert_file_contents): Use EMACS_INT for buffer positions.
7466
ab226c50
SM
7467 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
7468
46dfb8fb
JD
74692009-03-27 Jan Djärv <jan.h.d@swipnet.se>
7470
7471 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
7472 lines and columns so we keep the same pixel height and width.
7473
7474 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
7475 the property _NET_WM_STATE has changed.
46dfb8fb
JD
7476 (x_handle_net_wm_state): New function to update frame parameter
7477 fullscreen.
7478 (x_term_init): Initialize atoms for _NET_WM_STATE.
7479
7480 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
7481
d347e494
SM
74822009-03-27 Kevin Ryde <user42@zip.com.au>
7483
7484 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
7485 Gpm_GetEvent as an error that justifies closing the filedescriptor.
7486 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
7487 (Fgpm_mouse_stop): Pass that new parameter.
7488 * termhooks.h (close_gpm): Adjust prototype.
7489
84db11d6
SM
74902009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7491
c95a5008
SM
7492 * lisp.h (Fx_focus_frame): Declare.
7493
84db11d6
SM
7494 * callint.c (Fcall_interactively): For '^' just delegate the work to
7495 handle-shift-selection.
7496 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
7497
0a1958d6
CY
74982009-03-24 Chong Yidong <cyd@stupidchicken.com>
7499
0bfdff23
CY
7500 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
7501
0a1958d6
CY
7502 * data.c (Qinteractive_form): New variable.
7503 (Finteractive_form): Use it.
7504
7505 * eval.c (Fcommandp): Use Qinteractive_form.
7506
58aec0d6
JR
75072009-03-24 Jason Rumney <jasonr@gnu.org>
7508
7509 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
7510 Calculate total size precisely. Decode environment variables
7511 before substituting. (Bug#38)
7512
553dd618
KH
75132009-03-24 Kenichi Handa <handa@m17n.org>
7514
7515 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 7516 encoding (Bug#2722).
553dd618 7517
c39ea606
JD
75182009-03-23 Jan Djärv <jan.h.d@swipnet.se>
7519
7520 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
7521 that gdpy is set.
7522
bc9b2b5e
AM
75232009-03-22 Alan Mackenzie <acm@muc.de>
7524
7525 * callint.c (Finteractive): Clarify the doc string - even
7526 promptless elements need \n separators.
7527
9f995a76
JR
75282009-03-22 Jason Rumney <jasonr@gnu.org>
7529
7530 * w32term.c (syms_of_w32term): Doc fix for
7531 x-use-underline-position-properties.
7532
22749e9a
EZ
75332009-03-21 Eli Zaretskii <eliz@gnu.org>
7534
7535 * w32.c (getpwuid): Change argument type to unsigned.
7536 (struct w32_id): Change type of `rid' member to unsigned.
7537 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
7538 argument ID to unsigned. All callers changed.
7539 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
7540
e00553bf
EZ
75412009-03-20 Eli Zaretskii <eliz@gnu.org>
7542
7543 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
7544 negative, produce a float value.
7545
7546 * dired.c (make_uid, make_gid): New functions.
7547 (Ffile_attributes): Use them to avoid negative UID and GID.
7548
f761d6b6
JB
75492009-03-20 Juanma Barranquero <lekktu@gmail.com>
7550
7551 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
7552 (syms_of_keyboard) <command-hook-internal, input-method-function>:
7553 Fix typos in docstrings.
7554
d507f8d7
KH
75552009-03-19 Kenichi Handa <handa@m17n.org>
7556
7557 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
7558 changed, use font_load_for_lface to get a new font object.
7559 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
7560
7561 * frame.c (x_set_font): Handle the case that ARG is a cons.
7562
c68845e0
GM
75632009-03-19 Glenn Morris <rgm@gnu.org>
7564
7565 * fileio.c (Fsubstitute_in_file_name): Doc fix.
7566
bfa49dd1
CY
75672009-03-19 Chong Yidong <cyd@stupidchicken.com>
7568
7569 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
7570
8458d4c1
KH
75712009-03-19 Kenichi Handa <handa@m17n.org>
7572
7573 * charset.c (load_charset_map_from_file): When a mapfile can't be
7574 loaded, signal an error.
7575
78e7d1fe
EZ
75762009-03-18 Eli Zaretskii <eliz@gnu.org>
7577
7578 * dired.c (Ffile_attributes): Make sure UID and GID are always
7579 positive, even if the value is too large for a positive EMACS_INT.
7580 Doc fix.
7581
7582 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
7583
5da9fdfa
YM
75842009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7585
7586 * xmenu.c (xdialog_show): Move Fredisplay call ...
7587 (Fx_popup_dialog): ... here.
7588
7519c40d
SM
75892009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
7590
7591 * dired.c (file_name_completion): Disable the first optimization just
7592 installed, since it is not implemented correctly.
7593
2cd298e2
SM
75942009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7595
7596 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 7597 only if the entry can affect bestmatch.
2cd298e2
SM
7598 Stop the search early, as Ftry_completion already does.
7599
48d37adf
CY
76002009-03-17 Chong Yidong <cyd@stupidchicken.com>
7601
e10c9c93 7602 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 7603
9286b16a
CY
76042009-03-15 Chong Yidong <cyd@stupidchicken.com>
7605
7606 * keyboard.c (parse_menu_item): Don't display remappings as menu
7607 equivalent bindings (Bug#788).
7608
f7b146dc
JR
76092009-03-15 Jason Rumney <jasonr@gnu.org>
7610
7611 * w32term.h (WM_EMACS_PAINT): New message.
7612 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
7613 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
7614 before passing to lisp thread. (Bug#950)
7615
f761d6b6 76162009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 7617
d93f9575
CY
7618 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
7619 variable as it was never reset.
7620 (ns_term_init): Remove initialization of Lisp-settable defaults
7621 and ns_expand_space.
7622 (-setPanelFromDefaultValues): Remove ns_expand_space.
7623 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
7624 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
7625 i.e. no additional spacing, similar to Carbon port.
7626
d93f9575
CY
7627 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
7628 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 7629
305018ec
JD
76302009-03-14 Jan Djärv <jan.h.d@swipnet.se>
7631
7632 * sound.c (alsa_configure): Remove call to deprecated
7633 snd_pcm_sw_params_set_xfer_align.
7634
f761d6b6 76352009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
7636
7637 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
7638 after clicking in a detached tool bar.
7639 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
7640
46e722a9
SM
76412009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7642
348db3dd
SM
7643 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
7644 int/Lisp_Object mixup).
46e722a9 7645
a3d16f39
KH
76462009-03-13 Kenichi Handa <handa@m17n.org>
7647
7648 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 7649 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
7650 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
7651 (set_fontset_font): Change ARG to a vector. Handle range_list in
7652 ARG correctly.
7653 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 7654 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
7655 the above change.
7656 (fontset_from_font): Fix previous change.
fe24f56a 7657 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
7658 entry. If FONTSET is the default fontset, don't set the extra
7659 slot of the returning char-table.
7660
b066e6b6
JB
76612009-03-12 Juanma Barranquero <lekktu@gmail.com>
7662
7663 * nsfns.m (Fx_close_connection): Doc fix.
7664 (Fns_do_applescript): Reflow docstring.
7665 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
7666 (Fx_display_pixel_width, Fx_display_pixel_height)
7667 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
7668 Fix typos in docstrings.
7669 (Fns_set_alpha): Fix typos in error messages.
7670
d472514e 76712009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 7672
d472514e 7673 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
7674 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
7675 were used for such events.
7676
d472514e
JB
7677 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
7678 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 7679
d472514e 7680 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
7681 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
7682
fb930676
KH
76832009-03-11 Kenichi Handa <handa@m17n.org>
7684
ff85581a
KH
7685 * font.h (font_open_by_spec): Extern it.
7686
c50b7e98
KH
7687 * font.c (font_open_by_spec): New function.
7688 (font_open_by_name): Use font_open_by_spec.
7689
fb930676
KH
7690 * frame.c (x_set_font): When ARG is a font-object, don't alter the
7691 fontset of the frame.
7692
7693 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
7694 modify the default font of frames that use this fontset.
7695 (num_auto_fontsets): New variable.
7696 (fontset_from_font): Use num_auto_fontsets to decide a fontset
7697 name. Be sure to set FONTSET_ASCII to the correct font name.
7698 (update_auto_fontset_alist): New function.
7699
df4e8455
JB
77002009-03-11 Juanma Barranquero <lekktu@gmail.com>
7701
7702 * makefile.w32-in: Update dependencies.
7703
0a375797
AR
77042009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7705
7706 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
7707
61313fa3
SM
77082009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7709
7710 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
7711
b55103fb
CY
77122009-03-10 Chong Yidong <cyd@stupidchicken.com>
7713
7714 * lread.c (Feval_buffer): Doc fix.
7715
dde2559c
KH
77162009-03-09 Kenichi Handa <handa@m17n.org>
7717
7718 * charset.c (Qfile_name_handler_alist): Extern it.
7719 (load_charset_map_from_file): Temporarily bind
7720 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
7721
df4e8455 77222009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 7723
47f588bb
GM
7724 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
7725 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 7726
4ddf94bd
AR
77272009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7728
4c9bdfc2
AR
7729 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
7730 (x_set_window_size): Change back to calculated method of setting
7731 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
7732 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
7733 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
7734
fe41ae9e
AR
7735 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
7736
4c9bdfc2
AR
7737 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
7738 accelerator in parens under GNUstep.
7739
825d0875
KH
77402009-03-06 Kenichi Handa <handa@m17n.org>
7741
7742 These changes are to detect incorrect composition sequence without
f3b3be74 7743 looking ahead the source. (Bug#2370)
825d0875
KH
7744
7745 * coding.h: Include "composite.h".
7746 (enum compisition_state): New enum.
7747 (struct compisition_status): New struct.
7748 (struct iso_2022_spec): New member cmp_status.
7749 (struct emacs_mule_spec): New struct.
7750 (struct coding_system): New members ctext_extended_segment_len and
7751 embedded_utf_8. Change the union member
7752 spec.emacs_mule_full_support to spec.emacs_mule.
7753
7754 * coding.c (CODING_ISO_CMP_STATUS): New macro.
7755 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 7756 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
7757 (ADD_COMPOSITION_DATA): New arg nbytes.
7758 (emacs_mule_char): New arg cmp_status.
7759 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
7760 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
7761 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
7762 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
7763 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
7764 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
7765 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
7766 (EMACS_MULE_COMPOSITION_END): New macro.
7767 (emacs_mule_finish_composition): New function.
7768 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
7769 (decode_coding_emacs_mule): Avoid long looking ahead while
7770 handling composition.
7771 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
7772 (ENCODE_COMPOSITION_RULE): New macro.
7773 (finish_composition): New function.
7774 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
7775 (DECODE_COMPOSITION_START): New implementation.
7776 (DECODE_COMPOSITION_END): Likewise.
7777 (STORE_COMPOSITION_RULE): New macro.
7778 (decode_coding_iso_2022): Avoid long looking ahead while handling
7779 composition, CTEXT extended segment, and embedded UTF-8.
7780 (setup_coding_system): For a coding of type iso-2022, reset
7781 CODING_ISO_EXTSEGMENT_LEN (coding) and
7782 CODING_ISO_EMBEDDED_UTF_8 (coding).
7783 (get_translation): Delete arguments last_block, from_nchars,
7784 to_nchars. Callers changed.
7785 (produce_chars): Don't modify charbuf. Adjusted for the change of
7786 get_translation.
98a326f7 7787 (produce_composition): Adjust for the new annotation sequence.
825d0875 7788 (handle_composition_annotation): Likewise.
98a326f7 7789 (consume_chars): Adjust for the change of get_translation.
825d0875 7790
ccbc4452
AR
77912009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
7792
4ddf94bd 7793 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 7794
988a7ddb
KH
77952009-03-05 Kenichi Handa <handa@m17n.org>
7796
7797 * font.c (font_select_entity): New function.
7798 (font_find_for_lface): Use font_select_entity to select a font.
7799
7800 * fontset.c (fontset_find_font): If a font found without
a8a3728b 7801 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
7802 font with C restriction.
7803
98a326f7 78042009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 7805
be1bce46 7806 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 7807
10ea2b82
JR
78082009-03-04 Jason Rumney <jasonr@gnu.org>
7809
2c93b248 7810 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 7811 characters that have already been read. (Bug#2569)
2c93b248 7812
10ea2b82
JR
7813 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
7814 Log an error message if check_image_size failed.
7815 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 7816 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 7817
71a0c011
EZ
78182009-03-02 Eli Zaretskii <eliz@gnu.org>
7819
7820 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
7821 when decoding process output.
7822
2f63bba8
RS
78232009-03-01 Richard M Stallman <rms@gnu.org>
7824
7825 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
7826
7827 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
7828
0a9564cb
EZ
78292009-02-28 Eli Zaretskii <eliz@gnu.org>
7830
7831 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
7832 (decode_coding_emacs_mule, decode_coding_iso_2022)
7833 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7834 (decode_coding_raw_text, decode_coding_charset)
7835 (setup_coding_system, decode_eol, decode_coding, consume_chars):
7836 Honor inhibit-eol-conversion. (Bug #2186)
7837
449148b3
JR
78382009-02-28 Jason Rumney <jasonr@gnu.org>
7839
7840 * coding.c (detect_coding_charset): If not checking latin extra,
7841 fail on characters between 0x80 and 0xA0. (Bug#2354)
7842
a4aee864
EZ
78432009-02-28 Eli Zaretskii <eliz@gnu.org>
7844
7845 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 7846 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 7847
d88bee5a
GM
78482009-02-27 Glenn Morris <rgm@gnu.org>
7849
7850 * callint.c (Finteractive): Doc fix.
7851
a808f22d
KH
78522009-02-27 Kenichi Handa <handa@m17n.org>
7853
7854 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
7855
caf8d60c
CY
78562009-02-27 Chong Yidong <cyd@stupidchicken.com>
7857
7858 * font.c (font_style_to_value): Set value for unknown symbols to
7859 100 instead of 255.
b61137ea
CY
7860 (weight_table, slant_table, width_table): Treat "unspecified" as
7861 the default value.
caf8d60c 7862
1a0de25c
JB
78632009-02-26 Juanma Barranquero <lekktu@gmail.com>
7864
7865 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
7866
8fc45744
JB
78672009-02-25 Juanma Barranquero <lekktu@gmail.com>
7868
107bd7d1
JB
7869 * lread.c (Fload): Stop checking Vloads_in_progress and signal
7870 error as soon as a recursive load is detected.
8fc45744 7871
f097e223
AR
78722009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
7873
7874 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
7875 before caching.
7876
8810a12f
KH
78772009-02-24 Kenichi Handa <handa@m17n.org>
7878
7879 * fontset.c (fontset_find_font): Fix the condition for checking
7880 unavailable font.
7881
2c7d1565
GM
78822009-02-24 Glenn Morris <rgm@gnu.org>
7883
7884 * xfaces.c (Finternal_set_font_selection_order): Remove leading
7885 whitespace that confuses documentation.
7886
a20878b6
MB
78872009-02-23 Miles Bader <miles@gnu.org>
7888
7889 * process.c (Flist_system_processes, Fprocess_attributes)
7890 (syms_of_process): Rename `system-process-attributes' to
7891 `process-attributes'.
7892
b3b58c01
AS
78932009-02-22 Andreas Schwab <schwab@linux-m68k.org>
7894
1b3b981b
AS
7895 * coding.h (struct coding_system): Make safe_charsets a pointer to
7896 unsigned char.
7897 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
7898 being 255.
7899 (SAFE_CHARSET_P): Likewise.
7900 (setup_iso_safe_charsets): Properly setup safe_charsets.
7901 (Fdefine_coding_system_internal): Likewise.
7902 (setup_coding_system): Likewise. Remove unneeded casts.
7903 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
7904 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
7905 unneeded casts.
7906
b3b58c01
AS
7907 * insdel.c (del_range_2): Don't modify gap contents when called
7908 from decode_coding_object. (Bug#1809)
7909
0b6f228c
CY
79102009-02-21 Chong Yidong <cyd@stupidchicken.com>
7911
7912 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
7913 Qfont_object.
7914 (Ftype_of): Recognize font objects.
7915
7916 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
7917
7918 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
7919 moved to data.c.
7920
52f8870b
AR
79212009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7922
7923 * nsterm.m (x_make_frame_invisible): Unset async_visible,
7924 async_iconified. Based on a patch by Christian Lynbech
7925 <christian.lynbech@tieto.com>.
7926 (EmacsView-windowDidMiniaturize:): Unset async_visible.
7927
7087d5e9
GM
79282009-02-20 Glenn Morris <rgm@gnu.org>
7929
7930 * syntax.c (Fskip_chars_forward): Fix doc typo.
7931
41d2ceef
CY
79322009-02-20 Chong Yidong <cyd@stupidchicken.com>
7933
7934 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
7935
1a3b7ca6
CY
79362009-02-19 Chong Yidong <cyd@stupidchicken.com>
7937
7938 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
7939
73cce38d
KH
79402009-02-19 Kenichi Handa <handa@m17n.org>
7941
7942 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 7943 Don't overflow coding->carryover. (Bug#2370)
73cce38d 7944
a51092ee
DN
79452009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
7946
7947 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
7948
c423ecca
KH
79492009-02-18 Kenichi Handa <handa@m17n.org>
7950
7951 * font.c (font_check_otf_features): Fix handling of `nil' element.
7952 (Ffont_spec): Describe :lang and :otf in the docstring.
7953
4c1958f4
AS
79542009-02-16 Andreas Schwab <schwab@suse.de>
7955
7956 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
7957 string.
7958
5704f39a
KH
79592009-02-16 Kenichi Handa <handa@m17n.org>
7960
7961 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 7962 (Bug#1723)
5704f39a 7963
8f0085aa
CY
79642009-02-14 Chong Yidong <cyd@stupidchicken.com>
7965
a057d86a 7966 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
7967
7968 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
7969 (handle_line_prefix): Suppress wrapping of wrap prefixes.
7970
aff01dd9
EZ
79712009-02-14 Eli Zaretskii <eliz@gnu.org>
7972
7973 * msdos.c (MAX_SCREEN_BUF): New macro.
7974 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
7975 Encode the entire run of glyphs sharing the same face, instead of
7976 doing that one glyph at a time (fixes a bug with displaying
7977 double-size characters).
7978
ba301db3
AR
79792009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
7980
7981 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
7982
7983 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
7984 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 7985 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
7986
7987 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 7988 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 7989
51d861de
SM
79902009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7991
ac146f82 7992 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
7993 invisible areas.
7994
7fed8996
JR
79952009-02-12 Jason Rumney <jasonr@gnu.org>
7996
631ea4fb
JR
7997 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
7998 (add_font_entity_to_list): Call check_face_name even when family
7999 is unspecified.
8000
cb4a3e42
JR
8001 * w32term.c (x_display_pixel_height, x_display_pixel_width):
8002 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 8003 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 8004
7fed8996 8005 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 8006 raster fonts. (Bug#2219)
7fed8996 8007
895416e3
KH
80082009-02-12 Kenichi Handa <handa@m17n.org>
8009
8010 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
8011 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
8012 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 8013 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
8014 (find_automatic_composition): While looking forward and backward,
8015 check static composition. Fix where to stop looking forward.
8016 (composition_adjust_point): Fix checking of static composition.
8017 (Fcomposition_get_gstring): Pay attention to
1dacf998 8018 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
8019
8020 * lisp.h (fast_looking_at): Extern it.
8021
8022 * search.c (fast_looking_at): New function.
8023
51d861de 8024 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
8025 <struct glyph>.u.cmp.to.
8026 (append_composite_glyph): Likewise.
8027
51d861de 8028 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
8029 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
8030 composition.
51d861de 8031 (append_composite_glyph): Adjust for the change of
895416e3
KH
8032 <strcut glyph>.u.cmp.to.
8033
8510724d
JB
80342009-02-11 Juanma Barranquero <lekktu@gmail.com>
8035
8036 * casetab.c (init_casetab_once):
8037 * coding.c (ALLOC_CONVERSION_WORK_AREA):
8038 * font.c (font_update_lface):
8039 * fontset.c (Fnew_fontset):
8040 * ftfont.c (ftfont_drive_otf):
8041 * xfont.c (xfont_open):
8042 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
8043
294fa707
SM
80442009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8045
8046 * fileio.c (Fwrite_region): !NILP -> CONSP.
8047
b5bfebec
AS
80482009-02-10 Andreas Schwab <schwab@suse.de>
8049
8050 * process.c (send_process): Properly relocate pointer into data
adab88bd 8051 when using encoded data. (Bug#2272)
b5bfebec 8052
cb84a2be
KH
80532009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
8054
8055 * coding.c (detect_coding_charset): Fix previous change.
8056
89e09428
JR
80572009-02-08 Jason Rumney <jasonr@gnu.org>
8058
8059 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 8060 disappeared while hourglass was displayed. (Bug #2193)
89e09428 8061
4470a277
AS
80622009-02-07 Andreas Schwab <schwab@suse.de>
8063
8064 * unexelf.c (unexec): Fix error message.
8065
3175b12a
AR
80662009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
8067
8068 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 8069 when modal window is active. (Bug #2152)
3175b12a
AR
8070 (applicationShouldTerminate:): Remove now-unneeded while loop
8071 around NSRunAlertPanel.
8072
8073 * nsmenu.m (popupSession): New file-global variable.
8074 (pop_down_menu): End the popupSession before closing dialog.
8075 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
8076 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
8077 don't query NSApp for events (just sleep instead).
8078
8434d0b8
EZ
80792009-02-07 Eli Zaretskii <eliz@gnu.org>
8080
51d861de
SM
8081 * coding.c (syms_of_coding) <translation-table-for-input>:
8082 Modify doc string to discourage use for character code unification.
8434d0b8 8083
aa82edfd
CY
80842009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8085
8086 * atimer.c (run_timers): Update pending_atimers.
8087
2d283c7c
CY
80882009-02-06 Chong Yidong <cyd@stupidchicken.com>
8089
eb306cab
CY
8090 * image.c (svg_load_image): Fix last change.
8091
2d283c7c
CY
8092 * xfns.c (Fx_create_frame): Signal an error if no font is
8093 found (Bug#2147).
8094
4d8e170e
JB
80952009-02-05 Juanma Barranquero <lekktu@gmail.com>
8096
8097 * character.c (syms_of_character) <script-representative-chars>:
8098 Fix typo in docstring.
8099
c96169a0
AR
81002009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8101
8102 * nsmenu.m (pop_down_menu): New function.
8103 (ns_popup_dialog): Call it on unwind.
8104 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
8105 call timer_check() (Bug#2154).
8106 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
8107 handling_signal is set.
8108 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
8109
31fd7c5c 8110 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
8111
8112 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
8113
8114 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
8115
51d861de
SM
8116 * keyboard.c (poll_for_input_1, handle_async_input):
8117 Set handling_signal under HAVE_NS.
c96169a0 8118
aacd8ba1
GM
81192009-02-04 Glenn Morris <rgm@gnu.org>
8120
8121 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
8122
4cb75c4b
KH
81232009-02-04 Kenichi Handa <handa@m17n.org>
8124
8125 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
8126
8127 * charset.c (Fchar_charset): New optional arg restriction.
8128
8129 * coding.h (coding_system_charset_list): Extern it.
8130
8131 * coding.c (coding_system_charset_list): New function.
8132
8133 * composite.c: Include coding.h and termhooks.h.
8134 (composition_gstring_p): Fix for the terminal case.
8135 (composition_gstring_width): Likewise.
8136 (fill_gstring_body): Likewise.
8137 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
8138 the frame.
8139 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
8140 is within a composition.
867d4bb3 8141 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
8142
8143 * term.c (encode_terminal_code): Fix handling of composition.
8144 (produce_composite_glyph): For static composition, get pixel_width
8145 from struct composition.
8146
826ba17e
AS
81472009-02-02 Andreas Schwab <schwab@suse.de>
8148
8149 * unexelf.c (unexec): Handle unaligned bss offset.
8150
8ad093db
AR
81512009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8152
8153 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
8154 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 8155
8ad093db
AR
8156 * keyboard.c (handle_interrupt): Don't call
8157 quit_throw_to_read_char() under NS.
d0a76a6e 8158
8ad093db
AR
8159 * blockinput.h: Remove NS-specific code.
8160
4d18a7a2
DN
81612009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
8162
db878925
DN
8163 * dispnew.c (window_change_signal): Don't try to get the size of a
8164 suspended tty frame.
8165 * term.c (Fresume_tty): Resize if the size has changed while the
8166 tty was suspended.
8167
4d18a7a2
DN
8168 * alloc.c (mark_stack): Properly conditionalize previous change.
8169
8984df7c
JB
81702009-01-30 Juanma Barranquero <lekktu@gmail.com>
8171
8172 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
8173 * w32term.c (w32_read_socket) [SYNC_INPUT]:
8174 Remove; this code is not used on Windows.
8175
75f4f1ac
EZ
81762009-01-30 Eli Zaretskii <eliz@gnu.org>
8177
8178 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
8179 EOLs that also has stray ^M characters.
8180
07a1e794
JB
81812009-01-30 Juanma Barranquero <lekktu@gmail.com>
8182
8183 * atimer.c (run_timers, alarm_signal_handler):
8184 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
8185 * w32inevt.c (w32_console_read_socket):
8186 * w32term.c (w32_read_socket):
8187 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
8188
a8b11cc9
CY
81892009-01-30 Chong Yidong <cyd@stupidchicken.com>
8190
8191 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
8192 Initialize it as a relative filename pattern.
8193 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
8194 (Fcall_process_region): Simplify temp file creation using
8195 temporary-file-directory.
8196
c279587b
EZ
81972009-01-29 Eli Zaretskii <eliz@gnu.org>
8198
8199 * msdos.c: Rename pending_signals to msdos_pending_signals.
8200 (sig_suspender, sigprocmask): Adjust.
8201
a8fe3242
CY
82022009-01-29 Chong Yidong <cyd@stupidchicken.com>
8203
8204 * keyboard.c (pending_signals): New var.
8205 (poll_for_input, input_available_signal, init_keyboard): Set it.
8206 (process_pending_signals): New function.
8207
8208 * lisp.h (QUIT): Check pending_signals instead of
8209 interrupt_input_pending. Use process_pending_signals.
8210
51d861de 8211 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 8212
51d861de 8213 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
8214
8215 * sysdep.c (emacs_write): Use process_pending_signals.
8216
8217 * xterm.c (XTread_socket): Update pending_signals.
8218
8219 * w32term.c (w32_read_socket): Update pending_signals.
8220
8221 * w32inevt.c (w32_console_read_socket): Update pending_signals.
8222
6570a1c4
KH
82232009-01-29 Kenichi Handa <handa@m17n.org>
8224
8225 * xftfont.c (xftfont_has_char): New function.
8226 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
8227
d72a4afa
AR
82282009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8229
8230 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
8231 under GNUstep.
8232 (ns_query_color): New declaration.
8233
8234 * nsterm.m (ns_confirm_quit): New variable.
8235 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
8236 (EmacsApp-applicationShouldTerminate:): Use it.
8237 (EmacsPrefsController): Let user set it.
8238 (ns_query_color): New function.
8239 (ns_defined_color): Use it.
8240 (ns_initialize): Drop.
8241 (ns_term_init): Add two lines from ns_initialize(), and set
8242 input_interrupt_mode to nil.
8243
8244 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 8245 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 8246
9fe78804
KH
82472009-01-28 Kenichi Handa <handa@m17n.org>
8248
8249 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
8250 (fontset_get_font_group): Remember that no font-group is specified
8251 for C.
9fe78804 8252
fa57de36
CY
82532009-01-27 Chong Yidong <cyd@stupidchicken.com>
8254
930600e9
CY
8255 * fns.c (concat): Check for string overflow (bug#1787).
8256
fa57de36
CY
8257 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
8258 Quadruple undo limits (bug#1501).
8259
7179ce7b
KH
82602009-01-27 Kenichi Handa <handa@m17n.org>
8261
8262 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
8263 directly use GT_Get_Char_index.
8264
8265 * xftfont.c (struct xftfont_info): New member `index'.
8266
8267 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 8268 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 8269
5be8fcc0
CY
82702009-01-26 Kenichi Handa <handa@m17n.org>
8271
8272 * fontset.c (fontset_find_font): Fix handling of non-cons return
8273 value of fontset_get_font_group.
8274 (fontset_font): Revert last change.
8275
19ae3e61
JR
82762009-01-26 Jason Rumney <jasonr@gnu.org>
8277
8278 * w32font.c (w32font_list_internal): Return quickly if registry is
8279 unknown. Simplify final return.
8280 (add_font_entity_to_list): Break complex logic down into more
8281 manageable chunks. Move unknown registry check to
8282 w32font_list_internal.
8283
8612b71a
AR
82842009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
8285
8286 Changes to remove Feval calls from GUI under NS.
8287
d8038940
JB
8288 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
8289 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
8290 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
8291
8292 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
8293 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
8294 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
8295 instead of NON_ASCII_KEYSTROKE_EVENT.
8296 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
8297 (EmacsApp-applicationShouldTerminate:): Query user.
8298 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
8299 instead of Feval.
8300
8301 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
8302
8303 * keyboard.c (kbd_buffer_get_event): Check for it.
8304 (keys_of_keyboard): Define lispy keys for
8305 ns-put/unput-working-text.
8306
8307 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
8308 versions.
8309 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
8310
6288ae55
CY
83112009-01-25 Chong Yidong <cyd@stupidchicken.com>
8312
8313 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 8314 setting current_buffer directly. (Bug#2044)
6288ae55 8315
289e7f8f
CY
83162009-01-24 Chong Yidong <cyd@stupidchicken.com>
8317
5ce87308 8318 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 8319 any work. (Bug#1952, bug#1990).
5ce87308 8320
64cc3cf6 8321 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 8322
b3243e6f
AR
83232009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8324
8325 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
8326 (ns_no_defaults): New declaration.
8327 (main): Use it.
e0d2e69a 8328
d900b2af 8329 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 8330
d900b2af 8331 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 8332
d900b2af
AR
8333 * nsterm.m (ns_no_defaults): New variable.
8334 (ns_initialize): Don't read defaults when ns_no_defaults.
8335 (EmacsView-readSelectionFromPasteboard:)
8336 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 8337 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
8338 (ns_dumpglyphs_stretch): New function.
8339 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 8340 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 8341
e0d2e69a
AR
8342 * nsimage.m (setPixmapData:): Set to ignore image DPI.
8343
3ac71f5d
CY
83442009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
8345
8346 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
8347 call for Sparc64.
8348
3fe53a83
AR
83492009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8350
8351 * nsfns.m:
8352 * nsgui.h:
8353 * nsmenu.m:
8354 * nsselect.m:
8355 * nsterm.h:
8356 * nsterm.m: Remove '23' comments that indicated code added during
8357 update from emacs-20 -> emacs-23.
8358
10f87c6f 83592009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
8360
8361 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 8362 ns_alternate_modifier. (Bug#1217)
a3b53a85 8363
c7cef62d
AR
8364 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
8365 Display all shortcuts, including those w/o super modifier.
8366
575fb8bd
AR
8367 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
8368
918b848b
CY
83692009-01-22 Chong Yidong <cyd@stupidchicken.com>
8370
8371 * fileio.c (Vwrite_region_post_annotation_function)
8372 (Vwrite_region_annotation_buffers): New vars.
8373 (build_annotations_unwind): Just reset
8374 Vwrite_region_annotation_buffers.
8375 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
8376 Call write-region-post-annotation-function.
8377 (build_annotations): Add to Vwrite_region_annotation_buffers if
8378 buffer changes.
8379
a39e2539
AR
83802009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8381
8382 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
8383 Tiger.
51d861de
SM
8384 * nsfns.m (ns_do_applescript):
8385 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 8386
35ed44db
AR
83872009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
8388
8389 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
8390
cbe0b5bf
AR
83912009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8392
8393 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 8394
6049d3a0
AR
8395 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
8396
8397 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
8398 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
8399 handle Ctrl-tab. (Bug#1841)
8400 (ns_get_color): Use unsigned long long for scanned hex string value.
8401 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 8402 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 8403 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 8404 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 8405 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 8406 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 8407 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 8408
d3810c21 8409 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 8410 DPI. (Bug#1316)
d3810c21
AR
8411 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
8412 values in onTiger section.
4c7077c3 8413
e301e634
CY
84142009-01-19 Chong Yidong <cyd@stupidchicken.com>
8415
7f82490b
CY
8416 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
8417 Check return value of font_spec_from_name.
64cc3cf6 8418 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
8419
8420 * font.c (font_spec_from_name): Return Qnil if font name could not
8421 be parsed.
8422 (font_parse_name): Treat a `?' character as part of an XLFD.
8423
e301e634
CY
8424 * fns.c (Fsubstring): Doc fix.
8425
1c0db158
KH
84262009-01-19 Kenichi Handa <handa@m17n.org>
8427
51d861de 8428 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
8429 (ftfont_list): Likewise.
8430
acf20901
JB
84312009-01-18 Juanma Barranquero <lekktu@gmail.com>
8432
fff4e459
JB
8433 * dbusbind.c (Fdbus_register_signal):
8434 * process.c (conv_sockaddr_to_lisp):
8435 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
8436
acf20901
JB
8437 * callproc.c (Fgetenv_internal): Doc fix.
8438
e7abcdfb
CY
84392009-01-16 Chong Yidong <cyd@stupidchicken.com>
8440
8441 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
8442 it is not even used.
8443
b60861e6
GM
84442009-01-16 Glenn Morris <rgm@gnu.org>
8445
8446 * font.c (Ffont_variation_glyphs): Silence compiler.
8447
8db52afe
JB
84482009-01-15 Juanma Barranquero <lekktu@gmail.com>
8449
8450 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
8451 Reported by David Robinow <drobinow@gmail.com>.
8452
4cddb209
KH
84532009-01-15 Kenichi Handa <handa@m17n.org>
8454
51d861de 8455 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 8456
f247f67b
JR
84572009-01-14 Jason Rumney <jasonr@gnu.org>
8458
8459 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 8460 never a fontset. (Bug#1562)
f247f67b 8461
f56a4450
KH
84622009-01-14 Kenichi Handa <handa@m17n.org>
8463
8464 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 8465 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 8466
4e99855e
CY
84672009-01-13 Chong Yidong <cyd@stupidchicken.com>
8468
8469 * font.c (font_clear_prop): If clearing the family, clear the font
8470 width index too.
8471
fff4e459 8472 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 8473
24f01470
JB
84742009-01-12 Juanma Barranquero <lekktu@gmail.com>
8475
8476 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
8477 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
8478 functions, use sizeof.
8479
a41240a3
MR
84802009-01-12 Martin Rudalics <rudalics@gmx.at>
8481
8482 * keyboard.c (read_char): Fix case where last_nonmenu_event
8483 returned a bad value with submenus. (Bug#447)
8484
944636b8
CY
84852009-01-12 Chong Yidong <cyd@stupidchicken.com>
8486
8487 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
8488 family, clear the font width index too.
8489
0dad7c6f
JR
84902009-01-11 Jason Rumney <jasonr@gnu.org>
8491
8492 * keyboard.c (cmd_error_internal): Exit when errors occur before
8493 frame creation and not in daemon mode. (Bug#1836)
8494
7c2363af
CY
84952009-01-10 Chong Yidong <cyd@stupidchicken.com>
8496
8497 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
8498 of a display vector, backtrack.
8499 (try_window_reusing_current_matrix): Check glyph type before
8500 referencing charpos member.
8501
97b1b294
EZ
85022009-01-10 Eli Zaretskii <eliz@gnu.org>
8503
8504 Fix Bug #876:
8505
8506 * coding.c (inhibit_null_byte_detection): New variable.
8507 (detect_coding, detect_coding_system): Don't pay attention to null
8508 bytes if inhibit_null_byte_detection is non-zero.
51d861de 8509 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
8510 <inhibit-iso-escape-detection>: Doc fix.
8511
4624b6e3
JR
85122009-01-09 Jason Rumney <jasonr@gnu.org>
8513
8514 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 8515 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
8516 Only report Unicode Plane 2 fonts as unicode-sip.
8517
323b840c
CY
85182009-01-09 Chong Yidong <cyd@stupidchicken.com>
8519
51d861de
SM
8520 * xfaces.c (Fx_font_family_list): Delete function.
8521 Move compatibility version to faces.el.
323b840c 8522
51d861de 8523 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 8524
eba7400d
MR
85252009-01-09 Martin Rudalics <rudalics@gmx.at>
8526
8527 * frame.c (x_set_frame_parameters): Remember requested value for
8528 fullscreen before it's reset by the parameter handler.
8529
4b09796d
GM
85302009-01-09 Glenn Morris <rgm@gnu.org>
8531
8532 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 8533 (last_command_event): ... and update all users.
4b09796d
GM
8534 (last_input_char): For clarity, rename to...
8535 (last_input_event): ... and update all users.
8536 (last-command-char, last-input-char): Move to subr.el as aliases.
8537 * cmds.c, commands.h: Update for last_command_char rename.
8538
14ccea62
CY
85392009-01-08 Chong Yidong <cyd@stupidchicken.com>
8540
51d861de 8541 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 8542
5f004711
JR
85432009-01-08 Jason Rumney <jasonr@gnu.org>
8544
8545 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
8546 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
8547 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
8548 Don't declare.
fff4e459 8549 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
8550 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
8551
b71f6f73
KH
85522009-01-07 Kenichi Handa <handa@m17n.org>
8553
50b06221 8554 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 8555 remember the coding system used for decoding in
50b06221
KH
8556 coding_system (Bug#1039).
8557
b71f6f73 8558 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 8559 breaking the loop. (Bug#870)
b71f6f73
KH
8560 (decode_coding_utf_16, decode_coding_emacs_mule)
8561 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
8562 (decode_coding_charset): Likewise.
8563
56f668f7
MR
85642009-01-05 Martin Rudalics <rudalics@gmx.at>
8565
8566 * frame.c (x_set_frame_parameters): Make sure height (width) get
8567 applied when fullwidth (fullheight) is set. (Bug#1522)
8568
5da9424d
JB
85692009-01-04 Juanma Barranquero <lekktu@gmail.com>
8570
8571 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
8572 (utc_base): Declare as ULONGLONG, not long double.
8573 (convert_time_raw): Delete.
8574 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
8575 (initialize_utc_base): New function.
8576 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
8577 (convert_from_time_t): Use initialize_utc_base; compute result with
8578 64-bit arithmetic.
8579 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
8580
c4605e09
EZ
85812009-01-03 Eli Zaretskii <eliz@gnu.org>
8582
9acef61c 8583 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
8584 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
8585 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
8586 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
8587 [!subprocesses]: Define.
8588 (syms_of_process) [!subprocesses]: Intern and staticpro them.
8589 (Flist_system_processes, Fsystem_process_attributes)
8590 [!subprocesses]: Call list_system_processes and
8591 system_process_attributes instead of returning Qnil.
8592
9acef61c
JB
8593 * dosfns.c (system_process_attributes, list_system_processes):
8594 New functions.
c4605e09
EZ
8595
8596 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
8597
8598 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
8599 Don't use the default (no-op) implementation.
8600
8b7d0a16
JR
86012009-01-03 Jason Rumney <jasonr@gnu.org>
8602
a6d46bc1
JR
8603 * keyboard.c (parse_modifiers_uncached): Wheel events are
8604 clicks (bug#687).
8605
8b7d0a16
JR
8606 * w32term.c (x_query_colors, x_query_color): New functions.
8607
8608 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
8609 (svg_load_image): Cast returned pointers from dynamically loaded
8610 functions. Eliminate W32 specific code.
8611
bfe11752
DN
86122009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
8613
89e2438a
DN
8614 * nsfns.m (x_set_foreground_color, x_set_background_color)
8615 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
8616 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
8617 x_ prefix instead of ns_. Update references.
8618 (syms_of_nsfns): Add a FIXME comment.
8619
8620 * nsterm.m (x_set_cursor_type): New prototype.
8621 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
8622
bfe11752
DN
8623 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
8624 for Solaris instead of incorrectly providing Qutime and Qcutime.
8625
031da700
EZ
86262009-01-02 Eli Zaretskii <eliz@gnu.org>
8627
8628 * w32.c (process_times): Compute sum of utime and stime.
8629 (system_process_attributes): Add Qtime to the alist.
8630
8631 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
8632 and add them to the alist.
8633
8634 * process.c (top level) <Qtime, Qctime>: New variables.
8635 (syms_of_process): staticpro them.
8636 (Fsystem_process_attributes): Add their documentation to the doc
8637 string.
8638
8639 * process.h: Declare Qtime and Qctime.
8640
df23bf08
JR
86412009-01-02 Jason Rumney <jasonr@gnu.org>
8642
9acef61c 8643 * image.c (Qgobject): New symbol.
df23bf08
JR
8644 (syms_of_image): Initialize it.
8645 (init_svg_functions): Load some functions from gobject library.
8646
5bbdf7aa
DN
86472009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
8648
8649 * frame.c (make_terminal_frame): Remove redundant code and useless
8650 block.
8651
63136da6
AS
86522009-01-01 Andreas Schwab <schwab@suse.de>
8653
8654 * process.c (conv_sockaddr_to_lisp): Add workaround for
8655 getsockname bug on BSD.
8656
9ef69046
CY
86572009-01-01 Chong Yidong <cyd@stupidchicken.com>
8658
d6fafbe0
CY
8659 * xfns.c (x_create_tip_frame): Set border width of the X window.
8660
51d861de 8661 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 8662
f9c34147
JR
86632009-01-01 Jason Rumney <jasonr@gnu.org>
8664
9acef61c 8665 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
8666 Don't block input, as per earlier xterm.c changes.
8667
f5497e45
AR
86682008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
8669
8670 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
8671 (ns_appkit_version_int): New function.
8672 (x-server-version): Use ns_appkit_version_int and follow 21+
8673 convention of returning 3 integers.
8674
c19cab20
KH
86752008-12-30 Kenichi Handa <handa@m17n.org>
8676
8677 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
8678 (CHAR_SURROGATE_PAIR_P): New macro.
8679
8680 * font.h (struct font_driver): New member get_variation_glyphs.
8681
9acef61c 8682 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
8683 (Ffont_variation_glyphs): New function.
8684 (syms_of_font): Defsubr it.
8685
8686 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
8687 ftfont_variation_glyphs.
8688 (setup_otf_gstring): New function.
8689 (ftfont_drive_otf): Use it.
8690 (ftfont_shape_by_flt): Handle variation selector.
8691 (ftfont_variation_glyphs): New function.
8692
28cd591f
MR
86932008-12-30 Martin Rudalics <rudalics@gmx.at>
8694
8695 * frame.c (Vemacs_iconified): Remove.
8696
7f714baf
JR
86972008-12-30 Jason Rumney <jasonr@gnu.org>
8698
8699 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 8700 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 8701
9d2d22ab
CY
87022008-12-30 Chong Yidong <cyd@stupidchicken.com>
8703
8704 * indent.c (Fvertical_motion): Don't advance iterator if we have
8705 reseated to the desired position.
8706
8707 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
8708 checking for pos match.
8709
545312c2
KH
87102008-12-30 Kenichi Handa <handa@m17n.org>
8711
1ede3eb6
KH
8712 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
8713 just get the low 8-bit of the code.
8714
545312c2
KH
8715 * font.c (font_intern_prop): Validate str as multibyte.
8716
bd7bbf29
DN
87172008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8718
31e0750e
DN
8719 * dispextern.h (struct face): Move lface and hash from the middle
8720 of bitfields.
8721
bd7bbf29
DN
8722 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
8723
b5672e7c
DN
87242008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8725
8726 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
8727 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
8728 instead of intervals.h.
8729
d704470f
AS
87302008-12-26 Andreas Schwab <schwab@suse.de>
8731
8732 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
8733 cons.
8734
54b33868
MR
87352008-12-26 Martin Rudalics <rudalics@gmx.at>
8736
8737 * textprop.c (Qminibuffer_prompt): New variable.
8738 (syms_of_textprop): Initialize it.
8739 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
8740 in minibuffer-prompt face. (Bug#1662)
8741
40b615d6
JR
87422008-12-25 Jason Rumney <jasonr@gnu.org>
8743
8744 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
8745
baae5c2d
JR
87462008-12-24 Jason Rumney <jasonr@gnu.org>
8747
8748 * ralloc.c (r_alloc_reset_variable): New function.
8749
8750 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 8751 record of what points where. (Bug#716)
baae5c2d 8752
a9051c88
DN
87532008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
8754
8755 * minibuf.c (read_minibuf): Follow the non-interactive case when
8756 running as a daemon, before detaching.
8757
8b146312
AS
87582008-12-22 Andreas Schwab <schwab@suse.de>
8759
8760 * buffer.c (init_buffer): Use realloc instead of xrealloc.
8761 * gtkutil.c (free_widget_value): Use xfree instead of free.
8762
56f2de10
MR
87632008-12-22 Martin Rudalics <rudalics@gmx.at>
8764
8765 * frame.c (delete_frame): New function derived from
8766 Fdelete_frame to handle Qnoelisp value for FORCE argument.
8767 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
8768 (Fdelete_frame): Call delete_frame. Remove line from doc-string
8769 saying that FORCE non-nil doesn't run `delete-frame-functions'.
8770 * frame.h: Extern delete_frame.
8771 * window.c (window_loop):
8772 * terminal.c (delete_terminal):
8773 * xterm.c (x_connection_closed):
8774 * xfns.c (Fx_hide_tip):
9acef61c 8775 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 8776
1fc200d6
JR
87772008-12-21 Jason Rumney <jasonr@gnu.org>
8778
8779 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
8780 when character maps to .notdef character.
8781
5e252df2
SM
87822008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8783
8784 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
8785
99b72cc4
JR
87862008-12-20 Jason Rumney <jasonr@gnu.org>
8787
8788 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 8789 a graphical frame on Windows. (Bug#1325)
99b72cc4 8790
acc49a52
JD
87912008-12-20 Jan Djärv <jan.h.d@swipnet.se>
8792
8793 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
8794
6ea15123
CY
87952008-12-20 Chong Yidong <cyd@stupidchicken.com>
8796
8797 * minibuf.c (Fread_buffer): Doc fix.
8798
b2dab6c8
JR
87992008-12-20 Jason Rumney <jasonr@gnu.org>
8800
54ea0c87 8801 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 8802 server name in UNC paths. (Bug#719)
54ea0c87 8803
b2dab6c8 8804 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 8805 charbuf. (Bug#1035)
b2dab6c8 8806
6d1921be
DN
88072008-12-19 Daniel Engeler <engeler@gmail.com>
8808
8809 * sysdep.c (serial_configure): Fix typo.
8810
53934c98
DN
88112008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
8812
8813 * sysdep.c: Include alloca.h.
f4f634e8
DN
8814 (system_process_attributes): Add implementation for Solaris.
8815
8816 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 8817
06e111a6
DN
88182008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
8819
8820 Reorganize implementation of Flist_system_processes and
8821 Fsystem_process_attributes. No functional changes.
8822 * process.c: Don't #include pwd.h, grp.h and limits.h.
8823 (Flist_system_processes): Just call list_system_processes.
8824 (Fsystem_process_attributes): Just call system_process_attributes.
8825 (procfs_list_system_processes, time_from_jiffies)
8826 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
8827 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
8828
8829 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
8830 (list_system_processes): Rename from
8831 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
8832 Provide a do nothing implementation.
8833 (system_process_attributes): Rename from
8834 procfs_list_system_processes.
8835 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 8836 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
8837
8838 * w32.c (list_system_processes): Rename from
8839 w32_list_system_processes.
8840 (system_process_attributes): Rename from
8841 w32_system_process_attributes.
8842
8843 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
8844
8845 * process.h (w32_list_system_processes)
8846 (w32_system_process_attributes): Remove.
362654a6
JB
8847 (list_system_processes, system_process_attributes):
8848 New prototypes.
06e111a6 8849
6a705b23
KH
88502008-12-19 Kenichi Handa <handa@m17n.org>
8851
8852 * xfont.c (xfont_decode_coding_xlfd): New function.
8853 (xfont_encode_coding_xlfd): New function.
8854 (xfont_list_pattern): Decode XLFD by iso-8859-1.
8855 (xfont_list): Decode and encode XLFD by iso-8859-1.
8856 (xfont_match): Likewise.
8857 (xfont_list_family): Likewise.
8858 (xfont_open): Likewise.
8859
d66c0241 8860 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
8861 names are utf-8.
8862
d66c0241 8863 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
8864 names are utf-8.
8865
5a130941
JD
88662008-12-18 Jan Djärv <jan.h.d@swipnet.se>
8867
8868 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
8869 changed.
bfd20325
JD
8870 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
8871 clicked on a detached tool bar button.
5a130941 8872
fd95644b
DN
88732008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
8874
8875 * emacs.c (main): Print and error and exit when no data is read
8876 from the pipe.
8877
e6eee6ae
JR
88782008-12-17 Jason Rumney <jasonr@gnu.org>
8879
8880 * w32font.c (w32font_has_char): Always return -1.
8881
a35dd56b
KH
88822008-12-16 Kenichi Handa <handa@m17n.org>
8883
8884 * font.c (font_open_entity): Fix previous change.
8885
0e3635c2
DN
88862008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
8887
8888 * process.c: Include <limits.h>.
8889
d4835507 88902008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
8891
8892 * font.c (font_update_drivers): Fix mistake in reconstructing the
8893 driver list.
8894
88952008-12-16 Chong Yidong <cyd@stupidchicken.com>
8896
8897 * font.c (font_clear_cache): Fix format of font cache data.
8898
e2cbc401
CY
88992008-12-15 Chong Yidong <cyd@stupidchicken.com>
8900
8901 * xftfont.c (xftfont_open): Free Xft font pattern if
8902 XftFontOpenPattern fails.
8903
8904 * xterm.c (x_free_frame_resources): Remove extraneous call to
8905 free_frame_faces.
8906
b131d535
CY
89072008-12-13 Chong Yidong <cyd@stupidchicken.com>
8908
8909 * xterm.c (x_delete_display): Move xim_close_dpy call to
8910 x_delete_terminal.
8911 (x_delete_terminal): Call xim_close_dpy.
8912
e6df5336
JR
89132008-12-13 Jason Rumney <jasonr@gnu.org>
8914
8915 * w32font.c (intern_font_name): New function.
8916 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
8917 (w32font_open_internal, Fx_select_font): Decode font name.
8918 (fill_in_logfont, list_all_matching_fonts): Encode font name.
8919
8920 * w32font.h (intern_font_name): Declare new function.
8921
8922 * w32uniscribe.c (add_opentype_font_name_to_list):
8923 Use intern_font_name.
8924
20d68145
CY
89252008-12-13 Chong Yidong <cyd@stupidchicken.com>
8926
9f2554de
CY
8927 * frame.c (Fdelete_frame): Call free_font_driver_list.
8928
3d9bec9a
CY
8929 * font.c (free_font_driver_list): Implement missing function.
8930
20d68145
CY
8931 * w32term.c (w32_term_init): Don't initialize the image cache
8932 here; it will be done in init_frame_faces.
8933
8934 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
8935 (struct x_display_info): Remove unused member null_pixel. New
8936 member xim_callback_data.
8937
8938 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
8939 (xim_initialize): Save pointer to callback function data.
8940 (xim_close_dpy): Free callback function data. Call XCloseIM,
8941 reverting 2008-11-04 change by David Smith.
8942 (x_term_init): Don't initialize the image cache here; it will be
8943 done in init_frame_faces. Remove ancient "null_pixel" cruft.
8944 (x_delete_display): Free x_dnd_atoms member.
8945
96f9306b
KH
89462008-12-13 Kenichi Handa <handa@m17n.org>
8947
6dec9044
JB
8948 * font.c (font_rescale_ratio): Moved from xfaces.c.
8949 Argument type changed. Handle a font-spec too.
96f9306b 8950 (font_score): Check Vface_font_rescale_alist.
6dec9044 8951 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
8952
8953 * xfaces.c (font_rescale_ratio): Moved to font.c.
8954
8d5b4964
CY
89552008-12-13 Chong Yidong <cyd@stupidchicken.com>
8956
8957 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
8958
e6df5336
JR
89592008-12-12 Jason Rumney <jasonr@gnu.org>
8960
8961 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
8962 Vwindow_system_version to the real w32 major version.
8963
97c6058a
DN
89642008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
8965
8966 * term.c (init_tty): Move setting the terminal name before the
8967 potential user: maybe_fatal.
8968
ec4e88d7
CY
89692008-12-11 Chong Yidong <cyd@stupidchicken.com>
8970
d4835507
JB
8971 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
8972 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 8973
b4233ec9
JR
89742008-12-11 Jason Rumney <jasonr@gnu.org>
8975
8ec71e23 8976 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 8977 SYMBOL_CHARSET. (Bug#547)
8ec71e23 8978
b4233ec9 8979 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 8980 size for surrogates. (Bug#1096, bug#872)
b4233ec9 8981
011a0143
JB
89822008-12-11 Juanma Barranquero <lekktu@gmail.com>
8983
8984 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
8985
3c309f34
JB
89862008-12-11 Juanma Barranquero <lekktu@gmail.com>
8987
8988 * process.c (Fsystem_process_attributes, syms_of_process):
8989 Fix typo in name of Ssystem_process_attributes.
8990 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
8991
fedc6ab5
JB
89922008-12-11 Juanma Barranquero <lekktu@gmail.com>
8993
8994 * syntax.c (Fmodify_syntax_entry): Doc fix.
8995
ba3de0e8
JB
89962008-12-10 Juanma Barranquero <lekktu@gmail.com>
8997
8998 * font.c (Ffont_spec): Move usage to end of docstring.
8999
174f1c74
JR
90002008-12-10 Jason Rumney <jasonr@gnu.org>
9001
9002 * w32font.c (Qcham): New symbol.
9003 (font_supported_scripts): Add cham, and comments for other new
9004 scripts in bitfield from OpenType spec.
9d32f818
JR
9005 (add_font_entity_to_list): Limit unicode-sip fonts to those that
9006 contain characters beyond the bmp.
174f1c74 9007
7b649478
KH
90082008-12-10 Kenichi Handa <handa@m17n.org>
9009
9010 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 9011 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
9012 Qunicode_sip.
9013
2133e2d1
JB
90142008-12-10 Juanma Barranquero <lekktu@gmail.com>
9015
9016 * coding.c (QCdefault_char): Rename from QCdefalut_char.
9017 (Fcoding_system_put): Use QCdefault_char.
9018 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
9019
9af886ee
CY
90202008-12-09 Chong Yidong <cyd@stupidchicken.com>
9021
74d819eb
CY
9022 * xftfont.c (syms_of_xftfont): Fix typo.
9023
4ccfa1c0 9024 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 9025
7c19d3ae
DN
90262008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9027
9028 * emacs.c (main): Close daemon_pipe on exec.
9029
567826bb
CY
90302008-12-08 Chong Yidong <cyd@stupidchicken.com>
9031
9032 * termchar.h (struct tty): New members termcap_term_buffer and
9033 termcap_strings_buffer.
9034
9035 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 9036 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
9037 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
9038 All callers changed.
9039 (init_tty): Store termcap data and string buffers in new struct
9040 tty members termcap_term_buffer and termcap_strings_buffer.
9041 (delete_tty): Free them.
4ccfa1c0 9042 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 9043
aa96c42b
SZ
90442008-12-07 Seiji Zenitani <zenitani@mac.com>
9045
9046 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 9047 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 9048
b7e1d896
CY
90492008-12-06 Chong Yidong <cyd@stupidchicken.com>
9050
9051 * coding.c (make_conversion_work_buffer): Disable buffer
9052 modification hooks in the work buffer.
9053
b5ec91a5
EZ
90542008-12-05 Eli Zaretskii <eliz@gnu.org>
9055
9056 * process.c (procfs_system_process_attributes): If `nread' has a
9057 negative value, assign zero to it.
9058
a5d2a52b
CY
90592008-12-05 Chong Yidong <cyd@stupidchicken.com>
9060
68c5540b 9061 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 9062
7bf1bb21
KH
90632008-12-05 Kenichi Handa <handa@m17n.org>
9064
9065 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
9066 second character is a combining character.
9067
2fdc7d00
EZ
90682008-12-05 Eli Zaretskii <eliz@gnu.org>
9069
9070 * process.c (procfs_system_process_attributes): Don't use cmd,
9071 cmdsize, and q without initializing them first.
9072
bf6bfba8
JR
90732008-12-04 Jason Rumney <jasonr@gnu.org>
9074
9075 * w32font.c (w32font_draw): Initialize orig_clip before getting
9076 it, and delete it when finished.
9077
a3b1a468
DN
90782008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
9079
9080 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
9081 case when running as a daemon before detaching.
9082
8b8be8eb
JB
90832008-12-03 Juanma Barranquero <lekktu@gmail.com>
9084
805f2638 9085 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 9086
b1bde622
KH
90872008-12-03 Kenichi Handa <handa@m17n.org>
9088
e500c47d
KH
9089 * font.c (font_at): Set `multibyte' at first.
9090
ca516334
KH
9091 * coding.c (decode_coding_charset): Check type of an element of
9092 vector VALIDS.
7bf1bb21 9093 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 9094
4ccfa1c0 9095 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
9096 (font_for_char): Likewise.
9097
1e5ecd37
CY
90982008-12-03 Chong Yidong <cyd@stupidchicken.com>
9099
d5b01609 9100 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
9101 (font_update_lface): Handle fonts with corrupted size specs,
9102 i.e. non-int and non-float.
d5b01609 9103
11e3a6e4 9104 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 9105 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 9106 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 9107
ab06788b
CY
9108 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
9109
1e5ecd37 9110 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 9111 underline_minimum_offset for underline position.
1e5ecd37 9112
63c125ab
DN
91132008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9114
9115 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
9116
9117 * character.c (c_string_width): Specify the type for LEN.
9118
3a8406e1
KH
91192008-12-03 Kenichi Handa <handa@m17n.org>
9120
4ccfa1c0 9121 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 9122 (decode_coding_utf_8): Likewise.
4ccfa1c0 9123 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 9124 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 9125
651df7d9
CY
91262008-12-02 Chong Yidong <cyd@stupidchicken.com>
9127
9128 * keyboard.c (make_lispy_position): Only use PT if the selected
9129 window is current.
9130
1f625c6c
AS
91312008-12-02 Andreas Schwab <schwab@suse.de>
9132
f7741ce9
AS
9133 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
9134
1f625c6c
AS
9135 * doprnt.c (doprnt1): Fix size of charbuf.
9136
92bc2678
CY
91372008-12-02 Chong Yidong <cyd@stupidchicken.com>
9138
9139 * keyboard.c (timer_check): Revert last change.
9140
93b9e8cc
JB
91412008-12-02 Juanma Barranquero <lekktu@gmail.com>
9142
9143 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
9144
fd7a37d5
JB
91452008-12-01 Juanma Barranquero <lekktu@gmail.com>
9146
9147 * makefile.w32-in: Update dependencies.
9148 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
9149
c115043b
AS
91502008-12-01 Andreas Schwab <schwab@suse.de>
9151
9152 * font.c (register_font_driver): Use xmalloc.
9153 (font_put_frame_data): Likewise.
9154
f5668d2a
CY
91552008-12-01 Chong Yidong <cyd@stupidchicken.com>
9156
860d96be
CY
9157 * xfaces.c (realize_x_face): Make abort condition clearer.
9158
f5668d2a
CY
9159 * gtkutil.c (update_frame_tool_bar): Initialize variable.
9160
379c17e7
CY
91612008-11-30 Chong Yidong <cyd@stupidchicken.com>
9162
9163 * keyboard.c (timer_check): After a timer runs, ensure that the
9164 selected window's buffer is current.
9165
35f36d65
JB
91662008-11-30 Juanma Barranquero <lekktu@gmail.com>
9167
f952c61c
JB
9168 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
9169 It was accidentally restored by the Unicode merge.
9170
35f36d65
JB
9171 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
9172
b23077df
JB
91732008-11-29 Juanma Barranquero <lekktu@gmail.com>
9174
9175 * w32proc.c: Include "coding.h".
9176 (Fw32_short_file_name): Encode filename passed to Windows API.
9177 (Fw32_long_file_name): Encode filename passed to Windows API and
9178 decode back the result. (Bug#1433)
9179
b8ebe9dd
KH
91802008-11-29 Kenichi Handa <handa@m17n.org>
9181
8cc53f96
KH
9182 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
9183 not before accessing it.
9184
b8ebe9dd
KH
9185 * charset.c (Fdefine_charset_internal): After calculating
9186 min_char, max_char, and fastmap, copy the charset structure again.
9187 (encode_char): Fix the previous change.
9188
59bc82c0
SZ
91892008-11-28 Seiji Zenitani <zenitani@mac.com>
9190
9191 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
9192
9193 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
9194
9195 * nsterm.m (x_set_frame_alpha): New function.
9196
32247e3d
EZ
91972008-11-27 Eli Zaretskii <eliz@gnu.org>
9198
9199 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
9200
b003e5ff
JB
92012008-11-27 Juanma Barranquero <lekktu@gmail.com>
9202
9203 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
9204 pointer to check_face_name.
9205
708550f5
KH
92062008-11-27 Kenichi Handa <handa@m17n.org>
9207
9208 * category.h (SET_CATEGORY_SET): Call set_category_set.
9209 (set_category_set): Extern it.
9210
9211 * category.c (hash_get_category_set): New function.
9212 (Fmodify_category_entry): Adjusted for the change of
9213 char_table_ref_and_range. Call hash_get_category_set to get a
9214 category set to store in the table.
9215
9216 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
9217 Funify_charset.
9218
2ae37cf0 9219 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
9220 (DECODE_CHAR): Check if the decoder vector is ready.
9221 (ENCODE_CHAR): Check if the encoder char-table is ready.
9222 (maybe_unify_char): Extern it.
9223
9224 * charset.c (Vchar_unified_charset_table): Delete it.
9225 (inhibit_load_charset_map): New variable.
9226 (temp_charset_work): New variable.
9227 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
9228 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
9229 New macros.
9230 (load_charset_map): Meaning of control_flag changed. If
9231 inhibit_load_charset_map is nonzero, setup a table in
9232 temp_charset_work.
9233 (load_charset): New argument control_flag.
9234 (map_charset_for_dump): New function.
9235 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
9236 map_charset_for_dump.
9237 (Fdefine_charset_internal): If the charset method is MAP, load
9238 mapping tables by calling load_charset.
9239 (Funify_charset): Don't load a mapping table but directly set
9240 Vchar_unify_table.
9241 (maybe_unify_char): New function.
9242 (decode_char): Don't handle the deleted method MAP_DEFERRED.
9243 Handle the case of inhibit_load_charset_map being nonzero.
9244 (encode_char): Don't handle the deleted method MAP_DEFERRED.
9245 Handle the case of inhibit_load_charset_map being nonzero.
9246 (Fclear_charset_maps): Just free temp_charset_work.
9247 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
9248 variable.
9249
9250 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
9251 change of char_table_ref_and_range.
9252 (char_table_ref_and_range): Change the meaning of argument FROM
9253 and TO. Now the caller must provide initial values for *FROM
9254 and *TO.
9255
9256 * fontset.c (fontset_add): Adjusted for the change of
9257 char_table_ref_and_range.
9258 (fontset_get_font_group): Likewise.
9259 (Ffontset_info): Likewise.
9260
9261 * keymap.c (describe_vector): Adjusted for the change of
9262 char_table_ref_and_range. For char-table, put boundary between
9263 non-ASCII and 8-bit characters.
9264
9265 * print.c (print_object): For bool-vector, delete unnecessary
9266 check of ASCII_BYTE_P.
9267
9196133b
JR
92682008-11-26 Jason Rumney <jasonr@gnu.org>
9269
9270 * w32font.c (w32font_open_internal): Don't include external
9acef61c 9271 leading in font height. (Bug#879)
9196133b 9272
9f688acf
GM
92732008-11-26 Glenn Morris <rgm@gnu.org>
9274
9275 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
9276 redefinition with ifdef. (Bug#1383)
9277
90d19aff
AR
92782008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9279
9280 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
9281
4ccfa1c0 92822008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
9283
9284 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
9285 New EmacsView methods.
9286 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
9287 Fixes bug #1048,1357,1414.
9288
92892008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9290
9291 Fix bug #1362.
9292 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
9293 is not an indexed color.
9294 * nsterm.m (free_indexed_color): Add argument checking.
9295 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
9296
e7d5ecb3
CY
92972008-11-24 Chong Yidong <cyd@stupidchicken.com>
9298
9299 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
9300 Document confirm-after-completion value for
9301 minibuffer-completion-confirm.
9302
c285743c
JR
93032008-11-24 Jason Rumney <jasonr@gnu.org>
9304
9305 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
9306 warning.
9307
b0857706
JR
93082008-11-23 Jason Rumney <jasonr@gnu.org>
9309
9310 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
9311 restored before returning.
9312
9313 * w32font.c (check_face_name): New function.
9314 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 9315 fonts. (Bug#642)
b0857706 9316
ee50ff07
MR
93172008-11-22 Martin Rudalics <rudalics@gmx.at>
9318
9319 * buffer.c (Fswitch_to_buffer): Reword and mention new option
9320 confirm-nonexistent-file-or-buffer in doc-string.
9321
b8ff72fa
SM
93222008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9323
9324 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
9325 Fix copy/paste typo. Add checks.
9326
cee53ed4
KH
93272008-11-21 Kenichi Handa <handa@m17n.org>
9328
9329 * coding.c (detect_coding_iso_2022): Reject invalid composition
9330 sequence.
9331 (DECODE_COMPOSITION_START): If the current source is the last
9332 block, and the current composition doesn't end, regard this
9333 sequence as invalid.
9334 (decode_coding_iso_2022): Handle invalid composition sequence.
9335
f6ef1e65
MR
93362008-11-20 Martin Rudalics <rudalics@gmx.at>
9337
9338 * window.c (coordinates_in_window): Don't return
9339 ON_VERTICAL_BORDER for the rightmost position of a mode/header
9340 line when the window is not the rightmost one. (Bug#1372)
9341
e08b1705
MR
93422008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
9343
9344 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
9345
ad98e89f
EZ
93462008-11-15 Eli Zaretskii <eliz@gnu.org>
9347
9348 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
9349 and bright_bg if noninteractive is non-zero.
9350
fb098a4b
CY
93512008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9352
9353 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
9354 x_draw_glyph_string_background.
9355
9356 * w32term.c (x_draw_glyph_string): Likewise.
9357
ce952b6e
CY
93582008-11-15 Chong Yidong <cyd@stupidchicken.com>
9359
9360 * xterm.c (x_draw_glyph_string): Stop drawing the background of
9361 the next glyph string once past the overhang width.
9362
9363 * nsterm.m (ns_draw_glyph_string): Likewise.
9364
9365 * w32term.c (x_draw_glyph_string): Likewise.
9366
26ea7079
CY
93672008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
9368
9369 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
9370 double file close.
9371
1c33c906
MR
93722008-11-14 Martin Rudalics <rudalics@gmx.at>
9373
9374 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
9375 dedicated status of window before attempting to display another
9376 buffer in it.
9377
8fc29035
JB
93782008-11-14 Juanma Barranquero <lekktu@gmail.com>
9379
9380 * msdos.c (Fmsdos_long_file_names):
9381 (syms_of_msdos) <dos-unsupported-char-glyph>:
9382 * dosfns.c (Fint86): Fix typos in docstrings.
9383
55fb4286
EZ
93842008-11-14 Eli Zaretskii <eliz@gnu.org>
9385
9386 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
9387
3fda0315
KY
93882008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9389
9390 * puresize.h (BASE_PURESIZE): Increase to 1260000.
9391
7e849c17
CY
93922008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
9393
9394 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
9395
9396 * frame.h: Negative alpha means "don't touch".
9397
9398 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
9399
9400 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
9401
b9fd67bd
DN
94022008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
9403
9404 * hftctl.c:
9405 * chpdef.h:
9406 * acldef.h: Remove files used only for systems no longer supported.
9407
9408 * Makefile.in: Fix .o alphabetical ordering.
9409 (hftctl.o): Remove dependency, file removed.
9410 (keymap.o, print.o): Depend on charset.h.
9411
d5998e03
KH
94122008-11-10 Kenichi Handa <handa@m17n.org>
9413
2ae37cf0 9414 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 9415
be70e183
CY
94162008-11-08 Chong Yidong <cyd@stupidchicken.com>
9417
9418 * dired.c (file_name_completion): If completion_ignore_case is
9419 enabled, ignore case when checking completion-regexp-list.
9420
7cf94eac
EZ
94212008-11-08 Eli Zaretskii <eliz@gnu.org>
9422
9423 * vm-limit.c (get_lim_data): Fix last change.
9424
ee107a89
KH
94252008-11-08 Kenichi Handa <handa@m17n.org>
9426
9427 * character.c (Fget_byte): New function.
9428 (syms_of_character): Defsubr Fget_byte.
9429
5fd15622
CY
94302008-11-07 Chong Yidong <cyd@stupidchicken.com>
9431
9432 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
9433 cursor position is valid after scrolling.
9434
13d62fad
JB
94352008-11-06 Juanma Barranquero <lekktu@gmail.com>
9436
9437 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
9438
a1dd2936
GM
94392008-11-06 Glenn Morris <rgm@gnu.org>
9440
9441 * xterm.c (handle_one_xevent): Don't let popup menus cause
9442 mouse-autoselect-window related window switching. (Bug#1261)
9443
860cd236
CY
94442008-11-04 David Smith <davidsmith@acm.org> (tiny change)
9445
9446 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
9447
653a3150
AS
94482008-11-04 Andreas Schwab <schwab@suse.de>
9449
9450 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
9451
870f5cac
CY
94522008-11-03 Chong Yidong <cyd@stupidchicken.com>
9453
9454 * xfns.c (Fx_wm_set_size_hint): New function.
9455
1e02f3cb
MR
94562008-11-03 Martin Rudalics <rudalics@gmx.at>
9457
9458 * textprop.c (Fprevious_single_char_property_change): Return 0
9459 when there's no change in a string. (Bug#1301)
9460
e630dfc6
MR
94612008-11-02 Martin Rudalics <rudalics@gmx.at>
9462
9463 * frame.c (do_switch_frame): New argument NORECORD passed to
9464 Fselect_window.
9465 (Fselect_frame): New argument NORECORD passed to
9466 do_switch_frame.
9467 (Fset_frame_selected_window): New argument NORECORD passed to
9468 Fselect_frame.
9469 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
9470 in call of do_switch_frame.
9471 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
9472 Handle NORECORD argument in call of Fselect_frame.
9473 * lisp.h (do_switch_frame, Fselect_frame)
9474 (Fset_frame_selected_window): Adjust declarations.
9475 * window.c (select_frame_norecord): New function.
9476 (run_window_configuration_change_hook): Use it and call
9477 Fselect_frame with NORECORD set.
9478 (Fselect_window): Pass NORECORD to Fselect_frame.
9479 (Fset_window_configuration): Handle NORECORD argument in call of
9480 do_switch_frame.
9481 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
9482 Fset_frame_selected_window.
9483 * keyboard.c (command_loop_1): Handle NORECORD in call of
9484 Fselect_frame (currently ifdefd).
9485
9020b223
GM
94862008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
9487
9488 * emacs.c (USAGE2): Untabify.
9489
793ffee8
SM
94902008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
9491
9492 * composite.c (fill_gstring_header): Fix copy/paste typo.
9493
ab6d1131
MR
94942008-10-31 Martin Rudalics <rudalics@gmx.at>
9495
9496 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
9497 (Fother_window): Rename argument and rewrite doc-string.
9498 (select_window_norecord): Fix return value. (Bug#1276)
9499
601a9cf1
JB
95002008-10-30 Juanma Barranquero <lekktu@gmail.com>
9501
9502 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
9503 new frames overriding foreground for tooltips. Based on similar patch
9504 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
9505
813b0652
CY
95062008-10-29 Chong Yidong <cyd@stupidchicken.com>
9507
9508 * emacs.c (Fdaemon_initialized): Initialize nfd.
9509
4414f58f
MR
95102008-10-29 Martin Rudalics <rudalics@gmx.at>
9511
9512 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
9513 (Fwindow_text_height): Clarify doc-strings.
9514 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
9515 doc-string of window-scroll-functions.
9516
ecdcaa09
RS
95172008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9518
9519 * category.c (syms_of_category): Fix typo in docstring.
9520
23fe745a
JB
95212008-10-28 Juanma Barranquero <lekktu@gmail.com>
9522
9523 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
9524 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
9525 Fix typos in docstrings.
9526
ff808935
DN
95272008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
9528
9529 * emacs.c (daemon_pipe): Make non-static.
9530 (IS_DAEMON): Move definition ...
9531 * lisp.h (IS_DAEMON): ... here.
9532 (daemon_pipe): Declare.
9533 (is_daemon): Remove.
9534 * dispnew.c (init_display): Use IS_DAEMON.
9535
fc012771
SM
95362008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9537
9538 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
9539 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
9540
9541 * emacs.c (is_daemon): Remove.
9542 (main): Don't set is_daemon.
9543 (IS_DAEMON): New macro.
9544 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 9545 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
9546 parent exits.
9547 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
9548
d8bdbe6f
CY
95492008-10-27 Chong Yidong <cyd@stupidchicken.com>
9550
d1a072bf
CY
9551 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
9552 over-sized glyph, draw it with the default glyph width.
9553
e2e325aa
CY
9554 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
9555 glyph, draw it with the default glyph width.
9556
9557 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
9558 glyph, draw it with the default glyph width.
9559
d8bdbe6f
CY
9560 * xdisp.c (try_scrolling): When computing the distance from the
9561 scroll margin to PT, try moving some distance past the window
9562 bottom before giving up.
9563
7bfac547
MR
95642008-10-27 Martin Rudalics <rudalics@gmx.at>
9565
9566 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
9567 (Fset_window_buffer): Explain in doc-string that a window can be
9568 "strongly" dedicated to its buffer.
9569
4ff029f6
DN
95702008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
9571
9572 * emacs.c (daemon_name): New variable.
9573 (main): Deal with --daemon=SERVER_NAME.
9574 (Fdaemonp): Return a name if one was passed to --daemon.
9575
5790ef40
DN
95762008-10-26 Romain Francoise <romain@orebokech.com>
9577
f9bd0df9 9578 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
9579 (main): Create a pipe before forking, make the parent exit only after
9580 the child has closed its end of the pipe. Move closing the
9581 descriptors ...
9582 (Fdaemon_initialized): ... here. New function.
9583
f5385255
SM
95842008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9585
4d632321
SM
9586 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
9587 the previous unoptimized table.
9588
f5385255
SM
9589 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
9590 the distinction between non-nil and non-t value of `dedicated'.
9591
6c56a0f3
CY
95922008-10-25 Chong Yidong <cyd@stupidchicken.com>
9593
9594 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 9595 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 9596
fec89261
MR
95972008-10-25 Martin Rudalics <rudalics@gmx.at>
9598
9599 * window.c (Fget_buffer_window, Fdelete_windows_on)
9600 (Freplace_buffer_in_windows): Make buffer argument optional and
9601 rename to buffer_or_name.
9602
34fcddd0
CY
96032008-10-24 Chong Yidong <cyd@stupidchicken.com>
9604
f5385255
SM
9605 * xdisp.c (handle_single_display_spec, handle_display_prop):
9606 Undo 2005-05-16 change.
34fcddd0
CY
9607 (handle_stop): Pop iterator if it's loaded with an empty string.
9608 (get_overlay_strings_1): Don't save iterator if it's loaded with
9609 an empty string (bug#1201).
9610
064766f2
KH
96112008-10-24 Kenichi Handa <handa@m17n.org>
9612
9613 * ftfont.c (ftfont_otf_features): Fix previous change.
9614 (ftfont_otf_capability): Check FeatureList.FeatureCount before
9615 calling ftfont_otf_features.
9616
f9bd0df9 96172008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
9618
9619 * font.c (font_match_p): Fix for the case that a vector of
9620 characters is in script-representative-chars.
9621
1dae9197
MA
96222008-10-24 Michael Albinus <michael.albinus@gmx.de>
9623
9624 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 9625 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
9626 (xd_read_queued_messages): Catch Qdbus_error from the macros.
9627 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 9628 macro. (Bug#1186)
1dae9197 9629
f9bd0df9 96302008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
9631
9632 * s/sol2-10.h: New file.
9633
878a4584
JB
96342008-10-23 Juanma Barranquero <lekktu@gmail.com>
9635
9636 * xdisp.c (fill_glyph_string): Fix typo in source (though the
9637 poor beast has survived 9+ years and the jump from xterm.c!).
9638
cd265ca6
MR
96392008-10-23 Martin Rudalics <rudalics@gmx.at>
9640
9641 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
9642 Reword doc-string.
f5385255 9643 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 9644
472a4dc9
JB
96452008-10-23 Juanma Barranquero <lekktu@gmail.com>
9646
9647 * character.c (syms_of_character) <script-representative-chars>:
9648 <unicode-category-table>: Doc fixes.
9649
159bd5a2
NF
96502008-10-23 Noah Friedman <friedman@splode.com>
9651
9652 * coding.c (make_conversion_work_buffer): Check that
9653 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
9654 Fget_buffer_create.
9655
49f9c344
KH
96562008-10-23 Kenichi Handa <handa@m17n.org>
9657
9658 * font.c (font_add_log): Check the values of extra properties.
9659
12bb3111
MR
96602008-10-22 Martin Rudalics <rudalics@gmx.at>
9661
9662 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
9663 Reword doc-string.
9664 (Fset_window_parameter): Use NILP.
9665 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 9666 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 9667
bbeb4e99
JB
96682008-10-22 Juanma Barranquero <lekktu@gmail.com>
9669
9670 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
9671
96722008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
9673
9674 * nsfns.m (ns_appkit_version): New function.
9675 (x-server-version): Use it.
9676 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
9677 (x-server-vendor): Don't check_ns().
9678
9679 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
9680
a9b555d3
JB
96812008-10-22 Juanma Barranquero <lekktu@gmail.com>
9682
9683 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
9684 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
9685
4626499f
KH
96862008-10-22 Kenichi Handa <handa@m17n.org>
9687
e3681952
KH
9688 * syntax.c (scan_words): Call word_boundary_p instead of comparing
9689 scripts.
9690
4626499f
KH
9691 * category.c (word_boundary_p): Check scripts instead of charset.
9692 Handle nil value in word-separating-categories and
9693 word-combining-categories.
9694 (syms_of_category): Fix docstrings of word-separating-categories
9695 and word-combining-categories.
9696
1560f91a
EZ
96972008-10-21 Eli Zaretskii <eliz@gnu.org>
9698
9699 * coding.c (Fencode_coding_region, Fdecode_coding_region)
9700 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
9701
f4668441
MR
97022008-10-21 Martin Rudalics <rudalics@gmx.at>
9703
9704 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
9705 Rename arg "buffer" to "buffer_or_name".
9706 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
9707 it optional.
9708 (no_switch_window): Remove since the return value is not used.
a9b555d3 9709 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
9710 Consider window as dedicated when Fwindow_dedicated_p returns a
9711 non-nil value.
9712 * lisp.h: Remove prototype for no_switch_window.
9713
fd75ddb2
JD
97142008-10-21 Jan Djärv <jan.h.d@swipnet.se>
9715
9716 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 9717 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 9718
07295713
KH
97192008-10-21 Kenichi Handa <handa@m17n.org>
9720
9721 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
9722 check Vlatin_extra_code_table.
9723
712adc82
EZ
97242008-10-20 Eli Zaretskii <eliz@gnu.org>
9725
9726 * fileio.c (Fset_file_modes): Doc fix.
9727
f549eb0b
MA
97282008-10-19 Michael Albinus <michael.albinus@gmx.de>
9729
9730 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
9731 in arrays.
9732
aac0c6e3
MR
97332008-10-19 Martin Rudalics <rudalics@gmx.at>
9734
9735 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
9736 Mention kill-buffer in doc-string.
9737 (Fset_window_buffer): Reinsert tem check removed in last commit.
9738 (Fenlarge_window, Fshrink_window): Have argument names and
9739 doc-string follow Elisp manual more closely.
9740
97412008-10-18 Eli Zaretskii <eliz@gnu.org>
9742
9743 * fileio.c (Fset_file_modes): Doc fix.
9744
97452008-10-18 Martin Rudalics <rudalics@gmx.at>
9746
9747 * window.c (Fwindow_width, Fset_window_start)
9748 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
9749 (Fdelete_windows_on, Freplace_buffer_in_windows):
9750 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
9751 (Fwindow_dedicated_p): Make window argument optional.
9752 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
9753 (Fset_window_buffer): Respect any non-nil dedicated value for
9754 window. Rename "buffer" argument to "buffer_or_name".
9755
97562008-10-18 Ulrich Mueller <ulm@gentoo.org>
9757
9758 * m/sh3.h: New file, machine description for SuperH.
9759
97602008-10-17 Martin Rudalics <rudalics@gmx.at>
9761
9762 * window.c (Fsplit_window): Rename arg horflag to horizontal.
9763
97642008-10-17 Kenichi Handa <handa@m17n.org>
9765
9766 * ftfont.c (ftfont_otf_features): Fix indexing
9767 gsub_gpos->FeatureList.Feature. Check the validity of indices.
9768
97692008-10-16 Magnus Henoch <mange@freemail.hu>
9770
9771 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
9772 (Fdbus_call_method_asynchronously): Ditto.
9773 This change makes C-h f display the argument list.
9774
97752008-10-16 Chong Yidong <cyd@stupidchicken.com>
9776
9777 * fileio.c (Fexpand_file_name): Doc fix.
9778
9779 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
9780 of :foreground and :background equivalent to unspecified (20.x
9781 compatibility).
9782
97832008-10-15 Eli Zaretskii <eliz@gnu.org>
9784
9785 * buffer.c (syms_of_buffer): Doc fix.
9786
97872008-10-14 Kenichi Handa <handa@m17n.org>
9788
9789 * font.c (font_clear_prop): When clearing font width, clear the
9790 average width field too.
9791
97922008-10-12 Andreas Schwab <schwab@suse.de>
9793
9794 * ftfont.c (ftfont_shape_by_flt): Make static.
9795 * ftfont.h (ftfont_shape_by_flt): Don't declare.
9796
9797 * font.c: Don't include <m17n-flt.h>.
9798
97992008-10-10 Eli Zaretskii <eliz@gnu.org>
9800
9801 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
9802
98032008-10-09 Eli Zaretskii <eliz@gnu.org>
9804
9805 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
9806 away code.
9807
98082008-10-09 Chong Yidong <cyd@stupidchicken.com>
9809
9810 * dispnew.c (update_text_area): Avoid looping due to large glyph
9811 overhangs (bug#1070).
9812
98132008-10-09 Kenichi Handa <handa@m17n.org>
9814
9815 * fontset.c (face_for_char): If face->fontset is negative, just
9816 return ascii_face.
9817
f5385255
SM
9818 * font.c (font_delete_unmatched): Fix previous change.
9819 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
9820
98212008-10-09 Martin Rudalics <rudalics@gmx.at>
9822
9823 * frame.c (Fraise_frame): On text-only terminals select frame in
9824 order to make it visible. (Bug#1061)
9825
98262008-10-08 Chong Yidong <cyd@stupidchicken.com>
9827
9828 * fontset.c (fontset_find_font): Check frame validity.
9829
98302008-10-07 Chong Yidong <cyd@stupidchicken.com>
9831
a9b555d3 9832 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
9833 (xg_display_close): Allow Emacs to close all displays (bug#985).
9834
98352008-10-06 Andreas Schwab <schwab@suse.de>
9836
f5385255 9837 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
9838
98392008-10-06 Chong Yidong <cyd@stupidchicken.com>
9840
f5385255 9841 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 9842
a9b555d3 9843 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
9844
9845 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
9846 during initialization.
9847
98482008-10-04 Eli Zaretskii <eliz@gnu.org>
9849
9850 * xdisp.c (redisplay_internal): If frame switched, redisplay the
9851 whole thing on MSDOS frames as well as on a TTY.
9852
9853 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
9854 well as for TTY.
9855 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
9856 well as on a TTY.
9857
9858 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
9859 as well as for TTY.
9860
9861 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
9862
9863 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
9864 MSDOS frames as well.
9865
98662008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
9867
9868 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
9869 correct arguments.
b71ac3dd 9870 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
9871
98722008-10-03 Glenn Morris <rgm@gnu.org>
9873
9874 * emacs.c (USAGE1): Add --daemon.
9875
98762008-10-02 Eli Zaretskii <eliz@gnu.org>
9877
9878 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
9879 100, so it's in percents as advertised.
9880
98812008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
9882
9883 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
9884 (ns_output.current_cursor, ns_output.desired_cursor)
9885 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
9886 (FRAME_NEW_CURSOR_COLOR): Remove.
9887
9888 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 9889 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
9890 enumeration (HOLLOW_BOX_CURSOR, etc.).
9891
9892 * nsterm.m (ns_frame_rehighlight): Remove commented code.
9893 (draw_window_cursor): Simplify code.
f5385255
SM
9894 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
9895 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 9896 updates manually.
a9b555d3
JB
9897 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
9898 Use core Emacs cursor types.
aac0c6e3 9899
b8ff72fa 9900 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
9901
99022008-10-02 Martin Rudalics <rudalics@gmx.at>
9903
9904 * process.c (Faccept_process_output): Fix doc-string.
9905
99062008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
9907
9908 * gmalloc.c (__sbrk): Also define for uClibc.
9909
9910 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
9911 for uClibc.
9912
99132008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9914
9915 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
9916 styles.
9917 (nsfont_open): Reenable the cache.
9918
99192008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9920
9921 * font.c (font_matching_entity): Reflect ATTRS in font selection.
9922 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
9923
99242008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9925
9926 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
9927 a suspended terminal.
9928
99292008-09-30 Michael Albinus <michael.albinus@gmx.de>
9930
9931 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
9932
99332008-09-30 Eli Zaretskii <eliz@gnu.org>
9934
9935 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
9936
99372008-09-30 Chong Yidong <cyd@stupidchicken.com>
9938
9939 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
9940 in a continued line coincides with a line beginning.
9941
99422008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
9943
9944 * nsfont.m (nsfont_trait_distance): Fix bug.
9945 (nsfont_list): Return a list rather than a vector (syncs with Handa
9946 changes of 2008-05-14).
9947 (nsfont_open): Improve logging.
9948
99492008-09-29 Andreas Schwab <schwab@suse.de>
9950
9951 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
9952
99532008-09-28 Martin Rudalics <rudalics@gmx.at>
9954
9955 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
9956 name as char-resolve-modifiers.
9957 Reported by: Markus Triska <markus.triska@gmx.at>
9958
99592008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
9960
9961 * dispnew.c (init_display): Return earlier when running as a daemon.
9962
99632008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9964
9965 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
9966
99672008-09-27 Eli Zaretskii <eliz@gnu.org>
9968
9969 * composite.c (Fcomposition_get_gstring)
9970 (Fcompose_region_internal, Fcompose_string_internal)
9971 (Ffind_composition_internal): Doc fix.
9972 (syms_of_composite) <compose-chars-after-function>: Doc fix.
9973 (syms_of_composite) <auto-composition-function>: Doc fix.
9974 (syms_of_composite) <composition-function-table>: Doc fix.
9975
99762008-09-25 Chong Yidong <cyd@stupidchicken.com>
9977
9978 * search.c (wordify): New argument for lax word-ends.
9979 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
9980
99812008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9982
9983 * lisp.h (is_daemon): Declare.
9984 * dispnew.c (init_display): Do not try to initialize the terminal
9985 when running as a daemon.
9986
99872008-09-22 Chong Yidong <cyd@stupidchicken.com>
9988
9989 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
9990 x_display_pixel_height.
9991
99922008-09-22 Martin Rudalics <rudalics@gmx.at>
9993
9994 * undo.c (record_point): Don't call Fundo_boundary for first
9995 change. (Bug#731)
9996
99972008-09-22 Juanma Barranquero <lekktu@gmail.com>
9998
9999 * emacs.c (Fdaemonp): Doc fix.
10000
100012008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
10002
10003 * emacs.c (main): Place #ifdef in the proper place.
10004
100052008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10006
10007 * emacs.c (standard_args): Add --daemon.
10008 (main): Disconnect from the terminal when --daemon is passed.
10009 (is_daemon): New variable.
10010 (Fdaemonp): New function.
10011 (syms_of_emacs): Defsubr it.
10012
100132008-09-20 Chong Yidong <cyd@stupidchicken.com>
10014
10015 * xdisp.c (get_next_display_element): Handle string display
10016 correctly when checking for the end of a box run.
10017
100182008-09-20 Glenn Morris <rgm@gnu.org>
10019
10020 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
10021 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
10022 (Frename_file): Avoid copying to trash if a rename involves
10023 a delete. (Bug#964).
10024
100252008-09-20 Eli Zaretskii <eliz@gnu.org>
10026
10027 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
10028 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
10029 frames as well as termcap frames.
10030 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
10031 get_named_tty.
10032
100332008-09-19 Eli Zaretskii <eliz@gnu.org>
10034
10035 * process.c (procfs_system_process_attributes): Fix cmdline in
10036 case /proc/PID/cmdline is empty.
10037
10038 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
10039 x_display_pixel_height.
10040
100412008-09-19 Juanma Barranquero <lekktu@gmail.com>
10042
10043 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
10044
10045 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
10046 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
10047
100482008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
10049
10050 * dispextern.h (struct it): Move line_wrap away from the middle of
10051 bitfields. Move voffset in struct iterator_stack_entry after the
10052 bitfields. Move tab_width near after another short.
10053
100542008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
10055
10056 * frame.h (struct frame): Move alpha from the middle of bitfields.
10057
10058 * window.h (struct window): Move frozen_window_start_p after the
10059 rest of the bitfields to reduce padding.
10060
100612008-09-18 Chong Yidong <cyd@stupidchicken.com>
10062
10063 * xterm.h (x_display_info): Remove `height' and `width' members.
10064
10065 * nsterm.h (ns_display_info): Remove `height' and `width' members.
10066
10067 * w32term.h (w32_display_info): Remove `height', `width',
10068 `height_in', and `width_in' members.
10069
b8ff72fa
SM
10070 * xterm.c (x_display_pixel_height, x_display_pixel_width):
10071 New functions.
aac0c6e3
MR
10072 (x_calc_absolute_position): Use them.
10073 (x_term_init): Omit removed `height' and `width' members.
10074
b8ff72fa
SM
10075 * w32term.c (x_display_pixel_height, x_display_pixel_width):
10076 New functions.
aac0c6e3
MR
10077 (w32_read_socket, x_calc_absolute_position): Use them.
10078 (w32_initialize_display_info, w32_term_init): Omit removed members
10079 of w32_display_info.
10080
b8ff72fa
SM
10081 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
10082 New functions.
10083 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 10084
b8ff72fa
SM
10085 * xterm.c (x_display_pixel_height, x_display_pixel_width):
10086 New functions.
aac0c6e3
MR
10087 (x_calc_absolute_position): Use them.
10088 (x_term_init): Omit removed `height' and `width' members.
10089
10090 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
10091 (compute_tip_xy):
10092 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
10093 * xmenu.c (menu_position_func): Use x_display_pixel_height and
10094 x_display_pixel_width.
10095
100962008-09-18 Kenichi Handa <handa@m17n.org>
10097
10098 * composite.c (fill_gstring_header): Don't check FROM and TO here.
10099 (composition_compute_stop_pos): Fix handling of static composition.
10100 (Fcomposition_get_gstring): Check FROM and TO at first.
10101
101022008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10103
46e722a9 10104 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
10105 mixup (YAILOM).
10106
101072008-09-17 Chong Yidong <cyd@stupidchicken.com>
10108
10109 * indent.c (Fvertical_motion): Use position reported by iterator
10110 instead of PT for determining screen motion (bug#943).
10111
101122008-09-17 Romain Francoise <romain@orebokech.com>
10113
10114 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
10115
101162008-09-17 Kenichi Handa <handa@m17n.org>
10117
10118 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
10119
10120 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
10121 if necessary.
10122
101232008-09-16 Kenichi Handa <handa@m17n.org>
10124
10125 * coding.c (make_conversion_work_buffer): Avoid calling
10126 Fget_buffer_create if it is not necessary.
10127
101282008-09-15 Martin Rudalics <rudalics@gmx.at>
10129
10130 * window.c (Fselect_window): Don't update window_select_count and
10131 use_time when norecord is not nil.
10132
101332008-09-14 Kenichi Handa <handa@m17n.org>
10134
10135 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
10136 specpdl_ptr.
10137
101382008-09-12 Kenichi Handa <handa@m17n.org>
10139
10140 * indent.c (scan_for_column): Don't handle automatic composition
10141 if the current buffer is not associated with a window.
10142
10143 * composite.c (composition_reseat_it): If the current buffer is
10144 not associated with a window, ignore the automatic composition.
10145 (find_automatic_composition): Likewise.
10146
101472008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10148
10149 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
10150 (Fgpm_mouse_stop): Use it.
10151 * termhooks.h (close_gpm): Declare.
10152 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
10153 connection if Gpm_GetEvent fails.
10154
10155 * window.c (set_window_buffer): Always preserve current-buffer.
10156
101572008-09-12 Glenn Morris <rgm@gnu.org>
10158
10159 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
10160
101612008-09-11 Glenn Morris <rgm@gnu.org>
10162
10163 * charset.c (charset-map-path): Doc fix.
10164
101652008-09-10 Kenichi Handa <handa@m17n.org>
10166
10167 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
10168
10169 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
10170 compose a grapheme cluster with the preceding base glyph.
10171
10172 * composite.c (composition_compute_stop_pos): Fix previous change.
10173 Reset cmp_it->id to -1 at first.
10174
101752008-09-10 Glenn Morris <rgm@gnu.org>
10176
10177 * Makefile.in (character.o, chartab.o): Fix config.h typo.
10178
101792008-09-09 Chong Yidong <cyd@stupidchicken.com>
10180
10181 * keyboard.c (read_key_sequence): Reapply translation maps when
10182 switching keyboards.
10183
101842008-09-09 Kenichi Handa <handa@m17n.org>
10185
10186 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
10187 characters.
10188
10189 * composite.c (FORWARD_CHAR): Fix calculation
10190 of (POSITION).pos_byte.
10191 (composition_compute_stop_pos): Limit the search of composition to
10192 at most 500 characters ahead. If we reach the limit or find a
10193 newline, set cmp_it->ch to -2 and return 0.
10194 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
10195
101962008-09-08 Kenichi Handa <handa@m17n.org>
10197
10198 * indent.c (Fvertical_motion): Be sure to set
10199 it_overshoot_expected if it.cmp_it.id is non-negative.
10200
102012008-09-07 Andreas Schwab <schwab@suse.de>
10202
10203 * callproc.c (Fcall_process): Don't hold references to string data
10204 across garbage collection. Move initialisation of new_argv down
10205 to avoid compiler bug.
10206
102072008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10208
10209 * process.c (Fsystem_process_attributes): Doc fix.
10210
102112008-09-07 Chong Yidong <cyd@stupidchicken.com>
10212
10213 * callproc.c (Fcall_process): Canonicalize current directory name.
10214
10215 * xdisp.c (move_it_to): When moving by vpos, ensure that the
10216 iterator advances to the next line if the current line ends in a
10217 continued tab.
10218
102192008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
10220
10221 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
10222 member to point to cmp_from.
10223
10224 * xdisp.c: Doc fix for references to gidx data member.
10225
102262008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10227
10228 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
10229
102302008-09-07 Kenichi Handa <handa@m17n.org>
10231
10232 * composite.c (FORWARD_CHAR): Check STOP after
10233 incrementing (POSITION).pos.
10234
102352008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10236
10237 * process.c (Fsystem_process_attributes): Doc fix.
10238
102392008-09-06 Chong Yidong <cyd@stupidchicken.com>
10240
10241 * keyboard.c (Ftop_level): Doc fix.
10242
102432008-09-06 Eli Zaretskii <eliz@gnu.org>
10244
10245 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
10246 minibuffer, don't let lower part of menu invade the echo area.
10247
10248 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
10249 "char *q" to access menu text and advance through it. Revert the
10250 change that displayed ">" instead of ASCII character 0x10.
10251
102522008-09-05 Eli Zaretskii <eliz@gnu.org>
10253
10254 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
10255 toggle boxes and radio buttons on MS-DOS as well.
10256
102572008-09-05 Kenichi Handa <handa@m17n.org>
10258
10259 * composite.c (autocmp_chars): Check lookback count.
10260 (composition_compute_stop_pos): Set cmp_it->lookback.
10261 (composition_reseat_it): Check lookback count.
10262 (struct position_record): New struct.
10263 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
10264 (find_automatic_composition): New function.
10265 (composition_adjust_point): Use find_automatic_composition.
10266
10267 * dispextern.h (struct composition_it): New member lookback.
10268
102692008-09-02 Chong Yidong <cyd@stupidchicken.com>
10270
10271 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
10272 if moving by a single line.
10273
102742008-09-02 Andreas Schwab <schwab@suse.de>
10275
10276 * xterm.c (x_delete_display): Fix merge error.
10277
10278 * fileio.c (Fexpand_file_name): Remove unused variables.
10279
102802008-09-02 Eli Zaretskii <eliz@gnu.org>
10281
10282 * fileio.c (Fexpand_file_name): Copy argument `name' into local
10283 storage on all platforms, not just on DOS_NT.
10284
102852008-09-02 Jason Rumney <jasonr@gnu.org>
10286
b8ff72fa
SM
10287 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
10288 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
10289
102902008-09-01 Chong Yidong <cyd@stupidchicken.com>
10291
10292 * xfaces.c (Finternal_set_alternative_font_family_alist)
10293 (Finternal_set_alternative_font_registry_alist): Properly copy
10294 entire alist structure.
10295
102962008-09-01 Kenichi Handa <handa@m17n.org>
10297
d66c0241 10298 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 10299 representative chars of the script is a vector.
d66c0241
JB
10300 (ftfont_list): Handle the case where the representative chars of
10301 the script is a vector.
aac0c6e3
MR
10302
10303 * character.c (syms_of_character): Docstring of
10304 script-representative-chars fixed.
10305
103062008-08-31 Eli Zaretskii <eliz@gnu.org>
10307
10308 * msdos.c (BUILD_CHAR_GLYPH): New macro.
10309 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
10310 the menu. Allocate larger buffer for `text', to account for
10311 possible ^C characters.
10312
103132008-08-31 Martin Rudalics <rudalics@gmx.at>
10314
10315 * xdisp.c (prepare_menu_bars): Don't call
10316 Vwindow_size_change_functions with arg Qt.
10317
103182008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * font.h (font_range):
10321 * fileio.c (report_file_error):
46e722a9
SM
10322 * composite.c (composition_update_it): Yet another int/Lisp_Object
10323 mixup (YAILOM).
aac0c6e3
MR
10324
103252008-08-30 Glenn Morris <rgm@gnu.org>
10326
10327 * data.c (Fmake_variable_frame_local): Doc fix.
10328
10329 * frame.c (Fmodify_frame_parameters): Doc fix.
10330
103312008-08-30 Eli Zaretskii <eliz@gnu.org>
10332
10333 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
10334 needed by GetTokenInformation.
10335 (w32_system_process_attributes): Check return values of all system
10336 APIs.
10337
10338 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
10339 only when the state changes.
10340 (IT_update_begin, IT_update_end): Add termscript trace.
10341
10342 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
10343 clipboard is unavailable. Set dst to NULL if it doesn't point to
10344 malloc'ed data.
10345 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
10346 passing random values to xfree.
10347
10348 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 10349 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
10350
103512008-08-29 Jason Rumney <jasonr@gnu.org>
10352
10353 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
10354
103552008-08-29 Eli Zaretskii <eliz@gnu.org>
10356
10357 * composite.c (fill_gstring_body): Avoid compiler warnings.
10358
10359 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
10360 LGLYPH_SET_CODE to avoid compiler warnings.
10361
2ae37cf0 10362 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
10363
10364 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
10365
10366 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
10367 LGLYPH_SET_CODE.
10368
103692008-08-29 Kenichi Handa <handa@m17n.org>
10370
10371 * fileio.c (report_file_error): Don't downcase the first character
10372 of errstring if it is still unibyte.
10373
103742008-08-29 Kenichi Handa <handa@m17n.org>
10375
10376 These changes are to re-implement the automatic composition so
10377 that it doesn't use text properties.
10378
10379 * Makefile.in (ftfont.o): Depend on composite.h.
10380 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
10381
10382 * character.h (Vunicode_category_table): Extern it.
10383
10384 * character.c (Vunicode_category_table): New variable.
10385 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
10386
10387 * chartab.c (optimize_sub_char_table): Perform more greedy
10388 optimization.
10389
b8ff72fa
SM
10390 * composite.h (enum composition_method):
10391 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
10392 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
10393 (Vcomposition_function_table): Extern it.
10394 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
10395 (composition_gstring_put_cache, composition_gstring_from_id)
10396 (composition_gstring_p, composition_gstring_width)
10397 (composition_compute_stop_pos, composition_reseat_it)
10398 (composition_update_it, composition_adjust_point): Extern them.
10399 (Fcomposition_get_gstring): EXFUN it.
10400
d66c0241 10401 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
10402 (Vcomposition_function_table)
10403 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
10404 (gstring_hash_table, gstring_work, gstring_work_headers):
10405 New variables.
aac0c6e3
MR
10406 (gstring_lookup_cache, composition_gstring_put_cache)
10407 (composition_gstring_from_id, composition_gstring_p)
10408 (composition_gstring_width, fill_gstring_header)
10409 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
10410 (composition_reseat_it, composition_update_it)
b8ff72fa 10411 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
10412 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
10413 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 10414 Defsubr composition_get_gstring.
aac0c6e3
MR
10415
10416 * dispextern.h (struct glyph): New union u.cmp. Delete the member
10417 cmp_id.
10418 (struct glyph_string): Delete the member gidx. New members
10419 cmp_id, cmp_from, and cmp_to.
10420 (enum it_method): Delete GET_FROM_COMPOSITION.
10421 (struct composition_it): New struct.
10422 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
10423 Delete c, len, cmp_id, cmp_len in u.comp.
10424
10425 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 10426 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 10427 (enum lglyph_indices): Likewise.
b8ff72fa 10428 (font_range): Adjust extern.
aac0c6e3
MR
10429 (font_fill_lglyph_metrics): Extern it.
10430
10431 * font.c (QCf): New variable.
10432 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
10433 (font_prepare_composition): Delete this function.
10434 (font_range): Type and arguments changed.
10435 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
10436 (font_fill_lglyph_metrics): New function.
b8ff72fa 10437 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 10438 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
10439 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
10440 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
10441
10442 * fontset.h (font_for_char): Extern it.
10443
10444 * fontset.c (font_for_char): New function.
10445
10446 * ftfont.c: Include composite.h.
10447 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 10448 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
10449
10450 * indent.c: Include composite.h and dispextern.h.
10451 (check_composition): Delete this function.
10452 (scan_for_column): Handle composition by
10453 composition_compute_stop_pos, composition_reseat_it, and
10454 composition_update_it.
10455 (compute_motion): Likewise.
10456 (Fvertical_motion): Fix checking of composition.
10457
10458 * keyboard.c (adjust_point_for_property): Check composition by
10459 composition_adjust_point.
10460
b8ff72fa 10461 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
10462 struct glyph_string.
10463
b8ff72fa
SM
10464 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
10465 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
10466 struct glyph.
10467 (produce_composite_glyph): Likewise.
10468
b8ff72fa
SM
10469 * w32term.c (x_draw_composite_glyph_string_foreground):
10470 Adjust for the change of struct glyph_string.
aac0c6e3
MR
10471 (x_draw_glyph_string): Likewise.
10472
10473 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
10474 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
10475
10476 * xdisp.c: Include font.h.
10477 (it_props): Delete the entry for Qauto_composed.
10478 (init_iterator): Initialize it->cmp_it.id to -1.
10479 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 10480 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
10481 (handle_auto_composed_prop): Delete it.
10482 (handle_composition_prop): Handle only static composition.
10483 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
10484 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 10485 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
10486 (pop_it): Likewise.
10487 (get_next_element): Delete next_element_from_composition.
10488 (CHAR_COMPOSED_P): New macro.
10489 (get_next_display_element): For automatic composition, get a face
10490 from the font in the glyph-string.
10491 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 10492 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
10493 (next_element_from_string): Check if the character at the current
10494 position is composed by CHAR_COMPOSED_P.
10495 (next_element_from_buffer): Likewise.
d66c0241
JB
10496 (next_element_from_composition): Adjust for the change of struct it.
10497 Update it->cmp_it.
b8ff72fa
SM
10498 (dump_glyph): Adjust for the change of struct glyph.
10499 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
10500 it and struct glyph. Don't handle automatic composition here.
10501 (fill_gstring_glyph_string): New function.
10502 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 10503 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
10504 (BUILD_GSTRING_GLYPH_STRING): New macro.
10505 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
10506 automatic composition.
b8ff72fa 10507 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 10508 struct glyph.
b8ff72fa 10509 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 10510
b8ff72fa 10511 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
10512 the change of struct glyph_string.
10513 (x_draw_glyph_string): Likewise.
10514
105152008-08-29 Glenn Morris <rgm@gnu.org>
10516
10517 * buffer.c (word-wrap): Doc fix.
10518 * xdisp.c (truncate-partial-width-windows): Doc fix.
10519 Increase default to 50.
10520
105212008-08-29 Chong Yidong <cyd@stupidchicken.com>
10522
10523 * xdisp.c (update_tool_bar_unwind): New function.
10524 (update_tool_bar): Temporarily set selected frame before building
10525 tool-bar items.
10526
105272008-08-28 Michael Albinus <michael.albinus@gmx.de>
10528
10529 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
10530 snprintf, respectively.
10531 (xd_append_arg): Convert strings with Fstring_make_unibyte.
10532
105332008-08-28 Chong Yidong <cyd@stupidchicken.com>
10534
10535 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
10536 LDFLAGS to GNUstep CC invocation.
10537
105382008-08-27 Chong Yidong <cyd@stupidchicken.com>
10539
10540 * indent.c (Fvertical_motion): Revert last change. Handle the
10541 general case where we are moving forward, and PT spans multiple
10542 screen lines.
10543
10544 * eval.c (find_handler_clause): Temporarily increase
10545 max-lisp-eval-depth while printing the backtrace buffer, to
10546 guarantee that help-mode code can run.
10547
105482008-08-27 Eli Zaretskii <eliz@gnu.org>
10549
10550 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
10551 colors under -rv.
10552 (IT_set_frame_parameters): Don't swap foreground and background
10553 colors if `(reverse . t)' is present in the frame properties.
10554 (internal_terminal_init): Call init_frame_faces only for the
10555 initial frame.
10556
105572008-08-27 Andreas Schwab <schwab@suse.de>
10558
10559 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
10560
105612008-08-27 Andreas Schwab <schwab@suse.de>
10562
10563 * search.c (search_buffer): Set char_base to zero only at the end.
10564
105652008-08-27 Kenichi Handa <handa@m17n.org>
10566
b8ff72fa 10567 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
10568
105692008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
10570
10571 * xterm.c (x_term_init): Temporarily hide the partially
10572 initialized terminal while calling vendor-specific-keysyms.
10573
105742008-08-26 Eli Zaretskii <eliz@gnu.org>
10575
10576 * msdos.c (internal_terminal_init): Most initializations done only
10577 once, especially initial_screen_colors[] and termscript open.
10578
105792008-08-26 Chong Yidong <cyd@stupidchicken.com>
10580
10581 * eval.c (Fcondition_case): Doc fix.
10582
10583 * widgetprv.h (EmacsFramePart): Change font member to the new font
10584 struct.
10585
10586 * widget.c: Include character.h and font.h for XSETFONT.
10587 (setup_frame_gcs): Compute X font id from font struct, just once.
10588
105892008-08-26 Eli Zaretskii <eliz@gnu.org>
10590
10591 * term.c (get_named_tty): Fix last change.
10592
105932008-08-26 Chong Yidong <cyd@stupidchicken.com>
10594
10595 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 10596 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
10597
105982008-08-25 Eli Zaretskii <eliz@gnu.org>
10599
10600 * frame.c (do_switch_frame): Mark previously displayed frame as
10601 obscured for FRAME_MSDOS_P frames as well.
10602
106032008-08-24 Eli Zaretskii <eliz@gnu.org>
10604
10605 * frame.c (make_terminal_frame): Initialize f->terminal,
10606 f->terminal->reference_count, and scroll bars on MS-DOS as well.
10607 Set the top frame to newly created frame.
10608 (Fmake_terminal_frame): Reuse the_only_display_info.
10609
10610 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
10611 estimating available memory.
10612
b97439ce 106132008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
10614
10615 * nsterm.m (ns_draw_window_cursor): Don't call
10616 NSDisableScreenUpdates and NSEnableScreenUpdates on
10617 non-NS_IMPL_COCOA systems.
10618
106192008-08-23 Andreas Schwab <schwab@suse.de>
10620
10621 * process.c (procfs_system_process_attributes): Fix use of
10622 uninitialized variables.
10623
106242008-08-23 Eli Zaretskii <eliz@gnu.org>
10625
10626 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
10627
10628 * dispnew.c (init_display): Remove MS-DOS specific conditions for
10629 calling tty-set-up-initial-frame-faces.
10630
b8ff72fa
SM
10631 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
10632 Allow MSDOS frames along with X frames.
aac0c6e3
MR
10633
10634 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
10635 addition to output_termcap.
10636
10637 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
10638
10639 * termchar.h (FRAME_TTY): Support output_msdos_raw.
10640 (struct tty_display_info) [MSDOS]: Add fields related to mouse
10641 highlight.
10642
10643 * process.c [!subprocesses]: Define QCname.
10644 (syms_of_process): Intern and staticpro it.
10645
10646 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
10647 Adjust for changes in encoding/decoding routines.
10648 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
10649 encode_coding and decode_coding.
10650
b8ff72fa 10651 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
10652
10653 * dosfns.c: Include frame.h before termhooks.h.
10654 (dos_cleanup): Use CURTTY ()->termscript instead of a global
10655 variable termscript.
10656
10657 * s/msdos.h (USER_FULL_NAME): Define.
10658 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
10659
10660 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
10661 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
10662 pw->pw_gecos.
10663
10664 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
10665 SELECTED_FRAME as additional (1st) argument.
10666 (tty_read_avail_input): Handle output_msdos_raw in
10667 addition to output_termcap.
10668
10669 * msdos.c: Include frame.h before termhooks.h.
10670 (mouse_on, mouse_off, mouse_moveto, mouse_init)
10671 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
10672 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
10673 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
10674 (IT_set_terminal_modes, IT_reset_terminal_modes)
10675 (IT_set_frame_parameters): Use tty->termscript instead of a global
10676 variable termscript.
10677 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
10678 global variable terminal_coding. Don't refer to
10679 Vnonascii_translation_table.
10680 (internal_terminal_init): Set Vwindow_system in current_kboard.
10681 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
10682 Announce date and time of session start, if termscript is open.
10683 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
10684 term.c:init_tty). Open termscript only of not already open.
10685 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
10686 here instead of dos_ttraw. Don't initialize display if this is an
10687 initial tty. Don't set FRAME_FONT.
10688 (Vwindow_system_version): Bump to 23.
10689 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
10690 is available, set up mouse_position_hook.
10691 (dos_ttraw, IT_set_terminal_modes): If called with initial
10692 terminal, do nothing.
10693 (IT_set_frame_parameters): Handle the Qtty_type frame
10694 parameter by calling internal_terminal_init.
10695 (dos_set_window_size, show_mouse_face)
10696 (clear_mouse_face, IT_note_mode_line_highlight)
10697 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
10698 (dos_rawgetc): Use tty_display_info instead of x_display_info.
10699 (initialize_msdos_display): New function.
10700 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
10701 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
10702 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
10703 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 10704 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
10705 (request_sigio, unrequest_sigio): Don't define, now defined on
10706 sysdep.c.
10707 (IT_write_glyphs): Rewrite to use encode_terminal_code.
10708
10709 * term.c [MSDOS]: Include msdos.h.
10710 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
10711 conditional to DOS_NT. Allow only one call to this function in a
10712 session. Don't allocate a new struct tty_display_info; instead,
10713 reuse the_only_display_info. Call get_tty_size to get screen
10714 dimensions. Call init_baud_rate to set bad_rate.
10715 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
10716 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 10717 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
10718 (get_tty_terminal, get_named_tty, Ftty_type)
10719 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
10720 output_termcap.
b8ff72fa
SM
10721 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
10722 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 10723 only when subprocesses are supported.
aac0c6e3
MR
10724
10725 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
10726 f->output_data.x.
10727 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
10728 terminal devices.
10729
5582fbc7 10730 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
10731 x_output.
10732 (FRAME_FONT): Use output_data.tty.
10733 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
10734 (struct x_display_info): Rename from display_info. Update all users in
10735 msdos.c.
aac0c6e3 10736 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 10737 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
10738 (dos_ttraw): Update prototype.
10739
10740 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
10741 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
10742
107432008-08-23 Jason Rumney <jasonr@gnu.org>
10744
10745 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
10746 (fn_TIFFSetDirectory): New library function used.
10747 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
10748 (tiff_load): Use :index to select among multiple images. Set count
10749 property when multiple images exist.
10750 (gif_format): Use :index, not :image.
10751
107522008-08-23 Chong Yidong <cyd@stupidchicken.com>
10753
10754 * xdisp.c (try_scrolling): Check INT_MAX instead of
10755 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
10756 to obtain INT_MAX.
10757
107582008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
10759
10760 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
10761
107622008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
10763
10764 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
10765 GNUstep library location.
10766
107672008-08-21 Chong Yidong <cyd@stupidchicken.com>
10768
10769 * xfaces.c (x_update_menu_appearance): Check validity of menu font
10770 before using it.
10771
10772 * puresize.h (BASE_PURESIZE): Increase to 1250000.
10773
107742008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10775
10776 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
10777 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
10778 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
10779 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
10780 (EmacsApp-cursor_blink_handler): Remove declaration.
10781 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
10782 match 01 Feb 2008 changes in xterm.c.
10783 (ns_read_socket): Add cast to avoid warning.
10784 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
10785 GNUstep.
10786
107872008-08-20 Chong Yidong <cyd@stupidchicken.com>
10788
10789 * xselect.c (x_get_foreign_selection): Return nil if desired
10790 selection could not be obtained, instead of signalling an error.
10791
107922008-08-20 David Reitter <david.reitter@gmail.com>
10793
10794 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
10795 * nsterm.m: Remove ns-specific code for cursor blinking.
10796 (ns_draw_window_cursor): Clear cursor properly rather than
10797 redrawing the area. Respect width of bar cursors.
10798 These changes enable the use of generic blink-cursor-mode and
10799 generic cursor types in NS and support smooth cursor movements (do
10800 not blink off after command).
10801 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
10802 Nextstep, too.
10803
108042008-08-19 Kenichi Handa <handa@m17n.org>
10805
10806 * font.c (Vfont_log_deferred): New variable.
10807 (font_add_log): Check Vfont_log_deferred.
10808 (font_deferred_log): New function.
10809
10810 * font.h (font_deferred_log): Extern it.
10811
10812 * fontset.c (reorder_font_vector): Use encoding charset of fonts
10813 for sorting.
10814 (face_for_char): Use deferred log.
10815
108162008-08-18 Kenichi Handa <handa@m17n.org>
10817
10818 * fontset.c (face_for_char): Add font log.
10819
10820 * font.c (font_add_log): Add the font properties :script, :lang,
10821 and :otf in the log.
10822
108232008-08-17 Chong Yidong <cyd@stupidchicken.com>
10824
10825 * xdisp.c: Remove dead code.
10826 (handle_invisible_prop, next_overlay_string): Defer call to
10827 setup_for_ellipsis.
10828 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
10829
108302008-08-15 Chong Yidong <cyd@stupidchicken.com>
10831
10832 * xfaces.c (lookup_derived_face): Properly handle possible zero
10833 return value of get_lface_attributes.
10834 (merge_faces): Don't tell lookup_derived_face to signal an error
10835 if face is not found.
10836
10837 * dired.c (Fdirectory_files): Doc fix.
10838
10839 * process.c (make_process): Initialize kill_without_query struct
10840 member.
10841
108422008-08-15 Eli Zaretskii <eliz@gnu.org>
10843
10844 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
10845 Alternative calculation of totphys for Visual Studio 6.
10846
10847 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
10848
10849 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
10850 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
10851 All users changed.
10852 (stat): Only root directory passed to GetDriveType. Allow RAM
10853 disk as well as local fixed disk when w32-get-true-file-attributes
10854 is set to `local'.
10855 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
10856 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
10857 (w32_cached_id, w32_add_to_cache): New functions.
10858 (get_name_and_id): Look account names in the cache before calling
10859 lookup_account_sid.
10860 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
10861 New initialization flags.
10862 (globals_of_w32): Initialize them to zero.
10863 (w32_system_process_attributes): Use w32_cached_id and
10864 w32_add_to_cache.
10865
108662008-08-14 Lawrence Mitchell <wence@gmx.li>
10867
10868 * lread.c (Fread_char, Fread_char_exclusive): If no character
10869 event is read before timeout is reached, return nil, rather than
10870 converting to a number.
10871
108722008-08-14 Chong Yidong <cyd@stupidchicken.com>
10873
10874 * fns.c (use_dialog_box): Doc fix.
10875
10876 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
10877 on OS X.
10878
108792008-08-13 Chong Yidong <cyd@stupidchicken.com>
10880
10881 * frame.c (Qns_parse_geometry): New var.
10882 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
10883
108842008-08-11 Chong Yidong <cyd@stupidchicken.com>
10885
10886 * xdisp.c (x_produce_glyphs): Handle the case when font has no
10887 space character in calculating tabs.
10888
108892008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
10890
10891 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
10892
108932008-08-10 Glenn Morris <rgm@gnu.org>
10894
10895 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
10896 silence gcc "limited range of data type" warnings in some
10897 make_fixnum_or_float calls.
10898
108992008-08-09 Eli Zaretskii <eliz@gnu.org>
10900
10901 * w32.c (w32_system_process_attributes): If the process does not
10902 exist, return nil.
10903
10904 * w32.c: Include thelp32.h, psapi.h and coding.h.
10905 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
10906 declarations.
10907 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
10908 (Process32Next_Proc): New typedefs.
10909 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
10910 (g_b_init_process32_next, g_b_init_open_thread_token)
10911 (g_b_init_impersonate_self, g_b_init_revert_to_self)
10912 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
10913 (g_b_init_get_process_working_set_size)
10914 (g_b_init_global_memory_status_ex): New static variables.
10915 (globals_of_w32): Initialize them.
10916 (create_toolhelp32_snapshot, process32_first, process32_next)
10917 (open_thread_token, impersonate_self, revert_to_self)
10918 (get_process_memory_info, get_process_working_set_size)
10919 (global_memory_status, global_memory_status_ex): New wrapper
10920 functions.
10921 (w32_list_system_processes, w32_system_process_attributes)
10922 (enable_privilege, restore_privilege, ltime, process_times):
10923 New functions.
10924 (convert_time_raw): New function.
10925 (convert_time): Remove conversion of FILETIME into time in 100
10926 nsec units, call convert_time_raw instead.
10927
10928 * process.h (w32_list_system_processes, w32_system_process_attributes):
10929 Add prototypes.
10930 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
10931 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
10932 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
10933 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
10934
10935 * process.c (Fsystem_process_attributes): Doc fix.
10936
109372008-08-08 Chong Yidong <cyd@stupidchicken.com>
10938
10939 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
10940 a continued multi-char glyph; if so, advance to the actual glyph.
10941
109422008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10943
10944 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
10945
10946 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
10947 (.m.o): Use it.
10948 * config.in: Regenerate.
10949
109502008-08-07 Chong Yidong <cyd@stupidchicken.com>
10951
10952 * xdisp.c (redisplay_window): Revert last change.
10953 (try_window): Check bottom scroll margin too.
10954
109552008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10956
10957 * config.in: Regenerate.
10958
10959 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
10960 -list-load-path-shadows'.
10961 (nsgui.h): Reduce number of things depending on it.
10962
109632008-08-06 Chong Yidong <cyd@stupidchicken.com>
10964
10965 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
10966 instead of window-end which does the wrong thing at eob.
10967 (try_cursor_movement): Minor optimization.
10968 (redisplay_window): If scroll margin is defined, don't assume
10969 window doesn't need scrolling.
10970
109712008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10972
10973 * config.in: Regenerate.
10974
10975 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
10976 (mostlyclean): Don't delete *.d under NS.
10977
10978 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
10979
109802008-08-06 Kenichi Handa <handa@m17n.org>
10981
10982 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
10983
109842008-08-06 Andreas Schwab <schwab@suse.de>
10985
10986 * config.in: Regenerate.
10987
109882008-08-05 Chong Yidong <cyd@stupidchicken.com>
10989
10990 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
10991 forcing a window start.
10992
10993 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
10994 (auto_save_1): Update modtime when auto-save-list-file-name is on.
10995
109962008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10997
10998 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
10999 argument.
11000
110012008-08-05 Juanma Barranquero <lekktu@gmail.com>
11002
11003 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
11004 <scroll-down-aggressively, before-change-functions>:
11005 <after-change-functions>: Reflow docstrings.
11006
110072008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
acd0102a 11008 Ken Raeburn <raeburn@gnu.org>
aac0c6e3
MR
11009
11010 Dock menu customization, based on a patch by Ken Raeburn, plus some
11011 other fixes.
11012 * nsmenu.m (dockMenu): New variable.
11013 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
11014
11015 * nsterm.h (dockMenu): Declare.
11016
11017 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
11018 (ns_term_init): Initialize dockMenu.
11019 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
11020 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
11021 left.
11022
11023 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
11024
110252008-08-04 Chong Yidong <cyd@stupidchicken.com>
11026
11027 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
11028
11029 * config.in: Regenerate.
11030
110312008-08-04 Seiji Zenitani <zenitani@mac.com>
11032
11033 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
11034
110352008-08-04 Chong Yidong <cyd@stupidchicken.com>
11036
11037 * nsterm.h (find_and_call_menu_selection): Fix prototype.
11038
110392008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
11040
11041 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
11042
11043 * keyboard.h: Comment an #endif.
11044
11045 * lisp.h (have_menus_p): Adjust comment.
11046
11047 * menu.c (find_and_return_menu_selection): Fix comparison with
11048 client_data.
11049
11050 * nsmenu.m (popup_activated_flag): New variable.
11051 (popup_activated): New function.
11052 (menu-or-popup-active-p): New exported lisp definition.
11053 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
11054 when popup done.
11055 (ns_popup_dialog): Set popup_activated_flag.
11056
11057 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
11058 version for GNUstep (handled by conditional typedef in nsterm.m).
11059 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
11060 in rgb.txt).
11061
11062 * process.c (init_process): Use DARWIN_OS, not DARWIN.
11063
11064 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
11065
11066 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
11067
11068 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
11069 shortcircuit if popup_activated like GTK and X toolkit.
11070
11071 * m/inter386.h: Change DARWIN to DARWIN_OS.
11072
11073 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
11074 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
11075 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
11076 comment on NO_SOCK_SIGIO.
11077
110782008-08-03 Chong Yidong <cyd@stupidchicken.com>
11079
11080 * nsterm.m (windowDidResize): Remove stopModal call.
11081
110822008-08-03 Andreas Schwab <schwab@suse.de>
11083
11084 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
11085 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
11086
110872008-08-02 Chong Yidong <cyd@stupidchicken.com>
11088
11089 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
11090 Don't use uninitialized pointer variable when using getrlimit.
11091
110922008-08-02 Jason Rumney <jasonr@gnu.org>
11093
11094 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
11095
110962008-08-02 Eli Zaretskii <eliz@gnu.org>
11097
11098 * alloc.c (NSTATICS): Bump to 0x640.
11099
11100 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
11101
11102 * lisp.h: Add prototype for directory_files_internal.
11103
11104 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
11105 New functions.
11106 (syms_of_process): Defsubr them. Add initializations for various
11107 Q* symbols used in procfs_system_process_attributes.
11108 (procfs_list_system_processes, procfs_system_process_attributes)
11109 [HAVE_PROCFS]: New functions.
11110 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
11111 (procfs_get_total_memory): New functions.
11112
111132008-08-01 Juanma Barranquero <lekktu@gmail.com>
11114
11115 * xfaces.c (Fx_load_color_file): Fix previous change;
11116 it is #ifdef WINDOWSNT, not WINDOWS_NT.
11117
111182008-08-01 Michael Albinus <michael.albinus@gmx.de>
11119
11120 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
11121
111222008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11123
11124 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
11125
111262008-08-01 Chong Yidong <cyd@stupidchicken.com>
11127
11128 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
11129
11130 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
11131 define NSApplicationDelegateReplySuccess.
11132 (EmacsView -converstationIdentifier): Use long instead of
11133 NSInteger for GNUstep, since it doesn't have NSInteger.
11134
11135 * xmenu.c: Revert last change.
11136
11137 * keyboard.h: Fix last change.
11138
111392008-08-01 Juanma Barranquero <lekktu@gmail.com>
11140
11141 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
11142 on Windows.
11143
111442008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11145
11146 Warning clearing and clean-up in NS port.
11147 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
11148 Add prototypes.
11149 * nsgui.h (FACE_DEFAULT): Remove, unused.
11150 (XGCValues): Change colors to unsigned long.
11151 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
11152 nsterm.m.
11153 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
11154 (ns_list_fonts): Remove, unused.
11155 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
11156 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
11157 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
11158 (nsfont_draw): Compare face colors to 0, not nil.
11159 * nsmenu.m (struct widget_value): Drop unneeded declaration.
11160 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
11161 (-addSubmenuWithTitle:): Use NSMenuItem class.
11162 (ns_popup_menu): Use NO, not NULL, for enabled setting.
11163 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
11164 (ns_clip_to_row): Make gc arg a BOOL.
11165 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
11166 ns_clip_to_row() call.
11167 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
11168 used). Cast FRAME_FONT assignments.
11169 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
11170 (ns_string_to_lispmod): Change arg to const char.
11171 (ns_term_init): Use NSMenuItem class.
11172 (EmacsApp -openFile:): Move to different section of file.
11173 (EmacsApp -application:openFiles:): Don't return a value, call
11174 -replyToOpenOrPrint:.
11175 (EmacsView -keyDown:): Fix up cast.
11176 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
11177 (EmacsView -menuDown:): Cast tag in call to
11178 find_and_call_menu_selection().
11179 (ns_list_fonts): Remove, unused.
11180 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
11181 (ns_fontname_to_xlfd): Make static.
11182 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
11183 Remove prototypes (now in keyboard.h).
11184 (next_menubar_widget_id): Remove, unused.
11185 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
11186 Remove prototypes (now in keyboard.h).
11187 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
11188
111892008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
11190
11191 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
11192 (floatfns.o): Depend on syssignal.h.
11193 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
11194
11195 * systty.h: Fix previous change that removed BSD_TERMIOS.
11196 Add comments to #ifdefs.
11197
111982008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11199
11200 * w32fns.c (w32-load-color-file): Remove.
11201 (x-open-connection): Use renamed Fx_load_color_file.
11202 * xfaces.c (x-load-color-file): Add.
11203 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
11204 Emacs.clr.
11205 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
11206
112072008-07-31 Michael Albinus <michael.albinus@gmx.de>
11208
11209 * dbusbind.c (Fdbus_call_method_asynchronously)
11210 (Fdbus_method_error_internal): New defuns.
11211 (xd_read_message): Handle also reply messages.
11212 (Vdbus_registered_functions_table): Extend docstring.
11213
112142008-07-31 Juanma Barranquero <lekktu@gmail.com>
11215
11216 * keyboard.c (gobble_input): Fix previous change.
11217
112182008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11219
11220 * bitmaps/README:
11221 * xfns.c:
11222 * termcap.c:
11223 * term.c:
11224 * syswait.h:
11225 * systty.h:
11226 * systime.h:
11227 * syssignal.h:
11228 * sysdep.c:
11229 * process.h:
11230 * process.c:
11231 * print.c:
11232 * ndir.h:
11233 * lread.c:
11234 * keyboard.c:
11235 * getpagesize.h:
11236 * floatfns.c:
11237 * fileio.c:
11238 * emacs.c:
11239 * doc.c:
11240 * dispnew.c:
11241 * dired.c:
11242 * data.c:
11243 * callproc.c:
11244 * buffer.c:
11245 * README:
11246 * Makefile.in:
11247 * s/template.h:
11248 * s/msdos.h:
11249 * m/vax.h: Remove VMS support.
11250 * s/vms.h:
11251 * vlimit.h:
11252 * uaf.h:
11253 * temacs.opt:
11254 * param.h:
11255 * ioctl.h: Remove file.
11256
112572008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11258
11259 * s/ms-w32.h (MULTI_KBOARD): Remove.
11260 * xterm.c:
11261 * xselect.c:
11262 * xfns.c:
11263 * window.c:
11264 * w32term.c:
11265 * w32fns.c:
11266 * terminal.c:
11267 * termhooks.h:
11268 * term.c:
11269 * sysdep.c:
11270 * keyboard.h:
11271 * keyboard.c:
11272 * frame.h:
11273 * frame.c:
11274 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
11275 * config.in: Regenerate.
11276
112772008-07-30 Jason Rumney <jasonr@gnu.org>
11278
11279 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
11280
11281 * w32font.c (w32font_encode_char): Leave as unicode if in range.
11282 (w32font_open_internal): Get unicode version of textmetrics.
11283 Don't enable or disable glyph indices here.
11284 (w32font_open): Disable use of glyph indices.
11285
11286 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
11287
112882008-07-30 Chong Yidong <cyd@stupidchicken.com>
11289
11290 * minibuf.c (Vread_buffer_function): Doc fix.
11291
112922008-07-30 John Paul Wallington <jpw@pobox.com>
11293
11294 * minibuf.c (read_buffer_completion_ignore_case): New var.
11295 (Fread_buffer): Use it.
11296
112972008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
11298
11299 * systty.h (sensemode): Remove empty #if. Remove reference to
11300 BSD_TERMIOS, unused.
11301
11302 * sysdep.c: Remove reference to DGUX.
11303 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
11304
11305 * config.in: Regenerate.
11306
113072008-07-30 Jason Rumney <jasonr@gnu.org>
11308
11309 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
11310
113112008-07-29 Jason Rumney <jasonr@gnu.org>
11312
11313 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
11314 is populated.
11315 (uniscribe_encode_char): Always use uniscribe.
11316 Avoid using context if cache is populated.
11317
113182008-07-29 Jan Djärv <jan.h.d@swipnet.se>
11319
11320 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
11321 open menu.
11322
11323 * gtkutil.c (menu_nav_ended): Remove.
11324 (create_menus): Remove signal connect for menu_nav_ended.
11325
113262008-07-28 Chong Yidong <cyd@stupidchicken.com>
11327
11328 * xdisp.c (redisplay_window): Check return value of
11329 compute_window_start_on_continuation_line before forcing a window
11330 start.
11331
113322008-07-28 Jason Rumney <jasonr@gnu.org>
11333
11334 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
11335
11336 * w32term.c (w32_enable_unicode_output, cleartype_active):
11337 Remove obsolete display options.
11338 (x_draw_glyph_string_background): Don't use old cleartype_active
11339 workaround.
11340 (w32_initialize): Remove cleartype_active initialization.
11341 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
11342
113432008-07-28 Andreas Schwab <schwab@suse.de>
11344
11345 * lisp.h (init_weak_hash_tables, syms_of_font)
11346 (xd_read_queued_messages, syms_of_dbusbind): Declare.
11347 (remove_hash_entry): Don't declare.
11348 * eval.c (maybe_call_debugger): Make static and move before use.
11349 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
11350 * xdisp.c: Include "gtkutil.h" if USE_GTK.
11351 * xterm.h (x_set_frame_alpha): Declare.
11352
113532008-07-28 Jan Djärv <jan.h.d@swipnet.se>
11354
11355 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
11356 (create_menus): Connect selection-done to menu_nav_ended.
11357
113582008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11359
11360 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
11361 Set Vx_resource_name to a fallback. Replace read of 'buffered'
11362 parameter with read of 'alpha' one.
11363 (Qns_frame_parameter): Remove.
5582fbc7 11364 * nsselect.m (selection-coding-system)
aac0c6e3
MR
11365 (next-selection-coding-system, Vselection_coding_system)
11366 (Vnext_selection_coding_system): Drop.
11367
113682008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11369
11370 * nsfns.m (do-applescript, do_applescript): Rename to
11371 ns-do-applescript, ns_do_applescript, and move within file.
11372
113732008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11374
11375 Remove support for Mac Carbon.
11376 * mactoolbox.c:
11377 * macterm.h:
11378 * macterm.c:
11379 * macselect.c:
11380 * macmenu.c:
11381 * macgui.h:
11382 * macfns.c:
11383 * mac.c: Remove file.
11384 * s/darwin.h:
11385 * m/intel386.h:
11386 * xfaces.c:
11387 * xdisp.c:
11388 * window.c:
11389 * tparam.c:
11390 * termhooks.h:
11391 * termcap.c:
11392 * term.c:
11393 * syssignal.h:
11394 * sysselect.h:
11395 * sysdep.c:
11396 * process.c:
11397 * lread.c:
11398 * lisp.h:
11399 * keyboard.c:
11400 * image.c:
11401 * fringe.c:
11402 * frame.h:
11403 * frame.c:
11404 * fontset.c:
11405 * font.h:
11406 * font.c:
11407 * fns.c:
11408 * fileio.c:
11409 * emacs.c:
11410 * dispnew.c:
11411 * dispextern.h:
11412 * config.in:
11413 * atimer.c:
2ae37cf0 11414 * Makefile.in: Remove code for Carbon.
aac0c6e3 11415
f0131492 114162008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
11417
11418 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
11419
114202008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11421
11422 * macterm.h (kCGBitmapByteOrder32Host): New define for
11423 non-universal SDKs.
11424
11425 * image.c (mac_create_cg_image_from_image, image_load_image_io)
11426 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
11427
11428 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
11429 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
11430
114312008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
11432
11433 * w32inevt.c: Include dispextern.h.
11434
114352008-07-26 Andreas Schwab <schwab@suse.de>
11436
11437 * print.c (print_object): Fix off-by-one in last change.
11438
114392008-07-25 Juanma Barranquero <lekktu@gmail.com>
11440
11441 * term.c (syms_of_term): Don't initialize default_orig_pair,
11442 default_set_foreground and default_set_background on Windows.
11443
114442008-07-25 Jason Rumney <jasonr@gnu.org>
11445
11446 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
11447 ScriptItemize. Clean up return value checking. Remove unused
11448 variables.
11449 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
11450 shaping engine.
11451
11452 * w32font.c (w32font_has_char): Handle the case where we can't
11453 determine the script for a character.
11454
114552008-07-25 Chong Yidong <cyd@stupidchicken.com>
11456
11457 * term.c (syms_of_term): Initialize default_orig_pair,
11458 default_set_foreground, and default_set_background.
11459
11460 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
11461 clash (bug#86).
11462 (getloadavg): Callers changed.
11463
11464 * image.c (svg_load_image): Fix last change.
11465 (svg_load_image): Use rsvg_handle_get_dimensions to check that
11466 image size is valid. Use g_object_unref instead of deprecated
11467 rsvg_handle_free to free rsvg handle.
11468 (x_from_xcolors): Don't initialize pixmap (silence compiler).
11469
114702008-07-25 Jason Rumney <jasonr@gnu.org>
11471
11472 * w32font.c (w32font_encode_char): Encode characters outside BMP as
11473 surrogates before looking up glyph index.
11474 (w32font_text_extents): Encode as surrogates if falling back to
11475 functions that need UTF-16 wide chars.
11476
11477 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
11478 BMP as surrogates before looking up glyph index.
11479
114802008-07-25 Chong Yidong <cyd@stupidchicken.com>
11481
11482 * image.c (svg_load_image): Check for failure in return value of
11483 rsvg_handle_get_pixbuf. Free rsvg handle when done.
11484
114852008-07-25 Jason Rumney <jasonr@gnu.org>
11486
11487 * w32font.c (Fx_select_font): Reverse sense of second arg.
11488
114892008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11490
11491 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
11492 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
11493
11494 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
11495 (PURESIZE): Use it.
11496
114972008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11498
11499 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
11500 * m/alpha.h (TEXT_END):
11501 * m/ibmrs6000.h (TEXT_END):
11502 * m/macppc.h (TEXT_END):
11503 * s/darwin.h (TEXT_END):
11504 * s/msdos.h (TEXT_END): Remove, unused.
11505 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
11506 * s/cygwin.h: Remove comment.
11507
11508 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
11509 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
11510 * m/intel386.h (DOT_GLOBAL_START):
11511 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
11512 (USG): Remove, file not used on USG platforms.
11513
11514 * Makefile.in (HAVE_X11): Remove empty #else.
11515
115162008-07-24 Andreas Schwab <schwab@suse.de>
11517
11518 * fileio.c (Finsert_file_contents): Properly adjust undo list
11519 after format conversion.
11520
115212008-07-24 Jan Djärv <jan.h.d@swipnet.se>
11522
11523 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
11524 (menu_nav_ended): Remove.
11525 (create_menus): Remove signal connect for menu_nav_ended.
11526 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
11527 create_menus.
11528 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
11529
115302008-07-23 Jason Rumney <jasonr@gnu.org>
11531
11532 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
11533 with opened font.
11534 (w32font_open): Set font type to gdi.
11535
11536 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
11537
115382008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11539
11540 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
11541 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
11542 defines it.
11543 * unexec.c (ADDR_CORRECT): Define unconditionally.
11544
11545 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
11546
11547 * unexec.c: Remove code depending on !COFF and USG, the file is
11548 not used for such systems.
11549
11550 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
11551 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
11552 (LD_SWITCH_SYSTEM_1): Remove, update users.
11553
11554 * s/darwin.h (DATA_END):
11555 * m/intel386.h (DATA_END):
11556 * m/ibmrs6000.h (DATA_END):
11557 * m/alpha.h (DATA_END): Remove, unused.
11558
11559 * config.in: Regenerate.
11560 * s/ms-w32.h (subprocesses): Define unconditionally.
11561 * s/template.h (subprocesses): Update comment.
11562 * s/vms.h (subprocesses):
11563 * s/usg5-4.h (subprocesses):
11564 * s/hpux10-20.h (subprocesses):
11565 * s/gnu-linux.h (subprocesses):
11566 * s/cygwin.h (subprocesses):
11567 * s/bsd-common.h (subprocesses):
11568 * s/aix4-2.h (subprocesses):
11569 * s/darwin.h (subprocesses): Do not define, defined by default now.
11570
11571 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
11572 Remove all references.
11573 (temacs): Add GNUstep specific ld flags.
11574
11575 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
11576 similarly to what X does.
11577
115782008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11579
11580 * nsfns.m (x-list-fonts): Remove.
11581 (syms_of_nsfns): Drop the x-list-fonts declaration.
11582 * nsterm.m: Get rid of remaining "//" comments.
11583
115842008-07-22 Chong Yidong <cyd@stupidchicken.com>
11585
11586 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
11587
11588 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
11589 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
11590 (Fns_own_selection_internal, Fx_disown_selection_internal)
11591 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
11592
11593 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
11594 ... */' style of docstrings. Doc fixes.
11595
115962008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11597
11598 * terminfo.c (UP, BC, PC): Undo previous change.
11599
11600 * nsfns.m: Rename ns prefixed functions/variables to the
11601 corresponding x versions. Update references.
11602
116032008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11604
11605 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
11606
116072008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11608
11609 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
11610 Remove forwarding functions.
11611 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
11612 non-static.
11613 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
11614 non-static.
11615 (ns_frame_parm_handlers): Use the new names.
11616 (syms_of_nsfns): Move to the end of file.
11617
11618 * nsterm.m (syms_of_nsterm): Move to the end of file.
11619
11620 * dispnew.c (init_display): Remove code for X10.
11621
116222008-07-22 Jason Rumney <jasonr@gnu.org>
11623
11624 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
11625 bare drive.
11626
116272008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11628
11629 * nsterm.m (syms_of_nsterm): Remove debugging println.
11630
116312008-07-22 David Reitter <david.reitter@gmail.com>
11632
11633 * nsfns.m (do_applescript, F_do_applescript): NS version of the
11634 Carbon implementation of the same functionality: execute arbitrary
11635 AppleScript code.
11636
116372008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
11638
11639 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
11640 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
11641 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
11642 (Fx_display_mm_height, Fx_display_mm_width)
11643 (Fx_display_backing_store, Fx_display_visual_class)
11644 (Fx_display_save_under, Fx_open_connection)
11645 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
11646 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
11647 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
11648 (Fx_display_pixel_width, Fx_display_pixel_height)
11649 (Fx_display_usable_bounds, Fx_display_planes)
11650 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
11651 ... */' style of docstrings.
11652
116532008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11654
11655 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
11656 on this platform.
11657 (mips):
11658 * m/iris4d.h (mips): Do not define.
11659 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
11660
11661 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
11662
11663 * image.c:
11664 * nsfns.m:
11665 * nsselect.m:
11666 * nsterm.h:
11667 * nsterm.m: Rename ns prefixed functions/variables to the
11668 corresponding x versions. Update references.
11669
11670 * m/ibms390x.h (NO_REMAP): Do not undefine.
11671
11672 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
11673
116742008-07-21 Chong Yidong <cyd@stupidchicken.com>
11675
11676 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
11677 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
11678 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
11679 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
11680 (Fns_display_mm_height, Fns_display_mm_width)
11681 (Fns_display_backing_store, Fns_display_visual_class)
11682 (Fns_display_save_under, Fns_open_connection)
11683 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
11684 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
11685 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
11686 (Fns_display_pixel_width, Fns_display_pixel_height)
11687 (Fns_display_usable_bounds, Fx_display_planes)
11688 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
11689
116902008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
11691
11692 * print.c (print_object): Check print_depth before searching for
11693 circularities.
11694
116952008-07-21 Michael Albinus <michael.albinus@gmx.de>
11696
11697 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
11698 only sprintf.
11699
117002008-07-21 Kenichi Handa <handa@m17n.org>
11701
11702 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
11703
117042008-07-20 Andreas Schwab <schwab@suse.de>
11705
11706 * syntax.c (find_start_pos, find_start_value)
11707 (find_start_value_byte, find_start_begv, find_defun_start)
11708 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
11709
117102008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11711
11712 * s/sol2-3.h: Insert contents of s/sol2.h.
11713 (LD_SWITCH_SYSTEM): Remove redundant definition.
11714 * s/sol2.h: Remove, unused.
11715
117162008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11717
11718 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
11719
117202008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11721
11722 * Makefile.in (ns_appdir): Fix typo in find command.
11723
117242008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11725
11726 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
11727
11728 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
11729 added not supported anymore.
11730
11731 * s/usg5-4-2.h (LIBS_SYSTEM):
11732 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
11733
11734 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
11735 * s/lynxos.h (GETPGRP_NO_ARG):
11736 * s/hpux10-20.h (NO_SIOCTL_H):
11737 * s/gnu.h (GETPGRP_NO_ARG):
11738 * s/gnu-linux.h (NO_SIOCTL_H):
11739 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
11740 * s/cygwin.h (GETPGRP_NO_ARG):
11741 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
11742 (C_DEBUG_SWITCH): Remove duplicate definition.
11743
11744 * m/ibms390.h: Remove boilerplate comments.
11745
11746 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
11747
11748 * process.c (HAVE_SERIAL): Consolidate ifdefs.
11749 (wait_reading_process_output): Remove code for SunOS, platform not
11750 supported anymore. Use SOLARIS2 instead of sun.
11751
117522008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11753
11754 * font.c (font_open_by_name): Under NS, default lface height to zero.
11755 (font_open_for_lface): Under NS, set size based on frame fontsize.
11756 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
11757 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
11758
117592008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11760
11761 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
11762 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
11763 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
11764 YES/NO.
11765 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
11766 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
11767 * Makefile.in (clean): Clear out build destination dir.
11768
117692008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11770
11771 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
11772 xterm, xselect.
11773 * lisp.h: Remove declaration of hash_remove.
11774 * nsgui.h: Remove redefinitions of hash_remove.
11775 * fns.c (hash_remove): Rename to hash_remove_from_table.
11776
117772008-07-19 Seiji Zenitani <zenitani@mac.com>
11778
11779 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
11780 strdup() the family UTF8String before modifying it.
11781
117822008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11783
11784 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
11785 NS_FACE_BACKGROUND with 0 instead of nil.
11786 * nsfont.m (nsfont_draw): Same.
11787
117882008-07-19 Chong Yidong <cyd@stupidchicken.com>
11789
11790 * nsfns.m (ns_set_background_color): Fix crash.
11791
117922008-07-18 Chong Yidong <cyd@stupidchicken.com>
11793
11794 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
11795
117962008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
11797
11798 * puresize.h (BASE_PURESIZE): Increase to 1240000.
11799
118002008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11801
11802 * gtkutil.c: Include <config.h> instead of "config.h".
11803
11804 * lisp.h (Foverlay_buffer): Add EXFUN.
11805
11806 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
11807 child process to complete child_setup. Undo 2005-09-21 change.
11808
11809 * s/darwin.h: Mention setsid after vfork.
11810
118112008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11812
11813 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
11814 Depend on macgui.h.
11815
11816 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
11817 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
11818
11819 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
11820 and f19.
11821 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
11822
11823 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
11824 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
11825 Remove enumerators.
11826
11827 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
11828 Check if FACE_FROM_ID returns NULL.
11829
118302008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
11831
11832 * w32inevt.c (change_frame_size): Remove extern declaration.
11833 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
11834 change_frame_size.
11835
118362008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
11837
11838 * getloadavg.c: Revert last change (2008-07-15).
11839
118402008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
11841
11842 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 11843 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
11844 from configure.
11845
118462008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
11847
11848 * s/sol2.h:
11849 * s/sol2-4.h: Reorganize conditionals.
11850
11851 * ecrt0.c: Remove code depending on m68000, not used anymore.
11852
11853 * fns.c (hash_remove): Make static.
11854 * lisp.h (hash_remove): Don't prototype.
11855
11856 * m/ibmrs6000.h:
11857 * m/ibms390x.h:
11858 * m/macppc.h: Remove boilerplate comments.
11859
11860 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
11861 Solaris, which does not need them.
11862
11863 * m/vax.h: Remove comments about unsupported systems.
11864
11865 * s/darwin.h: Reorganize ifdefs.
11866
118672008-07-17 Andreas Schwab <schwab@suse.de>
11868
11869 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
11870
118712008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11872
11873 Use SDATA. Follow coding convention of placing operators at
11874 beginning of next line rather than end of previous line, and placing
11875 spaces around infix operators.
11876
11877 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
11878 in case it was defined already.
11879 USE @GNUSTEP_MAKEFILES@ rather than envvars.
11880 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
11881 ns_default.
11882 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
11883 Lisp_Objects.
11884 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
11885 (ns_defined_color, ns_color_to_lisp): Declare.
11886 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
11887 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
11888 it's accepted even with USE_LISP_UNION_TYPE.
11889 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
11890 (update_frame_tool_bar): Remove apparently obsolete tests for
11891 non-integerness of f->tool_bar_lines.
11892 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
11893 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
11894 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
11895 (nsfont_open): Don't confuse NULL for Qnil.
11896 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
11897 * menu.h (find_and_call_menu_selection):
11898 * menu.c (find_and_call_menu_selection): Use just int for vector size.
11899 (find_and_return_menu_selection): Always return something.
11900 * frame.h: Include dispextern.h for Display_Info.
11901 (display_x_get_resource): Declare.
11902
119032008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
11904
11905 * syntax.c: Remove stdio.h include accidentally introduced in
11906 Emacs.app commit.
11907 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
11908 NS_IMPL_COCOA.
11909 * keyboard.c (handle_async_input, input_available_signal): Remove
11910 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
11911
119122008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11913
11914 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
11915 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
11916 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
11917 Use SDATA.
11918
11919 * keymap.c: Remove all NS-specific code.
11920 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
11921 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
11922 where_is_preferred_modifier, return a different value depending on how
11923 preferred is the binding.
11924 (where_is_internal): Adjust accordingly.
11925 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
11926 Adjust to new preferred_sequence_p.
11927 (syms_of_keymap): Declare `where-is-preferred-modifier'.
11928 * keyboard.c (parse_solitary_modifier): Not static any more.
11929 * keyboard.h (parse_solitary_modifier): Declare.
11930
119312008-07-16 Andreas Schwab <schwab@suse.de>
11932
11933 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
11934 of easymenu.
11935
119362008-07-16 Chong Yidong <cyd@stupidchicken.com>
11937
11938 * xdisp.c (move_it_in_display_line): Account for word wrap, so
11939 that we don't move off the line.
11940
119412008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11942
11943 * keyboard.c (Qsuper): Remove.
11944 (parse_menu_item): Don't call where_is_internal specially for NS.
11945
119462008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11947
11948 * s/gnu-linux.h: Remove boilerplate comments.
11949
11950 * m/alpha.h (__ELF__): Consolidate conditions.
11951
11952 * m/m68k.h (linux): Use GNU_LINUX instead.
11953 Remove boilerplate comments.
11954
11955 * m/intel386.h: Undo refactoring from previous change.
11956 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
11957 too, remove dead code.
11958 (linux): Use GNU_LINUX instead.
11959
119602008-07-16 Jason Rumney <jasonr@gnu.org>
11961
11962 * w32gui.h: Repeat 26 June changes lost by last change.
11963
119642008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11965
11966 * systty.h: Remove code for Aix on 386, unsupported platform.
11967
11968 * s/ms-w32.h: Remove boilerplate comments.
11969 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
11970
11971 * s/gnu-linux.h (TERM): Remove support.
11972 (HAVE_SYSVIPC): Remove, unused.
11973 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
11974 for this system.
11975
11976 * process.c: Remove support for IRIS, unused.
11977 Remove support for TERM, not relevant anymore.
11978
11979 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
11980 used with the definition.
11981
11982 * s/aix4-2.h (static): Do not undef.
11983
11984 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
11985 only used on Aix.
11986 (HAVE_SYSVIPC): Remove, unused.
11987
11988 * m/hp800.h (CANNOT_DUMP): Do not undef.
11989
11990 * m/alpha.h: Fix comment.
11991
11992 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
11993 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
11994 used by this configuration.
11995 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
11996 * unexec.c: Remove code depending on HPUX and
11997 USG_SHARED_LIBRARIES, not used with this file. Remove code
11998 depending on IRIS, unused. Remove if 0-ed code.
11999
12000 * s/template.h: Remove comments about static.
12001
12002 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
12003 Remove if 0-ed code.
12004 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
12005 were the same as the default.
12006 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
12007 Remove boilerplate comments.
12008 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
12009 (HAVE_SYSVIPC): Remove, unused.
12010 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
12011
12012 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
12013 Remove boilerplate comments.
12014 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
12015 Remove boilerplate comments.
12016 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
12017 Remove boilerplate comments.
12018 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
12019
12020 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
12021 USG systems which do not use DATA_SEG_BITS.
12022 Refactor code. Remove boilerplate comments.
12023
12024 * m/ibms390.h:
12025 * m/m68k.h:
12026 * s/bsd-common.h:
12027 * s/cygwin.h:
12028 * s/darwin.h:
12029 * s/freebsd.h:
12030 * s/gnu.h:
12031 * s/msdos.h: Remove boilerplate comments.
12032
12033 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 12034 do not use this file.
aac0c6e3
MR
12035 (IRIS_4D): Remove, unused.
12036
12037 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 12038 do not use this file.
aac0c6e3
MR
12039 (SIGN_EXTEND_CHAR):
12040 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
12041 * unexmips.c: Remove file, unused.
12042
12043 * editfns.c (Fuser_full_name): Replace the only use of
12044 USER_FULL_NAME with its value.
12045 * config.in: Regenerate.
12046
120472008-07-16 David Reitter <david.reitter@gmail.com>
12048
12049 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
12050 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
12051
120522008-07-16 Glenn Morris <rgm@gnu.org>
12053
12054 * emacs.c (system-type): Doc fix.
12055
120562008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
12057
12058 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
12059 If the cache doesn't work, let's fix it, rather than work around it.
12060
120612008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
12062
12063 * Makefile.in: Correct additions for nsfont.o in last commit.
12064 * nsfont.m: New file (forgot last commit).
12065
120662008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
12067
12068 * callproc.c (set_initial_environment): Initialize
12069 Vprocess_environment under CANNOT_DUMP (fixes crash when
12070 batch-compiling for bootstrap).
12071
120722008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
acd0102a 12073 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
12074
12075 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
12076 fix crash due to different init order.
12077
120782008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
12079
12080 Changes and additions for NeXTstep windowing system (Cocoa and
12081 GNUstep) support.
12082
12083 * Makefile.in:
12084 * config.in: Support defines and build commands for NS port.
12085 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
12086 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
12087 * dispextern.h: Include nsgui.h and add needed typedefs under NS
12088 windowing.
12089 (struct face): Add synth_ital field.
12090 * dispnew.c: Include nsterm.h when compiling under NS windowing.
12091 (init_display): Initialize Vinitial_window_system to "ns" when so
12092 compiled.
12093 * emacs.c: Include GSConfig.h when compiling under GNUstep.
12094 (display_arg): Use under NS.
12095 (main): Under NS, allocate autorelease pool and handle command line
12096 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
12097 (standard_args): Add NS-specific args.
12098 (shut_down_emacs): Shut down NS terminal if compiled under NS.
12099 * font.c (DEFAULT_ENCODING): New variable.
12100 (font_find_for_lface): Use it.
12101 (syms_of_font): Load syms_of_nsfont under NS.
12102 * font.h: Declare nsfont_driver when compiled under NS.
12103 * fontset.c: When compiling under NS, include nsterm.h.
12104 (fontset_from_font): Autoconstruct fontset under NS.
12105 * frame.c (various): Under NS, include nsterm.h, add Qns window system
12106 symbol, document and use it.
12107 (do_switch_frame): When for_deletion under Cocoa, add
12108 Fraise_frame(Qnil).
12109 (x_set_frame_parameters): Ensure font attribute changes are picked up.
12110 (x_get_arg): Allow "yes" and "no" as boolean values.
12111 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
12112 Qright under Cocoa.
12113 (focus-follows-mouse): Default to 0 under NS.
12114 * frame.h (enum output_method): Add output_ns.
12115 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
12116 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
12117 (FRAME_WINDOW_P): NS-specific definition.
12118 * fringe.c (max_used_fringe_bitmap): Make public.
12119 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
12120 (getloadavg): Use NeXT code under descendant OS's.
12121 * image.c (includes and header section, x_create_bitmap_from_data)
12122 (x_create_bitmap_from_file, free_bitmap_record, image_background)
12123 (image_background_transparent, x_clear_image_1)
12124 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
12125 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
12126 (x_to_xcolors, x_from_xcolors, x_disable_image)
12127 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
12128 other GUIs, including XPM support using code originally written for
12129 Carbon GUI.
12130 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
12131 using NS API.
12132 (image_ascent): Use font metrics macros instead of direct struct field
12133 access.
12134 * keyboard.c (includes): Add nsterm.h when compiling under NS.
12135 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
12136 Also, handle NS as GTK for menu bar purposes.
12137 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
12138 toolkit where they differ.
12139 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
12140 use cachelist, still needed under NS.
12141 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
12142 (struct widget_value): Define it here for menu.c.
12143 * keymap.c (includes): Include modifier internals.
12144 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
12145 NS.
12146 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
12147 support for preferring sequences using certain modifiers, specified by
12148 the FIRSTONLY argument.
12149 * lisp.h (hash_remove): Rename to avoid name clash when compiling
12150 under NS GNUstep implementation.
12151 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
12152 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
12153 * menu.c: Include nsterm.h under NS.
12154 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
12155 (free_menubar_widget_tree_value, update_submenu_strings)
12156 (find_and_call_menu_selection): Treat NS as X and NT.
12157 (find_and_return_menu_selection): New function, used for popup menus.
12158 * nsgui.h:
12159 * nsterm.h:
12160 * nsfns.m:
12161 * nsimage.m:
12162 * nsmenu.m:
12163 * nsselect.m:
12164 * nsterm.m: New files.
12165 * process.c (wait_reading_process_output): Under NS, call ns_select()
12166 instead of plain select().
12167 * syntax.c (char_quoted): Under NS, avoid a crash when called near
12168 beginning of buffer.
12169 * sysselect.h (init_process): Rename when compiling under Cocoa to
12170 avoid name conflict.
12171 * termhooks.h (display_info): Add ns_display_info to union.
12172 * terminal.c (Fterminal_live_p): Add ns to terminal types.
12173 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
12174 COCOA environment.
12175 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
12176 unexec() signature. (Note, this will dump, but the resulting file
12177 crashes; unexosx is used instead; keeping around for reference and
12178 possible aid in getting dump working under GNUstep.)
12179 * w32gui.h (button_type, widget_value): Remove definitions (now in
12180 keyboard.h).
12181 * window.c: Include nsterm.h when compiling under NS.
12182 * xdisp.c (includes): Include nsterm.h when compiling under NS.
12183 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
12184 other GUI windowing systems.
12185 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
12186 GTK.
12187 (x_consider_frame_title): Under NS, set icon type and frame
12188 modified-state indicator; use ns_set_name_as_filename() when using
12189 formatted title.
12190 (update_window_cursor): Make public when compiling under NS.
12191 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
12192 (hourglass_atimer, Vhourglass_delay
12193 * xfaces.c (header section, init_frame_faces, clear_font_table)
12194 (defined_color, unload_color, x_face_list_fonts)
12195 (prepare_face_for_display): Add NS support parallel to other GUIs.
12196 Emulate GCs like other non-X GUIs.
12197 (split_font_name): Don't lowercase font name under NS.
12198 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
12199 under NS.
12200 * s/darwin.h: Add support for compilation under NS.
12201
122022008-07-15 Jason Rumney <jasonr@gnu.org>
12203
12204 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
12205 (w32_show_hourglass): Rename from show_hourglass.
12206 (w32_hide_hourglass): Rename from hide_hourglass.
12207 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
12208 (Vhourglass_delay): Declare extern.
12209 (hourglass_started): Remove.
12210
12211 * xdisp.c (Vhourglass_delay): Remove static.
12212 (hourglass_started, start_hourglass, cancel_hourglass):
12213 Don't include these versions on WINDOWSNT.
12214
122152008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
12216
12217 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
12218 variables (formerly in xfns.c).
12219 (show_hourglass, hide_hourglass): New prototypes (same).
12220 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
12221 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
12222 in xfns.c).
12223 (syms_of_xdisp): Declare/initialize display-hourglass,
12224 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
12225 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
12226 formerly in xfns.c.
12227 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
12228 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
12229 (start_hourglass, cancel_hourglass): Remove.
12230 (show_hourglass, hide_hourglass): Remove prototypes and static
12231 modifiers.
12232 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
12233 hourglass_atimer, hourglass_shown_p declaration/initialization.
12234 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
12235 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
12236 (start_hourglass, cancel_hourglass): Remove.
12237 (show_hourglass, hide_hourglass): Remove prototypes and static
12238 modifiers.
12239 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
12240 hourglass_atimer, hourglass_shown_p declaration/initialization.
12241 * w32fns.c (display_hourglass_p, Vhourglass_delay)
12242 (DEFAULT_HOURGLASS_DELAY): Remove.
12243 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
12244 hourglass_shown_p declaration/initialization.
12245
122462008-07-14 Jason Rumney <jasonr@gnu.org>
12247
12248 * w32fns.c (w32_get_arg): Remove wrapper function.
12249 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
12250 directly.
12251 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
12252
122532008-07-14 Kenichi Handa <handa@m17n.org>
12254
12255 * xfont.c (xfont_open): Add workaround for X's bug.
12256
122572008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12258
12259 * fontset.c: Include <stdio.h> unconditionally.
12260
122612008-07-13 Michael Albinus <michael.albinus@gmx.de>
12262
12263 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
12264 for filtering.
12265
122662008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
12267
12268 * s/vms.h: Use __GNUC__ instead of _GNUC_.
12269
12270 * m/macppc.h:
12271 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
12272
12273 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
12274 (SPECIAL_EMACS_INT):
12275 * m/ia64.h (SPECIAL_EMACS_INT):
12276 * m/amdx86-64.h (SPECIAL_EMACS_INT):
12277 * s/gnu.h (NLIST_STRUCT):
12278 * s/aix4-2.h (X11R5_INHIBIT_I18N):
12279 * s/gnu-linux.h (LINUX):
12280 * s/msdos.h (HAVE_FACES):
12281 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
12282
12283 * systty.h:
12284 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
12285 anymore.
12286
122872008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
12288
12289 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
12290 always defined as int.
12291
12292 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
12293 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
12294 * s/gnu-linux.h (HAVE_WAIT_HEADER):
12295 * s/freebsd.h (HAVE_WAIT_HEADER):
12296 * s/bsd-common.h (HAVE_UNION_WAIT):
12297 * s/aix4-2.h (HAVE_WAIT_HEADER):
12298 * m/mips.h (HAVE_UNION_WAIT):
12299 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
12300 (COFF, static): Do not define, they are undefined later in the file.
12301
12302 * process.c (update_status): Don't use a union.
12303 (status_convert):
12304 (sigchld_handler): Use int instead of WAITTYPE.
12305
123062008-07-12 Chong Yidong <cyd@stupidchicken.com>
12307
12308 * indent.c (Fvertical_motion): Restore hscroll before moving to
12309 goal column.
12310
123112008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
12312
12313 * lisp.h: Remove left over code.
12314
123152008-07-11 Andreas Schwab <schwab@suse.de>
12316
12317 * lisp.h: Fix logic in last change.
12318
12319 * menu.h: New file.
12320 * menu.c: Include it.
12321 * xmenu.c: Likewise.
12322 * Makefile.in: Update dependencies.
12323
123242008-07-11 Kenichi Handa <handa@m17n.org>
12325
12326 * fontset.c (fontset_from_font): Cancel the previous change.
12327
123282008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
12329
12330 * lisp.h:
12331 * w32heap.c:
12332 * emacs.c:
12333 * alloc.c: Replace all references of NO_UNION_TYPE with
12334 USE_LISP_UNION_TYPE.
12335
12336 * m/xtensa.h (NO_UNION_TYPE):
12337 * m/vax.h (NO_UNION_TYPE):
12338 * m/template.h (NO_UNION_TYPE):
12339 * m/sparc.h (NO_UNION_TYPE):
12340 * m/mips.h (NO_UNION_TYPE):
12341 * m/macppc.h (NO_UNION_TYPE):
12342 * m/m68k.h (NO_UNION_TYPE):
12343 * m/iris4d.h (NO_UNION_TYPE):
12344 * m/intel386.h (NO_UNION_TYPE):
12345 * m/ibms390x.h (NO_UNION_TYPE):
12346 * m/ibms390.h (NO_UNION_TYPE):
12347 * m/ibmrs6000.h (NO_UNION_TYPE):
12348 * m/ia64.h (NO_UNION_TYPE):
12349 * m/hp800.h (NO_UNION_TYPE):
12350 * m/arm.h (NO_UNION_TYPE):
12351 * m/amdx86-64.h (NO_UNION_TYPE):
12352 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
12353 defining it the same.
12354
123552008-07-10 Chong Yidong <cyd@stupidchicken.com>
12356
12357 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
12358
123592008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
12360
12361 * fileio.c:
50426a04 12362 * sysdep.c:
aac0c6e3
MR
12363 * systty.h:
12364 * m/ibmrs6000.h:
12365 * m/iris4d.h:
12366 * s/aix4-2.h:
12367 * s/freebsd.h:
12368 * s/gnu-linux.h:
12369 * s/hpux10-20.h:
12370 * s/hpux11.h:
12371 * s/netbsd.h:
12372 * s/sol2-3.h:
12373 * s/sol2-4.h:
12374 * s/sol2.h:
12375 * s/usg5-4.h:
12376 * s/vms.h: Remove references to unused variables.
12377
123782008-07-10 Andreas Schwab <schwab@suse.de>
12379
12380 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
12381 pattern before matching the generic family.
12382
123832008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
12384
12385 * unexec.c:
12386 * s/vms.h:
12387 * s/usg5-4-2.h:
12388 * s/sol2-5.h:
12389 * s/freebsd.h:
12390 * s/darwin.h: Remove dead code.
12391
12392 * m/template.h:
12393 * m/sparc.h:
12394 * m/mips.h:
12395 * m/m68k.h:
12396 * m/iris4d.h:
12397 * m/intel386.h:
12398 * m/ibms390x.h:
12399 * m/ibms390.h:
12400 * m/ia64.h:
12401 * m/hp800.h:
12402 * m/arm.h:
12403 * m/amdx86-64.h: Remove dead code and references to unused
12404 and compiler defined symbols.
12405
12406 * unexmips.c:
12407 * unexelf.c: Remove references to desupported systems.
12408
12409 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
12410
12411 * m/powermac.h: Remove boilerplate comments.
12412 (NO_REMAP): Remove unused definition.
12413
12414 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
12415 define them.
12416
124172008-07-10 Kenichi Handa <handa@m17n.org>
12418
12419 * xfont.c (xfont_open): Log the reason of failure.
12420
124212008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
12422
12423 * fontset.c (fontset_get_font_group):
12424 * font.c (font_check_otf): Specify argument types.
12425
124262008-07-09 Kenichi Handa <handa@m17n.org>
12427
12428 * coding.c (detect_coding_utf_8): Set detect_info->found only when
12429 non-ASCII char is found.
12430
12431 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
12432 (reorder_font_vector): Change the arg preferred_family to font.
12433 Prefer the spec matching with font.
12434 (fontset_get_font_group): New function.
12435 (fontset_find_font): Change the format of an element of a realized
12436 fontset. Use fontset_get_font_group.
12437 (fontset_font): Try the current fontset, the default fontset, the
12438 fallbacks of the current fontset, and the fallbacks of the default
12439 fontset in this order.
12440 (face_for_char): Delete the shortcut to use the current font.
12441 (fontset_from_font): Don't set fonts for Latin in the fontset.
12442
12443 * font.h (font_make_object, font_match_p): Adjust prototypes.
12444
12445 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
12446
12447 * font.c (font_make_object): New arg entity and pixelsize.
12448 (font_check_otf_features, font_check_otf): New functions.
12449 (font_match_p): Check :lang, :script, and :otf properties.
12450
12451 * xfont.c (xfont_open): Adjust it for the change of
12452 font_make_object.
12453 (xfont_text_extents): Fix initial setting of metrics.
12454
12455 * ftfont.c (struct ftfont_info): New member index, delete member
12456 fc_charset_idx. Make the member order compatible with struct
12457 xftfont_info.
12458 (fc_charset_table): Change charset names to registry names.
12459 (ftfont_pattern_entity): Delete the args registry and
12460 fc_charset_idx. Change the value of :font-entity property
12461 to (FONTNAME . INDEX). Always set :registry property to
12462 `iso10646-1'.
12463 (struct ftfont_cache_data): New struct.
12464 (ftfont_lookup_cache): New arg for_face.
12465 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
12466 (ftfont_driver): Set the member otf_capability.
12467 (ftfont_get_charset): Adjust it for the change of
12468 fc_charset_table.
12469 (OTF_TAG_SYM): New macro.
12470 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
12471 for the change of fc_charset_table.
12472 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
12473 ftfont_pattern_entity. Add FC_INDEX to objset.
12474 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
12475 and ftfont_pattern_entity.
12476 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
12477 font_make_object, struct ftfont_info.
12478 (ftfont_has_char): Use ftfont_get_fc_charset.
12479 (ftfont_otf_features, ftfont_otf_capability): New functions.
12480 (ftfont_shape): Use ftfont_get_otf.
12481 (ftfont_text_extents): Fix initial setting of metrics.
12482
12483 * xftfont.c (struct xftfont_info): New member ft_size. Make the
12484 member order compatible with struct ftfont_info.
12485 (xftfont_open): Add FC_CHARSET to the pattern. Set
12486 xftfont_info->ft_size. Don't unlock the face. Check BDF
12487 properties if appropriate.
12488 (xftfont_close): Unlock the face.
12489 (xftfont_anchor_point, xftfont_shape): Deleted.
12490 (syms_of_xftfont): Don't set members anchor_point and shape of
12491 xftfont_driver.
12492
12493 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
12494 font_make_object.
12495
12496 * w32font.c (w32font_open): Adjust it for the change of
12497 font_make_object.
12498 (w32font_open_internal): Don't set properties of font_object here.
12499
125002008-07-08 Chong Yidong <cyd@stupidchicken.com>
12501
12502 * macfns.c (x_create_tip_frame):
12503 * w32fns.c (x_create_tip_frame):
12504 * xfns.c (x_create_tip_frame): Pass parameter argument to
12505 face-set-after-frame-default.
12506
12507 * xfaces.c (Finternal_merge_in_global_face): Save merged
12508 attributes for the default face back into the face vector.
12509
125102008-07-08 Andreas Schwab <schwab@suse.de>
12511
12512 * fontset.h: Declare fontset_from_font. Don't declare
12513 new_fontset_from_font and fontset_from_font_name.
12514 * xterm.c: Include "fontset.h".
12515 * Makefile.in (xterm.o): Update dependencies.
12516
125172008-07-08 Glenn Morris <rgm@gnu.org>
12518
12519 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
12520 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
12521
125222008-07-07 Chong Yidong <cyd@stupidchicken.com>
12523
12524 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
12525 (x_set_frame_parameters): Don't bind it.
12526
125272008-07-07 Juanma Barranquero <lekktu@gmail.com>
12528
12529 * w32fns.c (map_w32_filename): Declare extern.
12530
125312008-07-07 Jason Rumney <jasonr@gnu.org>
12532
12533 * w32term.c (WS_EX_LAYERED): Define if not already.
12534
125352008-07-06 Chong Yidong <cyd@stupidchicken.com>
12536
12537 * xfaces.c (set_font_frame_param): Don't try to set the font
12538 parameter if it is still unspecified in the lface.
12539
125402008-07-05 Chong Yidong <cyd@stupidchicken.com>
12541
12542 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
12543 face if it didn't already exist.
12544
12545 * xdisp.c (try_window_id): Give up if word-wrapping is on.
12546
125472008-07-05 Andreas Schwab <schwab@suse.de>
12548
12549 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
12550
125512008-07-05 Chong Yidong <cyd@stupidchicken.com>
12552
12553 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
12554 word-wrapping.
12555 (IT_DISPLAYING_WHITESPACE): New macro.
12556 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
12557 when word-wrapping. Simplify word-wrapping logic. Use correct
12558 pixel positions when saving copies of the iterator.
12559 (display_line): Use proper wrap point if the last character on a
12560 line was preceded by whitespace.
12561
125622008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12563
12564 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
12565
125662008-07-04 Kenichi Handa <handa@m17n.org>
12567
12568 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
12569
12570 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
12571
125722008-07-02 Jason Rumney <jasonr@gnu.org>
12573
12574 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 12575 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
12576
12577 * xdisp.c (next_element_from_display_vector): Move assignment out
12578 of if statement.
12579
125802008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
12581
12582 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
12583
12584 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
12585 (syms_of_fileio): Initialize and export them.
12586 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
12587
12588 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
12589 (Fsystem_move_file_to_trash): New function.
12590 (syms_of_w32fns): Export it to lisp.
12591
125922008-07-01 Jason Rumney <jasonr@gnu.org>
12593
12594 * w32font.c (w32font_text_extents): Don't count overhang as part
12595 of width.
12596
125972008-06-30 Miles Bader <miles@gnu.org>
12598
12599 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
12600 Add `avoid_cursor_p' field.
12601
12602 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
12603 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
12604 (append_glyph, append_composite_glyph, produce_image_glyph)
12605 (append_stretch_glyph): Initialize avoid_cursor_p.
12606 (get_it_property): Rename from `get_line_height_property'.
12607 (x_produce_glyphs): Use get_it_property.
12608 (handle_line_prefix, push_display_prop): New functions.
12609 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
12610 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
12611 New variables.
12612 (syms_of_xdisp): Initialize them.
12613
126142008-06-30 Kenichi Handa <handa@m17n.org>
12615
12616 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
12617 XftDefaultSubstitute (they are called in XftFontMatch).
12618 (xftfont_open): Fix args to ftfont_font_format.
12619
12620 * ftfont.c (fc_charset_table): New member lang.
12621 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 12622 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
12623 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
12624 (ftfont_open): Fix args to ftfont_font_format.
12625 (ftfont_font_format): New arg filename.
12626
126272008-06-30 Chong Yidong <cyd@stupidchicken.com>
12628
12629 * xfaces.c (Finternal_merge_in_global_face): If default face was
12630 modified, realize it again. Update the font face attribute.
12631
126322008-06-29 Jason Rumney <jasonr@gnu.org>
12633
12634 * w32term.c (x_set_frame_alpha): Fix logic.
12635
126362008-06-29 Kenichi Handa <handa@m17n.org>
12637
12638 * fontset.c (Finternal_char_font): Return font-object instead of
12639 font-name.
12640
12641 * composite.c (get_composition_id): Fix the width calculation for TAB.
12642
126432008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12644
12645 * indent.c (Fvertical_motion): Properly handle float column arg.
12646
126472008-06-28 Jason Rumney <jasonr@gnu.org>
12648
12649 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
12650 (pfnSetLayeredWindowAttributes): New function pointer.
12651 (w32_initialize): Initialize it when supported.
12652 (x_set_frame_alpha): New function.
12653
12654 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
12655 (w32_frame_parm_handlers): Set alpha handler.
12656
12657 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
12658
126592008-06-27 Jason Rumney <jasonr@gnu.org>
12660
12661 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
12662 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
12663 (w32_to_x_charset, x_to_w32_charset)
12664 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
12665 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
12666 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
12667 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
12668 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
12669 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
12670 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
12671 (Qw32_charset_unicode): Remove.
12672 (syms_of_w32fns): Update for above changes.
12673
12674 * w32font.c (w32_to_x_charset, x_to_w32_charset)
12675 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
12676 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
12677 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
12678 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
12679 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
12680 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
12681 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
12682 (syms_of_w32font): Update for above changes.
12683
126842008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
12685
12686 * s/usg5-4.h: Fix previous change: keep the correct branch of a
12687 removed #if.
12688 (USG_SHARED_LIBRARIES): Remove duplicate definition.
12689
126902008-06-26 Juanma Barranquero <lekktu@gmail.com>
acd0102a 12691 Eli Zaretskii <eliz@gnu.org>
aac0c6e3
MR
12692
12693 * makefile.w32-in (LOCAL_FLAGS):
12694 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
12695
12696 * sysdep.c (_spawnlp, _getpid):
12697 Declare with explicit _cdecl instead of _CRTAPI1.
12698
12699 * editfns.c (Fget_internal_run_time):
12700 Check for WINDOWSNT with #ifdef, not #if.
12701
127022008-06-26 Jason Rumney <jasonr@gnu.org>
12703
12704 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
12705
12706 * w32term.c (x_draw_glyph_string_foreground)
12707 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
12708 Use FONT_HANDLE macro.
12709 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
12710
12711 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
12712 (uniscribe_encode_char): Use FONT_HANDLE macro.
12713
12714 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
12715 (w32font_text_extents): Use precast w32_font.
12716 (w32font_close): Free cached metrics.
12717 (w32font_open_internal): Allocate space for name on stack.
12718
127192008-06-26 Chong Yidong <cyd@stupidchicken.com>
12720
12721 * xdisp.c (extend_face_to_end_of_line): Fix last change.
12722
127232008-06-26 Jason Rumney <jasonr@gnu.org>
12724
12725 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
12726 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
12727
127282008-06-26 Juanma Barranquero <lekktu@gmail.com>
12729
12730 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
12731
127322008-06-26 Jason Rumney <jasonr@gnu.org>
12733
12734 * w32bdf.c, w32bdf.h: Remove obsolete files.
12735
12736 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
12737
12738 * w32gui.h: Don't include w32bdf.h.
12739 (XCharStruct, enum w32_char_font_type, W32FontStruct):
12740 Remove obsolete font support.
12741
12742 * w32font.h (struct w32font_info): Remove compat_w32_font.
12743 Add hfont member.
12744 (FONT_COMPAT): Remove obsolete macro.
12745
12746 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
12747 (w32font_encode_char, w32font_text_extents): Use new hfont member.
12748 (w32font_open_internal): Remove compat code. Set new hfont member.
12749 (Fx_select_font): Use new hfont member.
12750
12751 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
12752 (uniscribe_encode_char): Use new hfont member.
12753
12754 * w32term.c (x_draw_glyph_string_foreground)
12755 (x_draw_composite_glyph_string_foreground): Use new hfont member.
12756 (x_draw_glyph_string): Use metrics in w32font_info.
12757
127582008-06-26 Kenichi Handa <handa@m17n.org>
12759
12760 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
12761
127622008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12763
12764 * unexnext.c:
12765 * m/ews4800.h:
12766 * m/hp9000s300.h:
12767 * m/ibm370aix.h:
12768 * m/mips-siemens.h:
12769 * m/ncr386.h:
12770 * m/next.h:
12771 * m/pmax.h:
12772 * m/powerpcle.h:
12773 * m/tandem-s2.h:
12774 * s/386bsd.h:
12775 * s/bsd386.h:
12776 * s/bsd4-1.h:
12777 * s/bsd4-2.h:
12778 * s/bsdos2-1.h:
12779 * s/bsdos2.h:
12780 * s/bsdos3.h:
12781 * s/bsdos4.h:
12782 * s/nextstep.h:
12783 * s/ultrix4-3.h:
12784 * s/usg5-0.h:
12785 * s/usg5-2-2.h:
12786 * s/usg5-2.h:
12787 * s/usg5-4-3.h:
12788 * s/ux4800.h:
12789 * s/uxpds.h:
12790 * s/uxpv.h: Remove support for obsolete systems.
12791 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 12792 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
12793 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
12794 Remove, insert contents in s/aix4-2.h.
12795 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
12796 * s/bsd4-3.h: Rename to ...
12797 * s/bsd-common.h: ... this.
12798 * data.c:
12799 * doc.c:
12800 * ecrt0.c:
12801 * emacs.c:
12802 * fileio.c:
12803 * floatfns.c:
12804 * keyboard.c:
12805 * mem-limits.h:
12806 * print.c:
12807 * process.c:
12808 * sysdep.c:
12809 * syssignal.h:
12810 * systty.h:
12811 * syswait.h:
12812 * term.c:
12813 * unexec.c:
12814 * unexelf.c:
12815 * unexhp9k800.c:
12816 * m/hp800.h:
12817 * m/ibmrs6000.h:
12818 * m/mips.h:
12819 * m/vax.h:
12820 * s/darwin.h:
12821 * s/freebsd.h:
12822 * s/gnu.h:
12823 * s/ms-w32.h:
12824 * s/msdos.h:
12825 * s/netbsd.h:
12826 * s/template.h: Remove references to obsolete variables.
12827
12828 * Makefile.in: Add dependencies for all unexec files.
12829 (admindir): Remove unused variable.
12830 (UNEXEC_SRC): Remove references.
12831
128322008-06-25 Chong Yidong <cyd@stupidchicken.com>
12833
12834 * xfns.c (x_default_font_parameter): If Xft is available, first
12835 try Monospace-12 for the default font.
12836
128372008-06-25 Jason Rumney <jasonr@gnu.org>
12838
12839 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
12840
128412008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12842
12843 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
12844
12845 * buffer.c (syms_of_buffer): Remove default-word-wrap.
12846
128472008-06-25 Juanma Barranquero <lekktu@gmail.com>
12848
12849 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
12850 <scroll-conservatively>: Fix typo in docstring.
12851
12852 * xselect.c (Fx_send_client_event): Doc fix.
12853
128542008-06-25 Kenichi Handa <handa@m17n.org>
12855
12856 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
12857
12858 * font.c (font_parse_fcname): Remove unused variables.
12859 (font_sort_entites): Delete the arg SPEC. Caller changed.
12860 Fix for the case of ! best_only.
12861 (font_delete_unmatched): Check DPI and AVGWIDTH too.
12862
12863 * lisp.h (Fstring_to_unibyte): EXFUN it.
12864
12865 * character.h (str_to_unibyte): Extern it.
12866
12867 * character.c (str_to_unibyte): New function.
12868
12869 * fns.c (Fstring_to_unibyte): New function.
12870 (syms_of_fns): Defsubr it.
12871
128722008-06-24 Kenichi Handa <handa@m17n.org>
12873
12874 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
12875 DPI too.
12876 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
12877
128782008-06-24 Andreas Schwab <schwab@suse.de>
12879
12880 * Makefile.in (${lispsource}loaddefs.el): Rename from
12881 ../lisp/loaddefs.el.
12882 (bootstrap-clean): Do what distclean does but don't remove
12883 Makefile.
12884 (distclean): Depend on bootstrap-clean and remove Makefile.
12885
128862008-06-24 Chong Yidong <cyd@stupidchicken.com>
12887
12888 * buffer.h (struct buffer): New member word_wrap.
12889
12890 * buffer.c (syms_of_buffer): New variables default-word-wrap and
12891 word-wrap.
12892 (init_buffer_once): Initialize them.
12893
12894 * dispextern.h (struct it): Replace bool truncate_lines_p with a
12895 line_wrap enum possessing three possible values.
12896
12897 * termopts.h: Replace truncate_partial_width_windows with
12898 Vtruncate_partial_width_windows.
12899
12900 * dispnew.c (direct_output_for_insert): Avoid direct output when
12901 inserting a space with word wrap on.
12902
12903 * indent.c (compute_motion): Obey integer values of
12904 truncate-partial-width-windows.
12905
12906 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
12907 replacing truncate_partial_width_windows.
12908 (init_iterator): If Vtruncate_partial_width_windows is an integer,
12909 truncate only if the window width is below that integer.
12910 (start_display, resize_mini_window, produce_stretch_glyph)
12911 (display_string, move_it_in_display_line_to): Use line_wrap.
12912 (back_to_previous_visible_line_start, reseat_1): Reset
12913 string_from_display_prop_p.
12914 (display_line): Extend default face to end of line when wrapping.
12915
129162008-06-24 Kim F. Storm <storm@cua.dk>
12917
12918 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
12919 to wrap continued lines at word boundaries.
12920
129212008-06-24 Jason Rumney <jasonr@gnu.org>
12922
12923 * font.c (Ffont_face_attributes): Multiply pixel size before point
12924 conversion to avoid multiplying rounding error.
12925
129262008-06-23 Jason Rumney <jasonr@gnu.org>
12927
12928 * w32term.c (x_draw_glyph_string_background)
12929 (x_draw_glyph_string): Remove old bdf font code.
12930
12931 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
12932
129332008-06-22 Kenichi Handa <handa@m17n.org>
12934
12935 * font.c (font_find_for_lface): Try the adstyle specified in
12936 the property of LFACE_FONT of LFACE (if any).
12937
129382008-06-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 12939 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
12940
12941 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
12942
129432008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12944
12945 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
12946 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
12947 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
12948 (witness-emacs): Remove.
12949 (lisp, shortlisp): Move loaddefs.el earlier.
12950 (mostlyclean): Forget about witness-emacs.
12951
129522008-06-22 Glenn Morris <rgm@gnu.org>
12953
12954 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
12955 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
12956
129572008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12958
12959 * Makefile.in (PRECOMP): Remove.
12960 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
12961 (witness-emacs): Run `compile-first'.
12962 (.el.elc): Use the new compile-onefile target.
12963
129642008-06-21 Kenichi Handa <handa@m17n.org>
12965
12966 * xftfont.c (xftfont_open): Handle QCembolden only when
12967 FC_EMBOLDEN is defined.
12968
129692008-06-21 Andreas Schwab <schwab@suse.de>
12970
12971 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
12972 (.el.elc): Likewise.
12973
129742008-06-21 Miles Bader <miles@gnu.org>
12975
12976 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
12977 build dir, not the lisp source dir.
12978
129792008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12980
12981 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
12982 (bootstrapclean): Remove.
12983 (.el.elc): New rule.
12984 (PRECOMP): New var.
12985 (../lisp/subdirs.el): Remove.
12986 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
12987 (witness-emacs): New target.
12988 (mostlyclean): Remove witness-emacs as well.
12989 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
12990 Add witness-emacs dependency.
12991
129922008-06-20 Chong Yidong <cyd@stupidchicken.com>
12993
12994 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
12995 defined by the font.
12996
129972008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12998
12999 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
13000 (bootstrap-clean): New target that keeps TAGS around.
13001 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
13002 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
13003
130042008-06-20 Jason Rumney <jasonr@gnu.org>
13005
13006 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
13007 Remove obsolete font code.
13008
13009 * w32font.c (font_matches_spec): Use csb bitfield from font signature
13010 to determine language support.
13011
130122008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13013
13014 * sysdep.c (cfsetspeed): New fun extracted from the code.
13015 (cfmakeraw): Move before first use.
13016
130172008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
13018
13019 * sysdep.c (cfmakeraw): Provide fallback implementation.
13020 (serial_configure): Provide fallback implementation of cfsetspeed.
13021
130222008-06-20 Kenichi Handa <handa@m17n.org>
13023
13024 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
13025 the pattern.
13026
13027 * fontset.c (fontset_from_font): Copy font_spec before changing
13028 the elements.
13029
13030 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
13031
130322008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13033
13034 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
13035 for explicit `font' parameters.
13036
13037 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
13038
130392008-06-19 Kenichi Handa <handa@m17n.org>
13040
13041 * frame.c: Include <ctype.h>.
13042 (x_set_font_backend): Allow spacing characters in the X resource
13043 for FontBackend.
13044
130452008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
13046
13047 * w32fns.c, xfns.c (Qfont_param): New var.
13048 (syms_of_w32fns): Initialize it.
13049 (x_default_font_parameter): Record explicit `font' into
13050 `font-parameter'.
13051
130522008-06-18 Kenichi Handa <handa@m17n.org>
13053
13054 * font.c (font_parse_xlfd): Fix previous change.
13055 (font_parse_fcname): Don't use :fc-unknown-spec.
13056 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
13057 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
13058 (font_add_log): Prepend the driver name to the resulting fonts.
13059
13060 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
13061 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
13062 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
13063
13064 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
13065 (QCembolden): New variables.
13066 (syms_of_xftfont): DEFSYM them.
13067 (xftfont_open): Call XftFontMatch. Don't trust the result of
13068 XftTextExtents8 if the pixel_size is less than 5.
13069
130702008-06-18 Andreas Schwab <schwab@suse.de>
13071
13072 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
13073 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
13074
130752008-06-18 Jason Rumney <jasonr@gnu.org>
13076
13077 * w32font.c (w32font_list, w32font_match): Add logging.
13078
13079 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
13080
130812008-06-17 Chong Yidong <cyd@stupidchicken.com>
13082
13083 * font.c (font_parse_fcname): Store divider characters for
13084 unknown-spec list. For known key symbols, intern using correct
13085 symbol name.
13086
130872008-06-17 Kenichi Handa <handa@m17n.org>
13088
13089 * xfaces.c (realize_default_face): If the frame is not on window
13090 system, set the fontset of face to nil.
13091
130922008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
13093
13094 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
13095
130962008-06-16 Juanma Barranquero <lekktu@gmail.com>
13097
13098 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
13099 (build_font_name_from_vector): Delete externs.
13100
13101 * xfaces.c (struct font_name): Don't declare.
13102
131032008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
13104
13105 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
13106
131072008-06-16 Chong Yidong <cyd@stupidchicken.com>
13108
13109 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
13110
131112008-06-16 Juanma Barranquero <lekktu@gmail.com>
13112
13113 * font.c (Ffont_spec): Fix usage in docstring.
13114 (Ffont_face_attributes): Doc fix.
13115
131162008-06-16 Andreas Schwab <schwab@suse.de>
13117
13118 * font.c (Ffont_face_attributes): Fix definition.
13119
131202008-06-16 Jason Rumney <jasonr@gnu.org>
13121
13122 * font.h (font_style_symbolic_from_value): Remove.
13123
13124 * font.c (font_style_symbolic_from_value): Remove.
13125 (font_style_symbolic): Revert to pre 2008-06-13 version.
13126
13127 * w32font.c (w32_to_fc_weight): New function.
13128 (w32font_full_name, logfont_to_fcname): Use it.
13129
131302008-06-16 Kenichi Handa <handa@m17n.org>
13131
13132 * font.c (font_check_object): Delete it.
13133 (font_clear_cache): Check if a font-object is alive.
13134 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
13135 font-object to nil.
13136 (font_close_object): Don't check FONT_CLOSE_OBJECT.
13137 (font_at): Don't call font_check_object.
13138 (Ffont_get): Return a symbol for :weight, :slant, and :width.
13139
131402008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
13141
13142 * puresize.h (BASE_PURESIZE): Increase to 1230000.
13143
131442008-06-16 Chong Yidong <cyd@stupidchicken.com>
13145
13146 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
13147
131482008-06-15 Chong Yidong <cyd@stupidchicken.com>
13149
13150 * font.c (font_parse_fcname): Only one decimal point.
13151 (font_unparse_fcname): Handle data in family and foundry indices
13152 as symbols, not strings.
13153 (font_unparse_gtkname, Ffont_face_attributes): New functions.
13154
13155 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
13156
13157 * font.h (font_unparse_gtkname): Add prototype.
13158
131592008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
13160
13161 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
13162
131632008-06-15 Andreas Schwab <schwab@suse.de>
13164
13165 * font.c (font_update_drivers): Fix crash when no drivers match.
13166
131672008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13168
13169 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
13170 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
13171
131722008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13173
13174 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
13175
131762008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13177
13178 * process.c (Fserial_process_configure, Fprocess_send_eof):
13179 Use EQ to compare Lisp_Objects.
13180
131812008-06-13 Jason Rumney <jasonr@gnu.org>
13182
13183 * w32fns.c (Fw32_select_font): Remove old font API function.
13184
13185 * w32font.c (logfont_to_fcname): New function.
13186 (Fx_select_font): New font dialog function compatible with
13187 GTK/fontconfig version.
13188
13189 * font.c (font_style_symbolic_from_value): New function.
13190 (font_style_symbolic): Use it.
13191
13192 * font.h (font_style_symbolic_from_value): Declare new function.
13193
131942008-06-13 Juanma Barranquero <lekktu@gmail.com>
13195
13196 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
13197 <font-width-table>: Fix typos in docstrings.
13198
131992008-06-13 Daniel Engeler <engeler@gmail.com>
13200
13201 These changes add serial port access.
13202 * process.c: Add HAVE_SERIAL.
13203 (Fdelete_process, Fprocess_status, Fset_process_buffer)
13204 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
13205 (list_processes_1, select_wrapper, Fstop_process)
13206 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
13207 (status_notify): Modify to handle serial processes.
13208 [HAVE_SERIAL] (Fserial_process_configure)
13209 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
13210 New functions.
13211 * process.h (struct Lisp_Process): Add `type'.
13212 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
13213 New functions.
13214 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
13215 serial ports.
b71ac3dd 13216 (serial_open, serial_configure): New functions.
aac0c6e3
MR
13217 * w32.h: Add FILE_SERIAL.
13218 (struct _child_process): Add ovl_read, ovl_write.
13219
132202008-06-13 Kenichi Handa <handa@m17n.org>
13221
13222 * dispextern.h (enum lface_attribute_index): New member
13223 LFACE_FOUNDRY_INDEX.
13224
13225 * font.c (font_score): Delete arg alternate_families. Check only
13226 weight, slant, width, and size. Ignore the difference of alias
13227 style symbols.
13228 (font_sort_entites): Adjust for the above change. Reflect the
13229 order of font-driver to scores.
13230 (font_list_entities): Don't check alternate_familes here.
13231 (font_clear_prop): Handle foundry.
13232 (font_update_lface): Don't parse "foundry-family" form here.
13233 Handle FONT_FOUNDRY_INDEX.
13234 (font_find_for_lface): Likewise. Handle alternate families here.
13235 If registry is nil, try iso8859-1 and ascii-0.
13236 (font_open_for_lface): Pay attention to size in ENTITY.
13237 (font_open_by_name): Simplify by calling font_load_for_lface.
13238 (free_font_driver_list): Delete it.
13239 (font_update_drivers): Preserve the order of backends.
13240 (syms_of_font): Setting of sort_shift_bits adjusted for the change
13241 of font_score and font_sort_entites.
13242 (font_update_sort_order): Likewise.
13243
13244 * xfaces.c (LFACE_FOUNDRY): New macro.
13245 (check_lface_attrs): Check foundry.
13246 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
13247 (merge_face_vectors): Check foundry.
13248 (merge_face_ref): Likewise.
13249 (Finternal_set_lisp_face_attribute): Likewise.
13250 (x_update_menu_appearance): Likewise.
13251 (Finternal_get_lisp_face_attribute): Likewise.
13252 (lface_hash): Likewise.
13253 (lface_same_font_attributes_p): Likewise.
13254 (x_supports_face_attributes_p): Likewise.
13255 (tty_supports_face_attributes_p): Likewise.
13256 (Finternal_set_alternative_font_family_alist): Intern strings.
13257 (Finternal_set_alternative_font_registry_alist): Downcase strings.
13258 (realize_default_face): Set LFACE_FOUNDRY (lface).
13259
13260 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
13261 font-driver at first.
13262
13263 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
13264
132652008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13266
13267 * lread.c (Fload): Use xfree, not free on saved_doc_string.
13268
132692008-06-12 Jim Meyering <meyering@redhat.com>
13270
13271 Make unexec_free handle NULL the same way free does.
13272 * unexmacosx.c (unexec_free): Ignore a NULL argument.
13273
132742008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13275
13276 * character.h (CHAR_TO_BYTE_SAFE): New macro.
13277 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
13278 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
13279 (WEAK_ALIAS): Simplify.
13280 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
13281 when searching a unibyte buffer.
13282
132832008-06-12 Chong Yidong <cyd@stupidchicken.com>
13284
13285 * xfns.c (Fx_select_font): Rename from x-font-dialog.
13286
132872008-06-12 Juanma Barranquero <lekktu@gmail.com>
13288
13289 * w32font.c: Include ctype.h.
13290
132912008-06-11 Jason Rumney <jasonr@gnu.org>
13292
13293 * w32font.c (w32font_encode_char): Detect missing glyphs that are
13294 misreported as space.
13295 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
13296 as aliases for registry iso10646-1.
13297
132982008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13299
13300 * buffer.c (clone_per_buffer_values): Skip `name'.
13301
133022008-06-11 Chong Yidong <cyd@stupidchicken.com>
13303
13304 * font.c (font_parse_fcname): Fix last change; accept decimal
13305 points in font size.
13306
133072008-06-10 Jason Rumney <jasonr@gnu.org>
13308
13309 * w32uniscribe.c (add_opentype_font_name_to_list):
13310 Skip non unicode fonts.
13311
133122008-06-10 Chong Yidong <cyd@stupidchicken.com>
13313
13314 * xfns.c (Fx_font_dialog): New function.
13315
13316 * gtkutil.c (xg_dialog_response_cb): Rename from
13317 xg_file_response_callback.
13318 (pop_down_dialog): Rename from pop_down_file_dialog.
13319 (xg_get_file_name): Callers changed.
13320 (xg_get_font_name): New function.
13321
13322 * gtkutil.h (xg_get_font_name): Insert prototype.
13323
133242008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13325
13326 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
13327 x_underline_minimum_display_offset.
13328 (syms_of_xdisp): Declare it here rather than in xterm.c.
13329 * dispextern.h (underline_minimum_offset): Declare it.
13330 * w32term.c (x_draw_glyph_string): Use it.
13331 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
13332 (syms_of_xterm): Don't declare it any more.
13333 (x_draw_glyph_string): Adjust to the new name.
13334
8719abec 133352008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
13336
13337 * xterm.c (x_underline_minimum_display_offset): New var.
13338 (x_draw_glyph_string): Use it.
13339 (syms_of_xterm): Declare it.
13340
133412008-06-10 Chong Yidong <cyd@stupidchicken.com>
13342
13343 * font.c (font_parse_fcname): Accept GTK-style font names too.
13344
133452008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13346
13347 * dired.c (file_name_completion): Don't return t if the match is exact
13348 but with different capitalization.
13349 * minibuf.c (Ftry_completion): Simplify.
13350
13351 * window.c (Vwindow_point_insertion_type): New var.
13352 (set_window_buffer): Use it.
13353 (syms_of_window): Init and export it to Lisp.
13354
133552008-06-10 Kenichi Handa <handa@m17n.org>
13356
13357 * font.h (font_intern_prop): Prototype adjusted.
13358
13359 * font.c (font_intern_prop): New arg force_symbol.
13360 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
13361 Adjust for the change of font_intern_prop.
13362
13363 * ftfont.c (ftfont_pattern_entity):
13364 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
13365 (w32_registry):
13366 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
13367 the change of font_intern_prop.
13368
133692008-06-09 Juanma Barranquero <lekktu@gmail.com>
13370
13371 * w32menu.c (digest_single_submenu): Declare extern.
13372
133732008-06-09 Jason Rumney <jasonr@gnu.org>
13374
13375 * w32term.c (x_make_frame_visible): Use alternate restore flags.
13376
13377 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
13378 (parse_single_submenu): Remove.
13379 (digest_single_submenu): Remove.
13380 (syms_of_w32menu): Don't initialise variables that have moved
13381 to menu.c.
13382 (set_frame_menubar): Sync with version in xmenu.c.
13383 (w32_menu_show): Sync with xmenu_show in xmenu.c.
13384
13385 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
13386 Make static again.
13387
133882008-06-09 Jason Rumney <jasonr@gnu.org>
13389
13390 Changes to w32 files related to the move of common menu code
13391 to menu.c on 2008-06-08 by Chong Yidong.
13392
13393 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
13394 defs to w32gui.h.
13395 (single_keymap_panes, push_menu_item, push_menu_pane):
13396 Make globally visible.
13397
13398 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
13399 (local_free, malloc_widget_value, free_widget_value)
13400 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
13401 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
13402 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
13403 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
13404 (menu_items, menu_items_allocated, menu_items_used)
13405 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
13406 (init_menu_items, finish_menu_items, discard_menu_items)
13407 (grow_menu_items, push_submenu_start, push_submenu_end)
13408 (push_left_right_boundary, push_menu_pane, push_menu_item)
13409 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
13410 (free_menubar_widget_tree_value, parse_single_submenu)
13411 (update_submenu_strings): Remove functions.
13412 (xmalloc_widget_value): Remove and declare extern.
13413
13414 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
13415 (OBJ1): Build it.
13416
13417 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
13418 (local_heap, local_alloc, local_free, malloc_widget_value)
13419 (free_widget_value): Define here.
13420
134212008-06-09 Kenichi Handa <handa@m17n.org>
13422
13423 * font.h (Qascii_0): Extern it.
13424
13425 * font.c (Qascii_0): New variable.
13426 (syms_of_font): DEFSYM it.
13427 (font_open_by_name): If the registry "iso8859-1" fails, try also
13428 "ascii-0".
13429
13430 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
13431
134322008-06-08 Kenichi Handa <handa@m17n.org>
13433
13434 * .gdbinit (xfont): New command.
13435
134362008-06-08 Andreas Schwab <schwab@suse.de>
13437
13438 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
13439 * Makefile.in (menu.o): Update dependencies.
13440
13441 * Makefile.in (obj): Always add menu.o.
13442 * emacs.c (main): Always call syms_of_menu.
13443 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
13444
134452008-06-08 Chong Yidong <cyd@stupidchicken.com>
13446
13447 * Makefile.in: Compile menu.c.
13448
13449 * lisp.h: Declare syms_of_menu.
13450
13451 * emacs.c (main): Call syms_of_menu.
13452
13453 * keyboard.h: Relocate platform-independent menu definitions from
13454 xmenu.c.
13455
13456 * menu.c: New file. Relocate platform-independent menu
13457 definitions from xmenu.c. Suggested by Adrian Robert.
13458
13459 * xmenu.c: Remove platform-independent menu definitions.
560bb7ae 13460 (menu_items, menu_items_inuse, menu_items_allocated)
aac0c6e3
MR
13461 (menu_items_used, menu_items_n_panes)
13462 (menu_items_submenu_depth): Move to keyboard.h.
13463 (init_menu_items, finish_menu_items, unuse_menu_items)
13464 (discard_menu_items, restore_menu_items, save_menu_items)
13465 (grow_menu_items, push_submenu_start, push_submenu_end)
13466 (push_left_right_boundary, push_menu_pane, push_menu_item)
13467 (keymap_panes, single_keymap_panes, single_menu_item)
13468 (list_of_panes, list_of_items, find_and_call_menu_selection)
13469 (xmalloc_widget_value, free_menubar_widget_value_tree)
13470 (parse_single_submenu, digest_single_submenu)
13471 (update_submenu_strings): Move to menu.c.
13472
134732008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13474
13475 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
13476
134772008-06-06 Miles Bader <miles@gnu.org>
13478
13479 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
13480 face, not frame default.
13481
134822008-06-05 Martin Rudalics <rudalics@gmx.at>
13483
13484 * window.c (pop_up_windows, pop_up_frames)
13485 (display_buffer_reuse_frames, Vpop_up_frame_function)
13486 (Vdisplay_buffer_function, Veven_window_heights)
13487 (Vspecial_display_buffer_names, Vspecial_display_regexps)
13488 (Vspecial_display_function, Vsame_window_buffer_names)
13489 (Vsame_window_regexps, split_height_threshold)
13490 (Vsplit_window_preferred_function): Move those vars to window.el.
13491 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
13492 (Fdisplay_buffer): Move those functions to window.el.
13493 (syms_of_window): Remove corresponding declarations.
13494 (display_buffer): New function.
13495 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
13496 * dispnew.c (Flast_nonminibuf_frame): New function.
13497 * buffer.c (Fpop_to_buffer): Move to window.el.
13498
134992008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13500
13501 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
13502
135032008-06-05 Kenichi Handa <handa@m17n.org>
13504
13505 * coding.c (detect_coding): Fix previous change.
13506 (detect_coding_system): Likewise.
13507
135082008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13509
13510 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
13511
13512 * keymap.c (Vminibuffer_local_filename_must_match_map):
13513 Rename from Vminibuffer_local_must_match_filename_map.
13514 (syms_of_keymap):
13515 * minibuf.c (Fcompleting_read): Adjust accordingly.
13516 * commands.h: Rename declaration as well.
13517
135182008-06-05 Kenichi Handa <handa@m17n.org>
13519
13520 * font.c (Ffont_spec): Don't use font_parse_family_registry for
13521 family name.
13522 (Ffont_put): Likewise.
13523
13524 * fontset.c (fontset_find_font): Call font_open_for_lface with the
13525 current font-spec.
13526
13527 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
13528 is unspecified.
13529
13530 * xfaces.c (realize_x_face): If the font-related face attributes
13531 are the same as those of default face, realize a new fontset from
13532 default->fontset.
13533 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
13534
135352008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13536
13537 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
13538 (move_it_in_display_line): New wrapper.
13539
13540 * window.c (window_scroll_pixel_based_preserve_x)
13541 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
13542 (window_scroll_pixel_based, window_scroll_line_based):
13543 Use them to preserve column positions.
13544 (syms_of_window): Initialize them.
13545
13546 * indent.c (Fvertical_motion): Extend first arg to allow passing an
13547 (HPOS . VPOS) pair.
13548
13549 * dispextern.h (move_it_in_display_line): Declare.
13550
135512008-06-05 Juanma Barranquero <lekktu@gmail.com>
13552
13553 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
13554 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
13555 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
13556
135572008-06-04 Juanma Barranquero <lekktu@gmail.com>
13558
13559 * window.c (Fset_window_parameter): Doc fix.
13560 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
13561
135622008-06-04 Joakim Verona <joakim@verona.se>
13563
13564 * window.h (struct window): Add new member window_parameters.
13565
13566 * window.c (Fwindow_parameters, Fwindow_parameter)
13567 (Fset_window_parameter): New defuns.
13568 (syms_of_window): Defsubr the new defuns.
13569 (make_window): Initialize window_parameters to nil.
13570
135712008-06-04 John Paul Wallington <jpw@pobox.com>
13572
13573 * eval.c (Fdefmacro): Doc fix.
13574
135752008-06-04 Kenichi Handa <handa@m17n.org>
13576
13577 * coding.c (detect_coding): Fix handling of coding->head_ascii.
13578 Be sure to call setup_coding_system when we find a proper coding system.
13579 (detect_coding_system): Fix handling of coding->head_ascii.
13580
135812008-06-03 Andreas Schwab <schwab@suse.de>
13582
13583 * font.c (font_prop_validate_spacing): Fix last change.
13584
135852008-06-03 Kenichi Handa <handa@m17n.org>
13586
13587 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
13588 (font_parse_fcname): Fix handling of unknown key.
13589
13590 * xfont.c (xfont_list): Try an alias.
13591
13592 * charset.c (char_charset): Return NULL if the arg charset_list is
13593 specified and C doesn't belong to any of them.
13594
135952008-06-02 Chip Coldwell <coldwell@redhat.com>
13596
13597 * font.c (font_pixel_size): Don't take cdr of an integer.
13598
135992008-06-02 Jim Meyering <meyering@redhat.com>
13600
13601 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
13602 * alloc.c (xfree): Return right away for a NULL arg.
13603 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
13604 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
13605 * mac.c (create_apple_event_from_event_ref): Likewise.
13606 (create_apple_event_from_drag_ref, cfstring_create_normalized):
13607 Likewise.
13608 * doprnt.c (doprnt1): Likewise.
13609 * frame.c (frame): Likewise.
13610 * keyboard.c (wipe_kboard): Likewise.
13611 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
13612 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
13613 * term.c (tty_default_color_capabilities, maybe_fatal)
13614 (delete_tty): Likewise.
13615 * w16select.c (string): Likewise.
13616 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
13617 * w32bdf.c (w32_free_bdf_font): Likewise.
13618 * w32fns.c (w32_unload_font): Likewise.
13619 * w32font.c (w32font_close): Likewise.
13620 * window.c (size_window): Likewise.
13621 * xselect.c (receive_incremental_selection): Likewise.
13622 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
13623 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
13624 * w32.c (stat): Likewise.
13625
13626 Remove useless if-before-free tests.
13627 * editfns.c (Fset_time_zone_rule): Likewise.
13628 * lread.c (nosuffix): Likewise.
13629 * ralloc.c (get_bloc): Likewise.
13630 * regex.c (reg_free): Likewise.
13631 * xftfont.c (xftfont_open, xftfont_close): Likewise.
13632 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
13633 * xsmfns.c (smc_save_yourself_CB): Likewise.
13634
136352008-06-02 Kenichi Handa <handa@m17n.org>
13636
13637 * font.c (font_find_for_lface): Handle float font size.
13638 (font_open_for_lface): Likewise.
13639
13640 * xfaces.c (x_supports_face_attributes_p): Check face->font before
13641 comparing the properties.
13642
136432008-06-01 Jason Rumney <jasonr@gnu.org>
13644
13645 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
13646 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
13647 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
13648 Don't add empty script list.
13649 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
13650
136512008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
13652
13653 * Makefile.in (dot, dotdot): Remove, update users.
13654 ".." has been used elsewhere in the file for a long time.
13655 (LIBXT_STATIC): Remove conditional based on unused variable.
13656
136572008-06-01 Miles Bader <miles@gnu.org>
13658
13659 * xfaces.c (Vface_remapping_alist): New variable.
13660 (syms_of_xfaces): Initialize it.
13661 (enum named_merge_point_kind): New type.
13662 (struct named_merge_point): Add `named_merge_point_kind' field.
13663 (push_named_merge_point): Make cycle detection respect different
13664 named-merge-point kinds.
13665 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
13666 Remove face-name alias resolution.
13667 (lface_from_face_name): New definition using
13668 `lface_from_face_name_no_resolve'.
13669 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
13670 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
13671 (get_lface_attributes): New definition that layers face-remapping on
13672 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
13673 (lookup_basic_face): New function.
13674 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
13675 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
13676 `get_lface_attributes'.
13677 (face_at_buffer_position): Use `lookup_basic_face' to lookup
13678 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
13679 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
13680
13681 * xdisp.c (init_iterator): Pass base_face_id through
13682 `lookup_basic_face' when we actually use it as a face-id.
13683 (handle_single_display_prop): Use `lookup_basic_face' to lookup
13684 DEFAULT_FACE_ID.
13685
13686 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
13687 lookup the initial face-id.
13688
13689 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
13690
136912008-06-01 Juanma Barranquero <lekktu@gmail.com>
13692
13693 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
13694 (Fremove_text_properties): Fix typos in docstrings.
13695
136962008-05-31 Kenichi Handa <handa@m17n.org>
13697
13698 * font.c (font_list_entities): Fix the car part of data to be
13699 stored in the cache.
13700
13701 * ftfont.c (ftfont_font_format): Don't use strcasestr.
13702
137032008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13704
13705 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
13706 Add a `test' argument so another predicate than `equal' can be used.
13707 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
13708 (map_char_table): Remove unused vars `c' and `i'.
13709 * lisp.h (Foptimize_char_table): Adjust declaration.
13710 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
13711
137122008-05-30 Kenichi Handa <handa@m17n.org>
13713
13714 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
13715 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
13716 defined.
13717
137182008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13719
13720 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
13721 (Fmake_variable_frame_local): Disallow mixing buffer-local and
13722 frame-local settings for the same variable.
13723
137242008-05-30 Kenichi Handa <handa@m17n.org>
13725
13726 * fontset.c (Ffont_info): Move to font.c.
13727 (syms_of_fontset): Delete defsubr of Sfont_info.
13728
13729 * font.c (font_style_to_value, font_score): Delete casting of the
13730 args to xstcasecmp.
13731 (register_font_driver): Increment num_font_drivers only when
13732 registering the driver globally.
13733 (Ffont_info): Move from fontset.c. Handle a font object too.
13734 (syms_of_font): Defsubr Sfont_info.
13735
137362008-05-29 Kenichi Handa <handa@m17n.org>
13737
13738 * coding.h (enum define_coding_utf8_arg_index): New enum.
13739 (enum coding_attr_index): Change coding_attr_utf_16_bom to
13740 coding_attr_utf_bom.
13741 (enum utf_bom_type): Rename from utf_16_bom_type.
13742 (struct utf_16_spec): Adjust for the above change.
13743 (struct coding_system): Add utf_8_bom in `spec' union.
13744
13745 * coding.c (CODING_UTF_8_BOM): New macro.
13746 (enum coding_category): Delete coding_category_utf_8, add
13747 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
13748 coding_category_utf_8_sig.
13749 (CATEGORY_MASK_UTF_8): Delete it.
13750 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
13751 (CATEGORY_MASK_UTF_8_SIG): New macros.
13752 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
13753 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
13754 CATEGORY_MASK_UTF_8_SIG.
13755 (CATEGORY_MASK_UTF_8): New macro.
13756 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
13757 (detect_coding_utf_8): Check BOM.
13758 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
13759 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
13760 (encode_coding_utf_16): Likewise.
13761 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
13762 (detect_coding, detect_coding_system): Handle utf-8-auto.
13763 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
13764 (syms_of_coding): Fix setting up of Vcoding_category_table.
13765
137662008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13767
13768 * process.c (Faccept_process_output): If `millisec' is non-nil,
13769 `seconds' default to 0.
13770 (wait_reading_process_output): Also return non-nil if we read output
13771 from a non-running process.
13772
137732008-05-29 Jason Rumney <jasonr@gnu.org>
13774
13775 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
13776 `raster' specified.
13777 (add_font_entity_to_list): Allow non-opentype truetype fonts back
13778 in the uniscribe backend, but disallow any font that has no
13779 unicode subrange support.
13780
137812008-05-29 Juanma Barranquero <lekktu@gmail.com>
13782
13783 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
13784 Fix typos in docstrings.
13785
137862008-05-29 Kenichi Handa <handa@m17n.org>
13787
13788 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
13789 (Fx_family_fonts): Set frame correctly.
13790
137912008-05-28 Jason Rumney <jasonr@gnu.org>
13792
13793 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
13794
137952008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13796
13797 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
13798 calling build_annotations.
13799
138002008-05-28 Juanma Barranquero <lekktu@gmail.com>
13801
13802 * coding.c (Fdecode_coding_region, Fencode_coding_region)
13803 (Fencode_coding_string):
13804 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
13805 <latin-extra-code-table>: Fix typos in docstrings.
13806 (syms_of_coding) <coding-system-alist>: Doc fix.
13807 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
13808
138092008-05-28 Kenichi Handa <handa@m17n.org>
13810
13811 * fontset.c (Ffont_info): Don't call font_close_object.
13812
13813 * font.c (font_parse_family_registry): Use Ffont_put to validate
13814 foundry and family.
13815 (font_delete_unmatched): Don't check spacing.
13816 (font_list_entities): Add spacing to the spec to list fonts.
13817
13818 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
13819 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
13820
13821 * coding.c (encode_coding_raw_text): Fix previous change.
13822 (encode_coding_object): When the dst_object is a buffer and is
13823 different from src_object, move gap to PT.
13824
138252008-05-27 Chong Yidong <cyd@stupidchicken.com>
13826
13827 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
13828
138292008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13830
13831 * coding.c (encode_coding_raw_text): Set coding->produced_char for
13832 all branches. Compute it differently.
13833
13834 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
13835
138362008-05-27 Juanma Barranquero <lekktu@gmail.com>
13837
13838 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
13839 into "else if () ... else ...".
13840
138412008-05-27 Jason Rumney <jasonr@gnu.org>
13842
13843 * w32font.c (w32font_open_internal): Determine if glyph indices
13844 are likely to work here.
13845
138462008-05-27 Chong Yidong <cyd@stupidchicken.com>
13847
13848 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
13849 draw overlap glyphs with appropriate highlighting.
13850
138512008-05-27 Kenichi Handa <handa@m17n.org>
13852
13853 * xfont.c (xfont_open): Fix calculation of font->average_width.
13854
138552008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13856
13857 * casefiddle.c (casify_object): Try to guess better whether the
13858 argument is a byte or a char.
13859
138602008-05-26 Andreas Schwab <schwab@suse.de>
13861
13862 * xselect.c (x_reply_selection_request): Properly handle format == 32.
13863 Always send multiples of format size.
13864
13865 * xterm.c (x_set_frame_alpha): Fix type mismatch.
13866
138672008-05-26 Jason Rumney <jasonr@gnu.org>
13868
13869 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
13870 (compute_metrics): Don't set failure if we just cleared the cache.
13871 (w32_weight_table): Remove unused variable.
13872 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
13873 backwards compatibility.
13874
138752008-05-25 Kenichi Handa <handa@m17n.org>
13876
13877 * w32term.c (x_draw_glyph_string):
13878 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
13879
13880 * xfaces.c: Delete unused function prototypes.
13881 (xstrlwr, font_frame): Delete them.
13882 (clear_face_cache): Delete unused variable.
13883
13884 * xftfont.c (xftfont_open): Delete unused variable.
13885 If underline_thickness is not 1, adjust underline_position.
13886
13887 * ftxfont.c (ftxfont_open): Delete unused variable.
13888
13889 * fontset.c (face_for_char): Optimize for the case of no charset
13890 property.
13891
13892 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
13893 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
13894 (otf_open, font_otf_capability, generate_otf_features)
13895 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
13896 Comment out by surrounding "#if 0" and "#endif" for the moment.
13897 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
13898 (syms_of_font): Codes for accessing above commented out.
13899
139002008-05-24 Eli Zaretskii <eliz@gnu.org>
13901
13902 * w32proc.c: Include dispextern.h.
13903
13904 * w32.c: Include dispextern.h.
13905
139062008-05-23 Juanma Barranquero <lekktu@gmail.com>
13907
13908 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
13909 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
13910 Fix typos in docstrings.
13911
139122008-05-23 Jason Rumney <jasonr@gnu.org>
13913
13914 * xsmfns.c: Remove includes that are already included by config.h.
13915
139162008-05-23 Kenichi Handa <handa@m17n.org>
13917
13918 * charset.c (Qemacs, charset_emacs): New variables.
13919 (char_charset): Fix for non-Unicode characters.
13920 (syms_of_charset): Define charset_emacs.
13921
13922 * w32term.c (x_draw_glyph_string): Be sure to update
13923 s->underline_thickness and s->underline_position. Be sure to draw
13924 underline within the current line area.
13925
13926 * xterm.c (x_draw_glyph_string): Be sure to update
13927 s->underline_thickness and s->underline_position. Be sure to draw
13928 underline within the current line area.
13929
13930 * fontset.c: Delete unused variables and add casting for char *
13931 throughout the file.
13932 (fontset_font): Try the fallback fonts of the current fontset
13933 before consulting the default fontset.
13934
13935 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
13936
13937 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
13938
139392008-05-22 Jason Rumney <jasonr@gnu.org>
13940
13941 * font.c: Don't include strings.h.
13942
13943 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
13944
13945 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
13946 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
13947 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
13948 to call xstrcasecmp.
13949
13950 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
13951
13952 * fontset.c (fs_query_fontset): Use xstrcasecmp.
13953
13954 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
13955
13956 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
13957
139582008-05-22 Kenichi Handa <handa@m17n.org>
13959
13960 * puresize.h (BASE_PURESIZE): Increase to 1220000.
13961
13962 * font.c (font_prop_validate_style): Adjust for the format
13963 change of font_style_table.
13964
13965 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
13966 two args.
13967
13968 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
13969 two args.
13970
139712008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13972
13973 * minibuf.c (keys_of_minibuf): Delete.
13974 * lisp.h (keys_of_minibuf): Delete.
13975 * emacs.c (main): Don't call keys_of_minibuf.
13976
139772008-05-22 Kenichi Handa <handa@m17n.org>
13978
13979 * ftfont.c (ftfont_resolve_generic_family): Rename from
13980 ftfont_list_generic_family. Return a single family for each
13981 generic family.
13982 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
13983 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
13984 Call font_add_log.
13985 (ftfont_match): Call font_add_log.
13986
13987 * font.h (Ffont_xlfd_name): EXFUN adjusted.
13988 (FONT_DEBUG): Define it.
13989 (font_add_log): Extern it.
13990 (font_assert): Rename from xassert.
13991
13992 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
13993 (xfont_list_family): Call font_add_log.
13994 (xfont_match): Likewise.
13995 (memq_no_quit): Delete.
13996
13997 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
13998 call of Ffont_xlfd_name.
13999
14000 * xfaces.c (struct table_entry, slant_table, weight_table)
14001 (swidth_table): Move to font.c.
14002
14003 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
14004 xassert are changed to font_assert. Delete many unused variables.
14005 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
14006 New variables.
14007 (struct table_entry): Move from xfaces.c and modified.
14008 (weight_table, slant_table, width_table): Move from xfaces.c and
14009 contents adjusted for the change of struct table_entry.
14010 (font_style_to_value, font_style_symbolic): Adjust for the
14011 format change of font_style_table.
14012 (font_parse_family_registry): Don't overwrite existing foundry and
14013 family of font_spec.
14014 (font_score): Fix calculation of diff for sizes.
14015 (font_sort_entites): Call font_add_log.
14016 (font_delete_unmatched): Return a newly created list.
14017 (font_list_entities): Fix previous change. Call font_add_log.
14018 (font_matching_entity, font_open_entity, font_close_entity):
14019 Call font_add_log.
14020 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
14021 (Finternal_set_font_style_table): Delete.
14022 (BUILD_STYLE_TABLE): New macro.
14023 (build_style_table): New function.
14024 (Vfont_log, font_log_env_checked): New variables.
14025 (font_add_log): New function.
14026 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
14027 Declare Lisp variables "font-weight-table", "font-slant-table",
14028 "font-width-table", and "font-log". Initialize font_style_table.
14029
140302008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
14031
14032 * xterm.c (x_set_frame_alpha): Move declarations before statements.
14033
140342008-05-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 14035 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
14036
14037 * frame.c (Qalpha): Add a new frame parameter `alpha'.
14038 (Vframe_alpha_lower_limit): New variable.
14039 (x_set_alpha): New function.
14040
14041 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
14042
14043 * xfns.c (x-create-frame, Qalpha):
14044 Initialize the frame parameter `alpha'.
14045 * xterm.c (OPAQUE, OPACITY): New.
14046 (x_set_frame_alpha): New function.
14047 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
14048
14049 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
14050 * w32fns.c (w32_frame_parm_handlers): Likewise.
14051
140522008-05-20 Jason Rumney <jasonr@gnu.org>
14053
14054 * w32font.c (add_font_entity_to_list): Don't add non-opentype
14055 truetype fonts to opentype list.
14056
140572008-05-20 Juanma Barranquero <lekktu@gmail.com>
14058
14059 * fontset.c (Ffontset_info): Doc fix.
14060 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
14061 <ignore-relative-composition>: Fix typos in docstrings.
14062
14063 * font.c (syms-of-font) <font-encoding-alist>:
14064 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
14065 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
14066 (Ffont_otf_alternates): Doc fixes.
14067
140682008-05-20 Kenichi Handa <handa@m17n.org>
14069
14070 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
14071 font.h through out the file.
14072 (FONT_DRIVERS): Rename from FONTOBJ.
14073 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
14074 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
14075
14076 * emacs.c (main): Call syms_of_font unconditionally.
14077
14078 * font.h (find_font_encoding): Extern it.
14079
14080 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
14081 fontset.c.
194d44e7 14082 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
14083 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
14084 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
14085 only when HAVE_WINDOW_SYSTEM is defined.
14086 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
14087 when HAVE_WINDOW_SYSTEM is defined.
14088
14089 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
14090 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
14091
14092 * xfaces.c: Include font.h unconditionally.
14093 (merge_face_ref, merge_face_vectors)
14094 (Finternal_set_lisp_face_attribute): Cancel the previous change.
14095
140962008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14097
14098 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
14099 indirect_variable.
14100 * eval.c (lisp_indirect_variable): New fun.
14101 (Fuser_variable_p): Use it.
14102
141032008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14104
14105 * lisp.h (indirect_variable):
14106 * data.c (indirect_variable, let_shadows_buffer_binding_p):
14107 Use Lisp_Symbol pointers rather than Lisp_Object.
14108 Adjust callers.
14109 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
14110 To this end, change calling-convention.
14111
14112 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
14113 if some non-hidden buffers are selected by string&pred.
14114
141152008-05-19 Chong Yidong <cyd@stupidchicken.com>
14116
14117 * process.c (wait_reading_process_output): Always check status
14118 when in batch mode.
14119
141202008-05-19 Kenichi Handa <handa@m17n.org>
14121
14122 * font.c (font_list_entities): Fix handling of cache.
14123 (font_matching_entity): Likewise.
14124
14125 * ftfont.c (cs_iso8859_1): Delete.
14126 (ft_face_cache): New variable.
14127 (struct ftfont_info): New member fc_charset_idx.
14128 (ftfont_build_basic_charsets): Delete.
14129 (fc_charset_table): New variable.
14130 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
14131 . FC_CHARSET_IDX) as :font-entity property in the font entity.
14132 Callers changed.
14133 (ftfont_lookup_cache, ftfont_get_charset): New functions.
14134 (ftfont_spec_pattern): New argument fc_charset_idx.
14135 Check registry more rigidly. Change callers.
14136 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
14137 change of :font-entity property of the font.
14138
14139 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
14140 property of the font.
14141
141422008-05-18 Juanma Barranquero <lekktu@gmail.com>
14143
14144 * coding.c (Fcoding_system_p): Rename argument to match docstring.
14145 (Funencodable_char_position, Fcheck_coding_systems_region)
14146 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
14147 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
14148 (Ffind_operation_coding_system, Fset_coding_system_priority)
14149 (Fcoding_system_eol_type): Doc fixes.
14150
141512008-05-17 Glenn Morris <rgm@gnu.org>
14152
14153 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
14154
141552008-05-16 Eli Zaretskii <eliz@gnu.org>
14156
14157 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
14158 and st_gid.
14159
14160 * frame.c (Fdelete_frame): Don't call font_update_drivers if
14161 HAVE_WINDOW_SYSTEM is not defined.
14162
14163 * xfaces.c (merge_face_ref, merge_face_vectors)
14164 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
14165 HAVE_WINDOW_SYSTEM is defined.
14166 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
14167
141682008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14169
14170 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
14171
141722008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14173
14174 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
14175
141762008-05-15 Kenichi Handa <handa@m17n.org>
14177
14178 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
14179 preference.
14180
141812008-05-15 Glenn Morris <rgm@gnu.org>
14182
14183 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
14184
141852008-05-15 Chong Yidong <cyd@stupidchicken.com>
14186
14187 * fns.c (init_fns): Don't initialize weak_hash_tables here.
14188 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
14189
14190 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
14191
141922008-05-15 Kenichi Handa <handa@m17n.org>
14193
14194 * ftfont.c (ftfont_list): Downcase family name to check generic
14195 families.
14196
14197 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
14198 font-spec for QCfont value.
14199
14200 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
14201 buffer. Check the return value of it.
14202
142032008-05-14 Jason Rumney <jasonr@gnu.org>
14204
14205 * w32term.c (w32_get_glyph_overhangs): Remove.
14206 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
14207
142082008-05-14 Kenichi Handa <handa@m17n.org>
14209
14210 * font.c (font_prop_validate): Make nil a valid value.
14211 (font_clear_cache): Check if the cached vector of entities is nil
14212 or not.
14213
142142008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14215
14216 * emacs.c (main_thread): Conditionalize on
14217 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
14218 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
14219
14220 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
14221 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
14222 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
14223
142242008-05-14 Kenichi Handa <handa@m17n.org>
14225
14226 * coding.c (detect_coding_iso_2022): Ignore a coding category that
14227 has no corresponding coding system.
14228
142292008-05-14 Jason Rumney <jasonr@gnu.org>
14230
14231 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
14232
14233 * w32font.h (w32font_open_internal): Update declaration.
14234
14235 * w32font.c (w32font_open_internal): Change last argument from
14236 w32font_info struct to font object. Fill in font object from
14237 font_entity. Get Outline metrics if possible. Use them to
14238 calculate underline position and thickness. Use xlfd name as name
14239 property. Don't set codepage.
14240 (w32font_open): Pass font_object to w32font_open_internal. Don't
14241 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
14242 (w32font_draw): Use s->font.
14243 (clear_cached_metrics): Don't clear non-existent blocks.
14244
14245 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
14246 font was not found.
14247 (x_draw_glyph_string): Use underline position and thickness from font.
14248
14249 * w32uniscribe.c (uniscribe_open): Pass font_object to
14250 w32font_open_internal.
14251
142522008-05-14 Kenichi Handa <handa@m17n.org>
14253
14254 These changes are to delete all legacy font-handling codes, and
14255 make Emacs use only font-backends.
14256
14257 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
14258 (frame.o, image.o, print.o): Depend on $(FONTSRC).
14259
14260 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
14261
14262 * charset.h (Vcharset_non_preferred_head)
14263 (Vcurrent_iso639_language): Extern them.
14264
14265 * charset.c (Vcharset_non_preferred_head): New variable.
14266 (Vcurrent_iso639_language): New variable.
14267 (syms_of_charset): Declare it as a Lisp variable.
14268 (char_charset): Don't check non preferred charsets. As a last
14269 resort, return charset_unicode.
14270 (Fset_charset_priority): Update Vcharset_non_preferred_head.
14271
14272 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
14273 conditionals. Don't check enable_font_backend. Delete all codes
14274 used only when USE_FONT_BACKEND is not defined.
14275
14276 * dispextern.h (struct glyph_string): Change type of `font' to
14277 `struct font *'.
14278 (struct glyph_string): New member underline_position and
14279 underline_thickness.
14280 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
14281 (struct face): Change type of `font' to `struct font *'. Remove
14282 members `font_name', `font_info_id'.
14283 (per_char_metric, encode_char): Delete externs.
14284 (calc_pixel_width_or_height): Adjust the prototype.
14285
14286 * emacs.c (enable_font_backend): Delete extern.
14287 (main): Don't set enable_font_backend. Don't check the command
14288 line argument "-disable-font-backend".
14289
14290 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
14291 (enum font_property_index): New members FONT_DPI_INDEX,
14292 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
14293 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
14294 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
14295 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
14296 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
14297 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
14298 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
14299 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
14300 (struct font_spec, struct font_entity): New structs.
14301 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
14302 (struct font): Many members from old "struct font_info" moved to
14303 here. Members font and entity deleted.
14304 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
14305 the new font-related objects.
14306 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
14307 (CHECK_FONT_GET_OBJECT): Likewise.
14308 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
14309 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
14310 (struct font_driver): New members case_sensitive anc check. Type
14311 of the member list and open changed.
14312 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
14313 (font_symbolic_width, font_find_object, font_get_spec)
14314 (font_set_lface_from_name): Delete extern.
14315 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
14316
14317 * font.c: Include <strings.h>.
14318 (enable_font_backend): Delete it.
14319 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
14320 (CHECK_VALIDATE_FONT_SPEC): Delete it.
14321 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
14322 (null_string): Delete it.
14323 (null_vector): Make it static.
14324 (font_family_alist): Delete it.
14325 (Qnormal): Extern it.
14326 (QCextra, QClanguage): Delete it.
14327 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
14328 (font_make_spec, font_make_entity, font_make_object)
14329 (font_intern_prop): Renamed from intern_downcase. Don't downcase
14330 the string. Callers changed.
14331 (font_pixel_size): Adjusted for the format change of font-related
14332 objects.
14333 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
14334 (font_style_to_value, font_style_symbolic): New function.
14335 (build_font_family_alist): Delete it.
14336 (font_registry_charsets): Use Fassoc_string instead of
14337 assq_no_quit.
14338 (font_prop_validate_symbol): Don't return null_string.
14339 (font_prop_validate_style): Adjusted for the change of
14340 style-related values in a font vector.
14341 (font_property_table): Delete entries for QClanguage and
14342 QCantialias, add entries for QCavgwidth.
14343 (get_font_prop_index): Delete the 2nd argument FROM.
14344 (font_prop_validate): Arguments changed.
14345 (font_put_extra): Adjusted for the change of font-related objects.
14346 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
14347 (font_parse_fcname, font_unparse_fcname)
14348 (font_prepare_composition): Likewise.
14349 (font_parse_family_registry): Renamed from font_merge_old_spec.
14350 (otf_open): Delete the 1st arg entity.
14351 (font_otf_capability): Adjusted for the above change.
14352 (font_score): New arg alternate_families. Adjusted for the change
14353 of font-related objects.
14354 (font_sort_entites): New arg best_only.
14355 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
14356 Delete them.
14357 (font_match_p): Check alternate families.
14358 (font_find_object): Delete it.
14359 (font_check_object): New function.
14360 (font_clear_cache): Adjusted for the change of font-related objects.
14361 (font_delete_unmatched): New arg.
14362 (font_list_entities): Call font_driver->list with a spec that
14363 doesn't specify style-related properties.
14364 (font_matching_entity): Arguments changed. Caller changed.
14365 (font_open_entity): Adjusted for the change of font-related objects.
14366 (font_close_object, font_has_char, font_encode_char)
14367 (font_get_name, font_get_spec): Likewise.
14368 (font_spec_from_name, font_clear_prop, font_update_lface):
14369 New functions.
14370 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
14371 (font_prepare_for_face, font_done_for_face, font_open_by_name)
14372 (font_at): Adjusted for the change of font-related objects.
14373 (font_range): New function.
14374 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
14375 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
14376 (Fcopy_font_spec, Fmerge_font_spec): New function.
14377 (Ffont_family_list): Renamed from list-families.
14378 (Finternal_set_font_style_table): Arguments changed.
14379 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
14380 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
14381 change of font-related objects.
14382 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
14383
14384 * fontset.h (struct font_info): Delete it. Most members go to
14385 struct font.
14386 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
14387 (enum FONT_SPEC_INDEX): Delete it.
14388 (font_info, list_fonts_func, load_font_func, query_font_func)
14389 (set_frame_fontset_func, find_ccl_program_func)
14390 (get_font_repertory_func, new_fontset_from_font_name): Delete
14391 externs.
14392 (fontset_from_font_name): Extern it.
14393 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
14394 (FONT_INFO_FROM_FACE): Deleted.
14395 (face_for_font): Adjust prototype.
14396
14397 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
14398 conditionals. Don't check enable_font_backend. Delete all codes
14399 used only when USE_FONT_BACKEND is not defined.
14400 (get_font_info_func, list_font_func, load_font_func)
14401 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
14402 (get_font_repertory_func): Delete them.
14403 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
14404 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
14405 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
14406 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
14407 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
14408 (fontset_compare_rfontdef): New function.
14409 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
14410 rfont-defs by qsort. Adjusted for the change of font-group vector.
14411 (load_font_get_repertory): Deleted.
14412 (fontset_find_font): Use new macros to ref/set elements of
14413 font-def and rfont-def.
14414 (fontset_font): Fix the timing of remembering that no font for C.
14415 (free_face_fontset): Do nothing if the face has no fontset.
14416 (face_suitable_for_char_p): Use new macros to ref/set elements of
14417 rfont-def.
14418 (face_for_char): Likewise. Call face_for_char with font_object.
14419 (fs_load_font): Delete. Delete #pragma surrounding it.
14420 (fs_query_fontset): Use strcasecmp instead of strcmp.
14421 (generate_ascii_font_name): Adjusted for the format change of
14422 font-spec.
14423 (Fset_fontset_font): Likewise. Use new macros to set elements of
14424 font-def.
14425 (Fnew_fontset): Use font_unparse_xlfd to generate
14426 FONTSET_ASCII (fontset).
14427 (new_fontset_from_font_name): Deleted.
14428 (fontset_from_font): Renamed from new_fontset_from_font. Check if
14429 a fontset is already created for the font. FIx updating of
14430 Vfontset_alias_alist.
14431 (fontset_ascii_font): Deleted.
14432 (Ffont_info): Adjusted for the format change of font-spec.
14433 (Finternal_char_font): Likewise.
14434 (Ffontset_info): Likewise.
14435 (syms_of_fontset): Don't check load_font_func.
14436
14437 * fns.c (internal_equal): Handle PREV_FONT.
14438
14439 * frame.h: Delete USE_FONT_BACKEND conditional.
14440
14441 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
14442 conditionals. Don't check enable_font_backend. Delete all codes
14443 used only when USE_FONT_BACKEND is not defined.
14444 (x_set_font): Call x_new_font, not x_new_fontset2.
14445 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
14446 already set for the frame.
14447
14448 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
14449 a font-entity by font_make_entity. Use font_intern_prop instead
14450 of intern_downcase. Use FONT_SET_STYLE to set a style-related
14451 font property. If a font is scalable, set avgwidth property to 0.
14452 Set font-entity property by font_put_extra.
14453 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
14454 (ffont_driver): Adjusted for the change of struct font_driver.
14455 (ftfont_spec_pattern): New function.
14456 (ftfont_list): Return a list, not vector.
14457 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
14458 (ftfont_list_family): Don't downcase names.
14459 (ftfont_free_entity): Deleted.
14460 (ftfont_open): Return a font-object. Adjusted for the change of
14461 struct font. Get underline_thickness and underline_position from
14462 font property. Don't update dpyinfo->smallest_font_height and
14463 dpyinfo->smallest_char_width.
14464 (ftfont_close): Don't free `struct font'.
14465 (ftfont_has_char): Adjusted for the format change of font-entity.
14466 (ftfont_encode_char, ftfont_text_extents): Likewise.
14467
14468 * ftxfont.c (ftxfont_list): Return a list, not vector.
14469 (ftxfont_open): Return a font-object. Adjusted for the change of
14470 struct font. Get underline_thickness and underline_position from
14471 font property. Don't update dpyinfo->smallest_font_height and
14472 dpyinfo->smallest_char_width.
14473 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
14474 (ftxfont_draw): Adjusted for the change of struct font.
14475
14476 * image.c (image_ascent): Don't include "charset.h". Include
14477 "character.h" and "font.h".
14478
14479 * lisp.h (enum pvec_type): New member PREV_FONT.
14480 (Fassoc_string): EXFUN it.
14481
14482 * print.c: Include font.h.
14483 (print_object): Handle font-related objects.
14484
14485 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
14486 conditionals. Don't check enable_font_backend. Delete all codes
14487 used only when USE_FONT_BACKEND is not defined.
14488 (handle_auto_composed_prop): Do nothing if it->f is not on a
14489 window system. Check how many following characters can be
14490 displayed by the same font.
14491 (calc_pixel_width_or_height): Type of the 4th arg is changed to
14492 'struct font *'.
14493 (get_char_face_and_encoding): Assign the whole encoding task to
14494 the `encode-char' method of a font driver.
14495 (fill_composite_glyph_string): Adjusted for the change of `struct
14496 face' and `struct glyph_string'.
14497 (fill_glyph_string): Likewise.
14498 (get_per_char_metric): Arguments changed.
14499 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
14500 and `struct glyph_string'.
14501 (produce_stretch_glyph, calc_line_height_property)
14502 (x_produce_glyphs): Likewise.
14503
14504 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
14505 conditionals. Don't check enable_font_backend. Delete all codes
14506 used only when USE_FONT_BACKEND is not defined. Use
14507 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
14508 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
14509 (Qp): Extern them.
14510 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
14511 Deleted.
14512 (struct font_name): Deleted.
14513 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
14514 (compare_fonts_by_sort_order): New function.
14515 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
14516 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
14517 Deleted.
14518 (Fx_family_fonts): Use font_list_entities, and sort fonts by
14519 compare_fonts_by_sort_order.
14520 (Fx_font_family_list): Call Ffont_family_list.
14521 (face_numeric_value, face_numeric_weight, face_numeric_slant)
14522 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
14523 (face_symbolic_slant, face_symbolic_swidth)
14524 (split_font_name_into_vector, build_font_name_from_vector)
14525 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
14526 (font_rescale_ratio, split_font_name, build_font_name)
14527 (free_font_names, sort_fonts, x_face_list_fonts)
14528 (face_font_available_p, sorted_font_list, cmp_font_names)
14529 (font_list_1, concat_font_list, font_list, remove_duplicates):
14530 Deleted.
14531 (Fx_list_fonts): Use Ffont_list.
14532 (LFACE_AVGWIDTH): Deleted.
14533 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
14534 by FONTP.
14535 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
14536 (set_lface_from_font_name): Delete it.
14537 (set_lface_from_font): Renamed from
14538 set_lface_from_font_and_fontset. Caller changed. Don't set
14539 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
14540 for face.
14541 (merge_face_vectors): Copy font-spec if necessary.
14542 Clear properties of the font-spec if necessary.
14543 (merge_face_ref): Clear properties of the font-spec if necessary.
14544 (Finternal_set_lisp_face_attribute): Likewise.
14545 (set_font_frame_param): Use font_load_for_lface to load a
14546 font-object, and call Fmodify_frame_parameters with it.
14547 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
14548 font name by Ffont_xlfd_name.
14549 (Finternal_lisp_face_attribute_values): Don't check QCweight,
14550 QCslant, and QCwidth.
14551 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
14552 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
14553 Compare fonts by EQ.
14554 (lookup_non_ascii_face): Deleted.
14555 (face_for_font): The 2nd argument changed.
14556 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
14557 Check atomic font properties by case insensitive.
14558 (realize_non_ascii_face): Set face->overstrike correctly.
14559 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
14560 (dump_realized_face): Get font name from
14561 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
14562
14563 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
14564 conditionals. Don't check enable_font_backend. Delete all codes
14565 used only when USE_FONT_BACKEND is not defined.
14566 (xic_create_xfontset): Original code deleted and renamed from
14567 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
14568 (x_make_gc): Don't set GCFont in GCs.
14569 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
14570 opened by "fixed".
14571 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
14572 find_ccl_program_func, query_font_func, set_frame_fontset_func,
14573 get_font_repertory_func.
14574
14575 * xfont.c: Include <stdlib.h> and "ccl.h".
14576 (struct xfont_info): New structure.
14577 (xfont_query_font): Deleted.
14578 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
14579 moved from xterm.c.
14580 (xfont_driver): Adjusted for the change of struct font_driver.
14581 (compare_font_names): New function.
14582 (xfont_list_pattern): Sort font names case insensitively. Make
14583 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
14584 (xfont_list): Return a list, not vector.
14585 (xfont_match): If the font doesn't have QCname property, generate
14586 a name from the other font properties.
14587 (xfont_open): Return a font-object. Adjusted for the change of
14588 struct font. Get underline_thickness and underline_position from
14589 font property. Don't update dpyinfo->smallest_font_height and
14590 dpyinfo->smallest_char_width.
14591 (xfont_close): Don't free struct font.
14592 (xfont_prepare_face): Adjusted for the change of struct font.
14593 (xfont_done_face): Deleted.
14594 (xfont_has_char): Adjusted for the change of struct font.
14595 (xfont_encode_char, xfont_draw): Likewise.
14596 (xfont_check): New function.
14597
14598 * xftfont.c (xftfont_list): Adjusted for the change of `list'
14599 callback function.
14600 (xftfont_match): Adjusted for the format change of font-entity.
14601 (xftfont_open): Adjusted for the format change of font-entity and
14602 font-object. Adjusted for the change of struct font. Return a
14603 font-object. Don't update dpyinfo->smallest_font_height and
14604 dpyinfo->smallest_char_width.
14605 (xftfont_close): Block input while calling XftFontClose.
14606 (xftfont_prepare_face): Don't block input while calling
14607 xftfont_get_colors. Adjusted for the change of struct font.
14608 (xftfont_shape): Return value of error case fixed.
14609
14610 * xrdb.c (x_load_resources): Don't setup a fontset resource.
14611
14612 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
14613 conditionals.
14614 (FONT_WIDTH): Return (f)->max_width.
14615 (struct x_display_info): Delete member `font'.
14616 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
14617 (x_find_ccl_program, x_get_font_repertory): Delete externs.
14618 (struct x_output): Change type of `font' to `struct font *'.
14619
14620 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
14621 conditionals. Don't check enable_font_backend. Delete all codes
14622 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
14623 (x_per_char_metric, x_encode_char): Deleted.
14624 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
14625 (x_compute_glyph_string_overhangs): Adjusted for the change of
14626 `struct face'.
14627 (x_draw_glyph_string_foreground)
14628 (x_draw_composite_glyph_string_foreground): Likewise.
14629 (x_draw_glyph_string): Likewise. Use font->underline_position and
14630 font->underline_thickness.
14631 (x_new_font): Renamed from x_new_fontset2.
14632 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
14633 (x_check_font): Call `check' method of a font driver.
14634 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
14635 (x_query_font, x_get_font_repertory): Deleted.
14636 (x_find_ccl_program): Renamed and moved to xfont.c.
14637 (x_redisplay_interface): Adjusted for the change of `struct
14638 redisplay_interface'.
14639
14640 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
14641 conditionals. Don't check enable_font_backend. Delete all codes
14642 used only when USE_FONT_BACKEND is not defined. Surround non-used
14643 code by "#ifdef OLD_FONT" and "endif".
14644 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
14645
14646 * w32font.h (struct w32font_info): New member.
14647 (FONT_COMPAT): New macro.
14648 (w32font_open_internal): Prototype adjusted.
14649
14650 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
14651 OLD_FONT" and "endif".
14652
14653 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
14654 conditionals. Don't check enable_font_backend. Delete all codes
14655 used only when USE_FONT_BACKEND is not defined.
14656 (w32font_open): Return a font-object. Make a font-object by
14657 font_make_object. Adjusted for the change of struct w32font_info.
14658 (w32font_close): Don't free struct font. Adjusted for the change
14659 of struct w32font_info.
14660 (w32font_encode_char, w32font_text_extents, w32font_draw):
14661 Adjusted for the change of struct w32font_info.
14662 (w32font_draw): Likewise.
14663 (w32font_list_internal): Return a list, not vector.
14664 (w32font_open_internal): Change the 4th arg to font-object.
14665 Adjusted for the change of struct w32font_info and font-object format.
14666 (add_font_name_to_list): Don't downcase names.
14667 (w32_enumfont_pattern_entity): Make a font-entity by
14668 font_make_entity. Adjusted for the format change of font-entity.
14669 Use FONT_SET_STYLE to set a style-related font property. If a
14670 font is scalable, set avgwidth property to 0. Set font-entity
14671 property by font_put_extra.
14672 (font_matches_spec): Adjusted for the format change of font-entity.
14673 (w32_weight_table, w32_decode_weight): New variables.
14674 (w32_encode_weight): New function.
14675 (fill_in_logfont): Adjusted for the format change of font-spec.
14676 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
14677 weight value.
14678 (w32font_driver): Adjusted for the change of struct font_driver.
14679
14680 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
14681 conditionals. Don't check enable_font_backend. Surround non-used
14682 code by "#ifdef OLD_FONT" and "endif".
14683 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
14684 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
14685
14686 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
14687 conditionals. Don't check enable_font_backend. Delete all codes
14688 used only when USE_FONT_BACKEND is not defined. Surround non-used
14689 code by "#ifdef OLD_FONT" and "endif".
14690
14691 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
14692 (uniscribe_open): Return value changed to font-object.
14693 Adjusted for the format change of font-object.
14694 (uniscribe_otf_capability): Adjusted for the change of struct font.
14695 (add_opentype_font_name_to_list): Don't downcase names.
14696 (uniscribe_font_driver): Adjusted for the change of struct
14697 font_driver.
14698
146992008-05-13 Chong Yidong <cyd@stupidchicken.com>
14700
14701 * dispnew.c (update_frame_1): Check if tty output is still valid
14702 before flushing it.
14703
147042008-05-13 Jan Djärv <jan.h.d@swipnet.se>
14705
14706 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
14707 to Gtk+ menus.
14708
147092008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14710
14711 * dired.c (file_name_completion): Tweak the code so as to always do it
14712 in a single pass. Tighten the scope of some variables.
14713
14714 * dired.c (Qdefault_directory): New var.
14715 (file_name_completion): Use it instead of Fexpand_file_name.
14716 (syms_of_dired): Initialize it.
14717
147182008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14719
14720 * fileio.c (double_dollars): Remove dead code.
14721
147222008-05-10 Eli Zaretskii <eliz@gnu.org>
14723
14724 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
14725 Mention w32-get-true-file-attributes in doc string.
14726
14727 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
14728
147292008-05-09 Glenn Morris <rgm@gnu.org>
14730
14731 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
14732 2008-04-23.
14733
147342008-05-09 Eli Zaretskii <eliz@gnu.org>
14735
14736 Support for reporting owner and group of each file on MS-Windows:
14737 * dired.c (stat_uname, stat_gname): New functions, with special
14738 implementation for w32.
14739 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
14740
14741 * w32.c: Rename the_passwd_* to dflt_passwd_*.
14742 (dflt_group_name): New static variable.
14743 (dflt_group): Rename from the_group.
14744 (init_user_info): Init dflt_group fields. Get user's group name
14745 from LookupAccountSid.
14746 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
14747 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
14748 New initialization states.
14749 (globals_of_w32): Initialize them to zero. Initialize the default
14750 group name to "None".
14751 (GetFileSecurity_Name): New global var, the name of the function
14752 to call for GetFileSecurity.
14753 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
14754 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
14755 (get_file_security, get_security_descriptor_owner)
14756 (get_security_descriptor_group, is_valid_sid)
14757 (get_file_security_desc, get_rid, get_name_and_id)
14758 (get_file_owner_and_group): New functions.
14759 (stat): Use get_file_security_desc and get_file_owner_and_group to
14760 report the owner and primary group of each file. Don't ignore the
14761 high 32 bits of file's size, now that st_size is 64-bit wide.
14762 Fix test when to get true file attributes.
14763 (init_user_info): Use get_rid instead of equivalent inline code.
14764 (fstat): Don't ignore the high 32 bits of file's size.
14765
147662008-05-09 Chong Yidong <cyd@stupidchicken.com>
14767
14768 * image.c (png_load): Use correct bit-depth for setting background
14769 color.
14770
147712008-05-08 Eli Zaretskii <eliz@gnu.org>
14772
14773 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
14774 epa-hook.elc.
14775
147762008-05-08 Juanma Barranquero <lekktu@gmail.com>
14777
14778 * font.c (Ffont_match_p): Don't use `iff' in docstring.
14779
147802008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
14781
14782 * macfns.c (Fx_create_frame): Make a copy of frame parameters
14783 because the original parameters are in pure storage now.
14784 (mac_window): Remove unused params. Update callers.
14785
147862008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14787
14788 * lread.c (substitute_object_recurse): Use lower-level primitives.
14789 Don't signal errors when traversing sub-char-tables.
14790 Don't loop over all the possible characters when traversing char-tables.
14791
14792 * print.c (print_preprocess): Add sub-char-tables to the print-table,
14793 just like we do in print.c.
14794
147952008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14796
14797 * minibuf.c (Ftry_completion): Remove code left over from when we used
14798 scmp instead of Fcompare_strings.
14799
148002008-05-04 Juanma Barranquero <lekktu@gmail.com>
14801
14802 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
14803
148042008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14805
14806 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
14807 Create bitmap context in native byte order.
14808
14809 * macterm.c (XDrawLine)
14810 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
14811 context in native byte order.
14812
148132008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14814
14815 * config.in: Regenerate.
14816
14817 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
14818 New definitions for Image I/O support.
14819 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
14820 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
14821 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
14822 (mac_data_provider_release_data, image_load_image_io)
14823 [USE_MAC_IMAGE_IO]: New functions.
14824 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
14825 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
14826 (init_image_func_pointer) [MAC_OSX]: Remove function.
14827 (image_load_quartz2d) [MAC_OSX]: Check availability of
14828 CGImageCreateWithPNGDataProvider at compile time.
14829 Use lowercase `false' for boolean constant.
14830 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
14831 Use image_load_image_io.
14832 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
14833 Don't check MyCGImageCreateWithPNGDataProvider.
14834 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
14835 Don't call init_image_func_pointer.
14836
14837 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
14838
14839 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
14840 Make variable non-static.
14841 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
14842 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
14843
14844 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
14845 (RED_FROM_ULONG): Mask off higher bits.
14846 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
14847
14848 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
14849 Include AvailabilityMacros.h.
14850 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
14851 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
14852
148532008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14854
14855 * chartab.c (Fset_char_table_range): If range is t, really set all
14856 chars to that value.
14857
148582008-05-03 Eli Zaretskii <eliz@gnu.org>
14859
14860 * dired.c (Ffile_attributes): Don't allow the device number become
14861 negative.
14862
148632008-05-02 Daiki Ueno <ueno@unixuser.org>
14864
14865 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
14866
148672008-05-02 Juri Linkov <juri@jurta.org>
14868
14869 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
14870 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
14871 DEFAULT argument as a list of default values in docstrings.
14872
148732008-05-01 Chong Yidong <cyd@stupidchicken.com>
14874
14875 * puresize.h (BASE_PURESIZE): Increase to 1210000.
14876
148772008-05-01 Martin Rudalics <rudalics@gmx.at>
14878
14879 * dispnew.c (change_frame_size_1): Preserve small windows when
14880 shrinking frames by calling set_window_height|width with third
14881 arg 2.
14882
14883 * window.h (struct window): Replace field too_small_ok by field
14884 resize_proportionally.
14885
14886 * window.c (make_window): Initialize resize_proportionally.
14887 (enlarge_window): Temporarily set resize_proportionally to make
14888 sure that shrink_windows does scale the window proportionally.
14889 (shrink_windows): When window has resize_proportionally set try
14890 to shrink it proportionally by stealing from other windows.
14891 (struct saved_window, Fset_window_configuration)
14892 (compare_window_configurations): Handle resize_proportionally.
14893 (WINDOW_TOTAL_SIZE): New macro.
14894 (window_min_size, shrink_windows, size_window): Use it.
14895 (check_min_window_sizes): Remove. Invalid values of
14896 window-min-height|width are handled by window_min_size_2 now.
14897 (size_window, Fsplit_window, enlarge_window)
14898 (adjust_window_trailing_edge, grow_mini_window): Don't call
14899 check_min_window_sizes.
14900 (window_min_size_2, window_min_size_1, window_min_size):
14901 New argument safe_p for retrieving "safe" minimum sizes.
14902 (Fdisplay_buffer, Fsplit_window, enlarge_window)
14903 (adjust_window_trailing_edge, grow_mini_window):
14904 Adjust arguments of window_min_size... functions.
14905 (shrink_windows): Argument min_size removed. New argument
14906 safe_p allows shrinking windows to their safe minimum sizes.
14907 Calculate minimum size and decide whether a window shall be
14908 deleted for each window individually.
14909 (size_window): When nodelete_p equals 2, tell shrink_windows to
14910 delete windows only if their new minimum size is no more safe.
14911 (shrink_window_lowest_first): Call window_min_size_1 to make
14912 sure to preserve modeline of bottom-most window when resizing
14913 the minibuffer.
14914 (Fset_window_configuration, Fcurrent_window_configuration)
14915 (compare_window_configurations): Do not handle
14916 window-min-height|width any more.
14917 (syms_of_window): Clarify window-min-height|width doc-strings.
14918
149192008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
14920
14921 * dired.c (file_name_completion): Fix up the encoding/decoding issue
14922 some more. Copy some of the code from Ftry_completions.
14923 Remove special case code that dates back to initial revision when the
14924 slash was only added when necessary and that can't trigger nowadays.
14925
149262008-04-27 Kenichi Handa <handa@m17n.org>
14927
14928 * font.c (font_prop_validate): Signal `error' instead of `font'.
14929
149302008-04-29 Jason Rumney <jasonr@gnu.org>
14931
14932 * w32fns.c (Fw32_battery_status): New defun.
14933 (syms_of_w32fns): Defsubr it.
14934
149352008-04-28 Andreas Schwab <schwab@suse.de>
14936
14937 * dired.c (file_name_completion): Fix another mixing of encoded
14938 and decoded names.
14939
149402008-04-28 Juanma Barranquero <lekktu@gmail.com>
14941
14942 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
14943
149442008-04-27 Juanma Barranquero <lekktu@gmail.com>
14945
14946 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
14947
149482008-04-27 Andreas Schwab <schwab@suse.de>
14949
14950 * dired.c (file_name_completion): Fix inappropriate mixing of
14951 encoded and decoded names.
14952
14953 * xterm.c (XTread_socket): Fix use of uninitialized variable.
14954
14955 * puresize.h (BASE_PURESIZE): Increase to 1200000.
14956
149572008-04-26 Eli Zaretskii <eliz@gnu.org>
14958
14959 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
14960 2008-03-31, it's not needed anymore with `struct stat' definition
14961 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
14962 for the same reasons.
14963
149642008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
14965
14966 * m/sparc.h: Additional redefinitions for GNU/Linux.
14967
149682008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14969
14970 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
14971 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
14972 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
14973 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
14974 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
14975 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
14976 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14977 Likewise.
14978
14979 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
14980 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
14981 (mac_ax_number_of_characters): Add externs.
14982 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
14983 [USE_MAC_TSM]: Likewise.
14984 (mac_handle_text_input_event) [MAC_OSX]:
14985 Handle kEventTextInputOffsetToPos for no active input area case.
14986 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
14987 (mac_handle_document_access_event)
14988 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
14989 (install_application_handler) [MAC_OSX]: Register handlers for
14990 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
14991 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14992 Register mac_handle_document_access_event.
14993
14994 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
14995 Make functions non-static.
14996
149972008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14998
14999 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
15000 (read_file_name_completion_ignore_case, insert_default_directory)
15001 (Qdefault_directory): Move to minibuffer.el.
15002 (Fread_file_name): Call the new `read-file-name' instead.
15003
150042008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15005
15006 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
15007 Make function non-static.
15008 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
15009 Remove function.
15010 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
15011 Move to mactoolbox.c.
15012 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
15013
15014 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
15015 (mac_rect_make): New macro.
15016
15017 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
15018 instead of float.
15019 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
15020 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
15021 (XSetBackground) [USE_CG_DRAWING]: Likewise.
15022 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
15023 CGRectMake.
15024 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
15025 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
15026 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
15027 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
15028 instead of WindowRef in argument type.
15029 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
15030 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
15031 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
15032 instead of DISPLAY. All uses changed.
15033 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
15034 (x_calc_absolute_position): Simplify so as not to use
15035 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
15036
15037 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
15038 instead of WindowRef in argument type.
15039 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
15040 [TARGET_API_MAC_CARBON]: Remove externs.
15041 (create_apple_event, mac_event_parameters_to_lisp)
15042 [TARGET_API_MAC_CARBON]: Add externs.
15043
15044 * mactoolbox.c (Vmac_ts_script_language_on_focus)
15045 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
15046 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
15047 is clicked.
15048 (x_activate_menubar): Remove extern for saved_menu_event_location.
15049 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
15050 Move from mac.c.
15051
150522008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15053
15054 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
15055 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
15056
150572008-04-23 Jason Rumney <jasonr@gnu.org>
15058
15059 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
15060 attributes only for local files.
15061
15062 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
15063 default to Qlocal.
15064
150652008-04-22 Juri Linkov <juri@jurta.org>
15066
15067 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
15068 read-buffer-to-switch instead of using the letter "B".
15069
150702008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15071
15072 * fileio.c (Qdefault_directory): New variable.
15073 (Fread_file_name): Use it to pass `dir' to the completion functions.
15074
150752008-04-20 Chong Yidong <cyd@stupidchicken.com>
15076
15077 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
15078
150792008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15080
15081 * keyboard.c (Vpre_help_message): Remove.
15082 (show_help_echo): Remove default C code.
15083
15084 * dired.c (directory_files_internal, file_name_completion):
15085 Only call ENCODE_FILE if the string is indeed decoded.
15086
150872008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15088
15089 * Makefile.in (TOOLKIT_DEFINES): Remove.
15090 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
15091
150922008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15093
15094 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
15095 (mactoolbox.o): New target.
15096
15097 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
15098 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
15099
15100 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
15101 Use mac_set_frame_window_background instead of XSetWindowBackground.
15102 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
15103 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
15104 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
15105 instead of SetWindowTitleWithCFString.
15106 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
15107 Move function to mactoolbox.c.
15108 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
15109 Use mac_set_window_modified instead of SetWindowModified.
15110 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
15111 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
15112 (Fx_focus_frame): Use mac_front_non_floating_window instead of
15113 FrontNonFloatingWindow. Use mac_activate_window instead of
15114 ActivateWindow. Use mac_active_non_floating_window instead of
15115 ActiveNonFloatingWindow.
15116 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
15117 Use mac_show_hourglass and mac_hide_hourglass.
15118 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
15119 instead of GetGlobalMouse.
15120 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
15121 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
15122 Use mac_bring_window_to_front instead of BringToFront.
15123 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
15124 mactoolbox.c.
15125 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
15126 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
15127 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
15128 mactoolbox.c.
15129
15130 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
15131 (XtPointer): Move typedef from macmenu.c.
15132 (enum button_type): Move enum from macmenu.c.
15133 (widget_value): Move typedef from macmenu.c.
15134 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
15135 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
15136 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
15137 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
15138 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
15139 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
15140 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
15141 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
15142 (Selection): Move typedef from macselect.c.
15143 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
15144 macterm.c.
15145 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
15146 (mac_is_window_collapsed, mac_bring_window_to_front)
15147 (mac_send_window_behind, mac_hide_window, mac_show_window)
15148 (mac_collapse_window, mac_front_non_floating_window)
15149 (mac_active_non_floating_window, mac_activate_window)
15150 (mac_move_window_structure, mac_move_window, mac_size_window)
15151 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
15152
15153 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
15154 (enum mac_menu_kind): Move enum to mactoolbox.c.
15155 (min_menu_id): Move variable to mactoolbox.c.
15156 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
15157 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
15158 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
15159 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
15160 [TARGET_API_MAC_CARBON]: Likewise.
15161 (XtPointer): Move typedef to macgui.h.
15162 (enum button_type): Move enum to macgui.h.
15163 (widget_value): Move typedef to macgui.h.
15164 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
15165 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
15166 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
15167 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
15168 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
15169 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
15170 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
15171 (popup_activated_flag): Make variable non-static.
15172 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
15173 (add_menu_item, fill_menu, dispose_menus):
15174 Move functions to mactoolbox.c.
15175 (restore_show_help_function, menu_target_item_handler)
15176 (install_menu_target_item_handler, mac_handle_dialog_event)
15177 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
15178 [TARGET_API_MAC_CARBON]: Likewise.
15179 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
15180 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
15181 (find_and_call_menu_selection, name_is_separator): Make function
15182 non-static.
15183 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
15184 to mactoolbox.c.
15185 (set_frame_menubar): Don't call install_menu_quit_handler.
15186 (menu_item_selection): New variable.
15187 (mac_menu_show): Use create_and_show_popup_menu.
15188 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
15189 selection but set variable menu_item_selection. All uses changed.
15190 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
15191 Call install_menu_quit_handler. Move to mactoolbox.c.
15192
15193 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
15194 (Selection): Move typedef to macgui.h.
15195 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
15196 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
15197 Make variables non-static.
15198 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
15199 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
15200 Make functions non-static.
15201 (Vmac_service_selection) [MAC_OSX]: Likewise.
15202 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
15203 (mac_valid_selection_target_p, mac_clear_selection)
15204 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
15205 (mac_put_selection_value, mac_selection_has_target_p)
15206 (mac_get_selection_value, mac_get_selection_target_list)
15207 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
15208 Move functions to mactoolbox.c.
15209 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
15210 Likewise.
15211 (copy_scrap_flavor_data, mac_handle_service_event)
15212 (install_service_handler) [MAC_OSX]: Likewise.
15213 (syms_of_macselect) <Vmac_dnd_known_types>:
15214 Use mac_dnd_default_known_types.
15215
15216 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
15217 Move to mactoolbox.c.
15218 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
15219 (Fx_selection_owner_p): Add EXFUN.
15220 (install_window_handler, remove_window_handler, XSetWindowBackground):
15221 Remove externs.
15222 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
15223 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
15224 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
15225 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
15226 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
15227 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
15228 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
15229 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
15230 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
15231 (create_and_show_popup_menu, mac_get_selection_from_symbol)
15232 (mac_valid_selection_target_p, mac_clear_selection)
15233 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
15234 (mac_put_selection_value, mac_selection_has_target_p)
15235 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
15236 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
15237 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
15238 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
15239 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
15240 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
15241 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
15242 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
15243 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
15244
15245 * mactoolbox.c: New file.
15246
152472008-04-18 Jason Rumney <jasonr@gnu.org>
15248
15249 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
15250
152512008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15252
15253 * character.c (Fmultibyte_char_to_unibyte):
15254 Return latin1 chars unchanged.
15255
15256 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
15257 relocated if it points to `name'.
15258
152592008-04-17 Kenichi Handa <handa@m17n.org>
15260
15261 * data.c (Faset): Allow setting a multibyte character in an
15262 ASCII-only unibyte string.
15263
15264 * lisp.h (STRING_SET_MULTIBYTE): New macro.
15265
152662008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15267
15268 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
15269 done in config.h.
15270
152712008-04-16 Juanma Barranquero <lekktu@gmail.com>
15272
15273 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
15274 (Fchar_direction): Add usage in the docstring.
15275
152762008-04-15 Chong Yidong <cyd@stupidchicken.com>
15277
15278 * keyboard.c (read_key_sequence): Remove always-true checks.
15279
152802008-04-14 Jason Rumney <jasonr@gnu.org>
15281
15282 * w32font.c (w32font_open_internal): Set max_bounds.descent in
15283 compatibility struct, for better underline positioning.
15284
152852008-04-13 David Hansen <david.hansen@gmx.net>
15286
15287 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
15288 string.
15289
152902008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
15291
15292 * m/hp800.h (XUINT, XSET): Remove.
15293
152942008-04-12 Juanma Barranquero <lekktu@gmail.com>
15295
15296 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
15297 previous change.
15298
152992008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15300
15301 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
15302 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
15303
153042008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15305
15306 * keymap.h (map_keymap_canonical): Declare.
15307 * xmenu.c (single_keymap_panes): Use it.
15308
153092008-04-11 Glenn Morris <rgm@gnu.org>
15310
15311 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
15312 set the target's value to that of the alias.
15313
153142008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15315
15316 * term.c (set_tty_color_mode): Left over typo.
15317
153182008-04-10 Michael Albinus <michael.albinus@gmx.de>
15319
15320 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
15321 only after check for file name handler functions. Signal, when
15322 native functionality is not supported.
15323 (syms_of_fileio): Declare it unconditionally.
15324
153252008-04-10 Jason Rumney <jasonr@gnu.org>
15326
15327 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
15328 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
15329
15330 * w32.c (logon_network_drive): Also logon to remote drives that
15331 are mapped to drive letters.
15332
153332008-04-10 Glenn Morris <rgm@gnu.org>
15334
15335 * xdisp.c (truncate-partial-width-windows): Doc fix.
15336
153372008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15338
15339 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
15340 Move functions to minibuffer.el.
15341 (syms_of_fileio): Don't declare them.
15342
153432008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15344
15345 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
15346 (syms_of_minibuf): Remove its initialization.
15347
15348 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
15349
153502008-04-09 Juanma Barranquero <lekktu@gmail.com>
15351
15352 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
15353
153542008-04-09 Jason Rumney <jasonr@gnu.org>
15355
15356 * makefile.w32-in (distclean): Delete makefile too.
15357 (maintainer-clean): New target.
15358
15359 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
15360
15361 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
15362 for new font backend and composite cases.
15363
153642008-04-09 Jan Djärv <jan.h.d@swipnet.se>
15365
15366 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
15367 Most of the code moved to run_timers.
15368 (do_pending_atimers): Call run_timers.
15369 (run_timers): New function.
15370
15371 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
15372 run atimers.
15373
15374 * process.c (wait_reading_process_output): The same as above.
15375
153762008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15377
15378 * minibuf.c (last_exact_completion): Remove variable.
15379 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
15380 (complete_and_exit_1, complete_and_exit_2)
15381 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
15382 (Fdisplay_completion_list, display_completion_list_1)
15383 (Fminibuffer_completion_help, Fself_insert_and_exit)
15384 (Fexit_minibuffer, Fminibuffer_message): Move functions to
15385 minibuffer.el.
15386 (syms_of_minibuf): Remove corresponding initializations.
15387
15388 * keyboard.c (Qdeactivate_mark): New var.
15389 (command_loop_1): Use it to call `deactivate-mark'.
15390 (syms_of_keyboard): Initialize it.
15391
15392 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
15393 to another frame.
15394 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
15395 Don't call set_tty_color_mode.
15396 (store_frame_param): Reset previous_frame rather than call
15397 set_tty_color_mode.
15398 * term.c (set_tty_color_mode): Rewrite.
15399 * dispextern.h (set_tty_color_mode): New type.
15400 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
15401
154022008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15403
15404 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
15405 for generic chars, which do not exist any more in emacs-unicode.
15406
154072008-04-08 Michael Albinus <michael.albinus@gmx.de>
15408
15409 * coding.c (detect_coding_emacs_mule)
15410 (Ffind_operation_coding_system): Fix typo.
15411
154122008-04-08 Jason Rumney <jasonr@gnu.org>
15413
15414 * w32uniscribe.c (SNAME): Extract only symbol name.
15415
15416 * w32font.h (struct w32_metric_cache): New struct.
15417 (w32font_info): Use it.
15418 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
15419 (CACHE_BLOCKSIZE): New constants.
15420
15421 * w32font.c (Qja, Qko, Qzh): New symbols.
15422 (syms_of_w32font): Initialise them.
15423 (font_matches_spec): Use them to filter by language.
15424 (recompute_cached_metrics): Remove function.
15425 (compute_metrics, clear_cached_metrics): New functions.
15426 (w32font_encode_char): Use them to manage metric cache.
15427 (w32font_text_extents): Cache metrics for all glyphs on demand.
15428 Delay converting glyph indices to WORD until needed.
15429 (w32font_open_internal): Initialize metric cache to empty.
15430 (registry_to_w32_charset): Charset should always be a symbol.
15431 (fill_in_logfont, list_all_matching_fonts): Family should
15432 always be a symbol.
15433
154342008-04-06 Jason Rumney <jasonr@gnu.org>
15435
15436 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
15437 Give up if glyph indices not supported. Use uniscribe obtained
15438 ABC widths for individual metrics. Map glyph clusters back to
15439 characters using fClusterStart flag. Return number of glyphs
15440 produced, not chars processed.
15441 (uniscribe_shape): Map char at FROM to current glyph.
15442
154432008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15444
15445 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
15446 Use SetMenuItemHierarchicalMenu.
15447
154482008-04-05 Jason Rumney <jasonr@gnu.org>
15449
15450 * image.c (pbm_load): Allow color values up to 65535.
15451 Throw an error if max_color_idx is outside the supported range.
15452 Report an error when image size is invalid.
15453 Read two bytes at a time when raw images have max_color_idx above 255.
15454
aac0c6e3
MR
154552008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
15456
15457 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
15458 append "CCL: Quitted" when the CCL program is quitted.
15459 (setup_ccl_program): Initialize ccl->quit_silently to zero.
15460
15461 * ccl.h (struct ccl_program): New member quit_silently.
15462
154632008-04-05 Chong Yidong <cyd@stupidchicken.com>
15464
15465 * search.c (compile_pattern_1): Treat non-nil and non-string of
15466 search-spaces-regexp as nil.
15467
15468 * minibuf.c (Fassoc_string): Tweak docstring.
15469
154702008-04-05 Eli Zaretskii <eliz@gnu.org>
15471
15472 * dired.c (Ffile_attributes): Support inode numbers wider than 32
15473 bits. Remove ugly WINDOWSNT-specific kludge introduced on
15474 2008-03-14 to force inode be positive.
15475
15476 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
15477 _S_* ones, since we now use our own sys/stat.h.
15478 (stat, fstat): Don't mangle the inode number.
15479 (init_user_info): Don't restrict UID and GID to 0-60000 range.
15480
154812008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15482
15483 * frame.h (struct frame): Give one more bit to `visible' since we use
15484 values larger than 1 to indicate obscured frames on ttys.
15485
15486 * keymap.c (Qkeymap_canonicalize): New var.
15487 (Fmap_keymap_internal): New fun.
15488 (describe_map): Use keymap-canonicalize.
15489
15490 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
15491 (Fundo_boundary): Set them.
15492 (syms_of_undo): Initialize them.
15493 (record_point): Use them instead of last_point_position*.
15494 (last_undo_buffer): Change type.
15495
154962008-04-04 Jason Rumney <jasonr@gnu.org>
15497
15498 * w32font.c (w32font_text_extents): Use font's ascent and descent.
15499 (recompute_cached_metrics): Don't set ascent and descent per char.
15500
15501 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
15502 (uniscribe_check_otf): Add GC protection before consing.
15503 Rearrange loop for counting features.
15504
155052008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15506
15507 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
15508 buffer with byte-size of source buffer.
15509
155102008-04-03 Chong Yidong <cyd@stupidchicken.com>
15511
15512 * callint.c (Fcall_interactively): Handle temporary region even
15513 when shift-select-mode is off.
15514
155152008-04-03 Jason Rumney <jasonr@gnu.org>
15516
15517 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
15518
155192008-04-03 Kenichi Handa <handa@m17n.org>
15520
15521 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
15522 (CATEGORY_MASK_UTF_16): Likewise.
15523 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
15524 binary file.
15525 (detect_coding): Add null-byte detection for a binary file.
15526 (detect_coding_system): Likewise.
15527
155282008-04-03 Jason Rumney <jasonr@gnu.org>
15529
15530 * w32uniscribe.c: New file.
15531
15532 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
15533
15534 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
15535
15536 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
15537 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
15538 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
15539 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
15540 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
15541 (Qphonetic): New symbols.
15542 (syms_of_w32font): Initialize them.
15543 (font_supported_scripts): Use them.
15544 (w32font_list_family): List all charsets.
15545 (w32font_text_extents, recompute_cached_metrics): Fix metric
15546 calculations.
15547 (w32_enumfont_pattern_entity): Make full_type a DWORD.
15548 Give opentype fonts their own format.
15549 (font_matches_spec): New arguments backend and logfont.
15550 Handle :otf spec for uniscribe backend.
15551 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
15552 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
15553
15554 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
15555 font backend.
15556 (globals_of_w32fns): Initialize uniscribe font backend.
15557
15558 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
15559 dependencies.
15560 (w32uniscribe.$(O)): New file to build.
15561 (FONT_OBJ): Include w32uniscribe.$(O).
15562 (LIBS): Add uniscribe libraries.
15563
15564 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
15565
155662008-04-02 Chong Yidong <cyd@stupidchicken.com>
15567
15568 * callint.c (Vshift_select_mode): New var.
15569 (Finteractive): Document new ^ spec.
15570 (Fcall_interactively): Call handle-shift-selection if the ^ spec
15571 is present.
15572
15573 * keyboard.c (Vthis_command_keys_shift_translated): New var.
15574 (command_loop_1): Avoid running the direct display versions of
15575 forward-char and backward-char if shift-selection may occur.
15576 (read_key_sequence): Set Vthis_command_keys_shift_translated if
15577 shift-translation takes place.
15578
15579 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
15580 avoid clobbering by define-minor-mode.
15581
15582 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
15583 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
15584
15585 * syntax.c (Fforward_word): Add ^ interactive spec.
15586
15587 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
15588 (Fscroll_right): Add ^ interactive spec.
15589
155902008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15591
15592 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
15593
15594 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
15595
15596 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
15597
155982008-03-31 Juri Linkov <juri@jurta.org>
15599
15600 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
15601
156022008-03-30 Jan Djärv <jan.h.d@swipnet.se>
15603
15604 * gtkutil.c (xg_set_geometry): Fix indentation.
15605 (xg_resize_outer_widget): Remove.
15606 (x_wm_size_hint_off): Fix indentation.
15607 (xg_frame_set_char_size): Call flush_and_sync after
15608 gtk_window_resize.
15609 (x_wm_set_size_hint): Pass NULL as geometry window to
15610 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
15611 Add menu bar and tool bar height to base height.
15612 (xg_update_frame_menubar, free_frame_menubar)
15613 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
15614 (update_frame_tool_bar, free_frame_tool_bar):
15615 Change xg_resize_outer_widget to xg_frame_set_char_size.
15616
156172008-03-30 Michael Albinus <michael.albinus@gmx.de>
15618
15619 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
15620 (Fdbus_call_method): New parameter TIMEOUT.
15621 (dbus-send-signal): Optimize UNGCPRO call.
15622
156232008-03-29 Juri Linkov <juri@jurta.org>
15624
15625 * window.c (Fdisplay_buffer): Move call to
15626 Vsplit_window_preferred_function out of conditions that check
15627 if window is eligible for vertical splitting.
15628 When Vsplit_window_preferred_function is non-nil, call it and use
15629 its non-nil return value as window. Otherwise, continue doing
15630 vertical splitting using Fsplit_window with arg horflag=nil.
15631 (syms_of_window) <Vsplit_window_preferred_function>: Change the
15632 default value from `split-window' to nil.
15633
156342008-03-29 Juri Linkov <juri@jurta.org>
15635
15636 * callint.c (Fcall_interactively): Revert 2008-03-16 change
15637 for interactive code letters 'b' and 'B'.
15638
156392008-03-29 Eli Zaretskii <eliz@gnu.org>
15640
15641 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
15642 multibyte string.
15643
156442008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15645
15646 * keyboard.c (pending_funcalls): New var.
15647 (timer_check): Run it.
15648 (syms_of_keyboard): Initialize it.
15649 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
15650 (Vdelete_terminal_functions): New vars.
15651 (syms_of_terminal): Initialize them.
15652 (Fdelete_terminal): Run delete-terminal-functions.
15653 * xdisp.c (safe_eval): Rewrite.
15654 (safe_call2): New fun.
15655 * frame.c (Qdelete_frame_functions): New var.
15656 (syms_of_frame): Initialize it.
15657 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
15658 * lisp.h (safe_call2, pending_funcalls): Declare.
15659
156602008-03-28 Andreas Schwab <schwab@suse.de>
15661
15662 * indent.c (Fmove_to_column): Move declaration before statements.
15663
156642008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15665
15666 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
15667 (struct frame): Use bit fields for boolean vars.
15668
15669 * process.c (server_accept_connection): Simplify naming.
15670 (emacs_get_tty_pgrp): Use SDATA.
15671
15672 * coding.c (decode_coding_object): Fix last change.
15673
156742008-03-27 Jason Rumney <jasonr@gnu.org>
15675
15676 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
15677
156782008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
15679
15680 * charset.c (Fdefine_charset_internal): Change the way of
15681 registering charsets in Vcharset_order_list.
15682 (syms_of_charset): Make the charset `eight-bit' supplementary.
15683
156842008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
15685
15686 * regex.c (EXTEND_BUFFER): Change order of pointer addition
15687 operations, to avoid having the difference between pointers
15688 overflow.
15689
156902008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15691
15692 * indent.c (check_display_width): New fun.
15693 (scan_for_column): Use it.
15694
15695 * data.c (syms_of_data): Mark most-positive-fixnum and
15696 most-negative-fixnum as constants.
15697
15698 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
15699
15700 * indent.c (scan_for_column): Extract from current_column_1.
15701 Merge with the same code from Fmove_to_column.
15702 (current_column_1, Fmove_to_column): Use it.
15703
157042008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15705
15706 * keymap.c (map_keymap_internal): New fun.
15707 (map_keymap): Use it.
15708 (Fmap_keymap_internal): New fun.
15709 (Fmap_keymap): Remove left-out test from before make_save_value.
15710
15711 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
15712
15713 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
15714 Use XCAR/XCDR.
15715
15716 * process.h (struct Lisp_Process): Remove filter_multibyte.
15717 * process.c (QCfilter_multibyte): Remove.
15718 (setup_process_coding_systems): Don't use filter_multibyte.
15719 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
15720 (read_process_output): Don't adjust multibyteness to filter_multibyte.
15721 (Fset_process_filter_multibyte): Change the coding-system to
15722 approximate the previous behavior.
15723 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
15724 coding-system.
15725
15726 * coding.c (decode_coding_object): When not decoding into a buffer,
15727 obey the coding system's preference of (uni|multi)byte.
15728
157292008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15730
15731 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
15732 every char is changed and has a different byte-length.
15733 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
15734 Fix int -> EMACS_INT.
15735
157362008-03-23 David Hansen <david.hansen@gmx.net>
15737
15738 * dbusbind.c (xd_read_message): Remove extra copying of message
15739 strings. Check for NULL `interface' or `member'.
15740
157412008-03-22 Eli Zaretskii <eliz@gnu.org>
15742
15743 * w32.c (readdir): If FindFirstFile/FindNextFile return in
15744 cFileName a file name that includes `?' characters, use the 8+3
15745 alias in cAlternateFileName instead.
15746
157472008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15748
15749 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
15750
157512008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15752
15753 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
15754 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
15755 work on current_buffer only instead (that was already the case
15756 for some of the code anyway).
15757 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
15758 (temp_set_point, temp_set_point_both): Use EMACS_INT.
15759 (SET_PT, SET_PT_BOTH): Adjust.
15760 * intervals.h (set_point, temp_set_point, set_point_both)
15761 (temp_set_point_both): Remove redundant declarations.
15762
157632008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15764
15765 * fileio.c (Finsert_file_contents):
15766 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
15767 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
15768 when buffer != current_buffer anyway.
15769
157702008-03-20 Andreas Schwab <schwab@suse.de>
15771
15772 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
15773 as default.
15774
157752008-03-19 Jason Rumney <jasonr@gnu.org>
15776
15777 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
15778 (syms_of_w32fns): Initialize them.
15779 (HOURGLASS_ID): New constant.
15780 (x_window_to_frame): Don't check hourglass_window.
15781 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
15782 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
15783 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
15784 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
15785 Only change the cursor if hourglass is not active.
15786 (Fx_create_frame): Initialize frame's current_cursor.
15787 (hourglass_atimer): Remove.
15788 (hourglass_started): New function.
15789 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
15790 (show_hourglass): Adapt to w32, changing argument to frame.
15791
15792 * w32term.h (struct w32_output): Remove hourglass_window.
15793 Add current_cursor.
15794
15795 * eval.c (call_debugger, Fsignal):
15796 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
15797 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
15798 (Fexecute_extended_command, cancel_hourglass_unwind):
15799 * minibuf.c (read_minibuf):
15800 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
15801
158022008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15803
15804 * window.c (run_funs): New fun.
15805 (run_window_configuration_change_hook): Use it to run the buffer-local
15806 and the global part of the hook.
15807
15808 * xdisp.c (format_mode_line_unwind_data): Add window argument.
15809 (unwind_format_mode_line): Restore selected window.
15810 (x_consider_frame_title, Fformat_mode_line): Set selected window.
15811
158122008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15813
15814 * editfns.c (Fchar_equal): Check they are valid characters.
15815
15816 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
15817
158182008-03-17 Andreas Schwab <schwab@suse.de>
15819
15820 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
15821 against a charset.
15822
15823 * lisp.h (Fbuffer_list): Declare.
15824
158252008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 15826
aac0c6e3
MR
15827 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
15828 handlebox_widget is != 0.
15829
158302008-03-16 Juri Linkov <juri@jurta.org>
15831
15832 * callint.c (Fcall_interactively): For interactive code letters
15833 'b' and 'B' put the buffer list into the list of default "future"
15834 values of the minibuffer.
15835
158362008-03-16 Andreas Schwab <schwab@suse.de>
15837
15838 * keyboard.c (read_key_sequence): Fix downcasing of letters with
15839 modifiers.
15840
15841 * regex.c (re_match_2_internal): Correct matching of a charset
15842 against latin-1 characters.
15843
158442008-03-16 Kenichi Handa <handa@m17n.org>
15845
15846 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
15847 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
15848 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
15849 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
15850 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
15851 CHAR_STRING_ADVANCE.
15852 (produce_chars): Fix for the case that the source and the
15853 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
15854 instead of CHAR_STRING_ADVANCE.
15855 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
15856 STRING_CHAR_ADVANCE.
15857
158582008-03-15 Andreas Schwab <schwab@suse.de>
15859
15860 * regex.c (re_match_2_internal): Correct matching of eight bit
15861 characters in unibyte strings.
15862
158632008-03-15 Martin Rudalics <rudalics@gmx.at>
15864
15865 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
15866 at end of range when it coincides with the end of the buffer.
15867
158682008-03-14 Eli Zaretskii <eliz@gnu.org>
15869
15870 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
15871
15872 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
15873
158742008-03-14 Jason Rumney <jasonr@gnu.org>
15875
15876 * editfns.c (initial_tz): New variable.
15877 (syms_of_editfns): Initialize it.
15878 (Fset_time_zone_rule): Set it when first called.
15879 Use it when TZSTRING is nil.
15880
15881 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
15882 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
15883 (monitor_from_point_fn, get_monitor_info_fn): New globals.
15884 (globals_of_w32fns): Initialize them.
15885 (compute_tip_xy): Use them to position tooltips.
15886
158872008-03-14 Glenn Morris <rgm@gnu.org>
15888
15889 * emacs.c (main): Revert previous change.
15890 (standard_args): Revert -internal-script back to -scriptload,
15891 and remove the long-option form.
15892
158932008-03-13 Glenn Morris <rgm@gnu.org>
15894
15895 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
15896 Remove option -enable-font-backend.
15897
158982008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15899
15900 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
15901
159022008-03-11 Jan Djärv <jan.h.d@swipnet.se>
15903
15904 * xterm.c (x_connection_closed): For GTK: If this is the last
15905 terminal just exit without closing the display.
15906
159072008-03-11 Jason Rumney <jasonr@gnu.org>
15908
15909 * w32font.c (w32font_full_name): Use floor to round.
15910
f0131492 159112008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
15912
15913 * sound.c (alsa_configure): Declare vol at beginning of block.
15914
15915 * fontset.c (Ffontset_info): Remove extra semicolon.
15916
159172008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15918
15919 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
15920 size of resulting string.
15921
159222008-03-10 Jason Rumney <jasonr@gnu.org>
15923
15924 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
15925
159262008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15927
15928 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
15929 Don't pretend as if characters with display property haven't been
15930 consumed for string-replacing-string case.
15931
159322008-03-08 Kim F. Storm <storm@cua.dk>
15933
15934 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
15935 (get_next_display_element, next_element_from_string)
15936 (next_element_from_ellipsis, next_element_from_buffer): Use it.
15937
159382008-03-08 Andreas Schwab <schwab@suse.de>
15939
15940 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
15941
159422008-03-06 Jason Rumney <jasonr@gnu.org>
15943
15944 * w32font.c (w32_registry): Take font_type argument. Use ANSI
15945 when charset not specified. Only translate ANSI to unicode when
15946 font_type is truetype.
15947 (w32font_coverage_ok): New function.
15948 (add_font_entity_to_list): Use it to filter unsuitable fonts.
15949
159502008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
15951
15952 * lread.c (Fread_char): Resolve modifiers.
15953 (Fread_char_exclusive): Likewise.
15954
15955 * character.c (char_resolve_modifier_mask): New function.
15956 (char_string): Use char_resolve_modifier_mask.
15957 (Fchar_resolve_modifiers): New function.
15958 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
15959 function.
15960
159612008-03-04 Jason Rumney <jasonr@gnu.org>
15962
15963 * makefile.w32-in: Always include w32font.c in the build.
15964 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
15965
159662008-03-04 Andreas Schwab <schwab@suse.de>
15967
15968 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
15969 (versionclean): Likewise.
15970
159712008-03-04 Juanma Barranquero <lekktu@gmail.com>
15972
15973 * .cvsignore: Add oo.
15974
159752008-03-03 Andreas Schwab <schwab@suse.de>
15976
15977 * coding.c (decode_coding_object): Inhibit gap shrinking while
15978 decoding in place.
15979
159802008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
15981
15982 * w32term.c: Remove unused include "gnu.h".
15983 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
15984
15985 * gnu.h: Rename to ...
15986 * emacs-icon.h: ... this.
15987 * xterm.c: Use emacs-icon.h instead of gnu.h.
15988 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
15989
159902008-03-03 Juanma Barranquero <lekktu@gmail.com>
15991
15992 * w32font.c: Include math.h.
15993
159942008-03-03 Jason Rumney <jasonr@gnu.org>
15995
15996 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
15997 Compute options separately.
15998 (w32font_open_internal): Set glyph_idx before caching metrics.
15999
16000 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
16001 Define if system headers don't.
16002 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
16003 (w32font_encode_char): Don't declare here.
16004
16005 * w32font.c (Quniscribe, QCformat): New symbols.
16006 (syms_of_w32font): Define them.
16007 (w32font_has_char): Indicate uncertainty.
16008 (w32font_encode_char): Encode as glyph point. Make static.
16009 (recompute_cached_metrics): New function.
16010 (w32font_open_internal): Use it. Set font to use glyph points
16011 initially. Set format based on type of font.
16012 (w32font_text_extents, w32font_draw): Optionally use glyph points.
16013 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
16014 on it. Set format based on information available here.
16015 (add_font_entity_to_list): Identify backend based on opentype_only.
16016
160172008-03-02 Andreas Schwab <schwab@suse.de>
16018
16019 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
16020
16021 * coding.c (decode_coding_big5, produce_chars):
16022 Fix typos in last change.
16023
160242008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
16025
16026 * gnu.h: New icon.
16027
160282008-03-02 Kenichi Handa <handa@m17n.org>
16029
16030 * coding.c (decode_coding_utf_8): When eol-type of CODING is
16031 `dos', don't decode '\r' if that is the last in the source.
16032 (decode_coding_utf_16, decode_coding_emacs_mule)
16033 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16034 (decode_coding_raw_text, decode_coding_charset): Likewise.
16035 (produce_chars): Don't decode EOL here. Use EMACS_INT.
16036
160372008-03-01 Jason Rumney <jasonr@gnu.org>
16038
16039 * w32font.c (w32font_full_name): Report point size for scalable fonts.
16040
160412008-03-01 Kim F. Storm <storm@cua.dk>
16042
16043 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
16044
160452008-03-01 Jason Rumney <jasonr@gnu.org>
16046
16047 * w32font.c (w32font_full_name): New function.
16048 (w32font_open_internal): Use it.
16049
160502008-03-01 Kim F. Storm <storm@cua.dk>
16051
16052 * dispnew.c (line_draw_cost): Fix invalid glyph check.
16053
160542008-03-01 Jason Rumney <jasonr@gnu.org>
16055
16056 * font.c (font_unparse_fcname): Increase len when style is a symbol.
16057
160582008-03-01 Jan Djärv <jan.h.d@swipnet.se>
16059
16060 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
16061 xg_frame_resized when the event is for the edit widget.
16062
16063 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
16064
16065 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
16066 set_char_size.
16067 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
16068 operations on widgets here. Just set frame size if needed.
16069 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
16070 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
16071 (x_wm_set_size_hint): Set size hints on the edit widget only, not
16072 the whole frame.
16073 (xg_create_tool_bar): Move attachment of the tool bar to
16074 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
16075 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
16076
160772008-03-01 Jason Rumney <jasonr@gnu.org>
16078
16079 * w32fns.c (w32_msg_pump): Disable debug code.
16080
160812008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16082
16083 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
16084
160852008-02-29 Chong Yidong <cyd@stupidchicken.com>
16086
16087 * xdisp.c (next_overlay_string): Don't set
16088 overlay_strings_at_end_processed_p if we're currently reading from
16089 a display string.
16090
160912008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
16092
16093 * xdisp.c (get_overlay_strings_1): Fix typo.
16094
160952008-02-29 Chong Yidong <cyd@stupidchicken.com>
16096
16097 * xdisp.c (get_overlay_strings_1): Add missing argument type.
16098
160992008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
16100
16101 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
16102
16103 * xdisp.c (display_mode_element): Cancel the previous change.
16104 (decode_mode_spec): Likewise.
16105 (handle_auto_composed_prop): Don't make composition if it->string
16106 is a string.
16107
161082008-02-27 Kim F. Storm <storm@cua.dk>
16109
16110 * lisp.h (GLYPH): Change type from int to struct with separate char
16111 and face_id members.
16112 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
16113 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
16114 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
16115 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
16116 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
16117 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
16118 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
16119 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
16120 handle new Lisp glyph code encoding, either an integer or a cons.
16121
16122 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
16123 (GLYPH_ALIAS): Delete.
16124 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
16125 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
16126 (GLYPH_FROM_CHAR): Replace macro by ...
16127 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
16128
16129 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
16130 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
16131 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
16132 (GLYPH_INVALID_P): New macro.
16133 (spec_glyph_lookup_face): Update prototype.
16134
16135 * dispnew.c (line_draw_cost): Adapt to new glyph type.
16136 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
16137 new glyph code encoding.
16138 (spec_glyph_lookup_face): No return value; update passed glyph instead.
16139 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
16140
16141 * xdisp.c (get_next_display_element, next_element_from_display_vector):
16142 Adapt to new glyph type and new glyph code encoding.
16143
16144 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
16145
16146 * indent.c (current_column, current_column_1, Fmove_to_column)
16147 (compute_motion): Adapt to new glyph code encoding.
16148
16149 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
16150
161512008-02-27 Chong Yidong <cyd@stupidchicken.com>
16152
16153 * process.c (wait_reading_process_output): Check for window
16154 changes caused by timers.
16155 Suggested by Johan Bockgård.
16156
161572008-02-27 Glenn Morris <rgm@gnu.org>
16158
16159 * emacs.c (USAGE1): Add `--disable-font-backend'.
16160
161612008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
16162
16163 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
16164 is made to the buffer.
16165
161662008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16167
16168 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
16169 (face_at_string_position):
16170 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
16171 (face_at_string_position):
16172 * xdisp.c (display_string, next_overlay_change):
16173 * buffer.h (overlays_at):
16174 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
16175 Update callers.
16176
161772008-02-26 Chong Yidong <cyd@stupidchicken.com>
16178
16179 * editfns.c (Fformat): Doc fix.
16180
161812008-02-26 Juanma Barranquero <lekktu@gmail.com>
16182
16183 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
16184 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
16185 (Ffont_otf_alternates, Fquery_font): Doc fixes.
16186
161872008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
16188
16189 * buffer.c (Fbuffer_swap_text): New function.
16190 (syms_of_buffer): Defsubr it.
16191
161922008-02-25 Chong Yidong <cyd@stupidchicken.com>
16193
16194 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
16195
161962008-02-25 Jason Rumney <jasonr@gnu.org>
16197
16198 * w32font.c (w32font_draw): Draw one character at a time when padding.
16199
162002008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
16201
16202 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
16203 Handle a nil arg. Use run_window_configuration_change_hook.
16204 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
16205 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
16206 Use run_window_configuration_change_hook.
16207
162082008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
16209
16210 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
16211 1-pixel width.
16212
162132008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
16214
16215 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
16216 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
16217 if the glyph in the font is zero pixel with.
16218
16219 * dispextern.h (struct glyph_string): New member padding_p.
16220
16221 * w32font.c (w32font_draw): Pay attention to s->padding_p.
16222
16223 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
16224
16225 * xfont.c (xfont_draw): Pay attention to s->padding_p.
16226
16227 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
16228
16229 * font.c: If the font driver doesn't have `shape' function, return Qnil.
16230
162312008-02-25 Jason Rumney <jasonr@gnu.org>
16232
16233 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
16234
162352008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16236
16237 Allow fine-grained image-cache flushing.
16238 * dispextern.h (struct image): Add `dependencies' field.
16239 (clear_image_caches): Change arg to Lisp_Object.
16240 * image.c (make_image): Initialize `dependencies' field.
16241 (clear_image_cache): Change arg to allow fine-grained flushing.
16242 Perform the flush even if image-cache-eviction-delay is nil.
16243 (clear_image_caches): Change arg to Lisp_Object.
16244 (Fclear_image_cache): Expand meaning of the argument.
16245 (mark_image): Mark `dependencies' field.
16246 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
16247 (lface_hash): Use XHASH rather than XFASTINT.
16248 (face_at_buffer_position): Fix int -> EMACS_INT position.
16249 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
16250 (select_frame_for_redisplay): Remove code duplication.
16251 (redisplay_internal): Adapt arg to call to clear_image_caches.
16252
162532008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
16254
16255 * s/vms4-0.h:
16256 * s/vms4-2.h:
16257 * s/vms4-4.h:
16258 * s/vms5-5.h: Remove, unused.
16259
16260 * s/irix5-2.h:
16261 * s/irix6-0.h:
16262 * s/riscos5.h:
16263 * s/mach-bsd4-3.h:
16264 * m/mips4.h: Remove files for obsolete systems.
16265
16266 * Makefile.in:
16267 * filelock.c:
16268 * unexmips.c:
16269 * m/hp9000s300.h:
16270 * m/iris4d.h:
16271 * s/aix3-1.h:
16272 * s/hpux.h:
16273 * s/msdos.h:
16274 * s/usg5-0.h:
16275 * s/usg5-2-2.h:
16276 * s/usg5-2.h:
16277 * s/usg5-3.h: Remove references to obsolete variables.
16278
16279 * s/irix5-0.h: Remove, move all the contents ...
16280 * s/irix6-5.h: ... here. Simplify.
16281 * config.in: Regenerate.
16282
162832008-02-24 Jason Rumney <jasonr@gnu.org>
16284
16285 * w32term.c (x_draw_glyph_string_background): Clear the background
16286 manually when cleartype is in use.
16287 (x_draw_glyph_string_foreground): Draw text transparently when
16288 cleartype is in use.
16289
16290 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
16291 a font into it unless we have to.
16292
162932008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
16294
16295 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
16296 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 16297
aac0c6e3
MR
162982008-02-18 Jason Rumney <jasonr@gnu.org>
16299
16300 * w32fns.c (Fw32_shell_execute): Encode parameters.
16301
163022008-02-09 Eli Zaretskii <eliz@gnu.org>
16303
16304 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
16305
163062008-02-05 Juanma Barranquero <lekktu@gmail.com>
16307
16308 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
16309
163102008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
16311
16312 * xterm.c (x_set_offset): Don't change the gravity if
16313 CHANGE_GRAVITY is -1.
16314
163152008-02-23 Chong Yidong <cyd@stupidchicken.com>
16316
16317 * fileio.c (auto_save_error_occurred): New var.
16318 (auto_save_error): Set it.
16319 (Fdo_auto_save): Don't overwrite the error message if an auto-save
16320 error occurred.
16321
163222008-02-23 Eli Zaretskii <eliz@gnu.org>
16323
16324 * w32.c (globals_of_w32): Add initializations for
16325 g_b_init_get_sid_sub_authority and
16326 g_b_init_get_sid_sub_authority_count.
16327
163282008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
16329
16330 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
16331 (font_parse_xlfd): Use them for sanity check.
16332 (Finternal_set_font_style_table): Make sure the table is bijective.
16333
16334 Consolidate the image_cache to the terminal struct.
16335 * termhooks.h (P_): Remove redundant def.
16336 (struct terminal): New field `image_cache'.
16337 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
16338 of FRAME_X_IMAGE_CACHE.
16339 * xterm.h (struct x_display_info): Remove image_cache field.
16340 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
16341 * w32term.h (struct w32_display_info): Remove image_cache field.
16342 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
16343 * macterm.h (struct mac_display_info): Remove image_cache field.
16344 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
16345 * xterm.c (x_term_init):
16346 * w32term.c (w32_term_init):
16347 * macterm.c (mac_term_init): Set the image_cache in the terminal.
16348 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
16349 Remove declarations.
16350 (clear_image_caches, mark_image_cache): New declarations.
16351 * xfaces.c (clear_face_cache):
16352 * xdisp.c (redisplay_internal): Use clear_image_caches.
16353 * image.c (clear_image_cache): Don't check that a frame is on
16354 a window-system before checking if it shares the same cache.
16355 (clear_image_caches): New function.
16356 (Fclear_image_cache): Use it.
16357 (mark_image): Move from allo.c.
16358 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
16359 * alloc.c (mark_image, mark_image_cache): Move to image.c.
16360 (mark_object): Don't call mark_image_cache for frames.
16361 (mark_terminals): Call mark_image_cache.
16362
16363 * lisp.h (Fdelete_terminal): Declare.
16364
16365 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
16366 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
16367 wrong_type_argument.
16368
163692008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
16370
16371 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
16372 malayalam.el, and tamil.el. Add sinhala.el.
16373
163742008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
16375
16376 * xterm.c (x_connection_closed): Consolidate identical tests.
16377 (x_delete_terminal): Don't crash if called via x_connection_closed.
16378
163792008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
16380
16381 * xdisp.c (decode_mode_spec): New arg string.
16382 (display_mode_element): Adjust for the above change.
16383
163842008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
16385
16386 * callint.c (Fcall_interactively): Use AREF.
16387
163882008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
16389
16390 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
16391
163922008-02-18 Jan Djärv <jan.h.d@swipnet.se>
16393
16394 * xfns.c (Fx_show_tip): Set string to " " if empty.
16395
163962008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
16397
16398 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
16399 with Qt.
16400
164012008-02-17 Kenichi Handa <handa@m17n.org>
16402
16403 * ftfont.c (ftfont_shape): Return Lispy number.
16404
16405 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
16406 for GCs.
16407 (Finternal_set_font_selection_order): Call font_update_sort_order
16408 only when enable_font_backend is set.
16409 (realize_x_face): Set face->font_info to that of default face only
16410 when enable_font_backend is set.
16411
16412 * xdisp.c (handle_composition_prop): Set it->c to the fist
16413 character of the composed region.
16414 (fill_composite_glyph_string): Set base_face->font_info to
16415 s->font_info. Get a face for ascii from base_face->ascii_face.
16416 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
16417 with a face already decided.
16418 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
16419 non-negative.
16420 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
16421 call font_prepare_composition unconditionally.
16422
16423 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
16424
16425 * xterm.h (struct x_display_info): New member font.
16426
16427 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
16428 (x_set_mouse_face_gc, x_new_font): Likewise.
16429 (x_term_init): Setup display_info->font.
16430 (x_delete_terminal): Free display_info->font.
16431
16432 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
16433
16434 * ftxfont.c (ftxfont_default_fid): Delete it.
16435 (ftxfont_open): Set xfont->fid to 0.
16436 (ftxfont_end_for_frame): Clear data specific to the frame and the
16437 font-driver.
16438
16439 * xftfont.c (xftfont_default_fid): Delete it.
16440 (xftfont_open): Set xfont->fid to 0.
16441
16442 * fontset.c (FONTSET_OBJLIST): New macro.
16443 (fontset_find_font): Update font-object list of the fontset.
16444 (free_realized_fontset): New function.
16445 (free_face_fontset): Call free_realized_fontset.
16446 (Ffont_info): Call font_close_object only when enable_font_backend
16447 is set.
16448
16449 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
16450 [HAVE_NTGUI]: Include w32term.h.
16451 [MAC_OS]: Include macterm.ch.
16452 (font_otf_ValueRecord): Use make_number.
16453 (font_finish_cache): Fix handling of reference count.
16454 (font_clear_cache): Update num_fonts.
16455 (font_open_entity): Update smallest_char_width and
16456 smallest_font_height of the frame.
16457 (font_close_object): Update num_fonts.
16458 (Fclear_font_cache): Fix finding the target cache data.
16459
164602008-02-16 Glenn Morris <rgm@gnu.org>
16461
16462 * fontset.c (Finternal_char_font): Fix compilation warning.
16463
164642008-02-16 Eli Zaretskii <eliz@gnu.org>
16465
16466 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
16467 instead of char arrays. Enlarge the size of array passed to
16468 get_token_information.
16469
16470 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
16471 warnings.
16472
164732008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
16474
16475 * .gdbinit: Don't set `args', it breaks gdb --args.
16476
164772008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
16478
16479 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
16480 within a narrowed buffer.
16481
164822008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
16483
16484 * coding.c (decode_coding_object, encode_coding_object):
16485 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
16486
164872008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
16488
16489 * coding.c (coding_set_destination): Use BEG_BYTE rather than
16490 hardcoding 1.
16491 (detect_coding_system):
16492 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
16493 (string_char_to_byte, string_byte_to_char, insert_from_gap):
16494 * insdel.c (insert_from_gap):
16495 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
16496 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
16497 (string_to_multibyte):
16498 * character.c (chars_in_text, multibyte_chars_in_text):
16499 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
16500
16501 * character.h (FETCH_STRING_CHAR_ADVANCE)
16502 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
16503 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
16504 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
16505
16506 * casefiddle.c (casify_region): Only call after-change and composition
16507 functions on the part of the region that was changed.
16508
16509 * keyboard.c (read_avail_input):
16510 * frame.c (Fdelete_frame): Call Fdelete_terminal.
16511
165122008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16513
16514 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
16515 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
16516
165172008-02-11 Juanma Barranquero <lekktu@gmail.com>
16518
16519 * w32menu.c (push_submenu_start, push_submenu_end)
16520 (push_left_right_boundary, push_menu_pane, push_menu_item):
16521 * keyboard.c (read_key_sequence): Don't pass args with side effects
16522 to AREF, it fails when compiling with -DENABLE_CHECKING.
16523
165242008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
16525
16526 * Makefile.in (${lispsource}international/charprop.el):
16527 Delete this target.
16528
16529 * search.c (boyer_moore): Fix incorrect synching of the trunk and
16530 emacs-unicode-2.
16531
165322008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16533
16534 * terminal.c (Fdelete_terminal): Clean up the `force' path.
16535
165362008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
16537
16538 * frame.c (Qnoelisp): New symbol.
16539 (syms_of_frame): Initialize it.
16540 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
16541 harmless Elisp code, from a strong `force' from x_connection_closed.
16542 * frame.h (Qnoelisp): Declare.
16543 * xterm.c (x_connection_closed): Pass `noelisp'.
16544
16545 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
16546 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
16547 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
16548 rather than `int' for the type of `type'.
16549
165502008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
16551
16552 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
16553
16554 * Makefile.in (GNUC): Remove support for gcc-1.x.
16555
165562008-02-10 Richard Stallman <rms@gnu.org>
16557
16558 * lisp.h (ASET): Use AREF, not ASLOT.
16559
165602008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
16561
16562 * lisp.h (ASET): Check bounds.
16563
165642008-02-10 Glenn Morris <rgm@gnu.org>
16565
16566 * buffer.c (mode-name): Doc fix.
16567
165682008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
16569
16570 * Makefile.in:
16571 * emacs.c:
16572 * gmalloc.c:
16573 * keyboard.c:
16574 * lisp.h:
16575 * m/ibm370aix.h:
16576 * process.c:
16577 * regex.c:
16578 * s/hpux.h:
16579 * sysdep.c:
16580 * sysselect.h:
16581 * systty.h:
16582 * unexec.c:
16583 * w32term.c:
16584 * xsmfns.c:
16585 * xterm.c: Remove code that deals with obsolete variables.
16586
16587 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
16588
16589 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
16590 nothing else needs it anymore.
16591
165922008-02-09 Eli Zaretskii <eliz@gnu.org>
16593
16594 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
16595 instead of unibyte_char_to_multibyte.
16596
165972008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
16598
16599 * s/gnu-linux.h: Remove commented out code.
16600
16601 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
16602
16603 * Makefile.in: Update what RMS says about using autoconf.
16604 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
16605 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
16606 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
16607 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
16608
166092008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
16610
16611 * keymap.c (Fkey_description): Move side effect outside of macro call.
16612
16613 * xfaces.c (Finternal_make_lisp_face):
16614 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
16615
16616 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
16617 (syms_of_fontset): Use ASET.
16618
16619 * fns.c (concat): Move side effect outside of macro call.
16620 (hash_clear): Use ASET.
16621
166222008-02-08 Richard Stallman <rms@gnu.org>
16623
16624 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
16625 If FORCE, and frame has a surrogate minibuffer for another frame,
16626 delete the other frame first.
16627
166282008-02-07 Timo Savola <timo.savola@iki.fi>
16629
16630 * xterm.c (x_detect_focus_change): Handle embed client message.
16631 (handle_one_xevent): Ditto.
16632 (handle_one_xevent): If embedded and we get a button press/release,
16633 request focus.
16634 (xembed_set_info, xembed_send_message): New functions.
16635 (x_make_frame_visible): Call xembed_set_info if embedded.
16636 (x_make_frame_invisible): Call xembed_set_info if embedded.
16637 (x_term_init): Initialize Xatom_XEMBED.
16638 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
16639 (x_iconify_frame): Ditto.
16640
16641 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
16642 (enum xembed_info, enum xembed_message, enum xembed_focus)
16643 (enum xembed_modifier, enum xembed_accelerator): New.
16644 (xembed_set_info, xembed_send_message): Declare.
16645 (FRAME_X_EMBEDDED_P): New.
16646
16647 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
16648 gtk_plug_new.
16649
16650 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
16651 window ID of a frame.
16652 (x_window): Reparent frame if embedded.
16653 (Fx_create_frame): Don't set border width if embedded.
16654
16655 * emacs.c (USAGE3): Add --parent-id.
16656 (standard_args): Ditto.
16657
166582008-02-07 Jan Djärv <jan.h.d@swipnet.se>
16659
16660 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
16661
166622008-02-07 Jim Meyering <meyering@redhat.com>
16663
16664 Use "do...while (0)", not "if (1)...else" in macro definitions.
16665 The latter provokes a warning from gcc about the empty else, when
16666 followed by ";". Also, without that trailing semicolon, it would
16667 silently swallow up any following statement.
16668 * syntax.h (SETUP_SYNTAX_TABLE)
16669 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
16670 * buffer.h (DECODE_POSITION): Likewise.
16671 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
16672 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
16673 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
16674 (FETCH_CHAR_ADVANCE): Likewise.
16675 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
16676
166772008-02-07 Jim Meyering <meyering@redhat.com>
16678
16679 * lread.c [lint]: Don't include <sys/inode.h>.
16680
166812008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16682
16683 * xselect.c (x_handle_dnd_message):
16684 * xmenu.c (digest_single_submenu, xmenu_show):
16685 * xdisp.c (with_echo_area_buffer_unwind_data)
16686 (format_mode_line_unwind_data, unwind_format_mode_line)
16687 (display_menu_bar):
16688 * eval.c (Ffetch_bytecode):
16689 * doc.c (store_function_docstring):
16690 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
16691 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
16692 * buffer.c (add_overlay_mod_hooklist): Use ASET.
16693
166942008-02-07 Kenichi Handa <handa@m17n.org>
16695
16696 * ftxfont.c (ftxfont_open): Don't set
16697 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
16698
16699 * ftfont.c (ftfont_open): Fix previous change.
16700
167012008-02-06 Jason Rumney <jasonr@gnu.org>
16702
16703 * w32font.c (w32font_text_extents): Fill in lbearing metric.
16704 Use cached metrics for ASCII characters.
16705 (w32font_open_internal): Don't set font's owning_frame.
16706 Cache metrics for ASCII characters.
16707
16708 * w32font.h (struct w32font_info): Add ascii_metrics.
16709 Remove owning_frame.
16710
167112008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
16712
16713 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
16714 to negative value.
16715
16716 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
16717
16718 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
16719
16720 * charset.c (syms_of_charset): Set QCtest and Qeq.
16721
167222008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16723
16724 * process.c (Fstart_process):
16725 * callproc.c (Fcall_process): Handle the case where
16726 Funhandled_file_name_directory returns nil.
16727
16728 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
16729 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
16730 * font.c (check_gstring): Use them and AREF to access the vector before
16731 we know it's really a gstring.
16732 (Ffont_shape_text): Fix typo.
46e722a9 16733 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
16734
16735 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
16736 Declare.
16737
16738 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
16739
167402008-02-05 Jason Rumney <jasonr@gnu.org>
16741
16742 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
16743 Set smallest_font_height and smallest_char_width in display info.
16744
167452008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
16746
16747 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
16748
167492008-02-05 Miles Bader <miles@gnu.org>
16750
16751 * xfaces.c (get_lface_attributes, merge_named_face)
16752 (lookup_named_face, lookup_derived_face, realize_named_face):
16753 Revert 2008-02-01 change by cyd@stupidchicken.com.
16754
167552008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
16756
16757 * fontset.c (Ffontset_info): Handle the case of inhibitting the
16758 fallback fonts.
16759 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
16760
167612008-02-04 Jason Rumney <jasonr@gnu.org>
16762
16763 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
16764 set full_name.
16765 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
16766
167672008-02-03 Jason Rumney <jasonr@gnu.org>
16768
16769 * makefile.w32-in (OBJ1): Include font.o here.
16770 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
16771
167722008-02-02 Jason Rumney <jasonr@gnu.org>
16773
16774 * makefile.w32-in (temacs): Bump EMHEAP to 21.
16775
167762008-02-01 Jason Rumney <jasonr@gnu.org>
16777
16778 * s/cygwin.h: Define VIRT_ADDR_VARIES.
16779
16780 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
16781
167822008-02-01 Andreas Schwab <schwab@suse.de>
16783
16784 * Makefile.in (shortlisp, lisp): Update for rename of
16785 ../lisp/language/myanmar.el.
16786
167872008-02-01 Chong Yidong <cyd@stupidchicken.com>
16788
16789 * xfaces.c (get_lface_attributes): Delete function.
16790 (merge_named_face, lookup_named_face, lookup_derived_face)
16791 (realize_named_face): Call lface_from_face_name directly, and use
16792 the fact that merge_face_vectors does not alter its FROM argument.
16793
167942008-02-01 Jason Rumney <jasonr@gnu.org>
16795
16796 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
16797 input in the default locale. Handle non-Unicode multibyte input.
16798
167992008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16800
16801 * fontset.c (reorder_font_vector): Exclude nil elements from the
16802 font group. Don't try multiple fonts.
16803 (fontset_font): Adjust for the above change.
16804 (Finternal_char_font): Return nil if the found font doesn't
16805 contain the character ch.
16806
16807 * Makefile.in (lisp, shortlisp): Add cham.el.
16808
168092008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16810
16811 * font.h (FONTP): Make it return 1 also for a font-object.
16812
16813 * .gdbinit (xfontset): New function.
16814
16815 * font.c (font_find_for_lface): Check if the character C is
16816 supported or not only for the first font.
16817
16818 * fontset.c (reorder_font_vector): Fix typo.
16819 (fontset_find_font): Don't add a font-spec specifying a script.
16820 Use 0 (not Qt) for the indication of empty font-group. Change the
16821 format of RFONT-DEF. Return Qt if no font in the font-group
16822 support the character.
16823 (fontset_font): Adjust for the above change. If no font was
16824 found the character, remember that.
16825 (face_for_char): Adjust for the change of RFONT-DEF.
16826 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
16827 no font for the target.
16828 (Finternal_char_font): Adjust for the change of RFONT-DEF.
16829
168302008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16831
16832 * font.c (font_load_for_face): Handle the case that the font in
16833 face->lface is a string.
16834
168352008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16836
16837 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
16838
168392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16840
16841 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
16842 Fix previous change. If the frame is not on a window system,
16843 signal an error.
16844
168452008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16846
16847 * coding.c (decode_coding_object, encode_coding_object): Adjust
16848 marker positions after conversion.
16849
16850 * lisp.h (struct Lisp_Marker): New member need_adjustment.
16851
168522008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16853
16854 * font.c (font_find_for_lface): Fix the handling of the return
16855 value of font_has_char.
16856 (Ffont_shape_text): Fix previous change.
16857
16858 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
16859 (fontset_ref_and_range): Delete it.
16860 (fontset_find_font): Call char_table_ref_and_range instead of
16861 FONTSET_REF_AND_RANGE.
16862 (make_fontset): Don't setup font groups of Latin here.
16863 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
16864 (new_fontset_from_font): Make the specified font the default for
16865 all Latin characters.
16866
168672008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16868
16869 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
16870 is on a window system before accessing the fontset of the frame.
16871
168722008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16873
16874 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
16875
16876 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
16877 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
16878
16879 * font.c (Ffont_shape_text): If the font driver doesn't have a
16880 shaper function, make zero-width glyphs to have at least one-pixel
16881 width. Fix setting of `to' field of glyphs.
16882
168832008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16884
16885 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
16886 glyphs.
16887
16888 * font.h (struct font_driver): Improve docstring of member `shape'.
16889
168902008-02-01 Kenichi Handa <handa@m17n.org>
16891
16892 * composite.c (syms_of_composite): Fix docstring of
16893 auto-composition-function.
16894
16895 * font.h (LGLYPH_SIZE): New macro.
16896
16897 * font.c (Ffont_fill_gstring): Stop filling when a character not
16898 supported by the font is found.
16899 (Ffont_shape_text): When a shape callback function returns nil,
16900 try at most two more times with larger gstring.
16901 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
16902
16903 * xdisp.c (handle_auto_composed_prop): Change the argument to
16904 auto-composition-function.
16905
16906 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
16907 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
16908 Lispy glyph and store it in the lgstring.
16909
16910 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
16911
16912 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
16913
169142008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16915
16916 * font.c (Ffont_shape_text): Avoid unnecessary composition.
16917
16918 * fontset.c (Vfont_encoding_charset_alist): New variable.
16919 (syms_of_fontset): DEFVAR it.
16920 (reorder_font_vector, fontset_find_font): Optimize for the case of
16921 no need of reordering.
16922 (face_for_char): Map the charset property by
16923 Vfont_encoding_charset_alist.
16924
169252008-02-01 Jason Rumney <jasonr@gnu.org>
16926
16927 * w32font.c (logfonts_match): Don't check adstyle here.
16928 (font_matches_spec): Check here against physical font instead.
16929 (add_font_entity_to_list): Avoid some substitutions.
16930
16931 * font.c (font_parse_fcname): Default weight and slant to normal.
16932 (font_score): Prefer normal fonts if weight or slant unspecified.
16933 (font_score) [WINDOWSNT]: Scale weight difference down to closer
16934 match freetype scores.
16935
169362008-02-01 Jason Rumney <jasonr@gnu.org>
16937
16938 * w32font.c (w32font_text_extents): Don't use the frame stored in the
16939 font, as it may have been deleted.
16940 (w32_enumfont_pattern_entity): Map generic family to adstyle using
16941 most common hyphenless variation.
16942 (logfonts_match): Check generic family.
16943 (font_matches_spec): Don't check generic family here.
16944 (fill_in_logfont): Set generic family based on adstyle.
16945
16946 * w32font.h (w32font_get_cache): Update declaration.
16947
169482008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16949
16950 * ftfont.c (ftfont_get_cache): Adjust the argument type.
16951
16952 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
16953 If none of the new drivers are available, call font_update_drivers
16954 with the old drivers.
16955
16956 * w32font.c (w32font_get_cache): Adjust the argument type.
16957
16958 * xfont.c (xfont_get_cache): Adjust the argument type.
16959
16960 * font.h (struct font_driver): Change argument type of get_cache.
16961
16962 * xftfont.c (xftfont_start_for_frame): Delete prototype.
16963
16964 * font.c (Ffont_get): Fix arguments to Fassoc.
16965 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
16966 (font_clear_cache): New function.
16967 (font_list_entities, font_matching_entity): Use font_get_cache.
16968 (font_update_drivers): Call font_clear_cache when finishing a driver.
16969
16970 * fontset.c (fontset_find_font): Fix previous change.
16971
169722008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16973
16974 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
16975 dpyinfo->font_table.
16976 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
16977 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
16978
16979 * font.c (font_at): Handle the case that the arg C is negative.
16980 Handle the unibyte case.
16981 (Ffont_at): Call font_at with the arg C -1.
16982
16983 * xdisp.c (handle_auto_composed_prop): Don't get a character at
16984 the position here, and call font_at with the arg C -1.
16985 Don't check the range of the existing composition at the point.
16986
169872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16988
16989 * fontset.c (fontset_add): New args charset_id and family.
16990 Change caller.
16991 (load_font_get_repertory, fontset_find_font): Assume that
16992 font_spec is always a font-spec object.
16993 (Fset_fontset_font): Always store a font-spec object in a fontset.
16994
16995 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
16996 instead of get_property_and_range.
16997
169982008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16999
17000 * xftfont.c (struct xftfont_info): Delete the member ft_face.
17001 (xftfont_open): Don't keep locking face.
17002 (xftfont_close): Don't unlock face.
17003 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
17004
17005 * fontset.c (fontset_find_font): Don't prefer a font of
17006 supplementary charset.
17007
170082008-02-01 Kenichi Handa <handa@m17n.org>
17009
17010 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
17011 script, langsys_tag to langsys, new member script.
17012 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 17013 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
17014 listing to the script specified in that property. Fix arg to
17015 OTF_check_features.
17016
170172008-02-01 Jason Rumney <jasonr@gnu.org>
17018
17019 * w32font.h: New file.
17020
17021 * w32font.c: Include it.
17022 (struct w32font_info): Add owning_frame field. Move to w32font.h.
17023 (w32font_open): Set owning_frame.
17024 (w32font_text_extents): Use owning_frame.
17025 (struct font_callback_data): Add opentype_only field.
17026 (add_font_entity_to_list): Use it to filter fonts.
17027 Don't check against full name.
17028 (w32font_list_internal): New function.
17029 (w32font_list): Use it.
17030 (w32font_match_internal): New function.
17031 (w32font_match): Use it.
17032 (w32font_open_internal): New function.
17033 (w32font_open): Use it.
17034 (w32font_get_cache, w32font_close, w32font_has_char)
17035 (w32font_encode_char, w32font_text_extents, w32font_draw):
17036 Make non-static.
17037
17038 * makefile.w32-in (w32font.o): Depend on w32font.h.
17039
170402008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17041
17042 * charset.c (Fdefine_charset_internal): Record a supplementary
17043 charset at the tail of Vcharset_order_list.
17044
17045 * font.c (Ffont_shape_text): Fix the return value.
17046
17047 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
17048
17049 * xdisp.c (handle_auto_composed_prop): Fix previous change.
17050
170512008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17052
17053 * ftfont.c (struct OpenTypeSpec): New struct.
17054 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
17055 (ftfont_get_open_type_spec): New function.
17056 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
17057
17058 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
17059
170602008-02-01 Jason Rumney <jasonr@gnu.org>
17061
17062 * w32font.c (add_font_entity_to_list): Compare only the beginning
17063 of full name.
17064
170652008-02-01 Kenichi Handa <handa@m17n.org>
17066
17067 * xdisp.c (handle_auto_composed_prop): Simplify the code.
17068 Never return HANDLED_RECOMPUTE_PROPS.
17069
170702008-02-01 Kenichi Handa <handa@m17n.org>
17071
17072 * font.c (font_gstring_produce): Delete it.
17073
17074 * composite.h (COMPOSITION_METHOD):
17075 Handle COMPOSITION_WITH_GLYPH_STRING.
17076
170772008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17078
17079 * xfont.c (Qx): Delete.
17080 (syms_of_xfont): Don't initialize Qx.
17081
17082 * composite.h (enum composition_method):
17083 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
17084
170852008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17086
17087 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
17088 (choose_face_font): Accept new form of font-spec.
17089
17090 * frame.h (font_driver_list): Declare it unconditionally.
17091 (struct frame): Define members font_driver_list and font_data_list
17092 unconditionally.
17093
17094 * fontset.c: Include "font.h" unconditionally.
17095 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
17096 (Fset_fontset_font): Accept a font-spec object.
17097
17098 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
17099 PIXEL_SIZE part a wild card.
17100
17101 * dispextern.h (struct glyph_string): Define members clip and
17102 num_clips unconditionally.
17103 (struct face): Define members font_info and extra unconditionally.
17104
17105 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
17106 ftfont_info only when HAVE_LIBOTF is defined.
17107
171082008-02-01 Andreas Schwab <schwab@suse.de>
17109
17110 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
17111 and end.
17112
171132008-02-01 Jason Rumney <jasonr@gnu.org>
17114
17115 * w32font.c (w32font_driver): Add new fields.
17116
171172008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17118
17119 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
17120 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
17121 (LIBES): Add @M17N_FLT_CFLAGS@.
17122
17123 * composite.c (compose_text): Don't treat the new style
17124 composition specially.
17125
17126 * emacs.c (main): Call syms_of_font unconditionally.
17127
17128 * font.h (FONT_ENTITY_NOT_LOADABLE)
17129 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
17130 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
17131 (struct font_driver): New member shape.
17132 (font_registry_charsets): Extern it.
17133 (font_find_for_lface, font_prepare_composition): Adjust prototype.
17134 (font_otf_capability, font_drive_otf): Delete their externs.
17135
17136 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
17137 (font_charset_alist, font_registry_charsets): Move from xfont.c
17138 and rename.
17139 (font_prop_validate_otf): New function.
17140 (font_property_table): Register it for QCotf.
17141 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
17142 (font_drive_otf): Delete.
17143 (font_prepare_composition): New arg F. Adjust for the change of
17144 lispy gstring.
17145 (font_find_for_lface): New arg C.
17146 (font_load_for_face): Adjust for the change of font_find_for_lface.
17147 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
17148 lispy gstring.
17149 (Ffont_shape_text): New function.
17150 (Fopen_font): If the font size is not given, use 12-pixel.
17151 (Ffont_at): New arg STRING.
17152 (syms_of_font): Initalize font_charset_alist.
17153 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
17154 conditionally.
17155
17156 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
17157 fonts of the same font-spec. Change the format of RFONT-DEF.
17158 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
17159 Adjust for the change of RFONT-DEF.
17160 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
17161
17162 * ftfont.h: New file.
17163
17164 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
17165 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
17166 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
17167 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
17168 font_otf_capability and font_drive_otf, set ftfont_shape.
17169 (ftfont_list): Adjust for the change of :otf property value.
17170 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
17171 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
17172 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
17173 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
17174 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
17175 (otf_gstring, gstring, m17n_flt_initialized): New variables.
17176
17177 * w32term.c (x_draw_composite_glyph_string_foreground):
17178 Adjust for the change of lispy gstring.
17179
17180 * xdisp.c (handle_composition_prop): Adjust for the change of
17181 lispy gstring. Call a function for auto-composition with the
17182 third arg it->window.
17183 (fill_composite_glyph_string): Adjust for the change of lispy string.
17184 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
17185
17186 * xfaces.c (set_font_frame_param): Adjust for the change of
17187 font_find_for_lface.
17188
17189 * xfont.c (x_font_charset_alist): Move to font.c and rename.
17190 (xfont_registry_charsets): Likewise. Change caller.
17191 (syms_of_xfont): Don't handle x_font_charset_alist.
17192
17193 * xftfont.c: Include "ftfont.h".
17194 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
17195 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
17196 (xftfont_close) [HAVE_LIBOTF]: Close otf.
17197 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
17198 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
17199 Set xftfont_driver.shape to xftfont_shape.
17200
17201 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
17202 the change of lispy gstring.
17203
172042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17205
17206 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
17207
172082008-02-01 Jason Rumney <jasonr@gnu.org>
17209
17210 * w32font.c (w32font_draw): Fill background manually.
17211
172122008-02-01 Jason Rumney <jasonr@gnu.org>
17213
17214 * font.c (Qfontp): Remove unused symbol.
17215 (QCantialias): New symbol.
17216 (syms_of_font): Define it.
17217 (font_property_table): Set a validator for QCantialias.
17218
17219 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
17220 Define if not already.
17221 (QCfamily): Share with xfaces.c.
17222 (Qstandard, Qsubpixel, Qnatural): New symbols.
17223 (syms_of_w32font): Define them. Don't define QCfamily here.
17224 (w32_antialias_type, lispy_antialias_type): New functions.
17225 (w32_enumfont_pattern_entity): New arg requested_font.
17226 Set antialias parameter if non-default was requested.
17227 (fill_in_logfont): Fill in lfQuality if :antialias specified.
17228
172292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17230
17231 * lread.c (read1): Undo the previous change.
17232
172332008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
17234
17235 * frame.c (Fdelete_frame): Call font_update_drivers only when
17236 USE_FONT_BACKEND is defined.
17237
172382008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17239
17240 * font.h (struct font_bitmap): New member bits_per_pixel.
17241 (struct font_driver): New members start_for_frame and end_for_frame.
17242 (struct font_data_list): New struct.
17243 (font_put_frame_data, font_get_frame_data): Extern them.
17244
17245 * frame.h (struct frame): New member font_data_list.
17246
17247 * font.c (font_update_drivers): Call driver->start_for_frame and
17248 driver->end_for_frame at proper timings.
17249 (font_put_frame_data, font_get_frame_data): New functions.
17250 (Ffont_spec): Add usage in the docstring.
17251
17252 * frame.c (make_frame): Initialize f->font_data_list to NULL.
17253 (Fdelete_frame): Call font_update_drivers.
17254
17255 * xftfont.c (struct xftface_info): Delete the member xft_draw.
17256 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
17257 (xftfont_get_xft_draw): New function.
17258 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
17259 (xftfont_end_for_frame): New function.
17260 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
17261
17262 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
17263 Change argument. Cache GCs in the per-frame data.
17264 (struct ftxfont_frame_data): New struct.
17265 (ftxfont_draw_bitmap): New arg gc_fore and flush.
17266 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
17267 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
17268 (ftxfont_end_for_frame): New function.
17269 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
17270
17271 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
17272
172732008-02-01 Kenichi Handa <handa@m17n.org>
17274
17275 * xselect.c (Vselection_coding_system)
17276 (Vnext_selection_coding_system): Delete them.
17277 (syms_of_xselect): Don't declare selection-coding-system and
17278 next-selection-coding-system. They are declared in select.el.
17279
172802008-02-01 Jason Rumney <jasonr@gnu.org>
17281
17282 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
17283
17284 * w32fns.c: Include imm.h.
17285 (get_composition_string_fn, get_ime_context_fn): New optional
17286 system functions.
17287 (globals_of_w32fns): Load them from imm32.dll.
17288 (ignore_ime_char): New flag.
17289 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
17290 WM_IME_ENDCOMPOSITION messages.
17291
17292 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
17293 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
17294
172952008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17296
17297 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
17298 (READCHAR_REPORT_MULTIBYTE): New macro.
17299 (readchar): New 2nd arg MULTIBYTE.
17300 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
17301 Make symbol's name multibyte according to the multibyteness of the
17302 source.
17303
173042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17305
17306 * xfaces.c (face_for_overlay_string): Call lookup_face with
17307 correct arguments (fix of synching with the trunk).
17308
173092008-02-01 Kenichi Handa <handa@m17n.org>
17310
17311 * font.c (font_prop_validate_symbol, font_prop_validate_style)
17312 (font_prop_validate_non_neg, font_prop_validate_spacing):
17313 Delete argument prop_index.
17314 (font_property_table): Change arguments to validater. Change Callers.
17315 (font_lispy_object): Delete.
17316 (font_at): Use font_find_object instead fo font_lispy_object.
17317
173182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17319
17320 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
17321 and file names.
17322
173232008-02-01 Jason Rumney <jasonr@gnu.org>
17324
17325 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
17326 (font_matches_spec): Remove debug output.
17327 (add_font_entity_to_list): Avoid using substituted fonts.
17328
173292008-02-01 Jason Rumney <jasonr@gnu.org>
17330
17331 * doc.c (Fsnarf_documentation):
17332 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
17333
173342008-02-01 Miles Bader <miles@gnu.org>
17335
17336 * dispextern.h (struct glyph_row): Only define "clip" field if
17337 HAVE_WINDOW_SYSTEM is defined.
17338
173392008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17340
17341 Fix up multi-tty merge.
17342
17343 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
17344 and indentation.
17345
17346 * xfaces.c (free_realized_face, clear_face_gcs):
17347 Include font_done_for_face in the input_blocked section, just in case.
17348
17349 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
17350 (get_char_face_and_encoding): Undo last change and remove the *other*
17351 duplicate definition (i.e. keep the one that's better scoped and that
17352 includes code for the font-backend).
17353
17354 * terminal.c (create_terminal): Default keyboard_coding to
17355 `no-conversion' and terminal_coding to `undecided'.
17356
17357 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
17358
17359 * fontset.c (free_realized_fontsets): Check that the table entry does
17360 contain a fontset before trying to compare it to `base'.
17361
17362 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
17363 syms_of_charset, and syms_of_coding earlier because init_window_once
17364 now needs Vcoding_system_hash_table to be setup.
17365
17366 * coding.h (default_buffer_file_coding): Remove.
17367
17368 * coding.c (default_buffer_file_coding): Remove.
17369 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
17370 than ->symbol, and use the terminal-local coding system.
17371 (syms_of_coding): Don't setup the coding-systems that are not
17372 terminal-local.
17373 (Fdefine_coding_system_internal): Use XCAR/XCDR.
17374
17375 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
17376 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
17377
17378 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
17379 in chartab.c and were re-added here by mistake.
17380 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
17381
17382 * doc.c (Fsnarf_documentation):
17383 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
17384 src to etc.
17385
17386 * ChangeLog.10: Add mistakenly removed entry.
17387
173882008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
17389
17390 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
17391
173922008-02-01 Miles Bader <miles@gnu.org>
17393
17394 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
17395 Add extra args to FACE_FOR_CHAR.
17396
173972008-02-01 Kenichi Handa <handa@m17n.org>
17398
17399 * keymap.c (where_is_internal_1): If key is a cons, store the copy
17400 in sequence.
17401
17402 * chartab.c (map_sub_char_table, map_char_table): If the range
17403 contains just one character, call the function with that character
17404 even if the depth is not 3.
17405
174062008-02-01 Jason Rumney <jasonr@gnu.org>
17407
17408 * w32font.c (w32font_text_extents): Calculate metrics for the
17409 whole string.
17410
174112008-02-01 Jason Rumney <jasonr@gnu.org>
17412
17413 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
17414
174152008-02-01 Jason Rumney <jasonr@gnu.org>
17416
17417 * w32term.c (x_set_glyph_string_clipping): Use
17418 get_glyph_string_clip_rects.
17419 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
17420 Adjust for the change of struct glyph_string.
17421
17422 * w32font.c (w32font_draw): Do clipping here.
17423
174242008-02-01 Kenichi Handa <handa@m17n.org>
17425
17426 * xftfont.c (xftfont_draw): Adjust for the change of struct
17427 glyph_string.
17428
17429 * xterm.c (x_set_glyph_string_clipping): Use
17430 get_glyph_string_clip_rects.
17431 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
17432 Adjust for the change of struct glyph_string.
17433
17434 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
17435 the resulting clip(s}.
17436 (expose_overlaps): Add arg r. Change callers. Set it to
17437 row->clip temporarily.
17438 (expose_window): Redraw rows overlapping the exposed area.
17439
17440 * dispextern.h (struct glyph_row): New member clip.
17441 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
17442 clip_height, new member clip, and num_clips.
17443
174442008-02-01 Kenichi Handa <handa@m17n.org>
17445
17446 * data.c (Fchar_or_string_p): Fix docstring.
17447
174482008-02-01 Kenichi Handa <handa@m17n.org>
17449
17450 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
17451 create a temporary XftDraw object.
17452
174532008-02-01 Kenichi Handa <handa@m17n.org>
17454
17455 * font.c (Ffontp): Fix docstring.
17456
17457 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
17458 strong evidence of ISO-2022.
17459
174602008-02-01 Kenichi Handa <handa@m17n.org>
17461
17462 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
17463 SYNTAX_ENTRY_FOLLOW_PARENT.
17464
174652008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17466
17467 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
17468 its type.
17469 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
17470 Update to the new type of weak_hash_tables and next_weak.
17471
17472 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
17473 a plain C pointer to Lisp_Hash_Table.
17474
17475 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
17476 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
17477 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
17478 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
17479 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
17480 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
17481 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
17482 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
17483 (GC_EQ): Remove since they've been identical to their non-GC_
17484 alter-egos ever since the markbit was eradicated.
17485
17486 * alloc.c:
17487 * buffer.c:
17488 * buffer.h:
17489 * data.c:
17490 * fileio.c:
17491 * filelock.c:
17492 * fns.c:
17493 * frame.h:
17494 * lisp.h:
17495 * macterm.c:
17496 * print.c:
17497 * process.c:
17498 * w32fns.c:
17499 * w32menu.c:
17500 * w32term.c:
17501 * xfns.c:
17502 * xmenu.c:
17503 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
17504
175052008-02-01 Kenichi Handa <handa@m17n.org>
17506
17507 * chartab.c (map_sub_char_table): Make it work for the top-level
17508 char-table. Fix handling of parent char-table.
17509 (map_char_table): Adjust for the above change.
17510
175112008-02-01 Jason Rumney <jasonr@gnu.org>
17512
17513 * w32font.c (Qgdi): Rename from Qw32.
17514
175152008-02-01 Jason Rumney <jasonr@gnu.org>
17516
17517 * w32bdf.c (get_quoted_string): Make function static.
17518
175192008-02-01 Kenichi Handa <handa@m17n.org>
17520
17521 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
17522 bigger ascent and descent than those of the font, use them as
17523 font's ascent and descent.
17524
175252008-02-01 Kenichi Handa <handa@m17n.org>
17526
17527 * Makefile.in (${lispsource}international/charprop.el): Move this
17528 target within "#ifdef HAVE_UNIDATA" and "#endif".
17529
175302008-02-01 Kenichi Handa <handa@m17n.org>
17531
17532 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
17533 (shortlisp): Add ../lisp/language/tai-viet.el.
17534
175352008-02-01 Ulrich Mueller <ulm@gentoo.org>
17536
17537 * Makefile.in (${lispsource}international/charprop.el): Depend on
17538 temacs${EXEEXT}.
17539
175402008-02-01 Jason Rumney <jasonr@gnu.org>
17541
17542 * w32font.c (w32font_close): Delete the GDI font object.
17543
17544 * w32menu.c: Include character.h.
17545
17546 * w32proc.c: Likewise.
17547
17548 * w32select.c: Likewise.
17549
17550 * makefile.w32-in (w32proc.o): Depend on character.h.
17551
175522008-02-01 Jason Rumney <jasonr@gnu.org>
17553
17554 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
17555
17556 * w32menu.c (syms_of_w32menu): Likewise.
17557
17558 * w32proc.c (syms_of_ntproc): Likewise.
17559
17560 * w32select.c (syms_of_w32select): Likewise.
17561
17562 * w32term.c (syms_of_w32term): Likewise.
17563
175642008-02-01 Jason Rumney <jasonr@gnu.org>
17565
17566 * w32font.c (w32font_draw): Delete brush after using it.
17567
175682008-02-01 Jason Rumney <jasonr@gnu.org>
17569
17570 * w32font.c (w32font_open): Don't set font_idx.
17571 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
17572 to font settings.
17573 (w32font_draw): Fill background explicitly.
17574
175752008-02-01 Jason Rumney <jasonr@gnu.org>
17576
17577 * w32term.c (w32_initialize): Don't call w32font_initialize.
17578
17579 * w32font.c (w32font_info): Remove subranges.
17580 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
17581 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
17582 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
17583 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
17584 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
17585 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
17586 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
17587 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
17588 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
17589 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
17590 New symbols.
17591 (font_callback_data): New struct.
17592 (w32font_list, w32font_match): Use it.
17593 (w32font_open): Don't populate subranges.
17594 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
17595 (w32font_encode_char): Always return unicode code-point as-is.
17596 (w32font_text_extents): Supply a transformation matrix to
17597 GetGlyphOutline. Never look up by glyph index. Avoid looping
17598 twice. Use unicode version of GetTexExtentPoint32 instead of
17599 glyph index version.
17600 (set_fonts_frame): Remove.
17601 (w32_enumfont_pattern_entity): Add frame parameter, use it to
17602 set frame parameter. Use backward compatible fake foundries.
17603 Save generic family in extra slot under QCfamily. Make width slot
17604 constant. Save QCspacing value. Save list of scripts instead of
17605 binary subranges.
17606 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
17607 (add_font_entity_to_list): Use font_callback_data struct. Filter
17608 unwanted fonts.
17609 (add_one_font_entity_to_list): Use font_callback_data struct.
17610 (w32_registry): Default to iso10646_1.
17611 (fill_in_logfont): Use dpi from extra slot. Don't bother with
17612 string font registries. Don't fill in font name if it is a generic
17613 family name, fill family instead. Use spacing, family and script
17614 extra info to fill pitch, family and charset fields.
17615 (list_all_matching_fonts): Use font_callback_data struct.
17616 (unicode_range_for_char): Remove.
17617 (font_supported_scripts): New function.
17618 (w32font_initialize): Remove.
17619 (syms_of_w32font): Update which symbols are defined.
17620
176212008-02-01 Jason Rumney <jasonr@gnu.org>
17622
17623 * font.c (font_pixel_size): Reverse assq_no_quit args.
17624
17625 * w32term.h (FONT_WIDTH): Report max width, not average.
17626 (FONT_MAX_WIDTH): Remove.
17627 (FONT_AVG_WIDTH): New macro.
17628
17629 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
17630 redefinition of FONT_WIDTH.
17631
17632 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
17633 (w32_cache_char_metrics): Use FONT_WIDTH.
17634
17635 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
17636
176372008-02-01 Jason Rumney <jasonr@gnu.org>
17638
17639 * w32font.c (w32font_open): Make lfHeight negative.
17640
17641 * w32fns.c (x_default_font_parameter): Use new style font name.
17642 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
17643
176442008-02-01 Jason Rumney <jasonr@gnu.org>
17645
17646 * w32font.c (QCsubranges): New symbol.
17647 (w32font_open, w32font_has_char): Get subranges from subproperty
17648 of extra.
17649 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
17650 (syms_of_w32font): Define :subranges symbol.
17651
17652 * font.c (font_put_extra): Expose externally.
17653
17654 * font.h (font_put_extra): Move declaration from font.c.
17655
17656 * font.c (Ffont_get): Use font driver to determine otf capability.
17657 (adjust_anchor): Check if driver defines anchor_point before using.
17658
17659 * w32font.c (w32font_open): Handle size, height and pixel_size better.
17660 (w32font_draw): Use options.
17661 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
17662 Fix detection of truetype fonts.
17663 (registry_to_w32_charset): Handle charsets other than iso8859-1
17664 expressed as lisp symbols.
17665 (w32_registry): Express charset as lisp symbol.
17666 (fill_in_logfont): Reverse pixel and point height logic.
17667 Don't set width here. Set quality to default.
17668
17669 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
17670 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
17671
17672 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
17673 Remove redundant loop and allocation.
17674
17675 * makefile.w32-in (font.o, w32font.o): New objects.
17676 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
17677 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
17678
17679 * xdisp.c (fill_composite_glyph_string): Make the first arg to
17680 STORE_XCHARB a valid l-value.
17681
17682 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
17683 calculations for non-Truetype fonts.
17684 (x_draw_glyph_string): Sync with xterm.c.
17685 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
17686 Remove redundant code.
17687 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
17688
17689 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
17690 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
17691
17692 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
17693 (x_to_w32_charset, w32_to_x_charset): Expose externally.
17694
17695 * w32font.c: New file for w32 font backend.
17696
176972008-02-01 Kenichi Handa <handa@m17n.org>
17698
17699 * term.c: Don't include "buffer.h" twice.
17700
177012008-02-01 Kenichi Handa <handa@m17n.org>
17702
17703 * character.c (Funibyte_string): New function.
17704 (syms_of_character): Defsubr it.
17705
177062008-02-01 Jason Rumney <jasonr@gnu.org>
17707
17708 * w32term.c [USE_FONT_BACKEND]:
17709 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
17710 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
17711 (x_draw_glyph_string, x_draw_glyph_string_foreground)
17712 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
17713 (x_free_frame_resources): Sync with xterm.c.
17714
177152008-02-01 Andreas Schwab <schwab@suse.de>
17716
17717 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
17718 char-table size.
17719
177202008-02-01 Kenichi Handa <handa@m17n.org>
17721
17722 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
17723
177242008-02-01 Kenichi Handa <handa@m17n.org>
17725
17726 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
17727 font_otf_gpos, add font_drive_otf.
17728
17729 * fontset.c (fontset_find_font): Pay attention to font size
17730 specified for a font.
17731 (reorder_font_vector): Check contents of font_def.
17732
17733 * font.c (struct otf_list): Delete it.
17734 (otf_list): Make it a lisp variable.
17735 (otf_open): Use lispy otf_list.
17736 (generate_otf_features): Rename from parse_gsub_gpos_spec.
17737 (check_otf_features): New function.
17738 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
17739 New functions.
17740 (font_drive_otf): New function merging font_otf_gsub and
17741 font_otf_gpos.
17742 (font_open_for_lface): New arg spec. Change argument order.
17743 (font_load_for_face): Adjust for the change of font_open_for_lface.
17744 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
17745 Ffont_otf_gpos.
17746 (syms_of_font): Staticpro otf_list. Delete defsubr of
17747 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
17748
17749 * xfaces.c (set_font_frame_param): Adjust for the change of
17750 font_open_for_lface.
17751
17752 * font.h (font_open_for_lface): Adjust prototype.
17753 (struct font_driver): Delete members otf_gsub and otf_gpos, add
17754 member otf_drive.
17755 (font_otf_gsub, font_otf_gpos): Delete externs.
17756 (font_drive_otf): Extern it.
17757
177582008-02-01 Kenichi Handa <handa@m17n.org>
17759
17760 * font.c (font_at): If the window W is not on a window system,
17761 return Qnil.
17762
17763 * coding.c (produce_chars, encode_coding): Don't call
17764 insert_from_gap if no characters to produce.
17765
177662008-02-01 Kenichi Handa <handa@m17n.org>
17767
17768 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
17769 Fclear_face_cache.
17770
17771 * xfaces.c (face_for_font): Check also face->font==font->font.font.
17772
177732008-02-01 Miles Bader <miles@gnu.org>
17774
17775 * emacs.c (main): Change default value of `enable_font_backend' to 1.
17776 Parse "--disable-font-backend" option.
17777 (standard_args): Add "--disable-font-backend" option.
17778
177792008-02-01 Kenichi Handa <handa@m17n.org>
17780
17781 * fontset.c (fontset_find_font): New function.
17782 (fontset_font): Use fontset_find_font.
17783 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
17784 Register the specified font for all Latin characters.
17785 (new_fontset_from_font): Register the specified font for all Latin
17786 characters.
17787 (dump_fontset): For a realized fontset, include the base fontset
17788 name in the returned vector.
17789
177902008-02-01 Kenichi Handa <handa@m17n.org>
17791
17792 * character.h (CHAR_STRING): Cast C to unsigned on calling
17793 char_string.
17794
17795 * character.c (char_string): Type of arg C changed to unsigned.
17796 Signal an error if C is an invalid character code.
17797
17798 * editfns.c (general_insert_function, Fchar_to_string):
17799 Use CHARACTERP, not INTEGERP.
17800
178012008-02-01 Kenichi Handa <handa@m17n.org>
17802
17803 * character.h (MIN_MULTIBYTE_LEADING_CODE)
17804 (MAX_MULTIBYTE_LEADING_CODE): New macros.
17805
17806 * regex.c (analyse_first): Fix for multibyte characters in "case
17807 charset:" and "case categoryspec:".
17808
178092008-02-01 Andreas Schwab <schwab@suse.de>
17810
17811 * Makefile.in (LIBES): Move standard libraries to the end.
17812
178132008-02-01 Kenichi Handa <handa@m17n.org>
17814
17815 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
17816 nonzero, don't shrink the buffer nextb.
17817
17818 * buffer.h (struct buffer_text): New member inhibit_shrinking.
17819
17820 * coding.c (coding_alloc_by_making_gap): New arg offset.
17821 (alloc_destination): Call coding_alloc_by_making_gap with the arg
17822 offset.
17823 (decode_coding_iso_2022): Update coding->safe_charsets.
17824 (decode_coding_gap): Temporarily set
17825 current_buffer->text->inhibit_shrinking to 1.
17826
178272008-02-01 Kenichi Handa <handa@m17n.org>
17828
17829 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
17830 indexing into elements of s->cmp and s->char2b.
17831
178322008-02-01 Juanma Barranquero <lekktu@gmail.com>
17833
17834 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
17835
178362008-02-01 Kenichi Handa <handa@m17n.org>
17837
17838 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
17839 target_multibyte instead of multibyte.
17840 (re_match_2_internal): Call bcmp_translate with target_multibyte.
17841 (bcmp_translate): Change the argument name from multibyte to
17842 target_multibyte.
17843
178442008-02-01 Kenichi Handa <handa@m17n.org>
17845
17846 These changes are to compile a regexp into a pattern that can be
17847 used both for multibyte and unibyte targets.
17848
17849 * Makefile.in (search.o): Depend on charset.h.
17850
17851 * character.c (multibyte_char_to_unibyte_safe): New function.
17852
17853 * search.c: Include "charset.h".
17854 (compile_pattern_1): Delete argument multibyte. Don't set
17855 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
17856 (compile_pattern): Don't compare cp->buf.target_multibyte.
17857 Compare cp->buf.charset_unibyte.
17858 (compile_pattern): Set cp->buf.target_multibyte.
17859
17860 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
17861
17862 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
17863
17864 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
17865 multibyte. Change callers.
17866 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
17867 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
17868 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
17869 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
17870 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
17871 (regex_compile): Make the compiled pattern usable both for
17872 multibyte and unibyte targets.
17873 (analyse_first): Make the fastmap usable both for multibyte and
17874 unibyte targets.
17875 (TRANSLATE_VIA_MULTIBYTE): Delete.
17876 (re_match_2_internal): Pay attention to the case that the
17877 multibyteness of bufp and target may be different.
17878
178792008-02-01 Kenichi Handa <handa@m17n.org>
17880
17881 * xdisp.c (x_produce_glyphs): When a font is not found, make the
17882 empty box occupy at least one column width.
17883
178842008-02-01 Miles Bader <miles@gnu.org>
17885
17886 * Makefile.in: Remove redundant HAVE_XFT clause.
17887
178882008-02-01 Kenichi Handa <handa@m17n.org>
17889
17890 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
17891
178922008-02-01 Kenichi Handa <handa@m17n.org>
17893
17894 * fontset.c (Finternal_char_font): Fix for the case of POSITION
17895 being nil.
17896
178972008-02-01 Kenichi Handa <handa@m17n.org>
17898
17899 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
17900
179012008-02-01 Kenichi Handa <handa@m17n.org>
17902
17903 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
17904
179052008-02-01 Kenichi Handa <handa@m17n.org>
17906
17907 * search.c (simple_search): Fix previous change.
17908
179092008-02-01 Kenichi Handa <handa@m17n.org>
17910
17911 * xftfont.c (ftfont_font_format): Extern declaration.
17912
17913 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
17914
17915 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
17916 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
17917
17918 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
17919 (ftfont_font_format): Fix previous change.
17920
17921 * font.h (Ffont_xlfd_name): EXFUN it.
17922
17923 * font.c (font_parse_xlfd): Fix the array size of `f'.
17924 (register_font_driver): Use EQ to compare driver->type.
17925
17926 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
17927 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
17928 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
17929
179302008-02-01 Kenichi Handa <handa@m17n.org>
17931
17932 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
17933 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
17934
179352008-02-01 Kenichi Handa <handa@m17n.org>
17936
17937 * xfont.c (xfont_open): Set font->format.
17938
17939 * xftfont.c (xftfont_open): Set font->format.
17940
17941 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
17942 (ftfont_list): Include FC_FONTFORMAT in FcObject.
17943 (ftfont_open): Set font->format.
17944 (ftfont_font_format): New function.
17945
17946 * font.h (struct font): New member format.
17947
17948 * font.c (Qopentype): New variable.
17949 (syms_of_font): Defsym it.
17950 (Fquery_font): Change the format of the last element of the return
17951 value.
17952
179532008-02-01 Kenichi Handa <handa@m17n.org>
17954
17955 * xfns.c (xic_create_xfontset): Try the default fontset name as a
17956 last resort.
17957
179582008-02-01 Kenichi Handa <handa@m17n.org>
17959
17960 * coding.c (detect_coding_charset): Fix detection of multi-byte
17961 charset.
17962
179632008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
17964
17965 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
17966
179672008-02-01 Kenichi Handa <handa@m17n.org>
17968
17969 * xdisp.c (get_next_display_element): Set it->face_id for the
17970 first component of a composition.
17971 (x_produce_glyphs): Check if the font is changed or not for composition.
17972
179732008-02-01 Kenichi Handa <handa@m17n.org>
17974
17975 * fontset.c (Qlatin): New variable.
17976 (syms_of_fontset): Define it as a lisp symbol.
17977 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
17978
179792008-02-01 Kenichi Handa <handa@m17n.org>
17980
17981 * font.c (font_unparse_fcname): Pay attention to the case that
17982 some of font property is a null string.
17983
179842008-02-01 Kenichi Handa <handa@m17n.org>
17985
17986 * term.c: Include "composite.h".
17987 (encode_terminal_code): Output all components of composition.
17988 Check the size of encode_terminal_src.
17989 (produce_glyphs): For composition, call produce_composite_glyph.
17990 (append_composite_glyph, produce_composite_glyph): New functions.
17991
17992 * xdisp.c (x_produce_glyphs): In handling composition, if a font
17993 is not found, get font_info from the current ascii face.
17994
179952008-02-01 Kenichi Handa <handa@m17n.org>
17996
17997 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
17998 buffer-file-name to Qnil before calling insert_from_buffer.
17999
18000 * font.c (font_unparse_fcname): Pay attention to the case that
18001 foundry is a null string.
18002
180032008-02-01 Kenichi Handa <handa@m17n.org>
18004
18005 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
18006
18007 * font.c (Qunicode_sip): New variable.
18008 (syms_of_font): Declare it as a Lisp symbol.
18009
18010 * font.h (Qunicode_sip): Extern it.
18011
180122008-02-01 Kenichi Handa <handa@m17n.org>
18013
18014 * composite.c (get_composition_id): Pay attention to TAB component.
18015
18016 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
18017 TAB. Adjust for the change of s->char2b which always points to
18018 the first element of allocated memory.
18019
18020 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
18021
18022 * xdisp.c (handle_composition_prop): Set it->c to the first
18023 non-TAB component.
18024 (fill_composite_glyph_string): Change argument.
18025 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
18026 (x_produce_glyphs): Fix handling of left/right padding.
18027
180282008-02-01 Kenichi Handa <handa@m17n.org>
18029
18030 * coding.c (detect_coding_system): Fix for handling off
18031 inhibit_iso_escape_detection. Fix for the case that no coding
18032 system is defined for a specific coding category.
18033
180342008-02-01 Kenichi Handa <handa@m17n.org>
18035
18036 * font.c (font_matching_entity): Delete unused local var.
18037
18038 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
18039 opening a font.
18040
18041 * fileio.c (Finsert_file_contents): On recovering a file, assume
18042 Unix-like eol.
18043 (choose_write_coding_system): On auto-saving a file, force
18044 Unix-like eol.
18045
18046 * coding.c (setup_coding_system): Fix setting of
18047 coding->common_flags based on eol_type.
18048 (coding_inherit_eol_type): If PARENT is not nil, be sure to
18049 inherit from it.
18050
180512008-02-01 Kenichi Handa <handa@m17n.org>
18052
18053 * alloc.c (NSTATICS): Increas to 0x600.
18054
180552008-02-01 Kenichi Handa <handa@m17n.org>
18056
18057 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
18058 (ftfont_list): Don't check :name property.
18059 (ftfont_match): New function.
18060 (ftfont_pattern_entity): If the pattern doesn't contain
18061 FC_SPACING, don't assume FC_MONO.
18062
18063 * font.h (struct font_driver): New member `match'.
18064 (font_update_drivers): Adjust prototype.
18065
18066 * font.c (font_parse_fcname, font_parse_name): Don't change :name
18067 property of FONT.
18068 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
18069 them unconditionally.
18070 (font_matching_entity): New function.
18071 (font_open_by_name): Try font_matching_entity if exact match is
18072 not found.
18073 (font_update_drivers): Delete the arg FONT. Return a list of
18074 actually used backends. Don't free faces, font caches here.
18075 Don't store data in frame parameters. Don't call x_set_font.
18076 (Ffont_spec): Store :name property as is.
18077 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
18078 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
18079 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
18080 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
18081 Call font->driver->otf_gsub instead of font_otf_gsub.
18082
18083 * frame.c (x_set_font_backend): Do more works that were done in
18084 font_update_drivers before.
18085
18086 * xfont.c (xfont_match): New function.
18087 (xfont_driver): Set xfont_driver.match to xfont_match.
18088 (xfont_draw): Set font in GC if necessary.
18089
18090 * ftxfont.c (ftxfont_match): New function.
18091 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
18092
18093 * xftfont.c (xftfont_match): New function.
18094 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
18095
180962008-02-01 Kenichi Handa <handa@m17n.org>
18097
18098 * font.h (struct font): New member scalable.
18099 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
18100 (font_otf_gsub): Adjust prototype.
18101
18102 * font.c (font_otf_capability): Fix handling of the default langsys.
18103 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
18104 Check the contents of SPEC.
18105 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
18106 (check_gstring): New function.
18107 (REPLACEMENT_CHARACTER): New macro.
18108 (font_otf_gsub): New arg alternate_subst. Be sure to set all
18109 glyph codes of GSTRING.
18110 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
18111 (font_prepare_composition): Set cmp->glyph_len.
18112 (font_open_entity): Set font->scalable.
18113 (Ffont_get): Handle :otf property.
18114 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
18115 functions.
18116 (Fquery_font): Use font->font.full_name.
18117 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
18118 Sfont_otf_alternates.
18119
18120 * ftfont.c (ftfont_open): Set font->font.full_name and
18121 font->font.name properly. Fix calculation of font->font.height
18122 and font->min_width.
18123
18124 * ftxfont.c (ftxfont_create_gcs): New function.
18125 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
18126 (ftxfont_draw_backgrond): Fix filling region.
18127 (ftxfont_default_fid): New function.
18128 (ftxfont_open): Set xfont->fid to the return value of
18129 ftxfont_default_fid.
18130 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
18131 (ftxfont_done_face): Free only GCs that are created by
18132 ftxfont_create_gcs.
18133 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
18134
18135 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
18136 Clip to src->width, etc (not src->clip_XXX).
18137
18138 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
18139 FontBackend frame parameter.
18140
181412008-02-01 Kenichi Handa <handa@m17n.org>
18142
18143 * font.h (struct font_driver_list): New member `on'.
18144 (Fclear_font_cache): EXFUN it.
18145 (font_update_drivers): Extern it.
18146
18147 * font.c (font_unparse_fcname): Fix typo (swidth->width).
18148 (font_list_entities): Check driver_list->on.
18149 (register_font_driver): Initalize `on' member to 0.
18150 (font_update_drivers): New function.
18151 (Fclear_font_cache): Check driver_list->on.
18152
18153 * frame.h (Qfont_backend): Extern it.
18154 (x_set_font_backend): Extern it.
18155
18156 * frame.c (Qfont_backend): New variable.
18157 (frame_parms): New element for font-backend.
18158 (x_set_font_backend): New function.
18159
18160 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
18161 FontBackend frame parameter.
18162 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
18163 x_set_font_backend.
18164
18165 * xfont.c (xfont_list): Don't try listing by :name property if the
18166 name is not for XLFD.
18167
181682008-02-01 Kenichi Handa <handa@m17n.org>
18169
18170 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
18171 (LGLYPH_SET_TO): New macros.
18172 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
18173 element of G is vector or not.
18174 (font_at): Extern it.
18175
18176 * font.c: Include window.h.
18177 (font_lispy_object): New function.
18178 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
18179 end of valid glyph.
18180 (font_close_object): Fix getting (struct font *).
18181 (font_at): New function.
18182 (Ffont_get): If FONT is a font-object, get entity from it.
18183 (Ffont_make_gstring): Initialize elements of glyphs with nil.
18184 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
18185 range check.
18186 (Ffont_at): New function.
18187 (syms_of_font): Defsubr Sfont_at.
18188
18189 * xdisp.c (it_props): Move the entry for Qauto_composed to just
18190 before the entry for Qcomposition.
18191 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
18192 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
18193 the font in gstring.
18194 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
18195 LGLYPH_FORM (g) to detect the end of valid glyph.
18196 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
18197 we are composing with gstring.
18198
18199 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
18200 Check if adjustment is vector or not.
18201
18202 * Makefile.in (font.o): Make it depends on window.h.
18203
182042008-02-01 Kenichi Handa <handa@m17n.org>
18205
18206 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
18207 adjustment is vector or not.
18208
182092008-02-01 Miles Bader <miles@gnu.org>
18210
18211 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
18212
182132008-02-01 Kenichi Handa <handa@m17n.org>
18214
18215 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
18216 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
18217 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
18218
18219 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
18220 (DEVICE_DELTA): Fix typo.
18221 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
18222 LGLYPH format.
18223
18224 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
18225 the change of LGLYPH format.
18226
182272008-02-01 Kenichi Handa <handa@m17n.org>
18228
18229 * ftfont.c (ftfont_list): Fix typo.
18230 (ftfont_build_basic_charsets): Don't include letters with diacritics.
18231
182322008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18233
18234 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
18235
18236 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
18237 xftface_info is non-NULL.
18238
182392008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18240
18241 * ftfont.c (ftfont_list): Move misplaced #endif.
18242
182432008-02-01 Kenichi Handa <handa@m17n.org>
18244
18245 * ftfont.c (ftfont_list): Pay attention to the case that
18246 FC_CAPABILITY is not defined.
18247
182482008-02-01 Kenichi Handa <handa@m17n.org>
18249
18250 * xftfont.c (xftfont_open): Set charset related members to -1.
18251
18252 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
18253 QCname.
18254 (ftfont_open): Set charset related members to -1.
18255
18256 * fontset.c (Votf_script_alist): New variable.
18257 (syms_of_fontset): Initialize it.
18258 (fontset_font): Delete unused variable.
18259
18260 * fontset.h (Votf_script_alist): Extern it.
18261
18262 * font.c (font_find_for_lface): Optimize code.
18263
18264 * font.h (font_close_object, font_merge_old_spec): Extern them.
18265
182662008-02-01 Kenichi Handa <handa@m17n.org>
18267
18268 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
18269 (syms_of_font): Initialize them.
18270 (font_pixel_size): Allow float value in dpi.
18271 (font_prop_validate_type): Delete.
18272 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
18273 Change caller.
18274 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
18275 (font_prop_validate_extra): Delete.
18276 (font_prop_validate_spacing): New function.
18277 (font_property_table): Add elements for all known properties.
18278 (get_font_prop_index): Rename from check_font_prop_name. New
18279 argument FROM. Change caller.
18280 (font_prop_validate): Validate all known properties.
18281 (font_put_extra): Delete argument force. Change caller.
18282 (font_expand_wildcards): Make it static. Fix the way of shrinking
18283 the possible range.
18284 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
18285 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
18286 Change caller.
18287 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
18288 (font_parse_fcname): Delete argument merge. Fix parsing of point
18289 size. Don't validate properties values here. Change caller.
18290 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
18291 (font_open_by_name): Delete unused variable.
18292 (Ffont_spec): Likewise. Validate property values.
18293 (Ffont_match_p): New function.
18294
18295 * font.h (QCscalable): Extern it.
18296 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
18297
18298 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
18299
18300 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
18301 (xfont_list_pattern): New function.
18302 (xfont_list): Use xfont_list_pattern.
18303
183042008-02-01 Kenichi Handa <handa@m17n.org>
18305
18306 * font.h (Flist_fonts): EXFUN it.
18307
183082008-02-01 Jason Rumney <jasonr@gnu.org>
18309
18310 * w32term.c (w32_initialize): Add back smoothing_type and
18311 smoothing_enabled definitions.
18312
183132008-02-01 Kenichi Handa <handa@m17n.org>
18314
18315 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
18316 s->face->font on determining underline position.
18317
183182008-02-01 Kenichi Handa <handa@m17n.org>
18319
18320 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
18321 (font_has_char): Accept font-object too.
18322 (font_find_for_lface): Try at first with a size specified in face.
18323
183242008-02-01 Kenichi Handa <handa@m17n.org>
18325
18326 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
18327 font_open_by_name.
18328
183292008-02-01 Kenichi Handa <handa@m17n.org>
18330
18331 * font.h (QCspacing, QCdpi): Extern them.
18332 (enum font_spacing): New enum.
18333 (FONT_PIXEL_SIZE_QUANTUM): New macro.
18334
18335 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
18336 (QCspacing, QCdpi): New variables.
18337 (syms_of_font): Initialize them.
18338 (font_pixel_size): New function.
18339 (font_put_extra): New function.
18340 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
18341 in FONT_EXTRA.
18342 (font_parse_fcname): Handle enumerated values (e.g. bold).
18343 Fix handling font size. Add QCname property that contains only
18344 unknown properties.
18345 (font_score): Change argument. Change caller. Pay attention to
18346 FONT_PIXEL_SIZE_QUANTUM.
18347 (font_sort_entites, font_list_entities, font_find_for_lface)
18348 (font_open_for_lface, font_open_by_name): Fix handling of font size.
18349 (Ffont_spec): Add QCname property that contains only unknown properties.
18350
18351 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
18352 include weight in listing pattern, instead check weight of each
18353 listed font. Don't include scalable in pattern. Pay attention to
18354 FONT_PIXEL_SIZE_QUANTUM.
18355
183562008-02-01 Kenichi Handa <handa@m17n.org>
18357
18358 * font.c (font_parse_fcname): Fix parsing of point-size.
18359 (font_unparse_fcname): Produce symbolic names for style properties.
18360 (font_list_entities): Handle float size correctly.
18361 (font_open_by_name): Prefer `normal' property values if the name
18362 doesn't specify them.
18363
18364 * fontset.c (Finternal_char_font): Use font_get_name, not
18365 Ffont_xlfd_name.
18366
18367 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
18368 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
18369 pattern. Don't force scalable.
18370
18371 * xftfont.c (xftfont_open): For generating a name, start from
18372 96-byte buffer.
18373
183742008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18375
18376 * frame.h (x_new_fontset2): Fix prototype.
18377
183782008-02-01 Kenichi Handa <handa@m17n.org>
18379
18380 * font.h (struct font_driver): Delete member parse_name.
18381 (font_match_p, font_get_spec, font_parse_fcname)
18382 (font_unparse_fcname): Extern them.
18383 (font_get_name): Adjust prototype.
18384
18385 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
18386 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
18387 (font_expand_wildcards): Fix handling ENCODING field. Avoid
18388 unnecessary checks for weight, slant, and swidth.
18389 (font_parse_fcname): New function.
18390 (font_unparse_fcname): New function.
18391 (font_parse_name): New function.
18392 (font_match_p): New function.
18393 (font_get_name): Change return value to Lisp string.
18394 (font_get_spec): New function.
18395 (Qunspecified, Qignore_defface): Don't extern them.
18396 (font_find_for_lface): Assume that LFACE is fully specified.
18397 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
18398 object, use it for FACE.
18399 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
18400 driver->parse_name.
18401 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
18402
18403 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
18404 prototype.
18405
18406 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
18407 argument F. Don't call Fnew_fontset. Instead, directly call
18408 make_fontset.
18409
18410 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
18411
18412 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
18413 of x_new_fontset2.
18414
18415 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
18416 (Qsans__serif): New variables.
18417 (ftfont_generic_family_list): New variable.
18418 (syms_of_ftfont): Initialize the above variables.
18419 (ftfont_pattern_entity): Delete argument NAME.
18420 (ftfont_list_generic_family): New function.
18421 (ftfont_parse_name): Delete this function.
18422 (ftfont_list): Try generic family only when FcFontList found no font.
18423 (ftfont_list_family): Fix args to FcObjectSetBuild.
18424
18425 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
18426 object in attrs[LFACE_FONT_INDEX].
18427 (set_lface_from_font_name): Cancel all changes for font-backend.
18428 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
18429 function.
18430 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
18431 font object in QCfont attribute.
18432 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
18433 (realize_default_face) [USE_FONT_BACKEND]: Call
18434 set_lface_from_font_and_fontset.
18435
18436 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
18437 "fixed", and signal error here if no suitable font was found.
18438
18439 * xfont.c (xfont_parse_name): Delete this function.
18440
18441 * xftfont.c (xftfont_open): Change coding style of error
18442 handling. Generate fontconfig's fontname pattern.
18443
18444 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
18445 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
18446
18447 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
18448 Both args FONTSET and FONT_OBJECT must be existing ones.
18449
184502008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18451
18452 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
18453
184542008-02-01 Kenichi Handa <handa@m17n.org>
18455
18456 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
18457
18458 * font.h (struct font): Fix typo.
18459
18460 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
18461 XLFD_XXX_INDEX.
18462 (enum xlfd_field_mask): New enum.
18463 (intern_font_field): Changed argument. Change caller. If digits
18464 are followed by non-digits, return a symbol.
18465 (font_expand_wildcards): New function.
18466 (font_parse_xlfd): Fix wildcard handling.
18467 (Ffont_spec): If :name is specified, reflect the info in the other
18468 properties.
18469
18470 * ftfont.c (ftfont_pattern_entity): Fix typo.
18471 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
18472 locale.
18473
184742008-02-01 Kenichi Handa <handa@m17n.org>
18475
18476 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
18477
18478 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
18479 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
18480 registry doesn't specify encoding part.
18481 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
18482 (font_open_by_name): At first try parsing the name.
18483 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
18484 as Lisp symbols.
18485
18486 * fontset.c (reorder_font_vector): Pay attention to the case that
18487 the 3rd element of font_def is nil.
18488 (fontset_font): For the default fontset, append one more fontset
18489 elements for a script-based font specification. Don't add script
18490 attribute on finding a font.
18491 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
18492 font name.
18493 (fontset_ascii_font): If a font can't be opened, return nil.
18494
18495 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
18496 (ftfont_pattern_entity): New function.
18497 (ftfont_get_cache): Assume that freetype_font_cache is already
18498 initialized.
18499 (ftfont_list): Handle the case that a file is specified in font
18500 name. Use ftfont_pattern_entity to generate entities.
18501 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
18502 (syms_of_ftfont): Initialize freetype_font_cache.
18503
18504 * xftfont.c (xftfont_open): Make the font name fontconfig's
18505 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
18506 (xftfont_close): Free font->font.name if not NULL.
18507
18508 * xfont.c (xfont_list): If script is specified for a font, return
18509 null_vector.
18510 (xfont_list_family): Declare argument type.
18511
18512 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
18513 name, set LFACE_FONT (lface) to nil.
18514
18515 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
18516 return Qnil.
18517
185182008-02-01 Kenichi Handa <handa@m17n.org>
18519
18520 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
18521 (standard_args): Add "-enable-font-backend".
18522
185232008-02-01 Kenichi Handa <handa@m17n.org>
18524
18525 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
18526 (struct xftdraw_list, xftdraw_list): Delete them.
18527 (register_xftdraw, check_xftdraw): Delete them.
18528 (xftfont_prepare_face): Don't call register_xftdraw.
18529 (xftfont_done_face): Don't call check_xftdraw.
18530 (xftfont_draw): Get background color only when with_background is
18531 nonzero.
18532
18533 * xfont.c (xfont_encode_char): Fix calculation of char2b.
18534
185352008-02-01 Kenichi Handa <handa@m17n.org>
18536
18537 These changes are for the new font handling codes.
18538
18539 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
18540 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
18541 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
18542 (FONTSRC, FONTOBJ): New variables.
18543 (obj): Add $(FONTOBJ).
18544 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
18545 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
18546 @LIBOTF_LIBS@.
18547 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
18548 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
18549
18550 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
18551
18552 * character.h (Vscript_representative_chars): Extern it.
18553
18554 * character.c (Vscript_representative_chars): New variable.
18555 (syms_of_character): Declare it as a Lisp variable.
18556
18557 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
18558 enable_font_backend is nonzero, accept the composition method
18559 COMPOSITION_WITH_GLYPH_STRING.
18560
18561 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
18562 enumeration COMPOSITION_WITH_GLYPH_STRING.
18563
18564 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
18565 members clip_x, clip_y, clip_width, and clip_height.
18566 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
18567
18568 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
18569 --enable-font-backend. Call syms_of_font.
18570
18571 * fns.c (assoc_no_quit): New function.
18572
18573 * fontset.h (FONT_INFO_FROM_FACE): New macro.
18574 (face_for_font, new_fontset_from_font)
18575 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
18576
18577 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
18578 (fontset_font, fontset_ascii, face_for_char)
18579 (make_fontset_for_ascii_face, Ffont_info)
18580 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
18581 is nonzero, use font-backend mechanism.
18582 (find_font_encoding): Make it non-static.
18583 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
18584 New functions.
18585
18586 * frame.h (struct frame): New members resx and resy.
18587 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
18588 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
18589
18590 * frame.c [USE_FONT_BACKEND]: Include "font.h".
18591 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
18592
18593 * lisp.h (assoc_no_quit): Extern it.
18594
18595 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
18596 Through out the file, use FONT_INFO_FROM_FACE instead of
18597 FONT_INFO_FROM_ID, use get_per_char_metric instead of
18598 rif->per_char_metric.
18599 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
18600 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
18601 (get_glyph_face_and_encoding, fill_composite_glyph_string)
18602 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
18603 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
18604 nonzero, use font-backend mechanism.
18605 (get_per_char_metric): New function.
18606
18607 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
18608 (set_lface_from_font_name)
18609 (set_font_frame_param, free_realized_face)
18610 (prepare_face_for_display, clear_face_gcs)
18611 (Finternal_set_font_selection_order, realize_x_face)
18612 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
18613 font-backend mechanism.
18614 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
18615 (load_face_font) [USE_FONT_BACKEND]: Abort.
18616 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
18617 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
18618
18619 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
18620 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
18621 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
18622 nonzero, register all available font drivers. Call
18623 x_default_font_parameter for deciding a font.
18624 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
18625
18626 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
18627 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
18628 (x_set_glyph_string_clipping_exactly)
18629 (x_compute_glyph_string_overhangs)
18630 (x_draw_glyph_string_foreground)
18631 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
18632 (x_free_frame_resources) [USE_FONT_BACKEND]: If
18633 enable_font_backend is nonzero, use font-backend mechanism.
18634 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
18635
186362008-02-01 Kenichi Handa <handa@m17n.org>
18637
18638 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
18639 system_eol_type.
18640 (syms_of_coding): Initialize system_eol_type.
18641
18642 * process.c (Fset_process_coding_system): Inherit system's eol
18643 format if necessary.
18644
186452008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18646
18647 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
18648
186492008-02-01 Kenichi Handa <handa@m17n.org>
18650
18651 * coding.c (decode_eol): Pay attention to buffer relocation in
18652 del_range_2.
18653 (decode_coding): Call decode_eol before restoring undo_list.
18654
186552008-02-01 Kenichi Handa <handa@m17n.org>
18656
18657 * charset.c (Fdefine_charset_internal): Fix setting of
18658 emacs_mule_bytes.
18659
186602008-02-01 Kenichi Handa <handa@m17n.org>
18661
18662 * keyboard.c (read_char): Check if C is a character or not before
18663 looking up Vkeyboard_translate_table.
18664
186652008-02-01 Kenichi Handa <handa@m17n.org>
18666
18667 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
18668 condition to terminate the loop.
18669
186702008-02-01 Kenichi Handa <handa@m17n.org>
18671
18672 * coding.c (produce_composition): Compare charbuf[i] instead of
18673 args[i] against 0.
18674 (Fterminal_coding_system): Use EQ to compare Lisp objects.
18675
186762008-02-01 Kenichi Handa <handa@m17n.org>
18677
18678 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
18679 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
18680 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
18681 detect_coding.
18682 (emacs_mule_char): Handle old style (Emacs 20) component character
18683 of a composition.
18684 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
18685 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
18686 composition rule.
18687 (decode_coding_emacs_mule): Handle invalid bytes correctly.
18688
186892008-02-01 Kenichi Handa <handa@m17n.org>
18690
18691 * coding.c (encode_coding_ccl): Allocate destination dynamically
18692 when necessary.
18693
186942008-02-01 Kenichi Handa <handa@m17n.org>
18695
18696 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
18697 the loop. When quitted, show a proper error message.
18698
186992008-02-01 Kenichi Handa <handa@m17n.org>
18700
18701 * xterm.c (x_set_glyph_string_clipping_exactly): Set
18702 src->clip_head and src->clip_tail temporarily instead of src->hl.
18703
18704 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
18705 character sequence.
18706 (Fccl_execute_on_string): Use ASET, not XSET.
18707
187082008-02-01 Kenichi Handa <handa@m17n.org>
18709
18710 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
18711
187122008-02-01 Kenichi Handa <handa@m17n.org>
18713
18714 * coding.c (decode_coding): Fix the condition of terminating the
18715 decoding loop.
18716
187172008-02-01 Kenichi Handa <handa@m17n.org>
18718
18719 * data.c (Faset): On setting a character bigger than 255 in a
18720 unibyte string, signal an error instead of make the string multibyte.
18721
187222008-02-01 Kenichi Handa <handa@m17n.org>
18723
18724 * charset.c (map_charset_chars): Fix for ascii-compatible charset
18725 made by a mapping table.
18726
187272008-02-01 Kenichi Handa <handa@m17n.org>
18728
18729 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
18730 not.
18731 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
18732 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
18733
18734 * xterm.c (x_draw_composite_glyph_string_foreground): Check
18735 s->face is NULL or not.
18736
187372008-02-01 Kenichi Handa <handa@m17n.org>
18738
18739 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
18740 (x_draw_glyph_string): Fix drawing of right_overhang and
18741 left_overhang around/on cursor.
18742
18743 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
18744
187452008-02-01 Kenichi Handa <handa@m17n.org>
18746
18747 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
18748
187492008-02-01 Kenichi Handa <handa@m17n.org>
18750
18751 * coding.c (Fdefine_coding_system_internal)
18752 (Fdefine_coding_system_alias): Avoid a duplicated element in
18753 Vcoding_system_alist.
18754
187552008-02-01 Kenichi Handa <handa@m17n.org>
18756
18757 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
18758
18759 * coding.c (Qcoding_system_define_form): New variable.
18760 (syms_of_coding): Intern and staticpro it.
18761 (Fcoding_system_p): Check Qcoding_system_define_form.
18762 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
18763
18764 * coding.h (CODING_SYSTEM_P): If ID is not available, call
18765 Fcoding_system_p.
18766 (CHECK_CODING_SYSTEM): If ID is not available, call
18767 Fcheck_coding_system.
18768 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
18769 Try also Fcheck_coding_system.
18770
187712008-02-01 Kenichi Handa <handa@m17n.org>
18772
18773 * coding.c (code_conversion_restore): GCPRO arg.
18774
187752008-02-01 Kenichi Handa <handa@m17n.org>
18776
18777 * character.c (lisp_string_width): Check multibyteness of STRING.
18778
187792008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18780
18781 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
18782 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
18783 (decode_mac_font_name): Use decode_coding_c_string instead of
18784 decode_coding.
18785 (x_load_font): Initialize fontp->fontset to -1. Set
18786 fontp->encoding_type.
18787
187882008-02-01 Kenichi Handa <handa@m17n.org>
18789
18790 * search.c (search_buffer): Give up BM search on case-fold-search
18791 if one of a target character has a case-equivalence of different
18792 byte length even if that target charcter is an ASCII.
18793 (simple_search): Fix calculation of byte length of matched text.
18794 (boyer_moore): Fix handling of case-equivalent multibyte characters.
18795
187962008-02-01 Kenichi Handa <handa@m17n.org>
18797
18798 * coding.c (decode_coding): Fix handling of invalid bytes.
18799
188002008-02-01 Kenichi Handa <handa@m17n.org>
18801
18802 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
18803 Unicode characters.
18804
188052008-02-01 Kenichi Handa <handa@m17n.org>
18806
18807 * coding.c (encode_coding_object): If a pre-write-conversion
18808 function makes a new buffer, kill it.
18809
188102008-02-01 Kenichi Handa <handa@m17n.org>
18811
18812 * coding.c (QCascii_compatible_p): New variable.
18813 (syms_of_coding): Initialize it.
18814 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
18815 calling string_char.
18816 (record_conversion_result): Add `default:' case.
18817 (coding_charset_list): Delete unused variable `coding_type'.
18818 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
18819 property in the plist of the coding system.
18820 (Fcoding_system_put): Check QCascii_compatible_p.
18821
188222008-02-01 Miles Bader <miles@gnu.org>
18823
18824 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
18825 removed calculation of frame `f', as it's now used.
18826
188272008-02-01 Kenichi Handa <handa@m17n.org>
18828
18829 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
18830 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
18831 (UNIDATA): New variable.
18832 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
18833 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
18834 $(RUN_TEMACS) unconditionally.
18835
188362008-02-01 Kenichi Handa <handa@m17n.org>
18837
18838 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
18839 (admindir): New variable.
18840 ($(lispsource)international/charprop.el): New target.
18841
188422008-02-01 Miles Bader <miles@gnu.org>
18843
18844 * character.c (chars-in-region): Remove obsolete function.
18845 (syms_of_character): Remove its initialization.
18846
188472008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
18848
18849 * w32select.c (validate_coding_system)
18850 (setup_windows_coding_system): New functions.
18851 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
18852 setup_windows_coding_system.
18853 (setup_config, Fw32_get_clipboard_data): Use
18854 validate_coding_system.
18855 (Fx_selection_exists): Move call to setup_config to a place
18856 where signals are allowed.
18857
18858 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
18859 (Fcheck_coding_system): Add declarations.
18860
188612008-02-01 Kenichi Handa <handa@m17n.org>
18862
18863 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
18864
188652008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18866
18867 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
18868 string as the second argument for x_new_fontset.
18869
188702008-02-01 Kenichi Handa <handa@m17n.org>
18871
18872 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
18873 (encode_coding_object): Use safe_call instead of call2.
18874
188752008-02-01 Kenichi Handa <handa@m17n.org>
18876
18877 * fontset.c (Fset_fontset_font): Check family element of a given vector.
18878
18879 * Makefile.in (lisp): Include charprop.el.
18880
188812008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18882
18883 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
18884 Not sure if it's unnecessary.
18885
188862008-02-01 Steven Tamm <steventamm@mac.com>
18887
18888 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
18889 some possibly unnecessary fontset checking code that crashed
18890 when creating a new frame.
18891
188922008-02-01 Kenichi Handa <handa@m17n.org>
18893
18894 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
18895 lookup_face.
18896
18897 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
18898
18899 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
18900
189012008-02-01 Kenichi Handa <handa@m17n.org>
18902
18903 * coding.c: Cancel the change done in HEAD on 2008-02-01.
18904 (coding_charset_list): New function.
18905
18906 * coding.h (coding_charset_list): Extern it.
18907
189082008-02-01 Kenichi Handa <handa@m17n.org>
18909
18910 * fontset.c (Fset_fontset_font): Call find_font_encoding with
18911 concatenation of family and registry.
18912
189132008-02-01 Kenichi Handa <handa@m17n.org>
18914
18915 * character.h (BYTE8_STRING): Fix typo.
18916
18917 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
18918 string to multibyte (sync to HEAD).
18919
18920 * casefiddle.c (casify_region): Handle changes in byte-length
18921 using replace_range_2 (sync to HEAD).
18922
189232008-02-01 Andreas Schwab <schwab@suse.de>
18924
18925 * chartab.c (map_char_table): GCPRO table and arg.
18926
189272008-02-01 Kenichi Handa <handa@m17n.org>
18928
18929 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
18930 already at limit.
18931
189322008-02-01 Kenichi Handa <handa@m17n.org>
18933
18934 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
18935 instead of fast_c_string_match_ignore_case.
18936 (find_font_encoding): Change argument to Lisp_Object. Use
18937 fast_string_match_ignore_case instead of
18938 fast_c_string_match_ignore_case. Change caller.
18939
189402008-02-01 Kenichi Handa <handa@m17n.org>
18941
18942 * xdisp.c (get_next_display_element): In unibyte case, decide to
18943 display in octal form by checking a character by
18944 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
18945
18946 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
18947
18948 * character.c (unibyte_has_multibyte_table): New variable.
18949
18950 * character.h (unibyte_has_multibyte_table): Extern it.
18951 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
18952
189532008-02-01 Kenichi Handa <handa@m17n.org>
18954
18955 * coding.c (encode_coding_iso_2022): Fix handling of charset
18956 annotation.
18957
189582008-02-01 Kenichi Handa <handa@m17n.org>
18959
18960 * coding.c (setup_coding_system): If coding_system is nil, use
18961 Qundecided.
18962 (Fterminal_coding_system): Return nil if terminal coding system is
18963 `undecided'.
18964 (syms_of_coding): Define coding-system `undecided' here. Setup
18965 terminal_coding as `undecided'.
18966
189672008-02-01 Kenichi Handa <handa@m17n.org>
18968
18969 * xdisp.c (message_dolog, set_message_1): Call
18970 unibyte_char_to_multibyte with arg type int.
18971
18972 * lread.c (read1): Fix reading of a char-table.
18973
18974 * print.c (print_object): Include sub char-table in circularities
18975 detection.
18976
189772008-02-01 Kenichi Handa <handa@m17n.org>
18978
18979 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
18980 Append the found sequences in car of ARGS instead of prepending.
18981
189822008-02-01 Kenichi Handa <handa@m17n.org>
18983
18984 * fileio.c (report_file_error): Make a unibyte string from
18985 strerror (errorno).
18986 (Fsubstitute_in_file_name): Fix the arg to
18987 unibyte_char_to_multibyte. It is evaluated twice.
18988
189892008-02-01 Kenichi Handa <handa@m17n.org>
18990
18991 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
18992
189932008-02-01 Kenichi Handa <handa@m17n.org>
18994
18995 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
18996 BOM is not found.
18997 (detect_coding, detect_coding_system): Optimization for ISO-2022
18998 when no 8-bit data is found.
18999
190002008-02-01 Jason Rumney <jasonr@gnu.org>
19001
19002 * w32fns.c (x_to_w32_font): Update to use new coding struct.
19003
190042008-02-01 Kenichi Handa <handa@m17n.org>
19005
19006 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
19007 CHARS.
19008
190092008-02-01 Steven Tamm <steventamm@mac.com>
19010
19011 * macterm.c (mac_encode_char): Add charset argument and update
19012 to use encoding_type.
19013 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
19014 switch to pure fontset.
19015 (decode_mac_font_name): Temporarily remove decoding.
19016 (x_font_name_to_mac_font_name): Temporarily remove encoding.
19017 (x_load_font): Temporarily remove encoding.
19018
190192008-02-01 Kenichi Handa <handa@m17n.org>
19020
19021 * xfaces.c (Fface_font): If frame is not on a window system,
19022 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
19023 refer to face->font.
19024 (split_font_name_into_vector, build_font_name_from_vector)
19025 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
19026 when HAVE_WINDOW_SYSTEM is defined.
19027
190282008-02-01 Kenichi Handa <handa@m17n.org>
19029
19030 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
19031 (x_produce_glyphs): Fix setting of members of cmp in case
19032 cmp->glyph_len is zero.
19033
19034 * fontset.c (Fset_fontset_font): Fix docstring.
19035 (Ffontset_info): Make it backward compatible. New arg ALL.
19036
190372008-02-01 Kim F. Storm <storm@cua.dk>
19038
19039 * process.c (read_process_output): Grow decoding_buf when needed;
19040 this could cause a crash in allocate_string and compact_small_strings.
19041
190422008-02-01 Kenichi Handa <handa@m17n.org>
19043
19044 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
19045
190462008-02-01 Kenichi Handa <handa@m17n.org>
19047
19048 * coding.c (setup_coding_system): Set coding->common_flags
19049 correctly for raw-text.
19050 (consume_chars): On encoding unibyte text by raw-text, don't check
19051 multibyte form.
19052 (encode_coding): On encoding by raw-text, never use translation tables.
19053
19054 * fileio.c (e_write): Short cut for the case of no encoding.
19055
190562008-02-01 Kenichi Handa <handa@m17n.org>
19057
19058 * coding.c (detect_coding, detect_coding_system): Delete unused
19059 variables.
19060
190612008-02-01 Kenichi Handa <handa@m17n.org>
19062
19063 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
19064 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
19065
190662008-02-01 Kenichi Handa <handa@m17n.org>
19067
19068 * coding.c (Ffind_coding_systems_region_internal): Include
19069 raw-text and no-conversion in the result.
19070
190712008-02-01 Kenichi Handa <handa@m17n.org>
19072
19073 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
19074 (load_font_get_repertory): Delete unnecessary check of ENCODING of
19075 FONT_DEF.
19076 (font_def_arg, add_arg, from_arg, to_arg): New args.
19077 (set_fontset_font): Change argument.
19078 (Fset_fontset_font): Fix for the case that TARGET is a script
19079 name and charset name.
19080 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
19081
190822008-02-01 Kenichi Handa <handa@m17n.org>
19083
19084 * fontset.c (fontset_font): Rename from fontset_face. Change return
19085 value.
19086 (face_suitable_for_char_p, face_for_char): Adjust for the change
19087 of fontset_font.
19088 (make_fontset_for_ascii_face): Fix setting of the fontset element
19089 for ASCII.
19090 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
19091 to get a font name.
19092 (Ffontset_info): Adjust for the change of fontset_font.
19093
19094 * coding.c (emacs_mule_char): Check invalid code more rigidly.
19095
19096 * character.h (LEADING_CODE_LATIN_1_MIN)
19097 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
19098
190992008-02-01 Kenichi Handa <handa@m17n.org>
19100
19101 * editfns.c (check_translation): New function.
19102 (Ftranslate_region_internal): Handle M:N mapping.
19103
191042008-02-01 Kenichi Handa <handa@m17n.org>
19105
19106 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
19107
191082008-02-01 Kenichi Handa <handa@m17n.org>
19109
19110 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
19111 goto invalid_code.
19112 (decode_coding_iso_2022): Fix handling of invalid designation.
19113
19114 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
19115 after calling code_conversion_save.
19116
191172008-02-01 Kenichi Handa <handa@m17n.org>
19118
19119 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
19120
19121 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
19122
19123 * fontset.c: Include "intervals.h".
19124 (fontset_face): Fix comparing of Lisp_Objects.
19125 (free_face_fontset, new_fontset_from_font_name): Fix
19126 Lisp_Object/int mixup.
19127
19128 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
19129
19130 * coding.c: Add many prototypes for static functions.
19131 (get_translation_table): Allow max_lookup to be NULL.
19132 (decode_coding, Ffind_coding_systems_region_internal)
19133 (Funencodable_char_position, Fcheck_coding_systems_region): Call
19134 get_translation_table with max_lookup NULL.
19135
191362008-02-01 Kenichi Handa <handa@m17n.org>
19137
19138 * coding.c (get_translation_table): Declare it as Lisp_Object.
19139 (LOOKUP_TRANSLATION_TABLE): New macro.
19140 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
19141 instead of CHAR_TABLE_REF.
19142
191432008-02-01 Kenichi Handa <handa@m17n.org>
19144
19145 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
19146 annotation data format.
19147 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
19148 Change arguments FROM and TO to single argument NCHARS. Change caller.
19149 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
19150 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
19151 (decode_coding_ccl, decode_coding_charset): Pay attention to
19152 coding->charbuf_used.
19153 (get_translation): New function.
19154 (produce_chars): New arguments translation_table and last_block.
19155 Translate characters here. Return number of carryover chars.
19156 Change caller.
19157 (produce_composition): New argument pos. Change caller.
19158 Adjust for the change of annotation data format.
19159 (produce_charset, produce_annotation): Likewise.
19160 (decode_coding, encode_coding): Don't call translate_chars.
19161 (consume_chars): New arg translation_table. Change caller.
19162 (translate_chars): Delete.
19163 (syms_of_coding): Make translation-table's number of extra slots 2.
19164
191652008-02-01 Kenichi Handa <handa@m17n.org>
19166
19167 * search.c (simple_search): Fix setting this_pos_byte in backward
19168 search.
19169
19170 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
19171 byte sequence.
19172 (detect_coding_ccl): Fix setting of the variable valids.
19173
191742008-02-01 Kenichi Handa <handa@m17n.org>
19175
19176 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
19177
19178 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
19179
19180 * editfns.c (Ftranslate_region_internal): Rename from
19181 Ftranslate_region. Accept a char-table in TABLE.
19182 (syms_of_editfns): Defsubr Stranslate_region_internal.
19183
19184 * xfaces.c (set_lface_from_font_name): If a font is specified for
19185 a frame, generate a fontset from the font.
19186 (build_scalable_font_name): If the scalable font is requested for
19187 a specific size, don't change that size.
19188 (try_font_list): Try a scalable font also in the case that a
19189 pattern string is specified.
19190
191912008-02-01 Kenichi Handa <handa@m17n.org>
19192
19193 * xfaces.c (Fface_font): New optional arg CHARACTER.
19194
191952008-02-01 Kenichi Handa <handa@m17n.org>
19196
19197 * charset.h (CHARSET_OFFSET): New macro.
19198
191992008-02-01 Kenichi Handa <handa@m17n.org>
19200
19201 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
19202
19203 * fontset.c (fontset_face): Handle the case that repertory is a
19204 char-table.
19205 (find_font_encoding): Return nil for unknown encoding.
19206 (Fset_fontset_font): Ignore a font of unknown encoding.
19207
192082008-02-01 Kenichi Handa <handa@m17n.org>
19209
19210 * keymap.c (describe_vector): Handle default value of a char table.
19211
19212 * fontset.c (fontset_face): Handle fallback fonts correctly.
19213 (Ffontset_info): Return infomation about fallback fonts.
19214
192152008-02-01 Kenichi Handa <handa@m17n.org>
19216
19217 * fontset.c (FONTSET_DEFAULT): New macro.
19218 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
19219 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
19220 the case that it is nil.
19221 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
19222 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
19223
19224 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
19225 subset or superset.
19226
192272008-02-01 Kenichi Handa <handa@m17n.org>
19228
19229 * emacs.c (main): Call init_charset after syms_of_XXX.
19230
19231 * charset.c (Vcharset_map_directory): Delete.
19232 (Vcharset_map_path): New variable.
19233 (load_charset_map_from_file): Use Vcharset_map_path instead.
19234 (init_charset): Initialize Vcharset_map_path.
19235 (syms_of_charset): Delete declaration of "charset-map-directory",
19236 add declaration of "charset-map-path".
19237
192382008-02-01 Kenichi Handa <handa@m17n.org>
19239
19240 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
19241 ASCII only string.
19242
19243 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
19244
19245 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
19246 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
19247
192482008-02-01 Kenichi Handa <handa@m17n.org>
19249
19250 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
19251
19252 * coding.c (QCmnemonic, QCdefalut_char)
19253 (QCdecode_translation_table, QCencode_translation_table)
19254 (QCpost_read_conversion, QCpre_write_conversion): New variables.
19255 (get_translation_table): Return a list of translation tables if
19256 necessary.
19257 (decode_coding): Call get_translation_table with ENCODEP 0.
19258 (char_encodable_p): If translation_table is non-nil, always call
19259 translate_char.
19260 (Fdefine_coding_system_internal): Accept list of translation
19261 tables as :encode-translation-table and :decode-translation-table.
19262 (Fcoding_system_put): New function.
19263 (syms_of_coding): Declare new symbols. Defsubr
19264 Scoding_system_put.
19265 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
19266 typically JISX0212.
19267
19268 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
19269 when the charset is superset type.
19270
19271 * character.c (translate_char): Accept list of translation tables.
19272
192732008-02-01 Kenichi Handa <handa@m17n.org>
19274
19275 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
19276 (CODING_ATTR_TRANS_TBL): New macro.
19277
19278 * coding.c (get_translation_table): New function.
19279 (translate_chars): Fix the bug of skipping annotation data.
19280 (decode_coding, encode_coding): Utilize get_translation_table.
19281 (char_encodable_p, Funencodable_char_position): Translate char if
19282 necessary.
19283 (Ffind_coding_systems_region_internal)
19284 (Fcheck_coding_systems_region): Setup translation table for encode
19285 in a coding system attribute vector in advance.
19286 (Fdefine_coding_system_internal): Allow a symbol as translation
19287 table. For shift-jis type coding system, allow 4th charset.
19288
192892008-02-01 Kenichi Handa <handa@m17n.org>
19290
19291 * coding.c (decode_coding_sjis): Check the first byte rigidly.
19292
19293 * xdisp.c (get_next_display_element): Pass -1 as POS to
19294 FACE_FOR_CHAR if displaying a C-string.
19295
192962008-02-01 Kenichi Handa <handa@m17n.org>
19297
19298 * composite.c (get_composition_id): Handle xoff and yoff in a
19299 composition rule.
19300
19301 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
19302 (struct composition): New member lbearing and rbearing.
19303
19304 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
19305 (x_get_glyph_overhangs): Handle a composition glyph.
19306 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
19307
19308 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
19309 composition glyph.
19310
193112008-02-01 Kenichi Handa <handa@m17n.org>
19312
19313 * print.c: Include charset.h.
19314 (Vprint_charset_text_property): New variable.
19315 (Qdefault): Extern it.
19316 (PRINT_STRING_NON_CHARSET_FOUND)
19317 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
19318 (print_check_string_result): New variable.
19319 (print_check_string_charset_prop): New function.
19320 (print_prune_charset_plist): New variable.
19321 (print_prune_string_charset): New function.
19322 (print_object): Call print_prune_string_charset if
19323 Vprint_charset_text_property is not t.
19324 (print_interval): Print nothing if interval->plist is nil.
19325 (syms_of_print): Declare Vprint_charset_text_property as a lisp
19326 variable. Init and staticpro print_prune_charset_plist.
19327
193282008-02-01 Kenichi Handa <handa@m17n.org>
19329
19330 * fontset.c (new_fontset_from_font_name): Use the specified font
19331 for all characters in the new fontset.
19332
19333 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
19334 OBJECT args.
19335
19336 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
19337 OBJECT args for composition too.
19338
19339 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
19340 OBJECT args.
19341
193422008-02-01 Kenichi Handa <handa@m17n.org>
19343
19344 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
19345
19346 * fontset.c (reorder_font_vector): Adjust for the change of
19347 FONT_DEF format.
19348 (fontset_face): New arg id. Change caller.
19349 (face_for_char): New args pos and object.
19350 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
19351 (fs_query_fontset): Check NAME by Fassoc too.
19352 (Fset_fontset_font): Allow non-XLFD font name.
19353 (Ffontset_info): Adjust for the change of FONT_DEF format.
19354
19355 * fontset.h (face_for_char): Adjust prototype.
19356
19357 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
19358 (append_space, extend_face_to_end_of_line)
19359 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
19360 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
19361
19362 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
19363 POS and OBJECT args.
19364
19365 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
19366 POS and OBJECT args.
19367
193682008-02-01 Jason Rumney <jasonr@gnu.org>
19369
19370 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
19371 of GlobalAlloc'ed memory.
19372
193732008-02-01 Kenichi Handa <handa@m17n.org>
19374
19375 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
19376
19377 * charset.h (charset_table_used): Delete extern.
19378
19379 * charset.c (charset_table_used): Make it static.
19380 (map_charset_chars): Fix args to c_function with.
19381
19382 * chartab.c (map_sub_char_table_for_charset): Fix args to
19383 c_function with.
19384
19385 * coding.h (enum coding_result_code): Delete
19386 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
19387
19388 * coding.c (Qinsufficient_source, Qinconsistent_eol)
19389 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
19390 (Vlast_code_conversion_error): New variables.
19391 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
19392 (ONE_MORE_BYTE): Record error if any instead of signaling an
19393 error. If non-ASCII multibyte char is found, return the negative
19394 value of the code. All callers changed to check it.
19395 (ONE_MORE_BYTE_NO_CHECK): Likewise.
19396 (record_conversion_result): New function. Change all codes setting
19397 coding->result to call this function.
19398 (detect_coding_utf_8, decode_coding_utf_8)
19399 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
19400 Don't use the local variable incomplete.
19401 (emacs_mule_char): Change the second arg to `const'.
19402 (decode_coding): Fix of flushing out unprocessed data.
19403 (make_conversion_work_buffer): Fix making of a work buffer.
19404 (decode_coding_object): Return coding->dst_object.
19405
19406 * fontset.c (set_fontset_font): Fix args.
19407
19408 * lisp.h (CHARACTERBITS): Define as 22.
19409
19410 * process.c (send_process): Be sure to set coding->src_multibyte.
19411
19412 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
19413
194142008-02-01 Kenichi Handa <handa@m17n.org>
19415
19416 * xdisp.c (handle_auto_composed_prop): Give limit to
19417 Fnext_single_char_property_change.
19418
194192008-02-01 Kenichi Handa <handa@m17n.org>
19420
19421 * composite.c (syms_of_composite): Don't make the composition hash
19422 table weak.
19423
19424 * fontset.c (Fset_fontset_font): Fix docstring.
19425
19426 * lisp.h (detect_coding_system): Adjust prototype.
19427
19428 * fileio.c (kill_workbuf_unwind): Delete this function.
19429 (Finsert_file_contents): Adjust the call of detect_coding_system.
19430 Get conversion_buffer by code_conversion_save. Use the macro
19431 CODING_MAY_REQUIRE_DECODING. After decoding, update
19432 coding_system.
19433
19434 * coding.h (make_conversion_work_buffer): Delete extern.
19435 (code_conversion_save): Extern it.
19436
19437 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
19438 (CODING_GET_INFO): Delete argument eol_type. Change callers.
19439 (decode_coding_utf_8): Don't do eol converion.
19440 (detect_coding_utf_16): Check coding->src_chars, not
19441 coding->src_bytes. Add heuristics for those that have no signature.
19442 (decode_coding_emacs_mule, decode_coding_iso_2022)
19443 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
19444 Don't do eol converion.
19445 (adjust_coding_eol_type): Return a new coding system.
19446 (detect_coding): Don't detect eol. Fix for utf-16 detection.
19447 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
19448 each change.
19449 (decode_coding): Pay attention to undo_list. Do eol conversion for
19450 all types of coding-systems (if necessary).
19451 (Vcode_conversion_work_buf_list): Delete it.
19452 (Vcode_conversion_reused_workbuf): Rename from
19453 Vcode_conversion_reused_work_buf.
19454 (Vcode_conversion_workbuf_name): New variable.
19455 (reused_workbuf_in_use): New variable.
19456 (make_conversion_work_buffer): Delete the arg DEPTH.
19457 (code_conversion_restore): Change argument to cons.
19458 (code_conversion_save): Delete the argument BUFFER. Change callers.
19459 (detect_coding_system): New argument src_chars. Change callers.
19460 Fix for utf-16 detection.
19461 (init_coding_once): Don't use ISO_carriage_return.
19462 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
19463 reused_workbuf_in_use.
19464
194652008-02-01 Kenichi Handa <handa@m17n.org>
19466
19467 * keymap.c (store_in_keymap): Pay attention to the case that idx
19468 is a cons specifying a character range.
19469
194702008-02-01 Kenichi Handa <handa@m17n.org>
19471
19472 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
19473 HANDLED_RECOMPUTE_PROPS.
19474
19475 * coding.c (Fdefine_coding_system_internal): Fix checking of
19476 ascii compatibility.
19477
194782008-02-01 Kenichi Handa <handa@m17n.org>
19479
19480 * charset.c (find_charsets_in_text): Delete unused locale variable.
19481 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
19482
19483 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
19484 Resync charset_list to Vemacs_mule_charset_list.
19485
19486 * keymap.c (store_in_keymap): Pay attention to the case that idx
19487 is a cons specifying a character range.
19488
194892008-02-01 Kenichi Handa <handa@m17n.org>
19490
19491 * composite.c (update_compositions): Bind inhibit-read-only, etc
19492 to t before calling remove-list-of-text-properties.
19493
19494 * print.c (print_object): Always print ASCII chars as is.
19495
194962008-02-01 Kenichi Handa <handa@m17n.org>
19497
19498 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
19499
19500 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
19501 is a char table.
19502
195032008-02-01 Kenichi Handa <handa@m17n.org>
19504
19505 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
19506
195072008-02-01 Kenichi Handa <handa@m17n.org>
19508
19509 * xfaces.c (set_lface_from_font_name): Fix for the case that
19510 FONTNAME is not fontset name.
19511
195122008-02-01 Kenichi Handa <handa@m17n.org>
19513
19514 * fns.c (base64_encode_1): Fix previous change.
19515
195162008-02-01 Kenichi Handa <handa@m17n.org>
19517
19518 * fontset.c (set_fontset_font): New function.
19519 (Fset_fontset_font): If a font is specified for a charset, use
19520 map_charset_chars to store the font spec in a fontset.
19521
195222008-02-01 Kenichi Handa <handa@m17n.org>
19523
19524 * fontset.c (fontset_face): Create a fallback fontset on demand.
19525 (make_fontset): Don't create a fallback fontset here.
19526 (free_face_fontset): Free a fallback fontset (if any) too.
19527 (n_auto_fontsets): Delete this variable.
19528 (auto_fontset_alist): New variable.
19529 (new_fontset_from_font_name): Check auto_fontset_alist.
19530 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
19531 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
19532 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
19533 Defsubr Sfontset_list_all.
19534
195352008-02-01 Kenichi Handa <handa@m17n.org>
19536
19537 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
19538
195392008-02-01 Kenichi Handa <handa@m17n.org>
19540
19541 * fontset.c (Fnew_fontset): Check NAME more rigidly.
19542
195432008-02-01 Kenichi Handa <handa@m17n.org>
19544
19545 * editfns.c (Fgoto_char): Fix docstring.
19546
195472008-02-01 Kenichi Handa <handa@m17n.org>
19548
19549 * insdel.c (insert_from_gap): Adjust intervals correctly.
19550
195512008-02-01 Jason Rumney <jasonr@gnu.org>
19552
19553 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
19554 (pfnGetFontUnicodeRanges): New dynamically loaded function.
19555 (w32_initialize): Try to load it.
19556 (x_get_font_repertory): Use it if available.
19557 (w32_encode_char): Add shortcut for unicode output.
19558
19559 * w32fns.c (w32_load_system_font): Default charset to -1.
19560 (x_to_w32_charset): Match all fonts for unicode.
19561 (w32_to_x_charset): New parameter matching. Don't return partial
19562 or wildcard charsets.
19563 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
19564 (w32_codepage_for_font): Return CP_UNICODE for unicode.
19565 (w32_to_x_font): Match charset to real charset.
19566 (enum_font_cb2): Always list unicode versions.
19567
19568 * makefile.w32-in (temacs): Increase EMHEAP.
19569
195702008-02-01 Jason Rumney <jasonr@gnu.org>
19571
19572 * w32term.c (w32_encode_char): New charset parameter.
19573 font_info.encoding becomes encoding_type.
19574 (x_get_font_repertory): New function. Warning: stub only!
19575 (x_new_font): Return quickly if font already set.
19576 (x_new_fontset): fontsetname parameter is Lisp_Object.
19577 Use new fs_query_fontset. Try new_fontset_from_font_name.
19578 Use fontset_name for return value.
19579
19580 * w32term.h: Declare x_get_font_repertory.
19581
19582 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
19583 place of find_charset_in_text. Use encode_coding_object in place
19584 of encode_coding.
19585 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
19586 decode_coding.
19587
19588 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
19589 of x_new_fontset.
19590 (w32_load_system_font): Initialize charset as unicode.
19591 font_info.encoding becomes encoding_type.
19592 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
19593 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
19594 (syms_of_w32fns): Set get_font_repertory_func.
19595
19596 * w32console.c: Include character.h. Use terminal_encode_buffer
19597 from term.c.
19598 (write_glyphs): Use new version of encode_terminal_code. Use
19599 encode_coding_object in place of encode_coding.
19600
19601 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
19602 encoding becomes encoding_type.
19603
19604 * term.c (terminal_encode_buffer): Make externally visible.
19605
19606 * makefile.w32-in: Add character.h dependancies.
19607 (character.o, chartab.o): New targets.
19608
196092008-02-01 Kenichi Handa <handa@m17n.org>
19610
19611 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
19612 CODING_ID_EOL_TYPE.
19613
196142008-02-01 Andreas Schwab <schwab@suse.de>
19615
19616 * coding.c (produce_chars): Revert last change.
19617
196182008-02-01 Kenichi Handa <handa@m17n.org>
19619
19620 * charset.h (charset_unicode): Extern it.
19621
19622 * charset.c (string_xstring_p): Check by (C >= 0x100).
19623 (find_charsets_in_text): Change format of the arc CHARSETS. New
19624 arg MULTIBYTE.
19625 (Ffind_charset_region, Ffind_charset_string): Adjust for the
19626 change of find_charsets_in_text.
19627 (Fsplit_char): Fix doc. Never return unknown.
19628
19629 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
19630
19631 * coding.c (Fdefine_coding_system_alias): Update
19632 Vcoding_system_list.
19633
19634 * fontset.c (load_font_get_repertory): Pay attention to the case
19635 that ENCODING of a font is specified by a char-table.
19636
19637 * xterm.c (x_get_font_repertory): Handle the case that the
19638 encoding of font is other than Unicode.
19639
196402008-02-01 Kenichi Handa <handa@m17n.org>
19641
19642 * term.c (encode_terminal_code): Don't handle glyph-table. Check
19643 if a character is encodable by the terminal coding system. If
19644 not, produces proper number of `?'s. Update
19645 terminal_encode_buffer and terminal_encode_buf_size if necessary.
19646 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
19647
196482008-02-01 Kenichi Handa <handa@m17n.org>
19649
19650 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
19651 variables.
19652 (encode_terminal_code): Change argument. Encode multiple
19653 characters at once. Store the result of encoding in
19654 terminal_encode_buffer.
19655 (write_glyphs, insert_glyphs): Adjust for the change of
19656 encode_terminal_code.
19657 (term_init): Initialize terminal_encode_buffer and
19658 terminal_encode_buf_size.
19659
19660 * coding.c (consume_chars): If coding->src_object is nil, don't
19661 check annotation.
19662
196632008-02-01 Kenichi Handa <handa@m17n.org>
19664
19665 * character.c (char_string): Use ASCII_CHAR_P instead of
19666 SINGLE_BYTE_CHAR_P.
19667
196682008-02-01 Kenichi Handa <handa@m17n.org>
19669
19670 * xdisp.c (handle_auto_composed_prop): Check if the last
19671 characters of auto-composed region is newly composed with the
19672 following characters.
19673 (handle_composition_prop): Fix checking of point being inside
19674 composition.
19675
196762008-02-01 Kenichi Handa <handa@m17n.org>
19677
19678 * fns.c (concat): Don't change multibyteness of the result by
19679 concatenating an 8-bit character.
19680
19681 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
19682 multibyteness of the result when newelt is an 8-bit character.
19683
196842008-02-01 Dave Love <fx@gnu.org>
19685
19686 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
19687 EMACS_INT.
19688
19689 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
19690
19691 * xfaces.c (face_numeric_value): Declare dim size_t.
19692 (Finternal_lisp_face_equal_p): Remove unused f.
19693
19694 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
19695 (MATRIX_ROW): Remove unused vars.
19696 (draw_glyphs, x_insert_glyphs, fast_find_position)
19697 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
19698 byte/char counts.
19699
19700 * regex.c (regex_compile): Remove unused var.
19701
19702 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
19703
19704 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
19705 (Faccessible_keymaps, where_is_internal): Remove unused vars.
19706
19707 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
19708
19709 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
19710
19711 * fileio.c (Fwrite_region): Remove unused var.
19712
19713 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
19714 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
19715
19716 * composite.c (Fremove_list_of_text_properties): Declare.
19717
19718 * coding.c (inhibit_pre_post_conversion): Remove (unused).
19719 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
19720 (coding_inherit_eol_type): Remove unused attrs.
19721 (detect_coding): Cast arg of detect_eol.
19722
19723 * charset.c (syms_of_charset): Remove unused var p.
19724 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
19725 byte/char counts.
19726
19727 * casetab.c (set_case_table): Remove unused var.
19728
19729 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
19730 unused vars.
19731
197322008-02-01 Dave Love <fx@gnu.org>
19733
19734 * xterm.c (x_bitmap_mask): Declare.
19735
197362008-02-01 Dave Love <fx@gnu.org>
19737
19738 * xterm.c (x_term_init): Fix type error.
19739
19740 * lisp.h: Add Funibyte_char_to_multibyte.
19741
19742 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
19743 (Fset_coding_system_priority): Doc fix.
19744
19745 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
19746
19747 * indent.c (check_composition): Make start and end EMACS_INT.
19748
19749 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
19750
19751 * xdisp.c (handle_composition_prop, check_point_in_composition):
19752 Make buffer positions EMACS_INT.
19753
19754 * composite.c (find_composition, run_composition_function)
19755 (update_compositions, Ffind_composition_internal): Make buffer
19756 positions EMACS_INT.
19757
19758 * composite.h (find_composition, update_compositions): Make
19759 position args EMACS_INT.
19760
19761 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
19762
19763 * intervals.c (get_property_and_range):
19764 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
19765
19766 * unexalpha.c: Don't include varargs.h.
19767
197682008-02-01 Dave Love <fx@gnu.org>
19769
19770 * coding.h (ENCODE_UTF_8): New.
19771
19772 * Makefile.in (gtkutil.o): Depend on coding.h.
19773
19774 * coding.c (Fset_coding_system_priority): Doc fix.
19775
197762008-02-01 Kenichi Handa <handa@m17n.org>
19777
19778 * fileio.c (Finsert_file_contents): Call setup_coding_system in
19779 the case of auto saving.
19780
197812008-02-01 Andreas Schwab <schwab@suse.de>
19782
19783 * chartab.c (map_char_table, map_char_table_for_charset): Protect
19784 `range' from GC.
19785
197862008-02-01 Kenichi Handa <handa@m17n.org>
19787
19788 * coding.c (decode_coding_sjis): Check bytes more rigidly.
19789
197902008-02-01 Kenichi Handa <handa@m17n.org>
19791
19792 * fileio.c (choose_write_coding_system): Return a decided coding system.
19793 (Fwrite_region): Set Vlast_coding_system_used to the return value
19794 of choose_write_coding_system.
19795
197962008-02-01 Kenichi Handa <handa@m17n.org>
19797
19798 * charset.c (Fset_charset_priority): Pay attention to duplicated
19799 arguments.
19800
19801 * coding.c (QCcategory): New variable.
19802 (syms_of_coding): Defsym it. Set all elements of
19803 Vcoding_category_table and their symbol values.
19804 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
19805 coding-category-XXX, and coding-category-list.
19806 (Fdefine_coding_system_internal): Add category in the plist.
19807
198082008-02-01 Kenichi Handa <handa@m17n.org>
19809
19810 * callproc.c (Fcall_process): Handle carryover correctly.
19811
19812 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
19813 (raw_text_coding_system): Check NILP (coding_system).
19814 (coding_inherit_eol_type): Check NILP (coding_system) and
19815 NILP (parent).
19816 (consume_chars): Fix for the case of raw-text.
19817
19818 * process.c (read_process_output): Handle carryover correctly.
19819
198202008-02-01 Dave Love <fx@gnu.org>
19821
19822 * regex.c (re_search_2): Fix last change.
19823
198242008-02-01 Kenichi Handa <handa@m17n.org>
19825
19826 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
19827 target_multibyte. Even in a unibyte case, return a converted
19828 multibyte char.
19829 (GET_CHAR_AFTER): New macro.
19830 (PATFETCH): Translate via multibyte char.
19831 (HANDLE_UNIBYTE_RANGE): Delete this macro.
19832 (SETUP_MULTIBYTE_RANGE): New macro.
19833 (regex_compile): Setup compiled code so that its multibyteness
19834 matches that of a target. Fix the handling of "[X-YZ]" using
19835 SETUP_MULTIBYTE_RANGE.
19836 (analyse_first) <charset>: For filling fastmap for all multibyte
19837 characters, don't check by BASE_LEADING_CODE_P.
19838 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
19839 the same as RE_MULTIBYTE_P (bufp) now.
19840 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
19841 (TARGET_CHAR_AND_LENGTH): Delete this macro.
19842 (TRANSLATE_VIA_MULTIBYTE): New macro.
19843 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
19844 It is the same as RE_MULTIBYTE_P (bufp) now.
19845 <exactn>: Translate via multibyte.
19846 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
19847 translate it.
19848 <charset, charset_not>: Fetch a character by
19849 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
19850 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
19851 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
19852 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
19853 by GET_CHAR_AFTER.
19854 (bcmp_translate): Likewise.
19855
19856 * search.c (compile_pattern): Check the member target_multibyte,
19857 not the member multibyte of buf.
19858
19859 * lread.c (read1): While reading a string, set force_singlebyte
19860 and force_multibyte correctly.
19861
19862 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
19863 up of unibyte_to_multibyte_table.
19864
198652008-02-01 Kenichi Handa <handa@m17n.org>
19866
19867 * coding.c (setup_coding_system): If coding has
19868 post-read-conversion or pre-write-conversion, set
19869 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
19870 respectively.
19871 (decode_coding_gap): Run post-read-conversion if any.
19872
19873 * fileio.c (Finsert_file_contents): Even if we read into a
19874 unibyte buffer, check if we must decode the result or not.
19875
198762008-02-01 Kenichi Handa <handa@m17n.org>
19877
19878 * coding.c (make_conversion_work_buffer): Change the work buffer
19879 name to the same one as that of Emacs 21.
19880
198812008-02-01 Kenichi Handa <handa@m17n.org>
19882
19883 * coding.h (make_conversion_work_buffer): Adjust prototype.
19884 (code_conversion_restore): Don't extern it.
19885
19886 * coding.c (detected_mask): Delete unused variable.
19887 (decode_coding_iso_2022): Pay attention to the byte sequence of
19888 CTEXT extended segment, and retain those bytes as is.
19889 (decode_coding_ccl): Delete unused variable `valids'.
19890 (setup_coding_system): Delete unused variable `category'.
19891 (consume_chars): Delete unused variable `category'. Make it work
19892 for non-multibyte case.
19893 (make_conversion_work_buffer): Change argument.
19894 (saved_coding): Delete unused variable.
19895 (code_conversion_restore): Don't check saved_coding->destination.
19896 (code_conversion_save): New function.
19897 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
19898 instead of record_unwind_protect.
19899 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
19900 (detect_coding_system): Delete unused variable `mask'.
19901 (Fdefine_coding_system_internal): Delete unused variable id.
19902
19903 * fileio.c (kill_workbuf_unwind): New function.
19904 (Finsert_file_contents): On replacing, call
19905 make_conversion_work_buffer with correct args, and call
19906 record_unwind_protect with the first arg kill_workbuf_unwind.
19907
19908 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
19909
199102008-02-01 Kenichi Handa <handa@m17n.org>
19911
19912 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
19913 (fontset_add): Fix for the case that TO is less than TO1.
19914 (Ffontset_info): Don't use fallback fontset on checking the
19915 default fontset.
19916 (dump_fontset): New function for debugging.
19917
19918 * coding.c (Fdefine_coding_system_internal): Fix for the case that
19919 coding_type is Qcharset.
19920
199212008-02-01 Kenichi Handa <handa@m17n.org>
19922
19923 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
19924 (map_char_table): Don't inherit the value from the parent on
19925 initializing VAL. Adjust for the above change.
19926
199272008-02-01 Kenichi Handa <handa@m17n.org>
19928
19929 * coding.c (Qsignature, Qendian): Delete these variables.
19930 (syms_of_coding): Don't initialize them.
19931 (CATEGORY_MASK_UTF_16_AUTO): New macro.
19932 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
19933 detect_info->found.
19934 (decode_coding_utf_16): Don't detect BOM here.
19935 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
19936 is NOT utf_16_without_bom.
19937 (setup_coding_system): For a coding system of type utf-16, check
19938 if the attribute :endian is Qbig or not (not nil or not), and set
19939 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
19940 (detect_coding): If coding type is utf-16 and BOM detection is
19941 required, detect it.
19942 (Fdefine_coding_system_internal): For a coding system of type
19943 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
19944
199452008-02-01 Kenichi Handa <handa@m17n.org>
19946
19947 * coding.c (coding_set_source): Fix for the case that the current
19948 buffer is different from coding->src_object.
19949 (decode_coding_object): Don't use the conversion work buffer if
19950 DST_OBJECT is a buffer.
19951
199522008-02-01 Dave Love <fx@gnu.org>
19953
19954 * lread.c (read_emacs_mule_char) [len==2]: Index
19955 emacs_mule_charset correctly.
19956
199572008-02-01 Dave Love <fx@gnu.org>
19958
19959 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
19960 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
19961 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
19962 treated specially.)
19963 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
19964 (detected_mask): Remove Big5 bits.
19965
199662008-02-01 Kenichi Handa <handa@m17n.org>
19967
19968 The following changes are to make the font rescaling facility
19969 compatible with Emacs 21.
19970
19971 * xfaces.c (Vface_font_rescale_alist): Rename from
19972 Vface_resizing_fonts.
19973 (struct font_name): Rename member resizing_ratio to rescale_ratio.
19974 (font_rescale_ratio): Rename from font_resizing_ratio.
19975 (split_font_name): Set font->rescale_ratio.
19976 (better_font_p): Pay attention to font->rescale_ratio.
19977 (build_scalable_font_name): Likewise. Change RESX, and RESY
19978 fields.
19979 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
19980
199812008-02-01 Kenichi Handa <handa@m17n.org>
19982
19983 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
19984 (Qutf_16_le): Remove these variables.
19985 (syms_of_coding): Don't DEFSYM them.
19986 (decode_coding_utf_16): Fix handling of BOM.
19987 (encode_coding_utf_16): Fix handling of BOM.
19988
199892008-02-01 Kenichi Handa <handa@m17n.org>
19990
19991 * fileio.c (Finsert_file_contents): On replacing, before decoding
19992 the file into the work buffer, set point of the work buffer to the end.
19993
199942008-02-01 Dave Love <fx@gnu.org>
19995
19996 * coding.c (Fcheck_coding_systems_region): Fix type errors.
19997
199982008-02-01 Dave Love <fx@gnu.org>
19999
20000 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
20001 and fix C types.
20002
200032008-02-01 Kenichi Handa <handa@m17n.org>
20004
20005 * xdisp.c (SKIP_GLYPHS): New macro.
20006 (set_cursor_from_row): Pay attention to string display properties.
20007
20008 * category.c (copy_category_entry): Fix for the case that RANGE
20009 is an integer.
20010
20011 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
20012
20013 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
20014
200152008-02-01 Kenichi Handa <handa@m17n.org>
20016
20017 * charset.c (Fcharset_id_internal): New function.
20018 (syms_of_charset): Defsubr it.
20019
20020 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
20021 with the last arg charset_list acquired from coding.
20022 (Fdefine_coding_system_internal): For ccl-based coding system, fix
20023 the attribute coding_attr_ccl_valids.
20024
20025 * coding.h (enum define_coding_ccl_arg_index): Set the first
20026 member coding_arg_ccl_decoder to coding_arg_max.
20027
20028 * ccl.h (ccl_driver): Adjust prototype.
20029
20030 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
20031 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 20032 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
20033 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
20034 last arg Qnil.
20035
200362008-02-01 Kenichi Handa <handa@m17n.org>
20037
20038 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
20039 call encode_char.
20040
20041 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
20042
200432008-02-01 Dave Love <fx@gnu.org>
20044
20045 * composite.c (syms_of_composite): Make composition_hash_table weak.
20046
200472008-02-01 Kenichi Handa <handa@m17n.org>
20048
20049 * dispextern.h (check_face_attributes, generate_ascii_font_name)
20050 (font_name_registry): Don't extern them.
20051 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
20052
20053 * fontset.h (Qfontset): Don't extern it.
20054 (new_fontset_from_font_name): Extern it.
20055
20056 * fontset.c: Give 8 extra slots to fontset objects.
20057 (Qfontset_info): New variable.
20058 (syms_of_fontset): Defsym it.
20059 (FONTSET_FALLBACK): New macro.
20060 (fontset_face): Try also the default fontset.
20061 (make_fontset): Realize a fallback fontset from the default fontset.
20062 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
20063 using split_font_name_into_vector and build_font_name_from_vector.
20064 (Fset_fontset_font): Access the elements of font_spec by enum
20065 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
20066 name by using split_font_name_into_vector.
20067 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
20068 generate a proper font name from the fontset name. Update
20069 Vfontset_alias_alist.
20070 (n_auto_fontsets): New variable.
20071 (new_fontset_from_font_name): New function.
20072 (Ffont_info): Store the information about fonts generated from the
20073 default fontset in the first extra slot of the returned char-table.
20074
20075 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
20076 (font_name_registry): Delete function.
20077 (split_font_name_into_vector): New function.
20078 (build_font_name_from_vector): New function.
20079 (font_list): The argument REGISTRY is now a list of registry names.
20080 (choose_face_font): If we are choosing an ASCII font, and ATTRS
20081 specifies an explicit font name, return the name as is. Make a
20082 list of registy names.
20083
20084 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
20085 of x_new_fontset.
20086 (Fx_create_frame): Don't call x_new_fontset here. Just use
20087 x_list_fonts to check the existence of fonts.
20088
20089 * xterm.h (x_new_fontset): Adjust prototype.
20090
20091 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
20092 string. Use new_fontset_from_font_name to create a fontset from a
20093 font name.
20094
200952008-02-01 Kenichi Handa <handa@m17n.org>
20096
20097 * syntax.c (Vfind_word_boundary_function_table): New name for
20098 Vnext_word_boundary_function_table.
20099 (find-word-boundary-function-table): New name for
20100 next-word-boundary-function-table.
20101
201022008-02-01 Dave Love <fx@gnu.org>
20103
20104 * Makefile.in: Fix some dependencies.
20105
20106 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
20107 set it to nil before returning.
20108
20109 * composite.c (update_compositions): Fix type error.
20110
20111 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
20112
201132008-02-01 Kenichi Handa <handa@m17n.org>
20114
20115 * xterm.c (x_new_font): Optimize for the case that the font is
20116 already set for the frame.
20117
201182008-02-01 Kenichi Handa <handa@m17n.org>
20119
20120 * chartab.c (char_table_ascii): Check if the char table contents
20121 is sub-char-table or not.
20122 (char_table_set, char_table_set_range): Fix argument to
20123 char_table_ascii.
20124
20125 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
20126 (detect_coding_utf_8, detect_coding_utf_16)
20127 (detect_coding_emacs_mule, detect_coding_iso_2022)
20128 (detect_coding_sjis, detect_coding_big5)
20129 (detect_coding_ccl, detect_coding_charset): Change argument MASK
20130 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
20131 sequence is valid in this coding system. Change callers.
20132 (MAX_ANNOTATION_LENGTH): New macro.
20133 (ADD_ANNOTATION_DATA): New macro.
20134 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
20135 ADD_ANNOTATION_DATA. Change the format of annotation data.
20136 (ADD_CHARSET_DATA): New macro.
20137 (emacs_mule_char): New argument ID. Change callers.
20138 (decode_coding_emacs_mule, decode_coding_iso_2022)
20139 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
20140 Produce charset annotation data in coding->charbuf.
20141 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
20142 to charset annotation data in coding->charbuf.
20143 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
20144 coding->common_flags if the coding system is iso-2022 based and
20145 uses designation.
20146 (produce_composition): Adjust for the new annotation data format.
20147 (produce_charset): New function.
20148 (produce_annotation): Handle charset annotation.
20149 (handle_composition_annotation, handle_charset_annotation): New
20150 functions.
20151 (consume_chars): Handle charset annotation. Utilize the above two
20152 functions.
20153 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
20154 buffer, get the deleted text as a string and set
20155 coding->src_object to that string.
20156 (detect_coding, detect_coding_system): Use the new struct
20157 coding_detection_info.
20158
20159 * coding.h (struct coding_detection_info): New structure.
20160 (struct coding_system): Adjust prototype of the member `detector'.
20161 (CODING_ANNOTATE_CHARSET_MASK): New macro.
20162
201632008-02-01 Kenichi Handa <handa@m17n.org>
20164
20165 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
20166
201672008-02-01 Dave Love <fx@gnu.org>
20168
20169 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
20170 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
20171 to new local and nullify apropos_accumulate before returning.
20172 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
20173
201742008-02-01 Kenichi Handa <handa@m17n.org>
20175
20176 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
20177 correctly.
e3eea1fc 20178
aac0c6e3
MR
201792008-02-01 Dave Love <fx@gnu.org>
20180
20181 * fns.c (Flanginfo): Call synchronize_system_time_locale.
20182
201832008-02-01 Kenichi Handa <handa@m17n.org>
20184
20185 The following changes are to make character composition happen
20186 automatically on displaying.
20187
20188 * Makefile.in (lisp, shortlisp): Add composite.elc.
20189
20190 * composite.h (Qauto_composed, Vauto_composition_function)
20191 (Qauto_composition_function): Extern them.
20192
20193 * composite.c (Vcomposition_function_table)
20194 (Qcomposition_function_table): Delete variables.
20195 (Qauto_composed, Vauto_composition_function)
20196 (Qauto_composition_function): New variables.
20197 (run_composition_function): Don't call
20198 compose-chars-after-function.
20199 (update_compositions): Clear `auto-composed' text property.
20200 (compose_chars_in_text): Delete this function.
20201 (syms_of_composite): Staticpro Qauto_composed and
20202 Qauto_composition_function. Declare Vauto_composition_function as
20203 a Lisp variable.
20204
20205 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
20206
20207 * xdisp.c (it_props): Add an entry for Qauto_composed.
20208 (handle_auto_composed_prop): New function.
20209
20210 * xselect.c (selection_data_to_lisp_data): Don't call
20211 compose_chars_in_text.
20212
202132008-02-01 Dave Love <fx@gnu.org>
20214
20215 * keyboard.c (read_char): Modify checking around use of
20216 Vkeyboard_translate_table.
20217
20218 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
20219 and fix C types.
20220
202212008-02-01 Kenichi Handa <handa@m17n.org>
20222
20223 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
20224 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
20225 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
20226 the case that the last byte is '\r' correctly.
20227 (decode_coding): Flush out the unprocessed data correctly.
20228 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
20229
202302008-02-01 Dave Love <fx@gnu.org>
20231
20232 * xterm.c (XTread_socket): Fix changes for defined keysyms.
20233 Add XK_ISO... case.
20234 (xaw_scroll_callback): Revert last change.
20235
202362008-02-01 Kenichi Handa <handa@m17n.org>
20237
20238 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
20239
202402008-02-01 Kenichi Handa <handa@m17n.org>
20241
20242 * xfaces.c (Vface_resizing_fonts): New variable.
20243 (struct font_name): New member `resizing_ratio'.
20244 (font_resizing_ratio): New function.
20245 (split_font_name): Set font->resizing_ratio.
20246 (better_font_p): Pay attention to font->resizing_ratio.
20247 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
20248 RESX, and RESY fields.
20249 (try_alternative_families): Try scalable fonts if
20250 Vscalable_fonts_allowed is not Qt.
20251 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
20252
202532008-02-01 Dave Love <fx@gnu.org>
20254
20255 * xterm.c (xaw_scroll_callback): Cast correctly.
20256
202572008-02-01 Dave Love <fx@gnu.org>
20258
20259 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
20260 (lispy_kana_keys): Comment out.
20261 (make_lispy_event) [XK_kana_A]: Comment out.
20262
20263 * xterm.c (xaw_scroll_callback): Cast call_data.
20264 (XTread_socket): Deal with ASCII keysyms.
20265 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
20266
202672008-02-01 Dave Love <fx@gnu.org>
20268
20269 * xterm.c (Vx_keysym_table): New.
20270 (syms_of_xterm): Initialize it.
20271 (XTread_socket): Use it.
20272 From head: Eliminate incorrect optimization that tried to avoid
20273 decoding the output of X*LookupString.
20274 (x_get_font_repertory): Delete charset declaration.
20275
202762008-02-01 Kenichi Handa <handa@m17n.org>
20277
20278 * coding.c (detect_coding_charset): If only ASCII bytes are found,
20279 return 0.
20280 (Fdefine_coding_system_internal): Setup
20281 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
20282
202832008-02-01 Dave Love <fx@gnu.org>
20284
20285 * coding.c (Fcheck_coding_system): Doc fix.
20286
20287 * editfns.c (Finsert_byte): Return a proper value.
20288
202892008-02-01 Kenichi Handa <handa@m17n.org>
20290
20291 * coding.c (decode_coding): Fix args to translate_chars. Pay
20292 attention to Vstandard_translation_table_for_decode.
20293 (encode_coding): Fix args to translate_chars. Pay attention to
20294 Vstandard_translation_table_for_encode.
20295
20296 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
20297 SINGLE_BYTE_CHAR_P.
20298
20299 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
20300 not by SINGLE_BYTE_CHAR_P.
20301
20302 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
20303 SINGLE_BYTE_CHAR_P.
20304
20305 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
20306 SINGLE_BYTE_CHAR_P.
20307
20308 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
20309 by SINGLE_BYTE_CHAR_P.
20310
20311 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
20312 SINGLE_BYTE_CHAR_P.
20313
203142008-02-01 Dave Love <fx@gnu.org>
20315
20316 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
20317
203182008-02-01 Dave Love <fx@gnu.org>
20319
20320 * fns.c (Flanginfo): Fix typo.
20321
20322 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
20323
203242008-02-01 Kenichi Handa <handa@m17n.org>
20325
20326 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
20327 (detect_coding_emacs_mule, detect_coding_iso_2022)
20328 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
20329 incomplete byte sequence. Don't update *mask when correctly detected.
20330 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
20331 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
20332 (detect_coding, detect_coding_system): Adjust for the changes above.
20333
203342008-02-01 Kenichi Handa <handa@m17n.org>
20335
20336 * character.c (char_string): Rename from
20337 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
20338 (string_char): Rename from string_char.
20339
20340 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
20341 if C is greater than MAX_3_BYTE_CHAR.
20342 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
20343 string_char instead of string_char_with_unification.
20344
203452008-02-01 Dave Love <fx@gnu.org>
20346
20347 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
20348
203492008-02-01 Kenichi Handa <handa@m17n.org>
20350
20351 * keymap.c (push_key_description): Pay attention to force_multibyte.
20352
20353 * regex.c (re_search_2): Fix for the case of unibyte buffer.
20354
203552008-02-01 Dave Love <fx@gnu.org>
20356
20357 * charset.c (define_charset_internal): Rename `supprementary'.
20358
20359 * Makefile.in (lisp, shortlisp): Remove latin-N.
20360
203612008-02-01 Dave Love <fx@gnu.org>
20362
20363 * xfns.c (x_window, x_window): Use use_xim.
20364
20365 * xterm.c (use_xim): Initialize.
20366 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
20367 (x_term_init): Maybe set use_xim.
20368
20369 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
20370
203712008-02-01 Kenichi Handa <handa@m17n.org>
20372
20373 * search.c (search_buffer): Fix case-fold-search of multibyte
20374 characters.
20375 (boyer_moore): Rename the last argument to char_high_bits.
20376
203772008-02-01 Kenichi Handa <handa@m17n.org>
20378
20379 * xdisp.c (display_string): Fix for the case of zero width glyph.
20380
20381 * xfns.c (x_set_font): Change the error message of the case that
20382 x_new_fontset returns Qt.
20383
20384 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
20385 (Finternal_set_lisp_face_attribute): Use signal_error for the
20386 error of invalid fontset.
20387
20388 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
20389 fontset, return Qt.
20390
203912008-02-01 Dave Love <fx@gnu.org>
20392
20393 * unexelf.c (unexec): Make .got handling not SGI-specific.
20394
20395 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
20396
20397 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
20398
20399 * keyboard.c (read_key_sequence): Fix type error.
20400
20401 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
20402 type error.
20403
20404 * fontset.c (fontset_add): Return Lisp_Object.
20405
204062008-02-01 Dave Love <fx@gnu.org>
20407
20408 * charset.h (charset_ordered_list_tick): Declare extern.
20409
204102008-02-01 Kenichi Handa <handa@m17n.org>
20411
20412 The following changes (and some of 2008-02-01 changes of mine) are
20413 for handling syntax, category, and case conversion for unibyte
20414 characters by converting them to multibyte on the fly. With these
20415 changes, we don't have to setup syntax and case tables for unibyte
20416 characters in each language environment.
20417
20418 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
20419 multibyte if necessary.
20420
20421 * bytecode.c (Fbyte_code): Likewise.
20422
20423 * character.h (LEADING_CODE_LATIN_1_MIN)
20424 (LEADING_CODE_LATIN_1_MAX): New macros.
20425 (unibyte_to_multibyte_table): Extern it.
20426 (unibyte_char_to_multibyte): New macro.
20427 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
20428 (CHAR_LEADING_CODE): New macro.
20429 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
20430
20431 * character.c (unibyte_to_multibyte_table): New variable.
20432 (unibyte_char_to_multibyte): Move to character.h and define as macro.
20433 (multibyte_char_to_unibyte): If C is an eight-bit character,
20434 convert it to the corresponding byte value.
20435
20436 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
20437 not 1, signals an error. Update the elements of
20438 unibyte_to_multibyte_table.
20439 (init_charset_once): Initialize unibyte_to_multibyte_table.
20440 (syms_of_charset): Define the charset `iso-8859-1'.
20441
20442 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
20443 as is without converting it to unibyte. In a unibyte buffer,
20444 convert C to multibyte before checking the syntax.
20445
20446 * lisp.h (unibyte_char_to_multibyte): Delete extern.
20447
20448 * minibuf.c (Fminibuffer_complete_word): Use the macro
20449 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
20450
20451 * regex.h (struct re_pattern_buffer): New member target_multibyte.
20452
20453 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
20454 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
20455 that is zero, convert an eight-bit char to multibyte.
20456 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
20457 non-emacs case.
20458 (PATFETCH): Convert an eight-bit char to multibyte.
20459 (HANDLE_UNIBYTE_RANGE): New macro.
20460 (regex_compile): Setup the compiled pattern for multibyte chars
20461 even if the given regex string is unibyte. Use PATFETCH_RAW
20462 instead of PATFETCH in many places. To handle `charset'
20463 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
20464 only for ASCII chars.
20465 (analyse_first) <exactn>: Simplify because the compiled pattern
20466 is multibyte.
20467 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
20468 <charset>: Use CHAR_LEADING_CODE to get leading codes.
20469 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
20470 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
20471 multibyte always 1.
20472 (re_search_2): In emacs, set the locale variable multibyte to 1,
20473 otherwise to 0. New local variable target_multibyte. Check it
20474 to decide the multibyteness of STR1 and STR2. If
20475 target_multibyte is zero, convert unibyte chars to multibyte
20476 before translating and checking fastmap.
20477 (TARGET_CHAR_AND_LENGTH): New macro.
20478 (re_match_2_internal): In emacs, set the locale variable multibyte
20479 to 1, otherwise to 0. New local variable target_multibyte. Check
20480 it to decide the multibyteness of STR1 and STR2. Use
20481 TARGET_CHAR_AND_LENGTH to fetch a character from D.
20482 <charset, charset_not>: If multibyte is nonzero, check fastmap
20483 only for ASCII chars. Call bcmp_translate with
20484 target_multibyte, not with multibyte.
20485 <begline>: Declare the local variable C as `unsigned'.
20486 (bcmp_translate): Change the last arg name to target_multibyte.
20487
20488 * search.c (compile_pattern_1): Don't adjust the multibyteness of
20489 the regexp pattern and the matching target. Set cp->buf.multibyte
20490 to the multibyteness of the regexp pattern. Set
20491 cp->but.target_multibyte to the multibyteness of the matching target.
20492 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
20493 FETCH_STRING_CHAR_ADVANCE.
20494 (Freplace_match): Convert unibyte chars to multibyte.
20495
20496 * syntax.c (char_quoted, back_comment, scan_words)
20497 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
20498 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
20499 unibyte chars to multibyte.
20500 (skip_chars): Delete the arg syntaxp, and move the code for
20501 handling syntaxes to skip_syntaxes. Change callers.
20502 Fix the case that the multibyteness of STRING and the current
20503 buffer doesn't match.
20504 (skip_syntaxes): New function.
20505 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
20506 SINGLE_BYTE_CHAR_P.
20507
205082008-02-01 Kenichi Handa <handa@m17n.org>
20509
20510 * xfaces.c (QCfontset): New variable.
20511 (LFACE_FONTSET): New macro.
20512 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
20513 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
20514 (Finternal_set_lisp_face_attribute)
20515 (Finternal_get_lisp_face_attribute): Handle QCfontset.
20516 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
20517 check also LFACE_FONTSET_INDEX.
20518 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
20519 attrs[LFACE_FONT_INDEX].
20520 (syms_of_xfaces): Intern and staticpro QCfontset.
20521
20522 * dispextern.h (enum lface_attribute_index): New member
20523 LFACE_FONTSET_INDEX.
20524
20525 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
20526
205272008-02-01 Kenichi Handa <handa@m17n.org>
20528
20529 * coding.c (coding_set_destination): Fix coding->destination for
20530 the case converting a region.
20531 (encode_coding_utf_8): Encode eight-bit chars as single byte.
20532 (encode_coding_object): Fix coding->dst_pos and
20533 coding->dst_pos_byte for the case converting a region.
20534
20535 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
20536
20537 * character.h (BYTE8_STRING): New macro.
20538
20539 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
20540
205412008-02-01 Kenichi Handa <handa@m17n.org>
20542
20543 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
20544 characters by octal form.
20545
20546 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
20547
20548 * buffer.h (_fetch_multibyte_char_len): Delete extern.
20549 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
20550 _fetch_multibyte_char_len.
20551 (FETCH_CHAR_AS_MULTIBYTE): New macro.
20552
20553 * casetab.c (set_canon, set_identity, shuffle): Simplify.
20554
20555 * casefiddle.c (casify_object): Simplify. Handle the case that
20556 the case conversion change the byte length.
20557 (casify_region): Likewise.
20558
20559 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
20560
20561 * character.c (_fetch_multibyte_char_len): Delete this variable.
20562 (syms_of_character): Setup Vprintable_chars.
20563
20564 * editfns.c (Fchar_equal): Fix for the unibyte case.
20565 (Finsert_byte): New function.
20566 (syms_of_editfns): Defsubr it.
20567
20568 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
20569 of direct code 0x3ffff.
20570
20571 * search.c (Freplace_match): Fix for the unibyte case.
20572
205732008-02-01 Kenichi Handa <handa@m17n.org>
20574
20575 * lread.c (safe_to_load_p): Fix the logic.
20576
20577 * syntax.c (scan_words): Don't treat characters belonging to
20578 different scripts as constituting a word.
20579
20580 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
20581
20582 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
20583
20584 * emacs.c (main): In the case of --unibyte, instead of aborting on
20585 finding non-empty buffer, make it unibyte.
20586
205872008-02-01 Kenichi Handa <handa@m17n.org>
20588
20589 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
20590 to create a fontset.
20591
205922008-02-01 Dave Love <fx@gnu.org>
20593
20594 * character.c (Funibyte_char_to_multibyte): Doc fix.
20595
20596 * xfns.c [HAVE_STDLIB_H]: Fix last change.
20597
205982008-02-01 Kenichi Handa <handa@m17n.org>
20599
20600 * fontset.c (fontset_add): Make the type `int'.
20601 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
20602
20603 * character.c (unibyte_char_to_multibyte)
20604 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
20605 charset_unibyte, not charset_primary.
20606
20607 * charset.h (charset_unibyte): Extern it instead of charset_primary.
20608
20609 * charset.c (charset_unibyte): Rename from charset_primary.
20610 (Funibyte_charset): Rename from Fprimary_charset.
20611 (Fset_unibyte_charset): Rename from Fset_primary_charset.
20612 (syms_of_charset): Adjust for the above changes.
20613
20614 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
20615 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
20616 it->multibyte_p is zero.
20617
20618 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
20619 Delete extern.
20620
206212008-02-01 Kenichi Handa <handa@m17n.org>
20622
20623 * coding.c (Fdefine_coding_system_internal): Fix category setting
20624 for a coding system of type iso-2022.
20625
206262008-02-01 Kenichi Handa <handa@m17n.org>
20627
20628 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
20629
206302008-02-01 Kenichi Handa <handa@m17n.org>
20631
20632 * syntax.c (Vnext_word_boundary_function_table): New variable.
20633 (next-word-boundary-function-table): Declare it as a Lisp variable
20634 in syms_of_syntax.
20635 (scan_words): Call functions in Vnext_word_boundary_function_table
20636 if any.
20637
20638 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
20639
20640 * fontset.c (fs_load_font): If fontp->charset is not negative,
20641 return fontp without setting its members.
20642
206432008-02-01 Dave Love <fx@gnu.org>
20644
20645 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
20646
20647 * m/sparc.h (HAVE_ALLOCA): Delete.
20648
20649 * s/irix6-5.h: Don't include strings.h.
20650 (bcopy, bzero, bcmp): Don't undef.
20651
20652 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
20653
20654 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
20655 (TIOCSIGSEND): Don't test IRIX6.
20656 (bcopy, bzero, bcmp): Define conditionally.
20657
206582008-02-01 Kenichi Handa <handa@m17n.org>
20659
20660 * buffer.c (Qas, Qmake, Qto): New variables.
20661 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
20662 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
20663
20664 * callproc.c (Fcall_process): Don't call insert_1_both directly if
20665 we are inserting a process output into a multibyte buffer.
20666
20667 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
20668 multibyte_char_to_unibyte.
20669
20670 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
20671 by the primary charset, make it eight-bit char.
20672 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
20673
20674 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
20675 (charset_8_bit__control, charset_8_bit_graphic)
20676 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
20677 (define_charset_internal): New function.
20678 (syms_of_charset): Call define_charset_internal for pre-defined
20679 charsets.
20680
20681 * charset.h (charset_8_bit): Extern it.
20682
20683 * coding.c (make_conversion_work_buffer): Adjust for the change
20684 of Fset_buffer_multibyte.
20685 (encode_coding_raw_text): Increment p0 in the loop.
20686
20687 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
20688
20689 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
20690 for the change of Fset_buffer_multibyte.
20691
20692 * fns.c (Fstring_to_multibyte): New function.
20693 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
20694
206952008-02-01 Dave Love <fx@gnu.org>
20696
20697 * xfns.c (x_put_x_image): Declare args.
20698
20699 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
20700 (try_font_list): Declare an arg.
20701
20702 * xdisp.c (message2_nolog, set_message): Declare an arg.
20703
20704 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
20705
20706 * syntax.c (scan_sexps_forward): Declare an arg.
20707
20708 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
20709 Declare an arg.
20710
20711 * lisp.h (Fnew_fontset): Declare.
20712
20713 * keymap.c (push_key_description): Call CHARACTERP correctly.
20714
20715 * fontset.c (fontset_add): Declare args. Call make_number correctly.
20716 (face_for_char): Delete unused vars.
20717 (Fset_fontset_font): Doc fix. Delete unused vars.
20718
20719 * doc.c (Fsubstitute_command_keys): Delete unused vars.
20720
20721 * composite.c (update_compositions): Declare arg.
20722
20723 * cm.c (calccost, cmgoto): Declare args.
20724
20725 * charset.c: Remove `emacs' conditional. Doc fixes.
20726 (map_char_table_for_charset): Declare.
20727
20728 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
20729
20730 * ccl.c: Remove `emacs' conditional.
20731
207322008-02-01 Kenichi Handa <handa@m17n.org>
20733
20734 The following changes are to allow specifying multiple font
20735 patterns for a character range (specified by script or charset).
20736
20737 * Makefile.in (abbrev.o): Depend on syntax.h.
20738 (xfaces.o): Depend on charset.h.
20739
20740 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
20741 SINGLE_BYTE_CHAR_P.
20742
20743 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
20744
20745 * character.h (Vchar_script_table): Extern it.
20746
20747 * character.c (Vscript_alist): Delete.
20748 (Vchar_script_table, Qchar_script_table): New variable.
20749 (syms_of_character): Declare Vchar_script_table as a lisp variable
20750 and initialize it.
20751
20752 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
20753 have property char-table-extra-slots, make no extra slot.
20754
20755 * dispextern.h (struct face): Delete member `charset'.
20756 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
20757 SINGLE_BYTE_CHAR_P.
20758 (choose_face_font, lookup_non_ascii_face, font_name_registry):
20759 Add prototypes.
20760 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
20761 (generate_ascii_font_name): Rename from generate_ascii_font.
20762
20763 * fontset.h (get_font_repertory_func): New prototype.
20764 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
20765 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
20766
20767 * fontset.c (Qprepend, Qappend): New variables.
20768 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
20769 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
20770 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
20771 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
20772 (fontset_ref_and_range, fontset_add, reorder_font_vector)
20773 (load_font_get_repertory): New functions.
20774 (fontset_set): Delete.
20775 (fontset_face): New arg FACE. Return face ID, not face.
20776 Complete re-write to handle new fontset structure. Change caller.
20777 (free_face_fontset): Use ASET istead of AREF (X) = Y.
20778 (face_for_char): Don't call lookup_face.
20779 (make_fontset_for_ascii_face): New arg FACE.
20780 (fs_load_font): New arg CHARSET_ID. Don't check
20781 Vfont_encoding_alist here.
20782 (find_font_encoding): New function.
20783 (list_fontsets): Use STRINGP, not ! NILP.
20784 (accumulate_script_ranges): New function.
20785 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
20786 re-written to handle new fontset structure.
20787 (Ffontset_font): Return a copy of element.
20788 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
20789 docstring of font-encoding-alist.
20790
20791 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
20792 (Fset_fotset_font): Fix arguments to 5.
20793
20794 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
20795
20796 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
20797 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
20798 (highlight_trailing_whitespace): Adjust for the change of
20799 lookup_named_face.
20800
20801 * xfaces.c: Include charset.h.
20802 (load_face_font): Delete argument C. Change caller.
20803 (generate_ascii_font_name): Rename from generate_ascii_font.
20804 (font_name_registry): New function.
20805 (cache_face): Store ascii faces before non-ascii faces in buckets.
20806 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
20807 Lookup only ascii faces.
20808 (lookup_non_ascii_face): New function.
20809 (lookup_named_face): Delete argument C. Change caller.
20810 (lookup_derived_face): Delete argument C. Change caller.
20811 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
20812 a string, just call font_list with it.
20813 (choose_face_font): Delete arguments FACE and C. New arg
20814 FONT_SPEC. Change caller.
20815 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
20816 Change caller.
20817 (realize_non_ascii_face): New function.
20818 (realize_x_face): Call load_face_font here.
20819 (realize_tty_face): Delete argument C. Change caller.
20820 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
20821 get a face ID.
20822 (dump_realized_face): Don't print charset of FACE.
20823
20824 * xfns.c (x_set_font): Always call x_new_fontset and
20825 store_frame_parameter.
20826 (Fx_create_frame): Call x_new_fontset, not x_new_font.
20827 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
20828
20829 * xterm.h (x_get_font_repertory): Extern it.
20830
20831 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
20832 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
20833 it->multibyte_p is zero.
20834 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
20835 (x_new_fontset): If FONTSETNAME doesn't match any existing
20836 fontsets, create a new one.
20837 (x_get_font_repertory): New function.
20838
208392008-02-01 Kenichi Handa <handa@m17n.org>
20840
20841 * coding.c (Ffind_coding_systems_region_internal): Detect an
20842 ASCII only string correctly.
20843
20844 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
20845 version is 0.
20846
208472008-02-01 Kenichi Handa <handa@m17n.org>
20848
20849 * lread.c: Include "coding.h".
20850 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
20851 (load_each_byte, unread_char): New variables.
20852 (readchar_backlog): Delete.
20853 (readchar): Return a character unless load_each_byte is nonzero.
20854 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
20855 cons. If unread_char is not -1, simply return it.
20856 (unreadchar): Handle the case that readcharfun is
20857 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
20858 (read_multibyte): Delete.
20859 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
20860 (read_emacs_mule_char): New functions.
20861 (Fload): Even if the file doesn't have the extension ".elc", if
20862 safe_to_load_p returns a positive version number, assume that the
20863 file contains bytecompiled code. If the version is less than 22,
20864 load the file while decoding multibyte sequences by emacs-mule.
20865 (readevalloop): Don't use readchar_backlog.
20866 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
20867 (Fread_from_string): Pay attention to the case that STREAM is a cons.
20868 (read_escape): Delete the arg BYTEREP.
20869 (read1): Set load_each_byte to 1 temporarily while handling
20870 #@NUMBER. Don't call read_multibyte.
20871 (read_vector): Call Fread with a cons. If readcharfun is
20872 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
20873 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
20874 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
20875 and Qload_force_doc_strings.
20876
208772008-02-01 Kenichi Handa <handa@m17n.org>
20878
20879 * xdisp.c (face_before_or_after_it_pos): Call
20880 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
20881
208822008-02-01 Kenichi Handa <handa@m17n.org>
20883
20884 * character.h (TRAILING_CODE_P): New macro.
20885 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
20886 (string_char_with_unification): Fix prototype.
20887 (Vscript_alist): Extern it.
20888
20889 * character.c (Vscript_alist): New variable.
20890 (string_char_with_unification, str_as_unibyte)
20891 (string_escape_byte8): Add `const' to local variables.
20892 (syms_of_character): Declare script-alist as a Lisp variable.
20893
20894 * charset.h (Vcharset_ordered_list): Extern it.
20895 (charset_ordered_list_tick): Extern it.
20896 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
20897 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
20898 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
20899 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
20900 (Funify_charset): Adjust for the change of Funify_charset.
20901
20902 * charset.c (charset_ordered_list_tick): New variable.
20903 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
20904 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
20905 deunify intead of unify a charset.
20906 (string_xstring_p): Add `const' to local variables.
20907 (find_charsets_in_text): Add `const' to arguments and local variables.
20908 (encode_char): Adjust for the change of Funify_charset. Fix
20909 detecting of invalid code.
20910 (Fset_charset_priority): Increment charset_ordered_list_tick.
20911 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
20912 and TO_CODE.
20913
20914 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
20915 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
20916 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
20917 (decode_coding_ccl, consume_chars)
20918 (Ffind_coding_systems_region_internal)
20919 (Fcheck_coding_systems_region): Add `const' to local variables.
20920
20921 * print.c (print_object): Use octal form for printing the
20922 contents of a bool vector.
20923
209242008-02-01 Dave Love <fx@gnu.org>
20925
20926 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
20927 <version == 20>: Refuse to load.
20928
209292008-02-01 Dave Love <fx@gnu.org>
20930
20931 * fns.c: Move coding.h.
20932 (Qcodeset, Qdays, Qmonths): New.
20933 (concat): Use CHARACTERP instead of INTEGERP.
20934 (Flocale_codeset): Delete.
20935 (Flanginfo): New function.
20936 (syms_of_fns): Change accordingly.
20937
20938 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
20939
209402008-02-01 Dave Love <fx@gnu.org>
20941
20942 * casetab.c (init_casetab_once, init_casetab_once): Fix
20943 CHAR_TABLE_SET call.
20944
20945 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
20946
20947 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
20948
20949 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
20950 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
20951 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
20952
20953 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
20954
20955 * coding.c (ENCODE_DESIGNATION, decode_eol)
20956 (make_conversion_work_buffer, code_conversion_restore)
20957 (Fdefine_coding_system_internal): Convert Lisp types.
20958 (code_conversion_restore): Use EQ, not ==.
20959 (Fencode_coding_string): Fix code_convert_string call.
20960
20961 * coding.h (code_convert_region): Fix prototype.
20962
20963 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
20964
20965 * fontset.c (fontset_ref, fontset_set, fs_load_font)
20966 (Ffontset_info): Convert Lisp types.
20967
20968 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
20969
20970 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
20971
20972 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
20973
20974 * chartab.c: Include "...h", not <...h> in some cases.
20975
20976 * callproc.c (Fcall_process): Remove unused variables.
20977
209782008-02-01 Dave Love <fx@gnu.org>
20979
20980 * coding.c (Fset_coding_system_priority): Allow null arg list.
20981
209822008-02-01 Dave Love <fx@gnu.org>
20983
20984 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
20985 (Fself_insert_and_exit): Use CHARACTERP.
20986
20987 * callproc.c (Fcall_process): Remove unused vars.
20988
20989 * xterm.c (XTread_socket): Add extra dead keysyms.
20990
20991 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
20992
20993 * dispextern.h: Remove prototypes for redraw_frame,
20994 redraw_garbaged_frames.
20995
20996 * cmds.c (Fself_insert_command): Use CHARACTERP.
20997
20998 * chartab.c (make_sub_char_table): Remove unused var.
20999 (Fset_char_table_default, Fmap_char_table): Doc fix.
21000
21001 * keymap.c (access_keymap): Remove generic char code.
21002 (push_key_description): Use CHARACTERP.
21003
210042008-02-01 Dave Love <fx@gnu.org>
21005
21006 * charset.c: Doc fixes.
21007 (Funify_charset): Extra checking.
21008
210092008-02-01 Dave Love <fx@gnu.org>
21010
21011 * lread.c: Remove some unused variables.
21012 (safe_to_load_p): If safe, return the magic number version byte.
21013 (Fload): Maybe use load-with-code-conversion.
21014
210152008-02-01 Kenichi Handa <handa@m17n.org>
21016
21017 * category.c (Fmodify_category_entry): Don't modify the contents
21018 of category_set for characters out of the range. Avoid
21019 unnecessary modification.
21020
21021 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
21022 Vchar_unify_table. The default value of the table is now nil.
21023
21024 * character.c (syms_of_character): Setup Vchar_width_table for
21025 eight-bit-control and raw-byte chars.
21026
21027 * charset.h (enum define_charset_arg_index): Delete
21028 charset_arg_parents and add charset_arg_subset and
21029 charset_arg_superset.
21030 (enum charset_attr_index): Delete charset_parents and add
21031 charset_subset and charset_superset.
21032 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
21033 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
21034 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
21035 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
21036 (CHARSET_SUPERSET): New macros.
21037 (charset_work): Extern it.
21038 (ENCODE_CHAR): Use charset_work.
21039 (CHAR_CHARSET_P): Adjust for the change of encoder format.
21040 (map_charset_chars): Extern it.
21041
21042 * charset.c (load_charset_map): Set the default value of encoder
21043 and deunifier char-tables to nil.
21044 (map_charset_chars): Change argument. Change callers. Use
21045 map_char_table_for_charset instead of map_char_table.
21046 (Fmap_charset_chars): New optional args from_code and to_code.
21047 (Fdefine_charset_internal): Adjust for the change of
21048 `define-charset' (:parents -> :subset or :superset).
21049 (charset_work): New variable.
21050 (encode_char, syms_of_charset): Adjust for the change of
21051 Fdefine_charset_internal.
21052 (Ffind_charset_string): Setup the vector `charsets' correctly.
21053
21054 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
21055 the previous change.
21056 (char_table_ref_and_range): Adjust for the above change.
21057 (map_sub_char_table_for_charset): New function.
21058 (map_char_table_for_charset): New function.
21059
21060 * keymap.c (describe_vector): Handle a char-table directly here.
21061 (describe_char_table): Delete.
21062
21063 * lisp.h (map_charset_chars): Delete.
21064
210652008-02-01 Dave Love <fx@gnu.org>
21066
21067 * fns.c (count_combining): Comment out (unused).
21068 (Flocale_codeset): New.
21069 (syms_of_fns): Defsubr it.
21070
21071 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
21072 (size_t): Remove.
21073
210742008-02-01 Dave Love <fx@gnu.org>
21075
21076 * Makefile.in (chartab.o): Depend on charset.h.
21077
210782008-02-01 Kenichi Handa <handa@m17n.org>
21079
21080 * character.c (syms_of_character): Set the default value of
21081 Vprintable_chars to Qnil.
21082
210832008-02-01 Dave Love <fx@gnu.org>
21084
21085 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
21086
210872008-02-01 Kenichi Handa <handa@m17n.org>
21088
21089 * charset.c (load_charset_map): Handle the case that from < to
21090 correctly.
21091
21092 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
21093 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
21094 Pay attention to raw-8-bit chars.
21095
210962008-02-01 Kenichi Handa <handa@m17n.org>
21097
21098 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
21099 It is not bytecompiled now.
21100
21101 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
21102 (charset_jisx0208): New variables.
21103 (Fdefine_charset_internal): Setup them if appropriate.
21104 (init_charset_once): Initialize them to -1.
21105
21106 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
21107 (charset_jisx0208): Extern them.
21108
21109 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
21110 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
21111 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
21112 (setup_iso_safe_charsets): Fix arguments to Fassq.
21113 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
21114 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
21115 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
21116 (encode_coding_iso_2022): Change the 1st arg to
21117 ENCODE_ISO_CHARACTER to a variable.
21118
211192008-02-01 Kenichi Handa <handa@m17n.org>
21120
21121 * charset.h (enum define_charset_arg_index): New enums
21122 charset_arg_min_code and charset_arg_max_code.
21123 (struct charset): New member char_index_offset.
21124
21125 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
21126 Take charset->char_index_offset into account.
21127 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
21128 args[charset_arg_max_code]. Setup charset.char_index_offset.
21129 (syms_of_charset): Fix args to Fdefine_charset_internal.
21130
211312008-02-01 Dave Love <fx@gnu.org>
21132
21133 * coding.c (decode_coding_utf_8): Reject overlong sequences.
21134
211352008-02-01 Dave Love <fx@gnu.org>
21136
21137 * coding.c: Doc fixes.
21138 (Fcoding_system_aliases): Fix return value.
21139 (Qmac): Remove (duplicated) definition.
21140
211412008-02-01 Dave Love <fx@gnu.org>
21142
362654a6
JB
21143 * charset.c (Fcharset_priority_list, Fset_charset_priority):
21144 New functions.
aac0c6e3
MR
21145
21146 * character.c (Fstring): Doc fix.
21147
21148 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
21149
362654a6 21150 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
21151 (font-encoding-alist): Doc fix.
21152
211532008-02-01 Dave Love <fx@gnu.org>
21154
21155 * term.c (costs_set): Declare static, non-initialized for pcc.
21156 (encode_terminal_code): Remove unused var.
21157
21158 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
21159 for K&R.
21160
21161 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
21162
21163 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
21164 (suffixes): Move out of make_subsidiaries for K&R.
21165
21166 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
21167
21168 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
21169
211702008-02-01 Dave Love <fx@gnu.org>
21171
21172 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
21173
21174 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
21175
211762008-02-01 Yong Lu <lyongu@asia-infonet.com>
21177
21178 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
21179
21180 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
21181
211822008-02-01 Kenichi Handa <handa@m17n.org>
21183
21184 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
21185 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
21186
211872008-02-01 Kenichi Handa <handa@m17n.org>
21188
21189 * coding.c (decode_coding_charset): Adjust for the change of
21190 Fdefine_coding_system_internal.
21191 (Fdefine_coding_system_internal): For a coding system of
21192 `charset' type, store a list of charset IDs in
21193 `charset_attr_charset_valids' element of coding attributes.
21194
211952008-02-01 Kenichi Handa <handa@m17n.org>
21196
21197 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
21198 (emacs_mule_char): New arg src. Delete arg `composition'. Change
21199 caller. Handle 2-byte and 3-byte charsets correctly.
21200 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
21201 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
21202 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
21203 (DECODE_EMACS_MULE_21_COMPOSITION): Call
21204 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
21205 sequence.
21206 (decode_coding_emacs_mule): Handle composition correctly. Rewind
21207 `src' and `consumed_chars' correctly before calling emacs_mule_char.
21208 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
21209 and alt&rule composition.
21210 (decode_coding_iso_2022): Handle composition correctly.
21211 (init_coding_once): Setup emacs_mule_bytes for private charsets.
21212
21213 * charset.c (Fdefine_charset_internal): Fix bug for the case of
21214 re-defining a charset. If the charset has :emacs-mule-id, setup
21215 emacs_mule_bytes.
21216 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
21217
212182008-02-01 Kenichi Handa <handa@m17n.org>
21219
21220 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
21221 (encode_coding_big5, encode_coding_charset): If coding requires safe
21222 encoding, produce a character specified by
21223 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
21224
212252008-02-01 Dave Love <fx@gnu.org>
21226
21227 * xterm.c (XSetIMValues): Declare.
21228
21229 * process.c: Conditionally include sys/wait.h, pty.h.
21230
21231 * print.c (print_object): Fix print format for 64-bit systems.
21232
21233 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
21234
21235 * buffer.c (emacs_strerror): Declare.
21236
21237 * fontset.c (Fclear_face_cache): Declare.
21238 (accumulate_font_info): Comment-out (unused).
21239 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
21240 variables.
21241
21242 * character.h (string_escape_byte8): Declare.
21243
21244 * charset.c (load_charset_map, load_charset_map_from_file): Remove
21245 unused vars.
21246 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
21247 (Fmap_charset_chars): Doc fix.
21248
21249 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
21250 (Fset_coding_system_priority, Fset_coding_system_priority)
21251 (Fdefine_coding_system_internal): Doc fix.
21252
212532008-02-01 Dave Love <fx@gnu.org>
21254
21255 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
21256
212572008-02-01 Kenichi Handa <handa@m17n.org>
21258
21259 * character.c (string_escape_byte8): Make multibyte string with
21260 correct size.
21261
21262 * charset.c (Fmake_char): Delete unnecessary code.
21263
212642008-02-01 Kenichi Handa <handa@m17n.org>
21265
21266 * xfns.c (x_encode_text): Allocate coding.destination here, and
21267 call encode_coding_object with dst_object Qnil.
21268
21269 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
21270 multibyte form correctly.
21271
21272 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
21273 against Vfont_encoding_alist.
21274
21275 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
21276 handling of charset list.
21277 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
21278 (decode_coding_object): Move point to coding->dst_pos before
21279 calling post-read-conversion function.
21280 (encode_coding_object): Give correct arguments to
21281 pre-write-conversion. Ignore the return value of
21282 pre-write-conversion function. Pay attention to the case that
21283 pre-write-conversion changes the current buffer. If dst_object is
21284 Qt, even if coding->src_bytes is zero, allocate at least one byte
21285 to coding->destination.
21286
21287 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
21288
21289 * charset.c (Fmake_char): Make it more backward compatible.
21290 (Fmap_charset_chars): Fix docstring.
21291
212922008-02-01 Dave Love <fx@gnu.org>
21293
21294 * coding.c: Doc fixes.
21295 (Fdefine_coding_system_alias): Use names, not symbols, in
21296 coding-system-alist.
21297
212982008-02-01 Kenichi Handa <handa@m17n.org>
21299
21300 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
21301 of calling free_realized_face.
21302
213032008-02-01 Yong Lu <lyongu@asia-infonet.com>
21304
21305 * charset.c (read_hex): Don't treat SPC as a comment starter.
21306 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
21307 (Fdecode_char): Fix typo.
21308
213092008-02-01 Kenichi Handa <handa@m17n.org>
21310
21311 * charset.h (struct charset): New member `code_space_mask'.
21312
21313 * coding.c (coding_set_source): Delete the local variable beg_byte.
21314 (encode_coding_charset, Fdefine_coding_system_internal):
21315 Delete the local variable charset.
21316 (Fdefine_coding_system_internal): Setup
21317 attrs[coding_attr_charset_valids] correctly.
21318
21319 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
21320 member to check if CODE is valid or not.
21321 (Fdefine_charset_internal): Initialize `code_space_mask' member.
21322 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
21323 is within the range of charset->min_code and carset->max_code.
21324
213252008-02-01 Dave Love <fx@gnu.org>
21326
21327 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
21328
21329 * dispextern.h (generate_ascii_font): Fix return type.
21330
21331 * xfaces.c (generate_ascii_font): Fix arg declaration.
21332
21333 * coding.c (coding_inherit_eol_type)
21334 (Fset_terminal_coding_system_internal)
21335 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
21336
213372008-02-01 Kenichi Handa <handa@m17n.org>
21338
21339 * coding.c (decode_coding_charset, encode_coding_charset): Handle
21340 multiple charsets correctly.
21341
213422008-02-01 Kenichi Handa <handa@m17n.org>
21343
21344 * search.c (boyer_moore): Fix handling of multibyte character
21345 translation.
21346
21347 * xdisp.c (display_mode_element): When the variable `elt' is
21348 changed, update `this' and `lisp_string'.
21349
213502008-02-01 Kenichi Handa <handa@m17n.org>
21351
21352 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
21353
21354 * callproc.c (Fcall_process): Be sure to give the current buffer
21355 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
21356
21357 * charset.c (struct charset_map_entries): New struct.
21358 (load_charset_map): Rename from parse_charset_map. New args
21359 entries and n_entries. Change caller.
21360 (load_charset_map_from_file): Rename from load_charset_map.
21361 Change caller. New arg control_flag. Call load_charset_map at
21362 the tail.
21363 (load_charset_map_from_vector): New function.
21364 (Fdefine_charset_internal): Setup charset.compact_codes_p.
21365 (encode_char): If the charset is compact, change a character index
21366 to a code point.
21367
21368 * coding.c (coding_alloc_by_making_gap): Check the case that the
21369 source and destination are the same correctly.
21370 (decode_coding_raw_text): Set coding->consumed_char and
21371 coding->consumed to 0.
21372 (produce_chars): If coding->chars_at_source is nonzero, update
21373 coding->consumed_char and coding->consumed before calling
21374 alloc_destination.
21375 (Fdefine_coding_system_alias): Register ALIAS in
21376 Vcoding_system_alist.
21377 (syms_of_coding): Define `no-conversion' coding system at the tail.
21378
21379 * fileio.c (Finsert_file_contents): Set coding_system instead of
21380 val. If the current buffer is multibyte, always call
21381 decode_coding_gap.
21382
21383 * xfaces.c (try_font_list): Give higher priority to fontset's
21384 family than face's family.
21385
213862008-02-01 Kenichi Handa <handa@m17n.org>
21387
21388 * callproc.c (Fcall_process): Be sure to give the current buffer
21389 to decode_coding_c_string.
21390
21391 * xfaces.c (try_font_list): Give a family specified in a fontset
21392 higher priority than a family specified in a face.
21393
213942008-02-01 Kenichi Handa <handa@m17n.org>
21395
21396 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
21397 Fix arguments to insert_from_buffer.
21398
21399 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
21400
214012008-02-01 Kenichi Handa <handa@m17n.org>
21402
21403 * coding.c (produce_chars): Set the variable `multibytep' correctly.
21404 (decode_coding_gap): Set coding->dst_multibyte correctly.
21405
214062008-02-01 Kenichi Handa <handa@m17n.org>
21407
21408 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
21409 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
21410 (encode_coding_utf_16): Substitute coding->default_char for
21411 non-Unicode characters.
21412 (decode_coding): Don't call record_insert here.
21413 (setup_coding_system): Initialize `surrogate' of
21414 coding->spec.utf_16 to 0.
21415 (EMIT_ONE_BYTE): Fix for multibyte case.
21416
21417 * insdel.c (insert_from_gap): Call record_insert.
21418
214192008-02-01 Kenichi Handa <handa@m17n.org>
21420
21421 * casefiddle.c (casify_region): Fix multibyte case.
21422
21423 * character.c (c_string_width): Add return type `int'.
21424 (char_string_with_unification): Delete arg ADVANCED.
21425
21426 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
21427 (CHAR_STRING): Adjust for the change of char_string_with_unification.
21428 (CHAR_STRING_ADVANCE): Make it do-while statement.
21429
21430 * chartab.c (sub_char_table_set_range): Optimize for the case
21431 DEPTH == 3. Add workaround code for a GCC optimization bug.
21432
21433 * charset.c (parse_charset_map): Remove an unused variable.
21434
21435 * coding.c: Delete unused variables.
21436
21437 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
21438 earlier. If inserted is zero and the coding system doesn't
21439 require flushing, don't call decode_coding_gap.
21440
21441 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
21442
214432008-02-01 Kenichi Handa <handa@m17n.org>
21444
21445 The following changes are for using Unicode as an internal
21446 character model, and use UTF-8 format for buffer/string
21447 representation.
21448
21449 * .gdbinit (xchartable): Adjust for the change of char table structure.
21450 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
21451
21452 * Makefile.in (obj): Add character.o and chartab.o.
21453 (lisp, shortlisp): Remove utf-8.elc.
21454 (*.o): For many files, change dependency on charset.h to
21455 character.h, and add dependency on character.h.
21456 (character.o, chartab.o): New targets.
21457
21458 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
21459 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
21460 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
21461 of "charset.h".
21462
21463 * dired.c, filelock.c: Include "character.h".
21464
21465 * alloc.c: Include "character.h" instead of "charset.h".
21466 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
21467 (syms_of_alloc): Remove defsubr for Smake_char_table.
21468
21469 * buffer.c: Include "character.h" instead of "charset.h", don't
21470 include "coding.h".
21471 (Fset_buffer_multibyte): Adjust for UTF-8.
21472
21473 * buffer.h: EXFUN Fbuffer_live_p.
21474
21475 * callproc.c: Include "character.h" instead of "charset.h".
21476 (Fcall_process): Big change for the new code-conversion APIs.
21477
21478 * casetab.c: Include "character.h" instead of "charset.h".
21479 (set_canon, set_identity, shuffle): Adjust for the new
21480 map_char_table spec.
21481 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
21482 accessing the char table structure.
21483
21484 * chartab.c: New file that implements char table.
21485
21486 * category.c: Include "character.h".
21487 (copy_category_entry): New function.
21488 (copy_category_table): Call map_char_table and copy_category_entry.
21489 (Fmake_category_table): Initialize all top-level slots.
21490 (char_category_set): New function.
21491 (modify_lower_category_set): Delete.
21492 (Fmodify_category_entry): Call char_table_ref_and_range.
21493
21494 * category.h (CATEGORY_SET): Just call char_category_set.
21495
21496 * ccl.c: Include "character.h".
21497 (Qccl, Qcclp): New variables.
21498 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
21499 it's less than 256.
21500 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
21501 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
21502 and DST type.
21503 (ccl_driver): Change types of argument, adjust code accordingly.
21504 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
21505 ccl_driver.
21506 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
21507
21508 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
21509 New members src_multibyte, dst_multibyte, consumed, and produced.
21510 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
21511 (CODING_SPEC_CCL_PROGRAM): New macro.
21512 (ccl_driver): Update prototype.
21513 (Qccl, Qcclp, Fccl_program_p): Extern them.
21514 (CHECK_CCL_PROGRAM): New macro.
21515
21516 * character.c, character.h, chartab.c: New files.
21517
21518 * charset.c: Mostly re-written. Move character and multibyte sequence
21519 handling codes to character.c.
21520
21521 * charset.h: Mostly re-written. Move character and multibyte sequence
21522 handling codes to character.h.
21523
21524 * coding.c, coding.h: Mostly re-written.
21525
21526 * composite.c: Include "character.h" instead of "charset.h".
21527 (CHAR_WIDTH): Move to character.h.
21528 (HASH_KEY, HASH_VALUE): Delete.
21529
21530 * composite.h (enum composition_method): Change order of enumeration
21531 symbols.
21532
21533 * data.c: Include "character.h" instead of "charset.h".
21534 (Faref): Call CHAR_TABLE_REF for a char table.
21535 (Faset): Call CHAR_TABLE_SET for a char table.
21536
21537 * dispextern.h (free_realized_face, check_face_attribytes)
21538 (generate_ascii_font): Extern them.
21539 (free_realized_multibyte_face): Delete extern.
21540
21541 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
21542 table structure.
21543
21544 * editfns.c: Include "character.h" instead of "charset.h".
21545 (Fchar_to_string): Always call CHAR_STRING.
21546
21547 * emacs.c (main): Call init_charset_once, init_charset,
21548 syms_of_chartab, and syms_of_character.
21549
21550 * fileio.c: Include "character.h" instead of "charset.h".
21551 (Finsert_file_contents): Big change for the new code-conversion API.
21552 (choose_write_coding_system, Fwrite_region): Likewise.
21553 (build_annotations_2): Delete.
21554 (e_write): Big change for the new code-conversion API.
21555
21556 * fns.c: Include "character.h" instead of "charset.h".
21557 (copy_sub_char_table): Move to chartab.c.
21558 (Fcopy_sequence): Call copy_char_table for a char table.
21559 (concat): Delete codes calling count_multibyte.
21560 (string_char_to_byte, string_byte_to_char): Adjust for the new
21561 multibyte form.
21562 (internal_equal): Adjust for the change of char table structure.
21563 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
21564 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
21565 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
21566 (char_table_translate, optimize_sub_char_table)
21567 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
21568 chartab.c.
21569 (char_table_ref_and_index): Delete.
21570 (HASH_KEY, HASH_VALUE): Move to lisp.h.
21571 (Fmd5): Call preferred_coding_system instead of accessing
21572 Vcoding_category_list. Adjust for the new code-conversion API.
21573 (syms_of_fns): Move defsubr for char table related functions to
21574 chartab.c.
21575
21576 * fontset.c: Mostly re-written.
21577
21578 * fontset.h (struct font_info): Change type of the member encoding_type.
21579 (enum FONT_SPEC_INDEX): New enum.
21580 (fontset_font_pattern, fs_load_font): Update prototype.
21581 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
21582
21583 * indent.c: Include "character.h" instead of "charset.h".
21584 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
21585
21586 * insdel.c: Include "character.h" instead of "charset.h".
21587 (copy_text): Don't refer to Vnonascii_translation_table.
21588 (insert_from_gap): New function.
21589
21590 * keyboard.c: Include "character.h" instead of "charset.h".
21591 (command_loop_1): Never call direct_output_forward_char before
21592 a non-ASCII character.
21593 (read_char): If Vkeyboard_translate_table is a char table, always
21594 translate a character.
21595
21596 * keymap.c: Include "character.h".
21597 (store_in_keymap): Handle the case that IDX is a cons.
21598 (Fdefine_key): Handle the case that KEY is a cons and the car part
21599 is also a cons (range).
21600 (push_key_description): Adjust for the new character code.
21601 (describe_vector): Call describe_char_table for a char table.
21602 (describe_char_table): New function.
21603
21604 * keymap.h (describe_char_table): Extern it.
21605
21606 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
21607 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
21608 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
21609 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
21610 Delete.
21611 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
21612 structure.
21613 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
21614 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
21615 (CHARTAB_SIZE_BITS_3): New macros.
21616 (chartab_size): Extern it.
21617 (struct Lisp_Char_Table): Re-design.
21618 (struct Lisp_Sub_Char_Table): New structure.
21619 (HASH_KEY, HASH_VALUE): Move from fns.c.
21620 (CHARACTERBITS): Define as 22.
21621 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
21622 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
21623 (GC_SUB_CHAR_TABLE_P): New macro.
21624 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
21625 (code_convert_string_norecord): Deleted extern.
21626 (init_character_once, syms_of_character, init_charset)
21627 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
21628
21629 * lread.c: Include "character.h".
21630 (read_multibyte): New arg NBYTES.
21631 (read_escape): Change the meaning of returned *BYTEREP.
21632 (to_multibyte): Delete.
21633 (read1): Adjust the handling of char table and string.
21634
21635 * print.c: Include "character.h" instead of "charset.h".
21636 (print_string): Convert 8-bit raw bytes to octal form by
21637 string_escape_byte8.
21638 (print_object): Adjust for the new multibyte form. Print 8-bit
21639 raw bytes always in octal form. Handle sub char table correctly.
21640
21641 * process.c: Include "character.h" instead of "charset.h".
21642 (read_process_output, send_process): Adjust for the new
21643 code-conversion API.
21644
21645 * puresize.h (BASE_PURESIZE): Increase.
21646
21647 * regex.c: Include "character.h" instead of "charset.h".
21648 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
21649 (regex_compile): Accept a range whose starting and ending
21650 character have different leading bytes.
21651 (analyse_first): Adjust for the above change.
21652
21653 * search.c: Include "character.h" instead of "charset.h".
21654 (search_buffer, boyer_moore): Adjust for the new multibyte form.
21655 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
21656
21657 * syntax.c: Include "character.h" instead of "charset.h".
21658 (syntax_parent_lookup): Delete.
21659 (Fmodify_syntax_entry): Accept a cons as CHAR.
21660 (skip_chars): Adjust for the new multibyte form.
21661 (init_syntax_once): Call char_table_set_range instead of directly
21662 accessing the structure of a char table.
21663
21664 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
21665 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
21666 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
21667 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
21668
21669 * term.c: Include "buffer.h" and "character.h".
21670 (encode_terminal_code, write_glyphs): Adjust for the new
21671 code-conversion API.
21672 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
21673
21674 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
21675
21676 * xdisp.c: Include "character.h".
21677 (get_next_display_element): Adjust for the new multibyte form.
21678 (disp_char_vector): Adjust for the new char table structure.
21679 (decode_mode_spec_coding): Adjust for the new structure of
21680 coding system.
21681 (decode_mode_spec): Adjust for the new code-conversion API.
21682
21683 * xfaces.c: Include "character.h" instead of "charset.h".
21684 (load_face_font): Adjust for the change of choose_face_font and
21685 FS_LOAD_FONT.
21686 (generate_ascii_font): New function.
21687 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
21688 (set_font_frame_param): Adjust for the change of choose_face_font.
21689 (free_realized_face): Make it public.
21690 (free_realized_faces_for_fontset): Rename from
21691 free_realized_multibyte_face. Free also faces realized for ASCII.
21692 (choose_face_font): Change arguments. Adjust for the change of
21693 fontset_font_pattern and FS_LOAD_FONT.
21694
21695 * xfns.c: Include "character.h".
21696 (x_encode_text): Adjust for the new code-conversion API.
21697
21698 * xselect.c: Don't include "charset.h".
21699 (selection_data_to_lisp_data): Adjust for the new code conversion API.
21700
21701 * xterm.c: Include "character.h".
21702 (x_encode_char): New argument CHARSET. Change caller.
21703 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
21704 Call ENCODE_CHAR instead of SPLIT_CHAR.
21705 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
21706 CHAR_WIDTH instead of CHARSET_WIDTH.
21707 (XTread_socket): Adjust for the new code-conversion API.
21708 (x_new_font): Adjust for the change of FS_LOAD_FONT.
21709 (x_load_font): Adjust for the change of struct font.
21710
217112008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
21712
21713 * xfaces.c (face_at_buffer_position): Remove unused vars.
21714
217152008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21716
21717 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
21718 Fix overflow checking.
21719
217202008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21721
21722 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
21723 Cancel previous change.
21724
217252008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
21726
21727 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
21728 ccl->eight_bit_control. Fix check for buffer overflow.
21729 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
21730 (ccl_driver): Initialize extra_bytes to 0.
21731
217322008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
21733
21734 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
21735 return it ORed with ctrl_modifier.
21736
217372008-01-29 Miles Bader <miles@gnu.org>
21738
21739 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
21740
217412008-01-28 Jason Rumney <jasonr@gnu.org>
21742
21743 * w32.c (stat): Don't double check for networked drive.
21744
217452008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21746
21747 * window.c (run_window_configuration_change_hook): New function.
21748 Code extracted from set_window_buffer. Set the selected frame.
21749 (set_window_buffer): Use it.
21750 * window.h (run_window_configuration_change_hook): Declare.
21751 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
21752
21753 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
21754
217552008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
21756
21757 * Makefile.in: Remove references to unused macros.
21758
217592008-01-26 Eli Zaretskii <eliz@gnu.org>
21760
21761 * w32.c (g_b_init_get_sid_sub_authority)
21762 (g_b_init_get_sid_sub_authority_count): New static variables.
21763 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
21764 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
21765 (init_user_info): Use them to retrieve uid and gid.
21766 Use 500/513, the Windows defaults, as Administrator's uid/gid.
21767 (fstat): Use pw_uid and pw_gid from the_passwd structure for
21768 st_uid and st_gid of the file.
21769
217702008-01-26 Jason Rumney <jasonr@gnu.org>
21771
21772 * w32.c (logon_network_drive): New function.
21773 (stat): Use it.
21774
217752008-01-26 Chong Yidong <cyd@stupidchicken.com>
21776
21777 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
21778 invisible text covered with an ellipsis.
21779
217802008-01-25 Richard Stallman <rms@gnu.org>
21781
21782 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
21783 jump back to beginning. Move some other initializations after that.
21784 (Qwindow_text_change_functions, Vwindow_text_change_functions):
21785 New variables.
21786 (syms_of_xdisp): Init them.
21787
21788 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
21789
21790 * buffer.c (reset_buffer_local_variables):
21791 Implement `permanent-local-hook'.
21792 (Qpermanent_local_hook): New variable.
21793 (syms_of_buffer): Init and staticpro it.
21794
217952008-01-25 Michael Albinus <michael.albinus@gmx.de>
21796
21797 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
21798
217992008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
21800
21801 * fns.c (Fclrhash): Return TABLE.
21802
218032008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21804
21805 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
21806 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
21807 is set even without positional changes.
21808 (x_scroll_bar_clear): Set bar->redraw_needed_p.
21809
21810 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
21811
218122008-01-23 Jason Rumney <jasonr@gnu.org>
21813
21814 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
21815
21816 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
21817 the unicode range available in MULE by locale-coding-system.
21818 Improve dbcs lead byte detection. Set event timestamp and modifiers
21819 earlier.
21820
218212008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21822
21823 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
21824 [MAC_OSX] (init_mac_osx_environment): Initialize it.
21825 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
21826 when used on child processes.
21827
218282008-01-21 Michael Albinus <michael.albinus@gmx.de>
21829
21830 * dbusbind.c (Fdbus_method_return_internal): Rename from
21831 Fdbus_method_return.
21832 (Fdbus_unregister_object): Move to dbus.el.
21833 (Fdbus_call_method, Fdbus_method_return_internal)
21834 (Fdbus_send_signal): Improve debug messages.
21835
218362008-01-20 Martin Rudalics <rudalics@gmx.at>
21837
21838 * undo.c (undo_inhibit_record_point): New variable.
21839 (syms_of_undo): Initialize it.
21840 (record_point): Don't record point when undo_inhibit_record_point
21841 is set.
21842
218432008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
21844
21845 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
21846
21847 * xdisp.c (Qauto_hscroll_mode): New var.
21848 (syms_of_xdisp): Initialize it.
21849 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
21850 window's buffer.
21851 (hscroll_windows): Don't check automatic_hscrolling_p here.
21852
21853 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
21854 vscroll if we're setting window-buffer to the value it already has.
21855
218562008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
21857
21858 * m/intel386.h: Remove references to XENIX.
21859
218602008-01-17 Andreas Schwab <schwab@suse.de>
21861
21862 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
21863 instead of HAVE_X86_64_LIB64_DIR.
21864 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
21865
218662008-01-17 Glenn Morris <rgm@gnu.org>
21867
21868 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
21869 to HAVE_X86_64_LIB64_DIR.
21870
218712008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
21872
21873 * s/irix3-3.h:
21874 * s/irix4-0.h:
21875 * s/386-ix.h:
21876 * s/domain.h:
21877 * s/hpux9-x11r4.h:
21878 * s/hpux9shxr4.h: Remove files for systems no longer supported.
21879
21880 * sysdep.c: Remove code containing references to symbols defined
21881 by unsupported systems.
21882
218832008-01-16 Glenn Morris <rgm@gnu.org>
21884
21885 * coding.c (select-safe-coding-system-function): Doc fix.
21886
218872008-01-15 Glenn Morris <rgm@gnu.org>
21888
21889 * config.in: Revert 2008-01-13 change: this is a generated file.
21890
218912008-01-13 Tom Tromey <tromey@redhat.com>
21892
21893 * lisp.h: Fix typo.
21894
218952008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
21896
21897 * m/sequent-ptx.h:
21898 * m/sequent.h:
21899 * s/ptx.h:
21900 * s/ptx4-2.h:
21901 * s/ptx4.h: Remove files for systems no longer supported.
21902
21903 * callproc.c (Fcall_process): Fix previous change.
21904
219052008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
21906
21907 * unexsunos4.c: Remove file, system not supported anymore.
21908
21909 * m/mips.h:
21910 * m/intel386.h:
21911 * callproc.c:
21912 * config.in:
21913 * ecrt0.c:
21914 * emacs.c:
21915 * fileio.c:
21916 * frame.c:
21917 * getpagesize.h:
21918 * keyboard.c:
21919 * lread.c:
21920 * process.c:
21921 * puresize.h:
21922 * sysdep.c:
21923 * systty.h:
21924 * syswait.h:
21925 * unexec.c:
21926 * xdisp.c:
21927 * alloc.c: Remove code containing references to symbols defined by
21928 unsupported systems.
21929
219302008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
21931
21932 * coding.c (detect_coding_mask): Fix previous change.
21933
219342008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
21935
21936 * coding.c (detect_coding_iso2022): New arg
21937 latin_extra_code_state. Allow Latin extra codes only
21938 when *latin_extra_code_state is nonzero.
21939 (detect_coding_mask): If there is a NULL byte, detect the encoding
21940 as UTF-16 or binary. If Latin extra codes exist, detect the
21941 encoding as ISO-2022 only when there's no other proper encoding is
21942 found.
21943
219442008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21945
21946 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
21947 #ifdef MAC_OS.
21948
219492008-01-08 Richard Stallman <rms@gnu.org>
21950
21951 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
21952
219532008-01-06 Nick Roberts <nickrob@snap.net.nz>
21954
21955 * keyboard.c (parse_menu_item): Don't enclose key bindings on
21956 menu bar in parentheses.
21957
219582008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
21959
21960 * m/7300.h:
21961 * m/acorn.h:
21962 * m/alliant-2800.h:
21963 * m/alliant.h:
21964 * m/alliant1.h:
21965 * m/alliant4.h:
21966 * m/altos.h:
21967 * m/amdahl.h:
21968 * m/apollo.h:
21969 * m/att3b.h:
21970 * m/aviion-intel.h:
21971 * m/aviion.h:
21972 * m/celerity.h:
21973 * m/clipper.h:
21974 * m/cnvrgnt.h:
21975 * m/convex.h:
21976 * m/cydra5.h:
21977 * m/delta88k.h:
21978 * m/dpx2.h:
21979 * m/dual.h:
21980 * m/elxsi.h:
21981 * m/f301.h:
21982 * m/gould-np1.h:
21983 * m/gould.h:
21984 * m/i860.h:
21985 * m/ibmps2-aix.h:
21986 * m/ibmrt-aix.h:
21987 * m/ibmrt.h:
21988 * m/irist.h:
21989 * m/is386.h:
21990 * m/isi-ov.h:
21991 * m/mega68.h:
21992 * m/mg1.h:
21993 * m/news-r6.h:
21994 * m/news-risc.h:
21995 * m/news.h:
21996 * m/nh3000.h:
21997 * m/nh4000.h:
21998 * m/ns16000.h:
21999 * m/ns32000.h:
22000 * m/nu.h:
22001 * m/orion.h:
22002 * m/orion105.h:
22003 * m/paragon.h:
22004 * m/pfa50.h:
22005 * m/plexus.h:
22006 * m/pyramid.h:
22007 * m/pyrmips.h:
22008 * m/sh3el.h:
22009 * m/sps7.h:
22010 * m/sr2k.h:
22011 * m/stride.h:
22012 * m/sun1.h:
22013 * m/sun2.h:
22014 * m/sun3-68881.h:
22015 * m/sun3-fpa.h:
22016 * m/sun3-soft.h:
22017 * m/sun3.h:
22018 * m/sun386.h:
22019 * m/symmetry.h:
22020 * m/tad68k.h:
22021 * m/tahoe.h:
22022 * m/targon31.h:
22023 * m/tek4300.h:
22024 * m/tekxd88.h:
22025 * m/tower32.h:
22026 * m/tower32v3.h:
22027 * m/ustation.h:
22028 * m/wicat.h:
22029 * m/xps100.h:
22030 * s/cxux.h:
22031 * s/cxux7.h:
22032 * s/dgux.h:
22033 * s/dgux4.h:
22034 * s/dgux5-4-3.h:
22035 * s/dgux5-4r2.h:
22036 * s/esix.h:
22037 * s/esix5r4.h:
22038 * s/hiuxmpp.h:
22039 * s/hiuxwe2.h:
22040 * s/iris3-5.h:
22041 * s/iris3-6.h:
22042 * s/isc2-2.h:
22043 * s/isc3-0.h:
22044 * s/isc4-0.h:
22045 * s/isc4-1.h:
22046 * s/newsos5.h:
22047 * s/newsos6.h:
22048 * s/osf1.h:
22049 * s/osf5-0.h:
22050 * s/riscix1-1.h:
22051 * s/riscix12.h:
22052 * s/sco4.h:
22053 * s/sco5.h:
22054 * s/sunos4-0.h:
22055 * s/sunos4-1.h:
22056 * s/sunos413.h:
22057 * s/sunos4shr.h:
22058 * s/umax.h:
22059 * s/unipl5-2.h:
22060 * s/xenix.h:
22061 * cxux-crt0.s:
22062 * unexapollo.c:
22063 * unexconvex.c:
22064 * unexenix.c:
22065 * unexsni.c: Remove files for systems no longer supported.
22066
22067 * m/intel386.h: Remove references to unsupported systems.
22068
22069 * w32.c (get_emacs_configuration): Remove reference to i860.
22070
22071 * sysdep.c: Remove dead code.
22072
220732008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
22074
22075 * s/rtu.h:
22076 * m/masscomp.h: Remove files. Platform is obsolete.
22077
220782008-01-04 Michael Albinus <michael.albinus@gmx.de>
22079
22080 * dbusbind.c (Fdbus_method_return): New function.
22081 (xd_read_message): Add the serial number to the event.
22082 (Fdbus_register_method): Activate the function.
22083
220842008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22085
22086 * keyboard.c (read_key_sequence): Fix typo.
22087
220882008-01-03 Michael Albinus <michael.albinus@gmx.de>
22089
22090 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
22091 (xd_signature, xd_append_arg): Handle element type detection for
22092 empty arrays.
22093 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
22094 SDATA () calls; this must be solved more general.
22095 (Fdbus_register_signal): Use SBYTES instead of strlen.
22096
220972008-01-03 Magnus Henoch <magnus@zemdatav>
22098
22099 * dbusbind.c (xd_append_arg): Use unsigned char instead of
22100 unsigned int for byte values (necessary for big-endian platform).
22101 (Fdbus_call_method): Handle the case of no returned arguments.
22102
221032007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
22104
22105 * dbusbind.c (xd_read_message): Use non-static input_event struct.
22106
221072007-12-31 Magnus Henoch <mange@freemail.hu>
22108
22109 * dbusbind.c (xd_signature): Signature of variant is just "v".
22110
221112007-12-30 Michael Albinus <michael.albinus@gmx.de>
22112
22113 * dbusbind.c: Fix several errors and compiler warnings.
22114 Reported by Tom Tromey <tromey@redhat.com>.
22115 (XD_ERROR, XD_DEBUG_MESSAGE)
22116 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
22117 (xd_append_arg): Part for basic D-Bus types rewritten.
22118 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
22119 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
22120 appropriate.
22121 (xd_read_message): Return Qnil. Don't signal an error; it is not
22122 useful during event reading.
22123 (Fdbus_register_signal): Signal an error if the check for
22124 FUNCTIONP fails.
22125 (Fdbus_register_method): New function. The implementation is not
22126 complete, the call of the function signals an error therefore.
22127 (Fdbus_unregister_object): New function, renamed from
22128 Fdbus_unregister_signal. The initial check signals an error, if
22129 the object is not well formed.
22130
221312007-12-30 Richard Stallman <rms@gnu.org>
22132
22133 * textprop.c (get_char_property_and_overlay):
22134 Signal error if POSITION is out of range in a buffer.
22135
221362007-12-29 Martin Rudalics <rudalics@gmx.at>
22137
22138 * w32fns.c (Fx_create_frame): Make copy of frame parameters
22139 because the original parameters are in pure storage now.
22140
221412007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22142
22143 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
22144
221452007-12-22 Eli Zaretskii <eliz@gnu.org>
22146
22147 * callint.c (syms_of_callint) <command-history>: Add reference to
22148 history-length in the doc string.
22149
221502007-12-17 Jason Rumney <jasonr@gnu.org>
22151
22152 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
22153 before passing as wParam.
22154
221552007-12-22 Michael Albinus <michael.albinus@gmx.de>
22156
22157 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
22158 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
22159 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
22160 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
22161 as number.
22162 (Fdbus_call_method): Fix docstring.
22163
221642007-12-21 Michael Albinus <michael.albinus@gmx.de>
22165
22166 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
22167 New macros.
22168 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
22169 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
22170 Simplify.
22171 (xd_signature): New function.
22172 (xd_append_arg): Compute also signatures. Major rewrite.
22173 (xd_retrieve_arg): Make debug messages friendly.
22174 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
22175 Check for signatures of arguments.
22176
221772007-12-19 Michael Albinus <michael.albinus@gmx.de>
22178
22179 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
22180 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
22181 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
22182 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
22183 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
22184 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
22185 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
22186 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
22187 (xd_retrieve_value): Remove. Functionality included in ...
22188 (xd_append_arg): New function.
22189 (Fdbus_call_method, Fdbus_send_signal): Apply it.
22190
221912007-12-16 Michael Albinus <michael.albinus@gmx.de>
22192
22193 * dbusbind.c (top): Include <stdio.h>.
22194 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
22195 dbus_message_new_method_call and dbus_message_new_signal.
22196 (Fdbus_register_signal): Rename unique_name to uname.
22197 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
22198 non-existing unique name. Fix typos in matching rule. Return an
22199 object which is useful in Fdbus_unregister_signal.
22200 (Fdbus_unregister_signal): Reimplementation, in order to remove
22201 only the corresponding entry.
22202 (Vdbus_registered_functions_table): Change the order of entries.
22203 Apply these changes in xd_read_message and Fdbus_register_signal.
22204
222052007-12-16 Andreas Schwab <schwab@suse.de>
22206
22207 * fileio.c (Finsert_file_contents): Fix overflow check to not
22208 depend on undefined integer overflow.
22209
222102007-12-14 Jason Rumney <jasonr@gnu.org>
22211
22212 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
22213 for characters above 127.
22214
222152007-12-13 Jason Rumney <jasonr@gnu.org>
22216
22217 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
22218 before dereferencing array.
22219 (lookup_vk_code): Remove zero comparison.
22220
222212007-12-14 Michael Albinus <michael.albinus@gmx.de>
22222
22223 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
22224 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
22225 Use `unsigned int' instead of `uint'.
22226 (xd_read_message, Fdbus_register_signal): Split expressions into
22227 multiple lines before operators "&&" and "||", according to the
22228 GNU Coding Standards.
22229
222302007-12-14 Eli Zaretskii <eliz@gnu.org>
22231
22232 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
22233
222342007-12-12 Juri Linkov <juri@jurta.org>
22235
22236 * buffer.c (Frename_buffer): In interactive spec replace
22237 `read-buffer' with `read-string' that uses `buffer-name-history'
22238 as history, and the current buffer's name as default.
22239
222402007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
22241
22242 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
22243 manipulating the backtrace manually.
22244 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
22245 (struct backtrace, backtrace_list): Remove.
22246 (command_loop_1): Remove dead var `no_direct'.
22247
22248 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
22249 preserve non-built-in buffer-local variables.
22250 (Fkill_all_local_variables): Don't re-create&re-set permanent
22251 buffer-local variables.
22252
222532007-12-09 Juri Linkov <juri@jurta.org>
22254
22255 * buffer.c (Frename_buffer): Change interactive spec from "s" to
22256 Lisp code that uses `read-buffer' with current buffer as default.
22257
222582007-12-08 Michael Albinus <michael.albinus@gmx.de>
22259
22260 * dbusbind.c (xd_read_message): Generate an event for every
22261 registered handler. There might be several handlers registered
22262 for the same signal.
22263 (Fdbus_register_signal): Don't overwrite a registration for the
22264 same signal. Add a new registration if handlers are different.
22265 (Vdbus_registered_functions_table): Rework doc string.
22266
222672007-12-07 Michael Albinus <michael.albinus@gmx.de>
22268
22269 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
22270 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
22271 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
22272 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
22273 Unify argument lists.
22274 (xd_read_message, Fdbus_register_signal): Reorder and extend event
22275 arguments and hash table keys. Use unique name for service.
22276 (Fdbus_unregister_signal): Remove checks.
22277 (Vdbus_registered_functions_table): Fix doc string.
22278
222792007-12-05 Magnus Henoch <mange@freemail.hu>
22280
22281 * process.c (make_process): Initialize pty_flag to 0.
22282
222832007-12-05 Jason Rumney <jasonr@gnu.org>
22284
22285 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
22286 specified XBMs.
22287
222882007-12-05 Richard Stallman <rms@gnu.org>
22289
22290 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
22291
222922007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22293
22294 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
22295 New variable.
22296 (mac_try_close_socket) [MAC_OSX]: New function.
22297 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
22298 Update cfsockets_for_select. Replace invalid CFRunLoop source.
22299
22300 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
22301 Use mac_try_close_socket.
22302
223032007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22304
22305 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
22306 reloc_base.
22307 (copy_dysymtab): Compute relocation base here.
22308 (rebase_reloc_address) [__ppc64__]: New function.
22309 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
22310 changed.
22311
223122007-12-05 Jason Rumney <jasonr@gnu.org>
22313
22314 * w32proc.c (sys_spawnve): Quote args with wildcards.
22315
223162007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22317
22318 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
22319 __objc_* sections.
22320 (unrelocate) [_LP64]: Set relocation base to address of data segment.
22321
223222007-12-05 Michael Albinus <michael.albinus@gmx.de>
22323
22324 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
22325 Move check for Vdbus_registered_functions_table to
22326 xd_read_queued_messages.
22327 (xd_read_queued_messages): Protect xd_read_message calls by
22328 internal_condition_case_1.
22329
223302007-12-04 Michael Albinus <michael.albinus@gmx.de>
22331
22332 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
22333 Qdbus_system_bus and Qdbus_session_bus, respectively.
22334 (Vdbus_intern_symbols): Remove.
22335 (Vdbus_registered_functions_table): New hash table.
22336 (XD_SYMBOL_INTERN_SYMBOL): Remove.
22337 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
22338 Rewrite in order to manage registered functions by hash table
22339 Vdbus_registered_functions_table.
22340
223412007-12-03 Jan Djärv <jan.h.d@swipnet.se>
22342
22343 * xterm.c: Update URL to Window Manager Specification in comment.
22344
223452007-12-02 Michael Albinus <michael.albinus@gmx.de>
22346
22347 * config.in (HAVE_DBUS): Add.
22348
22349 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
22350 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
22351 (obj): Add $(DBUS_OBJ).
22352 (LIBES): Add $(DBUS_LIBS).
22353 (dbusbind.o): New target.
22354
22355 * dbusbind.c: New file.
22356
22357 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
22358
22359 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
22360 (Qdbus_event): New Lisp symbol.
22361 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
22362 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 22363 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
22364
22365 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
22366
223672007-12-01 Richard Stallman <rms@gnu.org>
22368
22369 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
22370
223712007-11-30 Jason Rumney <jasonr@gnu.org>
22372
22373 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
22374 (w32con_reset_terminal_modes): Clear screen buffer.
22375 (w32_face_attributes): Don't use color indexes that are out of range.
22376 Only reverse the default colors.
22377
22378 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
22379 WINDOWSNT.
22380
22381 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
22382
223832007-11-29 Jason Rumney <jasonr@gnu.org>
22384
22385 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
22386 (w32_face_attributes): Use Vtty_defined_color_alist to determine
22387 if the terminal colors are initialized.
22388 (unspecified_fg, unspecified_bg): Remove unused declarations.
22389
223902007-11-29 Andreas Schwab <schwab@suse.de>
22391
22392 * keyboard.c (apply_modifiers): Fix typo.
22393
223942007-11-29 Richard Stallman <rms@gnu.org>
22395
22396 * keymap.c (Fcurrent_local_map): Doc fix.
22397
223982007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
22399
22400 * s/gnu-kfreebsd.h: New file.
22401
224022007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
22403
22404 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
22405 Don't cast redundantly.
22406
22407 * keyboard.c (KEY_TO_CHAR): New macro.
22408 (parse_modifiers, apply_modifiers): Accept integer arguments.
22409 (read_key_sequence): Use them to unify the "shift->unshift" mapping
22410 for chars and symbol keys.
22411 After doing such remapping, apply function-key-map again.
22412
224132007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
22414
22415 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
22416 compiled anymore.
22417
224182007-11-26 Andreas Schwab <schwab@suse.de>
22419
22420 * process.c (list_processes_1): Fix indentation level of the
22421 command column.
22422
224232007-11-23 Andreas Schwab <schwab@suse.de>
22424
22425 * editfns.c (Fformat): Handle %c specially since it requires the
22426 argument to be of type int.
22427
224282007-11-23 Markus Triska <markus.triska@gmx.at>
22429
22430 * emacs.c (main): Call init_editfns before init_process, since
22431 init_process sets Vprocess_connection_type depending on OS release.
22432
224332007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
22434
22435 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
22436 (find_symbol_value): Use do_symval_forwarding.
22437
22438 * data.c (set_internal): Set the value in the `cons-cell' (for
22439 Buffer_Local_values) not only for frame-local variables.
22440
224412007-11-22 Andreas Schwab <schwab@suse.de>
22442
22443 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
22444 values to sprintf.
22445 * keymap.c (Fsingle_key_description): Likewise.
22446 * print.c (print_object): Likewise.
22447
224482007-11-22 Jan Djärv <jan.h.d@swipnet.se>
22449
22450 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
22451 file for image is nil.
22452
224532007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
22454
22455 * term.c: Include stdarg.h.
22456 (fatal): Implement using varargs.
22457 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
22458
224592007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
22460
22461 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
22462 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
22463 Update call to buffer_slot_type_mismatch.
22464 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
22465 (buffer_slot_type_mismatch): Update.
22466 * buffer.c (buffer_local_types): Remove.
22467 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
22468 (defvar_per_buffer): Set the type in the buffer_objfwd.
22469
224702007-11-21 Jason Rumney <jasonr@gnu.org>
22471
22472 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
22473 CreateFileMapping returns NULL on failure.
22474
224752007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
22476
22477 * search.c (Fset_match_data): Remove the `evaporate' feature.
22478 (unwind_set_match_data): Don't use the `evaporate' feature.
22479
224802007-11-21 Jason Rumney <jasonr@gnu.org>
22481
22482 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
22483
22484 * w32console.c (w32con_write_glyphs): Remove unused variables.
22485
224862007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
22487
22488 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
22489
22490 * s/darwin.h (MULTI_KBOARD): Remove.
22491
22492 * macfns.c (x_create_tip_frame, Fx_create_frame)
22493 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
22494
224952007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
22496
22497 * buffer.c (Fbuffer_local_value): Remove redundant test.
22498 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
22499 than in `current-buffer' to match the comment.
22500 Do the swap using swap_in_global_binding.
22501
22502 * data.c (store_symval_forwarding, set_internal):
22503 * eval.c (specbind): Remove dead code.
22504
22505 * coding.c (detect_coding, Fupdate_coding_systems_internal):
22506 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
22507 Since we do not want to see internal Lisp_*fwd objects here.
22508
225092007-11-18 Jan Djärv <jan.h.d@swipnet.se>
22510
22511 * sysdep.c (init_system_name): Use getaddrinfo if available.
22512
22513 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
22514 (x_scroll_bar_note_movement): start, end, with, height in struct
22515 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
22516
225172007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
22518
22519 * puresize.h (BASE_PURESIZE): Increase to 1190000.
22520
225212007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
22522
22523 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
22524 This undoes Richard's change of 14-Oct-2002.
22525
22526 * alloc.c (allocate_other_vector):
22527 * lisp.h (allocate_other_vector): Remove.
22528
22529 * window.c (struct save_window_data): Move non-lisp data to the end
22530 and make it `int' rather than Lisp_Object.
22531 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
22532 Done wrap/unwrap integer values.
22533 (Fset_window_configuration, compare_window_configurations):
22534 Update use of fields to their new types.
22535
22536 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
22537 Turn integer fields into `int'. Merge x_window_low and x_window_high.
22538 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
22539 (SET_SCROLL_BAR_X_WINDOW): Remove.
22540 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
22541 Access the new x_window field directly.
22542 * xterm.c (x_scroll_bar_create): Use a pseudovector.
22543 Don't wrap/unwrap integers into Lisp_Objects.
22544 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
22545 (x_scroll_bar_report_motion):
22546 Don't wrap/unwrap integers into Lisp_Objects.
22547 (x_term_init): Use SDATA.
22548 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
22549 (x_scroll_bar_set_handle, x_scroll_bar_remove)
22550 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
22551 (x_scroll_bar_report_motion, x_scroll_bar_clear):
22552 * xfns.c (x_set_background_color):
22553 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
22554 Access the new x_window field directly.
22555
22556 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
22557 (allocate_pseudovector): Make non-static.
22558
22559 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
22560 (allocate_pseudovector): Declare.
22561 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
22562
225632007-11-15 Andreas Schwab <schwab@suse.de>
22564
22565 * editfns.c (Fformat): Correctly format EMACS_INT values.
22566 Also take precision into account when formatting an integer.
22567
22568 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
22569
225702007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
22571
22572 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
22573 (syms_of_keyboard): Defsubr it.
22574
22575 * data.c (swap_in_global_binding): Fix longstanding bug where
22576 store_symval_forwarding was not called with the right second argument,
22577 thus causing objfwd-ing from being dropped.
22578
225792007-11-14 Juanma Barranquero <lekktu@gmail.com>
22580
22581 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
22582 (Fx_display_pixel_height, Fx_display_planes)
22583 (Fx_display_color_cells, Fx_server_max_request_size)
22584 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
22585 (Fx_display_visual_class, Fx_display_save_under):
22586 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
22587 (Fx_display_pixel_height, Fx_display_planes)
22588 (Fx_display_color_cells, Fx_server_max_request_size)
22589 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
22590 (Fx_display_mm_height, Fx_display_mm_width)
22591 (Fx_display_backing_store, Fx_display_visual_class)
22592 (Fw32_select_font, Fx_display_save_under):
22593 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
22594 (Fx_display_pixel_height, Fx_display_planes)
22595 (Fx_display_color_cells, Fx_server_max_request_size)
22596 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
22597 (Fx_display_save_under): Fix typos in docstrings.
22598
225992007-11-14 Juanma Barranquero <lekktu@gmail.com>
22600
22601 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
22602 corresponding to deleted entries; they are an implementation detail.
22603 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
22604 Remove variables.
22605 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
22606 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
22607 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
22608 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
22609 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
22610 (Fw32_define_rgb_color, Fw32_load_color_file)
22611 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
22612 Fix typos in docstrings.
22613 (Fx_server_version): Reflow docstring.
22614 (Fw32_shell_execute): Doc fixes.
22615
226162007-11-13 Juanma Barranquero <lekktu@gmail.com>
22617
22618 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
22619 if w32_parse_hot_key returned nil.
22620
226212007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
22622
22623 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
22624
226252007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 22626
aac0c6e3
MR
22627 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
22628
22629 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
22630
22631 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
22632 Remove W32_SCROLL_BAR_CLICK_EVENT.
22633
22634 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
22635 Add MULTIMEDIA_KEY_EVENT.
22636
22637 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
22638 (lispy_multimedia_keys) [WINDOWSNT]: New array.
22639 (make_lispy_event) [WINDOWSNT]: Use it to translate
22640 MULTIMEDIA_KEY_EVENT.
22641
22642 * w32term.h (WM_APPCOMMAND): Define if not already.
22643 (GET_APPCOMMAND_LPARAM): Likewise.
22644
22645 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
22646 WM_APPCOMMAND.
22647
22648 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
22649 (syms_of_w32fns): Export and initialize it.
22650 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
22651
226522007-11-09 Chong Yidong <cyd@stupidchicken.com>
22653
22654 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
22655 twice.
22656
22657 * xdisp.c (handle_face_prop): Fix last change.
22658
226592007-11-09 Richard Stallman <rms@gnu.org>
22660
22661 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
22662 not just for after-strings and before-strings.
22663 Call face_for_overlay_string and pass the overlay to it.
22664 (handle_display_prop): Determine whether property came from an overlay.
22665 Pass OVERLAY arg to handle_single_display_spec.
22666 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
22667 (load_overlay_strings): Fill in it->string_overlays.
22668 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
22669
22670 * xfaces.c (face_for_overlay_string): Function renamed from
22671 face_at_buffer_position_no_overlays, and add arg OVERLAY.
22672
22673 * dispextern.h (struct it): New elt string_overlays.
22674 New elt from_overlay, also in stack.
22675 Rearrange a few elements.
22676 (face_for_overlay_string): Decl renamed from
22677 face_at_buffer_position_no_overlays, and add argument.
22678
226792007-11-09 Richard Stallman <rms@gnu.org>
22680
22681 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
22682 to get the base face for an overlay string.
22683
22684 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
22685
22686 * xfaces.c (face_at_buffer_position_no_overlays): New function.
22687
22688 * xdisp.c (handle_stop): Move some code out of loop.
22689
226902007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22691
22692 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
22693 Fix conversion from Lisp object to ATSUFontID.
22694
226952007-11-09 Jason Rumney <jasonr@gnu.org>
22696
22697 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
22698
226992007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22700
22701 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
22702 Don't assume regions are aligned to page boundary.
22703 (print_load_command_name): Add LC_UUID if defined.
22704
227052007-11-09 Richard Stallman <rms@gnu.org>
22706
22707 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
22708
227092007-11-07 Jason Rumney <jasonr@gnu.org>
22710
22711 * s/windows95.h: Remove.
22712
227132007-11-06 Jan Djärv <jan.h.d@swipnet.se>
22714
22715 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
22716 abort with a message on unhandled store_type values.
22717
227182007-11-01 Jan Djärv <jan.h.d@swipnet.se>
22719
22720 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
22721 Remove HAVE_X11R5 and HAVE_X11R4.
22722
227232007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
22724
22725 * Makefile.in: Remove references to sunfns.c and sunfns.o.
22726
227272007-11-01 Johan Bockgård <bojohan@gnu.org>
22728
22729 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
22730 Don't set s->stippled_p here, since it has already been set by
22731 x_set_glyph_string_gc from x_draw_glyph_string.
22732
227332007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
22734
22735 * sunfns.c: Remove file.
22736
22737 * m/sun386.h:
22738 * m/sun2.h:
22739 * m/sparc.h: Remove Sun windows code.
22740
227412007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
22742
22743 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
22744 (init_keyboard): Set current_kboard's window-system to nil.
22745 (tty_read_avail_input): Typo.
22746 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
22747
227482007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22749
22750 * s/usg5-4.h:
22751 * s/usg5-3.h:
22752 * s/ptx.h:
22753 * m/is386.h:
22754 * m/ibmps2-aix.h:
22755 * Makefile.in: Remove all mentions of X10.
22756
22757 * dispnew.c (syms_of_display): Don't mention version 10.
22758
227592007-10-28 Juanma Barranquero <lekktu@gmail.com>
22760
22761 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
22762 ($(BLD)/abbrev.$(O)): Remove.
22763
227642007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
22765
22766 Rewrite abbrev.c in Elisp.
22767 * image.c (Qcount): Don't declare as extern.
22768 (syms_of_image): Initialize and staticpro `Qcount'.
22769 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
22770 * emacs.c (main): Don't call syms_of_abbrev.
22771 * Makefile.in (obj): Remove abbrev.o.
22772 (abbrev.o): Remove.
22773 * abbrev.c: Remove.
22774
227752007-10-26 Martin Rudalics <rudalics@gmx.at>
22776
22777 * window.c (window_min_size_2): Don't count header-line.
22778
227792007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22780
22781 * frame.h (struct frame): Move all bit fields after the first bit
22782 field to take advantage of the available space. Group all the
22783 chars together to reduce wasted space due to padding.
22784
227852007-10-26 Juanma Barranquero <lekktu@gmail.com>
22786
22787 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
22788
22789 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
22790 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
22791 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
22792 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
22793 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
22794 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
22795 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
22796 (last_marked, mark_object_loop_halt): Make static.
22797
22798 * frame.c (syms_of_frame) <delete-frame-functions>:
22799 Fix typo in docstring.
22800
228012007-10-25 Juanma Barranquero <lekktu@gmail.com>
22802
22803 * w32.c (init_environment): Fix tiny memory leak.
22804 (w32_get_resource): Remove unused variable `ok'.
22805
228062007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22807
22808 Make `window-system' into a keyboard-local variable (rather than
22809 frame-local as done originally by multi-tty).
22810
22811 * keyboard.h (struct kboard): Add Vwindow_system.
22812 * keyboard.c (init_kboard): Set a default for Vwindow_system.
22813 (mark_kboards): Mark Vwindow_system.
22814
22815 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
22816 (init_display): Don't set the obsolete `window-system' frame-param.
22817
22818 * xterm.c (x_term_init):
22819 * w32term.c (w32_create_terminal):
22820 * term.c (init_tty): Set Vwindow_system.
22821 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
22822 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
22823
22824 * xfns.c (Fx_create_frame, x_create_tip_frame):
22825 * w32fns.c (Fx_create_frame, x_create_tip_frame):
22826 * macfns.c (Fx_create_frame):
22827 Don't set the obsolete `window-system' frame-param.
22828
22829 * frame.h (Qwindow_system): Remove.
22830 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
22831 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
22832
228332007-10-24 Richard Stallman <rms@gnu.org>
22834
22835 * frame.c (x_figure_window_size): For fullscreen case,
22836 set USPosition | PPosition without clobbering rest of window_prompting.
22837
22838 * keyboard.c (Fcurrent_idle_time): Doc fix.
22839
22840 * print.c (Fwith_output_to_temp_buffer): Doc fix.
22841
228422007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22843
22844 * process.c (unwind_request_sigio): Only define if __ultrix__.
22845
22846 * callproc.c (child_setup): Remove spurious *.
22847
22848 * lisp.h (Fget_text_property): Declare.
22849 (have_menus_p): Declare it here rather than in sys-dep header files.
22850 * macterm.h (have_menus_p):
22851 * msdos.h (have_menus_p):
22852 * xterm.h (have_menus_p): Remove.
22853
22854 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
22855 (Fmake_variable_frame_local): Just check the variable's const-ness
22856 rather than checking nil or t.
22857
228582007-10-22 Jason Rumney <jasonr@gnu.org>
22859
22860 * w32fns.c: Include math.h.
22861 (w32_abort): Declaration moved to nt/config.nt.
22862
22863 * s/ms-w32.h (HAVE_STDLIB_H): Define.
22864 (abort): Redefinition moved to nt/config.nt.
22865
22866 * m/windowsnt.h: Remove.
22867
228682007-10-22 Juanma Barranquero <lekktu@gmail.com>
22869
22870 * emacs.c (Fdump_emacs): Fix typo in message.
22871 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
22872 <installation-directory>: Reflow docstring.
22873
228742007-10-22 Juri Linkov <juri@jurta.org>
22875
22876 * minibuf.c: Allow minibuffer default to be a list of default values.
22877 With empty input use the first element of this list as returned default.
22878 (string_to_object)
22879 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
22880 (read_minibuf): If defalt is cons, set histstring to its car.
22881 (Fread_string): If default_value is cons, set val to its car.
22882 (Fread_buffer): If def is cons, use its car.
22883 (Fcompleting_read): If defalt is cons, set val to its car.
22884
228852007-10-21 Michael Albinus <michael.albinus@gmx.de>
22886
22887 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
22888
228892007-10-20 Juanma Barranquero <lekktu@gmail.com>
22890
22891 * doc.c (Fdocumentation): Check for advice in all cases.
22892
228932007-10-19 Chong Yidong <cyd@stupidchicken.com>
22894
22895 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
22896
228972007-10-19 Richard Stallman <rms@gnu.org>
22898
22899 * doc.c (Fdocumentation): Check for and handle an advised function.
22900
229012007-10-19 Juanma Barranquero <lekktu@gmail.com>
22902
22903 * process.c (Fset_process_filter): Doc fix.
22904
229052007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22906
22907 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
22908 which caused key-translation-map to applied repeatedly (thus breaking
22909 double-mode).
22910
229112007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22912
22913 * xselect.c (x_own_selection, x_handle_selection_clear)
22914 (x_clear_frame_selections):
22915 * w32menu.c (list_of_panes, list_of_items):
22916 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
22917 * textprop.c (validate_plist, interval_has_all_properties)
22918 (interval_has_some_properties, interval_has_some_properties_list)
22919 (add_properties, text_property_list):
22920 * process.c (Fget_buffer_process, list_processes_1, status_notify):
22921 * minibuf.c (Fassoc_string):
22922 * macselect.c (x_own_selection, x_clear_frame_selections)
22923 (Fx_disown_selection_internal):
22924 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
22925 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
22926
229272007-10-17 Chong Yidong <cyd@stupidchicken.com>
22928
22929 * process.c: Link to libs for calling res_init() if available.
22930 (Fmake_network_process): Call res_init() before getaddrinfo or
22931 gethostbyname, if possible.
22932
229332007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22934
22935 * lread.c (read1): Set pvectype for char_tables.
22936
22937 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
22938 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
22939 Add type checks.
22940 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
22941
22942 * alloc.c (free_misc): Use XMISCTYPE.
22943 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
22944
229452007-10-17 Glenn Morris <rgm@gnu.org>
22946
22947 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
22948 (syms_of_minibuf): Add Qcompletion_ignore_case.
22949 * dired.c (Qcompletion_ignore_case): Change to external.
22950 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
22951 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
22952 (Fread_file_name): Use it rather than intern'ing.
22953
22954 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
22955 (Fread_coding_system): Ignore case of user input.
22956
229572007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22958
22959 * xdisp.c (handle_display_prop): Ignore display specs after
22960 replacing one when string text is being replaced.
22961 (handle_single_display_spec): Pretend as if characters with display
22962 property haven't been consumed only when buffer text is being replaced.
22963
229642007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22965
22966 * xfns.c (Fx_create_frame, Fx_display_list):
22967 * window.c (window_fixed_size_p, enlarge_window)
22968 (shrink_window_lowest_first):
22969 * macterm.c (init_font_name_table):
22970 * macfns.c (Fx_create_frame, Fx_display_list):
22971 * lread.c (close_load_descs):
22972 * keyboard.c (read_char_x_menu_prompt):
22973 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
22974 * coding.c (code_convert_region_unwind): Test the type of an object
22975 rather than just !NILP before extracting data from it.
22976
22977 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
22978
22979 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
22980 (XMISCANY): New macro.
22981 (XMISCTYPE): Use it.
22982 (struct Lisp_Misc_Any): New type.
22983 (union Lisp_Misc): Use it.
22984 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
22985 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
22986 (find_symbol_value, set_internal, default_value, Fset_default)
22987 (Fmake_variable_buffer_local, Fmake_local_variable)
22988 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
22989 (Flocal_variable_if_set_p, Fvariable_binding_locus):
22990 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
22991 * alloc.c (allocate_buffer): Set the size and tag.
22992 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
22993 Use XMISCANY.
22994 (die): Follow the GNU convention for error messages.
22995 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
22996 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
22997 tag any more.
22998 (set_buffer_internal_1):
22999 * frame.c (store_frame_param):
23000 * eval.c (specbind):
23001 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
23002
23003 * doc.c (Fsnarf_documentation): Simplify.
23004
230052007-10-14 Juanma Barranquero <lekktu@gmail.com>
23006
23007 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
23008 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
23009
230102007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
23011
23012 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
23013
230142007-10-14 Juanma Barranquero <lekktu@gmail.com>
23015
23016 * eval.c (do_autoload): Don't save autoloads.
23017
23018 * data.c (Ffset): Save autoload of the function being set.
23019
230202007-10-07 John Paul Wallington <jpw@pobox.com>
23021
23022 * xfns.c (x_create_tip_frame): Set the `display-type' frame
23023 parameter before setting up faces.
23024
230252007-10-13 Eli Zaretskii <eliz@gnu.org>
23026
23027 * ccl.c (Fregister_code_conversion_map):
23028 * keyboard.c (append_tool_bar_item): Reformat last change.
23029
23030 * lisp.h (eabs): Rename from `abs'. All callers changed.
23031
230322007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
23033
23034 * buffer.c (add_overlay_mod_hooklist):
23035 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
23036 * fontset.c (make_fontset):
23037 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
23038 (append_tool_bar_item):
23039 * macmenu.c (grow_menu_items):
23040 * w32menu.c (grow_menu_items):
23041 * xmenu.c (grow_menu_items): Use larger_vector.
23042
230432007-10-13 Eli Zaretskii <eliz@gnu.org>
23044
23045 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
23046 selected frame'' on MSDOS).
23047
230482007-10-12 Martin Rudalics <rudalics@gmx.at>
23049
23050 * frame.c (Qexplicit_name): New variable.
23051 (x_report_frame_params): Report it in parameter alist.
23052 (syms_of_frame): Intern and staticpro it.
23053
230542007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
23055
23056 * macfns.c (x_create_tip_frame): Set terminal for frame.
23057
230582007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23059
23060 * frame.c (Qenvironment): Remove.
23061 (syms_of_frame) <Qenvironment>: Don't initialize.
23062 (Fdelete_frame): Don't treat the `environment' param specially.
23063 * frame.h (Qenvironment): Don't declare.
23064 * callproc.c (set_initial_environment): Don't set unused frame param.
23065
23066 * frame.c (Fframe_with_environment): Remove.
23067 (syms_of_frame) <Sframe_with_environment>: Don't declare.
23068
23069 * lisp.h (Fframe_with_environment): Don't declare.
23070
230712007-10-10 Juanma Barranquero <lekktu@gmail.com>
23072
23073 * indent.c (indent_tabs_mode, last_known_column)
23074 (last_known_column_modified): Make static.
23075 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
23076
230772007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
23078
23079 * puresize.h (BASE_PURESIZE): Increase to 1170000.
23080
230812007-10-09 Jason Rumney <jasonr@gnu.org>
23082
23083 * w32term.c (x_set_window_size): Disable code that attempts to tell
23084 Lisp code about a size change before it actually happens.
23085
230862007-10-09 Richard Stallman <rms@gnu.org>
23087
23088 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
23089 return HANDLED_RETURN.
23090
230912007-10-08 Martin Rudalics <rudalics@gmx.at>
23092
23093 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
23094 when there's an unread command event.
23095
23096 * frame.c (focus_follows_mouse): Move here from frame.el to allow
23097 window autoselection act appropriately when leaving selected frame.
23098 (syms_of_frame): Initialize focus_follows_mouse.
23099 * frame.h (focus_follows_mouse): Extern it.
23100 * macterm.c (XTread_socket): When focus_follows_mouse is nil
23101 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
23102 * msdos.c (dos_rawgetc): Likewise.
23103 * w32term.c (w32_read_socket): Likewise.
23104 * xterm.c (handle_one_xevent): Likewise.
23105 * xdisp.c (syms_of_xdisp): In doc-string of
23106 mouse-autoselect-window mention focus-follows-mouse.
23107
231082007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23109
23110 * macterm.c (mac_load_query_font): Fix missing return value.
23111 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
23112 Add BLOCK_INPUT.
23113
231142007-10-08 Richard Stallman <rms@gnu.org>
23115
23116 * xdisp.c (get_window_cursor_type): Implement documented behavior
23117 for cursor-in-non-selected-windows = t.
23118
231192007-10-08 Jason Rumney <jasonr@gnu.org>
23120
23121 * w32.c (w32_get_resource): Always close registry keys.
23122
231232007-10-08 Jason Rumney <jasonr@gnu.org>
23124
23125 * makefile.w32-in (LIBS): Add COMCTL32.
23126
23127 * w32fns.c (globals_of_w32fns): Init common controls.
23128
231292007-10-08 Richard Stallman <rms@gnu.org>
23130
23131 * image.c (our_memory_buffer): Rename from omfib_buffer.
23132
231332007-10-08 Richard Stallman <rms@gnu.org>
23134
23135 * buffer.c (Foverlays_at): Doc fix.
23136
231372007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
23138
23139 * fns.c (Fplist_put): Preserve uneven tail data.
23140
231412007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
23142
23143 * termhooks.h (enum event_kind): Remove trailing comma.
23144
23145 * frame.h (enum): Remove trailing comma.
23146
231472007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
23148
23149 * w32proc.c (delete_child): Don't terminate threads of zombies.
23150
231512007-10-08 Martin Rudalics <rudalics@gmx.at>
23152
23153 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
23154
23155 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
23156 last-repeatable-command.
23157 (init_kboard): Initialize Vlast_repeatable_command.
23158 (command_loop_1): Set it to real_this_command unless that was
23159 bound to an input event.
23160 (mark_kboards): Mark it.
23161
231622007-10-08 Richard Stallman <rms@gnu.org>
23163
23164 * eval.c (condition-case): Doc fix.
23165
231662007-10-08 Masatake YAMATO <jet@gyve.org>
23167
23168 * xfaces.c (tty_supports_face_attributes_p): Fix code
23169 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
23170 was copied and not edited.
23171
231722007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
23173
23174 Add new `input-decode-map' keymap and use it for terminal
23175 escape sequences.
23176 * keyboard.h (struct kboard): Add Vinput_decode_map.
23177 Remove Vlocal_key_translation_map.
23178 * keyboard.c (read_key_sequence): Add support for input-decode-map.
23179 (init_kboard): Init input-decode-map.
23180 Replace local-key-translation-map back with key-translation-map.
23181 (syms_of_keyboard): Declare input-decode-map.
23182 Remove local-key-translation-map. Update docstrings.
23183 (mark_kboards): Mark Vinput_decode_map.
23184 Don't mark Vlocal_key_translation_map.
23185 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
23186 Replace local-key-translation-map back with key-translation-map.
23187 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
23188 Bind in input-decode-map rather than function-key-map.
23189
23190 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
23191 This was made redundant by the previous introduction of XSETPVECTYPE.
23192
231932007-10-09 Richard Stallman <rms@gnu.org>
23194
23195 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
23196
231972007-09-29 Richard Stallman <rms@gnu.org>
23198
23199 * eval.c (internal_condition_case_2, internal_condition_case_1)
23200 (internal_condition_case): Reenable abort if x_catching_errors ()
23201 to see if that really happens and why.
23202
232032007-10-06 Andreas Schwab <schwab@suse.de>
23204
23205 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
23206
232072007-10-04 Juanma Barranquero <lekktu@gmail.com>
23208
23209 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
23210
232112007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23212
23213 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
23214
232152007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23216
23217 * window.h (struct window):
23218 * window.c (struct save_window_data, struct saved_window):
23219 * termhooks.h (struct terminal):
23220 * process.h (struct Lisp_Process):
23221 * frame.h (struct frame):
23222 * buffer.h (struct buffer):
23223 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
23224 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
23225 The size field of (pseudo)vectors is now unsigned.
23226 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
23227
23228 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
23229 Turn `count' into an integer.
23230
23231 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
23232 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
23233 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
23234 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
23235 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
23236
23237 * alloc.c (allocate_pseudovector): New fun.
23238 (ALLOCATE_PSEUDOVECTOR): New macro.
23239 (allocate_window, allocate_terminal, allocate_frame)
23240 (allocate_process): Use it.
23241 (mark_vectorlike): New function.
23242 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
23243 (mark_terminals): Use it.
23244 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
23245 (Fmake_byte_code): Use XSETPVECTYPE.
23246
23247 * frame.c (Fframe_parameters): Minor simplification.
23248
23249 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
23250
23251 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
23252
23253 * buffer.c (Fget_buffer_create, init_buffer_once):
23254 * lread.c (defsubr):
23255 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
23256
23257 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
23258 defined differently in the m/*.h files.
23259 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
23260 (XSETPVECTYPE): New macro.
23261 (XSETPSEUDOVECTOR): Use it.
23262
23263 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
23264 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
23265
23266 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
23267 * lread.c (defvar_per_buffer):
23268 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
23269
23270 * window.c (candidate_window_p): Only consider as visible frames that
23271 are on the same terminal.
23272
23273 * m/ibms390x.h (MARKBIT): Remove unused macro.
23274
232752007-10-01 Juanma Barranquero <lekktu@gmail.com>
23276
23277 * lread.c (Fload): Fix typo in docstring.
23278
232792007-10-01 Michaël Cadilhac <michael@cadilhac.name>
23280
23281 * floatfns.c (Fexpt): Manually check for overflows, so that a power
23282 of a non-zero value can't yield zero.
23283
232842007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
23285
23286 * term.c (term_clear_mouse_face, term_mouse_highlight)
23287 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
23288
23289 * print.c (safe_debug_print): Use XHASH.
23290
23291 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
23292 Lisp elements such as tags.
23293 (XHASH): New macro.
23294 (EQ): Use it.
23295 (SREF, SSET, STRING_COPYIN): Use SDATA.
23296 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
23297
23298 * alloc.c (mark_terminal): Remove left-over declaration.
23299 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
23300 (allocate_vectorlike): Remove type argument. Adjust callers.
23301 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
23302 Only handle the one remaining MEM_TYPE_VECTORLIKE.
23303
23304 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
23305 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
23306 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
23307 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
23308 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
23309 Use them.
23310
23311 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
23312 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
23313 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
23314
233152007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
23316
23317 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
23318 loaded by default.
23319
233202007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
23321
23322 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
23323 on this tty.
23324 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
23325
23326 * term.c (mouse_face_window): Rename from Qmouse_face_window.
23327 Update all users.
23328 (handle_one_term_event): Use Gpm_DrawPointer.
23329 (Fgpm_mouse_start): Rename from Fterm_open_connection.
23330 Signal errors instead of returning nil. Always return nil.
23331 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
23332 Make it a noop if gpm-mouse was not activated.
23333 (syms_of_term): Update names.
23334
233352007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
23336
23337 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
23338 (init_sys_modes): Check that gpm_tty is the current tty.
23339
23340 * alloc.c (allocate_terminal): Set the vector size to only count the
23341 lisp fields. Initialize those to nil.
23342 (mark_object): Don't treat terminals specially.
23343 (mark_terminal): Remove.
23344 (mark_terminals): Use mark_object instead.
23345
23346 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
23347 the GC to the beginning.
23348
23349 * indent.h:
23350 * indent.c: Use EMACS_INT for ints coming from Elisp data.
23351
23352 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
23353
233542007-09-25 Jason Rumney <jasonr@gnu.org>
23355
23356 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
23357
23358 * w32console.c (create_w32cons_output): Remove.
23359
23360 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
23361
23362 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
23363 (reset_sys_modes): Use reset_terminal_modes_hook.
23364
233652007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23366
23367 * eval.c (do_autoload): Don't output any message.
23368
233692007-09-24 Juri Linkov <juri@jurta.org>
23370
23371 * emacs.c (standard_args): Change priority of "--no-splash"
23372 from 40 to 3. Add "--no-desktop" with the same priority.
23373
233742007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
23375
23376 * alloc.c (gc_sweep): Check cons cell mark bits word by word
23377 and optimize the case where they are all 1.
23378
233792007-09-23 Johannes Weiner <hannes@saeurebad.de>
23380
23381 * lisp.h (abs): Define if not defined.
23382 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
23383 Don't define `abs', since it's defined in lisp.h.
23384
233852007-09-22 Eli Zaretskii <eliz@gnu.org>
23386
23387 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
23388 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
23389 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
23390 (init_tty): Use DEV_TTY instead of "/dev/tty".
23391 [WINDOWSNT]: No need to protect from NAME arg being null.
23392
233932007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23394
23395 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
23396 up the tty state.
23397
233982007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23399
23400 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
23401 (gpm_tty): Change its type.
23402 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
23403 (gpm_tty): Change its type and initialize it.
23404 (Fterm_open_connection): Check the frame is indeed a tty.
23405 Use the new gpm_tty.
23406 (Fterm_close_connection): Use the new gpm_tty.
23407 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
23408 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
23409
234102007-09-21 Juanma Barranquero <lekktu@gmail.com>
23411
23412 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
23413 underline_color, to draw strike-through.
23414
234152007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23416
23417 * lisp.h (allocate_terminal): Declare.
23418
23419 * window.c (candidate_window_p): Consider frames that are being placed
23420 by the user as somewhere between visible and iconified.
23421 (window_loop): Prefer windows on the current frame.
23422 (Fselect_window): Move the use of select-frame to the beginning so we
23423 can just delegate all the work (it'll call us back anyway).
23424
23425 * frame.c (Qdisplay_environment_variable):
23426 * frame.h (Qdisplay_environment_variable): Delete.
23427
23428 * .gdbinit (xbacktrace): Print the arg's address rather than the value
23429 of the first arg, since that value may be a union.
23430
23431 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
23432 parameter rather than Qdisplay_environment_variable. If all else
23433 fails, look for DISPLAY in initial-environment.
23434
234352007-09-21 Glenn Morris <rgm@gnu.org>
23436
23437 * Makefile.in (emacstool): Remove target.
23438 (lisp, shortlisp): Remove termdev.elc.
23439
234402007-09-21 Markus Triska <markus.triska@gmx.at>
23441
23442 * xterm.c (x_delete_display): Compile session management conditionally.
23443
234442007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
23445
23446 * callproc.c (getenv_internal_1): New function.
23447 (getenv_internal): Use it.
23448 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
23449
23450 * terminal.c (get_terminal): Don't accept ints to represent terminals.
23451 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
23452 (Fset_terminal_parameter): Work with dead terminals as well.
23453 (Fmodify_terminal_parameters): Remove.
23454
23455 * terminal.c (get_terminal): Handle terminals.
23456 Make sure the terminal returned is live.
23457 (create_terminal): Use allocate_terminal.
23458 (mark_terminals): Move to alloc.c.
23459 (delete_terminal): Use terminal->name as liveness status.
23460 NULL out fields after freeing their contents.
23461 Don't deallocate the object.
23462 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
23463 rather than an int.
23464 (Fterminal_live_p): Accept non-integer arguments.
23465 (Fterminal_list): Return terminal objects rather than an ints.
23466
23467 * alloc.c (enum mem_type): New member for `terminal' objects.
23468 (allocate_terminal): New function.
23469 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
23470 Handle terminals.
23471 (mark_terminal): New fun.
23472 (mark_terminals): Move from terminal.c.
23473
23474 * term.c (get_tty_terminal): Don't treat output_initial specially.
23475 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
23476 (delete_tty): Use terminal->name as liveness status.
23477
23478 * termhooks.h (struct terminal): Make it into a pseudovector.
23479 Remove `deleted' replaced by checking `name's nullness.
23480
23481 * print.c (print_object): Handle terminals.
23482
23483 * lisp.h (enum pvec_type): New `terminal' pseudovector.
23484 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
23485
23486 * frame.c (make_terminal_frame):
23487 * keyboard.c (tty_read_avail_input):
23488 * w32term.c (x_delete_terminal):
23489 * xfns.c (Fx_create_frame, x_create_tip_frame):
23490 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
23491
234922007-09-20 Glenn Morris <rgm@gnu.org>
23493
23494 * process.c (Fmake_network_process): Doc fix.
23495
234962007-09-19 Jason Rumney <jasonr@gnu.org>
23497
23498 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
23499
235002007-09-19 Michaël Cadilhac <michael@cadilhac.name>
23501
23502 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
23503 Fix a C warning regarding variable constness.
23504
23505 * xterm.c (handle_one_xevent): Fix a C warning.
23506
235072007-09-18 Jason Rumney <jasonr@gnu.org>
23508
23509 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
23510
235112007-09-17 Jan Djärv <jan.h.d@swipnet.se>
23512
23513 * gtkutil.c (gdpy_def): New variable.
23514 (xg_initialize): Initialize gdpy_def.
23515 (xg_display_close): If no other display exists, set gdpy_def to a
23516 new connection.
23517
235182007-09-16 Jan Djärv <jan.h.d@swipnet.se>
23519
23520 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
23521 when we have no file name for the icon.
23522 (xg_tool_bar_expose_callback): Remove.
23523 (xg_create_tool_bar): Don't connect expose signal to
23524 xg_tool_bar_expose_callback.
23525 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
23526
235272007-09-16 Andreas Schwab <schwab@suse.de>
23528
23529 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
23530 values instead of zapping them.
23531
235322007-09-14 Glenn Morris <rgm@gnu.org>
23533
23534 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
23535 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
23536 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
23537 scope and rename to omfib_buffer for clarity.
23538 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
23539
235402007-09-14 Kenichi Handa <handa@m17n.org>
23541
23542 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
23543
235442007-09-13 Jason Rumney <jasonr@gnu.org>
23545
23546 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
23547
23548 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
23549
23550 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
23551 (mac_term_init): Call here instead, passing rif.
23552
235532007-09-13 Glenn Morris <rgm@gnu.org>
23554
23555 * s/hpux.h: No longer define `static' as nothing.
23556
235572007-09-13 Johan Bockgård <bojohan@gnu.org>
23558
23559 * callint.c (Fcall_interactively): Remove unused var `fun'.
23560
235612007-09-12 Romain Francoise <romain@orebokech.com>
23562
23563 * window.c (prefer_window_split_horizontally, display_buffer):
23564 Revert 2007-09-08 change.
23565
235662007-09-12 Glenn Morris <rgm@gnu.org>
23567
23568 * alloca.c: Remove file.
23569 * Makefile.in (alloca): Do not undef.
23570 (allocaobj, alloca.o): Remove.
23571 (otherobj): Remove allocaobj.
23572 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
23573 * regex.c (C_ALLOCA): Remove all references and code that was only
23574 used when this was defined.
23575 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
23576 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
23577 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
23578
23579 * Makefile.in (SOURCES, unlock, relock): Delete.
23580
23581 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
23582 (menu_grab_callback): All uses changed.
23583
23584 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
23585 (x_reply_selection_request): All uses changed.
23586
235872007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
23588
23589 * lread.c (load_warn_old_style_backquotes): Change message to look
23590 better when it appears in the middle of byte-compiler messages.
23591
235922007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
23593
23594 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
23595
23596 * xterm.c (x_create_terminal): Add comment.
23597
23598 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
23599
236002007-09-10 Richard Stallman <rms@gnu.org>
23601
23602 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
23603
236042007-09-10 Michaël Cadilhac <michael@cadilhac.name>
23605
23606 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
23607 (DEFUN): Document `intspec', use it instead of `prompt'.
23608
23609 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
23610
23611 * data.c (Finteractive_form): If the interactive specification starts
23612 with a `(', use it as a Lisp form.
23613
23614 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
23615 name and file modes.
23616
23617 * callint.c (Fcall_interactively): Comment fixes.
23618
236192007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
23620
23621 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
23622 and compiled functions.
23623
236242007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
23625
23626 * window.c (prefer_window_split_horizontally): New variable.
23627 (display_buffer): Consider splitting window horizontally depending
23628 on prefer_window_split_horizontally.
23629
236302007-09-08 Eli Zaretskii <eliz@gnu.org>
23631
23632 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
23633
236342007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23635
23636 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
23637
23638 * frame.c (x_set_frame_parameters): Check number is positive before
23639 using XFASTINT.
23640
23641 * window.c (freeze_window_start): Don't presume selected_window holds
23642 a window object.
23643 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
23644
236452007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
23646
23647 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
23648
236492007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23650
23651 * window.c (Vsplit_window_preferred_function): New var.
23652 (Fdisplay_buffer): Use it.
23653 (syms_of_window): Export, and initialize it.
23654
236552007-09-06 Pixel <pixel@mandriva.com> (tiny change)
23656
23657 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
23658
236592007-09-06 Glenn Morris <rgm@gnu.org>
23660
23661 * gtkutil.c (menu_grab_callback) <cnt>:
23662 * xselect.c (x_reply_selection_request) <cnt>: Move static
23663 variable to file scope.
23664
236652007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
23666
23667 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
23668 consistent values of selected_frame and selected_window.
23669
236702007-09-04 Jason Rumney <jasonr@gnu.org>
23671
23672 * w32console.c (initialize_w32_display): Zero unused hooks.
23673
236742007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
23675
23676 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
23677 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
23678
236792007-09-04 Jason Rumney <jasonr@gnu.org>
23680
23681 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
23682 in w32console.c. Set up input. Remove XXX comments that have been
23683 confirmed as correct.
23684
23685 * s/ms-w32.h (MULTI_KBOARD): Define.
23686
23687 * w32console.c (one_and_only_w32cons): Remove.
23688 (initialize_w32_display): Take terminal argument.
23689
23690 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
23691 initialize_w32_display.
23692 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
23693
23694 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
23695
23696 * keyboard.c (discard_mouse_events): Discard it.
23697 (make_lispy_event): Translate it to a lisp event.
23698 (lispy_wheel_names): Add wheel-left and right events.
23699 (syms_of_keyboard): Enlarge wheel_syms.
23700
23701 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
23702 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
23703
23704 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
23705
23706 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
23707 from WM_MOUSEHWHEEL.
23708 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
23709
23710 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
23711 terminal.
23712
23713 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
23714 keyboard for the terminal.
23715
237162007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
23717
23718 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
23719 (Vresume_tty_hook): Rename from Vresume_tty_functions.
23720 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
23721 and resume-tty-function to resume-tty-hook.
23722 (Fsuspend_tty, Fresume_tty): Use new names.
23723
237242007-09-02 Jan Djärv <jan.h.d@swipnet.se>
23725
23726 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
23727 if it starts with "n:".
23728
237292007-08-31 Jan Djärv <jan.h.d@swipnet.se>
23730
23731 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
23732
237332007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
23734
23735 * frame.h:
23736 * frame.c (Qterm_environment_variable): Remove.
23737 (syms_of_frame): Don't init and staticpro it.
23738
23739 * callproc.c (getenv_internal): Remove special case for $TERM.
23740
23741 * callproc.c (Vinitial_environment): New variable.
23742 (set_initial_environment): Initialize it.
23743 (syms_of_callproc): Declare it.
23744 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
23745 TERM under which a process runs is never related to the TERM in which
23746 Emacs is running.
23747
237482007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
23749
23750 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
23751 * s/darwin.h: ... do it here.
23752
237532007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
23754
23755 * lisp.h (set_initial_environment): Rename from set_global_environment.
23756
23757 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
23758 removed by mistake on the multi-tty branch.
23759
23760 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
23761 (Fmodify_frame_parameters): Return a value.
23762
23763 * image.c (png_load): Comment-out var only used in commented-out code.
23764
23765 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
23766 before passing it to mark_object.
23767
23768 * xfaces.c (internal_resolve_face_name): Return a value.
23769 (internal_resolve_face_name, resolve_face_name_error): Comment out.
23770
23771 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
23772 (x_icon): Comment-out var only used in commented-out code.
23773
237742007-08-29 Romain Francoise <romain@orebokech.com>
23775
23776 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
23777 QUIT hasn't been provided.
23778
237792007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
23780
23781 * callproc.c (child_setup, getenv_internal): Use the
23782 display-environment-variable and term-environment-variable frame params.
23783 (set_initial_environment): Initialise Vprocess_environment.
23784
23785 * config.in: Disable multi-keyboard support on a mac.
23786
23787 * frame.c (Qterm_environment_variable)
23788 (Qdisplay_environment_variable): New variables.
23789 (syms_of_frame): Intern and staticpro them.
23790 (Fmake_terminal_frame): Disable output method test.
23791
23792 * frame.h: Declare them here.
23793
23794 * macfns.c (x_set_mouse_color): Get rif from the frame.
23795 (x_set_tool_bar_lines): Don't use updating_frame.
23796 (mac_window): Add 2 new parameters for consistency with other systems.
23797 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
23798 frame parameters following what is done in X11 and w32. Don't use
23799 FRAME_MAC_DISPLAY_INFO.
23800 (Fx_open_connection, start_hourglass): Remove window-system check.
23801 (x_create_tip_frame): Get the keyboard from the terminal.
23802
23803 * macmenu.c: Reorder includes.
23804 (Fx_popup_menu): Use terminal specific mouse_position_hook.
23805
23806 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
23807 terminal parameter.
23808 (x_clear_frame): Add a frame parameter.
23809 (note_mouse_movement): Get rif from the frame.
23810 (mac_term_init): Initialize the terminal.
23811 (mac_initialize): Make static and move terminal initialization ...
23812 (mac_create_terminal): ... to this new function.
23813
23814 * macterm.h (struct mac_display_info): Add terminal.
23815 (mac_initialize): Delete declaration.
23816
23817 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
23818
23819 * sysdep.c: Comment out text after #endif.
23820
23821 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
23822 is defined. Better initialize ttys in windows. Use terminal
23823 specific mouse_position_hook.
23824
23825 * termhooks.h (union display_info): Add mac_display_info.
23826
23827 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
23828 Set the default minibuffer frame, window_system and the rest of the
23829 frame parameters following what is done in X11.
23830
23831 * w32term.c (w32_initialize): Make static.
23832
23833 * xselect.c (x_handle_selection_clear): Only access
23834 terminal->kboard when MULTI_KBOARD is defined.
23835
23836 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
23837 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
23838
238392007-08-29 Jason Rumney <jasonr@gnu.org>
23840
23841 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
23842 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
23843
23844 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
23845 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
23846
23847 * keyboard.c (restore_kboard_configuration): Only define when
23848 MULTI_KBOARD defined.
23849
23850 * makefile.w32-in: Update dependancies from Makefile.in.
23851 (OBJ1): Add terminal.$(O)
23852
23853 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
23854 Don't define function body.
23855 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
23856
23857 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
23858
23859 * w32.c (request_sigio, unrequest_sigio): Remove.
23860
23861 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
23862 (w32con_clear_frame, w32con_clear_end_of_line)
23863 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
23864 (w32con_delete_glyphs, w32con_set_terminal_window)
23865 (scroll_line, w32_sys_ring_bell): Add frame arg.
23866 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
23867 Add terminal arg.
23868 (PICK_FRAME): Remove.
23869 (w32con_write_glyphs): Use frame specific terminal coding.
23870 (one_and_only_w32cons): New global variable.
23871 (initialize_w32_display): Use it for storing hooks.
23872 (create_w32cons_output): New function.
23873
23874 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
23875 arg a frame.
23876
23877 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
23878 Set window_system.
23879 (x_set_tool_bar_lines): Don't use updating_frame.
23880 (Fx_create_frame): Set terminal and ref count.
23881 (Fx_open_connection): Remove window-system check.
23882
23883 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
23884
23885 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
23886 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
23887 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
23888 Add frame arg.
23889 (x_delete_terminal, w32_create_terminal): New functions.
23890 (w32_term_init): Create a terminal.
23891 (w32_initialize): Move terminal specific initialization to
23892 w32_create_terminal.
23893
23894 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
23895 (w32_clear_rect, w32_clear_area): Use background from frame.
23896 (w32_display_info): Add terminal.
23897 (w32_sys_ring_bell, x_delete_display): Declare here.
23898
23899 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
23900
23901 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
23902
239032007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
23904
23905 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
23906 Fix get_named_tty calls for the controlling tty.
23907
239082007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23909
194d44e7 23910 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
23911
239122007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
23913
23914 * term.c (tty_insert_glyphs): Add missing first parameter.
23915
239162007-08-29 Károly Lőrentey <karoly@lorentey.hu>
23917
23918 * buffer.c (Fbuffer_list, Fbury_buffer):
23919 Take frame->buried_buffer_list into account.
23920
23921 * cm.c (current_tty): New variable, for cmputc().
23922 (cmputc): Use it.
23923 (cmcheckmagic): Add tty parameter, look up terminal streams there.
23924 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
23925 (cmgoto): Add tty parameter. Pass it on to calccost().
23926 Use emacs_tputs() instead of tputs().
23927
23928 * cm.h (emacs_tputs): New macro to set current_tty, and then call
23929 tputs().
23930 (current_tty): New variable, for cmputc().
23931 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
23932
23933 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
23934 (internal_condition_case, internal_condition_case_1)
23935 (internal_condition_case_2): Don't abort when x_catching_errors.
23936
23937 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
23938 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
23939 prevent crashes caused by bogus longjmps in read_char.
23940
23941 * keymap.h (Fset_keymap_parent): Add EXFUN.
23942
23943 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
23944 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
23945 Remove redundant definition.
23946
23947 * macfns.c (x_set_mouse_color, x_make_gc):
23948 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23949
23950 * w32term.c (x_free_frame_resources):
23951 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23952 (w32_initialize): Use the accessor macros for terminal characteristics.
23953
23954 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
23955 Use the accessor macros for terminal characteristics.
23956 * msdos.c (internal_terminal_init): Use the accessor macros for
23957 terminal characteristics.
23958 (ScreenVisualBell, internal_terminal_init):
23959 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23960
23961 * termopts.h (no_redraw_on_reenter): Declare.
23962
23963 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
23964 (mark_terminals, mark_ttys): Declare.
23965 (Fgarbage_collect): Call them.
23966 (mark_object): Mark buried_buffer_list.
23967
23968 * prefix-args.c: Include stdlib.h for exit.
23969
23970 * syssignal.h: Add comment.
23971
23972 * indent.c: Include stdio.h.
23973
23974 * window.h (Vinitial_window_system): Declare.
23975 (Vwindow_system): Delete declaration.
23976
23977 * fontset.c (Finternal_char_font): Use FRAME_RIF.
23978
23979 * image.c (lookup_image): Don't initialize `c' until the xasserts
23980 have been run.
23981
23982 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
23983 FRAME_FOREGROUND_PIXEL.
23984
23985 * print.c (print_preprocess): Don't lose print_depth levels while
23986 iterating.
23987
23988 * widget.c (update_from_various_frame_slots):
23989 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23990
23991 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
23992 frames.
23993 (window_internal_height): Remove bogus make_number call.
23994 (init_window_once): Call make_terminal_frame with two zero parameters.
23995
23996 * fileio.c (Fread_file_name): Update comment.
23997
23998 * callint.c (Fcall_interactively):
23999 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
24000 Make sure it is correctly unwound.
24001
24002 * xsmfns.c (x_session_close): New function.
24003
24004 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
24005 Delete declarations.
24006
24007 * xterm.h: Remove declaration for x_fully_uncatch_errors.
24008 (x_output): Remove background_pixel and foreground_pixel fields.
24009 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
24010 (x_delete_device, x_session_close): Declare.
24011
24012 * lread.c: Include setjmp.h. Update declaration of `read_char'.
24013 (read_filtered_event): Call `read_char' with a local
24014 `wrong_kboard_jmpbuf'.
24015
24016 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
24017 Don't call single_kboard_state. Use FRAME_RIF.
24018
24019 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
24020 systems.
24021
24022 * lisp.h (set_process_environment): Rename to `set_global_environment'.
24023 (Fframe_with_environment, Fset_input_meta_mode)
24024 (Fset_quit_char): EXFUN.
24025 (x_create_device, tty_output, terminal, tty_display_info): Declare.
24026 (init_sys_modes, reset_sys_modes): Update prototypes.
24027 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
24028
24029 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
24030 Vlocal_key_translation_map, and Vkeyboard_translate_table.
24031 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
24032 Delete declarations.
24033 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
24034 (temporarily_switch_to_single_kboard, tty_read_avail_input):
24035 New declarations.
24036
24037 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
24038 already does that during init_display(). Call syms_of_keymap
24039 before syms_of_keyboard. Call `syms_of_terminal'.
24040 Call set_initial_environment, not set_process_environment.
24041 (shut_down_emacs): Call reset_all_sys_modes() instead of
24042 reset_sys_modes().
24043
24044 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
24045 (internal_resolve_face_name, resolve_face_name_error): New functions.
24046 (resolve_face_name): Protect against loops and errors thrown by Fget.
24047 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
24048 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
24049
24050 * scroll.c: Replace CURTTY() with local variables throughout the
24051 file (where applicable).
24052 (calculate_scrolling, calculate_direct_scrolling)
24053 (scrolling_1, scroll_cost): Use the accessor macros for terminal
24054 characteristics.
24055
24056 * keymap.c (Vfunction_key_map): Remove.
24057 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
24058 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
24059 (Vkey_translation_map): Remove.
24060 (syms_of_keymap): Remove DEFVAR for key-translation-map.
24061 (Fdescribe_buffer_bindings)
24062 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
24063 Update for terminal-local key-translation-map.
24064
24065 * Makefile.in (callproc.o): Update dependencies.
24066 (lisp, shortlisp): Add termdev.elc.
24067 (obj): Add terminal.o.
24068 (terminal.o): Add dependencies.
24069 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
24070 (data.o, fns.o): Add termhooks.h dependency.
24071 (SOME_MACHINE_LISP): Add dnd.elc.
24072 (minibuf.o): Fix typo.
24073 Update dependencies.
24074
24075 * data.c (do_symval_forwarding, store_symval_forwarding)
24076 (find_symbol_value): Use the selected frame's keyboard, not
24077 current_kboard.
24078
24079 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
24080 Vwindow_system.
24081
24082 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
24083 Fmenu_bar_open.
24084 (syms_of_xmenu): Update defsubr.
24085 (mouse_position_for_popup, Fx_popup_menu)
24086 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
24087 (set_frame_menubar, free_frame_menubar)
b97439ce 24088 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
24089 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
24090 an X frame.
24091
24092 * xselect.c (x_own_selection): Abort if not an X frame.
24093 (some_frame_on_display): Check if it is an X frame.
24094 (x_handle_selection_clear): Deal with MULTI_KBOARD.
24095
24096 * coding.c: Include frame.h and termhooks.h.
24097 (terminal_coding, keyboard_coding): Delete.
24098 (Fset_terminal_coding_system_internal)
24099 (Fset_keyboard_coding_system_internal)
24100 (Fkeyboard_coding_system)
24101 (Fterminal_coding_system): Add a terminal parameter.
24102 Get terminal_coding from the terminal.
24103 (init_coding_once): Don't call setup_coding_system here.
24104
24105 * dispextern.h (set_scroll_region, turn_off_insert)
24106 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
24107 (tty_clear_end_of_line, tty_setup_colors)
24108 (delete_tty, updating_frame)
24109 (produce_special_glyphs, produce_glyphs, write_glyphs)
24110 (insert_glyphs): Remove.
24111 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
24112 (tty_turn_off_highlight, get_tty_size): Add declaration.
24113 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
24114
24115 * frame.h (enum output_method): Add output_initial.
24116 (struct x_output): Delete.
24117 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
24118 Access foreground_pixel and background_pixel directly from the frame.
24119 (tty_display): Delete.
24120 (struct frame): Add buried_buffer_list, foreground_pixel,
24121 background_pixel and terminal. Delete kboard.
24122 (union output_data): Add tty.
24123 (FRAME_KBOARD): Get the kboard from the terminal.
24124 (FRAME_INITIAL_P): New macro.
24125 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
24126 (Qterm_environment_variable, Qdisplay_environment_variable)
24127 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
24128 New declarations.
24129
24130 * termchar.h (tty_output, tty_display_info): New structures.
24131 (tty_list): Declare.
24132 (FRAME_TTY, CURTTY): New macros.
24133 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
24134 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
24135 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
24136 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
24137
24138 * callproc.c: Include frame.h and termhooks.h, for terminal
24139 parameters.
24140 (add_env): New function.
24141 (child_setup): Use it.
24142 (child_setup, getenv_internal): Handle the new Vprocess_environment.
24143 (getenv_internal): Fix get_terminal_param call.
24144 (Fgetenv_internal, egetenv): Update doc.
24145 (syms_of_callproc): Initialize Vprocess_environment to nil.
24146 Register and initialize them. Remove obsolete defvars. Update doc
24147 strings.
24148 (child_setup): Handle Vlocal_environment_variables.
24149 (getenv_internal): Add terminal parameter.
24150 Handle Vlocal_environment_variables.
24151 (Fgetenv_internal): Add terminal parameter.
24152 (child_setup, getenv_internal, Fgetenv_internal): Store the local
24153 environment in a frame (not terminal) parameter. Update doc strings.
24154 (set_initial_environment): Rename from set_global_environment.
24155 Store Emacs environment in initial frame parameter.
24156
24157 * xdisp.c (redisplay_internal): Update references to
24158 `previous_terminal_frame'.
24159 (display_mode_line, Fformat_mode_line): Replace calls to
24160 `push_frame_kboard' with `push_kboard'.
24161 (get_glyph_string_clip_rects): Add extra parentheses and
24162 braces to prevent compiler warnings.
24163 (calc_pixel_width_or_height): Add xassert to check that the
24164 frame is alive. Don't call `lookup_image' on a termcap frame.
24165 (message2_nolog, message3_nolog, redisplay_internal)
24166 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
24167 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
24168 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
24169 (Fx_display_pixel_width, Fx_display_pixel_height)
24170 (Fx_display_planes, Fx_display_color_cells)
24171 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
24172 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
24173 (Fx_display_backing_store, Fx_display_visual_class)
24174 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
24175 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
24176
24177 * xfns.c (x_set_foreground_color x_set_background_color)
24178 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
24179 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24180 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
24181 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
24182 terminal that is being deleted.
24183 (Fx_create_frame): Use `store_frame_param' to set `window-system'
24184 frame parameter, and make sure it overrides any user-supplied setting.
24185 (Fx_close_connection, Fx_synchronize): Unify argument names with
24186 the rest of the DEFUNs.
24187
24188 * dispnew.c (Fsend_string_to_terminal): Update call to
24189 `get_tty_terminal'.
24190 (Fredraw_frame, Fsend_string_to_terminal)
24191 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
24192 FRAME_TERMCAP_P and FRAME_TTY.
24193 (window_change_signal): Don't believe width/height values that are
24194 impossibly small.
24195 (Vinitial_window_system): Rename from Vwindow_system.
24196 (termscript, Wcm, rif): Delete.
24197
24198 * termhooks.h (struct terminal): New struct containing the
24199 previously global text display hooks and new members NAME,
24200 DELETED and PARAM_ALIST.
24201 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
24202 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
24203 (FRAME_RIF): New macros.
24204 (get_terminal_param, get_device): New declarations.
24205 (termscript): Delete declaration.
24206
24207 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
24208 (XTflash, x_free_frame_resources, x_scroll_bar_create)
24209 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
24210 FRAME_FOREGROUND_PIXEL.
24211 (x_fully_uncatch_errors): Disable definition.
24212 (x_scroll_bar_expose): Fix reference to foreground pixel.
24213 (XTread_socket): Disable loop on all X displays.
24214 (x_delete_terminal): Don't set terminal->deleted and let
24215 delete_terminal delete the frames on the terminal.
24216 (x_delete_display): Doc update to reflect changes in
24217 delete_terminal.
24218 (x_display_info) <terminal>: Move member earlier in the struct.
24219 (deleting_tty): Remove old variable.
24220 (Fsuspend_tty): Call clear_tty_hooks.
24221 (Fresume_tty, init_tty): Call set_tty_hooks.
24222 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
24223 errors on X frames.
24224 (x_catch_errors_unwind): Abort if x_error_message is NULL.
24225 (handle_one_xevent): Initialize `f' to NULL.
24226 (x_delete_terminal, x_create_terminal): New functions.
24227 (XTset_terminal_modes, XTreset_terminal_modes)
24228 (XTread_socket, x_connection_closed, x_term_init)
24229 (x_term_init, x_delete_display): Add terminal parameter.
24230 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
24231 X connections.
24232
24233 * frame.c: Include termchar.h.
24234 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
24235 (Qwindow_system, Qenvironment, Qterm_environment_variable)
24236 (Qdisplay_environment_variable): New vars.
24237 (Fframep): Deal with output_initial.
24238 (Fframe-live-p): Doc fix.
24239 (Fwindow-system): New function.
24240 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
24241 (make_terminal_frame): Don't create frames on a terminal that is
24242 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24243 (store_frame_param): Check for found_for_frame before calling XFRAME.
24244 (Fmake_terminal_frame): Handle NULL tty names correctly.
24245 (syms_of_frame): Enhance doc string of `default-frame-alist'.
24246 (Fdelete_frame): Remove unused variable `count'. Don't allow other
24247 frames to refer to a deleted frame in their 'environment parameter.
24248 (Fframe_with_environment): New function.
24249 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
24250 (get_future_frame_param): New function.
24251 (Fmake_terminal_frame): Use it.
24252 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
24253
24254 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
24255 * sysdep.c (reset_sys_modes): Update for renames.
24256
24257 * keyboard.c (tty_read_avail_input): New function.
24258 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
24259 (syms_of_keyboard): Defsubr them.
24260 (Fset_input_meta_mode, Fset_quit_char): New functions.
24261 (Fset_input_mode): Split to above functions.
24262 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
24263 parameter. Use it in call to `read_char'.
24264 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
24265 Set wrong_kboard_jmpbuf correctly in recursive calls.
24266 Use current_kboard to access Vkeyboard_translate_table.
24267 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
24268 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
24269 Update longjmp invocations. Remember the original current_kboard,
24270 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
24271 changes it. Comment out unnecessary calls to
24272 `record_single_kboard_state' and `any_kboard_state'.
24273 Update recursive calls.
24274 (wrong_kboard_jmpbuf): Remove global variable.
24275 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
24276 Handle deleted interrupted_kboards correctly; that is a legal
24277 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
24278 and read_char calls. Abort if interrupted_kboard died in read_char.
24279 (any_kboard_state, single_kboard_state)
24280 (push_frame_kboard): Remove function.
24281 (pop_kboard): Switch out of single_kboard mode if the kboard has
24282 been deleted. Remove unused variable. Help debugging by not
24283 changing current_kboard unnecessarily. Set current_kboard to the
24284 kboard of the selected frame when the stored kboard object has
24285 been deleted before pop_kboard.
24286 (temporarily_switch_to_single_kboard): Change first parameter to a
24287 frame pointer. Throw an error when caller wants to change kboards
24288 while in single_kboard mode. Don't push_kboard if we weren't in
24289 single kboard state. Don't pop_kboard if we popped into any
24290 kboard state.
24291 (restore_kboard_configuration): Abort if pop_kboard changed the
24292 kboard in single_kboard mode. Call pop_kboard only after setting
24293 up single_kboard mode.
24294 (Frecursive_edit): Switch to single_kboard mode only in nested
24295 command loops.
24296 (cmd_error, command_loop, command_loop_1, timer_check):
24297 Comment out unnecessary call to `any_kboard_state' and
24298 `record_single_kboard_state'.
24299 (delete_kboard): Exit single_kboard mode if we have just deleted
24300 that kboard. Use FRAME_KBOARD.
24301 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
24302 `fatal_error_signal'.
24303 (record_single_kboard_state): Don't push_kboard if we weren't in
24304 single kboard state. Don't pop_kboard if we popped into any
24305 kboard state.
24306 (push_frame_kboard): Rename to push_kboard.
24307 (kbd_buffer_get_event): Use FRAME_TERMINAL.
24308 (read_avail_input): Read input from all terminals.
24309 (mark_kboards): Also mark Vkeyboard_translate_table.
24310 (kbd_buffer_store_event_hold): Simplify condition.
24311 (read_key_sequence): Reinitialize fkey and keytran at each replay.
24312 (Vkeyboard_translate_table): Move to struct kboard.
24313 (init_kboard): Initialize Vkeyboard_translate_table.
24314 (syms_of_keyboard): Use DEFVAR_KBOARD to define
24315 Vkeyboard_translate_table. Update doc strings. Update docs of
24316 local-function-key-map and function-key-map.
24317
24318 * terminal.c: New file.
24319
24320 * term.c: Include errno.h.
24321 (Vring_bell_function, device_list, initial_device)
24322 (next_device_id, ring_bell, update_begin, update_end)
24323 (set_terminal_window, cursor_to, raw_cursor_to)
24324 (clear_to_end, clear_frame, clear_end_of_line)
24325 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
24326 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
24327 (syms_of_term): Move their initialization to terminal.c.
24328 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
24329 (Ftty_display_color_cells)
24330 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
24331 (clear_tty_hooks, set_tty_hooks)
24332 (init_tty, maybe_fatal): New functions.
24333 (Ftty_type): Return nil if terminal is not on a tty instead of
24334 throwing an error. Doc update.
24335 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
24336 Doc update. Initialize new subrs and variables.
24337 (delete_tty): Use terminal->deleted.
24338 (tty_set_terminal_modes): Rename from set_terminal_modes.
24339 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
24340 (set_scroll_region): Rename to `tty_set_scroll_region'.
24341 (turn_on_insert): Rename to `tty_turn_on_insert'.
24342 (turn_off_insert): Rename to `tty_turn_off_insert'.
24343 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
24344 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
24345 (toggle_highligh): Rename to `tty_toggle_highlight'.
24346 (background_highlight): Rename to `tty_background_highlight'.
24347 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
24348 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
24349 (tty_set_scroll_region, tty_background_highlight)
24350 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
24351 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
24352 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
24353 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
24354 Add static modifier.
24355 (tty_reset_terminal_modes, tty_set_terminal_window)
24356 (tty_set_scroll_region, tty_background_highlight)
24357 (tty_highlight_if_desired, tty_cursor_to)
24358 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
24359 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
24360 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
24361 renames.
24362
243632007-08-28 Jan Djärv <jan.h.d@swipnet.se>
24364
24365 * keyboard.c: Qrtl is new.
24366 (parse_tool_bar_item): Handle :rtl keyword.
24367 (syms_of_keyboard): Intern :rtl keyword.
24368
24369 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
24370
24371 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
24372 so no Lisp code is executed.
24373 (file_for_image, find_rtl_image): New functions.
24374 (xg_get_image_for_pixmap): Use file_for_image.
24375 (update_frame_tool_bar): If direction is RTL, use RTL image if
24376 defined. Use Gtk stock images if defined.
24377
243782007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24379
24380 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
24381 for nonexistent or zero-width glyph in composition glyph.
24382
243832007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24384
24385 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
24386
24387 * xdisp.c (Finvisible_p): New function.
24388 (syms_of_xdisp): defsubr it.
24389
243902007-08-24 Juanma Barranquero <lekktu@gmail.com>
24391
24392 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
24393 Doc fixes.
24394
243952007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24396
24397 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
24398
243992007-08-24 Martin Rudalics <rudalics@gmx.at>
24400
24401 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
24402 whether decoding has modified buffer contents.
24403
244042007-08-24 Jason Rumney <jasonr@gnu.org>
24405
24406 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
24407 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
24408 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
24409 (init_svg_functions) [HAVE_NTGUI]: New function.
24410 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
24411 (svg_load_image): Use them.
24412 (svg_load_image) [HAVE_NTGUI]: Implement background.
24413
244142007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24415
24416 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
24417 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
24418 (LIBX): Remove @RSVG_LIBS@.
24419 (LIBES): Add $(RSVG_LIBS).
24420
24421 * image.c (svg_load_image): Blend with specified background if exists.
24422 Use IMAGE_BACKGROUND. Add Mac OS Support.
24423
24424 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
24425 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
24426 Remove macros.
24427 [MAC_OSX] (socket_callback): Do nothing.
24428 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
24429 ReceiveNextEvent.
24430 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
24431 socket_callback.
24432 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
24433
244342007-08-22 Glenn Morris <rgm@gnu.org>
24435
24436 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
24437
244382007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
24439
24440 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
24441
24442 * image.c: Add support for SVG images. Some additional comments
24443 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
24444 (svg_image_p): New function to test for SVG image.
24445 (svg_load): New function to load SVG image.
24446 (svg_load_image): New function, helper for svg_load.
24447 (Qsvg): New Lisp_object.
24448 (svg_keyword_index): New enum.
24449 (svg_format): New static `image_keyword' struct.
24450 (svg_type): New static `image_type' struct.
24451 (librsvg/rsvg.h): Include it.
24452
244532007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
24454
24455 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
24456
244572007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24458
24459 * lread.c (Qold_style_backquotes): New var.
24460 (syms_of_lread): Init and staticpro it.
24461 (load_warn_old_style_backquotes): New fun.
24462 (Fload): Use them to warn about old style backquotes.
24463 (end_of_file_error, Fload): Remove unused vars.
24464
24465 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
24466
24467 * lread.c (Vold_style_backquotes): New var.
24468 (syms_of_lread): Init and export it to Elisp.
24469 (read1): Set it when we find an old-style (back)quote.
24470
244712007-08-22 Jason Rumney <jasonr@gnu.org>
24472
24473 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
24474
244752007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
24476
24477 * puresize.h (BASE_PURESIZE): Increase to 1140000.
24478
244792007-08-19 Richard Stallman <rms@gnu.org>
24480
24481 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
24482
244832007-08-19 Andreas Schwab <schwab@suse.de>
24484
24485 * alloc.c (pure): Round PURESIZE up.
24486
244872007-08-17 Jan Djärv <jan.h.d@swipnet.se>
24488
24489 * xterm.c (handle_one_xevent): Remove check that mouse click is in
24490 active frame.
24491
244922007-08-16 Richard Stallman <rms@gnu.org>
24493
24494 * eval.c (Fcommandp): Add parens to clarify.
24495
24496 * minibuf.c (Fall_completions): Use enum for type of table.
24497
24498 * emacs.c (USAGE2): Improve text.
24499
245002007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
24501
24502 * term.c (tty_default_color_capabilities): Declare static
24503 variables in file scope, to avoid HPUX compiler problem.
24504
245052007-08-13 Jan Djärv <jan.h.d@swipnet.se>
24506
24507 * gtkutil.c (update_frame_tool_bar): Use -1 as index
24508 to gtk_toolbar_insert.
24509
245102007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
24511
24512 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
24513
24514 * insdel.c (reset_var_on_error): New fun.
24515 (signal_before_change, signal_after_change):
24516 Use it to reset (after|before)-change-functions to nil in case of error.
24517 Bind inhibit-modification-hooks to t.
24518 Don't bind (after|before)-change-functions to nil while they run.
24519
245202007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24521
24522 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
24523 filling pixmap with stippled background.
24524
245252007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24526
24527 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
24528 Don't use invisible frame as parent window for repositioning.
24529
245302007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
24531
24532 * print.c (new_backquote_output): Rename from old_backquote_output.
24533 (print): Inverse its logic (according to its name) so as to match the
24534 behavior of new_backquote_flag in lread.c.
24535
245362007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24537
24538 * gmalloc.c (posix_memalign): New function.
24539
24540 * macterm.c (frame_highlight, frame_unhighlight): Don't call
24541 ActivateControl/DeactivateControl here.
24542 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
24543 frame-notice-user-settings is non-nil.
24544 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
24545 for kEventParamFMFontStyle.
24546 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
24547 mac_pass_command_to_system and mac_pass_control_to_system here.
24548 (XTread_socket): Call ActivateControl/DeactivateControl here.
24549 (XTread_socket) [TARGET_API_MAC_CARBON]:
24550 Check mac_pass_command_to_system and mac_pass_control_to_system here.
24551 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
24552 for window repositioning.
24553
245542007-08-08 Glenn Morris <rgm@gnu.org>
24555
24556 * Replace `iff' in doc-strings and comments.
24557
245582007-08-07 Chong Yidong <cyd@stupidchicken.com>
24559
24560 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
24561
245622007-08-07 Martin Rudalics <rudalics@gmx.at>
24563
24564 * fileio.c (Finsert_file_contents): Run format-decode and
24565 after_insert_file_functions on entire buffer when REPLACE is
24566 non-nil and inhibit modification_hooks and point_motion_hooks.
24567 For consistency, run after_insert_file_functions iff something
24568 got inserted. Move signal_after_change and update_compositions
24569 after code running after_insert_file_functions. Make sure that
24570 undo_list doesn't record intermediate steps of the decoding process.
24571
245722007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24573
24574 * emacs.c (main)
24575 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
24576 Call malloc_enable_thread on interactive startup.
24577
24578 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
24579 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
24580 [USE_PTHREAD]: Conditionalize with it.
24581 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
24582 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
24583 New functions.
24584
245852007-08-06 Chong Yidong <cyd@stupidchicken.com>
24586
24587 * xdisp.c (redisplay_window): When restoring original buffer
24588 position, make sure it is still valid.
24589
24590 * image.c (png_load): Ignore png-supplied background color.
24591
245922007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24593
24594 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
24595 Use kCFAbsoluteTimeIntervalSince1970.
24596
24597 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
24598 New variable.
24599 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
24600 event loop should be quit.
24601 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
24602 Quit dialog event loop if quit_dialog_event_loop is set.
24603
24604 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
24605 (Selection): New typedef. Use instead of ScrapRef.
24606 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
24607 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
24608 (mac_clear_selection): Rename from clear_scrap.
24609 (get_flavor_type_from_symbol): New argument SEL and subsume function of
24610 scrap_has_target_type. All uses changed.
24611 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
24612 (mac_selection_has_target_p): New functions.
24613 (mac_put_selection_value): Rename from put_scrap_string.
24614 (mac_get_selection_value): Rename from get_scrap_string.
24615 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
24616 (put_scrap_private_timestamp, scrap_has_target_type)
24617 (get_scrap_private_timestamp): Remove functions.
24618 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
24619 (x_own_selection, x_get_local_selection):
24620 Use mac_valid_selection_value_p.
24621 (x_own_selection): Don't use put_scrap_private_timestamp.
24622 Record OWNERSHIP-INFO into Vselection_alist instead.
24623 (x_get_local_selection): Don't check type if request is local.
24624 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
24625 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
24626
246272007-08-04 Jan Djärv <jan.h.d@swipnet.se>
24628
24629 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
24630 add comment explaining why.
24631
246322007-08-03 Richard Stallman <rms@gnu.org>
24633
24634 * fileio.c (Fvisited_file_modtime): Use make_time.
24635
246362007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
24637
24638 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
24639 build.
24640
246412007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
24642
24643 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
24644
246452007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
24646
24647 * puresize.h (BASE_PURESIZE): Increase to 1130000.
24648
246492007-07-30 Richard Stallman <rms@gnu.org>
24650
24651 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
24652
246532007-07-29 Jan Djärv <jan.h.d@swipnet.se>
24654
24655 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
24656
246572007-07-28 Nick Roberts <nickrob@snap.net.nz>
24658
24659 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
24660 remote default-directory.
24661
24662 * buffer.c (mode-line-format): Update doc string.
24663
246642007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24665
24666 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
24667 scroll bar gap.
24668 (x_scroll_bar_create): Set bar->fringe_extended_p.
24669 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
24670 on frame edge. Check fringe background extension. Don't clear
24671 extended fringe background area.
24672
24673 * w32term.h (struct scroll_bar): New member fringe_extended_p.
24674 (w32_fill_area): Enclose multiple statements with do ... while (0).
24675
24676 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
24677 Extend fringe background to scroll bar gap.
24678 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
24679 Set bar->fringe_extended_p.
24680 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
24681 Put leftmost/rightmost scroll bars on frame edge. Check fringe
24682 background extension. Don't clear extended fringe background area.
24683
24684 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
24685 New member fringe_extended_p.
24686
246872007-07-25 Glenn Morris <rgm@gnu.org>
24688
24689 * Relicense all FSF files to GPLv3 or later.
24690
24691 * COPYING: Switch to GPLv3.
24692
246932007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
24694
24695 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
24696
24697 * data.c (Finteractive_form): Check for the presence of an
24698 `interactive-form' symbol property more thoroughly.
24699
24700 * data.c (Finteractive_form): Use an `interactive-form' property if
24701 present, analogous to the function-documentation property.
24702
247032007-07-24 Jason Rumney <jasonr@gnu.org>
24704
24705 * w32fns.c (x_real_positions): Get real position from OS instead of
24706 calculating it.
24707
247082007-07-23 Jason Rumney <jasonr@gnu.org>
24709
24710 * filelock.c (current_lock_owner): Allow for @ sign in username.
24711
247122007-07-22 Nick Roberts <nickrob@snap.net.nz>
24713
24714 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
24715 remote default-directory.
24716
24717 * buffer.c (mode-line-format): Describe above case in doc string.
24718
247192007-07-20 Eli Zaretskii <eliz@gnu.org>
24720
24721 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
24722 Define if not defined.
24723
247242007-07-18 Jason Rumney <jasonr@gnu.org>
24725
24726 * w32proc.c (w32_executable_type): Handle 64 bit executables.
24727
247282007-07-18 Richard Stallman <rms@gnu.org>
24729
24730 * data.c (Fsetq_default): Doc fix.
24731
24732 * eval.c (Fsetq): Doc fix.
24733
247342007-07-18 Juanma Barranquero <lekktu@gmail.com>
24735
24736 * coding.c (Ffind_operation_coding_system):
24737 * eval.c (For, Fand): Doc fixes.
24738 Reported by Johan Bockgård.
24739
247402007-07-18 Jan Djärv <jan.h.d@swipnet.se>
24741
24742 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
24743
24744 * xterm.h: Declare x_ewmh_activate_frame.
24745
24746 * xterm.c (x_ewmh_activate_frame): New function.
24747 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
24748
247492007-07-17 Martin Rudalics <rudalics@gmx.at>
24750
24751 * window.c (Fdisplay_buffer): If largest or LRU window is the
24752 only window, split it even if it is not eligible for splitting.
24753 This restores the original behavior broken by the 2007-07-15
24754 change.
24755
247562007-07-17 Glenn Morris <rgm@gnu.org>
24757
24758 * abbrev.c (abbrev_check_chars): New function.
24759 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
24760 Call abbrev_check_chars to check abbrev characters are word
24761 constituents. Doc fix.
24762
247632007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
24764
24765 * process.c (Fstart_process, Fmake_network_process)
24766 (read_process_output): Fix up last changes.
24767
247682007-07-16 Eli Zaretskii <eliz@gnu.org>
24769
24770 * makefile.w32-in (clean): Don't delete *~.
24771
247722007-07-16 Andreas Schwab <schwab@suse.de>
24773
24774 * window.c (Fdisplay_buffer): Use NILP.
24775 (Fset_window_scroll_bars): Likewise.
24776
247772007-07-15 Martin Rudalics <rudalics@gmx.at>
24778
24779 * window.c (window_min_size_2): New function.
24780 (window_min_size_1, size_window, Fdisplay_buffer)
24781 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
24782 windows without mode- or header-lines when window-min-height is
24783 too small.
24784 (size_window): Reset nodelete_p after testing it, following an
24785 earlier note by Kim F. Storm.
24786 (display_buffer): Do not set split_height_threshold to twice the
24787 value of window_min_height to avoid changing the value of a
24788 customizable variable. Rather explicitly check whether the
24789 height of the window that shall be splitted is at least as large
24790 as split_height_threshold.
24791 (Fwindow_full_width_p): New defun.
24792 (syms_of_window): Defsubr it.
24793
24794 * window.h: Add EXFUN for Fwindow_full_width_p.
24795
247962007-07-14 Jason Rumney <jasonr@gnu.org>
24797
24798 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
24799
248002007-07-14 Richard Stallman <rms@gnu.org>
24801
24802 * eval.c (maybe_call_debugger): New function.
24803 (find_handler_clause): Use maybe_call_debugger.
24804 Call it when the handler says `debug'.
24805 Eliminate DEBUGGER_VALUE_PTR.
24806 (Fsignal): Eliminate debugger_value.
24807 (Qdebug): New variable.
24808 (syms_of_eval): Initialize it.
24809
248102007-07-14 Juanma Barranquero <lekktu@gmail.com>
24811
24812 * eval.c (Fprogn):
24813 * keyboard.c (Ftrack_mouse):
24814 * print.c (Fwith_output_to_temp_buffer):
24815 * window.c (Fsave_window_excursion): Doc fix.
24816
248172007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24818
24819 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
24820
248212007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
24822
24823 * process.h (struct Lisp_Process): Turn slots infd, outfd,
24824 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
24825 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
24826 read_output_delay, and read_output_skip from Lisp_Objects to ints.
24827 Remove unused encoding_carryover.
24828 * process.c: Adjust all functions accordingly.
24829
248302007-07-12 Richard Stallman <rms@gnu.org>
24831
24832 * term.c: Include unistd.h only if HAVE_UNISTD_H.
24833
248342007-07-11 Jason Rumney <jasonr@gnu.org>
24835
24836 * makefile.w32-in (LIBS): Include OLE32.
24837
24838 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
24839 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
24840
248412007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
24842
24843 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
24844 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
24845 from a Lisp_Object into a bare pointer.
24846 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
24847 Adjust the code correspondingly.
24848
24849 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
24850
24851 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
24852 (term_show_mouse_face): Remove unused var `j'.
24853 (handle_one_term_event): Remove unused vars `i' and `j'.
24854 Don't cast return value of ttyname since it's not necessary.
24855
248562007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
24857
24858 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
24859 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
24860
24861 * fns.c (map_char_table): Use an array of int for `indices' rather than
24862 an array of Lisp_Objects (which are only ever integers anyway).
24863 (Fmap_char_table): Update caller.
24864 * lisp.h: Update prototype.
24865 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
24866 * fontset.c (Ffontset_info):
24867 * casetab.c (set_case_table): Update callers.
24868
24869 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
24870
24871 * keymap.c (struct accessible_keymaps_data)
24872 (struct where_is_internal_data): New structures.
24873 (accessible_keymaps_1, where_is_internal_1): Use them to change
24874 interface to adhere to the one used by map_keymap.
24875 (Faccessible_keymaps, where_is_internal): Use map_keymap.
24876 (accessible_keymaps_char_table, where_is_internal_2): Remove.
24877
24878 * keymap.h (map_keymap_function_t): More informative prototype.
24879
248802007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
24881
24882 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
24883 (looking_at_1): Don't change search_regs and last_thing_searched
24884 if `inhibit-changing-match-data' is non-nil.
24885 (string_match_1, search_buffer, set_search_regs): Likewise.
24886 (syms_of_search): Add Lisp level definition for
24887 `inhibit-changing-match-data' and set it to nil.
24888 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
24889 start and end of the match, instead of using values in search_regs.
24890
248912007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
24892
24893 * minibuf.c (Fcompleting_read): New value `confirm-only'
24894 for `require-match'.
24895
248962007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
24897
24898 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
24899 part of the 2007-06-27 change to syms_of_fileio.
24900
249012007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24902
24903 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
24904 Check WINDOWP before using XWINDOW. Consolidate return statements.
24905
249062007-06-27 Richard Stallman <rms@gnu.org>
24907
24908 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
24909
249102007-06-27 Juanma Barranquero <lekktu@gmail.com>
24911
24912 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
24913
249142007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24915
24916 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
24917 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
24918 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
24919 (_free_internal, memalign): Use them.
24920 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
24921 Initialize to PTHREAD_MUTEX_INITIALIZER.
24922 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
24923 (morecore_nolock): Rename from morecore. All uses changed.
24924 Use only nolock versions of internal allocation functions.
24925 (_malloc_internal_nolock, _realloc_internal_nolock)
24926 (_free_internal_nolock): New functions created from
24927 _malloc_internal, _realloc_internal, and _free_internal.
24928 (_malloc_internal, _realloc_internal, _free_internal): Use them.
24929 Copy hook value to automatic variable before its use.
24930 (memalign): Copy hook value to automatic variable before its use.
24931
249322007-06-26 Kenichi Handa <handa@m17n.org>
24933
24934 * coding.c (Ffind_operation_coding_system): Docstring improved.
24935 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
24936
249372007-06-25 David Kastrup <dak@gnu.org>
24938
24939 * keymap.c (Fcurrent_active_maps): Add `position' argument.
24940 (Fwhere_is_internal): Adjust call to `current-active-maps' to
24941 cater for additional parameter.
24942
24943 * keymap.h: Adjust number of parameters to `current-active-maps'.
24944
24945 * doc.c (Fsubstitute_command_keys): Adjust call of
24946 `current-active-maps'.
24947
249482007-06-25 David Kastrup <dak@gnu.org>
24949
24950 * callint.c (Fcall_interactively): Make the parsing of interactive
24951 specs somewhat more readable.
24952
249532007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24954
24955 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
24956 to scroll bar gap also when bitmap fills fringe. Draw only foreground
24957 if extended background has already been filled.
24958
249592007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24960
24961 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
24962 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
24963
24964 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
24965 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
24966 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
24967 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
24968 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
24969 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
24970 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
24971 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
24972 Run timers during dialog popup.
24973 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
24974
249752007-06-21 Jason Rumney <jasonr@gnu.org>
24976
24977 * image.c (convert_mono_to_color_image): Swap fore and background.
24978
249792007-06-20 Jason Rumney <jasonr@gnu.org>
24980
24981 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
24982 (w32_free_bdf_font): Unmap memory not handle.
24983
249842007-06-20 Sam Steingold <sds@gnu.org>
24985
24986 * gmalloc.c (__morecore): Fix the declaration to comply with the
24987 definition.
24988
249892007-06-20 Juanma Barranquero <lekktu@gmail.com>
24990
24991 * w32term.c (w32_delete_display): Remove leftover declaration.
24992 (w32_define_cursor, w32_initialize): Make static.
24993
24994 * w32.c (_wsa_errlist): Fix typo in error message.
24995 (init_environment): Ignore any environment variable from the
24996 registry having a null value.
24997
249982007-06-20 Glenn Morris <rgm@gnu.org>
24999
25000 * Makefile.in (LIBGIF): Default to -lgif.
25001
250022007-06-17 Jason Rumney <jasonr@gnu.org>
25003
25004 * w32menu.c (add_menu_item): Don't use multibyte string functions on
25005 unicode strings.
25006
250072007-06-16 Juanma Barranquero <lekktu@gmail.com>
25008
25009 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
25010 Fix typo in docstring.
25011
250122007-06-16 Eli Zaretskii <eliz@gnu.org>
25013
25014 * w32menu.c (add_menu_item): Escape `&' characters in menu items
25015 and their keybindings.
25016
250172007-06-15 Chong Yidong <cyd@stupidchicken.com>
25018
25019 * composite.c (update_compositions): Fix last fix.
25020
250212007-06-14 Jason Rumney <jasonr@gnu.org>
25022
25023 * w32.c (get_process_times_fn): New function pointer.
25024 (globals_of_w32): Intialize it if present in kernel32.dll.
25025 (w32_get_internal_run_time): New function.
25026
25027 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
25028
250292007-06-14 Kenichi Handa <handa@etlken.m17n.org>
25030
25031 * composite.c (update_compositions): Check the validness of
25032 compositions.
25033
250342007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25035
25036 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
25037 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
25038
25039 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
25040 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
25041
25042 * macgui.h (USE_MAC_TOOLBAR): New define.
25043
25044 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
25045 Return immediately unless popup is activated.
25046
25047 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
25048 background to scroll bar gap.
25049 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
25050 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
25051 scroll bars on frame edge. Check fringe background extension.
25052 Don't clear extended fringe background area.
25053 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
25054 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
25055 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
25056 [USE_MAC_TOOLBAR]: New macros.
25057 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
25058 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
25059 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
25060 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
25061 [USE_MAC_TOOLBAR]: New functions.
25062 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
25063 manually if previous repositioning has failed.
25064 (mac_handle_keyboard_event): Use precomputed event kind.
25065 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
25066 as tool bar item click. Handle mouse movement over tool bar items.
25067
25068 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
25069 toolbar_win_gravity.
25070 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
25071 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
25072 Add externs.
25073
25074 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
25075 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
25076
250772007-06-14 Chong Yidong <cyd@stupidchicken.com>
25078
25079 * image.c (search_image_cache): Remove unused variable.
25080
250812007-06-13 Chong Yidong <cyd@stupidchicken.com>
25082
25083 * xfns.c, xmenu.c: Link to xaw3d if available.
25084
250852007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25086
25087 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
25088 frame_foreground and frame_background.
25089
25090 * image.c (lookup_image): Save frame foreground and background colors.
25091 (search_image_cache): Check if saved and current frame colors match.
25092
250932007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
25094
25095 * regex.c (regex_compile): Remove the `regnum' counter.
25096 Use bufp->re_nsub instead. Add support for \(?N:RE\).
25097
250982007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
25099
25100 * term.c: Include intervals.h to declare Fget_text_property.
25101
251022007-06-10 Jason Rumney <jasonr@gnu.org>
25103
25104 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
25105
251062007-06-08 Juanma Barranquero <lekktu@gmail.com>
25107
25108 * callint.c (Fcall_interactively):
25109 * editfns.c (Fdelete_and_extract_region):
25110 * fileio.c (Fread_file_name):
25111 * fns.c (Fmapconcat):
25112 * keyboard.c (cmd_error_internal):
25113 * keymap.c (Fkey_description):
25114 * lread.c (openp):
25115 * minibuf.c (read_minibuf):
25116 * search.c (wordify):
25117 * sunfns.c (sel_read):
25118 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
25119 * xfns.c (x_default_scroll_bar_color_parameter):
25120 * xmenu.c (menu_help_callback):
25121 * xselect.c (Fx_get_atom_name):
25122 * xterm.c (x_term_init): Use empty_unibyte_string.
25123
251242007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
25125
25126 * alloc.c (init_strings): Initialize canonical empty strings.
25127 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
25128 canonical empty string when the requested size is 0.
25129
25130 * emacs.c (empty_unibyte_string): Rename from empty_string.
25131 (empty_multibyte_string): New canonical empty string.
25132 (syms_of_emacs): Don't initialize empty_string.
25133
25134 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
25135 string, if appropriate.
25136 (empty_unibyte_string, empty_multibyte_string): New externs.
25137 (empty_string): Remove extern.
25138
25139 * lread.c (syms_of_lread): Use empty_unibyte_string.
25140
251412007-06-07 Jason Rumney <jasonr@gnu.org>
25142
25143 * s/ms-w32.h: Don't define HAVE_TZNAME.
25144
25145 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
25146
251472007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25148
25149 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
25150
25151 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
25152 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
25153
25154 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
25155 Don't call next handler.
25156 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
25157 Remove argument. Install handler to application.
25158 (set_frame_menubar): Don't change deep_p.
25159 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
25160 FRAME_OUTER_TO_INNER_DIFF_Y.
25161 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
25162 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
25163 [HAVE_DIALOGS]: New macros.
25164 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
25165 Use them.
25166 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
25167
25168 * macselect.c [MAC_OSX] (install_service_handler): Rename from
25169 init_service_handler. All callers changed. Return OSStatus value.
25170
25171 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
25172 All callers changed so as not to call SetPortWindowPort.
25173 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
25174 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
25175 mac_draw_string_common.
25176 (mac_draw_image_string_qd): Likewise.
25177 (mac_draw_string_common): Use them. Add INLINE.
25178 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
25179 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
25180 GetGlobalMouse.
25181 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
25182 and FRAME_OUTER_TO_INNER_DIFF_Y.
25183 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
25184 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
25185 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
25186 repositioning window to mac_handle_window_event.
25187 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
25188 saving window location to mac_handle_window_event
25189 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
25190 (install_menu_target_item_handler): Remove argument in extern.
25191 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
25192 Also accept command events.
25193 (do_keystroke): New function created from XTread_socket.
25194 (init_command_handler): Remove functions.
25195 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
25196 and save window location by kEventWindowShowing and kEventWindowHiding
25197 handlers here. Don't call next handler for window state change and
25198 focus events.
25199 (mac_handle_application_event, mac_handle_keyboard_event)
25200 [TARGET_API_MAC_CARBON]: New functions.
25201 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
25202 kEventWindowShowing and kEventWindowHiding events. Move installation
25203 of mouse, font, text input and menu target item handlers to
25204 install_application_handler.
25205 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
25206 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
25207 New function.
25208 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
25209 Register it.
25210 (XTread_socket) [TARGET_API_MAC_CARBON]:
25211 Consolidate SendEventToEventTarget calls.
25212 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
25213 Move application activation handler to mac_handle_application_event.
25214 Move keyboard handler to mac_handle_keyboard_event.
25215 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
25216 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
25217 init_command_handler. Call install_application_handler.
25218
25219 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
25220 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
25221
252222007-06-07 Glenn Morris <rgm@gnu.org>
25223
25224 * emacs.c (main): Use `emacs-copyright' in --version output.
25225
252262007-06-06 Chong Yidong <cyd@stupidchicken.com>
25227
25228 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
25229
252302007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25231
25232 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
25233
25234 * macgui.h: Replace WindowPtr with WindowRef.
25235
25236 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
25237 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
25238 Replace ControlHandle with ControlRef.
25239 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
25240
25241 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
25242 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
25243 Replace ControlHandle with ControlRef.
25244 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
25245 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
25246
25247 * macterm.h (struct scroll_bar): Rename member control_handle_low
25248 and control_handle_high to control_ref_low and control_ref_high.
25249 All uses changed.
25250 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
25251 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
25252 respectively. All uses changed.
25253 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
25254 (install_window_handler, remove_window_handler): Replace WindowPtr
25255 with WindowRef in externs.
25256
252572007-06-05 Juanma Barranquero <lekktu@gmail.com>
25258
25259 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
25260
252612007-06-03 Nick Roberts <nickrob@snap.net.nz>
25262
25263 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
25264
25265 * frame.c (Fmouse_position, Fmouse_pixel_position):
25266 Condition on HAVE_GPM too.
25267
25268 * term.c (term_mouse_highlight): Remove unused variables.
25269 (Fterm_open_connection): Set gpm_zerobased to 1.
25270 (term_mouse_movement, term_mouse_click, handle_one_term_event):
25271 Use zero based co-ordinates.
25272 (handle_one_term_event): Report a drag as mouse movement too.
25273
25274 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
25275
252762007-06-03 Chong Yidong <cyd@stupidchicken.com>
25277
25278 * image.c (search_image_cache): New function. Require background
25279 color match if background color is unspecified in the image spec.
25280 (uncache_image, lookup_image): Use it.
25281
252822007-06-01 Juanma Barranquero <lekktu@gmail.com>
25283
25284 * window.c (Fshrink_window): Reflow docstring.
25285
252862007-06-02 Chong Yidong <cyd@stupidchicken.com>
25287
25288 * Version 22.1 released.
25289
252902007-06-01 Richard Stallman <rms@gnu.org>
25291
25292 * xfns.c (x_encode_text): Add GCPRO.
25293
252942007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25295
25296 * xfns.c (x_set_name_internal): Save encoded name before
25297 x_encode_text in case string data is relocated.
25298
252992007-05-31 Richard Stallman <rms@gnu.org>
25300
25301 * buffer.c (syms_of_buffer): Doc fix.
25302
253032007-05-30 Nick Roberts <nickrob@snap.net.nz>
25304
25305 * sysdep.c (init_sys_modes): Add rather than replace with
25306 O_NONBLOCK.
25307
25308 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
25309 term_mouse_moveto.
25310
25311 * termhooks.h (term_mouse_moveto): New extern.
25312
25313 * term.c (mouse_face_window): Rename...
25314 (Qmouse_face_window): ...to this.
25315 (term_show_mouse_face, term_clear_mouse_face)
25316 (term_mouse_highlight): Use Qmouse_face_window.
25317 (term_mouse_moveto): New function.
25318 (term_mouse_position): Make it work.
25319 (syms_of_term): Uncomment assignment to mouse_position_hook.
25320 Staticpro Qmouse_face_window.
25321
253222007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25323
25324 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
25325 around current_column call.
25326
253272007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
25328
25329 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
25330 * xdisp.c (next_element_from_buffer):
25331 * window.c (delete_window):
25332 * term.c (term_mouse_highlight):
25333 * msdos.c (getdefdir):
25334 * macterm.c (mac_create_bitmap_from_bitmap_data)
25335 (init_font_name_table):
25336 * fns.c (Fsxhash):
25337 * data.c (Fmake_local_variable):
25338 * ccl.c (ccl_driver): Likewise.
25339
253402007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25341
25342 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
25343 Call mac_wakeup_from_rne on window size change.
25344
253452007-05-25 Chong Yidong <cyd@stupidchicken.com>
25346
25347 * image.c (uncache_image): Fix typo.
25348
253492007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
25350
25351 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
25352
253532007-05-22 Richard Stallman <rms@gnu.org>
25354
25355 * xterm.c (x_connection_closed): Remove NO_RETURN.
25356
253572007-05-22 Martin Rudalics <rudalics@gmx.at>
25358
25359 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
25360
253612007-05-21 Chong Yidong <cyd@stupidchicken.com>
25362
25363 * image.c (uncache_image): New function.
25364 (Fimage_refresh): New function.
25365
253662007-05-20 Jan Djärv <jan.h.d@swipnet.se>
25367
25368 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
25369
253702007-05-20 Nick Roberts <nickrob@snap.net.nz>
25371
25372 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
25373 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
25374
253752007-05-20 Nick Roberts <nickrob@snap.net.nz>
25376
25377 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
25378 conditional on [HAVE_GPM_H].
25379
253802007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
25381
25382 * syntax.c (skip_chars): Update syntax-table only after we checked that
25383 the new location is valid.
25384
253852007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25386
25387 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
25388 mac_get_window_bounds.
25389
253902007-05-20 Nick Roberts <nickrob@snap.net.nz>
25391
25392 * Makefile.in (LIBGPM): Allow it to be set from configure.
25393 If set then link Emacs with it.
25394
25395 * config.in: Regenerate.
25396
25397 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
25398 New externs.
25399
25400 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
25401 Include gpm.h.
25402 (handle_one_term_event, term_gpm): New externs.
25403
25404 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
25405 and allow it to be interrupted by SIGIO.
25406
25407 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
25408 (wait_reading_process_output): Wait on gpm_fd too.
25409 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
25410 (add_gpm_wait_descriptor_called_flag): New variable.
25411 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
25412
25413 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
25414 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
25415 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
25416 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
25417 (make_lispy_event): Add case GPM_CLICK_EVENT.
25418 (read_avail_input): Handle mouse input.
25419
25420 * term.c (write_glyphs_with_face): New function.
25421 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
25422 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
25423 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
25424 (mouse_face_face_id, term_gpm, pos_x, pos_y)
25425 (last_mouse_x, last_mouse_y): New variables.
25426 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
25427 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
25428 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
25429 (Fterm_close_connection): New functions.
25430 (term_init): Initialise mouse_face_window.
25431
254322007-05-19 Chong Yidong <cyd@stupidchicken.com>
25433
25434 * xdisp.c (redisplay_window): If first window line is a
25435 continuation line, recompute the new window start instead of
25436 recentering.
25437
254382007-05-18 Glenn Morris <rgm@gnu.org>
25439
25440 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
25441 Suggested by Alfred M. Szmidt <ams@gnu.org>.
25442
254432007-05-17 Glenn Morris <rgm@gnu.org>
25444
25445 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
25446
254472007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25448
25449 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
25450 dead key repeat and up events.
25451
254522007-05-14 Chong Yidong <cyd@stupidchicken.com>
25453
25454 * image.c (pbm_load): Check image size for monochrome pbm.
25455
254562007-05-13 Chong Yidong <cyd@stupidchicken.com>
25457
25458 * xterm.c (XTread_socket): Revert last change.
25459
254602007-05-12 Chong Yidong <cyd@stupidchicken.com>
25461
25462 * image.c (pbm_load): Correctly check image size for greyscale pbm.
25463
25464 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
25465
254662007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25467
25468 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
25469 mixup (YAILOM).
25470
254712007-05-07 Andreas Schwab <schwab@suse.de>
25472
25473 * keymap.c (Flookup_key): Fix typo in last change.
25474
254752007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25476
25477 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
25478 mapping for unibyte strings.
25479
254802007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25481
25482 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
25483 (Fx_popup_dialog) [MAC_OSX]: Likewise.
25484
254852007-04-29 Richard Stallman <rms@gnu.org>
25486
25487 * insdel.c (replace_range): For undo, record insertion first.
25488
254892007-04-29 Andreas Schwab <schwab@suse.de>
25490
25491 * lisp.h (VECSIZE): Use OFFSETOF.
25492
254932007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25494
25495 * xdisp.c (try_window_reusing_current_matrix): Fix number of
25496 disabled lines.
25497
254982007-04-28 Richard Stallman <rms@gnu.org>
25499
25500 * lread.c (read_escape): In a string, \s is always space.
25501
255022007-04-27 Jan Djärv <jan.h.d@swipnet.se>
25503
25504 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
25505
25506 * gtkutil.c (xg_update_menubar, create_menus): Create empty
25507 submenu for menu bar items.
25508
25509See ChangeLog.10 for earlier changes.
25510
25511;; Local Variables:
25512;; coding: utf-8
25513;; add-log-time-zone-rule: t
aac0c6e3
MR
25514;; End:
25515
e3eb1dae 25516 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
aac0c6e3
MR
25517
25518 This file is part of GNU Emacs.
25519
25520 GNU Emacs is free software: you can redistribute it and/or modify
25521 it under the terms of the GNU General Public License as published by
25522 the Free Software Foundation, either version 3 of the License, or
25523 (at your option) any later version.
25524
25525 GNU Emacs is distributed in the hope that it will be useful,
25526 but WITHOUT ANY WARRANTY; without even the implied warranty of
25527 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25528 GNU General Public License for more details.
25529
25530 You should have received a copy of the GNU General Public License
25531 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25532
25533;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40